::-webkit-scrollbar-thumb {
    /* Укажи цвет скроллбара */
    background: #fff;
    /* Укажи радиус скругления скроллбара */
    border-radius: 10px;
}
::-webkit-scrollbar {
    /* Укажи ширину вертикального скроллбара */
    width: 5px;
    /* Укажи высоту горизонтального скроллбара */
    height: 0;
    /* Укажи цвет фона под скроллбаром */
    background: #111;
}

.t-body {
    background-color: #111111;
}

.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;
}

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

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

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

.t554__card {
    border-radius: 30px;
}

.t-map-lazyload.t117_map {
    border-radius: 40px 40px 0 0 !important;
}

@media screen and (max-width: 960px) {
    .t397__select {
        border-radius: 100px;
    }
    
    .t397__firefoxfix {
        background: none !important;
    }
}

.t-slds__img {
    border-radius: 20px;
}

.rw-review-header {
    border-radius: 20px !important;
}

.rw-review-item {
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
    border-radius: 20px !important;
}

.rw-powered-by-label {
    display: none;
}

.rw-main .rw-reviews-more {
    box-shadow: none;
    border-radius: 20px;
}

