/*Scrollbar*/
body::-webkit-scrollbar {
    width: 16px;
}
body::-webkit-scrollbar-track {
    /*Фон*/
    background: #E6E6E6;
}
body::-webkit-scrollbar-thumb {
    /*Ползунок*/
    background-color: #4C2A3B;
    border: 4px solid #E6E6E6;
    border-radius: 8px;
}

/*BUTTONS*/
.btn_hover_1 a {
    transition: all 0.4s !important;
}
.btn_hover_1:hover a {
    opacity: .8 !important;
}

/*CATALOG*/
.t786 .t-store__card__imgwrapper {
    background-color: #F0F0F0;
    border-radius: 4px;
}
@media (min-width: 1900px) {
.t786__container {
    padding: 0 40px 0 40px !important;
}
}

/*ZERO FORMS*/
.tn-atom__form .t-input_pvis {
    padding-top: 20px !important;
}
