.t-form-success-popup__content-icon-background {
    fill: #DA251C; /*Цвет фона галочки*/
}
.t-form-success-popup_new .t-form-success-popup__button {
    color: #FBFBFB; /*Цвет текста кнопки закрытия*/
    background-color: #DA251C; /*Цвет фона кнопки закрытия*/
    border: solid 1px #DA251C; /*Граница кнопки закрытия*/
    border-radius: 30px; /*Скругление углов кнопки закрытия*/
    transition: all .3s;
}
.t-form-success-popup_new .t-form-success-popup__button:hover {
    color: #DA251C; /*Цвет текста кнопки закрытия при наведении*/
    background-color: #FBFBFB; /*Цвет фона кнопки закрытия при наведении*/
    border: solid 1px #DA251C; /*Граница кнопки закрытия при наведении*/
}
@media (min-width: 641px) {
.t-form-success-popup__wrapper {
    border-radius: 15px !important; /*Скругление углов окошка сообщения (десктоп)*/
}
}


/* Сократить отступ в бегущей строке до 10рх */
div#rec1473835601 {
    padding-top: 10px !important;
}

/* Чекбокс — квадратный со скруглением 4px */
.t-checkbox__indicator {
    border-color: #737373;
    border-radius: 4px !important;
}


/* вертикальный отступ между иконками и текстом в карточках */
.t1032__img {
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

/* Уменьшить отступ под заголовками в карточках Преимущества */
.t1032 .t-card__title {
    margin-bottom: 10px;
    padding: 0 15px;
}


/* вертикальный отступ между заг-подзаг и кнопкой в блоке SL21N - О компании...*/
@media screen and (min-width: 900px) {
    #rec1437031041 .t799__title {
        font-size: 40px;
        line-height: 1.05;
        margin-bottom: 66;
    }
}

/* вертикальный отступ между заг-подзаг и кнопкой в блоке SL21N - Сертификаты*/
@media screen and (min-width: 1200px) {
    #rec1478338901 .t799__title {
        margin-bottom: 166 !important;
    }
}

/* Скрыть верхний отступ у кнопки в попапе Акции */
.t390__btn-wrapper, .t390__social {
    margin-top: 0px;
}

/* Выровнять разделы каталога с карточками по верху */
@media screen and (min-width: 960px) {
    #rec1295217061 .t951__cont-wrapper .t951__sidebar {
        padding: 0px 0 0px 30px !important;
        margin-right: 30px;
    }
}

/* Уменьшить шрифт заголовков станд блоков в моб адаптаци */
@media screen and (min-width: 320px) and (max-width: 640px){
    .t-title_xxl {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 900px) {
    .t-title_xxl {
        font-size: 36px !important;
    }
}

/* Уменьшить шрифт заголовков Гл.э.в моб адаптаци */
@media screen and (max-width: 370px) {
    .t-title_sm {
        font-size: 26px;
    }
}

/* Уменьшить отступ под заголовком  на стр Контакты */
@media screen and (min-width: 1200px) {
    #rec1460598731 .t799__title {
        font-size: 40px;
        line-height: 1.05;
        margin-bottom: 90px !important;
    }
}

/* Полностью видимые названия разделов каталога */
.t-store__parts-tree-btn-title {
    margin: auto 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 960px) {
    .t951__sidebar {
        margin-right: 30px;
        width: 350px;
    }
}

/* Акционный баннер */

/* Кнопка во всю ширину баннера */
@media screen and (min-width: 1200px) {
    .t702 .t702__wrapper {
        padding: 40px 16px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px){
    .t702 .t702__wrapper {
        padding: 40px 13px;
    }
}  

@media screen and (min-width: 320px) and (max-width: 640px){
    .t702 .t702__wrapper {
        padding: 40px 10px;
    }
}

/*  */


@media screen and (max-width: 560px) {
    .t702 .t-popup_show .t-popup__container {
        max-width: 100%;
        inset: 0;
        padding-top: 50px;
        margin: 0;
        box-sizing: border-box;
        min-height: 450px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
    }
}

