.t400 .t400__submit_size_lg {
    font-size: 16px!important;
}

/*Текст*/
    .tex[data-elem-type="text"] a { transition: all 0.3s ease-in-out}
    .tex[data-elem-type="text"] a:hover{
      text-decoration:underline !important;
      padding-left: 3px;
      color: #D85966 !important;
}
/*Иконка*/
.tex[data-elem-type="text"] a:after {
    position: absolute;
    right: 40px;
    content: '\2192';
    transition: all .3s ease;
    opacity: 0;
    color: #D85966;
}
.tex[data-elem-type="text"] a:hover:after {
    right: -15px;
    opacity: 1;
}

/*окрашивание карты*/

.ymaps-2-1-77-ground-pane {

-ms-filter: grayscale(1);

-webkit-filter: grayscale(1);

-moz-filter: grayscale(1);

-o-filter: grayscale(1);

filter: grayscale(1);

}

/*режим наложения на шейп и отключение реакции курсора*/

.tn-elem__5814184321683729341529 {

mix-blend-mode: difference;

pointer-events: none;

}