@-webkit-keyframes preloader {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@keyframes preloader {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

* {
	font-family: 'Roboto' !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 0;
}
.select__body::-webkit-scrollbar {
	width: 8px;
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track, .select__body::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(205, 212, 217, 0.2) inset;
  				box-shadow: 5px 5px 5px -5px rgba(205, 212, 217, 0.2) inset;
  background-color: #fff;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #00c6fb, #005bea);
}
.select__body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ccc;
}

html {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#preloader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s; }
	#preloader.loaded {
		opacity: 0; }
	#preloader img {
		width: 60px;
		height: 60px;
		position: absolute;
		z-index: 10000;
		top: 50%;
		left: 50%;
		margin-left: -30px;
		margin-top: -30px;
		-webkit-animation: preloader 1500ms linear infinite;
						animation: preloader 1500ms linear infinite; }

.gradient-text {
	background: -o-linear-gradient(90deg, #00D4FF 1.08%, #94FC2D 105.26%);
	background: -moz-linear-gradient(90deg, #00D4FF 1.08%, #94FC2D 105.26%);
	/* background: -webkit-gradient(90deg, #00D4FF 1.08%, #94FC2D 105.26%); */
	background: -webkit-linear-gradient(90deg, #00D4FF 1.08%, #94FC2D 105.26%);
	background: linear-gradient(90deg, #00D4FF 1.08%, #94FC2D 105.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	/* display: inline-block; */
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; }
	@media screen and (min-width: 768px) {
		.gradient-text {
			font-size: 36px; } }
	.safari-grad {
		color: #94FC2D;
		font-family: Roboto;
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 42px;}
	@media screen and (min-width: 768px) {
		.safari-grad {
			font-size: 36px; } }

.modal .btn-close {
	padding: 0;
	height: 28px;
	border: 0;
	font-size: 24px; }

.section:nth-child(even) {
	padding-top: 20px;
	background: -o-linear-gradient(349.13deg, #051761 1.83%, #0A2EC2 48.49%, #00D4FF 101.37%), -o-linear-gradient(349.13deg, #051761 1.83%, #0A2EC2 44.76%, #3D61F5 70.25%, #6D88F8 92.15%, #9EB0FA 101.37%);
	background: linear-gradient(100.87deg, #051761 1.83%, #0A2EC2 48.49%, #00D4FF 101.37%), linear-gradient(100.87deg, #051761 1.83%, #0A2EC2 44.76%, #3D61F5 70.25%, #6D88F8 92.15%, #9EB0FA 101.37%);
	color: #fff;
}
	.section:nth-child(even) .section_title {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 28px;
		line-height: 42px;
		color: #fff; }
		@media screen and (min-width: 768px) {
			.section .section_title {
				font-size: 36px !important; } }

.section:nth-child(odd) {
	padding-top: 20px; }
	.section:nth-child(odd) .section_title {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 28px;
		line-height: 42px;
		color: #051761; }

.section:nth-child(even) span.line {background-color: #fff;}
.section:nth-child(even) .system__scheme {text-align: center;}
.section:nth-child(even) .system__devices > h4 {color: #fff;}

.header {
	transition: transform .5s;
}
.header.hidden {
	transform: translateY(-200px);
}
.menu-arrow {
	transition: transform .2s;
}
.menu-arrow.hidden {
	transform: translateY(-200px);
}

.header__logo {
	height: 100%;
}
.header__logo img {
	height: 65px;
}

.button-border {
	display: block;
	background-color: transparent;
	position: relative;
	z-index: 0;
	height: 46px;
	width: 261px !important;
	border-radius: 23px;
	padding: 3px;
	/* margin: 20px 0; */
}
.button-border > .btn-st-classic {
	display: block;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 10;
	border-radius: 20px;
	color: #000;
	background-color: #fff;
}
.button-border:hover {
	background: -webkit-gradient(linear, left top, right top, color-stop(1.08%, #00d4ff), color-stop(105.26%, #94fc2d));
	background: -o-linear-gradient(left, #00d4ff 1.08%, #94fc2d 105.26%);
	background: linear-gradient(90deg, #00d4ff 1.08%, #94fc2d 105.26%);
}

.header.scrolled .menu-item.active {
	/*border-bottom: 1px solid #051671;*/
	/*text-shadow: 0 0 10px #000;*/
	font-weight: bold;
}

.menu-limiter {
    scrollbar-width: none; /* firefox */
}
.menu-limiter::-webkit-scrollbar { /* webkit */
    width: 0;
    height: 0;
}

#header-mobile {
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	height: 105px; }
	#header-mobile #display-blur {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,.75);
		opacity: 0;
		-webkit-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}
	#header-mobile #display-blur .btn {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: transparent;
	}
	#header-mobile #display-blur.displayed {
		display: block;
		opacity: 1;
	}
	#header-mobile .header__logo {
		height: 100%;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
		#header-mobile .header__logo img {
			height: 85px;
			margin: 10px; }
	#header-mobile .header__phones {
		position: relative;
		display: block;
		left: 42px;
		/*top: 130px;*/
	}
		#header-mobile .header__phones a {
			text-decoration: none;
			font-weight: 500;
			font-size: 20px;
			color: #000050; }
			#header-mobile .header__phones a:hover {
				text-decoration: none;
				color: #051671; }
	#header-mobile .header__burger {
		width: 70px; }
		#header-mobile .header__burger button {
			margin-top: 26px;
			width: 100%;
			line-height: 70%;
			position: relative;
			z-index: 1000; }
			#header-mobile .header__burger button:focus {
				outline: none;
				border: none;
				-webkit-box-shadow: none;
								box-shadow: none; }
			#header-mobile .header__burger button span {
				margin: 0px 0;
				display: inline-block;
				width: 100%;
				background-color: #fff;
				height: 4px;
				border-radius: 2px;
				-webkit-transition: .25s;
				-o-transition: .25s;
				transition: .25s; }
			#header-mobile .header__burger button.opened span {
				background-color: #051761; }
				#header-mobile .header__burger button.opened span:nth-child(1) {
					width: 132%;
					-webkit-transform-origin: left center;
							-ms-transform-origin: left center;
									transform-origin: left center;
					-webkit-transform: rotate(45deg) translate(-7px, -7px);
							-ms-transform: rotate(45deg) translate(-7px, -7px);
									transform: rotate(45deg) translate(-7px, -7px); }
				#header-mobile .header__burger button.opened span:nth-child(2) {
					opacity: 0; }
				#header-mobile .header__burger button.opened span:nth-child(3) {
					width: 132%;
					-webkit-transform-origin: left center;
							-ms-transform-origin: left center;
									transform-origin: left center;
					-webkit-transform: rotate(-45deg) translate(-7px, 7px);
							-ms-transform: rotate(-45deg) translate(-7px, 7px);
									transform: rotate(-45deg) translate(-7px, 7px); }
	#header-mobile .header__nav {
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		position: absolute;
		z-index: 950;
		left: 100%;
		background-color: #fff;
		height: 900px;
		width: 100vw; }
		#header-mobile .header__nav .nav {
			position: relative;
			top: 90px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-ms-flex-direction: column;
							flex-direction: column;
			font-weight: 400; }
			#header-mobile .header__nav .nav li {
				padding: 5px;
				width: calc(100vw - 60px);
				height: 30px;
			}
			#header-mobile .header__nav .nav a {
				padding: 20px;
				font-size: 20px;
				color: #000; }
				#header-mobile .header__nav .nav a:hover, #header-mobile .header__nav .nav a.active {
					color: #051761;
					text-decoration: none;
					font-weight: 500; }
		#header-mobile .header__nav.opened {
			left: 50px; }
	#header-mobile.scrolled {
		background-color: #fff;
		box-shadow: 0 0 10px #888;
	}
		#header-mobile a {
			color: #051761;
			text-decoration: none; }
		#header-mobile.scrolled button span {
			background-color: #051761; }

@media screen and (min-width: 768px) {
	#header-tablet {
		padding-top: 20px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s; }
		#header-tablet .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-ms-flex-direction: column;
							flex-direction: column; }
		#header-tablet .header__top-blk {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
					-ms-flex-direction: row;
							flex-direction: row; }
			#header-tablet .header__top-blk > * {
				margin: auto; }
				#header-tablet .header__top-blk > *.header__logo {
					margin-left: 0;
					margin-top: auto;
					margin-bottom: auto;
				}
			#header-tablet .header__top-blk .header__contact-links {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-ms-flex-direction: column;
								flex-direction: column;
				-webkit-box-pack: center;
						-ms-flex-pack: center;
								justify-content: center;
				-webkit-box-align: center;
						-ms-flex-align: center;
								align-items: center; }
				#header-tablet .header__top-blk .header__contact-links a {
					color: #fff; }
			#header-tablet .header__top-blk .header__contact-btn {
				padding-top: 13px; }
		#header-tablet .menu {
			font-size: 16px;
			color: #fff; }
			#header-tablet .menu .menu-item {
				display: flex;
				border-bottom: 2px solid transparent;
				margin-bottom: 5px;
				/* margin-left: auto;
				margin-right: auto; */
				/* max-width: 200px; */
				height: 62px;
				padding: 5px; }
				#header-tablet .menu .menu-item a {
					display: flex;
					margin-top: auto;
					margin-bottom: auto;
					/* height: 100%; */
					line-height: 16px;
					color: #fff;
					text-decoration: none; }
					#header-desktop .menu .menu-item a span {
						display: inline-block;
						vertical-align: middle;
						margin: auto 0;
					}
				#header-tablet .menu .menu-item:hover, #header-tablet .menu .menu-item.active {
					border-bottom: 2px solid #fff;
				}
		#header-tablet.scrolled {
			background-color: #fff;
			box-shadow: 0 0 10px #888;
		}
			#header-tablet.scrolled .menu-item.active, #header-tablet.scrolled .menu-item:hover {
				border-bottom: 2px solid #051761; }
			#header-tablet.scrolled a {
				color: #051761 !important; }
			#header-tablet.scrolled .btn-st-classic {
				background-color: #051761;
				border-color: #051671;
				color: #fff !important; }
			}
@media screen and (min-width: 992px) {
	#header-desktop {
		padding-top: 20px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		font-size: 18px;
		transition: .2s; }
		#header-desktop .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-ms-flex-direction: column;
							flex-direction: column; }
		#header-desktop .header__top-blk {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
					-ms-flex-direction: row;
							flex-direction: row; }
			#header-desktop .header__top-blk > * {
				margin: auto; }
				#header-desktop .header__top-blk > *.header__logo {
					margin-left: 0;
					margin-top: auto;
					margin-bottom: auto;
				}
			#header-desktop .header__top-blk .header__contact-links {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-ms-flex-direction: column;
								flex-direction: column;
				-webkit-box-pack: center;
						-ms-flex-pack: center;
								justify-content: center;
				-webkit-box-align: center;
						-ms-flex-align: center;
								align-items: center; }
				#header-desktop .header__top-blk .header__contact-links a {
					color: #fff; }
			#header-desktop .header__top-blk .header__contact-btn {
				padding-top: 13px; }
		#header-desktop .menu {
			font-size: 16px;
			color: #fff; }
			#header-desktop .menu .menu-item {
				display: flex;
				border-bottom: 2px solid transparent;
				margin-bottom: 5px;
				/* margin-left: auto;
				margin-right: auto; */
				/* max-width: 200px; */
				height: 62px;
				padding: 5px; }
				#header-desktop .menu .menu-item a {
					display: flex;
					margin-top: auto;
					margin-bottom: auto;
					height: 100%;
					line-height: 16px;
					color: #fff;
					text-decoration: none; }
					#header-desktop .menu .menu-item a span {
						display: inline-block;
						vertical-align: middle;
						margin: auto 0;
					}
				#header-desktop .menu .menu-item:hover, #header-desktop .menu .menu-item.active {
					border-bottom: 2px solid #fff;
				}
		#header-desktop.scrolled {
			background-color: #fff;
			box-shadow: 0 0 10px #888;
		}
			#header-desktop.scrolled .menu-item.active, #header-desktop.scrolled .menu-item:hover {
				border-bottom: 2px solid #051761; }
			#header-desktop.scrolled a {
				color: #051761 !important; }
			#header-desktop.scrolled .btn-st-classic {
				background-color: #051761;
				border-color: #051671;
				color: #fff !important; }
			}

.header__top-blk {
	height: 75px;
}
.header__logo {
	margin-top: 5px !important;
}

.section:nth-child(odd) .section_title {
	color: #051761;
}

#menu-mobile {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	height: 100vh;
	overflow-y: scroll;
}
#menu-mobile li a {
	display: inline-block;
	padding: 10px;
	width: calc(100% - 70px);
}
.menu {
	list-style-type: none;
	padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
	.menu {
		display: flex;
		/* font: 18px Bureausans, Arial, sans-serif; */
		list-style-type: none;
	}
	.menu-item {
		margin-right: 20px;
		width: fit-content;
		text-align: center;
		display: flex;
		align-items: center;
	}
	.menu-item a, .menu-item a:hover, .menu-item a:focus {
		text-decoration: none;
	}
	.menu-item:last-child {
		margin-right: 0;
	}
	.menu-limiter {
		width: 100%;
		height: 105px;
		overflow: hidden;
		padding: 0 10px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
		margin-bottom: -20px;
	}
	.menu-limiter.menu-all-grad {
		-webkit-mask-image: linear-gradient(
			90deg, /* Angle */
			transparent 0, rgba(0, 0, 0, .35) 20px, /* Left gradient */
			#000 40px, /* Center gradient */
			#000 calc(100% - 40px), /* Center gradient */
			rgba(0, 0, 0, .35) calc(100% - 20px),  /* Right gradient accelerator */
			transparent
		);
		mask-image: linear-gradient(
			90deg, /* Angle */
			transparent 0, rgba(0, 0, 0, .35) 20px, /* Left gradient */
			#000 40px, /* Center gradient */
			#000 calc(100% - 40px), /* Center gradient */
			rgba(0, 0, 0, .35) calc(100% - 20px),  /* Right gradient accelerator */
			transparent
		);
	}
	.menu-limiter.menu-left-grad {
		-webkit-mask-image: linear-gradient(
			90deg, /* Angle */
			transparent 0, rgba(0, 0, 0, .35) 20px, /* Left gradient */
			#000 40px, /* Center gradient */
			#000 100%
		);
		mask-image: linear-gradient(
			90deg, /* Angle */
			transparent 0, rgba(0, 0, 0, .35) 20px, /* Left gradient */
			#000 40px, /* Center gradient */
			#000 100%
		);
	}
	.menu-limiter.menu-right-grad {
		-webkit-mask-image: linear-gradient(
			90deg, /* Angle */
			#000 20px, /* Center gradient */
			#000 calc(100% - 40px), /* Center gradient */
			rgba(0, 0, 0, .35) calc(100% - 20px),  /* Right gradient accelerator */
			transparent
		);
		mask-image: linear-gradient(
			90deg, /* Angle */
			#000 40px, /* Center gradient */
			#000 calc(100% - 40px), /* Center gradient */
			rgba(0, 0, 0, .35) calc(100% - 20px),  /* Right gradient accelerator */
			transparent
		);
	}
	.menu-wrapper{overflow:hidden;}
	.menu-before {
		display: block;
		position: fixed;
		top: 120px;
		left: 5px;
		width: 35px;
		height: 35px;
		z-index: 1031;
		font-size: 28px;
		cursor: pointer;
		background: transparent;
		border: none;
		color: #fff;
		/*border: 1px solid #000;*/
	}
	.menu-after {
		display: block;
		position: fixed;
		top: 120px;
		right: 5px;
		width: 35px;
		height: 35px;
		z-index: 1031;
		font-size: 28px;
		cursor: pointer;
		background: transparent;
		border: none;
		color: #fff;
		text-shadow: 0 0 10px #000;
		/*border: 1px solid #000;*/
	}
	.header.scrolled .menu-before, .header.scrolled .menu-after {
		color: #051671;
	}
	.menu {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.menu-before, .menu-after {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.menu-before {
		left: calc(50vw - 390px);
	}
	.menu-after {
		left: calc(50vw + 375px);
	}
}
@media screen and (min-width: 992px) {
	.menu-before {
		left: calc(50vw - 485px);
	}
	.menu-after {
		left: calc(50vw + 470px);
	}
}
@media screen and (min-width: 1200px) {
	.menu-before {
		left: calc(50vw - 580px);
	}
	.menu-after {
		left: calc(50vw + 565px);
	}
}

/* CUSTOM CODE */

#contact-us-link {
	position: fixed;
	/*top: calc(100vh - 70px);*/
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 70px;
	/*background-color: rgba(0,0,0,.5);*/
	z-index: 999;
}
#contact-us-link .button-border {
	margin: auto;
	/*position: relative;*/
	background-color: #051671;
}
#contact-us-link .button-border .btn {
	background-color: #fff;
	/*font-weight: bold;*/
	font-size: 18px;
}

/* Main section start */
#main {
	margin-top: -50px;
	padding-top: 230px;
	padding-bottom: 50px;
}
#main .link_border {
	margin-top: 30px;
	padding: 3px;
	background-color: #fff;
	border-radius: 12px;
}
#main .link_border:hover {
	background: -webkit-gradient(linear, left top, right top, color-stop(1.08%, #00d4ff), color-stop(105.26%, #94fc2d));
	background: -o-linear-gradient(left, #00d4ff 1.08%, #94fc2d 105.26%);
	background: linear-gradient(90deg, #00d4ff 1.08%, #94fc2d 105.26%);
}
#main a {
	display: inline-block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding-right: 10px;
	text-decoration: none;
	color: #000;
	border-radius: 9px;
}
#main a:hover {
	text-decoration: none;
	color: #000;
}
#main a img {
	height: 100px;
	width: 100px;
}
#main a span {
	display: inline-block;
	width: calc(100% - 110px);
	/* height: 100%; */
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 767.95px) {
	#main {
		padding-top: 170px !important;		
	}
	#main a {
		height: auto;	
	}
	#main a img {
		height: 75px;
		width: 75px;
	}
}
/* Main section end */

/* Video section start */
.devices_list {
	padding-inline-start: 20px;
}
.devices_list > li {
	margin: 12px 5px;
}
.section > .container > .row {
	align-items: center;
}
#video .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: column;
}
.grid .line {
	display: inline-block;
	background-color: #051671;
	width: 40px;
	height: 3px;
	margin-right: 10px;
	transform: translateY(-4px);
}
.section:nth-child(odd) h4 {
	/* margin-left: 20px; */
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
	color: #051671;
}
.section:nth-child(even) h4 {
	/* margin-left: 20px; */
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}
.system__manufacturers > p {
	/* margin-left: 20px; */
	margin-bottom: 30px;
}
/* Video section end */

#smart-home .devices_list {
	padding-left: 0;
}
#smart-home .devices_list li a {
	color: #000;
}

#contact-us {
	padding-bottom: 20px;
}
#contact-us .phones {
	width: 100%;
}
#contact-us .phones a {
	display: inline-block;
	color: #051761;
	font-size: 34px;
	/* width: 100%; */
	/*text-align: center;*/
}

#contact-us p.address {
	font-size: 20px;
	line-height: 30px;
}

#contact-us .email {
	font-size: 24px;
	/*text-align: center;*/
}
#contact-us .email .address {
	display: inline-block;
	margin-left: 20px;
}
#contact-us .email .address a {
	color: #051761;
}

/* Стилизация формы (начало) */
.input-wrapper {
	padding: 3px;
	border-radius: 25px;
	margin-bottom: 5px;
}
.input-wrapper.last {
	margin-bottom: 20px;
}
.input-wrapper:hover, .input-wrapper.focused {
	background: -webkit-gradient(linear, left top, right top, color-stop(1.08%, #00d4ff), color-stop(105.26%, #94fc2d));
	background: -o-linear-gradient(left, #00d4ff 1.08%, #94fc2d 105.26%);
	background: linear-gradient(90deg, #00d4ff 1.08%, #94fc2d 105.26%);
}
.input-wrapper input {
	height: 42px;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #ccc;
	background-color: #EFF0F4;
	padding: 10px;
}
input:focus {
	outline: none;
}
.select {
	position: relative;
}
.select .select__header {
	display: flex;
	border: 1px solid #ccc;
	margin: 0;
	line-height: 30px;
	height: 42px;
	overflow: hidden;
	padding: 5px;
	border-radius: 20px;
	background-color: #EFF0F4;
	cursor: pointer;
}
.select .select__header .select__current {
	margin-left: 5px;
	max-width: calc(100% - 50px);
}
.select .select__header .select__icon {
	margin-left: auto;
	margin-right: 10px;
	transform: rotate(90deg);
	font-family: fantasy !important;
	transition: transform 0.3s;
}
.select.active .select__icon {
	transform: rotate(270deg);
}
.select .select__body {
	display: none;
	position: absolute;
	z-index: 9999;
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	left: 0;
	right: 0;
	top: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.select .select__body .select__item {
	padding: 10px;
}
.select .select__body .select__item:hover {
	background-color: #ccc;
}
.select.active .select__header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select.active .select__body {
	display: block;
}

#opd-check {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#opd-check+label {
	display: inline;
	display: inline-flex;
	align-items: center;
	user-select: none;
}
#opd-check+label::before {
	content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #fff;
;}
#opd-check:checked+label::before {
  border-color: #051671;
  background-color: #051671;
  /*background-image: url("data:image/svg+xml,%3csvg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M15.9194 8C15.9194 12.0018 12.6642 15.25 8.64357 15.25C4.62296 15.25 1.36774 12.0018 1.36774 8C1.36774 3.99821 4.62296 0.75 8.64357 0.75C12.6642 0.75 15.9194 3.99821 15.9194 8Z" stroke="#051761" stroke-width="1.5"/%3e%3cellipse cx="8.64353" cy="8" rx="5.01615" ry="5" fill="#051761"/%3e%3c/svg%3e");*/
}
/* стили при наведении курсора на checkbox */
#opd-check:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
#opd-check:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
#opd-check:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
#opd-check:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
#opd-check:disabled+label::before {
  background-color: #e9ecef;
}
.input-wrapper-submit {
	margin: 20px 3px;
	width: 253px;
	display: block;
	margin-left: auto;
}
#form-submit, .return-to-form {
	background-color: #051761;
	color: #fff !important;
	border-radius: 20px;
	padding: 8px 50px;
	width: 247px;
}

.form-empty-block {
	opacity: 0;
	display: block;
	height: 450px;
}
.form-message {
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.form-message h4 {
	font-weight: 600;
}
.form-message span {
	font-weight: 500;
}
.form-message a {
	font-weight: 500;
	color: #051761;
}
/* Стилизация формы (конец) */
/*hr для синего фона*/
.hrblue {
	margin-top: 1rem;    
	margin-bottom: 1rem;    
	border: 0;    
	border-top: 1px solid rgb(255, 255, 255, 0.1);
}
/*конец hr для синего фона*/
/* FOOTER */

#contacts {
	overflow: hidden; }
	#contacts .section__title {
		margin-bottom: 20px; }
	#contacts .container-fluid, #contacts .container-sm, #contacts .container-md, #contacts .container-lg, #contacts .container-xl {
		position: relative;
		width: 200vw;
		left: -50vw;
		height: 400px;
	}
	#contacts .contacts-blk2 p {
		margin-right: 25px;
	}
	#contacts .contacts-blk {
		position: relative;
		-webkit-transform: translateY(-360px);
				-ms-transform: translateY(-360px);
						transform: translateY(-360px);
		width: 50vw;
		margin-left: 50%;
		padding: 2vw	5vw;
		height: 360px;
		color: #fff;
		background-color: rgba(13, 16, 111, 0.75); }
		@media screen and (min-width: 768px) and (max-width: 991px) {
			#contacts .contacts-blk {
				font-size: 12px; } }
	@media screen and (min-width: 768px) {
		#contacts iframe, #contacts .container-fluid > ymaps {
			height: 360px;
			position: relative;
			margin-left: -50vw;
		}
	}
	@media screen and (max-width: 767.95px) {
		#contacts iframe, #contacts > ymaps {
			position: absolute;
			height: 250px;
			left: 0;
			right: 0;
			width: 100vh !important;
		}
	}
	#contacts .contacts-blk__address {
		width: 330px;
		color: #fff;
		padding-left: 20px; }
	#contacts .contacts-blk__phones a {
		color: #fff;
		padding-left: 20px; }
	#contacts .contacts-blk__email a {
		color: #fff;
		display: inline-block;
		padding-left: 20px;
		margin-bottom: 15px; }
	#contacts .under-map__left-text {
		color: #fff;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
	#contacts .under-map__logo {
		text-align: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
	#contacts .under-map__logo img {
		height: 80px;
	}
	#contacts .under-map__nav {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		text-align: left; }
		#contacts .under-map__nav .nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-ms-flex-direction: column;
							flex-direction: column;
			margin-bottom: 40px; }
			#contacts .under-map__nav .nav .menu-item {
				padding-left: 0;
				padding-right: 24px;
				height: 28px; }
				#contacts .under-map__nav .nav .menu-item a {
					color: #fff; }
					#contacts .under-map__nav .nav .menu-item a:hover {
						color: #fff; }
