::-webkit-scrollbar
{
width: 9px;
height: 9px;
}
::-webkit-scrollbar-track-piece
{
background-color: #ffffff;
-webkit-border-radius: 15px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 7px;
background-color: #333333;
-webkit-border-radius: 15px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 7px;
background-color: #333333;
-webkit-border-radius: 15px;
}

.t939__card {border-radius: 20px;}
.t686 .t686__col {border-radius: 20px;}

/*--------------------------------------------------*/
/* ПОДВАЛ - ЭФФЕКТ НАВЕДЕНИЯ НА ПУНКТЫ МЕНЮ */
/*Задаём вид и время анимации*/
#rec384676281 li {
    transition: ease-in-out 0.5s;
}
/*Эффекты при наведении*/
#rec384676281 li:hover { 
    color: #ffe600; /*Цвет текста*/
    padding-left: 5px; /*Сдвиг вправо*/
    border-left: 3px solid #ffe600; /*Левая граница*/
}    

@media screen and (max-width: 560px) {
.t702 .t-popup__close {background: #f1f2f2;}
.t702 .t-popup__close-icon {width: 30px;}
}

/*--------------------------------------------------*/
/* РЕДАКТИРУЕМ POPUP КОНТЕЙНЕР */
.t-popup__container {border-radius: 15px;} /*Скругление углов popup контейнера*/

/* РЕДАКТИРУЕМ POPUP КОНТЕЙНЕР В МОБИЛЬНОЙ ВЕРСИИ */
@media screen and (max-width: 560px) {
.t281 .t-popup__close {background: #495969;} 
.t702 .t-popup__close {background: #495969;}
.t702 .t-popup__close-icon {width: 40px;}
.t281 .t-popup__close-icon {width: 40px;}
.t281__wrapper {border-radius: 15px;}
}
