::-webkit-scrollbar-thumb {
    /* Укажи цвет скроллбара */
    background: rgb(113,34,115);
    background: linear-gradient(0deg, rgba(113,34,115,1) 0%, rgba(130,27,81,1) 50%, rgba(66,20,56,1) 100%);
    /* Укажи радиус скругления скроллбара */
    border-radius: 10px;
}
::-webkit-scrollbar {
    /* Укажи ширину вертикального скроллбара */
    width: 6px;
    /* Укажи высоту горизонтального скроллбара */
    height: 0;
    /* Укажи цвет фона под скроллбаром */
    background: #0b0d10;
}

::selection {
    background: #7c1b5c; /* Цвет фона */
    color: #fff; /* Цвет текста */
}

/*.uc-loader {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  z-index: 100005;*/
/*}*/

.background-noise .tn-atom {
    background-size: auto !important;
    background-repeat: repeat !important;
    pointer-events: none;
}

.background-noise {
    pointer-events: none;
    z-index: 99999999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
}

.uc-case {
    display: none;
}

.button-case-load {
    cursor: pointer;
}

.t-body {
    background-color: #0b0d10;
}

.t-form .js-error-control-box .t-input:not(.t-input-phonemask), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid #7c1b5c !important;
}

.t-input-error {
    color: #7c1b5c;
}

@media screen and (max-width: 640px) {
    .t862 .t-popup__close {
        background: #0b0d10;
    }
}

.t862__progressbar {
    height: 2px;
}

a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:active, a:hover, a:link, a:visited, a:focus {
    outline: none;
}