button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
	bor-der: 0;
}
button:hover, select:hover{
	cursor: pointer;
}
:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 149.99%;
	color: #02070D;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
}

*::-webkit-scrollbar-thumb {
  background-color: #034AA6;
}

.body__hidden{
	overflow: hidden !important;
}

section{
	position: relative;
}


.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-weight: 600;
	line-height: 148.99%;
	padding: 15px 53px;
	text-decoration: none;
	transition: .3s all;
}

.btn:active{
	background: rgba(3, 74, 166, .1);
}

.btn-white{
	color: #fff;
	border: 2px solid #FFFFFF;
}

.btn-white:hover{
	border: 2px solid #056CF2;
	color: #056CF2;
}

.btn-white:active{
	background-color: rgba(255,255,255,.1);
}

.btn-arrow{
	border: 2px solid #056CF2;
	color: #056CF2;
	padding-left: 86px;
	padding-right: 51px;
}

.btn-arrow svg{
	margin-left: 50px;
}

.btn-arrow:hover, .our__right a:hover, .right .btn:hover{
	border: 2px solid #6B7887;
	color: #6B7887;
}

.btn-arrow:hover svg path{
	stroke: #6B7887;
}

.h2--style{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 600;
	font-size: 4em;
	line-height: 1.2;
	color: #FFFFFF;
}

.h3-style{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: #022859;
}

.container{
	padding: 0 74px;
	margin: 0 auto;
	width: 100%;
}

.main{
	position: relative;
	height: 100vh;
	padding: 74px 0;
	padding-bottom: 73px;
	overflow: hidden;
}

.menu__mobile, .logo__right{
	display: none;
}

.main *{
	transition: .3s all;
}

.main .container{
	display: flex;
	position: relative;
	z-index: 2;
	justify-content: space-between;
	height: 100%;	
	padding-top: 73px;
}

.main:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 100vh solid #034AA6;
	border-left: 15.88vw solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 20.83vw;
	z-index: 1;
	transform: rotate(180deg);
}

.main:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #ECEEFF;
	z-index: -1;
}

.main__fon{
	position: absolute;
	top: 0;
	width: 100%;
	left: .3vw;
	height: 112%;
}

.main__fon img{
	height: 100%;
	width: auto;
	max-width: auto;
}

.main__fon > img{
	width: 100vw;
}

.main__ship{
	position: absolute;
	top: -6%;
	height: 110%;
	right: -3%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	transition: all 300ms ease;
}

.main__line{
	margin-top: 43px;
	margin-left: -74px;
	width: 272px;
	height: 2px;
	background: #FFFFFF;
}

.main__social{
	margin-top: 31px;
}

.main__social div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main__social div:first-child{
	margin-bottom: 31px;
}

.main__social div svg{
	margin-right: 20px;
}

.main__social div a{
	font-weight: 500;
	line-height: 149.99%;
	text-align: justify;
	color: #FFFFFF;
	text-decoration: none;
}

.main__social a:hover{
	color: #056CF2;
}

.main__social a:active{
	color: #fff;
}

.main__center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.main__top{
	position: relative;
}

.main__center h1{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 4em;
	line-height: 1.2;
	color: #FFFFFF;
	max-width: 550px;
	margin-left: 29px;
	position: relative;
}

.main__kvadr{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: -16px;
	background-image: url(../img/points.svg);
}

.main__center a{
	margin-top: 105px;
}

.main__button{
	display: flex;
	justify-content: flex-end;
}

.line__number{
	width: 30vw;
	display: flex;
	justify-content: flex-end;
}

.line__number span{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.22;
	color: #FFFFFF;
	position: relative;
}

.line__number span:before{
	content: '';
	position: absolute;
	top: .8em;
	left: -23vw;
	width: 19.7vw;
	height: 2px;
	background: #FFFFFF;
}

.main__right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.main__right li a:active{
	color: rgba(2, 40, 89, .85);
}

.main__translate{
	width: 110px;
	height: 50px;
	display: flex;
	margin-bottom: 40px;
}

.main .main__translate{
	margin-bottom: 50px;
}

.main__translate ul{
	display: flex;
}

.main__translate li{
	list-style: none;
	position: relative;
	z-index: 1;
}

.main__translate a{
	width: 55px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 2px solid #022859;
	color: #022859;
	font-weight: 600;
	font-size: 1em;
	line-height: 148.99%;
}

.main__translate a:hover{
	background-color: rgba(2, 40, 89, .2);
}

.main__translate ul li:first-child{
	margin-right: -2px;	
}

.current-lang a{
	border: 2px solid #056CF2;
	color: #056CF2;
}

.main__translate .current-lang{
	z-index: 2;
}

.main__menu li{
	list-style: none;
	height: 50px;
	margin-bottom: 15px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main__menu a{
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 600;
	text-decoration: none;
	text-align: right;
	color: rgba(2, 40, 89, .85);
	border-right: 2px solid #ECEEFF;
	padding-right: 15px;
}



.main__left{
	display: flex;
	flex-direction: column;
}

.main__mouse{
	position: absolute;
	left: 50%;
	width: 23px;
	margin-left: -12px;
	bottom: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main__mouse .mause__mobile{
	display: none;
}

.mause__body{
	position: relative;
}

.mouse__point{
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -3px;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: slideTwo;
}

@keyframes slideTwo {
	0% {
		top: 1px;
	}

	40% {
		opacity: 1;
	}

	100% {
		top: 14px;
		opacity: 0;
	}
}

.two{
	height: 100vh;
	background-color: #ccc;
}

.two__title{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20.83vw;
	background: #034AA6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.two__title h2{
	margin-left: 105px;
	margin-top: 105px;
	min-width: 450px;
	position: relative;
	z-index: 2;
}

.two .line__number{
	position: absolute;
	bottom: 110px;
	margin-left: 30px;
}

.two__box{
	display: flex;
	height: 100%;
}

.two__inner{
	padding-right: 73px;
	padding-left: 55px;
	padding-bottom: 120px;
	padding-top: 100px;
	background: #ECEEFF;
	width: 29.79vw;
}

.two__slider{
	display: flex;
	align-items: center;
	height: 100%;
}

.two__inner h3{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.37;
	text-align: right;
	color: #022859;
	margin-bottom: 50px;
}

.two__inner p{
	font-weight: 600;
	text-align: justify;
	color: #022859;
}

.two__inner .btn{
	position: absolute;
	right: 73px;
	bottom: 70px;
	z-index: 5;
}

.two__fon{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin-left: 20.83vw;

}

.two__fon *{
	transition: .5s all;
}

.two__fon svg{
	position: relative;
	left: -20.83vw;
	top: 50%;
	margin-top: -310px;
	transform: scale(.3);
}

.two__fon svg.two--active{
	left: 272px;
	transform: scale(1);
}

.map--active{
	fill: rgba(255, 255, 255, 0.39);
}

.map--active circle{
	stroke: transparent;
}

.oval--active circle{
	fill: #fff;
}

.two__menu{
	position: absolute;
	right: 0;
}


.three{
	position: relative;
	padding-top: 92px;
	background-image: url(../img/three__fon.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.three:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20.83vw;
	height: 400px;
	background-color: #034AA6;
	z-index: 0;
}

.three h2{
	max-width: 450px;
}

.three__right{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.three .container{
	position: relative;
	z-index: 3;
	padding: 0 105px;
	padding-top: 60px;
	padding-bottom: 60px;
	height: 100%;
	display: flex;
}

.three .line__number{
	width: 36vw;
	height: 19.2vh;
	background: transparent;
	display: flex;
	align-items: center;
	padding-right: 44px;
	margin-left: -105px;
}

.three__left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.three__top{
	display: flex;
	justify-content: space-between;
}

.three__item{
	background: #ECEEFF;
	width: 22.7vw;
	padding: 36px 54px 40px;
	position: relative;
	transition: .4s all;
}

.three__center{

}

.three__item:hover{
	transform: scale(1.03);
}

.three__item h3{
	text-align: center;
	margin-bottom: 18px;
}
.three__item p{
	text-align: justify;
}

.three__item b, .three__item strong{
	color: #056CF2;
	font-weight: 600;
}

.three__kub{
	margin-left: 221px;
	margin-top: 29px;
}

.three__center{
	margin: 40px 0;
	margin-left: 218px;
	position: relative;
}

.three__item-fon{
	position: absolute;
	width: 33.38vw;
	height: 64vh;
	top: 50%;
	margin-top: -32vh;
	left: -5.36vw;
	background: #034AA6;
	transform: matrix(1, 0, 0, -1, 0, 0);
	z-index: -1;
}

.three__item *{
	position: relative;
	z-index: 1;
}

.three__item:nth-child(3){
	margin-left: 436px;
}

.four__item h3{
	display: block;
	background-color: #f444;
	padding: 20px;
}

.four__item h3:hover + span{
	opacity: 1;
	height: auto;
}

.four__item span{
	display: flex;
	background-color: #444;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.four__item span:hover{
	opacity: 1;
	height: auto;
}

.acc--active{
	position: relative;
}

.acc--active:before{
	content: '';
	position: absolute;
	left: -40px;
	height: 100%;
	width: 2px;
	background: #ECEEFF;
}

.body{
	display: none;
	margin-left: 57px;
	background: #ECEEFF;
	height: 82px;
	width: auto;
	padding: 27px 44px;
	margin-top: 18px;
}

.body p{
	font-weight: 600;
	line-height: 149.99%;
	text-align: center;
	color: #034AA6;
}

.head{
	display: flex;
	/*margin-bottom: 19px;*/
}

.head:hover{
	cursor: pointer;
}

.four{
	position: relative;
	height: 100vh;
	background-image: url(../img/four__fon.jpg);
	background-size: cover;
	background-position: center;
}

.four *{
	z-index: 2;
}

.four .h2--style{
	position: absolute;
	top: 0;
	right: 0;
	background: #034AA6;
	padding: 60px 80px 53px;
}

.four__values{
	position: relative;
	margin-bottom: 263px;
	padding-top: 70px;
	padding-left: 285px;
}

.four__values:before{
	content: '';
	border-bottom: 100vh solid #034AA6;
	border-left: 0px solid transparent;
	border-right: 30vw solid transparent;
	height: 0;
	width: 31vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.four .line__number{
	width: 36.458vw;
	height: 19.2vh;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 48px;
	display: flex;
	align-items: center;
}

.four .line__number span{
	color: #fff;
}

.four .line__number span:before{
	background-color: #fff;
}

.head span{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.37;
	text-align: center;
	color: #FFFFFF;
	margin-top: 16px;
	margin-left: 22px;
}

.four__number{
	width: 60px;
	height: 60px;
	padding-left: 13px;
	border-radius: 50%;
	background: #056CF2;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: bold;
	font-size: 2.66em;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
}

.question_cont{
	display: table;
	margin-bottom: 32px;
}

.first__acc .head{
	display: flex;
}

.first__acc .body{
	display: block;
}

.question_cont:nth-child(2){
	margin-left: 60px;
}

.question_cont:nth-child(3){
	margin-left: 120px;
}

.question_cont:nth-child(4){
	margin-left: 180px;
}

.question_cont:nth-child(5){
	margin-left: 240px;
}

.question_cont:nth-child(6){
	margin-left: 300px;
}

.five{
	height: 100vh;
	position: relative;
}

.five__slider{
	overflow: hidden;
}

.five__slide{
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.five .line__number{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 36.458vw;
	height: 19.2vh;
	background: transparent;
	display: flex;
	align-items: center;
	padding-right: 44px;
}

.five__title{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding-left: 104px;
	padding-top: 106px;
}

.five__title:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36.458vw;
	height: 190px;
	background: #ECEEFF;
	z-index: 1;
}

.five__title:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 350px solid #034AA6;
	border-left: 24.54vw solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 36.458vw;
	transform: rotate(180deg);
	z-index: 0;
}

.five__title span{
	display: block;
	color: #034AA6;
}

.five__title h2{
	position: relative;
	z-index: 2;
}

.slider__text{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ECEEFF;
	width: 24.69vw;
	height: 100%;
	padding: 57px 73px 180px;
	margin-top: 20px;
}

.slider__text h3{
	text-align: center;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.37;
	text-align: center;
	color: #022859;
	margin-bottom: 65px;
}

.six .slider__text h3{
	margin-bottom: 0;
}

.slider__text p{
	text-align: justify;
}

.slider__text .slick-prev, .slider__text .slick-next, .two .slick-prev, .two .slick-next{
	display: none !important;
}

.five__button{
	display: flex;
	justify-content: flex-end;
}

.slider__text .btn{
	position: absolute;
	bottom: 100px;
	right: 73px;
	display: flex;
}

.text__slide{
	max-height: 550px;
	overflow-y: auto;
	margin-top: 60px;
}

.text__slide--noactive{
	opacity: 0;	
}

.text__slide--active{
	transition: 1s all;
	opacity: 1;
}

.right{
	position: fixed;
	top: 0;
	right: -420px;
	/*right: 0;*/
	z-index: 10;
	background: #ECEEFF;
	width: 416px;
	padding: 50px 64px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: .5s all;
	cursor: pointer;
}

.btn__left{
	position: absolute;
	top: 47%;
	left: 42px;
}

.five .text__slide{
	margin-top: 90px;
}

.five__menu{
	width: 96px;
	height: 96px;
	background: #ECEEFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 5;
	cursor: pointer;
}

.five__menu svg{
	transform: rotate(180deg);
	margin-left: -17px;
}

.right--active{
	right: 0;
}

.right .btn{
	padding: 18px 20px;
	color: #056CF2;
	border: 2px solid #056CF2;
	margin-top: 29px;
	margin-bottom: 50px;
}

.right .btn svg{
	margin-right: 11px;
}

.right .btn:hover path{
	stroke: #6B7887;
}

.right__social > div{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.right__social > div:last-child{
	margin-bottom: 0;
}

.right__social > div:last-child svg{
	right: -4px;
	position: relative;
}

.right__social > div svg{
	margin-left: 20px;
}

.right__social > div a{
	font-weight: 500;
	line-height: 149.99%;
	text-align: justify;
	color: #056CF2;
	text-decoration: none;
}

.right__social > div a:hover{
	color: #6B7887;
}

.right__social > div a:active{
	color: #056CF2;
}

.three .five__menu{
	top: 90px;
}

.four .five__menu{
	top: 310px;
}

.six__title{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: #034AA6;
	width: 36.458vw;
	height: 19.2vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.six__title h2{
}

.six .line__number{
	width: 486px;
	height: 19.2vh;
	background: transparent;
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.six .line__number span{
	margin-right: -140px;
}

.six .six__sliders{
	width: calc(100% - 24.69vw);
}

.six .slider__text{
	height: 100%;
	padding-left: 0px;
	padding-right: 50px;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.six .slider__text:before{
	content: '';
	position: absolute;
	left: -225px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 225px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 100vh solid #ECEEFF;
	z-index: 4;
}

.six__slider__title{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.six__slider__title h3{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.37;
	color: #022859;
	margin-left: 38px;
}

.six__slider{
	left: -20px;
	z-index: 4;
}

.six .text__slide > div:not(.six__slider__title){
	display: flex;
	width: 220px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.six .text__slide > div:not(.six__slider__title) b{
	font-weight: 500;
}

.six .five__button{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}

.seven{
	background-color: #ECEEFF;
	height: 100vh;
}

.seven__top{
	display: flex;
	height: 200px;
}

.seven__title{
	min-width: 486px;
	height: 200px;
	background: #034AA6;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 3;
}

.seven__title h2{
	margin-right: -20px;
}

.seven__fon{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.seven__slider{
	margin-top: 80px;
	margin-bottom: 60px;
}

.seven__slide .container{
	display: flex;
	padding: 0 178px;
	overflow-x: auto;
    max-height: 400px;
}

.seven__left{
	width: 100%;
}

.seven__slide p{}

.seven__right{
	width: 100%;
	margin-left: 55px;
}

.seven__prev, .seven__next{
	position: absolute;
	top: 50%;
	z-index: 4;
	margin-top: -35px;
	width: 100px;
	height: 70px;
	display: flex;
	align-items: center;
	background: rgba(3, 74, 166, 1);
	cursor: pointer;
	transition: .3s all;
}

.seven__prev:hover, .seven__next:hover{
	background: rgba(3, 74, 166, .9);
}

.seven__prev{
	padding-right: 10px;
	justify-content: flex-end;
	left: 0;
}

.seven__prev:active svg{
	position: relative;
	left: -1px;
}

.seven__next:active svg{
	position: relative;
	right: -1px;
}

.seven__next{
	padding-left: 10px;
	right: 0;
}

.seven__inner{
	position: relative;
}

.slick-dots li button::before{
	font-size: 10px;
	color: #6B7887;
	opacity: 1;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before{
	color: #056CF2;
}

.seven__bottom{
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	padding-right: 100px;
	padding-left: 183px;
	padding-bottom: 40px;
}

.seven__bottom .line__number{
	width: 475px;
}

.seven__bottom .line__number span{
	color: #034AA6;
}

.seven__bottom .line__number span:before{
	background-color: #034AA6;
}

.slick-dots{
	bottom: -40px;
}

.our{
	width: 100%;
}

.our__item{
	background: #056CF2;
}

.our__title{
	width: 100%;
	padding: 51px 58px;
	background: #034AA6;
}

.our__title h3{
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 600;
	font-size: 4em;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
}

.our__text{
	font-weight: normal;
	line-height: 149.99%;
	text-align: justify;
	color: #022859;
	max-width: 960px;
	padding: 0 69px;
	margin: 0 auto;
	margin-bottom: 46px;
	margin-top: 70px;
}

.our__items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -27px;
	padding: 0 69px;
	padding-bottom: 115px;
}

.our__item{
	background: #056CF2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 186px;
	margin: 0 27px;
	cursor: pointer;
}

.our__item:hover{
	background: #fff;
}

.our__item:hover path{
	fill: #056CF2;
}

.popup *{
	transition: .5s all;
	z-index: 2;
}

.popup:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../img/seven__popup.jpg);
	background-size: cover;
}

/*#twoPopup:before{
	background-image: url(../img/two__popup.jpg);
	}*/

	.popup:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: linear-gradient(180deg, rgba(236, 238, 255, 0.85) 53.61%, rgba(236, 238, 255, 0.7225) 100%);
	}

	.close__popup{
		position: absolute;
		top: 36px;
		right: 39px;
		cursor: pointer;
	}

	.close__popup:hover path, .close__popup:hover rect{
		stroke: #bbb;
	}

	.close__popup:active, .our__item:active{
		background-color: rgba(255,255,255,.1);
	}

	.our__bottom{
		display: flex;
		padding-bottom: 86px;
	}

	.our__left{
		width: 50%;
		background: #034AA6;
		padding: 66px 107px 64px;
		display: flex;
		justify-content: flex-end;
	}

	.our__left .btn{
		padding: 16px 37px;
	}

	.our__right{
		display: flex;
		align-items: center;
		padding-left: 108px;
	}



	.eight{
		height: 100vh;
		background-color: #034AA6;
	}

	.eight .five__menu{
		top: 300px;
	}

	.eight *{
		transition: .3s all;
	}

	.eight__title{
		padding: 60px 0 53px;
		background: #ECEEFF;
	}

	.eight__title h2{
		color: #034AA6;
	}

	.eight .container{
		padding: 0 195px;
	}

	.eight__inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.eight__form{
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 573px;
		margin-top: 40px;
	}

	.eight__form label{
		display: inline-block;
		font-weight: 600;
		line-height: 148.99%;
		color: #FFFFFF;
		margin-bottom: 13px;
		margin-top: 20px;
	}

	.eight__form input:not(.btn){
		border: 2px solid #FFFFFF;
		background: none;
		height: 60px;
		margin-bottom: 4px;
		padding-left: 26px;
		padding-right: 10px;
		color: #fff;
		font-weight: 500;
		width: 100%;
		font-size: 1em;
	}

	.eight__form input[type="text"]:focus{
		background: #ECEEFF;
		border: 2px solid #056CF2;
		color: #056CF2;
	}

	.eight__button{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}

	.eight__button > input{
		height: 60px;
		cursor: pointer;
	}

	.eight__submit{
		position: relative;
	}

	.eight__submit input{
		background: transparent;
		min-width: 243px;
		position: relative;
		padding-right: 70px;
		z-index: 1;
		cursor: pointer;
	}

	.eight__button input{
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 18px;
		height: 60px;
	}

	.file__cf{
		height: 60px;
	}

	.file__cf svg{
		margin-left: 13px;
	}



	#fl_inp{display:none;}
	.fl_upld label{
		cursor:pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 32px;
		padding-right: 32px;
		margin-top: 0;
		height: 60px;
	}

	#fl_nm{
		max-width: 200px;
		margin-top:10px;
		color: rgba(255,255,255,0.5);
	}

	.wpcf7-not-valid-tip{
		color: rgba(255,255,255,0.5);
		font-size: 0.8em;
	}
	.wpcf7 form .wpcf7-response-output {
		margin: 1em 0.5em 1em;
	}

	.fl_upld label svg{
		margin-left: 13px;
	}

	.fl_upld .btn:hover path{
		fill: #056CF2;
	}

	.wpcf7 form .wpcf7-response-output {
		margin: 1em 0.5em 1em;
		padding: 0.2em 1em;
		border: 2px solid #00a0d2;
		position: absolute;
		top: 200px;
		left: 50%;
		margin-left: -150px;
		z-index: 7;
		width: 300px;
		background-color: #034AA6;
		color: #fff;
		border: 1px solid #fff !important;
		font-size: 0.9em;
		text-align: center;
	}

	.wpcf7-response-output{
		display: none;
	}


	.eight__submit svg{
		width: 18px;
		height: 15px;
		position: absolute;
		top: 21px;
		right: 28px;
		z-index: 4;
		z-index: 0;
	}

	.eight__submit:hover path{
		fill: #056CF2;
	}

	.eight__or{
		font-family: Cormorant Garamond;
		font-style: normal;
		font-weight: 600;
		font-size: 4em;
		line-height: 1.2;
		text-align: center;
		color: #ECEEFF;
	}

	.eight__visit{
		margin-right: 100px;
	}

	.eight .line__number{
		position: absolute;
		bottom: 50px;
		left: 78px;
	}

	.overlay_popup{
		position:fixed;
		z-index: 99;
		top:0;
		right:0; 
		left:0;
		bottom:0;
		background: #022859;
		opacity: 0;
		display: none;
		transition: .3s all;
	}

	.popup {
		transform: scale(0);
		position: fixed;
		z-index: 100;
		margin: 0 auto;
		left: 50%;
		margin-left: -640px;
		top: 50px;
		display: flex;
		align-items: center;
		background-color: #fff;
		transition: .3s all;
		width: 1280px;
	}

	.popup.popup--active{
		transform: scale(1);
	}

	.popup--active.overlay_popup{
		opacity: 0.66; 
		display: block;
	}

	.our__right a{
		border: 2px solid #056CF2;
		color: #056CF2;
	}

	.footer *{
		transition: .3s all;
	}

	.footer{
		background: #034AA6;
		padding: 55px 0 65px;
		position: relative;
		max-height: 745px;
	}

	.footer__menu ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.footer__menu li{
		width: 410px;
		padding-left: 54px;
		border-left: 4px solid #ECEEFF;
		list-style: none;
		width: 50%;
	}

	.footer__menu a{
		font-family: Cormorant Garamond;
		font-style: normal;
		font-weight: 600;
		font-size: 2em;
		display: block;
		line-height: 1.37;
		padding: 15px 0;
		color: #FFFFFF;
		text-decoration: none;
	}

	.footer__menu a:hover{
		opacity: .7;
	}

	.footer__menu a:active{
		opacity: 1;
	}

	.footer .container{
		padding-top: 100px;
		background-image: url(../img/footer__fon.png);
		/*background-size: contain;*/
		background-position: center;
		background-repeat: no-repeat;
		padding-left: 181px;	
	}

	.footer__inner{
		display: flex;
		justify-content: space-between;
	}

	.footer__logo{
		margin-bottom: 56px;
	}

	.footer__social{
		margin-top: 100px;
		margin-bottom: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer__social svg{
		/*max-width: 50px;*/
		margin: 0 28px;
	}

	.footer__item{
		position: relative;
	}

	.footer__item:hover{
		opacity: .7;
		top: -1px;
	}	

	.footer__up:hover{
		opacity: 0.7;
		bottom: 86px;
	}

	.footer__up:active{
		opacity: 1;
		bottom: 85px;
	}

	.footer__item:active{
		opacity: 1;
		top: 0px;
	}	

	.footer__all p{
		font-family: Cormorant Garamond;
		font-style: normal;
		font-weight: 600;
		font-size: 1.33em;
		line-height: 1.2;
		text-align: center;
		color: #FFFFFF;
	}

	.footer__up{
		position: absolute;
		right: 85px;
		bottom: 85px;
	}



	@media (min-width: 1250px){
		.main__menu a:hover, .main__menu li.active a{
			color: rgba(5, 108, 242, .85);
			border-right: 2px solid #056CF2;
		}
	}

	.five__mobile, .two__arrows{
		display: none;
	}