.js-store-prod-all-text a {
    display: inline-block;        /* чтобы padding и фон работали */
    background-color: #4c4c4c !important;       /* фон */
    color: #efefef !important;                  /* цвет текста */
    padding: 18px 30px;           /* внутренние отступы */
    border-radius: 0px;           /* скругление (по желанию) */
    text-decoration: none;        /* убрать подчёркивание */
    transition: all 0.3s ease;    /* плавный hover */
    margin-bottom: 20px !important;
}

.js-store-prod-all-text a:hover {
    background-color: #242424 !important;       /* фон при наведении */
    color: #efefef !important;
}


.t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
    line-height: 1.2 !important;
}



.t-checkbox__control {
    align-items: start !important;
}

.t-checkbox__indicator {
    margin-top: 2px !important;
}

.t-checkbox__labeltext {
    font-size: 12px !important;
}

.t-input-group.t-input-group_nm {
    margin-bottom: 10px !important;
}

.swiper-scrollbar-dbm.swiper-scrollbar-horizontal {
    display: none !important;
}

.t585__header {
    border-top: 1px solid #75757542 !important;
}

t-descr_md {
    font-size: 16px !important;
}

/*Меню*/
.t450__right_buttons_but .t-btn {
    width: 100% !important;
}

.t450__right_buttons_but {
    width: 100% !important;
}

.t450__logoimg {
    padding-bottom: 20px;
}