.t282__container {
    width: auto;
    left: auto;
    z-index: 990;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(0,0,0);
}

.t282__container.t282__positionfixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
}

.t706__carticon {
display: none;
}

::selection {
    background: #4B859E;
}






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

.t706__cartwin-heading {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'ProximaNova',Arial,sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.35;
    font-size: 20px;
}



[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    border-bottom: 2px solid #cf944f; !important;
    /* отступ между ссылкой и подчеркиванием после наведения */
    padding-bottom: 1px !important; 
}





