.burg{
    mix-blend-mode: difference;
}
/*Обводка текста*/
.redstroke{
    text-shadow: -2px -2px 0 #B21A1A, 0 -2px 0 #B21A1A, 2px -2px 0 #B21A1A, 1px 0 0 #B21A1A, 2px 2px 0 #B21A1A, 0 2px 0 #B21A1A, -2px 2px 0 #B21A1A, -2px 0 0 #B21A1A;
}
/*Кнопки*/
.swipe .tn-atom__sbs-anim-wrapper, button.t-submit{
    border: none;
    position: relative;
    transition: 300ms ease all;
    outline: none;
    overflow: hidden;
    z-index:1;
}
.swipe .tn-atom__sbs-anim-wrapper:before, button.t-submit:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #B21A1A;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.swipe .tn-atom__sbs-anim-wrapper:hover:before, button.t-submit:hover:before{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
button.t-submit:hover {
  color: #ffffff !important;
}

/*Подчеркивание*/
/*красный*/
.redline a, .t-menu__link-item{
  position: relative;
  text-decoration: none;
}
.redline a:before, .t-menu__link-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.redline a:before{
  border-bottom: 1px solid #B21A1A; 
}
.t-menu__link-item:before{
  border-bottom: 1px solid #74222d; 
}
.redline a:hover:before, .t-menu__link-item:hover:before{
  width: 100%;
}

/*черный*/
.blackline a, .greyline a, .blackline2 a {
  position: relative;
  border-bottom: 1px solid #B21A1A !important; 
}
.blackline a:before, .greyline a:before, .blackline2 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blackline a:before {
  border-bottom: 1px solid #171717;     
}
.blackline2 a:before {
  border-bottom: 1px solid #000000;         
}
.blackline a:hover:before, .greyline a:hover:before, .blackline2 a:hover:before {
  width: 100%;
}
/*серый*/
.greyline a:before {
  border-bottom: 1px solid #F0F0F0; 
}

/*футер и шапка, табы*/
.footerbut a, .menubut a {
  display: inline !important;
  background-position: left !important;
  text-decoration: none;
  background: no-repeat 0 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  transition: background-size .3s ease;
}
.footerbut a:hover, .menubut a:hover{
  color: currentColor;    
  background-size: 100% 1px;
}
.footerbut a, #rec347085258 .tn-elem[data-elem-id="1629222156933"] .tn-atom, #rec347085258 .tn-elem[data-elem-id="1629222523538"] .tn-atom,
#rec357199218 .tn-elem[data-elem-id="1629222156933"] .tn-atom, #rec357199218 .tn-elem[data-elem-id="1629222523538"] .tn-atom, 
#rec357199218 .tn-elem[data-elem-id="1632896294447"] .tn-atom, #rec347085258 .tn-elem[data-elem-id="1632896294447"] .tn-atom,
#rec357199218 .tn-elem[data-elem-id="1632896038725"] .tn-atom,#rec347085258 .tn-elem[data-elem-id="1632896038725"] .tn-atom{
  padding-bottom: 22px;    
}
.menubut a{
    padding-bottom: 35px;
}

.tab1.ActiveTab a, .tab2.ActiveTab a, .tab3.ActiveTab a, .tab4.ActiveTab a{
  position: relative;
  text-decoration: none;
}


.ActiveTab a{
  position: relative;
  text-decoration: none;
  transition: all 0.6s ease-out; 
}
.ActiveTab a:before{
  transition: all 0.6s ease-out; 
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #B21A1A;   
  width: 100%;
}