/*Тень у кнопок услуг и кнопок меню*/
.btn-shadow .tn-atom
{
    /*border-radius: 8px !important;*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-shadow .tn-atom:hover
{background-color: #D8E9FB !important;}

.btn-shadow:active
{transform: scale(0.98);}

/*Обработка строк таблицы*/

.t431 .t431__evenrow
{
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.t431 .t431__oddrow
{
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.t431 .t431__evenrow:hover
{background: #e6f0f9 !important;}

.t431 .t431__oddrow:hover
{background: #e6f0f9 !important;}

/*Hover класс для кнопок cta*/
.btn-header .tn-atom {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}    
.btn-header .tn-atom:hover {
    background-color: #ad465f !important;
    border-radius: 8px !important;
}
.btn-header .tn-atom:active {
    background-color: #ad445d !important;
    border-radius: 8px !important;
    transform: scale(0.99);
}

    
/*Hover для ссылок меню*/
.menu-link .tn-atom:hover {
    color: #cee6ff !important;
}
.menu-link .tn-atom:active {
    color: #afd6ff !important;
}

/*Кнопка в форме обратной связи*/
.tn-form__submit .t-submit {
        -webkit-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease;
}
.tn-form__submit .t-submit:hover {
    background-color: #ad465f !important;
}
.tn-form__submit .t-submit:active {
    background-color: #ad445d !important;
}

/*Видео-плеер анимация кнопки*/
.tn-atom__video-play-icon path {
    pointer-events: none;
}
.tn-atom__video-play-icon circle {
    fill: #4f90cd !important;
    transition: all 0.3s;
}
.tn-atom__video-play-icon circle:hover {
    fill: #6ea9e0 !important;
}

/*Анимация лого hover*/
g.non-anim {
    pointer-events: none;
}
path.logo-1:hover {
    fill: #6ea9e0;
}

/*Блок с врачами*/
.t774__content {
    background-color: #edf4fb !important;
}
.t774__wrapper {
    background-color: transparent;
}
.t774__bgimg {
    background-size: auto !important;
}