

/* Start:/local/templates/main/components/bitrix/news.detail/blog/style.css?17839344226790*/
html { scroll-behavior: smooth; }

.info p,
.content__text p { color: #000; }

.blog__article h2 { text-align: center; }

.blog__article .back {
  display: flex;
  align-items: center;

  font-size: 16px;
  color: #111;
}

.article__info {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-bottom: 16px;
}

.info {
  display: flex;
  column-gap: 16px;
}

.info p { margin: 0; }

.info__author,
.info__author .author__data {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.info__author .author__img {
  width: 48px;

  border-radius: 50%;
}

.info__author .author__info {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.info__author .author__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info__author .author__name { text-decoration: none; }
.info__author .author__name span { font-weight: 700; }

.is-verified span {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: max-content;

  padding: 8px 16px;

  font-weight: 700;
}

.is-verified svg {
  height: 24px;
  width: 24px;
}

.article__content { margin-top: 16px; }

.content__text {
  padding: 16px;

  font-size: 16px;
  color: #3a3f43;
}

.content__text p { text-align: justify; }

.toc {
  margin: 1rem 0 3rem;
  padding: 1rem;

  background-color: #fff;
  border: 1px solid #999;
}

.toc__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.toc__list { margin-left: 0; }

.toc__list .toc__list__item a,
.toc__list .toc__item__list li a {
  font-weight: 700;
  text-decoration: none;
  color: #ee7177; 
}

.toc__list .toc__list__item a:hover,
.toc__list .toc__item__list li a:hover { color: #005f7d; }

.toc__list .toc__list__item::before,
.toc__list .toc__item__list li::before { height: 0; }

.list--chlclub .toc__list__item::before,
.list--chlclub .toc__item__list li::before {
  content: '\1F367';

  margin-left: -4px;
}

.toc__list .toc__item__list {
  margin: 16px 0 16px -16px;
}

.article__content .content__text h2 { margin: 1rem 0; }
.article__content .content__text h3 { margin: 20px 0 20px; font: 700 calc(0.01302 * 80vw + 17.6px) / calc(0.01218 * 100vw + 15.62px) Montserrat, sans-serif;
}

.article__content .content__text p,
.article__content .content__text li { margin: 4px 0; }

.article__content .content__text p,
.article__content .content__text li { line-height: 1.4; }

.article__content .content__text ul,
.article__content .content__text ol { margin-left: 8px; }

.header--anchor { position: relative; }

.header--anchor i {
  position: absolute;
  top: -90px;
}

.article__nav {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;

  padding: 16px;
}

.article__nav a {
  padding: 8px;

  color: #017970;
}

.article-prev { margin-right: auto; }
.article-next { margin-left: auto; }

.d-flex {
  display: flex;
  width: 100%;
}

.d-flex--center {
  justify-content: center;
  align-items: center;
}

.d-flex--center img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .info__author {
    flex-direction: column;
    align-items: flex-start;
  }

  .info__author .author__info {
    flex-direction: row;
    align-items: center;

    padding: 8px;
  }
}

@media screen and (max-width: 504px) {
  .info { flex-direction: column; }

  .is-verified span {
    padding: 8px 4px;

    font-size: 12px;
  }

  .is-verified svg {
    height: 20px;
    width: 20px;
  }

/*   .article__content .content__text ul li,
  .article__content .content__text ol li { padding-left: 8px; } */

  .list--chlclub .toc__list__item::before,
  .list--chlclub .toc__item__list li::before {
    position: initial;

    background: none;
  }
}

@media screen and (min-width: 768px) {
  .article--3 {
    max-width: 750px;

    margin: 0 auto;
  }
}

@media screen and (min-width: 991px) {
  .article--3 { max-width: 950px; }
}

.item__datetime {
  display: flex;
  align-items: center;
  column-gap: 8px;

  margin: 4px 0;
  padding: 4px;

  font-size: 14px;
  font-weight: 400;
}

.article__content.content__text .border-block{
  margin: 1rem 0 3rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #999;
}

.article__content.content__text .border-block.d-flex{
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 2rem;
}  

.article__content.content__text .border-block .img-row{
  width: 50%;
  max-width: 400px; 
}

.page__title--2 {
  font-size: 26px;
}

@media screen and (max-width: 768px) { 
  .article__content.content__text .border-block.d-flex{
    flex-direction: column;
  } 

  .article__content.content__text .border-block .img-row{
    order: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
 .article__title .page__title--2 { margin-bottom: 20px; }
}
@media only screen and (min-width: 768px) {
  .types__title {
    margin-left: 25% !important;
  }
  .types {
    margin-left: -15% !important;
  }
  .types__content {
    grid-template-columns: repeat(3, calc(45% - (40px / 3))) !important;
  }
}
@media(min-width: 1024px) and (max-width: 1270px) {
  .types__content {
    grid-template-columns: repeat(3, calc(42% - (40px / 3))) !important;
  }
  .types {
    margin-left: -10% !important;
  }
}

.img_short_disc {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.img_short_disc p, span {
  color: #00000096;
}
.container__share .share__block.open {
  z-index: 9;
}
@media (max-width: 768px) {
  .exursions_type_slider.container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
  }

  .types__content.swiper-wrapper {
      display: flex !important; 
      flex-direction: row !important;
      grid-template-columns: none !important;
      align-items: stretch;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  .types__content .item.swiper-slide {
      width: 100% !important; 
      flex-shrink: 0 !important;
      height: auto !important;
      margin: 0 !important;
      margin-bottom: 0 !important;
      box-sizing: border-box;
      margin-left: auto !important;
      margin-right: auto !important;
  }

  .js_types_slider {
      padding-bottom: 40px !important;
  }

  .exursions_type_slider .slider__buttons,
  .slider__buttons {
      display: flex !important;
      justify-content: center;
      gap: 20px;
      margin-top: 15px;
  }

  .slider__button {
      cursor: pointer;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 40px; 
      height: 40px;
  }
}

@media (min-width: 769px) {
  .exursions_type_slider .slider__buttons,
  .slider__buttons {
      display: none !important;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17291690162227*/
.bx-rating--custom {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: 16px;

  margin: 1rem 0 2rem;
}

.bx-rating-icon-container { cursor: pointer; }

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon { fill: #005f7d; }

.container__response {
  display: none;
  height: 16px;

  padding: 8px;

  text-align: center;
}

.rating--custom__container,
.share-button,
.rating--custom__info { 
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;

  padding: 8px;
}

.rating--custom__container { column-gap: 16px; }

.rating--custom__info { justify-content: flex-end; }

.share-button {
  padding: 12px 16px;

  color: #fff;

  border-radius: 32px;
  background-color: #005f7d;

  cursor: pointer;
}

.block__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;

  background-color: #005f7d;
  border-radius: 50%;
}

.share-button__icon,
.block__wrapper .wrapper {
  height: 20px;
  width: 20px;

  color: #fff;
}

.share__block {
  position: absolute;
  bottom: 100px;

  display: none;
  min-width: 250px;

  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.share__block__header {
  font-weight: 700;
  text-align: center;
}

.share__block.open { display: block; }

.block__social {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%;

  padding: 8px;

  background-color: inherit;
  border: 0;
  border-top: 1px solid #e1e1e1;

  cursor: pointer;
}

.block__social-wa {
  border-bottom: 1px solid #e1e1e1;
}

.block__social span.success {
  display: flex;
  align-items: center;
  height: 54px;

  color: #005f7d;
}

.social__name { font-weight: 700; }

.rating--custom__info p { margin: 0; }

.info__rating,
.info__votes {
  font-size: 14px;
  font-weight: 400;
  color: #747883;
}

@media screen and (max-width: 768px) {
  .bx-rating--custom {
    flex-direction: column;
    row-gap: 16px;
  }

  .share__block { bottom: 120px; }
}

@media screen and (max-width: 504px) {
  .block__wrapper {
    height: 24px;
    width: 24px;
  }

  .share__block { right: 5%; }

  .share-button__icon,
  .block__wrapper .wrapper {
    height: 20px;
    width: 20px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/blog/style.css?17839344226790 */
/* /local/templates/main/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17291690162227 */
