/* Универсальные стили */
.hidden {
    display: none !important;
}
/* Универсальные стили - Конец*/
/* Стили для блока контактов */
.container__contacts {
    display: flex;
    text-align: left;
    justify-content: center;
        
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
}
.contacts-col {
    background: white;
    border-radius: 20px;
    box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
    padding: 20px 30px;
}
.contacts-btn__phone {
    display: flex;
    display: -webkit-flex;
    padding: 12px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #444 !important;
    background-color: #FFFFFF !important;
    border: none;
    font-size: 28px;
    font-weight: 600;
    max-width: 304px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 !important;
    min-height: auto;
}
.contacts-btn__phone svg path {
    fill: #f65e00;
}
@media screen and (max-width: 560px) {
    .container__contacts .t1028__items-list .t1028__btn__text {
        display: none;
    }
}
/* Было 680px */
@media screen and (max-width: 960px) {
    .container__contacts {
        flex-wrap: wrap;
    }
    .contacts-col {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .contacts-btn__phone {
        max-width: none;
    }
    .t1028__item {
        width: 100%;
    }
    .t1028__items-list {
        display: flex;
        gap: 15px;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }
    .t1028__btn__text {
        flex-grow: inherit;
        -webkit-box-flex: inherit;
        -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
    }
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 360px) {
    .contacts-btn__phone {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 320px) {
    .contacts-btn__phone {
        font-size: 22px !important;
    }
}
/* Было 961px */
@media screen and (min-width: 1201px) {
    .container__contacts {
        max-width: 1200px;
    }
}
/* Стили для блока контактов - Конец*/

/* Блок отзывов 2я часть */
.uc-reviews_img .t156 .t-img {
    /*border: 1px solid #828282;*/
    box-shadow: 0px 0px 0px 1px #828282;
}
/* Блок отзывов 2я часть - Конец*/

/* Блок с ценами на одну категорию */
.uc-block-price_one .t1069__row {
    justify-content: center;
}
uc-block-price_one .t1069__col:first-child .t1069__content .t-card__title span {
    font-size: 18px;
}
.uc-block-price_one .t1069__col {
    text-align: left;
}
.uc-block-price_one .t-card__uptitle {
    font-size: 16px !important;
    margin: 0;
}
.uc-block-price_one .t1069__col:first-child .t1069__content .t-card__descr {
    height: auto !important;
    /*margin: 0;*/
}
@media screen and (min-width: 960px) {
    .uc-block-price_one .t1069__col:first-child .t1069__content .t-card__descr {
        margin: 0;
    }
}
/* Блок с ценами на одну категорию - Конец*/