/* https://fonts.google.com/specimen/Fira+Sans?sidebar.open=true&selection.family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900 */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "Nivea"; /* Имя шрифта */
    src: url("../fonts/NiveaBoldOT.otf"); /* Путь к файлу со шрифтом */
	font-display: swap;
   }
@font-face {
    font-family: "Dinbold"; /* Имя шрифта */
    src: url("../fonts/DINPro-Bold.otf"); /* Путь к файлу со шрифтом */
	font-display: swap;
   }
   @font-face {
    font-family: "Dinpro"; /* Имя шрифта */
    src: url("../fonts/DINPro.otf"); /* Путь к файлу со шрифтом */
	font-display: swap;
   }
   @font-face {
    font-family: "Robold"; /* Имя шрифта */
    src: url("../fonts/RobotoCondensed-Bold.ttf"); /* Путь к файлу со шрифтом */
	font-display: swap;
   }
   @font-face {
    font-family: "Robocon"; /* Имя шрифта */
    src: url("../fonts/RobotoCondensed-Regular.ttf"); /* Путь к файлу со шрифтом */
	font-display: swap;
   }
* {
	box-sizing: border-box;
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#f9f9f9}
::-webkit-scrollbar-thumb{background:#5f5a5a}
::-webkit-scrollbar-thumb:hover{background:#524645}
body {
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1rem;
	padding: 45px 0 0 0;
	color: #262928;
}
input, select, textarea, button, video {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	outline: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.container-fluid {
	width: 100%;
	position: relative;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto {
	position: relative;
	width: 100%;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-red {
	color: #004697;
}
.text-600 {
	font-weight: 600;
}
.doc-image{display: flex;
    padding-bottom: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
	}
.doc-image span img{float:left;padding-right: 10px;}
.dcmg span{justify-content: center;}
.doc-image span {width: 25%;line-height:1;
    display: flex;
    align-items: center;
    flex-grow: 1;}	
.instruciy .left-list li span{color:#262928}
.instruciy p strong{color:#004697; text-transform:uppercase;font-family:"Dinbold"}
.instruciy p{font-family:"Dinpro"}
.left-list {float:left;
width: 40%;
text-align:left;
margin-right:9%;
margin-bottom: 30px;
}

.left-list li{padding-bottom:10px; color:#00ace7; list-style:disc; margin-left: 18px;font-size:23px; font-family:"Dinpro"}
.left-list li strong{font-family:"Dinbold"}
/* Header */
.header {
	background: linear-gradient(to top, #cceefa, #ffffff);
	position: fixed;
	z-index: 2;
	top: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	transition: .2s;
}
.topmenu {
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	position: relative;
}
.topmenu__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex:1 1 auto;
}
.topmenu__items > a {
	color: #023f88;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	margin: 0 40px 0 0;
	font-weight: 500;
	flex:1 1 auto;
}
.topmenu__items > a.active, .topmenu__items > a:hover {
	color: #00ace7;
	text-decoration: none;
}
.topmenu > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
}
.topmenu a.lang {
	text-decoration:none;
	background: #00ace7;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 6px;
}
.topmenu a.social {
	background: #004697;
	border-radius: 8px;
	padding: 6px 0 0 0;
	width: 34px;
	height: 34px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 40px;
}
.topmenu a.social:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,.25), rgba(255,255,255,.075));
}
.topmenu > span > a {
	margin: 0 0 0 6px;
}
.mob-menu {
	display: none;
	position: absolute;
	top: 16px;
	left: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2;
}
.mob-menu div {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.mob-menu div span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background:#004697;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mob-menu div span:nth-child(1) {
	top: 0px;
}
.mob-menu div span:nth-child(2) {
	top: 10px;
}
.mob-menu div span:nth-child(3) {
	top: 20px;
}
.mob-menu div.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mob-menu div.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.mob-menu div.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Banner */
.swiper-slide h1 {
	padding: 40px 0 0;
	font-family: 'Nivea', sans-serif;
	line-height: 76px;
	transition: .3s;
	text-align: right;
}
.swiper-slide h1 span:nth-child(1) {
	display: block;
	color: #fff;
	font-size: 76px;
	position:relative;
}
.swiper-slide h1 span:nth-child(2) {
	display: block;
	text-transform:uppercase;
	color: #fff;
	font-size: 38px;
	    padding-right: 25px;
}
.swiper-slide h1 span:nth-child(3) {
	line-height: 0.7;
	display: block;
	text-transform:uppercase;
	color: #fff;
	font-size: 48px;
	    padding-right: 25px;
}
.swiper-slide h1 sup {
	font-size: 22px;
	font-style: normal;

}
.swiper-slide h2 {
	color: #fff;
	font-size: 36px;
	margin: 0;
	padding: 248px 0 42px;
	transform: rotate(-2deg);
	transition: .3s;
}
.swiper-slide ul.cheklist, .swiper-slide .cheklist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.swiper-slide ul.cheklist {
	padding: 275px 0 20px;
	transition: .3s;
	display: flex;
}
.swiper-slide .cheklist li {
	background: url(../images/check.png) left 2px no-repeat;
	font-size: 24px;
	padding: 0px 50px 0 35px;
	margin: 10px 0;
	font-family: "Dinbold";
	float: left;
	color:#004697;
}
.docs{border-bottom: 2px solid #e5e5e5;border-top: 2px solid #e5e5e5;}
.instruciy {
	font-size: 18px;
	text-align: justify;
}
.bllog {display:none}
.docs {
	background: #cceefa;
	padding: 40px 0 60px;
}
.doc-title {
	padding: 0 0 30px;
	font-size: 22px;
	font-family:"Dinbold";
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#004697;
}
.video-title {
	padding: 0 0 30px;
	font-size: 24px;
	font-family:"Dinbold";
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#004697;
}
.doc-body {
	background: #fff;
	max-width: 945px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 114px 5px rgba(0,0,0,.15);
	padding: 20px;
}
.doc::-webkit-scrollbar{width:14px}
.doc::-webkit-scrollbar-track{background:#fff}
.doc::-webkit-scrollbar-thumb:hover{background:#ccc}
.doc::-webkit-scrollbar-thumb {
	background:#D6D6D6;
	border-radius: 6px;
	background-clip: padding-box;
}
.doc {
	max-height: 500px;
	font-family:"Dinpro";
	overflow: auto;
	padding: 10px 40px;
	font-size: 16px;
}
.videocont {padding:55px 0;}
.video-item{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-self: start;
    text-align: center;
    flex: 1 1 50%;
}
.video-item video{    border: 10px solid;
    border-image-slice: 1;
    border-width: 8px;
    border-image-source: linear-gradient(to bottom, #00ace7, #004697);
	width: 80%;
	box-shadow: 0px 0px 40px 5px rgb(0 0 0 / 40%);}
.videos{display: flex;
    position: relative;}
/* zakaz */
.zakaz {
	padding: 55px 0;
	background:#d6d6d6;
}
.zakaz-title {
	padding: 0 0 35px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color:#004697;
	font-family:"Dinbold";
}
.zakaz-title b {
	font-size: 26px;
}
.zakaz__items {
	text-align: center;
}
.zakaz__items img {
	margin: 0 7px 15px;
}

/* description */
.description {
	background: #104B8F;
	color: #fff;
	padding: 0 0 45px;
	text-align: center;
}
.description-info {
	padding: 15px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Robold";
}
.description-address {
	font-size: 20px;
	font-family: "Robocon";
}
.description-address a {
	color: #fff;
	text-decoration: none;
}
.description-address a:hover {
	color: #F6E007;
}

/* footer */
.footer {
	background: #B5B8B7;
	padding: 25px 0;
}
.footer-copy {
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Robold";
}

@media (max-width: 1040px){
	.swiper-slide {
		background-size: 1000px !important;
	}
	.swiper-slide h1 {
		padding: 0;
		line-height: 48px;
	}
	.swiper-slide h1 span:nth-child(1) {
		font-size: 46px;
	}
	.swiper-slide h1 span:nth-child(2) {
		font-size: 42px;
	}
	.swiper-slide h2 {
		font-size: 22px;
		padding: 170px 0 28px;
	}
	.swiper-slide .cheklist li {
		background: url(../images/check.png) left 2px no-repeat;
		font-size: 18px;
		padding: 0 0 0 34px;
		margin: 8px 0;
	}
	.footer-copy {
		font-size: 18px;
	}
}

@media (max-width: 840px){
	body {
		padding: 50px 0 0 0;
	}
	.mob-menu {
		display: block;
	}
	.topmenu {
		padding: 10px 0 12px;
	}
	.topmenu__items {
		display: none;
		padding: 12px 0 12px 0;
		flex: auto;
		order: 2;
	}
	.topmenu__items > a {
		text-align: left;
		display: block;
		margin: 0;
		max-width: 100%;
		padding: 5px;
	}
	.topmenu > span {
		margin-left: auto;
		order: 1;
		display: flex;
		width: 100%;
		text-align: right;
		justify-content: flex-end;
	}
	.topmenu a.social {
		margin: 0 0 0 12px;
	}
	.topmenu span.lang {
		display: inline-block;
		vertical-align: top;
		margin-top: 1px;
	}
}

@media (max-width: 680px){
	.doc-image{align-items: flex-start;
		flex-direction: column;}
	.doc-image span{width:100%; padding-bottom:15px; justify-content: flex-start;}
	.left-list {
    float: none;
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;}
	.videos{display:block; text-align:center}
	.video-item{padding: 20px 0;}
	.swiper-slide {
		background-size: 750px !important;
		background-position-x: 82% !important;
	}
	.swiper-slide h1 {
		line-height: 32px;
		text-align: right;
	}
	.swiper-slide h1 span:nth-child(1) {
		font-size: 32px;
	}
	.swiper-slide h1 span:nth-child(2) {
		font-size: 30px;
	}
	.swiper-slide h2 {
		font-size: 20px;
		padding: 250px 0 8px;
		color: #1a1617;
		transform: rotate(0deg);
	}
	.swiper-slide ul.cheklist {
		padding: 70px 0 10px;
	}
	.swiper-slide .cheklist li {
		font-size: 16px;
	}
	.instruciy {
		font-size: 14px;
	}
	.zakaz__items img {
		margin: 0 2px 15px;
		max-width: 130px;
	}
	.doc-title {
		padding: 0 0 15px;
		font-size: 18px;
	}.video-title {
		padding: 0 0 15px;
		font-size: 18px;
	}
	.doc-body {
		padding: 12px;
	}
	.doc {
		max-height: 300px;
		padding: 0px 15px 0 0;
	}
}

@media (max-width: 420px){
	.swiper-slide h1 span:nth-child(1){padding-bottom: 20px;}
	.bllog {display:block}
	.whlog{display:none;}
	.swiper-slide h1 {text-align:center; padding-top: 200px;}
	.swiper-slide h1 span:nth-child(2){padding-right: 0;}
	.swiper-slide h1 span:nth-child(3){line-height:1;font-size: 43px;
    padding-right: 0;}
.swiper-slide h1 span{color:#004697 !important}
	.swiper-slide{background-size: 141% !important;background-position-x: 35% !important;}
	.swiper-slide .cheklist li{padding: 2px 0 2px 34px;}
	.swiper-slide ul.cheklist{flex-direction:column; padding: 30px 0 10px;}
	.zakaz-title {
		padding: 0 0 30px;
		font-size: 18px;
	}
	.zakaz-title b {
		font-size: 20px;
	}
	.description-info {
		font-size: 16px;
	}
	.description-address {
		font-size: 16px;
	}
	.footer-copy {
		font-size: 15px;
	}
}