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



.t-store .t-store__tabs__content .t-redactor__video-container iframe, .t-store .t-store__tabs__content .t-redactor__video-container video {
    border-radius: 10px !important;
}


.t015__descr {
    padding: 20px 0 0 0;
}


.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 10px;
}


.t-popup__container {
  border-radius: 10px 10px 10px 10px;
}


.t611 .t-section__topwrapper {
    margin-bottom: 20px;
}


.t690 .t-section__descr {
    max-width: 658px;
}


.t690 .t-section__title {
    margin-bottom: 10px;
}


.t690 .t-section__topwrapper {
    margin-bottom: 18px;
}


.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px !important;
}


.t-checkbox__indicator {
    border: 1px solid #cfa05f !important;
    border-radius: 5px;
}


.t951__cont-wrapper .t951__sidebar {
    padding: 0px 0 30px 0px !important;
}


.t951 .t-store__card__btns-wrapper {
    margin-top: 20px;
}


.t-store__grid-cont_col-width_stretch .t951__sidebar {
    margin: 0px 0px 0px 0px !important;
}


.t-store__filter__range_bg {
    background-color: #cfa05f !important;
}


.t951 .t-store__filter__search .t-store__filter__input {
    border: 0px #ddd solid;
    border-radius: 10px;
    min-height: 40px;
}

.t951__sidebar .t-store__filter__item_price .t-store__filter__input {
    border: 0px #ddd solid;
    border-radius: 10px;
    min-height: 40px;
}