/* всплывающее окно на главной странице */

.t390__wrapper.t-align_center {
	/*padding: 40px 45px 50px;*/
	padding: 8%;
}

.t390__btn.t390__btn_first.t-btn.t-btn_md {
	/*font-size: 16px;*/
	padding: 0 15%;
}

.t-popup__container.t-width.t-width_6.t-popup__container-animated {
	border-radius: 10px;
}

/* главная: баннер МИК */
.mik-banner {
    filter: grayscale(100%);
    transition: all .5s ease;
}
.mik-banner:hover {
    filter: grayscale(0%);
    transition: all 1s ease;
}


/* услуги: страница услуги, блок на Главной, подменю на отдельных страницах ) */
.uc-services-menu a:hover,
.t396__elem.tn-elem.tn-elem__7745096451721375101381 a:hover,
.t396__elem.tn-elem.tn-elem__7744646791721382355777 a:hover,
.t396__elem.tn-elem.tn-elem__7749131511721383159156 a:hover,
.t396__elem.tn-elem.tn-elem__7746838631721383850946 a:hover,
.t396__elem.tn-elem.tn-elem__7749507301721384595657 a:hover {
    color: #666 !important;
}


/* _________________________________________ */

/* Тень полей формы */
.t-input-block {
    text-color: #8B008B;
    border-radius: 9px; 
    box-shadow: 0px 0px 10px 0px #E6E6FA;

}
.t-select .js-tilda-rule .t-input-inline-styles{
    color: #2f5687;
}