html {
    scrollbar-color: #111111 #e7e7e7;
    scrollbar-width: thin;
}

.a .tn-atom:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.b .tn-atom:hover{
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
}

/*.t-store__pagination {*/
/*    display: none !important;*/
/*}*/

.t-store__prod-popup__sku {
    display: none;
}

/*код для карточек объявление, тех.док, конк.док и уведомление */
.js-store-prod-text a {
    color: #FF1700 !important;
    padding-top: 10px;
    font-weight: 600;
    line-height: 1.5;
}
.js-store-prod-text a::after {
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    content: "→";
}
.js-store-prod-text a:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
}

.zindex{
    z-index: 99!important;
}

/*код для попапа запрос технологии*/

    @media screen and (max-width: 640px) {
        .t-store__grid-cont_mobile-grid {
            padding:0 0;
            box-sizing: border-box;
        }
        .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
            margin-bottom: 25px;
        }
        .t-rec_pb_30 {
            padding-bottom: 25px;
            padding-top: 25px;
        }
    }
    @media screen and (max-width: 480px) {
        .t-store__grid-cont_mobile-grid {
            padding:0 20px;
            box-sizing: border-box;
        }
        .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
            margin-bottom: 15px;
        }
        .t-rec_pb_30 {
            padding-bottom: 15px;
            padding-top: 15px;
        }
    }
    @media screen and (max-width: 320px) {
        .t-store__grid-cont_mobile-grid {
            padding:0 15px;
            box-sizing: border-box;
        }
    }
    .t-popup__container{
        border-radius: 30px;
    }
    .js-store-parts-select-container.t-store__grid-cont.t-container{
        display: none;
    }

    .js-product-img.t-store__card__bgimg.t-bgimg.loaded { 
        border-radius: 20px !important;
    }
    .t-store__card .t-typography__title {
        border-top: 1px solid black;
        padding-top: 15px !important;
    }
    .t-store__card__textwrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    r.t-rec.t-rec_pt_30.t-rec_pb_30{
        height: auto !important ;
    }
    /*форма подать тех запрос*/
    .t-btn.t-btn_sm.t-form__screen-btn-prev{
        font-weight: 600;
    }
    .t-btn_sm {
        font-size: 18px;
        width: auto !important;
    }
    .t-btn.t-btn_sm.t-form__screen-btn-next:after, 
    .t-btn.t-btn_sm.t-form__screen-btn-prev:before {
        display: none !important;
    }
    /*кнопка отпрвить*/
    .t-submit {
        font-size: 18px !important;
    }