/* Скроллбар */
@media (min-width: 980px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 6px;
        background-color: #f4f4f4;
    }
    ::-webkit-scrollbar-thumb {
        outline: none;
        border-radius: 0;
        background-color: #06466B;
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
    }
}

/* Ссылка на обратный звонок */
.uc-callme .tn-atom a {
    border-bottom: 1px dashed #333333;
}
.uc-callme .tn-atom a:hover {
    color: #aaaaaa !important;
    border-color: #aaaaaa;
}

/* Слайдер на главной */
.t-slds__arrow-withbg {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.t-slds__bullet_body {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}