

/* Start:/bitrix/templates/aspro_next/css/style.min.css?16892638072041*/
.about-info{width:100%;}.about-info__title{font-size:42px;font-weight:700;line-height:1;letter-spacing:1px}@media screen and (max-width:767px){.about-info__title{font-size:32px;line-height:1.16;letter-spacing:normal}}.about-info__descr{font-size:18px;line-height:1.33;color:#4e4e4f;margin-top:32px}.about-info__descr a{text-decoration:underline;color:#4e4e4f;transition:all .2s linear}.about-info__descr a:hover{text-decoration:none;color:#f0776e}@media screen and (max-width:767px){.about-info__descr{margin-top:28px}}@media screen and (max-width:991px){.about-info{padding-top:0;padding-bottom:64px}}.about-quote{width:100%;padding-top:85px;padding-bottom:113px}.about-quote__man_image img{width:100%;max-width:270px}@media screen and (max-width:576px){.about-quote__man_image img{max-width:100%}}.about-quote__man_name{font-family:"Playfair Display",serif;font-weight:700;font-size:24px;line-height:1;letter-spacing:.25px;color:#141414;margin-top:14px}.about-quote__man_position{font-style:italic;font-size:14px;color:#7f7f82;margin-top:4px}.about-quote__title{text-align:left!important;line-height:1.16;position:relative}.about-quote__title span{position:absolute;top:0;left:-20px}@media screen and (max-width:767px){.about-quote__title span{position:static}}@media screen and (max-width:991px){.about-quote__title{margin-top:32px}}.about-quote__quote{font-size:18px;line-height:1.33;letter-spacing:-.25px;color:#4e4e4f;margin-top:42px}@media screen and (max-width:991px){.about-quote__quote{margin-top:24px}}@media screen and (max-width:991px){.about-quote{padding-top:50px;padding-bottom:64px}}.about-terms{width:100%;padding-top:85px;padding-bottom:113px;background:#fef8f4}.about-terms__title{text-align:left!important}.about-terms__descr{font-size:18px;color:#4e4e4f;margin-top:32px;line-height:1.33}@media screen and (max-width:767px){.about-terms__descr{margin-top:18px}}@media screen and (max-width:991px){.about-terms{padding-top:50px;padding-bottom:64px}}.swiper-wrapper{height:auto!important}.about-terms__wrap img{width:100%}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/history_about_us/style.css?16892638073121*/
.about-story {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 113px;
  background: #fef8f4;
  overflow: hidden;
  position: relative;
}

/*.about-info {
  color:#222;
}*/

.about-info__wrap {
  margin-bottom: 30px;
}

.about-story__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 99;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
}

.about-story__arrow:hover {
  opacity: 0;
}

.about-story__arrow:active {
  opacity: 1;
}

.about-story__title {
  text-align: left;
}

.about-story__wrap {
  position: relative;
}

.about-story__slider {
  width: 100%;
  padding-top: 50px;
}

.about-story .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: all .5s ease-out !important;
  transition: all .5s ease-out !important;
}

.about-story__prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FEF8F4), to(rgba(254, 248, 244, 0)));
  background: linear-gradient(90deg, #FEF8F4 0%, rgba(254, 248, 244, 0) 100%);
  border: none;
}

.about-story__prev:hover ~ .about-story__slider .swiper-wrapper {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .about-story__prev img {
    display: none;
  }
}

.about-story__next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FEF8F4), to(rgba(254, 248, 244, 0)));
  background: linear-gradient(-90deg, #FEF8F4 0%, rgba(254, 248, 244, 0) 100%);
  border: none;
}

.about-story__next:hover ~ .about-story__slider .swiper-wrapper {
  margin-left: -20px;
}

@media screen and (max-width: 1199px) {
  .about-story__next img {
    display: none;
  }
}

.about-story .swiper-slide {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  max-width: 350px;
  margin-right: 37px;
}

.about-story .swiper-slide:first-child {
  max-width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .about-story .swiper-slide:first-child {
    display: none;
  }
}

.about-story .swiper-slide:last-child {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .about-story .swiper-slide:last-child {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .about-story .swiper-slide {
    padding-left: 15px;
    max-width: 290px;
  }
}

.about-story__slide {
  width: 100%;
}

.about-story__slide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-story__slide_year {
  font-weight: bold;
  font-size: 32px;
  color: #141414;
  line-height: 1.16;
}

.about-story__slide_descr {
  font-size: 16px;
  color: #282829;
  margin-top: 32px;
  line-height: 1.5;
}

.about-story__pagination {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .about-story {
    padding-top: 50px;
    padding-bottom: 42px;
  }
}


@media (min-width: 992px) {
  .d-lg-none {
    display: none!important;
  }
}

/* End */
/* /bitrix/templates/aspro_next/css/style.min.css?16892638072041 */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/history_about_us/style.css?16892638073121 */
