/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/

*/


/* Используется новый уровень наименования классов. Уровень сверхразума */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext');
@font-face { font-family: 'Tele-Marines'; src: url('../twentysixteen/font/Telev2.woff'); } 
@font-face { font-family: 'HelveticaNeue';  src: local('HelveticaNeue'), url('https://nomail.com.ua/files/woff/a035ad376fc36ca17d91308451b8d015.woff') format('woff'); }
/* Default settings */
html, body{padding: 0;margin: 0;overflow-x: hidden;font-family: 'Raleway', sans-serif;text-transform: uppercase;}
ul{-webkit-padding-start: 0px;list-style-type: none;}
a, a:hover, a:active{text-decoration: none;color: #000;font-size: 14px;}
/* End default settings */

/* Markup */
input {outline: none;}
.right-form input:focus,
input:not([type="submit"]):focus{border: 1px solid #000}
textarea{
	background: #f6f4f4;
	resize: none;
	border: 1px solid #dfdfdf;
	padding: 18px 12px;
	width: 89%;
	margin-left: 10px;
	height: 97px;
	font-family: sans-serif;
}
.hidden{display: none}
.hidden-descktop{display: none}
.column-2{float: left;width: 50%;}
.column-4{float: left;width: 25%;}
.column-3-1{float: left; width: 75%;}
.column-1-3{float: left; width: 25%;}
.fs-26{font-size: 26px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.lh-45{line-height: 45px;}
.yellow{color: #fccb08}
.relative-block{
	position: absolute;
    right: 0;
    width: 40%;
	padding: 0 50px;
    top: 75px;
}
.relative-block header.title-block{
	margin-bottom: 25px;
}
.row:after{content: ''; display: block; clear: both;}
a.border{border: 2px solid #f3dd86}
a.border:hover{background-color: #fff; border-color: #fccb08}
.width-100{width: 100%}
.width-80{width: 80%}
.width-75{width: 71%}
.width-50{width: 50%}
.width-300px{width: 300px;}
.width-450px{width: 450px;}
[class*="width-"].no-align-margin{margin: inherit;}
.mt-70{margin-top: 70px;}
.mt-45{margin-top: 45px;}
.mt-25{margin-top: 25px;}
.ml-60{margin-left: 60px;}
.mb-60{margin-bottom: 60px;}
.mb-75{margin-bottom: 75px;}
.m-20-25{margin: 39px 25px 0 50px}
.pl-60{padding-left: 60px;}
.pl-25{padding-left: 25px}
.pr-120{padding-right: 120px}
.pr-100{padding-right: 100px}
.p-40{padding: 40px 0}
.lh-17{line-height: 17px !important;}
.lh-40{line-height: 40px;}
.lg-20{line-height: 20px;}
.bold{font-weight: 600;}
.container{max-width: 1190px;width: 100%;margin: auto;position: relative;padding: 0 30px;}
.container:after{content: '';display: block;clear: both;}
.center{margin: auto; text-align: center;}
.no-uppercase{text-transform: initial}
.uppercase{text-transform: uppercase}
.gray{color: #9b9b9b}
.ff-HelNeue{font-family: 'HelveticaNeue'}
.white{	color: #fff}
.black{ color: #000}
/* End markup */

/* General elements */
.center header.title-block{
	width: max-content;
	margin: auto;
}
header.title-block{
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-bottom: 45px;
	line-height: 50px;
}
header.title-block:before{
	content: '';
	display: block;
	width: 38px;
	height: 38px;
	border-top: 1px solid #fccb08;
	border-left: 1px solid #fccb08;
	background: transparent;
	position: absolute;
	top: -35px;
	left: -40px;
}
.subtitle-block{
	margin-top: 26px;
	font-size: 15px;
    font-weight: 400;
	color: #a9a9a9;
}
.subtitle-block.no-default{
	font-size: 19px;
	margin-top: 70px;
}
.slider-title{
	position: relative;
	top: -40px;
	font-size: 14px;
    z-index: 2;
    color: #fccb08;
    font-weight: 600;
    text-align: center;
	left: 6px;
}
.slider-title>span:last-of-type{
	position: relative;
    left: 17px;
}
header.right-selection:after{
	content:'';
	display: block;
	width: 38px;
	height: 38px;
	border-right: 1px solid #fccb08;
	border-bottom: 1px solid #fccb08;
	position: absolute;
	bottom: -35px;
	right: -40px;
}
.fa{
	display: block;
	width: max-content;
}
.check-list li:before{
	content: '\f00c ';
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 15px;
}
.check-list li{
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
}
.check-list li:last-child{
	padding-bottom: 0;
}
/* End general elements */

/* Header */
	.header-info{
		height: 116px;
		line-height: 116px;
	}
	.header-logo{
		float: left;
		width: 55%;
	}
	.header-contacts{
		float: left;
		width: 22.5%;
		position: relative;
		top: calc(50% - 20px)
	}
	.header-icons{
		width: 46px;
		height: 46px;
		border: 2px solid #fbcb07;
		float: left;
		margin-right: 20px;
	}
	.header-icons .fa{
		margin: auto;
		margin-top: calc(50% - 10px);
		font-size: 20px;
		color: #fde906;
	}
	.header-contacts-data{
		margin-top: 14px;
		font-family: 'HelveticaNeue';
	}
	.header-contacts-data>a{
		font-size: 18px;
	}
	.header-contacts-data,
	.header-contacts-title{
		float: left;
		font-size: 14px;
		line-height: normal;
		font-weight: 500
	}
	.header-logo img{
		vertical-align: middle;
	}
	.header-nav{
		height: 81px;
		line-height: 81px;
		position: relative;
		margin-left: -30px;
		margin-right: -30px;
	}
	.header-nav:before{
		content: '';
		position: absolute;
		width: 100vw;
		height: 100%;
		left: calc((-100vw + 100%)/2);
		background: #fbcb07;
		z-index: -1;
	}
	.header-nav li{
		text-align: center;
		display: inline-block;
		float: left;
		/* width: calc(100%/7); */
		padding: 0 29px;
	}
	.header-nav a{
		text-transform: uppercase;
		font-weight: 600;
	}
/* End header */

/* Slider */
	.slider{
		background-image: url(image/back_image.png);
		height: 600px;
		position: relative;
		margin-top: -1px;
		background-size: cover;
		background-position: center;
	}
	.slider-button{
		position: relative;
		z-index: 1;
		margin-top: 80px;
	}
/* End slider */
	.info-block{
		padding: 80px 0;
	}
	.info-items{
		margin: auto;
		position: relative;
		z-index: 1;
	}
	.info-item{
		float: left;
		width: 25%;
	}
	.info-item figure{
		text-align: center;
		margin: 20px 0;
		line-height: 24px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.03em;
	}
	.action-txt.color-20{
		color: #202020;
	}
	.info-item img{
		margin-bottom: 20px;
	}
	.info-items:after{
		content: '';
		display: block;
		clear: both;
	}
	.background-image-1{
		background-image: url(image/background-image-2.png);		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		overflow: hidden;
	}
	.background-image-1:before{
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
	}
	.border-left{
		border-left: 1px solid rgba(255,255,255,0.4)
	}
	.info-block.background-image-1{
		padding: 70px 0;
	}
	.background-color-1{
		background-color: #e8e8e8
	}
	.images-block>img{
		margin: 11px;
		float: right;
	}
	.background-color-2{
		background-color: #252525;
		padding: 100px 0;
	}
	.background-image-5{
		padding: 100px 0;
		background-image: url(image/background-color-2.png);
	}
	.background-image-5 .first-image{
		position: absolute;
		right: 350px;
		top: 259px;
		z-index: 0;
		width: 320px;
		height: auto;
	}
	.background-image-5 .second-image{
		position: absolute;
		right: 350px;
		top: -5px;
		z-index: 0;
		width: 320px;
		height: auto;
	}
	.background-image-5 .third-image{
		position: absolute;
		right: 0;
		top: calc(50% - 267px);
	}
	.action-block{
		overflow: hidden;
		max-height: 90px;
		position: relative;
		margin: 20px 0;
	}
	.action-block:{
		margin-top: 0;
	}
	.action-info{
		padding-left: 14%;
	}
	.action-arrow{
		float: right;
		width: 62%;
		display: inline-block;
		background-color: #f5f5f5;
		height: 90px;
	}
	.action-arrow:after{
		content: '';
		display: inline-block;
		border: 55px solid transparent;
		border-top-width: 100px;
		border-right: 0;
		border-left-color: #f5f5f5;
		position: absolute;
		right: 120px;
		border-bottom-width: 100px;
		top: calc(50% - 100px);
		z-index: -1;
	}
	.action-txt{
		padding: 25px 0 25px 25px;
		color: #9b9b9b
	}
	.action-data{
		width: 17%;
		margin-left: 7%;
		float: right;
		height: 90px;
		background: #202020;
		line-height: 90px;
		text-align: center;
		font-size: 16px;
	}
	.block-info{
		background-color: #fccb08;
		/* float: left; */
		display: inline-flex;
		width: 31%;
		height: 180px;
		text-align: center;
		vertical-align: middle;
		margin: 5px;
		/* padding-right: 15px; */
		overflow: hidden;
		justify-content: center;
		vertical-align: bottom;
	}
	.block-info>span{
		align-self: center;
		width: 85%;
		text-align: left;
	}
	.ul-title{
		font-weight: 600;
		margin-bottom: 25px;
	}
	.btn{
		background-color: #fccb08;
		border-radius: 50px;
		padding: 23px 40px;
		transition: all 300ms;
		font-weight: 600;
		border: 2px solid #fccb08;
	}
	.wpcf7-submit:hover,
	.btn:hover{
		background-color: rgba(255,255,255,0.0);
	}
	.btn.slider-btn:hover{
		color: #fff;
	}
	.wpcf7-submit{
		border: 2px solid #fccb08;
		background-color: #fccb08;
		border-radius: 50px;
		font-weight: 600;
		padding: 18px 60px;
		display: block;
		text-transform: uppercase;
		width: auto;
		cursor: pointer;
	}
	.background-color-3{
		padding: 100px 0 150px;
		background: #0f0f0f;
	}
	.comparison-slider{
		position: relative;
		width: 600px;
		top: -140px;
		height: 300px;
		margin: auto;
	}
	.block-with-slider{
		padding: 0 0 80px;
		margin-top: -70px
	}
	.block-with-slider .no-default-margin .action-block:not(:first-of-type){
		margin: 0 0 10px;
	}
	.block-with-slider .no-default-margin .action-block:first-of-type{
		margin-bottom: 10px;
	}
	.block-with-slider .action-block{
		height: 70px;
		line-height: 2;
		margin: 26px 0;
		width: 97%;
	}
	.block-with-slider .no-default-margin .action-block{
		width: 100%;
	}
	.econom_image{
		position: absolute;
		right: 361px;
		bottom: 22px;
	}
	.econom_image>img{
		width: 257px;
	}
	.block-with-slider .action-arrow{
		width: 67%
	}
	.block-with-slider .action-txt{
		padding: 20px 0 25px 25px;
	}
	.block-with-slider .action-arrow:after{
		right: 170px;
	}
	.block-with-slider .action-data{
		line-height: 70px;
		height: 70px;
		width: 25%;
	}
	.consulion{
		float: right;
		text-align: right;
	}
	.consulion-title{
		margin:19px 0;
		color: #9b9b9b
	}
	.consulion-description{
		padding: 27.5px 0;
		background-color: #f5f5f5;
		text-align: left;
		padding-left: 25px;
		color: #9b9b9b;
		text-transform: initial;
		margin-bottom: 10px;
	}
	.consulion-data{
		background-color: #202020;
		text-transform: initial;
		padding: 27px 0;
		color: white;
		padding-right: 30px;
	}
	.background-color-4{
		padding: 70px 0;
		background-color: #fccc00;
	}
	.background-image-2{
		background-image: url(image/background-image-4.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		z-index: -2;
	}
	.background-image-2:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.9);
		position: absolute;
		z-index: -1;
	}
	.upper-image{
		padding: 0 70px;
		position: relative;
		margin-bottom: -4px;
		z-index: -1;
	}
	input{
		display: block;
		margin: auto;
		border: 1px solid #a0a0a0;
		margin-bottom: 10px;
		background-color: #f6f4f4;
		width: 89%;
		padding: 18px 12px;
	}
	.push-bottom-mobile ul li div{
		display: inline-block;
	}
	.subtitle{
		font-size: 14px;
		font-weight: 400;
		color: #9a9494;
		display: block;
		margin-top: -5px;
	}
	.partner{
		padding: 80px 0 40px
	}
	.info-list li{
		color: #fff;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.info-list li>.image{
		position: relative;
		display: inline-block;
		width: 100px;
		margin-right: 30px;
		line-height: 100px;
		text-align: center;
	}
	.info-list li>div{
		vertical-align: middle;
		display: inline-block;
		width: 45%;
		line-height: 30px;
	}
	.info-list li>div>img{
		vertical-align: middle;
	}
	.info-list li>.image:before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: -1;
	}
	.btn-submit{
		padding: 25px 60px;
	}
	.form-block{
		background-color: #f5f3f3;
		padding-top: 70px;
		padding-bottom: 1px;
	}	
	form{
		width: 70%;
		margin: auto;
	}
	.right-form{
		margin-bottom: 25px;
	}
	.right-form input{
		border: 1px solid #dfdfdf;
		padding: 18px 12px;
	}
	.right-form>input::-webkit-input-placeholder{
		color: #d3d3d3;
	}
/* Footer */
footer{
	background-color: #121212;
	padding: 80px 0 60px;
}
.footer-logo{
	border-bottom: 1px solid #3a3a3a;
    padding-bottom: 30px;
    width: 80%;
	margin-bottom: 25px;
}
.footer-info{
	margin-top: 0;
}
.footer-info>li{
	padding: 15px 0;
	padding-left: 90px
}
.footer-info>li:first-child{
	padding-top: 0;
}
.footer-info a{
	font-weight: 600;
}
.footer-info a:hover{
	color: #fccb08;
}
.footer-copyright>a{
	color: #9b9b9b;
	font-family: 'Tele-Marines';
	font-size: 14px;
}
.footer-copyright>a:hover{
	color: #fff;
}
.footer-copyright>span{
	display: block;
	margin: 20px 0;
}
.footer-info .phone>a,
.footer-info .message>a{
	font-size:16px
}
.footer-info .phone,
.footer-info .message{
	padding-left: 130px;
	font-family: 'sans-serif';
	text-transform: initial;
	padding-top: 0;
	position: relative;
}
.footer-info .phone:before,
.footer-info .message:before{
	content: "\f0e0";
	position: absolute;
	font-family: ;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fccb08;
	font-size: 20px;
    left: 90px;
}
.footer-info .phone:before{
	content: "\f095";
}
.check-list.border-left>li>div{
	display: inline-block;
	width: calc(100% - 29px);
}
/* End footer */

/* Effects */
img{
	transform: scale(1);
	transition: all 1000ms;
}
img:hover{
	transform: scale(1.1);
}
@media(max-width: 1400px){
	header.title-block{
		font-size: 30px;
		line-height: 44px;
		font-weight: 600;
	}
	.relative-block{
		top: calc(50% - 209px)
	}
	.relative-block header.title-block{
		margin-bottom: 15px;
	}
	.info-list li>.image{
		width: 70px;
		line-height: 70px;
	}
	.info-list li>div{
		font-size: 13px;
	}
	.info-list li{
		margin-bottom: 10px;
	}
	.background-image-5 .first-image{
		top: 253px;
	}
	.background-image-5 .second-image{
		top: -10px;
	}
}

@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1){
	.container{
		max-width: 940px;
	}
	.hidden-descktop{
		display: block;
	}
	.hidden-tablet{
		display: none;
	}
	.header-logo{
		width: 30%;
	}
	.header-contacts{
		width: 30%;
	}
	.menu{
		position: absolute;
		right: 0;
		top: 0;
		width: 116px;
		height: 116px;
		z-index: 1;
		background-color: #fce908;
	}
	
	.hamburger{
		position: relative;
		top: calc(50% - 25px);
	}
	.hamburger.active>span:first-of-type{
		display: none;
	}
	.hamburger.active>span:nth-of-type(2){
		transform: rotate(45deg);
		top: 12px
	}
	.hamburger.active>span:nth-of-type(3){
		transform: rotate(-45deg);
	}
	.hamburger>span{
		transition: all 1000ms;
		display: block;
		left: 33px;
		height: 4px;
		margin-top: 8px;
		width: 50px;
		background-color: #fff;
		position: relative;
	}
	.header-nav:before{
		display: none;
	}
	.header-nav{
		position: absolute;
		height: auto;
		right: -10px;
		background-color: #000;
		z-index: 999999;
		width: 46%;
	}
	.slider,
	.owl-carousel .owl-wrapper-outer,
	.owl-item .item{
		height: 680px;
	}
	.owl-next, .owl-prev{
		top: 300px;
	}
	.owl-next{
		right: 40%;
	}
	.owl-prev{
		left: 40%;
	}
	.header-nav a{
		color: #fff;
		border-bottom: 2px solid rgba(255,255,255, 0.1);
		padding: 25px;
	}
	.header-nav ul{
		padding: 40px 0;
	}
	.header-nav li{
		float: none;
		display: block;
		height: 70px;
		padding: 0;
		line-height: 70px;
	}
	.header-nav li:hover{
		background-color: #fce908;
	}
	header.title-block{
		display: table;
		margin: auto;
	}
	.info-items{
		padding: 15px 0;
	}
	.info-block.background-image-1{
		padding: 80px 0 40px;
	}
	.check-list li{
		font-size: 12px;
	}
	.action-data{
		width: 20%;
		margin-left: 15%;
	}
	.action-arrow{
		width: 65%;
		font-size: 13px
	}
/* kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk	 */
	.block-with-slider .action-data{
		width: 20%;
	}
	.block-with-slider .action-arrow:after{
		right: 115px;
	}
	.block-info{
		width: 21%;
	}
	header.title-block.w-50-t{
		width: 50%;
		margin: 0;
	}
	header.title-block.w-30-t{
		width: 30%;
		margin: 0;
		margin-left: 25px;
	}
	header.title-block.w-100-t{
		width: 100%;
		margin-bottom: 25px;
	}
	.info{
		padding: 0 30px;
	}
	.background-image-5 .third-image{
		right: 60px;
		z-index: -1;
	}
	.check-list.border-left>li{
		margin-bottom: 10px;
	}
	.check-list.border-left>li>div{
		font-size: 14px;
		display: inline-block;
		float: right;
		width: 80%;
		padding-right: 12%;
		line-height: 20px;
	}
	.check-list.border-left>li:after{
		content: '';
		clear: both;
		display: block;
	}
	.subtitle-block{
		font-size: 12px;
		margin-top: 24px;
	}
	form{
		width: 100%;
	}
	.footer-copyright>span{
		font-size: 13px;
	}
	.footer-copyright>a{
		font-size: 11px;
	}
	.footer-info>li{
		padding-left: 70px;
	}
	.footer-info .phone:before, .footer-info .message:before{
		left: 70px;
	}
	.footer-info .phone, .footer-info .message{
		padding-left: 110px;
	}
	.partner{
		padding: 80px 0;
	}
	.third-slider{
		width: 50%
	}
	.third-slider .owl-item{
		width: 160px !important;
	}
	.third-slider .owl-item .item{
		width: 130px;
		margin: 0 15px;
	}
	.background-image-2{
		height: 700px;
	}
	.upper-image{
		position: absolute;
		margin-bottom: -4px;
		width: 100%;
		left: -60%;
	}
	.relative-block{
		width: 50%;
	}
	.info-list li>div{
		width: 70%;
	}
	.relative-block{
		top: calc(50% - 222px)
	}
	.relative-block .info{
		padding: 0;
	}
	.background-color-2{
		padding: 100px 0 50px
	}
	.background-color-4{
		padding: 50px 0;
	}
	.column-3-1{
		width: 66%;;
	}
	.column-1-3{
		width: 34%;
	}
	figcaption {
		line-height: 23px;
	}
	input{
		padding: 23px 12px;
	}
	.right-form input{
		padding: 24px 12px;
	}
	
	.only-descktop{display: none;}
	.no-border-t{border: transparent;}
	.pl-0-t{padding-left: 0;}
	.ml-30-t{margin-left: 30px;}
	.mb-70-t{margin-bottom: 70px;}
	.w-40-t{width: 40%;}
	.w-50-t{width: 50%;}
	.w-60-t{width: 60%;}
	.w-90-t{width: 90%;}
	.w-100-t{width: 100%;}
}

@media only screen 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hidden-descktop{
		display: block;
	}
	.hidden-mobile{
		display: none;
	}
	header.title-block{
		display: table;
		margin: auto;
		font-size: 20px;
		font-weight: 600;
	}
	header.title-block:before{
		top: -25px;
		left: -30px;
	}
	.container{
		max-width: calc(100% - 30px);
		padding: 0 15px;
	}
	.header-info{
		height: 70px;
		line-height: 70px;
	}
	.header-info.open-menu{
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 15px;
		background: #fff;
		right: 0;
		z-index: 1;
	}
	.menu{
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
		height: 70px;
		background-color: #fdcc00;
	}
	.menu.open-menu{
		position: fixed;
		z-index: 2;
	}
	.hamburger{
		position: relative;
		top: calc(50% - 17px);
		z-index: 1;
	}
	.hamburger.active>span:first-of-type{
		display: none;
	}
	.hamburger.active>span:nth-of-type(2){
		transform: rotate(45deg);
		top: 8px
	}
	.main-slider .owl-buttons{
		display: none;
	}
	.owl-item h2{
		font-size: 22px;
		padding-top: 175px
	}
	.owl-theme .owl-controls{
		top: 90%;
	}
	.owl-pagination{
		transform: rotate(0);
		left: calc(50% - 25px);
		display: table;
	}
	.owl-item h3{
		font-size: 15px;
	}
	.hamburger.active>span:nth-of-type(3){
		transform: rotate(-45deg);
	}
	.header-logo img{
		width: 60%;
	}
	.hamburger>span{
		transition: all 1000ms;
		display: block;
		left: calc(50% - 13.5px);
		height: 2px;
		margin-top: 6px;
		width: 27px;
		background-color: #000;
		position: relative;
	}
	.header-nav:before{
		display: none;
	}
	.header-nav{
		position: fixed;
		overflow-y: scroll;
		height: 100%;
		left: 0;
		right: 0;
		background-color: #000;
		z-index: 1;
		width: auto;
	}
	.header-nav a{
		color: #fff;
		border-bottom: 2px solid rgba(255,255,255, 0.1);
		padding: 25px;
	}
	.header-nav ul{
		padding: 40px 0;
	}
	.header-nav li{
		float: none;
		display: block;
		height: 70px;
		padding: 0;
		line-height: 70px;
	}
	.header-nav li:hover{
		background-color: #fce908;
	}
	.column-2{
		width: 100%;
	}
	.upper-image-mobile{
		position: absolute;
		bottom: -50%;
		width: 80%;
	}
	.info-block.background-image-1{
		overflow: inherit;
		padding: 70px 0 140px;
	}
	.info-item{
		width: 50%;
	}
	.info-block{
		padding: 60px 0 40px
	}
	.images-block>img{
		margin: 5px;
		float: right;
		width: 30%;
	}
	header.title-block.mobile-fix{
		margin-left: calc(50% - 85px);
	}
	.info-item.w-100-m figure{
		margin: 35px 20px
	}
	.background-color-2{
		padding: 100px 0 50px;
	}
	header.no-right-selection-m:after{
		display: none;
	}
	.subtitle-block.no-default{
		font-size: 14px;
		margin-top: 0;
		margin-left: 43px;
		font-weight: 400;
	}
	.action-data{
		width: 25%;
		margin-left: 10%;
	}
	.action-arrow{
		width: 65%;
	}
	.action-arrow:after{
		right: 96px;
	}
	.action-txt{
		font-size: 13px;
	}
	.m-20-25{
		width: 100%;
		margin: 0;
	}
	header.title-block.mobile-fix.w-100-m{
		margin-left: calc(50% - 120px);
	}
	.block-info{
		background-color: #fccb08;
		float: left;
		width: 48%;
		height: auto;
		margin: 1%;
		padding: 0;
		overflow: hidden;
		min-height: 160px;
		line-height: normal;
		justify-content: top;
	}
	.block-info>span{
		align-self: center;
		text-align: left;
		width: 100%;
		padding: 22px;
	}
	.background-image-5{
		padding: 90px 0 50px;
	}
	.push-bottom-mobile{
		position: absolute;
		top: 110%;
		width: calc(100% - 60px);
		left: 30px;
	}
	.fix-height-800{
		height: 720px;
	}
	.check-list.border-left>li>div{
		display: inline-block;
		width: calc(100% - 30px);
		vertical-align: text-top;
		font-size: 16px;
	}
	.background-color-3{
		padding: 65px 0 370px;
		background: #0d0d0d
	}
	header.title-block.mobile-fix-header{
		margin-left: 35px;
	}
	.subtitle{
		font-size: 15px;
		font-weight: 400;
		color: #9a9494;
		line-height: 30px;
		display: block;
		margin-top: 5px;
		width: 70%;
	}
	.comparison-slider{
		width: 100%;
		top: -300px;
	}
	.second-slider .owl-item .item{
		height: 170px;
	}
	.second-slider .owl-next{
		top: -50px;
		right: 30%;
	}
	.second-slider .owl-prev{
		top: -50px;
		left: 30%
	}
	.block-with-slider{
		margin-top: -290px;
	}
	.background-color-4{
		padding: 30px 0;
	}
	.motivation-text{
		padding-right: 0;
		font-size: 20px;
		font-weight: 600;
		line-height: 33px;
		text-align: center;
	}
	.block-with-slider .action-block{
		height: 60px;
		margin: 5px 0;
		line-height: 1;
		width: 100%;
	}
	.block-with-slider .action-arrow{
		width: 72%;
	}
	.block-with-slider .no-default-margin .action-block:not(:first-of-type),
	.block-with-slider .no-default-margin .action-block:first-of-type{
		margin-bottom: 5px;
	}
	.block-with-slider .action-data{
		margin-left: 0;
		line-height: 4;
		font-size: 14px;
		width: 28%;
	}
	.block-with-slider .action-arrow:after{
		display: none;
	}
	.consulion{
		width: 90%;
		float: none;
		margin: auto;
		text-align: center;
	}
	.consulion-description{
		padding-left: 0;
		padding: 20px;
		text-align: center;
		margin-bottom: 0
	}
	.consulion-data{
		padding-right: 0;
		padding: 20px;
	}
	.upper-image{
		display: none;
	}
	.background-image-2{
		height: auto;
		padding: 90px 0 70px
	}
	.background-image-2:before{
		top: 0;
		right: 0;
	}
	.relative-block{
		position: inherit;
		width: auto;
		padding: 0 15px;
		top: 0;
	}
	.relative-block header.title-block.margin-width-fix{
		width: 85%;
		margin-left: 15%;
	}
	.info-list li>.image:before{
		display: none;
	}
	.info-list{margin: 40px 0;}
	.info-list li>.image{
		width: 50px;
	}
	.info-list li>div{
		width: calc(100% - 110px);
		line-height: 2;
		vertical-align: middle;
	}
	.third-slider.owl-carousel .owl-wrapper-outer{
		margin: 25px 0;
	}
	.third-slider .owl-prev,.third-slider .owl-next{
		position: relative;
		top: 0;
	}
	.third-slider .owl-next{
		right: -30px;
	}
	.third-slider .owl-prev{
		left: 10px;
	}
	.third-slider.owl-carousel,
	.third-slider.owl-carousel .owl-wrapper-outer{
		position: initial;
		height: auto;
	}
	.third-slider.owl-theme .owl-controls{
		top: calc(100% + 25px);
		left: -15px;
	}
	.third-slider .owl-next:before{
		left: 0;
		top: 2px;
		right: -55px;
	}
	.third-slider .owl-prev:before{
		right: -60px;
		top: 2px;
		left: -114px;
	}
	form{
		width: 100%;
	}
	textarea,
	input{
		margin: 0;
		width: calc(100% - 26px);
		font-family: sans-serif;
	}
	input[name="your-organization"]{
		margin-top: 20px
	}
	.wpcf7-submit{
		margin: auto;
		padding: 25px 90px;
		font-size: 18px;
		font-weight: 600;
	}
	.right-form{
		margin-bottom: 40px;
	}
	footer{
		padding: 60px 0 60px
	}
	.footer-logo{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid transparent;
	}
	.footer-info{
		text-align: center;
	}
	.footer-info>li{
		padding-left: 0;
	}
	.footer-info .phone, .footer-info .message{
		padding-left: 0;
	}
	.align-mobile{
		padding: 35px 0 25px;
	}
	.footer-copyright{
		text-align: center;
	}
	.footer-info .phone:before,
	.footer-info .message:before{
		position: relative;
		margin-right: 35px;
		left: 0;
	}
	.slider.open-menu{
		margin-top: 70px;
	}
	.hs-heaeder{
		background-color: #fff;
	}
	.econom_image{
		text-align: center;
		margin: 25px;
		position: inherit;
	}
	
	.border-footer-m{border-bottom: 1px solid #bbb}
	.w-100px-m{width: 100px;}
	.w-200px-m{width: 200px;}
	.w-90-m{width: 90%;}
	.block-center{margin: auto;float: none}
	.fs-14-m{font-size: 14px;}
	.fs-19-m{font-size: 19px;}
	.column-3-1{width: 100%}
	.column-1-3{width: 100%}
	.lh-20-m{line-height: 20px;}
	.lh-90-m{line-height: 90px !important}
	.lh-120-m{line-height: 120px}
	.h-90-m{height: 90px !important}
	.column-4{width: 100%}
	.center-mobile{text-align: center;}
	.column-2-m{width: 50%}
	.no-border-m{border: transparent}
	.mt-20-m{margin-top: 20px}
	.mt-30-m{margin-top: 30px}
	.mt-50-m{margin-top: 50px}
	.mt-70-m{margin-top: 70px}
	.mt-0-m{margin-top: 0}
	.mt-m10-m{margin-top: -5px}
	.pt-70{padding-top: 70px;}
	.m-0-m{margin: 0;}
	.pr-15-m{padding-right: 15px}
	.w-100-m{width: 100%;}
	.p-0{padding: 0;}
	.pl-0-m{padding-left: 0;}
	li.fs-16-m{font-size: 16px;}
}
.owl-theme:not(.third-slider) .owl-controls.clickable .owl-buttons div:hover{
	color: #fccc00;
	border-bottom: 1px solid #fccc00;
}	
@media (min-width: 320px) and (max-width: 340px){
	
	.background-image-5 .third-image{
		position: relative;
		right: -51%;
		height: 238px;
		top: 5px;
		width: 47%;
	}
	.background-image-5 .first-image{
		top: calc(100% - 117px);
		left: 18px;
		width: 43.5%;
	}
	.background-image-5 .second-image{
	    top: 591px;
		width: 43.5%;
		left: 18px;
	}
	
}
@media (min-width: 340px) and (max-width: 375px){
	
	.background-image-5 .third-image{
		position: relative;
		right: -51%;
		height: 273px;
		top: 5px;
		width: 47%;
	}
	.background-image-5 .first-image{
		top: calc(100% - 137px);
		left: 18px;
		width: 43.5%;
	}
	.background-image-5 .second-image{
	    top: 593px;
		width: 43.5%;
		left: 18px;
	}
}
@media (min-width: 376px) and (max-width: 435px){
	
	.background-image-5 .third-image{
		position: relative;
		right: -51%;
		height: 305px;
		top: 5px;
		width: 47%;
	}
	.background-image-5 .first-image{
		top: calc(100% - 152px);
		left: 18px;
		width: 44%;
	}
	.background-image-5 .second-image{
	    top: 596px;
		width: 44%;
		left: 18px;
	}
}