

/* Start:/local/templates/2019/components/bitrix/news.list/about/style.css?17484998703722*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.content .about__slider {
  margin-top: 30px;
}
.content .about__slider .swiper-slide {
  overflow: hidden;
}
.content .about__slider .swiper-container .swiper-button-next.swiper-button-area, .content .about__slider .swiper-container .swiper-button-prev.swiper-button-area {
  color: #a1a2a5;
}
html:not(.bx-touch) .content .about__slider .swiper-container .swiper-button-next.swiper-button-area:hover, .bx-touch .content .about__slider .swiper-container .swiper-button-next.swiper-button-area:active, html:not(.bx-touch) .content .about__slider .swiper-container .swiper-button-prev.swiper-button-area:hover, .bx-touch .content .about__slider .swiper-container .swiper-button-prev.swiper-button-area:active {
  color: #62b5bb;
}
@media only screen and (max-width: 1023px) {
  .content .about__slider .swiper-container .swiper-button-next.swiper-button-area svg, .content .about__slider .swiper-container .swiper-button-prev.swiper-button-area svg {
    top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .content .about__slider .swiper-container .swiper-button-next.swiper-button-area, .content .about__slider .swiper-container .swiper-button-prev.swiper-button-area {
    display: none !important;
  }
}
.content .about__block {
  padding: 0;
  display: flex;
}
.content .about__block img {
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .content .about__block img {
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  .content .about__block img {
    width: 100%;
    max-width: 100%;
  }
}
.content .about__block-pic {
  width: 100%;
}
.content .about__text {
  padding: 40px 45px 40px 45px;
  background: #f8f8f8;
}
.content .about__title h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.content .about__desc {
  font-size: 15px;
  font-weight: 400;
}
.content .about__desc--small {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .content .about__image {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .content .about__image--no {
    order: 2;
  }
}
.content .about__title-list {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.content .about__title-list--item {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 0 22px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content .about__title-list--item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content .about__title-list--item {
    font-size: 14px;
  }
}
html:not(.bx-touch) .content .about__title-list--item:hover, .bx-touch .content .about__title-list--item:active {
  color: #62b5bb;
}
.content .about__title-list--item-active {
  color: #62b5bb;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17484998702387*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px; }
  .content .paging__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-right: none;
    font-size: 14px;
    line-height: 35px;
    color: #63666a;
    text-align: center;
    transition: all 0.1s ease-out;
    text-decoration: none;
    margin: 0 4px; }
    @media only screen and (max-width: 529px) {
      .content .paging__item {
        width: 32px;
        height: 32px;
        line-height: 32px; } }
    html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
      text-decoration: underline;
      color: #62b5bb; }
    .content .paging__item .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #62b5bb;
      font-size: 11px; }
    .content .paging__item--arr {
      border: 1px solid #62b5bb; }
      html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
        background-color: rgba(98, 181, 187, 0.05); }
    .content .paging__item--active {
      background-color: #f3f3f3; }
      html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
        text-decoration: none;
        pointer-events: none;
        color: #63666a; }

/* End */
/* /local/templates/2019/components/bitrix/news.list/about/style.css?17484998703722 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17484998702387 */
