::-webkit-scrollbar
{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece
{
background-color: #FFFFFF;
-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 10px;
background-color: #58595b;
-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 10px;
background-color: #58595b;
-webkit-border-radius: 0px;
}

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

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


/*--------------------------------------------------*/
/* СТИЛИЗАЦИЯ НАВИГАЦИИ ПО СТРАНИЦЕ (Блок ME604) */

.t607 .t-menu__link-item .t607__dot{
    width: 10px !important;
    border-radius: 0;
}
/*Положение меню по левой или правой стороне*/
.t607 { left: auto} /*auto справа ; 50px  - слева*/
.t607 .t-menu__link-item.t-active .t607__dot { width: 40px !important}
.t-active .t607__tooltip {
    visibility: visible  !important;
    opacity: 0 !important;
    background: none !important;
}
.t607__tooltip {background: none !important}
.t607__tooltip:after { display: none} 
.t607 .t-menu__link-item {
    padding: 10px 0px;
    width: 40px;
}
.t607 .t-menu__link-item:hover  .t607__dot {width: 40px !important}
.t607 .t-menu__link-item:hover .t607__tooltip {
    -webkit-transform: translateX(20%) translateY(-50%);
    transform: translateX(-20%) translateY(-50%);
}    
.t607 .t-menu__link-item:hover .t607__tooltip {
    visibility: visible;
    opacity: 1;
}
