@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
html, body{
	padding: 0;
	margin: 0;
}

ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wrapper{
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
}

header{
	padding: 29px 0;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
}

header.white{
	background-color: #fff;
	z-index: 1;
	padding: 20px 0;
}

.header_block{
	display: flex;
	justify-content: flex-start;
	/*justify-content: space-between;*/
}

.header_block img{
	width: 100px;
	margin: 0 100px 0 0;
}

.header_block--menu{
	display: flex;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.1em;

}
.header_block--menu li{
	margin: 0 104px 0 0;
}

.header_block--menu li:last-of-type{
	margin: 0;
}

.header_block--menu li a{
	font-size: 18px;
}
.header_block--menu li:hover a{
	color: #0C33D2;
}

.footer_block--link:hover span,
.header_block--link:hover span
{
	-webkit-text-stroke: 1px #000;
}

.footer_block--link:hover svg *,
.header_block--link:hover svg *
{
	stroke: #000;
}


.footer_block--link,
.header_block--link
{
	display: flex;
}
.footer_block--link {
	margin-left: auto;
}

.footer_block--link span,
.header_block--link span
{
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: transparent;
	-webkit-text-stroke: 1px #035bd1;
}

.footer_block--link svg,
.header_block--link svg
{
	margin: 0 14px 0 0;
}

#top_background{
	background: url(../img/top_bg.jpg) no-repeat;
}

#tagline{
	padding: 29px 0 50px;
}

#tagline .wrapper{
	display: flex;
}

.tagline_left{
	margin: 0 54px 0 0;
	padding: 20px 0;
	height: 137px;
}
.tagline_left img {
	height: 100%;
}

.tagline_right{
	font-weight: 300;
	font-size: 50px;
	line-height: 58px;
	letter-spacing: 0.1em;
	color: #000000;
	width: 850px;
	max-width: 100%;
}

.tagline_right p{
	font-weight: 300;
	font-size: 50px;
	line-height: 58px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0;
}

#about{
	background: url('../img/about_st.jpg') #EAEAEA no-repeat top right;
	padding: 172px 0 0;
}

#about .wrapper{
	display: flex;
	align-items: flex-end;
}

.about_left{
	margin: 0 93px 0 0;
	align-self: center;
}

.about_title{
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
	margin: 0 0 24px;
}

.about_subtitle{
	font-weight: 300;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0.1em;
	margin: 0 0 24px;
}

.about_text p{
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

.about_img_block {
	position: relative;
}
.about_img_block--text {
	position: absolute;
	bottom: 45px;
	left: 45px;
	display: flex;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	width: 500px;
	max-width: 100%;
}

.about_img_block--text p{
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.about_img_block--text:before {
	content: '';
	width: 1px;
	background: #fff;
	margin: 0 13px 0 0;
}

.about_img_block img{
	display: block;
}

#current{
	/*background: url('../img/exp_bg.jpg') #EAEAEA no-repeat top right;*/
	background: #035bd1;
	padding: 131px 0 188px;
	background-size: cover;
}

.current_title{
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 0 0 105px;
}

.current_block{
	display: flex;
}

.current_left{
	margin: 0 93px 0 0;
}

.current_video{
	position: relative;
}

.current_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.curent_text{
	font-weight: 900;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 61px 0 47px;
}

.curent_subtext{
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

#directions .directions_title{
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
	color: #035bd1;
	padding: 70px 0 38px;
}

.directions_block{
	background: #EAEAEA;
	padding: 0 70px 0 169px;
}

.directions_item{
	display: flex;
	align-items: center;
}

.left_swiper{
	overflow: hidden;
}

.directions_left{
	width: 700px;
	max-width: 100%;
	flex-shrink: 0;
	padding: 140px 0 200px;
	align-self: flex-start;
}

.directions_right{
	width: calc(100% - 700px);
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
}
.full_img {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
}
/*.direction_item:hover .full_img {
	display: flex;
}*/
.full_img img {
	max-width: 100%;
	max-height: 100%;
}

.directions_item--title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 0 37px;
}

.directions_item--text,
.directions_item--text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 0 29px;
}

.direction_pagination .swiper-pagination-bullet{
	width: 64px;
	height: 13px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #035bd1;
	opacity: 1;
}

.direction_pagination .swiper-pagination-bullet-active{
	background: #035bd1;
}

.direction_image--block{
	display: flex;
}

.direction_image--item{
	position: relative;
}

.direction_image--item img{
	max-height: 628px
}

.direction_item{
	display: flex;
	/*justify-content: space-between;*/
}

.direction_item.margin{
	padding-left: 66px;
}

.direction_image--text{
	/*position: absolute;*/
	top: 19px;
	left: 49px;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	color: #000000;
	margin: 28px 0 0 28px;
}

.item_margin{
	margin-right: 13px;
}

.complex{
	margin-left: 43px;
}

.complex .direction_image--text{
	margin: 45px 0 14px 21px;
	width: 450px;
}

#advanced_slider img{
	max-width: 100%;
}

.advanced_slider{
	overflow: hidden;
}

.direction_image--text:before{
	content: '';
	background: #000;
	width: 1px;
	margin: 0 13px 0 0;
}

.directions_left .left_item{

}

#brands{
	display: flex;
	padding: 92px 0 16px;
}

.brand_left{
	display: flex;
	align-items: flex-start;
	width: 50%;
	flex-shrink: 0;
}

.brand_left img {
	width: calc(50% - 8px);
}
.brand_left img:first-child{
	margin: 0 16px 0 0;
}

.brand_right{
	padding: 0 70px;
}

.brand_phrase{
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 100px;
	display: flex;
}

.brand_phrase p{
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
}

.brand_phrase:before{
	content: '';
	background: #000;
	width: 1px;
	margin: 0 13px 0 0;
}

.brand_title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 0 36px;
}

.brand_text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin: 0 0 26px;
}

#only_image img{
	display: block;
}

#buisness{
	background: #EAEAEA;
	display: flex;
	padding: 100px 0 0;
	align-items: center;
}

.buisness_left{
	padding: 0 90px 0 170px;
}

#buisness img{
	display: block;
}

.buisness_item--title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 0 36px;
}

.buisness_item--text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin: 0;
}

.buisness_right {
	width: 50%;
	flex-shrink: 0;
}
.buisness_image{
	position: relative;
	display: block;
}
.buisness_image img {
	max-width: 100%;
	max-height: 100%;
}

.buisness_image--text{
	position: absolute;
	top: 45px;
	left: 45px;
	display: flex;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	width: 500px;
	max-width: 100%;
}

.buisness_image--text p{
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
}

.buisness_image--text:before{
	content: '';
	width: 1px;
	background: #fff;
	margin: 0 13px 0 0;
}

#only_image_a{
	background: #EAEAEA;
	padding: 16px 0 0;
}

#tech{
	padding: 100px 0;
}

.tech_block{
	display: flex;
	align-items: center;
}

.tech_left{
	margin: 0 93px 0 0;
}

.tech_video{
	position: relative;
}

.tech_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.tech_title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 0 75px;
}

.tech_text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin: 0 0 26px;
}

#expert{
	/*background: url('../img/exp_bg.jpg') #EAEAEA no-repeat top right;*/
	background: #035bd1;
	padding: 122px 0 127px;
	background-size: cover;
}

.expert_block--title{
	font-weight: bold;
	font-size: 48px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 0 0 68px;
}

.expert_block--list{
	display: flex;
	justify-content: space-around;
}

.expert_block--item img{
	margin: 0 0 38px;
}

.expert_block--name{
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 0 0 12px;
}

.expert_block--position{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 0 0 50px;
}

.expert_block--about{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0 0 35px;
	width: 460px;
	max-width: 100%;
}

.expert_block--email,
.expert_block--phone{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.expert_block--ps {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.expert_block--ps_title {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 60px 0 24px;
	text-align: center;
}
.expert_block--ps_phones,
.expert_block--ps_phones a
{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-align: center;
}
.expert_block--ps_phones a {
	white-space: nowrap;
}


#phrase{
	padding: 146px 0 150px;
}

.phrase_title{
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0C33D2;
	margin: 0 0 32px;
}

.phrase_sub{
	font-style: italic;
	font-weight: 200;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}

footer{
	background: #EAEAEA;
	position: relative;
	padding: 36px 0 200px;
}

.black{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77px;
	background: #000;
}

.footer_top{
	display: flex;
	justify-content: space-between;
	margin: 0 0 11px;
}

.footer_top--left{
	font-weight: 900;
	font-size: 48px;
	line-height: 80px;
	letter-spacing: 0.1em;
	color: #000000;
	opacity: 0;
}

.footer_top--right{
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

.footer_top--right a{
	color: #000000;
	text-decoration: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}

.footer_bottom{
	display: flex;
}

.footer_bottom--phone{
	margin: 0 68px 0 0;
}

.footer_top--right svg{
	margin: 0 13px 0 0;
}

.footer_bottom--phone,
.footer_bottom--phone a{
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
}

.footer_bottom--phone a{
	margin: 0 24px 0 0;
}

.footer_bottom--social{
	display: flex;
	align-items: center;
}

.footer_bottom--social svg{
	margin-right: 17px;
}

.mobile_menu{
	display: none;
}

#top_background img,
#only_image img,
#only_image_a img{
	max-width: 100%;
}

.tech_video iframe,
.current_video iframe{
	width: 100%;
	height: 100%;
}

.tech_video iframe.open,
.current_video iframe.open{
	display: block;
}

.footer_bottom--social a:hover svg > path{
	fill: black;
}
.copyright {
	margin-top: 30px;
}

a.to_top{
	position: fixed;
	right: 100px;
	bottom: 50px;
	border-radius: 50%;
	z-index: 100;
	width: 76px;
	height: 76px;
	padding: 0;
	box-sizing: border-box;
	background-image: url(../img/up-button.png);
	background-color: #035bd1;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
}

@media (max-width: 1650px){
    .wrapper{
        padding: 0 20px;
    }
}


@media (max-width: 1400px){
	#top_background img{
		max-width: 100%;
	}

	.buisness_right {
		width: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}

	#about{
		background-position: bottom right;
	}

	#about .wrapper{
		flex-wrap: wrap;
	}

	.current_video img{
		max-width: 100%;
	}

	.directions_item{
		flex-wrap: wrap;
	}

	#brands{
		flex-wrap: wrap;
	}

	.brand_left{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}

	.brand_left img{
		max-width: calc(50% - 16px);
	}

	#only_image img{
		max-width: 100%;
	}

	#buisness{
		flex-wrap: wrap;
	}

	.tech_video img,
	#only_image_a img,
	.buisness_image img{
		max-width: 100%;
	}

	.tech_block{
		flex-wrap: wrap;
	}

	.wrapper{
		padding: 0 20px;
	}
	.directions_left {
		padding: 40px 0;
	}
}

@media (max-width: 768px){
	.header_block.active .close_mobile_menu{
		display: block;
	}
	.expert_block--ps_title {
		margin: 24px 0;
		text-align: left;
	}
	.expert_block--ps_phones, .expert_block--ps_phones a {
		text-align: left;
	}

	.header_block.active .open_mobile_menu{
		display: none;
	}

	.mobile_menu{
		display: block;
		cursor: pointer;
		z-index: 2;
	}

	.close_mobile_menu{
		display: none;
	}

	.wrapper{
		padding: 0 10px;
	}

	.header_block--menu{
		flex-direction: column;
		position: absolute;
		width: 100%;
		background: #0C33D2;
		top: -100vH;
		text-align: center;
		height: 100vH;
		left: 0;
		justify-content: center;
		z-index: 1;
	}

	.header_block--menu li{
		margin: 0 0 26px;
	}

	.header_block--menu li a{
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.1em;
		color: #FFFFFF;
	}

	.header_block.active .header_block--link span{
		-webkit-text-stroke: 1px #fff;
	}

	.header_block.active .header_block--link line,
	.header_block.active .header_block--link path{
		stroke: #fff;
	}

	.header_block.active .header_block--link{
		z-index: 2;
	}

	.active .header_block--link svg *{
		stroke: #fff;
	}

	#tagline .wrapper{
		flex-direction: column;
	}

	.tagline_right p{
		font-size: 24px;
		line-height: 36px;
		width: 258px;
	}


	#about{
		padding: 41px 0 0;
		background-size: 60%;
		background-position: bottom right;
	}

	#about .wrapper{
		flex-direction: column;
		align-items: flex-start;
	}

	.about_img_block{
		width: 80%;
		margin-left: -10px;
	}

	.about_img_block img{
		max-width: 100%;
	}

	.about_title{
		font-size: 24px;
		line-height: 28px;
	}

	.about_subtitle{
		font-size: 24px;
		line-height: 30px;
	}

	.about_text p{
		font-size: 14px;
		line-height: 20px;
	}

	.about_left{
		margin: 0 0 40px
	}

	#current{
		padding: 41px 0 35px;
	}

	.current_title{
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 41px;
	}

	.current_left{
		margin: 0 0 25px;
	}

	.current_block{
		flex-direction: column;
	}

	.current_video .substrate img{
		width: 100%;
	}

	.curent_text{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.tagline_left img{
		width: 100%;
	}

	#top_background{
		background-position: 85% 80%;
	}

	#top_background img{
		opacity: 0;
		height: 409px;
		max-width: 100%;
	}

	#directions .directions_title{
		font-size: 24px;
		padding: 15px 0 3px;
	}

	.directions_item--title{
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 25px;
	}

	.directions_item--text{
		font-size: 14px;
		line-height: 20px;
	}

	.directions_list{
		padding: 41px 0 150px;
		position: relative;
	}

	.directions_item{
		flex-direction: column;
	}

	.direction_image--item img{
		max-width: 100%;
	}

	.direction_image--block{
		position: relative;
	}

	.direction_image--item{
		position: static;
		width: 48%;
	}

	.direction_image--text{
		bottom: -65px;
		top: auto;
		/*width: calc(100% - 15px);*/
		width: auto;
		left: 15px;
		color: #000;
		margin: 15px 0 0 15px;
		display: none;
	}

	.complex{
		margin: 0;
	}

	.one_slide .direction_image--item{
		width: 100%;
	}

	.direction_image--text:before{
		background: #000;
	}

	.swiper-pagination-bullets.swiper-pagination-horizontal{
		position: absolute;
		text-align: center;
	}

	/*.swiper-slide{
		left: 20px;
	}*/

	#brands{
		flex-direction: column-reverse;
		position: relative;
		padding: 43px 0 178px;
	}

	.brand_left img{
		max-width: 100%;
		width: calc(50% - 4px);
	}

	.brand_left img:first-child{
		margin: 0 8px 0 0;
	}

	.brand_right{
		padding: 0 10px;
	}

	.brand_phrase{
		position: absolute;
		margin: 0;
		bottom: 70px;
	}

	.brand_title{
		font-size: 24px;
		line-height: 28px;
	}

	#only_image{
		display: none;
	}

	.buisness_left{
		padding: 0 10px;
		width: 100%;
	}

	#buisness{
		padding: 42px 0 149px;
		flex-direction: column;
		position: relative;
	}

	.buisness_item--title{
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 58px;
	}

	.buisness_item--text{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 36px;
	}

	#only_image_a{
		display: none;
	}

	#buisness img{
		max-width: 100%;
	}

	.buisness_image{
		position: static;
	}

	.buisness_image--text{
		color: #000;
		bottom: 80px;
		top: inherit;
		left: 10px;
		width: calc(100% - 20px);
	}

	.about_img_block--text {
		color: #000;
		bottom: auto;
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
		margin-bottom: 24px;
		padding-left: 10px;
	}
	.about_img_block--text:before {
		background: #000;
	}

	.buisness_image--text:before{
		background: #000;
	}

	#tech{
		padding: 50px 0;
	}

	.tech_block{
		flex-direction: column;
	}

	.tech_left{
		margin: 0 0 20px;
	}

	.tech_title{
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 25px;
	}

	.tech_video img{
		max-width: 100%;
	}

	#expert{
		padding: 15px 0 40px;
	}

	.expert_block--list{
		flex-direction: column;
	}

	.expert_block--item{
		text-align: left;
		margin: 0 0 63px;
	}

	#phrase{
		padding: 32px 0 42px;
	}

	.phrase_title{
		font-weight: bold;
		font-size: 24px;
		line-height: 30px;
	}

	footer{
		padding: 36px 0 117px;
	}

	.footer_top{
		flex-direction: column;
	}

	.footer_top--left{
		font-size: 24px;
		line-height: 50px;
	}

	.footer_bottom{
		flex-direction: column;
	}

	.footer_bottom--phone,
	.footer_bottom--phone a{
		font-size: 24px;
	}

	.footer_bottom--social{
		width: 90%;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.expert_block--name{
		font-size: 24px;
		line-height: 28px;
	}

	.expert_block--position{
		font-size: 18px;
		margin: 0 0 30px;
	}

	.expert_block--item img{
		margin: 0 auto 24px;
		display: block;
	}
	.directions_block{
		padding: 0 10px;
	}

	.directions_right{
		width: 100%;
	}

	.direction_item.margin{
		padding: 0;
	}

	.direction_item{
		flex-wrap: wrap;
	}
	.footer_block--link {
		margin: 24px auto 0;
	}
	.copyright {
		text-align: center;
	}
}