/*
 * PRODUCT TEMPLATR
*/

@import 'bottom_sec.css';
@import 'header_block.css';
@import 'anchor-menu.css';
@import 'popup.css';

#main-block section:not(.company_sections),
.company_section{
	padding: 50px 0;
}

.company_section{
	position: relative;
}
.company_section .sec-text > *{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}
.company_section .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;
}
.company_section .btn-col{
	margin-bottom: 30px;
}


#circle-icons-sec .sec-title,
#circle-icons-sec .sec-desc{
	text-align: center;
}
#circle-icons-sec .sec-title{
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.circle-icons-row{
	margin-top: 15px;
}
.circle-icon-col{
	margin-bottom: 30px;
	text-align: center;
}
.circle-icon{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	background-color: #fff;
	margin: 0 auto 15.5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.circle-title{
	display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #3F5BA9;
    font-weight: 600;
    margin: 0 auto 5px;
}
.circle-text{
	display: block;
    font-size: 13.5px;
    line-height: 1.85em;
    margin: 0 0 17px;
}
.circle-list{
	text-align: left;
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 600;
}
.circle-list li{
	padding: 0 0 0 20px;
	position: relative;
}
.circle-list li::before{
	content: '';
	display: block;
	width: 10px;
	height: 1.8em;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.682 10.624'%3E%3Cpath d='M5.239,10.825a.7.7,0,0,1-.988,0L.307,6.88a1.047,1.047,0,0,1,0-1.482L.8,4.9a1.047,1.047,0,0,1,1.482,0L4.745,7.367,11.4.713a1.047,1.047,0,0,1,1.482,0l.494.494a1.047,1.047,0,0,1,0,1.482Zm0,0' transform='translate(0 -0.406)' fill='%233f5ba9'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.circle-icon-col .circle-btn-row {
	margin-top: 30px;
}
.circle-btn-col{
	text-align: center;
}


#book-sec{
	padding: 66px 0 75px;
	margin: 50px 0;
	background-color: #E9F9FF;
}
#book-sec .sec-desc{
	margin-bottom: 20px;
}
.book-sec__list{
	padding: 0 0 0 30px;
	margin: 0;
	list-style-type: none;
}
.book-sec__list li{
	display: block;
	font-size: 13.5px;
	line-height: 1.66em;
	padding-left: 20px;
	position: relative;
}
.book-sec__list li:not(:last-child){
	margin-bottom: 13px;
}
.book-sec__list li::before{
	content: '';
	display: block;
	width: 10px;
	height: 1.66em;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.682 10.624'%3E%3Cpath d='M5.239,10.825a.7.7,0,0,1-.988,0L.307,6.88a1.047,1.047,0,0,1,0-1.482L.8,4.9a1.047,1.047,0,0,1,1.482,0L4.745,7.367,11.4.713a1.047,1.047,0,0,1,1.482,0l.494.494a1.047,1.047,0,0,1,0,1.482Zm0,0' transform='translate(0 -0.406)' fill='%233f5ba9'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#book-sec .img-col{
	text-align: center;
}
.book-sec__img-block{
	display: inline-block;
	max-width: 100%;
	margin: 50px auto 0;
}
.book-sec__img{
	width: 100%;
}
#book-sec .orange-btn{
	margin-top: 30px;
}


#cloud-sec .sec-title,
#cloud-sec .sec-desc,
#cloud-sec .cloud-sec__btn-block{
	text-align: center;
}
#cloud-sec .sec-title{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#cloud-sec .sec-desc{
	margin-bottom: 40px;
}
.cloud-sec__icon-col{
	margin-bottom: 30px;
}
.cloud-sec__icon-block{
	padding: 26px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	height: 100%;
}
.cloud-sec__icon{
	width: 90px;
	height: 78px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CAD3D8;
	margin-bottom: 8px;
}
.cloud-sec__icon-text__title{
	display: block;
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 600;
	color: #3F5BA9;
}
.cloud-sec__icon-text__desc{
	display: block;
	font-size: 13px;
	line-height: 2.14em;
}
.cloud-list{
	display: block;
	padding: 10px 0 0 20px;
	margin: 5px 0 0;
	list-style-type: none;
	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
}
.cloud-list li{
	padding: 0 0 0 20px;
	position: relative;
}
.cloud-list li::before{
	content: '';
    display: block;
    width: 10px;
    height: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.682 10.624'%3E%3Cpath d='M5.239,10.825a.7.7,0,0,1-.988,0L.307,6.88a1.047,1.047,0,0,1,0-1.482L.8,4.9a1.047,1.047,0,0,1,1.482,0L4.745,7.367,11.4.713a1.047,1.047,0,0,1,1.482,0l.494.494a1.047,1.047,0,0,1,0,1.482Zm0,0' transform='translate(0 -0.406)' fill='%233f5ba9'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#sales-team-sec .sec-title{
	text-align: center;
	max-width: 550px;
	margin: 0 auto 5px;
}
#sales-team-sec .sec-desc{
	text-align: center;
	margin-bottom: 5px;
}
.sales-team__blocks{
	margin-top: 20px;
}
.sales-team__one-block{
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #fff;
}
.sales-team__img{
	width: 100%;
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.sales-team__info{
	padding: 15px 20px 20px;
}
.sales-team__block-title{
	display: block;
	font-size: 15px;
	line-height: 1.35em;
	font-weight: 600;
	color: #3F5BA9;
	margin: 0 auto 7px;
}
.sales-team__email-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sales-team__email-list li:not(:last-child){
	margin-bottom: 7px;
}
.sales-team__email-list a{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 13.5px;
	line-height: 18px;
}
.sales-team__email-list a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/contact/mail.png);
	width: 16px;
	height: 13px;
}
.sales-team__email-list a,
.sales-team__email-list a:hover,
.sales-team__email-list a:focus{
	text-decoration: none;
	color: #222;
}


#device-sec .title-col{
	text-align: center;
	margin-bottom: 14px;
}
.devices-block{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}
.device-block{
	padding: 0 15px;
	text-align: center;
	width: 100%;
}
.device-block__img{
	margin: 0 auto;
	max-width: 234px;
	padding-bottom: 70%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.device-block__title{
	display: inline-block;
    font-size: 16px;
    line-height: 1.7em;
    color: #3F5BA9;
    font-weight: 600;
    margin: 0 auto 5px;
    text-decoration: none;
}
a.device-block__title{
	transition: .2s all;
}
a.device-block__title:focus,
a.device-block__title:active,
a.device-block__title:visited{
    color: #3F5BA9;
}
a.device-block__title:hover{
	color: #F69A31;
}


@media screen and (min-width: 576px){
	.sales-team__one-block:not(:last-child):not(:nth-child(2n)){
		margin-right: 25px;
	}
	.sales-team__one-block{
		width: calc((100% - 50px) / 2);
	}
	.sales-team__blocks{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.device-block{
		width: 50%;
	}
}
@media screen and (min-width: 768px){
	#main-block section:not(.company_sections),
	.company_section{
		padding: 60px 0;
	}
	.company_section .content-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 0;
	}
	.company_section .img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}

	#book-sec{
		margin: 100px 0;
	}
	#book-sec .text-col{
		z-index: 2;
	}
	.book-sec__img-block{
		display: block;
		margin: 0;
		position: relative;
		max-width: 100%;
		height: 100%;
	}
	.book-sec__img{
		position: absolute;
		width: auto;
		height: calc(100% + 100px);
		top: -50px;
		right: -60%;
	}

	.cloud-sec__icon-block{
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	.cloud-sec__icon{
		background-position: center;
		margin: 0 8px 0 0;
		border-bottom: 0;
	}
	.cloud-sec__icon-text-block{
		width: calc(100% - 105px);
		padding-left: 22px;
		border-left: 1px solid #CAD3D8;
	}
	.cloud-sec__icon-text__desc{
		line-height: 1.66em;
	}

	.device-block{
		width: 33.3333%;
	}
}
@media screen and (min-width: 992px) {
	#contact-us-sec {
		padding-top: 70px;
	}
	#main-block section:not(.company_sections),
	.company_section{
		padding: 70px 0;
	}
	#circle-icons-sec .sec-desc{
		margin-bottom: 25px;
	}

	.circle-icon{
		transition: .3s all;
	}
	.circle-icon-col:hover .circle-icon{
		transform: scale(1.2);
	}

	#book-sec .container{
		/*max-width: 880px;*/
	}
	#book-sec .text-col{
		padding-right: 60px;
	}
	.book-sec__img{
		left: auto;
		right: 50%;
		height: calc(100% + 100px);
		top: -50px;
		transform: translate(50%,0);
		-ms-transform: translate(50%,0);
	}

	.cloud-sec__text-col{
		display: flex;
		flex-direction: column;
		justify-content: center;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
	}
	.cloud-sec__text-col,
	.cloud-sec__blocks-col{
		transition: .5s all;
	}
	.cloud-sec__icon-block{
		transition: .3s all;
	}
	.cloud-sec__icon-block:hover{
		position: relative;
		z-index: 2;
		transform: scale(1.1);
	}

	.sales-team__one-block:not(:last-child):not(:nth-child(3n)){
		margin-right: 25px;
	}
	.sales-team__one-block{
		width: calc((100% - 50px) / 3);
	}

	.device-block{
		width: 25%;
	}
}
@media screen and (min-width: 1200px) {
	#contact-us-sec {
		padding-top: 88px;
	}
	.company_section:nth-child(2n) .content-col{
		padding-left: 68px;
	}
	.company_section:nth-child(2n - 1) .content-col{
		padding-right: 68px;
	}
	.company_section:nth-child(2n),
	#main-block #sales-team-sec{
		background-size: 1500px 100%;
		background-repeat: no-repeat;
		background-position: center;
		margin: -88px 0;
		padding: 166px 0;
	}
	.company_section .btn-col{
		margin-bottom: 0;
	}
	.blue-wave .company_section:nth-child(2n){
		background-image: url(../img/blue-wave-desktop.png);
	}
	#main-block section:not(.company_sections),
	.company_section{
		padding: 88px 0;
	}

	.blue-wave #sales-team-sec{
		background-image: url(../img/blue-wave-desktop-2.png);
	}
	.sales-team__info{
		padding: 25px 70px 28px 70px;
	}
	
	#book-sec .row{
		padding: 0 130px 0 100px;
	}
	.book-sec__img{
		right: 60%;
		height: auto;
		width: 775px;
		top: 50%;
		transform: translate(50%,-50%);
	}
	.company_section:nth-child(2n) .content-col{
		order: 2;
	}
	.company_section:nth-child(2n) .img-col{
		order: 1;
	}

	.company_section:nth-child(2){
		padding-bottom: 210px;
		margin-bottom: -68px;
	}
	.company_section:nth-child(1)::before,
	.company_section:nth-child(2)::after{
		content: '';
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/circle-2.png);
		position: absolute;
	}
	.company_section:nth-child(1)::before{
		width: 320px;
		height: 320px;
		top: -30px;
		right: -10px;
	}
	.company_section:nth-child(2)::after{
		width: 130px;
		height: 130px;
		bottom: 0;
		right: calc(50% + 150px);
	}
	#main-block #device-sec{
		margin: -88px 0;
		padding: 166px 0;
	}
	.blue-wave #main-block #device-sec{
		background-image: url(../img/blue-wave-desktop.png);
		background-size: 1500px 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 1400px){
	.sales-team__info{
		padding: 25px 80px 28px 95px;
	}
	#book-sec .row{
		padding: 0 150px 0 100px;
	}
	.book-sec__img{
		right: 50%;
		width: 740px;
	}
}
@media screen and (min-width: 1500px){
	.blue-wave #main-block #sales-team-sec,
	.blue-wave .company_section:nth-child(2n),
	.blue-wave #main-block #device-sec{
		background-size: 100% 100%;
	}
}
@media screen and (min-width: 1600px){
}
@media screen and (min-width: 1650px){
	.company_section .sec-text > *:last-child{
		font-size: 18px;
		line-height: 2em;
	}
	.book-sec__list li{
		font-size: 18px;
	}
	#circle-icons-sec .sec-title{
		max-width: 100%;
	}
	.circle-icons-row{
		margin-top: 25px;
	}
	.circle-icon{
		width: 149px;
		height: 149px;
	}
	.circle-title,
	.cloud-sec__icon-text__title{
		font-size: 20px;
	}
	.circle-text,
	.cloud-sec__icon-text__desc,
	.cloud-list{
		font-size: 18px;
	}
	.cloud-sec__icon{
		width: 110px;
	}
	.book-sec__img {
		right: 46%;
		width: 850px;
	}
	#book-sec .row{
		padding: 0 170px 0 130px;
	}
	.device-block__title{
		font-size: 20px;
	}
	.device-block__img{
		max-width: 290px;
	}
}