::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:15px; 
height:0px 
} 
 ::-webkit-scrollbar-track {
     background-color: #323232;
     border-radius: 0px; 
     /* box-shadow: 0px 0px 3px #313131 inset; */
     
 } 


 ::-webkit-scrollbar-thumb {
     /* -webkit-border-radius: 5px; */
     border-radius: 90px; 
     background-color: #F9F7F3;
     /* box-shadow:0px 1px 1px #fff inset; */
     /* background-image:url('https://yraaa.ru/_pu/24/59610063.png'); */
     /* background-position:center; *//* background-repeat:no-repeat; */} 
 ::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:10px; 
height:0px 
} 
 ::-webkit-scrollbar{
     width: 10px;
     
 }
    ::selection {
      background-color: #F0F0F0;
      color: #323232;
    }

.t-popup__container{
    border-radius: 10px;
}
}
.ecsButtons:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 15%;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #323232;
    border-radius: 90px; 
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    left: 40%;
    right: 40%;
}
.ecsButtons:hover:after {
width: 40%;
left: 30%;
}

.ecsButtons2:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 40%;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #323232;
    border-radius: 90px; 
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    left: 40%;
    right: 40%;
}
.ecsButtons2:hover:after {
width: 40%;
left: 30%;
}

