.t-feed__parts-switch-btn.t-active a {
opacity: 1!important;
}


.t-btn_xs:hover{
    background-color: #41b6a9;
color: #fff!important;
transition: 0.2s;
}

.t-btntext:hover{
    text-decoration: underline;
}

@media (min-width: 1000px) {
  a.t-menu__link-item:after {
   display: block;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #41b6a9; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out;
}

a.t-menu__link-item:hover:after,
a.t-menu__link-item:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

}

.t420__descr a{
text-decoration:none; 
display: inline-block; 
line-height: 1; 
color:#fff;
}

.t420__descr a:after {
    display: block; 
    content: ""; 
    height: 1px; 
    width: 0%; 
    background-color: #fff; 
    transition: width 0.3s ease-in-out; 
}


.t420__descr a:hover{
color:#fff;
}

.t420__descr a:hover:after,
.t420__descr a:focus:after {
    width: 100%;
}

.t923__btn-text:hover{
    text-decoration: underline!important;
}

    .t142 .t142__submit:hover{
        background-color: #41b6a9;
        color: #fff!important;
        transition: 0.2s;
       
    }
    
    .t-btn_md:hover{
        background-color: #41b6a9;
        color: #fff!important;
        transition: 0.2s;
       
    }
    
    
    a.t967__button{
       padding: 23px 28px!important;
       font-size: 18px!important;
       font-weight: 500;
font-size: 18px;
line-height: 140%;
    }
  
        
     a.t967__button:hover{
            background-color: #2ea698!important;
color: #ffffff!important;
transition: 0.2s;
border: 1px solid #2ea698!important;
            
        }
        
         @media (min-width: 1050px) {
.container-max{
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
width: 1000px!important;
}
}
   .container-max{
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
width: auto;
}



 .t185 .t-btn {
  text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #41b6a9;
    background: #83bec5;
    color: #fff !important;
	font-size: 0.950em;
    transition: .2s ease-in-out;
    font-weight: 700;
 
}
.t185 .t-btn:hover{
  background: #83bec5;
    color: #fff !important;
}

.t185 .t-btn:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -80px;
    transform: skewX(-45deg);
}

.t185 .t-btn:hover:before {
    left: 100%;
    transition: .5s ease-in-out;
}
.t185 .t-btn:focus {
    background: #83bec5;
    color: #fff !important;
    outline: none;
}



        
     