@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;
}

.reviews .swiper-slide {
    height: auto;
}
.reviews .swiper--reviews-mobile {
    display: none;
}
.reviews__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: 32px;
}
.reviews__info .moreContent__btn {
    margin: 0 auto;
}
.reviews__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 8px;
}
@media (max-width: 1223px) {
    .reviews {
        overflow: hidden;
    }
    .reviews .swiper {
        overflow: visible;
    }
    .reviews .swiper--reviews-mobile {
        display: block;
    }
    .reviews .moreContent__info {
        display: none;
    }
}


.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;
}/*# sourceMappingURL=reviews.css.map */
@media (max-width: 1700px) {
    .reviews__items {
        grid-template-columns: repeat(3, 1fr);
    }
}