

/* Start:/local/templates/racurs/css/blog_new.css?175153113114554*/
section.publication {
  padding: 30px 0px 48px 0px;
}

.publication h1.title {
  margin-bottom: 16px;
}

.publication .tabs-container {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}

.publication .tabs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  scrollbar-width: thin;
  scrollbar-color: #0078e1 #f0f0f0;
  scroll-snap-type: x proximity;
  margin-bottom: 24px;
}

.publication .tab-item {
  padding: 8px 16px;
  border: 1px solid #0078e1;
  border-radius: 20px;
  color: #0078e1;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: unset;
  flex: 0 0 auto;
  scroll-snap-align: start;
  align-content: center;
}

.publication .tab-item:hover {
  border-color: #0078e1;
  color: #0078e1;
  background-color: #dbdbdb;
}

.publication .tab-item.active {
  background: #0078e1;
  color: white;
  border-color: #0078e1;
}

.publication .scroll-controls {
  display: none;
  position: absolute;
  gap: 24px;
  justify-content: space-between;
  pointer-events: none;
  top: -16px;
  transform: translateY(-100%);
  right: 0;
}

.publication .scroll-button {
  pointer-events: all;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #0078e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.publication .scroll-button:hover {
  background: #0078e1;
  color: white;
}

.publication .scroll-button-prev {
  transform: rotate(180deg);
}

.tabs-wrapper .active a {
  color: #ffffff;
}

.medianess {
  padding-top: 48px;
  padding-bottom: 48px;
  align-items: center;
  flex-direction: row;
  color: #000;
}

.medianess_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.medianess_icons a:hover img {
  transform: scale(1.2);
}

.editorial-choice__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.editorial-choice_slider {
  width: 70%;
  overflow: auto;
  position: relative;
  overflow: visible;
}

.editorial-choice_text {
  width: 30%;
  line-height: 45px;

  span {
    width: 50%;
  }
}

.editorial-choice_slide {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 24px;
  width: inherit;
  position: relative;
  overflow: visible;
  height: 100%;
  padding: 20px 24px 33px 24px;
  color: #2a2a2a;

  p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 24px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.editorial-choice_slide .logo {
  max-height: 20px;
  max-width: fit-content;
}

.editorial-choice_slider_inner.owl-carousel .owl-item img.preview_img {
  display: none;
}

.choice_slide_title {
  max-width: 276px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choice_slide_info {
  justify-content: space-between;
  display: flex;
}

.choice_slide_author {
  font-size: 16px;
  font-weight: 500;
  color: #0078e1;
}

.choice_slide_author p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/racurs/img/vuesax-linear-user-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.choice_slide_date {
  font-size: 14px;
}

.editorial-choice_slider_inner .owl-dots {
  justify-content: center;
  gap: 2px;
  margin-top: 16px;
}

.editorial-choice_slider_inner.owl-carousel button.owl-dot {
  border-radius: 100%;
  height: 8px;
  width: 8px;
  border: solid 1px #fff;
  background-color: #0078e1 !important;
}

.editorial-choice_slider_inner.owl-carousel button.owl-dot.active {
  background-color: #fff !important;
  width: 24px;
  border-radius: 20px;
}

.editorial-choice_slider .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.editorial-choice_slider .owl-nav button {
  pointer-events: all;
  background: black !important;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

.editorial-choice_slider .owl-nav button.active {
  background: #0078e1 !important;
}

.editorial-choice_slider .owl-nav button.owl-prev img {
  transform: rotate(180deg);
}

.editorial-choice_slider .owl-nav button.owl-prev {
  margin-left: -18px;
}

.editorial-choice_slider .owl-nav button.owl-next {
  margin-right: -18px;
}

.editorial-choice_slider_inner .owl-stage {
  display: flex !important;
  margin: 0 auto;
}

.published_articles {
  margin-bottom: 56px;
}

.publication .tab-item {
  flex-shrink: 0;
  min-width: max-content;
}

.publication .tabs-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.publication .tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tabs-scrollbar-track {
  height: 1px;
  width: 100%;
  background-color: #d5d5d5;
  position: relative;
}

.tabs-scrollbar-thumb {
  height: 4px;
  width: 98px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0078e1;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.publication_cards {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}

.publication_card {
  width: calc((100% - 32px) / 3);
  margin-bottom: 54px;
  flex-direction: column;
  p {
    margin-bottom: 0px;
  }
}

.publication_card .logo {
  max-height: 20px;
  align-self: self-start;
}

.publication_card_img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 24px;
  background-color: #ffffff;
  height: 260px;
  margin-bottom: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.publication_card_title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}

.publication_card_title a {
  text-decoration: none;
  color: inherit;
}

.publication_card_info {
  justify-content: space-between;
  margin-bottom: 12px;
}

.publication_card_author a {
  font-size: 16px;
  font-weight: 500;
  color: #0078e1;
}

.publication_card_author a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/racurs/img/vuesax-linear-user-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: bottom;
}

.publication_card_date {
  font-size: 14px;
}

.publication_card_text {
  margin-bottom: 23px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.publication_card_tags {
  display: flex;
  gap: 8px;
  position: absolute;
  padding-top: 22px;
  padding-left: 24px;
}

.publication_card_tags button,
.publication_card_tags a {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 19px;
  background-color: #0078e1;
  border-radius: 20px;
  color: #fff;
  padding: 6px 13px 7px 13px;
  border: none;
}

.publication #pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.publication .pagination-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
}

.publication .pagination-btn,
.publication .pagination-arrow-left,
.publication .pagination-arrow-right {
  border: none;
  color: #000000;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  transition: background-color 0.2s, color 0.2s;
}

.publication .pagination-arrow-left {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #2a2a2a;
  margin-right: 23px;
}

.publication .pagination-arrow-right {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #2a2a2a;
  margin-left: 23px;
}

.publication .pagination-arrow-right:hover {
  background-color: #0078e1;
}

.publication .pagination-arrow-left:hover {
  background-color: #0078e1;
}

.publication .pagination-btn:hover,
.publication .pagination-arrow:hover {
  background-color: #0078e1;
  color: #fff;
}

.publication .pagination-btn.active {
  background-color: #0078e1;
  color: #fff;
  pointer-events: none;
}

.publication .pagination-dots {
  padding: 8px 12px 0px 12px;
  display: inline-block;
  color: #555;
  font-size: 14px;
  align-items: center;
  transform: translateY(4px);
}

.arrow-rotate {
  transform: rotate(180deg);
}

.publication .show_more_cards,
.publication .show_less_cards {
  font-size: 1rem;
  font-weight: 600;
}

.publication .show_more_cards {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #0078e1;
}

.publication .show_less_cards {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #0078e1;
}

.publication .show_more_cards:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 9px;
  background-image: url(/local/templates/racurs/css/../img/show-more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}

.publication .show_less_cards:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 9px;
  background-image: url(/local/templates/racurs/css/../img/show-less.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .publication_card {
    width: calc((100% - 16px) / 2);
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .publication .scroll-controls {
    display: flex;
  }

  .medianess_text {
    width: 60%;
  }

  .medianess_icons {
    width: 40%;
  }

  .publication_cards-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  .medianess {
    flex-direction: column;
  }

  .publication h1.title {
    margin-bottom: 14px;
  }

  .publication_card_title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .publication .tabs-wrapper {
    margin-bottom: 17px;
    gap: 12px;
  }

  .publication .tab-item {
    font-size: 12px;
  }

  .publication .tab-item.blue_button {
    padding: 4px 11px 3px 0px;
  }

  .publication_card {
    width: 100%;
    margin-bottom: 8px;
  }

  .publication_cards {
    margin-bottom: 16px;
  }

  .publication_card_text {
    display: none;
  }

  .publication_card_tags button {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px 3px 8px;
  }

  .publication_card_tags {
    padding: 10px;
  }

  .publication_card_img {
    border-radius: 16px;
    height: 160px;
    margin-bottom: 10px;
  }

  .publication_card_info {
    margin-bottom: 8px;
  }

  .publication_card .logo {
    max-height: 16px;
  }

  .publication #pagination {
    display: none;
  }

  .published_articles {
    margin-bottom: 25px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav img {
    width: 16px;
    height: 16px;
  }

  .editorial-choice_slider .owl-nav button.owl-prev {
    margin-left: -8px;
  }

  .editorial-choice_slider .owl-nav button.owl-next {
    margin-right: -8px;
  }

  .editorial-choice_slider .owl-carousel .owl-stage-outer {
    margin-right: -12px;
    padding-right: 12px;
  }

  .editorial-choice_slide .logo {
    max-height: 16px;
  }
}

@media (max-width: 576px) {
  section.publication {
    padding: 14px 0px 12px 0px;
  }

  .editorial-choice_slider {
    width: 100%;
  }

  .editorial-choice__inner {
    flex-direction: column;
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot {
    border-radius: 0;
  }

  .editorial-choice_slider .owl-carousel .owl-stage-outer {
    margin-right: -12px;
    padding-right: 12px;
  }

  .editorial-choice_text {
    width: 100%;

    span {
      width: 100%;
    }
  }

  p.choice_slide_text {
    display: none;
  }

  .choice_slide_info {
    display: none;
  }

  .editorial-choice_slide {
    background-color: transparent;
    padding: 0;
  }

  .choice_slide_title {
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .editorial-choice_slide .logo {
    filter: brightness(0) invert(1);
  }

  .medianess {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .medianess_text {
    font-size: 12px;
  }

  .medianess_text .title {
    width: 60%;
  }

  .medianess_icons {
    gap: 20px;
  }

  .medianess_icons a img {
    height: 40px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-item img.preview_img {
    display: block;
    margin-bottom: 10px;
    height: 160px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 16px;
  }

  .editorial-choice_slider .owl-nav {
    transform: translateY(-150%);
  }

  .editorial-choice_slider_inner.owl-carousel .owl-stage {
    margin-left: -40px;
  }

  .editorial-choice_text {
    span {
      line-height: 24px;
      margin-bottom: 12px;
    }
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot {
    border: 0;
    height: 2px;
    width: 100%;
    background-color: #fff !important;
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot.active {
    width: 100%;
    border-radius: 2px;
    background-color: #d5d5d5 !important;
  }

  .editorial-choice_slider_inner .owl-dots {
    justify-content: center;
    gap: 0;
    margin-top: 12px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/author/style.css?175153113111467*/
.blog{margin-bottom:40px;}
.blog div{margin-bottom:5px;color:#fff}
.blog a{display:block;}
.author_banner {
    position: relative;
    padding: 0;
    color: #fff;
    max-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
}

.author_banner .h-100 {
    height: 100%;
}

.articles_information_author {
    position: absolute;
    bottom: 64px;
}

.author_banner .title.name_author {
    font-size: 3rem;
    margin-bottom: 1.125rem;
    line-height: 45px;
}

.position_author {
    font-size: 1.125rem;
    margin-bottom: 1.375rem;
    font-weight: bold;
    line-height: 24px;
}

.author_banner .banner_text {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 24px;
}

.author_banner .blue__button {
    margin-top: 0;
}

.articles_information_author {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.publication_rate {
    display: flex;
    align-items: center;
    margin-right: 39px;
}

.publication_rate::before {
    content: "";
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    background-image: url('/local/templates/racurs/img/edit.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-color: #fff;
    margin-right: 8px;
    border-radius: 12px;
}

.publication_topics {
    display: flex;
    align-items: center;
}

.publication_topics::before {
    content: "";
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    background-image: url('/local/templates/racurs/img/vuesax-linear-hashtag.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-color: #fff;
    margin-right: 8px;
    border-radius: 12px;
}

.slider-container {
    position: relative;
    float: right;
    width: 450px;
    height: 96px;
}

.authors_detail_slider {
    max-height: 680px;
    height: 680px;
    text-align: center;
    z-index: 1000;
}

.slider-track {
    position: relative;
    width: calc(100% - 50px);
    margin: 0 25px;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.author-photo-link.active {
    border-color: #0d6efd;
}

.author-photo-link {
    position: absolute;
    width: 96px;
    height: 96px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    left: 0;
}

.author-photo-link img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.author-photo-link:hover img {
    transform: scale(1.2);
    border-color: #aaa;
}

.arrow-btn:disabled {
    background-color: #000 !important;
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.arrow-btn.prev {
    left: 0px;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2A2A2A;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.arrow-btn.next {
    right: 0px;
}

.arrow-btn.prev img {
    transform: rotate(180deg);
}

.arrow-btn.next:hover {
    background-color: #0078E1;
}

.arrow-btn.prev:hover {
    background-color: #0078E1;
}

.published_articles_author .pagination-btn,
.published_articles_author .pagination-arrow-left,
.published_articles_author .pagination-arrow-right {
    border: none;
    color: #000000;
    cursor: pointer;
    border-radius: 12px;
    font-size: 16px;
    transition: background-color 0.2s, color 0.2s;
}

.published_articles_author .pagination-btn:hover,
.published_articles_author .pagination-arrow:hover {
    background-color: #0078e1;
    color: #fff;
}

.published_articles_author .pagination-arrow-right:hover {
    background-color: #0078E1;
}

.published_articles_author .pagination-arrow-left:hover {
    background-color: #0078E1;
}

.published_articles_author .pagination-arrow-left {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #2a2a2a;
    margin-right: 23px;
}

.published_articles_author .pagination-arrow-right {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #2a2a2a;
    margin-left: 23px;
}

.published_articles_author .pagination-dots {
    padding: 8px 12px 0px 12px;
    display: inline-block;
    color: #555;
    font-size: 14px;
    align-items: center;
    transform: translateY(4px);
}

.author_publications #pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.author_publications .pagination-btn {
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
}

.author_publications .pagination-btn.active {
    background-color: #0078e1;
    color: #fff;
    pointer-events: none;
}

.author_publications .show_less_cards {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #0078E1;
}

.published_articles_author .publication_card {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .publication_card.medium {
        width: calc(((100% - 16px) / 3) * 2);
        flex-direction: row;
        gap: 16px;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .publication_card.medium .publication_card_img {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 24px;
        background-color: #FFFFFF;
        height: 100%;
        margin-bottom: 0px;
    }

    .publication_card.medium .publication_card_date {
        position: absolute;
        bottom: 28px;
        right: 30px;
        background-color: #fff;
        border-radius: 20px;
        line-height: 19px;
        padding: 6px 16px;
    }

    .publication_card.medium .publication_card_block-img {
        width: calc(100% / 2);
        position: relative;
    }

    .publication_card.medium .publication_card_block-info .publication_card_title {
        -webkit-line-clamp: 5;
        margin-bottom: 22px;
    }

    .publication_card.medium .publication_card_block-info .publication_card_text {
        -webkit-line-clamp: 12;
    }

    .publication_card.medium .publication_card_author {
        display: none;
    }

    .publication_card.large {
        width: 100%;
        flex-direction: row;
        flex-grow: 1;
        flex-shrink: 1;
        position: relative;
    }

    .publication_card.large .publication_card_block-img {
        width: 100%;
        height: 100%;
    }

    .publication_card.large .publication_card_date {
        position: absolute;
        top: 22px;
        right: 24px;
        background-color: #fff;
        border-radius: 20px;
        line-height: 19px;
        padding: 6px 16px;
    }

    .publication_card.large .publication_card_block-info {
        position: absolute;
        bottom: 28px;
        left: 30px;
    }

    .publication_card.large .publication_card_img {
        height: 100%;
        margin-bottom: 0px;
    }

    .publication_card.large .publication_card_text {
        color: #fff;
    }

    .publication_card.large .publication_card_title a {
        text-decoration: none;
        color: #fff;
    }

    .publication_card.large .publication_card_block-info .publication_card_title {
        -webkit-line-clamp: 1;
        margin-bottom: 9px;
        color: #fff;
    }

    .publication_card.large .publication_card_block-info .publication_card_text {
        -webkit-line-clamp: 1;
        margin-bottom: 0px;
        color: #fff;
    }

    .publication_card.large .publication_card_author {
        display: none;
    }

    .publication_card.large .logo {
        display: none;
    }

    .publication_card.medium .publication_card_block-info {
        width: calc(100% / 2);
        padding-right: 16px;
    }

    .publication_card.large .publication_card_block-info {
        width: calc(100% / 2);
    }
}

@media (max-width: 768px) {
    .published_articles_author .publication_card {
        width: 100%;
        margin-bottom: 8px;
        height: auto;
    }

    .publication_card_img {
        border-radius: 16px;
        height: 160px;
        margin-bottom: 10px;
    }

    .published_articles_author #pagination {
        display: none;
    }

    .published_articles_author .show_more_cards,
    .published_articles_author .show_less_cards {
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-decoration: none;
        color: #0078e1;
    }

    .published_articles_author .show_more_cards,
    .published_articles_author .show_less_cards {
        font-size: 1rem;
        font-weight: 600;
    }

    .published_articles_author .show_more_cards:after {
        content: "";
        width: 24px;
        height: 24px;
        margin-left: 9px;
        background-image: url(/local/templates/racurs/css/../img/show-more.svg);
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 1.5rem;
    }

    .published_articles_author .show_less_cards:after {
        content: "";
        width: 24px;
        height: 24px;
        margin-left: 9px;
        background-image: url(/local/templates/racurs/css/../img/show-less.svg);
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 1.5rem;
    }

    .author_banner {
        height: 256px;
    }

    .author_banner .title.name_author {
        font-size: 1.125em;
        margin-bottom: 2px;
        line-height: 24px;
        width: 50%;
    }

    .position_author {
        font-size: 0.75em;
        margin-bottom: 7px;
        line-height: 15px;
        font-weight: 300;
    }

    .author_banner .banner_text {
        font-size: 0.75em;
        margin-bottom: 7px;
        line-height: 15px;
        font-weight: 300;
        width: 80%;

    p {
        margin: 0;
    }
}

.author_publications .articles_information_author {
    position: relative;
    bottom: 0;
    margin-bottom: 21px;
}

.avatar_author {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.articles_information_author {
    font-size: 0.75rem;
}

.publication_rate {
    margin-right: 22px;
}

.publication_rate::before {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
    margin-right: 4px;
    border-radius: 6px;
}

.publication_topics::before {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
    margin-right: 4px;
    border-radius: 6px;
}
}

@media (min-width: 768px) {
    .avatar_author {
        display: none;
    }
    .publication_card {
        height: inherit;
    }
}

.author-photo-link img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.publication_card .logo {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .publication_card .logo {
        margin-top: 10px;
    }
}
/* End */
/* /local/templates/racurs/css/blog_new.css?175153113114554 */
/* /local/templates/.default/components/bitrix/news.list/author/style.css?175153113111467 */
