/*меняется цвет ссылок меню- ховер*/
.hover_anim .tn-atom {
    color: #000000 !important;
}
.hover_anim .tn-atom:hover {
    color: #2EBC34 !important
}

/*Ссылка подчеркивается- Заказать звонок*/
.link-effect-menu[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color:  !important;
}
.link-effect-menu[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color:  !important;
}
.link-effect-menu[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -3px;
    /* толщина подчеркивания */
    height: 1.6px;  
    /* цвет подчеркивания до наведения */
    background: ; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
     
}
.link-effect-menu[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #2EBC34;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}

/*Хлебные крошки*/
.t758__col.t-col.t-col_12 {
    max-width: 1200px !important;
    margin: 1px 0px !important;
    padding: 1px 0px !important;
}
@media screen and (max-width: 960px) {
a.t-menu__link-item {
    font-size: 14px !important;
}
.t-menu__link-item.t758__link-item_active {
    font-size: 14px !important;
}
}
@media screen and (max-width: 640px) {
.t758 {
    max-width: 480px !important;
    margin: auto !important;
}
}
@media screen and (max-width: 480px) {
.t758 {
    max-width: 320px !important;
}
}

   /*пункты в Бургер-меню внутри шрифт не менялся  */ 
.t450 a.t-menu__link-item {
    font-size: 20px !important;
}

/*фото руководителя Мобильная версия до 480px*/

@media (max-width: 480px) {
    #rec1161838036 .t478__blockimg {
          max-height: 360px !important;
    }
}

