body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.3125;
}
a,
a:hover,
a:active,
a:visited{
	color:#000000;
	text-decoration:none;
}
a .icon{
	vertical-align:middle;
}
.border-gradient,
.border-gradient_2,
.border-gradient_3{
	padding:2rem;
	border-radius: 40px;
	position: relative;
}
.border-gradient::before,
.border-gradient_2::before,
.border-gradient_3::before{
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
.border-gradient::before{
	background:linear-gradient(90deg, rgba(15, 114, 186, 0.5) 0%, rgba(216, 29, 69, 0.5) 100%);
}
.border-gradient_2::before{
	background:linear-gradient(44.49deg, #EA5187 8.11%, #0D4864 53.94%, #025D92 99.73%);
}
.border-gradient_3::before{
	background:linear-gradient(44.49deg, #951430 10%, #35A8E0, #025D92 90%);
}
.block-gradient{
	padding:2rem;
	border-radius:40px;
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.2) 8.11%, rgb(21%, 66%, 88%, 0.2) 50.4%, rgb(1%, 36%, 57%, 0.2) 99.73%);
}
.block-radius{
	border-radius:40px !important;
}
.txt-gradient{
	color: transparent;
    background: linear-gradient(44.49deg, #951430 20%, #35A8E0, #025D92 90%);
    -webkit-background-clip: text;
    background-clip: text;
}
.txt-gradient_1{
	color: transparent;
    background: linear-gradient(44.49deg, #951430 10%, #35A8E0, #025D92 90%);
    -webkit-background-clip: text;
    background-clip: text;
}
.btn{
	text-decoration:none;
	color: #000000B5;
	position:relative;
	font-size:20px;
	font-weight:700;
	padding:10px 35px;
	border-radius: 20px;
    box-shadow: none;
}
.btn,
.btn:hover,
.btn:visired,
.btn:active{
	color: #000000B5;
	background-color: transparent;
    border-color: transparent;
}
.btn.btn-white,
.btn.btn-white:hover,
.btn.btn-white:visited,
.btn.btn-white:active{
	color: #000000B5;
	background-color: transparent;
    border-color: transparent;
}
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:visited,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled).active, 
.btn.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn.btn-primary.dropdown-toggle{
	color: #000000B5;
	background-color: transparent;
    border-color: transparent;
}
.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:visited,
.btn.btn-secondary:active{
	color: #000000B5;
	background-color: transparent;
    border-color: transparent;
}
.btn.btn-white:not(:disabled):not(.disabled),
.btn.btn-primary:not(:disabled):not(.disabled), 
.btn.btn-secondary:not(:disabled):not(.disabled){
	box-shadow: none;	
}
.btn::before{
	position:absolute;
	background: linear-gradient(90deg, rgba(15, 114, 186, 0.5) 0%, rgba(216, 29, 69, 0.5) 100%);
	opacity:0.5;
	width:100%;
	height:100%;
	border-radius:20px;
	content:"";
	right:0;
	left:0;
	top:0;
	bottom:0;
	border: 3px solid #FFFFFF;
	box-shadow: 2px 2px 4px 0px #00000040;
}
.arrow {
	cursor: pointer;
	position: relative;
	width: 25px;
	height: 19px;
	margin-left: 5px;
}
.arrow div {
	position: relative;
	top: 10px;
	width: 25px;
	height: 2px;
	background-color: #000000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	left: 0;
	display: block;
}
.arrow div::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: -3px;
	right: -2px;
	background-color: #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow div::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 3px;
	right: -2px;
	background-color: #000000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 576px) {
	.arrow,
	.arrow div {
		width: 75px;
	}
}
@media (min-width: 768px) {
	.arrow,
	.arrow div {
		width: 75px;
	}
}
@media (min-width: 1200px) {
	.arrow,
	.arrow div {
		width: 50px;
	}
}
@media (min-width: 1400px) {
	.arrow,
	.arrow div {
		width: 75px;
	}
}
/** Шапка */
header{
	background: #ffffff;
	width: 100%;
}
.header__wrapper{
	align-items: center;
	margin-top: 15px;
}
.header__logo-wrapper{
	display: flex;
	align-items: center;
}
.header__search{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 2rem;
}
.header__search i{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #919699;
	right: 5px;
}
.header__logo img{
	max-width:190px;
	max-height:24px;
	display:block;
}
.header__navbar{
	color: #374048;
	font-size: 20px;
	font-weight: 700;
}
.header__contacts{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__contact{
	padding: 0 15px 0 0;
	line-height: 1.4;
	text-align: right;
}
.header__email a,
.header__email a:active,
.header__email a:hover,
.header__email a:visited{
	text-decoration:underline;
}
/* Блоки */
/*.section{
	margin:40px 0;
}*/
.section__title{
	text-align: center;
	margin-bottom:20px;
}
.section__title>span{
	font-size: 30px;
	font-weight: 700;
	color: transparent;
	background: -webkit-linear-gradient(20.49deg, #EA5187 0.11%, #0D4864 53.94%, #025D92 99.73%);
	background: -moz-linear-gradient(20.49deg, #EA5187 0.11%, #0D4864 53.94%, #025D92 99.73%);
	background: linear-gradient(20.49deg, #EA5187 0.11%, #0D4864 53.94%, #025D92 99.73%);
	-webkit-background-clip: text;
	background-clip: text;
}
@media (min-width: 992px) {
	.section__title>span{
		font-size: 60px;
	}
}
/* Форма */
.section__form .section__data{
	border-radius:40px;
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.2) 8.11%, rgb(21%, 66%, 88%, 0.2) 50.4%, rgb(1%, 36%, 57%, 0.2) 99.73%);
}
.section__form_img{
	text-align:right;
}
.section__form_img img{
	max-width:100%;
	max-height:100%;
	display:inline-block;
	width:150px;
	height:auto;
}
.section__form_txt{
	text-align:center;
}
@media (min-width:992px) {
	.section__form_txt{
		text-align:left;
	}
}
.section__form_txt_1{
	font-size:2rem;
	line-height:2rem;
	font-weight:bold;
}
.type-3-form-icons-wrapper>a img {
	opacity: 0.25;
}
.type-3-form-icons-wrapper>a.active img{
	opacity: 1;
}
.type-3-form-btns .inactive{
	opacity:0.5;
	pointer-events: none;
}
.type-3-form-icons-wrapper a{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.type-3-form-icons-wrapper a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Подписка */
.section__subscribe{
	text-align:left;
}
.section__subscribe>div>div{
	padding: 50px 70px;
}
.subscribe_txt{
	font-size:30px;
	font-weight:700;
	margin-bottom:0px;
}
@media (max-width: 768px) {
	.section__subscribe{
		text-align:center;
	}
	.subscribe_txt{
		margin-bottom:20px;
	}
}
/* footer*/
footer{
	position: relative;
	padding: 50px 0 0 0;
	font-size:14px;
	line-height:25px;
}
footer::before{
	content:"";
	display:block;
	opacity:0.2;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	background: linear-gradient(44.49deg, #951430 8.11%, #35A8E0 50.4%, #025D92 99.73%);
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	width:100%;
	height:100%;
}
footer .container{
	position:relative;
}
.footer__logo{
	text-align:left;
}
.footer__logo img{
	max-width:250px;
	max-height:30px;
	margin: 0 0 30px 0;
}
.footer__addr{
	margin-bottom:30px;
}
.footer__info a,
.footer__info a:active,
.footer__info a:focus,
.footer__info a:visited{
	text-decoration:underline;
	color:#000;
}
.footer_menu {
	flex-direction:column;
}
.footer_menu .footer_menu__item a,
.footer_menu .footer_menu__item a:active,
.footer_menu .footer_menu__item a:focus,
.footer_menu .footer_menu__item a:visited{
	color:#000;
}
.footer__title{
	font-weight:bold;
}
.footer__title[data-toggle=collapse] {
	display: flex;
	align-items: center;
}
.footer__title:not([data-toggle=collapse]) {
	display: none;
}
.footer_desc{
	margin-bottom:30px;
}
@media (min-width: 1024px) {
	.footer__title[data-toggle=collapse] {
		display: none;
	}
	.footer__title:not([data-toggle=collapse]) {
		display: block;
	}
	.footer_desc{
		margin-bottom:0px;
	}
	.footer__nav.collapse {
		display: flex;
	}
}





.footer__copyright .container{
	padding-top:30px;
	padding-bottom:10px;
	display: flex;
	justify-content: space-between;
	flex-direction:row;
	font-size: 0.8rem;
	line-height:1rem;
}
.footer__links{
	text-align:left;
	margin-bottom:10px;
}
.footer__links a{
	padding:5px;
	display:inline-block;
}
.footer__links a:first-of-type{
	padding-left:0px;
}
.footer__links a img{
	width:30px;
	height:30px;
}
@media (max-width: 1200px) {
	footer{
		padding: 30px 0 0 0;
	}
	.footer__logo{
		text-align:center;
	}
	.footer__copyright .container{
		flex-direction:column;
	}
	.footer__copyright .container>div{
		margin:10px 0;
	}
	.footer__links{
		text-align:center;
	}
}

/* Попап и формы*/
.modal .modal-content {
	box-shadow: 0 9px 23px rgba(0, 0, 0, .04), 0 24px 20px rgba(0, 0, 0, .15), 0 -10px 20px rgba(0, 0, 0, .05)
}
.modal .modal-header {
	padding: 1.375rem 1rem 0
}
.modal .modal-body {
	padding: 0 1rem
}
.modal .modal-footer {
	padding: 0 1rem 1rem;
	border-top:none;
}
.modal .modal-header {
	display: flex;
	justify-content: center;
	border-bottom:none;
}
.modal .modal-header .btn-close {
	position: absolute;
	top: .5rem;
	right: .5rem;
	cursor: pointer
}
.modal .modal-title {
	text-align: center;
	margin-bottom: 1rem
}
.modal .modal-footer {
	display: flex;
	justify-content: center
}
.modal.modal_form .form .form__field textarea {
	min-height: 120px
}
.modal.modal_form .modal-footer {
	padding-top: 1rem
}
@media (min-width:576px) {
	.modal .modal-header {
		padding: 40px 40px 0
	}
	.modal .modal-header .btn-close {
		top: 1.125rem;
		right: 1.125rem
	}
	.modal .modal-body {
		padding: 0 40px
	}
	.modal .modal-footer {
		padding: 0 40px 40px
	}
}
.form .form__field .form__note {
	margin-top: .5rem
}
.form .form__field.form__field_radio .custom-control {
	margin-bottom: .8125rem
}
.form .form__field.form__field_radio .custom-control:last-child {
	margin-bottom: 0
}
.form .form__field .select2 {
	width: 100%!important
}
.btn-close {
	cursor: pointer
}
.form .form__fieldset {
	margin: 0 0 1rem
}
.form .form__fieldset:last-child {
	margin-bottom: 0
}
.form .form__field {
	margin: 0 0 1rem
}
.form .form__field:last-child {
	margin-bottom: 0
}
.form .form__label {
	display: flex;
	align-items: center;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.form .form__control.form__control_inline {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}
.form .form__control.form__control_inline .btn {
	width: 100%
}
.form .form__control.form__control_inline .btn+.btn,
.form .form__control.form__control_inline .form-control+.btn {
	margin-top: .5rem
}
.form .form__buttons {
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column
}
.form .form__buttons .btn {
	display: block;
	margin-bottom: .5rem
}
.form .form__nav {
	margin: 0 0 34px
}
.form .form__nav ul {
	list-style: none
}
@media (min-width:576px) {
	.form .form__fieldset {
		margin: 0 0 1.5rem
	}
	.form .form__control.form__control_inline {
		flex-wrap: nowrap
	}
	.form .form__control.form__control_inline .btn {
		width: auto
	}
	.form .form__control.form__control_inline .btn+.btn,
	.form .form__control.form__control_inline .form-control+.btn {
		margin-left: 1rem;
		margin-top: 0
	}
	.form .form__buttons {
		flex-direction: row
	}
	.form .form__buttons .btn {
		display: inline-block;
		margin-left: 1rem;
		margin-bottom: 0
	}
	.form .form__buttons .btn:first-child {
		margin-left: 0
	}
}
form .error .form-control,
form .error input,
form .error select,
form .error textarea {
	color: red;
	border-color: red
}
form .error .form-control:focus {
	box-shadow: 0 0 0 1px red
}
form .error .form__field-message {
	color: red
}
form a{
	text-decoration:underline;
}
select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2rem;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58 1.41 0 0 1.41l6 6 6-6L10.59 0z' fill='%23919699'/%3E%3C/svg%3E")
}
label {
	margin-bottom: 0
}
small {
	font-size: .8125rem
}
.result-block {
	width: 100%;
	text-align: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem
}
.result-block .result-block__content {
	max-width: 600px
}
.result-block .result-block__text,
.result-block .result-block__title {
	margin-bottom: .5rem
}
.result-block .result-block__buttons {
	padding-top: 1rem
}
.cookie-agree__text{
	font-size:16px;
}

@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container{
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
}


.subscribe-form.border-gradient{
	background-color:transparent;
}
.subscribe-form.border-gradient .subscribe-form__title,
.subscribe-form.block-gradient .subscribe-form__title{
	color:#212121;
}
.subscribe-form.block-gradient .subscribe-form__fieldset .subscribe-form__field .btn,
.subscribe-form.border-gradient .subscribe-form__fieldset .subscribe-form__field .btn{
	color: #000000B5;
}