.overfloww-class {
    overflow: hidden;
}

/*Галерея*/
.t-carousel__zoomer__arrow {
    border-color: #F2F3F5;
}
.t-zoomer__close path {
    fill: #F2F3F5;
}
.t-zoomer__scale path {
    stroke: #F2F3F5;
}
.t-zoomer__container {
    background-color: #0C0C0D !important;
}
.t-carousel__zoomer__arrow__wrapper:before,
.t-zoomer__close, .t-zoomer__scale {
    background: transparent !important;
}

/*Отзывы*/
.uc-reviews .t-container {
    max-width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
}
.uc-reviews .t-slds__container {
    width: 100% !important;
}
.uc-reviews .t-slds__item {
    width: 30vw;
}
.uc-reviews .t923__col {
    width: 100% !important;
    margin-left: 1vw;
    margin-right: 1vw;
}
.uc-reviews .t923__slds-wrapper {
    padding: 0 !important;
}

.uc-reviews .t923__content {
    border-top: 1px solid #F2F3F5;
    margin-top: 20px;
}
.uc-reviews .t923__textwrapper {
    padding: 40px 0;
}
.uc-reviews .t923__uptitle {
    letter-spacing: 0 !important;
}
.uc-reviews .t923__descr {
    max-width: 300px;
}
@media (max-width: 1200px) {
.uc-reviews .t923__uptitle {
    font-size: 20px !important;
}
.uc-reviews .t923__title {
    font-size: 16px !important;
}
.uc-reviews .t923__content {
    height: fit-content !important;
}
}

/*Кнопка в форме*/
.tn-atom__form .t-submit {
    letter-spacing: 2px;
    transition: all 0.3s;
}
.tn-atom__form .t-submit:hover {
    border: 1px solid #f0c6a8 !important;
}