/*
 * COMPANY
*/

@import 'bottom_sec.css';
@import 'header_block.css';
@import 'anchor-menu.css';

.company_section{
	position: relative;
	padding: 52px 0 0;
}
.company_section:first-child{
	position: relative;
}
.company_section:first-child::before{
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/circle.png);
	width: 60px;
	height: 60px;
	top: -110px;
	right: 40px;
}
.company_section .sec-text > *{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}
.company_section .img-block,
#form-sec .img-block{
	position: relative;
	border-radius: 20px;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-sec{
	padding: 94px 0 175px;
}
.banner-sec__block{
	border-radius: 20px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 52px 20px;
	overflow: hidden;
}
.banner-sec__block::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(36,54,104,.68);
}
.banner-sec__block > *{
	position: relative;
	z-index: 2;
}
.banner-sec__title,
.banner-sec__text{
	color: #fff;
	max-width: 624px;
}
.banner-sec__title{
	font-size: 32px;
	line-height: 1.35em;
	font-weight: 700;
	margin: 0 auto 2px;
}
.banner-sec__text{
	font-size: 13.5px;
	line-height: 1.66em;
	margin: 0 auto 24px;
}
.company_section .content-col{
	margin-bottom: 30px;
}
.company_section .content-col .btn-col{
	margin-top: 30px;
}

#contact-us-sec{
	margin-top: 50px;
}

@media screen and (min-width: 576px){
	.company_section:first-child::before{
		right: calc(50% - 205px);
	}
}
@media screen and (min-width: 768px){
	.company_section:first-child::before{
		right: calc(50% - 255px);
	}
	.company_section{
		padding-top: 80px;
	}
	.company_section .content-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.company_section .img-block,
	#form-sec .img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}
	.company_section .sec-text > *:last-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.company_section:first-child::before{
		right: calc(50% - 300px);
		top: -160px;
	}
}
@media screen and (min-width: 1200px){
	.company_section:first-child::before,
	.company_section:first-child::after,
	.company_section:nth-child(2)::before,
	.company_section:nth-child(3)::before,
	.company_section:nth-child(3)::after,
	.company_section:nth-child(5)::before{
		background-image: url(../img/circle-2.png);
	}
	.company_section:first-child::after,
	.company_section:nth-child(2)::before,
	.company_section:nth-child(3)::before,
	.company_section:nth-child(3)::after,
	.company_section:nth-child(5)::before{
		content: '';
		display: block;
		position: absolute;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.company_section:first-child::after{
		z-index: -1;
		width: 116px;
		height: 116px;
		top: 15px;
		left: calc(50% - 160px);
	}
	.company_section:first-child::before{
		width: 96px;
		height: 96px;
		right: calc(50% - 340px);
		top: -190px;
	}
	.company_section:nth-child(2){
		padding: 188px 0 94px;
		margin: -94px 0 0;
	}
	.blue-wave .company_section:nth-child(2){
		background-image: url(../img/blue-wave-desktop.png);
		background-size: 1500px 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.company_section:nth-child(2)::before{
		width: 114px;
		height: 114px;
		top: 25px;
		left: calc(50% + 350px);
	}
	.company_section:nth-child(3)::before{
		width: 190px;
		height: 190px;
		top: -75px;
		left: calc(50% - 380px);
	}
	.company_section:nth-child(3)::after{
		width: 103px;
		height: 103px;
		bottom: -40px;
		left: calc(50% + 60px);
	}
	.company_section:nth-child(3){
		position: relative;
		z-index: 2;
	}
	.company_section:nth-child(4){
		padding: 188px 0;
		margin: -94px 0;
	}
	.blue-wave .company_section:nth-child(4){
		background-image: url(../img/white-vawe-top_2-desktop.png), url(../img/white-vawe-bottom_2-desktop.png), linear-gradient(#e3f9ff 0%, #e3f9ff 100%);
		background-position: top center, bottom center, center;
		background-size: 100% 230px, 100% 230px, 100% 100%;
		background-repeat: no-repeat;
	}
	.company_section:nth-child(5)::before{
		width: 90px;
		height: 90px;
		top: -20px;
		left: calc(50% - 360px);
	}
	.company_section:nth-child(2n) .content-col{
		padding-left: 68px;
	}
	.company_section:nth-child(2n - 1) .content-col{
		padding-right: 68px;
	}
	.company_section{
		padding: 94px 0;
	}
	.company_section .content-col{
		margin-bottom: 0;
	}
	.company_section:nth-child(2n) .content-col{
		order: 2;
	}
	.company_section:nth-child(2n) .img-col{
		order: 1;
	}
}
@media screen and (min-width: 1500px){
	.blue-wave .company_section:nth-child(2){
		background-size: 100% 100%;
	}
	.blue-wave .company_section:nth-child(5)::before{
		left: calc(50% - 420px);
	}
}
@media screen and (min-width: 1650px){
	.company_section .sec-text > *{
		font-size: 18px;
	}
}