/* Блок с копирайтом разработчика */
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,300i&display=swap&subset=cyrillic');
#developer {
	display: block;
	padding: 23px 20px 20px;
	font-family: 'Exo 2';
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
    font-style: italic;
	text-align: center;
	color: #999999;
	cursor: default;
	background-color: #082025;
	position: relative;
	z-index: 100009;
	
}
#developer a.logo {
	display: inline-block;
	margin-top: -4px;
	margin-left: 4px;
	vertical-align: middle;
	outline: none;

}
#developer a.logo svg {
	display: block;
	width: 80px;
	height: 36px;
}
#developer a.logo svg g {
	fill: #999999;
	-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;
}
#developer a.logo:hover svg g {
	fill: #ffffff;
}
/*
@media (max-width: 480px) {
    #developer {
        font-style: normal;
        text-align: left;
    }
}
*/



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


/* Размер ссылок переключения языков в меню на мобиле */
.t450__right_langs .t450__right_langs_lang {
    font-size: 20px !important; margin-right: 25px !important;
}


/* Размер заголовка на первом экране главной страницы на мобильном */
@media screen and (max-width: 640px) {
    .t338__title {
		font-size: 36px;
	}
}


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


/* Скрываем переносы строк в описании на первом экране главной страницы */
@media screen and (max-width: 980px) {
    .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: #13e1ef !important;
}


/* Отступ сверху от подзаголовка на мобильном */
@media screen and (max-width: 640px) {
	.t050__descr {
		padding-top: 30px;
	}
}


/* Ссылка на политику конфиденциальности в формах */
.t702__form-bottom-text a,
.t678__form-bottom-text a {
    text-decoration: underline !important;
    color: #000000 !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: #098b94 !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: #082025;
    }
}


/* Кнопка во всплывающей форме */
.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: #0caeb9 !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;
}


/* Размер картинок в блоке "Инструменты финансирования" на мобильном */
@media screen and (max-width: 640px) {
	.t512__imgwrapper {
		max-width: 80px;
	}

}
@media screen and (max-width: 960px) {
	.t512__imgwrapper {
		max-width: 100px;
	}
}


/* Выравниваение описания в блоке Эксперты на мобильном */
@media screen and (max-width: 640px) {
	.t531__text {
		text-align: left;
	}
}


/* Размер текста в блоке Контакты на мобильном */
@media screen and (max-width: 640px) {
	.t551__contacts {
		font-size: 22px;
	}
}


/* Картинка благодарности при увеличении */
.t868 .t-popup__container {
	background: transparent;
}
.thankimg {
	display: block;
	max-height: 90vh;
	max-width: 90vw;
	margin: 0 auto;
}


