/*TRIGGERS*/
.s_triggers{
	padding: 50px 0;
}
.s_triggers .item{
	margin: 10px auto;
	max-width: 360px;
	min-height: 280px;
	background-color: #eef5ff;
	border-radius: 10px;
	text-align: center;
	padding: 40px 20px;
}
.s_triggers .item .icon{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #1aa6ff;
	border-radius: 50%;
	margin: 0 auto 25px;
}
/*/TRIGGERS*/

/*OPTIONS*/
.s_options{
	background-color: #f3f3f3;
	display: none;
}
.s_options .items{
	margin-top: 30px;
	text-align: center;
}
.s_options .item{
	margin: 30px auto 0;
	display: inline-block;
	position: relative;
	padding-top: 105px;
	text-align: center;
}
.s_options .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #1aa6ff;
	margin: 0 auto;
	background-image: url(../img/icons/check.png);
	background-repeat: no-repeat;
	background-position: center;
}
.s_options .item::after{
	content: attr(data-text);
	position: absolute;
	top: 150px;
	right: -120px;
	font-size: 30px;
	color: #1aa6ff;
	font-style: italic;
}
.s_options .item br{
	display: inline-block;
}
.s_options .item h3{
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	color: #2d4c76;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*/OPTIONS*/

/*PRICE*/
.s_price{
	background-image: url(../img/bg/blue.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #132e52;
}
.s_price,
.s_price a{
	color: #fff;
}
.s_price .items{
	margin-top: 35px;
	border: 2px solid #1aa6ff;
	padding: 35px 60px;
	text-align: center;
}
.s_price .item{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.s_price .item li{
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	margin: 21px 0;
}
.s_price .item li::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #1aa6ff;
	border-radius: 50%;
}
.s_price .item li b{
text-transform: uppercase;
    font-size: 19px;
    font-weight: normal!important;
    line-height: 1.3em;
}
.s_price .bottom{
	margin-top: 25px;
	text-align: center;
}
.s_price .bottom .info{
	font-style: italic;
	font-size: 18px;
	color: #ccc;
}
.s_price .bottom .btn{
	margin-top: 40px;
}
/*/PRICE*/

/*INFO*/
.s_info{
	padding: 90px 0;
}
.s_info .text,
.s_info .text h2{
	text-align: left;
}
.s_info .text{
	max-width: 600px;
	padding-left: 25px;
}
.s_info .text h2{
	margin-bottom: 35px;
}
.s_info .text p{
	margin: 15px 0;
}
.s_info .text .formula_wrap{
	position: relative;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.s_info .text .formula_wrap:hover .formula{
	opacity: 1;
	visibility: visible;
}
.s_info .text .formula{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_info .text .formula img{
}
.s_info .text .link{
	font-size: 24px;
	line-height: 1em;
	padding-bottom: 8px;
	font-weight: 700;
	color: #f10101;
	display: inline-block;
	position: relative;
}
.s_info .text .link::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-image: url(../img/bg/link_dot.png);
	background-position: 0 0;
}
.s_info .text .link:hover{
	opacity: .8;
}
/*/INFO*/

/*TRUCKS*/
.s_trucks{
	background-image: url(../img/bg/blue.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #132e52;
	text-align: center;
}
.s_trucks,
.s_trucks a{
	color: #fff;
}
.s_trucks .objects-slider-container{
	position: relative;
	min-height: 387px;
}
.s_trucks .objects-slider-container div.prev,
.s_trucks .objects-slider-container div.next{
	margin: auto;
}
.s_trucks .objects-slider-container div.prev {
	left: 0;
	right: 680px;
}
.s_trucks .objects-slider-container div.next {
	left: 680px;
	right: 0;
}
.s_trucks .objects-slider{
	margin: 50px auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
}
.s_trucks .objects-slider a {
	display: block;
	float: left;
	margin: 0 7px;
	vertical-align: top;
	transition: all 0.5s ease;
	position: relative;
}
.s_trucks .objects-slider a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.45);
}
.s_trucks .objects-slider a.active::before{
	opacity: 0;
}
.s_trucks .objects-slider a{
	margin-top: 72px;
}
.s_trucks .objects-slider a img {
	display: block;
	width: 360px;
	transition: all 0.5s ease;
}
.s_trucks .objects-slider a.active{
	margin-top: 0;
}
.s_trucks .objects-slider a.active img {
	width: 580px;
	margin-top: 0;
	transition: all 0.5s ease;
}
.s_trucks .carousel{
	margin: 40px auto;
	max-width: 580px;
}
.s_trucks .owl-prev, 
.s_trucks .owl-next {
	cursor: pointer;
	border-radius: 0;
	top: auto;
	position: absolute;
	bottom: 0;
	width: 66px;
	height: 33px;
	margin: auto;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_trucks .owl-prev::before, 
.s_trucks .owl-next::before{
	background-image: url(../img/icons/arrow_carousel2.png);
}
/*/TRUCKS*/

/*TECHNOLOGY*/
.s_technology{
	text-align: center;
}
.s_technology .items{
	margin-top: 40px;
}
.s_technology .item{
	margin: 25px auto 0;
	padding: 25px;
	background-color: #eef5ff;
	text-align: left;
	border-radius: 6px;
}
.s_technology .item .video{
	width: 100%;
	max-width: 360px;
}
.s_technology .item .video video{
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.s_technology .item .text{
	padding: 0 70px;
	font-size: 18px;
}
.s_technology .btn{
	margin-top: 50px;
}
/*/TECHNOLOGY*/

/*DOC*/
@media only screen and (min-width : 1200px) {
	.s_doc{
		padding: 120px 0;
	}
}
.s_doc{
	background-image: url(../img/bg/doc.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #132e52;
}
.s_doc h2{
	margin-top: 60px;
	color: #fff;
}
.s_doc h2,
.s_doc h2 + h3{
	text-align: left;
}
.s_doc .docs{
	text-align: right;
}
.s_doc .doc{
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	max-width: 220px;
	line-height: 290px;
	background-image: url(../img/bg/doc_iframe.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	text-align: center;
	position: relative;
}
.s_doc .doc::before,
.s_doc .doc::after{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 30px;
	bottom: 20px;
	margin: auto;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_doc .doc::before{
	background-color: rgba(0, 0, 0, 0.6);
}
.s_doc .doc::after{
	width: 48px;
	height: 48px;
	background-image: url(../img/icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 20px;
	background-size: 20px;
}
.s_doc .doc:hover::before,
.s_doc .doc:hover::after{
	opacity: 1;
}
.s_doc .doc:hover::after{
	-webkit-background-size: 100%;
	background-size: 100%;
}
.s_doc .doc img{
	position: relative;
	left: -5px;
}
/*/DOC*/

/*REVIEWS*/
.s_reviews{
	background-color: #f3f3f3;
}
.s_reviews .wrap{
	margin-top: 50px;
}
.s_reviews .items{
	border-right: 1px solid #b4b4b4;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: -20px;
	padding-right: 20px;
}
.s_reviews .item{
	margin-top: 40px;
	padding-left: 40px;
	position: relative;
}
.s_reviews .item:first-child{
	margin-top: 0;
}
.s_reviews .item::before{
	content: '«';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 55px;
	line-height: 20px;
	color: #1aa6ff;
	font-weight: 700;
}
.s_reviews .item h4{
	margin-bottom: 15px;
}
.s_reviews .item p{
	font-style: italic;
	font-size: 16px;
}
.s_reviews .carousel{
	text-align: center;
	padding: 0 60px;
	max-width: 520px;
	float: right;
	margin: 15px 0 35px;
}
/*/REVIEWS*/

/*CONTACTS*/
.s_contacts{
	background-image: url(../img/bg/doc.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #132e52;
	padding: 0;
}
.s_contacts,
.s_contacts a{
	color: #fff;
}
.s_contacts .wrap{
	padding: 125px 0 155px;
}
.s_contacts h2{
	text-align: left;
}
.s_contacts .phone{
	font-size: 50px;
	line-height: 1em;
	display: inline-block;
	margin-top: 40px;
}
.s_contacts .contacts{
	margin: 20px 0;
}
.s_contacts .contacts li{
	font-size: 16px;
	margin: 10px 0;
}
.s_contacts .btn{
	margin-top: 20px;
}
.s_contacts .map{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 50%;
	background-color: #eee;
}
/*/CONTACTS*/

/*FOOTER*/
footer{
	padding: 35px 0;
	font-size: 16px;
}
footer .link{
	position: relative;
	padding-bottom: 5px;
}
footer .link::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: -2px;
	height: 4px;
	background-image: url(../img/bg/link_dot-black.png);
	background-position: 0 0;
}
footer .link:hover::before{
	background-image: url(../img/bg/link_dot-black_hover.png);
}
footer a:hover{
	color: #f10101;
	border-color: #f10101;
}
/*/FOOTER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	transform-style: initial;
}
/*/CAROUSEL*/

/*OWL BUTTON*/
.owl-prev, 
.owl-next {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 50px;
	height: 50px;
	background-color: #1aa6ff;
	border-radius: 50%;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-prev::before, 
.owl-next::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 5px;
	bottom: 0;
	background-image: url(../img/icons/arrow_carousel.png);
	background-repeat: no-repeat;
	background-position: center;
}
.owl-prev{
	left: 0;
}
.owl-next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 0;
}
.owl-prev:hover,
.owl-next:hover{
	background-color: #1696e8;
}
/*/OWL BUTTON*/

/*OWL PAGINATION*/
.owl-dots{
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
}
.owl-dots .owl-dot{
	width: 13px;
	height: 13px;
	background-color: #999;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot.active{
	background-color: #1aa6ff;
}
/*/OWL PAGINATION*/

/*POPUP*/
.fancybox-skin{
	padding: 30px 0 0!important;
	background-color: transparent!important;
	box-shadow: none!important;
}
.fancybox-close{
	background-image: url(../img/icons/close.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 106px;
	height: 15px;
	top: 0;
	right: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-overlay{
	background-color: #002f5e;
	background-image: url(../img/bg/header.png);
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.popup{
	width: 1140px;
	min-width: 280px;
	padding: 90px 20px;
	border: 6px solid #5ba0e4;
	background-color: transparent;
	text-align: center;
}
.popup,
.popup a{
	color: #fff;
}
.popup h3{
	font-size: 30px;
	font-weight: 700;
}
.popup form{
	margin: 35px auto 0;
	max-width: 650px;
}
.popup form .left,
.popup form .right{
	width: 50%;
}
.popup form textarea{
	margin: 0;
}
.popup .btn{
	padding-left: 10px;
	padding-right: 10px;
}
.popup#thanks{
	max-width: 760px;
}
@media only screen and (max-width : 1199px) {
	.popup{
		width: 970px;
	}
}
@media only screen and (max-width : 991px) {
	.popup{
		width: 750px;
	}
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 480px;
		padding: 40px 15px;
	}
	.popup form{
		margin-top: 35px;
	}
	.popup form textarea{
		margin-bottom: 10px;
	}
	.popup form .flex{
		display: block;
	}
	.popup form .left, 
	.popup form .right{
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.popup h3{
		font-size: 25px;
	}
}
/*/POPUP*/