@charset "UTF-8";
/*функция для подсчета clamp*/
/*функция для подсчета line-height*/
/*Миксин для скрытия поля*/
.top {
  width: 100%;
  min-height: 100vh;
}
.top .swiper {
  height: 100%;
}
.top--about .text-beutiful {
  line-height: 0.45;
}
.top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
}
.top__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding: 0 20px;
  position: relative;
}
.top__inner:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.top__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ready .top__title .main-text-mini {
  -webkit-animation: leftRight 0.5s;
          animation: leftRight 0.5s;
}
body.ready .top__title .text-beutiful {
  -webkit-animation: rightLeft 0.5s;
          animation: rightLeft 0.5s;
}
body.ready .progress-bar {
  -webkit-animation: bottomTop 0.5s;
          animation: bottomTop 0.5s;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.about__img {
  max-width: 936px;
  width: 100%;
}
.about__img img {
  height: clamp(695px, 511.0071942446px + 17.9856115108vw, 770px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 936px;
  width: 100%;
}
.about__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, -24.0852272727px + 9.6590909091vw, 50px);
}
.about__logo img {
  max-width: 61px;
  width: 100%;
}
.about__details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about__details-info .textbox {
  gap: 0;
}
.about__title {
  font-size: clamp(24px, 3.4715719064px + 2.0066889632vw, 42px);
  font-weight: 400;
  line-height: 1;
  color: #bf523b;
  font-family: "TenorSans";
}
@media (max-width: 1023px) {
  .about__title {
    display: none;
  }
  .about__img img {
    height: clamp(463px, 304.6447368421px + 38.1578947368vw, 695px);
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reviews .swiper-slide {
  height: auto;
}
@media (max-width: 1223px) {
  .reviews {
    overflow: hidden;
  }
  .reviews .swiper {
    overflow: visible;
  }
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
  background-color: #262627;
  border-bottom: 4px solid #ac4e38;
  padding: 24px;
  height: 100%;
}
.reviews-item__name {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.reviews-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
.reviews-item__content .textbox p {
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(18px, 15.6420454545px + 0.5681818182vw, 20px);
}
.reviews-item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  margin-top: auto;
}
.reviews-item__author-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
.reviews-item__time {
  color: #808081;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__link.active path {
  fill: #FCC73D;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-height: 420px;
}
.contacts__info {
  max-width: 656px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.contacts__title {
  font-weight: 400;
  font-size: clamp(24px, 20.7609756098px + 0.7804878049vw, 32px);
  font-family: "TenorSans";
  color: #AC4E38;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-family: "TenorSans";
}
.contacts__item .icon {
  width: 24px;
  height: 24px;
}
.contacts__item .icon img,
.contacts__item .icon svg {
  width: 100%;
  height: 100%;
}
.contacts__map {
  max-width: 696px;
  width: 100%;
}
@media (max-width: 1223px) {
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__info, .contacts__map {
    max-width: 100%;
  }
  .contacts__map {
    height: 420px;
  }
  .contacts__map .ymaps-2-1-79-map {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */