/* Отступ снизу у кнопки заявки в открывающемся меню на мобильном */
.t450__right_buttons {
    margin-bottom: 4px;
}

/* Размер кнопки на первом экране главной страницы */
#rec174941396 .t338__btn {
	height: 60px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 18px;
}

/* Скрываем переносы строк в описании на первом экране главной страницы */
@media screen and (max-width: 980px) {
    #rec174941396 .t338__descr br {
        display: none;
    }
}


/* Цвет ссылок в хэадере на главной в описании */
.t228 a, #allrecords .t228 a {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.t228 a:hover, #allrecords .t228 a:hover {
    color: #9aba36 !important;
}


/* Ссылка на политику конфиденциальности в формах */
.t702__form-bottom-text a,
.t678__form-bottom-text a {
    text-decoration: underline !important;
    color: #1a2f39 !important;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.t702__form-bottom-text a:hover,
.t678__form-bottom-text a:hover {
    text-decoration: none !important;
    color: #9aba36 !important;
}


/* Размер шрифта в полях формы */
.t702 .t-input,
.t678 .t-input {
    font-size: 20px;
}
.t678 .t-submit {
    -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: 18px;
    
}
.t678 .t-submit:hover {
    background-color: #9aba36 !important;
}


/* Фон под кнопкой закрытия всплывающей формы на мобильном */
@media screen and (max-width: 560px) {
    .t702 .t-popup__close {
        background: #1a2f39;
    }
}

/* Кнопка во всплывающей форме */
.t702 .t-submit {
    height: 62px;
    max-width: 250px;
}
.t702 .t-form__submit {
    margin-top: 40px;
}


/* Кнопка наверх */
.t190 a svg path {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.t190 a:hover svg path {
    fill: #9aba36 !important;
}


/* Плавная анимация при наведении на партнеров и клиентов */
.t594__greyonhovercolor {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Кнопки соц. сетей в футере */
.t188 a svg path {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.t188 a:hover svg path {
    fill: #9aba36 !important;
}


/* Ссылки в футере */
.t463 .t463__content a {
    text-decoration: underline !important;
    color: #1a2f39 !important;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.t463 .t463__content a:hover {
    text-decoration: none !important;
    color: #9aba36 !important;
}

/* Выравнивание текста в описании экспертов на мобиле */
@media screen and (max-width: 480px) {
	.t531 .t531__rightcol .t531__textwrapper .t531__text {text-align: left !important;}
}

