/* Белый отступ на мобилках после работ */
.t-store__card__price-wrapper {
    margin-top: 0px;
}
/* Скроллбар */
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #000000;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 7px;
        /* Укажи высоту горизонтального скроллбара */
        height: 7px;
        /* Укажи цвет фона под скроллбаром */
        background: #a3a3a3;
    }
}
.t702 .t-title_xxs {
    font-size: 24px !important;  
}
.t702 .t-descr_xs {
    font-size: 16px !important;
}
.t702 .t-text_xs {
    font-size: 14px !important;
}
/* Шапка */
.t228__right_langs {
    padding-left: 10px;
}
.t228 .t-sociallinks__customimg {
    width: 28px !important;
    height: 28px !important;
}
.t280 .t-descr_md {
    font-size: 18px !important;
}
@media screen and (max-width: 320px) {
.t-descr_xs {
    font-size: 32px !important;
}
}
@media screen and (max-width: 640px) {
.t-descr_xs {
    font-size: 32px !important;
}
}
/* Разделы работ */
.t786 .t-name_xl {
    font-size: 24px;
}
.t786 .t-descr_xxs {
    font-size: 18px;
}
.t786 .t-btn_sm {
    height: 45px;
    font-size: 15px;
}
.t786 .t-name_xs {
    font-size: 0px;
}
@media screen and (max-width: 1200px) {
.t-store__grid-cont_col-width_stretch[data-col-gap='40'] .t-store__stretch-col {
    padding: 0 20px 0 0px;
}
}
@media screen and (max-width: 960px) {
.t-store__grid-cont_col-width_stretch[data-col-gap='40'] .t-store__stretch-col {
    padding: 0 10px 0 10px !important;
}
.t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 0px;
}
}