

/* 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/blog/bitrix/news.list/.default/style.css?175153113191*/
.blog{margin-bottom:40px;}
.blog div{margin-bottom:5px;color:#fff}
.blog a{display:block;}

/* End */
/* /local/templates/racurs/css/blog_new.css?175153113114554 */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.list/.default/style.css?175153113191 */
