@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #000000;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 5px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #ffffff;
    }
}

.t280__main_opened .t280__menu__wrapper {
    z-index: 9999;
    opacity: 1;
    display: block;
    backdrop-filter: blur(10px);
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgba(0,0,0,.75);
    filter: saturate(1);
}

.t1002__addBtn {
    width: 45px;
    height: 45px;
    padding-top: 2px;
    border: 1px solid #e4e4e4;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    vertical-align: middle;
    border-radius: 2px;
    background-color: rgb(255,255,255 1);
}

.t1002__addBtn {
    border-radius: 1px;
}

.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    filter: drop-shadow(0 0 1.25rem white);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 10px;
}

.t706__cartwin {
    backdrop-filter(blur) 10px;
}

.t-input {
    border-radius: 5px;
}

.t-submit {
    border-radius: 10px;
    background-color: gray;
    font-size: 20px;
    
}

.t390__wrapper {
    padding: 40px 45px;
    background: #fff;
    filter: drop-shadow(0 0 1.25rem white);
    border: solid white;
    border-radius: 10px;
}

.t1014 .t1014__wrapper {
    border-radius: 10px;
}

.t-form__errorbox-wrapper {
    background: red;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border: solid red;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.65rem red);
}
