/*Красит социальные сети при наведении*/
.t-sociallinks__item:hover > a > svg > path {
    fill: #fde52e !important;
}

/*Виджет обратного звонка*/
.t651__btn_wrapper .wa-button {    
    width:50px;
    height:50px;
}

.wa-button {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
}

.tn-atom__html {
    box-shadow: 1px 1px 14px rgba(0,0,0,0.3);
    border-radius: 30px;
}
    
.t651__btn {
    left: auto !important;
    right:30px;
    bottom: 120px !important;
}

/*На вверх*/
div .t190 {
    bottom: 170px !important;
    display: block;
    box-shadow: 1px 1px 14px rgba(0,0,0,0.3);
    border-radius: 30px;
    height: 50px;
    right: 30px;
    left: auto !important;
}

@media screen and (max-width: 960px){
    .t651__btn {
       
    }
    
    div .t190 {
        /*bottom: 90px !important;*/
        right:10px !important;
    }
}