/* Ссылка в меню и подменю */
.uc-menu * a:link, .uc-submenu * a:link, .uc-menu-sub * a:link, .uc-submenu-m * a:link, a.tn-atom:hover {
    text-decoration: none !important;
}

/* Ссылка на наведении в меню и подменю */
.uc-menu * a:hover, .uc-submenu * a:hover, .uc-menu-sub * a:hover, .uc-submenu-m * a:hover {
    text-decoration: underline !important; 
    
}




.tab_btn, .t-submit {
  text-decoration: underline !important;  
}

.tab_btn:hover, .t-submit:hover {
  text-decoration: none !important;  
}


.t-submit {
    padding:0px !important;
    width:0px !important;
        text-underline-offset: 7px;
}


/* Ссылка  */
a:link {
/*     text-decoration: underline !important;*/
     text-underline-offset: 3px;
 }

/* Ссылка  */
/*a:link {*/
/*     text-decoration: underline !important;*/
/*     text-underline-offset: 3px;*/
/* }*/


/* Ссылка при наведении */
/*a:hover {*/
/*     text-decoration: none !important;*/
/* }*/
 
 
.uc-about-block  * a:link {
     text-decoration: underline !important;
     text-underline-offset: 3px;
 }
 
 
 .uc-about-block  * a:hover {
     text-decoration: none !important;
 }
 
 
.footer-nav a:link {
    text-underline-offset: 7px;
    
}
 
 
 
.big-link a:link, .big-link a.tn-atom:link {
    text-underline-offset: 7px;
    text-decoration: underline !important;
}

.big-link a:hover, .big-link a.tn-atom:hover {
    text-underline-offset: 7px;
    text-decoration: none !important;
}

.norm-link a:link {
    
    text-decoration: underline !important;
}

.norm-link a:hover {
    
    text-decoration: none !important;
}

.norm-link-invert a:link {
    
    text-decoration: none !important;
}

.norm-link-invert a:hover {
    text-decoration: underline !important;
    
}
 
 
 
 body {
     opacity: 0;
	transition: .9s opacity ease-in-out;
 }
 
 .body_visible {
	opacity: 1;
}


/* Форма обратной связи */
#form770766913 > div.t-form__inputsbox > div.t-input-group.t-input-group_tx > div > div.t-text > a:link

 {
text-decoration: none !important;
font-size:11px !important;
 }

#form770766913 > div.t-form__inputsbox > div.t-input-group.t-input-group_tx > div > div.t-text > a:hover
 {
     
          text-decoration: underline !important;
     text-underline-offset: 3px;
 }