html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, a, img, ol, ul, li, 
form, label, legend, 
table, tbody, tfoot, thead, tr, th, td, 
input, textarea, button {
    border: 0 none;
    margin: 0;
    padding: 0;
    outline:none;
}
ul li{
	list-style-type:none;
}

body{
	background:#ffffff;
	color:#212121;
	font-size:18px;
	font-family: 'ProximaNova-Regular';
	overflow-x:hidden;
}

a{
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none;
}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.transitions{
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.float-content{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		    transform: translateY(-50%);
}
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}

.inner-content{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.intro{
	height:884px;
	position:relative;
	background:url(../images/intro.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 884px;
}
.action{
	height:1040px;
	position:relative;
	background:url(../images/action.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 1040px;
}
.catalog{
	height:909px;
	position:relative;
	background:url(../images/catalog.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 909px;
}
.portfolio{
	height:1230px;
	position:relative;
	background:url(../images/portfolio.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 1465px;
}
.team{
	height:1770px;
	position:relative;
	background:url(../images/team.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 1850px;
}
.conditions{
	height:1190px;
	position:relative;
	background:url(../images/conditions.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 1253px;
}
.reviews{
	padding:70px 0;
	position:relative;
	background:url(../images/reviews.jpg) no-repeat scroll;
	background-position:center top;
	background-size:1920px 694px;
}
.header{
	padding:20px 0 20px 0;
	background:rgba(238,238,238,0.34);
}
.logo img{
	width:245px;
	height:auto;
}
.header-wrapper{
	background:rgba(238,238,238,0.43);
	margin-bottom:140px;
}
.main-menu{
	padding:20px 0;
	position:relative;
	border-bottom:1px solid transparent;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.main-menu.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	background:rgba(255,255,255,0.95);
	border-bottom:1px solid #7D7D7D;
}
.main-menu ul li{
	float:left;
	margin-right:66px;
}
.main-menu ul li:last-child{
	margin-right:0;
}
.main-menu ul li a{
	color:#4c4948;
	font-size:20px;
}
.phone1{
	margin-right:50px;
}
.phone-wicon{
	padding-left:40px;
	position:relative;
}
.phone-wicon a{
	font-family: 'ProximaNova-Semibold';
	font-size:24px;
	color:#4c4948;
}
.phone-wicon:before{
	position:absolute;
	top:0;
	left:0;
	width:27px;
	height:27px;
	background:url(../images/icon1.png) no-repeat scroll;
	content:'';
}
.header-phone{
	padding-top:17px;
}
.intro-title-wrapper{
	width:1048px;
	padding:17px;
	box-sizing:border-box;
	margin:0 auto;
	background:rgba(255,255,255,0.48);
}
.intro-title{
	background:rgba(255,255,255,0.45);
	text-align:center;
	padding:38px 0;
}
.title-text h1{
	text-transform:uppercase;
	font-size:55px;
	color:#4c4948;
	font-family: 'ProximaNova-Semibold';
	line-height:42px;
	margin-bottom:15px;
}
.title-text h2{
	text-transform:uppercase;
	color:#ec4500;
	font-size:42px;
	font-weight:normal;
	margin-bottom:15px;
}
.title-text h5{
	color:#4c4948;
	font-size:22px;
	font-family: 'ProximaNova-Bold';
	margin-bottom:20px;
}
.intro-btn a{
	display:inline-block;
	padding:17px 32px;
	color:#ffffff;
	border-radius:30px;
	font-family: 'ProximaNova-Bold';
	text-transform:uppercase;
	background:#EC4500;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.action-title{
	padding-top:70px;
	text-align:center;
	margin-bottom:35px;
}
.action-title h2{
	font-family: 'Conv_PG_IsadoraCyrPro-Regular';
	font-size:50px;
	color:#4a3b3b;
	font-weight:normal;
}
.action-item{
	width:25%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.action-name{
	font-size:24px;
	font-family: 'ProximaNova-Semibold';
}
.action-item a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}
.action-list-wrapper{
	margin-bottom:80px;
}
.action-timer-wrapper{
	position:relative;
}
.action-timer{
	width:800px;
	position:relative;
	padding:34px 270px 23px 66px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.85);
	box-shadow:3px 3px 7px rgba(0,0,0,0.35);
}
.at-title h3{
	color:#fc5106;
	font-size:50px;
	font-family: 'Conv_PG_IsadoraCyrPro-Regular';
	font-weight:normal;
}
.at-title h4{
	color:#4a3b3b;
	font-size:36px;
	font-family: 'ProximaNova-Semibold';
	margin-bottom:20px;
}
.at-text{
	margin-bottom:18px;
	font-size:22px;
	line-height:30px;
	color:#777777;
}
.timer-title{
	margin-bottom:13px;
	color:#777777;
	font-family: 'ProximaNova-Bold';
	font-size:24px;
}
.action-sale-block{
	width:570px;
	position:absolute;
	top:45px;
	padding:6px;
	box-sizing:border-box;
	background:#f0f0f0;
	box-shadow:4px 4px 14px rgba(51,51,51,0.5);
	right:0;
	line-height:0;
	overflow:hidden;
}
.action-sale-block img{
	width:100%;
	height:auto;
}
.sale-lbl{
	width:145px;
	height:150px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/sale-label.png) no-repeat scroll;
}
.catalog-title{
	padding-top:60px;
	text-align:center;
	padding-bottom:35px;
}
.catalog-title h2{
	margin-bottom:15px;
	font-size:44px;
	text-transform:uppercase;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
}
.catalog-sub-title{
	font-size:26px;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
}
.catalog-tab-links{
	text-align:center;
}
.catalog-tab-links ul li{
	display:inline-block;
	vertical-align:top;
}
.catalog-tab-links ul li a{
	display:block;
	color:#4c4948;
	font-family: 'ProximaNova-Semibold';
	text-transform:uppercase;
	padding:20px 28px;
	border-radius:10px 10px 0 0;
}
.catalog-tab-links ul li a.selected{
	background:#ffffff;
}
.catalog-tab-item-wrapper{
	padding:53px 70px;
	background:#ffffff;
}
.cti-img{
	width:500px;
	margin-right:65px;
}
.cti-inner-item, .cti-description{
	overflow:hidden;
}
.cti-img img{
	width:100%;
	height:auto;
}
.cti-description{
	padding-top:85px;
	padding-bottom:10px;
}
.ctid-text{
	color:#777777;
	font-size:20px;
	font-family: 'ProximaNova-Semibold';
	line-height:28px;
	margin-bottom:40px;
}
.cti-description li b{
	font-family: 'ProximaNova-Bold';
}
.btn-site{
	display:inline-block;
	padding:17px 32px;
	color:#ffffff;
	border-radius:30px;
	font-family: 'ProximaNova-Bold';
	text-transform:uppercase;
	background:#EC4500;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.cti-inner-wrapper .owl-prev{
	position:absolute;
	top:0px;
	left:563px;
}
.cti-inner-wrapper .owl-next{
	position:absolute;
	top:0px;
	left:641px;
}
.owl-prev .cti-left{
	width:60px;
	height:60px;
	display:block;
	border-radius:30px;
	box-sizing:border-box;
	border:2px solid #9A9A9A;
	cursor:pointer;
	position:relative;
}
.owl-prev .cti-left:before{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-10px;
	width:12px;
	height:20px;
	content:'';
	background:url(../images/arrows.png) no-repeat scroll;
}
.owl-next .cti-right{
	width:60px;
	height:60px;
	display:block;
	border-radius:30px;
	box-sizing:border-box;
	border:2px solid #9A9A9A;
	cursor:pointer;
	position:relative;
}
.owl-next .cti-right:before{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-4px;
	margin-top:-10px;
	width:12px;
	height:20px;
	content:'';
	background:url(../images/arrows.png) no-repeat scroll -12px 0;
}
.calc-title{
	text-align:center;
	padding-top:80px;
	margin-bottom:45px;
}
.calc-title h2{
	font-size:36px;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
	font-weight:normal;
	text-transform:uppercase;
}
.calc-title h2 span{
	color:#ec4500;
}
.calc-item-plan{
	width:33.333%;
}
.clac-wapper-row{
	margin-bottom:40px;
}
.cip-check{
	text-align:center;
}
.cip-check-inner{
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.cip-check-inner input[type="radio"]{
	position:absolute;
	top:0;
	left:-100%;
}
.cip-check-inner input[type="radio"]+label{
	padding-left:40px;
	font-size:23px;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
	background:url(../images/radio.png) no-repeat scroll 0 0;
	cursor:pointer;
}
.cip-check-inner input[type="radio"]:checked+label{
	background:url(../images/radio.png) no-repeat scroll 0 -28px;
}
.crr-item{
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin-right:75px;
}
.crr-item input[type="radio"]{
	position:absolute;
	top:0;
	left:-100%;
}
.crr-item input[type="radio"]+label{
	padding-left:40px;
	font-size:23px;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
	background:url(../images/radio.png) no-repeat scroll 0 0;
	cursor:pointer;
}
.crr-item input[type="radio"]:checked+label{
	background:url(../images/radio.png) no-repeat scroll 0 -28px;
}
.cci1{
	width:267px;
}
.cci3{
	width:276px;
}
.cig2{
	width:283px;
	margin:0 auto;
	box-shadow:0 17px 32px rgba(0,0,0,0.35);
}
.cig1{
	box-shadow:0 17px 32px rgba(0,0,0,0.35);
}
.cig3{
	box-shadow:0 17px 32px rgba(0,0,0,0.35);
}
.cii{
	line-height:0;
}
.cip-img{
	margin-bottom:17px;
}
.cip-title{
	margin-bottom:20px;
	font-family: 'ProximaNova-Bold';
	font-size:22px;
	color:#4c4948;
	text-align:left;
}
.cip-radio-row{
	padding-left:25px;
}
.crr2 .crr-item{
	margin-right:57px;
}
.crr2{
	margin-bottom:50px;
}
.crr-item:last-child{
	margin-right:0;
}
.mat-img{
	text-align:center;
}
.mat-row{
	margin-bottom:17px;
}
.clac-wapper-row{
	text-align:center;
}
.send-calc a{
	display:inline-block;
	padding:17px 128px;
	color:#ffffff;
	border-radius:30px;
	font-family: 'ProximaNova-Bold';
	text-transform:uppercase;
	background:#EC4500;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.cwr-l{
	margin-bottom:0;
}
.calculator{
	padding-bottom:70px;
}
.portfolio{
	padding-top:100px;
}
.portfolio-content{
	width:1280px;
	background:#f7f7f7;
	box-shadow:0 0 54px rgba(0,0,0,0.54);
	margin:0 auto 0 auto;
	box-sizing:border-box;
	padding:35px 95px;
}
.portfolio-title h2{
	font-size:50px;
	font-family: 'Conv_PG_IsadoraCyrPro-Regular';
	font-weight:normal;
	padding-left:44px;
	margin-bottom:15px;
}
.portfolio-title h2 span{
	color:#fc5106;
}
.portfolio-sub-title{
	font-family: 'Conv_PG_IsadoraCyrPro-Regular';
	font-size:28px;
	color:#2f2828;
	padding-left:370px;
	margin-bottom:25px;
}
.pst-title1, .pst-title2{
	display:inline-block;
	vertical-align:top;
}
.pst-title2{
	padding-top:12px;
}
.pl-item{
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	width:343px;
	margin-bottom:27px;
	margin-right:24px;
	cursor:pointer;
}
.pl-item:nth-child(3n+3){
	margin-right:0;
}
.pl-item-half{
	width:528px;
}
.pih-l{
	margin-right:0;
}
.pl-dscr{
	position:absolute;
	bottom:-105px;
	left:0;
	width:100%;
	height:150px;
	background:rgba(0,0,0,0.45);
	line-height:normal;
	padding:0;
	box-sizing:border-box;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.pl-item:hover .pl-dscr{
	bottom:0;
}
.pl-item{
	line-height:0;
}
.pl-item-img img{
	width:100%;
	height:auto;
}
.pl-title{
	color:#ffffff;
	font-family: 'ProximaNova-Bold';
	margin-bottom:10px;
	font-size:21px;
	padding:10px 10px 0 10px;
}
.pl-dscrs{
	color:#ffffff;
	font-size:21px;
	padding:0 10px 10px 10px
}
.about-title{
	padding-top:50px;
	margin-bottom:35px;
	text-align:center;
}
.about-title h2{
	font-size:36px;
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
	font-weight:normal;
	text-transform:uppercase;
}
.about-title h2 span{
	color:#ec4500;
}
.about-text{
	width:670px;
}
.about-text p{
	text-align:justify;
}
.about-video{
	width:570px;
	height:356px;
	position:relative;
	padding-top:25px;
}
.about-text{
	line-height:30px;
}
.inner-content-about{
	width:1280px;
	margin:0 auto;
}
.about{
	padding-bottom:90px;
}
.achievements{
	padding:60px 0;
	position:relative;
	background-image:url(../images/bg1.jpg);
	background-attachment:fixed;
}
.achievements-title{
	text-align:center;
	margin-bottom:45px;
}
.achievements-title h2{
	color:#ffffff;
	font-size:36px;
	font-family: 'ProximaNova-Bold';
	font-weight:normal;
	text-transform:uppercase;
}
.ach-item{
	width:33.333%;
	position:relative;
	box-sizing:border-box;
}
.ach-item:nth-child(2){
	padding-left:90px;
}
.ach-item:nth-child(3){
	padding-left:175px;
}
.ach-num{
	color:#ffffff;
	font-size:36px;
	font-family: 'ProximaNova-Bold';
	position:relative;
}
.ach-name{
	color:#ffffff;
}
.ach-num:before{
	position:absolute;
	top:-18px;
	left:0;
	width:40px;
	height:6px;
	background:#EC4500;
	content:'';
}
.team-title{
	text-align:center;
}
.team{
	box-sizing:border-box;
	padding:55px 0 0 0;
}
.team-content{
	width:1280px;
	background:#f7f7f7;
	box-shadow:0 0 54px rgba(0,0,0,0.54);
	margin:0 auto 0 auto;
	box-sizing:border-box;
	padding:35px 95px;
}
.team-title h2{
	font-size:36px;
	color:#fc5106;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: 'ProximaNova-Bold';
}
.team-sub-title{
	font-size:24px;
	margin-bottom:30px;
}
.team-sub-title span{
	color:#fc5106;
}
.tl-item{
	display:inline-block;
	vertical-align:top;
	width:343px;
	margin-bottom:30px;
	margin-right:25px;
	position:relative;
	overflow:hidden;
	line-height:0;
	cursor:pointer;
}
.tl-item:nth-child(3n+3){
	margin-right:0;
}
.tl-img img{
	width:100%;
	height:auto;
}
.tl-title{
	position:absolute;
	bottom:-125px;
	width:100%;
	left:0;
	padding:23px 0;
	text-align:center;
	background:rgba(0,0,0,0.45);
	line-height:normal;
	color:#ffffff;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.tl-item:hover .tl-title{
	bottom:0;
}
.tl-name{
	font-family: 'ProximaNova-Semibold';
	text-transform:uppercase;
}
.tl-staff{
	font-size:16px;
	margin-bottom:10px;
}
.team-more{
	text-align:center;
	font-size:20px;
}
.tl-social a{ 
	display:inline-block;
	width:40px;
	height:22px;
	background:url(../images/vk.png) no-repeat scroll;
}
.sertificate-title{
	text-align:center;
	margin-bottom:60px;
}
.sertificate-title h2{
	font-size:36px;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: 'ProximaNova-Bold';
}
.sertificate{
	padding:65px 0;
	position:relative;
	background-image:url(../images/bg1.jpg);
	background-attachment:fixed;
}
.conditions{
	padding:75px 0 100px 0;
	box-sizing:border-box;
}
.cond-item{
	width:570px;
	border:1px solid #EC4500;
	box-sizing:border-box;
	background:#ffffff;
	height:430px;
}
.cond-row{
	margin-bottom:108px;
}
.cond-row-full-width{
	border:1px solid #EC4500;
	box-sizing:border-box;
	background:#ffffff;
	padding:50px 25px 60px 25px;
}
.sertificate-content{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.sertificate-carousel .owl-item .sert-item{
	transform:scale(0.8);
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.sertificate-carousel .owl-item.center .sert-item{
	transform:scale(1);
}
.cond-title{
	text-transform:uppercase;
	color:#ec4500;
	font-size:36px;
	font-family: 'ProximaNova-Bold';
	padding:55px 0 25px 0;
	text-align:center;
}
.cond-num{
	margin-bottom:30px;
	text-align:center;
}
.cond-num-num{
	display:inline-block;
	vertical-align:top;
	width:200px;
	font-family: 'ProximaNova-Bold';
	color:#4c4948;
}
.cnn1{
	font-size:60px;
	line-height:60px;
}
.cnn2{
	font-size:36px;
}
.cond-text{
	color:#4c4948;
	font-family: 'ProximaNova-Bold';
	padding:0 100px;
	text-align:center;
	line-height:24px;
}
.cond-cond{
	font-family: 'ProximaNova-Bold';
	color:#4c4948;
	font-size:60px;
	text-align:center;
	line-height:60px;
}
.cond-cond-2{
	font-size:36px;
	font-family: 'ProximaNova-Bold';
	color:#4c4948;
	text-align:right;
	padding-right:102px;
	margin-bottom:30px;
}
.cond-logo{
	text-align:center;
	padding-top:10px;
}
.cl-img{
	display:inline-block;
	vertical-align:top;
	margin:0 16px;
}
.crf-title{
	text-align:center;
	font-size:36px;
	font-family: 'ProximaNova-Bold';
	color:#4c4948;
	text-transform:uppercase;
	margin-bottom:20px;
}
.crf-title span{
	color:#ec4500;
}
.crf-sub-title{
	margin-bottom:45px;
	text-align:center;
	font-size:26px;
	font-family: 'ProximaNova-Bold';
}
.crf-use{
	text-align:center;
}
.use-item{
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	color:#4c4948;
	font-family: 'ProximaNova-Semibold';
	width:370px;
	box-sizing:border-box;
	position:relative;
	text-align:left;
}
.iu1{
	padding-left:75px;
}
.iu1:before{
	position:absolute;
	top:-18px;
	left:0;
	width:66px;
	height:59px;
	content:'';
	background:url(../images/icon2.png) no-repeat scroll;
}
.iu2{
	padding-left:75px;
	margin-right:57px;
}
.iu2:before{
	position:absolute;
	top:-18px;
	left:0;
	width:66px;
	height:59px;
	content:'';
	background:url(../images/icon3.png) no-repeat scroll;
}
.iu3{
	padding-left:65px;
	width:320px;
}
.iu3:before{
	position:absolute;
	top:-18px;
	left:0;
	width:48px;
	height:59px;
	content:'';
	background:url(../images/icon4.png) no-repeat scroll;
}
.crf-st{
	padding-top:60px;
	text-align:center;
	font-size:24px;
	margin-bottom:32px;
}
.fdw{
	width:33.333%;
	box-sizing:border-box;
}
.fdw input[type="text"]{
	width:100%;
	box-sizing:border-box;
	border:2px solid #8E8D8D;
	border-radius:40px;
	height:74px;
	padding-left:45px;
	color:#938d8d;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
}
.fd1{
	padding-right:20px;
}
.fd2{
	padding-right:20px;
}
.fdw input[type="submit"]{
	width:100%;
	box-sizing:border-box;
	border-radius:40px;
	height:74px;
	text-align:center;
	color:#ffffff;
	background:#EC4500;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
	cursor:pointer;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.rvs-img{
	width:338px;
	border:5px solid #CDCDCD;
	box-sizing:border-box;
	margin-right:25px;
}
.rvs-img img{
	width:100%;
	height:auto;
}
.rvs-text{
	position:relative;
	overflow:hidden;
	height:469px;
	color:#ffffff;
}
.rvs-title{
	text-align:center;
}
.rvs-title h2{
	font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: 'ProximaNova-Bold';
}
.reviews-carousel-wrapper{
	padding:0 100px;
}
.footer{
	background:#222222;
	padding:20px 0;
}
.policy-l{
	text-align:center;
}
.policy-l a{
	color:#ec4500;
}
.contact{
	height:448px;
	position:relative;
	overflow:hidden;
}
.content-contact{
	padding-top:50px;
	width:425px;
}
.co-title{
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-family: 'ProximaNova-Bold';
}
.co-row{
	position:relative;
	padding-left:35px;
	margin-bottom:18px;
}
.loc-row:before{
	position:absolute;
	top:5px;
	left:0;
	width:20px;
	height:27px;
	content:'';
	background:url(../images/icon5.png) no-repeat scroll;
}
.mail-row:before{
	position:absolute;
	top:3px;
	left:0;
	width:21px;
	height:15px;
	content:'';
	background:url(../images/icon6.png) no-repeat scroll;
}
.phone-row:before{
	position:absolute;
	top:10px;
	left:0;
	width:21px;
	height:21px;
	content:'';
	background:url(../images/icon7.png) no-repeat scroll;
}
.row-soc-title{
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-family: 'ProximaNova-Bold';
	padding-top:20px;
}
.avk{
	display:inline-block;
	width:40px;
	height:22px;
	background:url(../images/avk.png) no-repeat scroll;
	margin-right:15px;
	vertical-align:middle;
}
.ain{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../images/ain.png) no-repeat scroll;
	margin-right:15px;
	vertical-align:middle;
}
.map-content{
	position:absolute;
	top:0;
	right:0;
	width:60%;
	height:448px;
	background:#f5f5f5;
}
#map{
	height:448px;
}
.inner-page-header .header-wrapper{
	margin-bottom:75px;
}
.page-title h1{
	color:#141414;
	font-size:44px;
	font-family: 'ProximaNova-Bold';
	margin-bottom:25px;
}
.divider-nav{
	display: inline;
    margin-left: 30px;
    margin-bottom: 30px;
	width:365px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	padding-top:25px;
}
.dr-title{
	color:#141414;
	font-size:23px;
	font-family: 'ProximaNova-Bold';
	margin-bottom:10px;
	text-transform:uppercase;
}
.dr-nav-wrapper{
	background:#F8F7F7;
}
.entry-content p{
	text-align: justify;
}
.entry-content p.img-wr{
	text-align: center;
}
.entry-content ol li{
	text-align: justify;
}
.entry-content{
	font-size:22px;
	line-height:32px;
}
.dr-nav-wrapper ul li a{
	display:block;
	position:relative;
	padding:15px 40px;
	color:#141414;
	font-size:22px;
	border-bottom:1px solid transparent;
}
.dr-nav-wrapper ul li a.current-page{
	background:#F4F3F3;
	border-color:#EFEEEE;
}
.dr-nav-wrapper ul li a.current-page:before{
	position:absolute;
	top:50%;
	margin-top:-5px;
	left:12px;
	width:10px;
	height:10px;
	background:#000000;
	content:'';
	border-radius:5px;
}
.entry-content h3{
	font-size:25px;
	margin-bottom:20px;
	font-family: 'ProximaNova-Bold';
}
.entry-content h2{
	font-size:30px;
	margin-bottom:20px;
	font-family: 'ProximaNova-Bold';
}
.entry-content ul{
	margin:25px;
}
.entry-content ul li{
	position:relative;
	margin-bottom:15px;
	padding-left:20px;
}
.entry-content ul li:before{
	position:absolute;
	top:10px;
	left:0;
	width:10px;
	height:10px;
	border-radius:5px;
	content:'';
	background:#000;
}
.entry-content ul li:last-child{
	margin-bottom:0;
}
.inner-page-header .main-menu{
	border-bottom:1px solid #7D7D7D;
}
.prod-slider{
	width:865px;
	margin:0 auto;
}
.entry-content p{
	margin-bottom:25px;
}
.entry-content p:last-child{
	margin-bottom:0;
}
.entry-content ol{
	margin:20px 0 20px 35px;
}
.entry-content ol li{
	margin-bottom:20px;
}
.entry-content ol li:last-child{
	margin-bottom:0;
}
.prod-slider .owl-next{
	position:absolute;
	top:50%;
	right:-95px;
	margin-top:-28px;
}
.prod-slider .owl-prev{
	position:absolute;
	top:50%;
	left:-95px;
	margin-top:-28px;
}
.form-for-price{
	padding:40px 0 60px 0;
}
.ff-field{
	width:320px;
	margin-right:35px;
}
.ff-field:nth-child(2){
	width:295px;
	margin-right:0;
}
.ff-price-wrapper{
	width:655px;
	margin:0 auto;
}
.ff-field input[type="text"]{
	width:100%;
	box-sizing:border-box;
	border:2px solid #8E8D8D;
	border-radius:40px;
	height:60px;
	padding-left:45px;
	color:#938d8d;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
}
.ff-field input[type="submit"]{
	width:100%;
	box-sizing:border-box;
	border-radius:40px;
	height:60px;
	text-align:center;
	color:#ffffff;
	background:#EC4500;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
	cursor:pointer;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.call-dis-wrapper{
	padding:30px 0 100px 0;
}
.content-inner-page{
	background:url(../images/body-bg.jpg) no-repeat scroll;
	background-position:center bottom;
	background-size:1925px 756px;
}
.content-inner{
	background:rgba(255,255,255,0.85);
	padding-bottom:90px;
}
.gallery-item{
	width:370px;
	margin-right:29px;
}
.gallery-item:last-child{
	margin-right:0;
}
.gallery-item img{
	width:100%;
	height:auto;
}
.go-cat{
	text-align:center;
	padding:25px 0 35px 0;
}
.go-cat .btn-site{
	text-transform:none;
	border-radius:36px;
}
.img-wr{
	text-align:center;
}
.dis-title{
	font-size:30px;
	color:#141414;
	font-family: 'ProximaNova-Bold';
	margin-bottom:25px;
	text-align:center;
}
.dcall-field{
	width:275px;
	margin-right:17px;
}
.dcall-field:last-child{
	margin-right:0;
}
.dcall-field input[type="text"]{
	width:100%;
	box-sizing:border-box;
	border-radius:40px;
	height:62px;
	padding-left:45px;
	color:#938d8d;
	background:#ffffff;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.dcall-field input[type="submit"]{
	width:100%;
	box-sizing:border-box;
	border-radius:40px;
	height:60px;
	text-align:center;
	color:#ffffff;
	background:#EC4500;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
	cursor:pointer;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.dcall-row{
	margin:0 auto;
	width:861px;
}
.countdownHolder{
	margin:0;
	width:420px;
	height:65px;
}
.nd{
	width:65px;
	margin-right:10px;
	text-align:center;
	font-size:14px;
	padding-top:8px;
	font-family: 'ProximaNova-Semibold';
}
.cti-left-s{
	width:38px;
	height:27px;
	background:url(../images/arrows2.png) no-repeat scroll;
	display:block;
}
.cti-right-s{
	width:38px;
	height:27px;
	background:url(../images/arrows2.png) no-repeat scroll -38px 0;
	display:block;
}
.sertificate-carousel .owl-prev{
	position:absolute;
	top:50%;
	left:-50px;
	margin-top:-13px;
	cursor:pointer;
}
.sertificate-carousel .owl-next{
	position:absolute;
	top:50%;
	right:-50px;
	margin-top:-13px;
	cursor:pointer;
}
.reviews-carousel .owl-prev{
	position:absolute;
	top:50%;
	left:-50px;
	margin-top:-13px;
	cursor:pointer;
}
.reviews-carousel .owl-next{
	position:absolute;
	top:50%;
	right:-50px;
	margin-top:-13px;
	cursor:pointer;
}
#boxer-overlay{
	z-index:655;
}
#boxer{
	z-index:666;
}
.toggle-nav{
	width:30px;
	height:20px;
	position:relative;
	overflow:hidden;
	display:none;
}
.toggle-nav span{
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:2px;
	background:#4C4948;
	display:block;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.toggle-nav:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:#4C4948;
	content:'';
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.toggle-nav:after{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#4C4948;
	content:'';
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.toggle-nav.active span{
	left:-100%;
}
.toggle-nav.active:before{
	transform:rotate(-45deg);
	top:9px;
}
.toggle-nav.active:after{
	transform:rotate(45deg);
	top:9px;
}
.catalog-tab-wrapper{
	position:relative;
}
.catalog-form-wrapper{
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	height:640px;
	border:1px solid #898686;
	background-color:#ffffff;
	background-image:url(../images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:888;
	box-sizing:border-box;
	padding:55px 35px;
}
.f-left-side{
	width:705px;
	margin-right:55px;
	height:518px;
	overflow:hidden;
}
.f-left-side img{
	width:100%;
	height:auto;
}
.f-right-side{
	float:right;
	width:336px;
}
.f-right-form{
	padding:34px 20px;
	border-radius:5px;
	border:1px solid #9A9A9A;
	box-sizing:border-box;
	position:relative;
	height:518px;
}
.frf-title{
	margin-bottom:50px;
}
.frft1{
	text-align:center;
	text-transform:uppercase;
	font-family: 'ProximaNova-Semibold';
	font-size:26px;
	margin-bottom:10px;
}
.frft2{
	text-align:center;
	text-transform:uppercase;
	font-family: 'ProximaNova-Semibold';
	font-size:25px;
}
.frft1 span, .frft2 span{
	border-bottom:1px solid #828282;
}
.frf-row{
	margin-bottom:15px;
}
.frf-row input[type="text"]{
	width:100%;
	box-sizing:border-box;
	height:50px;
	padding-left:30px;
	font-size:20px;
	border-radius:32px;
	border:1px solid #857E7E;
	font-family: 'ProximaNova-Semibold';
}
.frf-row input[type="submit"]{
	width:100%;
	box-sizing:border-box;
	border-radius:30px;
	height:50px;
	text-align:center;
	color:#ffffff;
	background:#EC4500;
	font-family: 'ProximaNova-Semibold';
	font-size:22px;
	cursor:pointer;
	box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.policy-link{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	text-align:center;
	font-size:17px;
	color:#938d8d;
	font-family: 'ProximaNova-Semibold';
}
.policy-link a{
	color:#938d8d;
	text-decoration:underline;
}
.frf-row{
	position:relative;
}
.error-up{
	position:absolute;
	top:7px;
	left:-152px;
	width:132px;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	background:#D30000;
	color:#ffffff;
}
.f-right-side{
	position:relative;
}
.cat-mess-success{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	display:none;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
}
.cat-mess-success p{
	padding:0 20px;
	font-family: 'ProximaNova-Semibold';
}
.catalog-form-wrapper{
	display:none;
}
.close-pp{
	position:absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
	cursor:pointer;
}
.close-pp:before{
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:2px;
	background:#9A9A9A;
	transform:rotate(-45deg);
	content:'';
}
.close-pp:after{
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:2px;
	background:#9A9A9A;
	transform:rotate(45deg);
	content:'';
}
.close-ppo{
	position:absolute;
	top:15px;
	right:15px;
	width:20px;
	height:20px;
	cursor:pointer;
	z-index:110;
}
.close-ppo:before{
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:2px;
	background:#9A9A9A;
	transform:rotate(-45deg);
	content:'';
}
.close-ppo:after{
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:2px;
	background:#9A9A9A;
	transform:rotate(45deg);
	content:'';
}
.designForm{
	position:relative;
}
.designForm .error, .phoneForm .error{
	padding-left:20px;
	font-size:15px;
	color:#D30000;
}
.phoneForm{
	position:relative;
}
.ff-price-wrapper{
	position:relative;
}
.phoneForm .cat-mess-success, .designForm .cat-mess-success{
	height:113%;
	text-align:center;
}
.calculatorForm{
	position:relative;
}
.send-choose-pp{
	position:absolute;
	bottom:100px;
	left:50%;
	width:770px;
	background:#ffffff;
	margin-left:-385px;
	border:1px solid #898686;
	z-index:100;
	display:none;
}
.sc-title{
	text-align:center;
	font-size:36px;
	padding:25px 0;
}
.sc-row input[type="radio"]{
	position:absolute;
	top:0;
	left:-100%;
}
.sc-row input[type="radio"]+label{
	padding-left:40px;
	font-size:30px;
	color:#4c4948;
	background:url(../images/radio1.png) no-repeat scroll 0 4px;
	cursor:pointer;
}
.sc-row input[type="radio"]:checked+label{
	background:url(../images/radio1.png) no-repeat scroll 0 -68px;
}
.sc-row{
	padding-left:135px;
	margin-bottom:25px;
}
.sch-row2{
	margin-bottom:40px;
}
.sc-more{
	text-align:center;
	padding-left:0;
}
.sc-more .btn-site{
	padding-left:65px;
	padding-right:65px;
}
.sch-step2{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	text-align:center;
	box-sizing:border-box;
	padding-top:45px;
	display:none;
}
.sch-step2 input[type="text"] {
    width: 360px;
    box-sizing: border-box;
    border: 2px solid #8E8D8D;
    border-radius: 40px;
    height: 74px;
    padding-left: 45px;
    color: #938d8d;
    font-family: 'ProximaNova-Semibold';
    font-size: 22px;
}
.sch-row{
	margin-bottom:18px;
}
.sch-step2 input[type="submit"] {
    width: 360px;
    box-sizing: border-box;
    border-radius: 40px;
    height: 74px;
    text-align: center;
    color: #ffffff;
    background: #EC4500;
    font-family: 'ProximaNova-Semibold';
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(16,18,17,0.35);
}
.poli{
	text-align:center;
	color:#938d8d;
	padding-bottom:16px;
}
.poli a{
	color:#938d8d;
	font-weight:bold;
	text-decoration:underline;
}
.calc-fixed{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	opacity:0;
	visibility:hidden;
	background:rgba(40,46,50,0.9);
	z-index:100;
	padding-bottom:25px;
	padding-top:25px;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}
.calc-fixed.fixed{
	opacity:1;
	visibility:visible;
}
.calcc-title{
	font-size:26px;
	font-family: 'ProximaNova-Bold';
	margin-bottom:25px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
}
.calc-row{
	text-align:center;
}
.calc-item{
	width:200px;
	margin:0 10px;
	display:inline-block;
	vertical-align:top;
}
.calc-item select{
	padding:10px 20px;
	border-radius:30px;
	background:#ffffff;
	width:100%;
	box-sizing:border-box;
	outline:none;
	font-size:15px;
}
.more-btn a{
	display:inline-block;
	padding:11px 0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	color:#ffffff;
	border-radius:30px;
	font-family: 'ProximaNova-Bold';
	text-transform:uppercase;
	background:#EC4500;
	font-size:17px;
}
.calc-item input[type="submit"]{
	padding:13px 0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	color:#ffffff;
	border-radius:30px;
	font-family: 'ProximaNova-Bold';
	text-transform:uppercase;
	background:#EC4500;
	font-size:16px;
	cursor:pointer;
}
.calc-item input[type="text"]{
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	border-radius:25px;
	height:45px;
	background:#ffffff;
	font-family: 'ProximaNova-Bold';
	font-size:17px;
}
.calc-row-next{
	display:none;
}
.calc-row-next{
	text-align:center;
}
.main-menu ul.open{
	display:block;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #7D7D7D;
	padding:20px;
	box-sizing:border-box;
	z-index:10;
}
.main-menu ul.open li{
	display:block;
	margin-right:0;
	margin-bottom:15px;
	float:none;
}
.main-menu ul.open li:last-child{
	margin-bottom:0;
}
.time-item{
	float:left;
	width:65px;
	height:95px;
	position:relative;
	margin-right:10px;
	border-radius:5px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
	text-align:center;
	font-size:40px;
	line-height:95px;
	font-family: 'ProximaNova-Bold';
	color:#ffffff;
}
.time-item .numc{
	position:relative;
	z-index:10;
}
.time-item .count.top {
  background: #202020;
  color: #f8f8f8;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.time-item .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.time-item .count.bottom {
background: rgb(109,109,109);
background: -moz-linear-gradient(top,  rgba(109,109,109,1) 0%, rgba(61,61,61,1) 43%, rgba(20,20,20,1) 100%);
background: -webkit-linear-gradient(top,  rgba(109,109,109,1) 0%,rgba(61,61,61,1) 43%,rgba(20,20,20,1) 100%);
background: linear-gradient(to bottom,  rgba(109,109,109,1) 0%,rgba(61,61,61,1) 43%,rgba(20,20,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#141414',GradientType=0 );
	display: block;
	overflow: hidden;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.time-item .count.bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 0 5px 5px;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.check-error-wr{
	font-size:16px;
	font-style:italic;
	color:#ffffff;
	background:#D10000;
	display:none;
	text-align:center;
	margin-bottom:20px;
}
.production-gallery-wrapper{
	padding:0px 80px 0 80px;
}
.gallery-title{
	text-align:center;
	padding-top:40px;
}
.production-gallery .owl-prev{
	position:absolute;
	top:50%;
	left:-80px;
	margin-top:-30px;
}
.production-gallery .owl-next{
	position:absolute;
	top:50%;
	right:-80px;
	margin-top:-30px;
}
.mb-title{
	display:none;
	padding:20px 0;
	background:#F8F8F8;
	font-family: 'ProximaNova-Bold';
	margin-bottom:20px;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}
.cwrow-btn{
	display:none;
	text-align:center;
}
.cwrow4{
	display:none;
}

/*---------------------------------------------------
[Responsive]
*/

@media (min-width: 992px) and (max-width:1169px){
	.inner-content{
		padding:0 15px;
		width:992px;
		box-sizing:border-box;
	}
	.main-menu ul li{
		margin-right:31px;
	}
	.crr2 .crr-item{
		margin-right:50px;
	}
	.action-name{
		font-size:20px;
	}
	.action-sale-block{
		width:400px;
		top:110px;
	}
	.catalog-tab-item-wrapper{
		padding-left:35px;
		padding-right:35px;
	}
	.cti-img{
		width:440px;
		margin-right:35px;
	}
	.cti-inner-wrapper .owl-prev{
		top:50%;
		left:-30px;
		margin-top:-13px;
	}
	.cti-inner-wrapper .owl-next{
		top:50%;
		right:-30px;
		margin-top:-13px;
		left:auto;
	}
	.owl-prev .cti-left, .owl-next .cti-right{
		background:#ffffff;
	}
	.cti-description{
		padding-top:0;
	}
	.catalog{
		height:809px;
	}
	.portfolio-content{
		width:992px;
		padding-left:25px;
		padding-right:25px;
	}
	.portfolio-title h2{
		padding-left:0;
		text-align:center;
		font-size:42px;
	}
	.portfolio-sub-title{
		text-align:center;
		padding-left:0;
	}
	.pst-title2{
		padding-top:0;
	}
	.pl-item{
		width:30%;
		margin-left:12px;
		margin-right:12px;
	}
	.pl-item:nth-child(3n+3){
		margin-right:12px;
	}
	.portfolio-list-wrapper{
		text-align:center;
	}
	.pl-dscr{
		text-align:left;
	}
	.pl-item-half{
		width:46%;
	}
	.pl-title{
		font-size:18px;
	}
	.pl-dscrs{
		font-size:18px;
	}
	.pl-item .pl-dscr{
		bottom:-85px;
	}
	.pl-item:nth-child(1) .pl-dscr, .pl-item:nth-child(3) .pl-dscr, .pl-item:nth-child(5) .pl-dscr{
		bottom:-105px;
	}
	.portfolio{
		height:auto;
		padding-top:70px;
		padding-bottom:70px;
	}
	.inner-content-about{
		width:992px;
		padding:0 15px;
		box-sizing:border-box;
	}
	.about-text{
		width:100%;
		float:none;
	}
	.about-video{
		float:none;
		margin:0 auto;
	}
	.ach-item:nth-child(3){
		padding-left:95px;
	}
	.ach-item:nth-child(2){
		padding-left:45px;
	}
	.team-content{
		width:992px;
	}
	.team-content{
		padding-left:25px;
		padding-right:25px;
	}
	.tl-item{
		width:293px;
	}
	.team{
		height:1620px;
	}
	.sertificate-content{
		width:992px;
		padding:0 55px;
		box-sizing:border-box;
	}
	.sertificate-carousel .owl-prev{
		left:0;
	}
	.sertificate-carousel .owl-next{
		right:0;
	}
	.cond-item{
		width:460px;
	}
	.cond-row{
		margin-bottom:40px;
	}
	.crf-title{
		font-size:30px;
	}
	.use-item{
		width:300px;
		font-size:20px;
		text-align:left;
	}
	.iu1:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.crf-use{
		text-align:center;
	}
	.iu1{
		padding-left:48px;
		width:255px;
	}
	.iu2:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.iu2{
		padding-left:50px;
		margin-right:20px;
	}
	.iu3:before{
		width:26px;
		background-size:100%;
		height:37px;
		top:-3px;
	}
	.iu3{
		padding-left:40px;
		width:260px;
	}
	.conditions{
		padding-bottom:0;
		height:1100px;
	}
	.entry-content p.img-wr img{
		width:100%;
		height:auto;
	}
	.divider-nav{
		width:315px;
	}
	.gallery-item{
		width:30%;
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
		float:none;
	}
	.gallery-small-wrapper{
		text-align:center;
	}
	.crr2 .crr-item{
		margin-bottom:30px;
	}
	.intro-title-wrapper{
		width:90%;
	}
	.title-text h2{
		font-size:35px;
	}
	.intro{
		height:670px;
	}
	.calc-title h2{
		font-size:26px;
	}
}
@media (min-width: 768px) and (max-width:991px){
	.main-menu ul{
		display:none;
	}
	.toggle-nav{
		display:block;
	}
	.inner-content{
		padding:0 15px;
		width:768px;
		box-sizing:border-box;
	}
	.main-menu ul li{
		margin-right:31px;
	}
	.crr2 .crr-item{
		margin-right:50px;
	}
	.action-name{
		font-size:20px;
	}
	.action-sale-block{
		width:100%;
		top:0;
		position:relative;
		box-shadow:none;
	}
	.action-timer-wrapper{
		box-shadow: 3px 3px 7px rgba(0,0,0,0.35);
	}
	.action{
		height:auto;
		padding-bottom:60px;
	}
	.action-timer{
		padding-left:40px;
		padding-right:40px;
		box-shadow:none;
	}
	.catalog-tab-item-wrapper{
		padding-left:35px;
		padding-right:35px;
	}
	.cti-img{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:30px;
	}
	.cti-inner-wrapper .owl-prev{
		top:50%;
		left:-30px;
		margin-top:-13px;
	}
	.cti-inner-wrapper .owl-next{
		top:50%;
		right:-30px;
		margin-top:-13px;
		left:auto;
	}
	.owl-prev .cti-left, .owl-next .cti-right{
		background:#ffffff;
	}
	.cti-description{
		padding-top:0;
	}
	.catalog{
		height:auto;
		background-size:cover;
		padding-bottom:60px;
	}
	.portfolio-content{
		width:768px;
		padding-left:25px;
		padding-right:25px;
	}
	.portfolio-title h2{
		padding-left:0;
		text-align:center;
		font-size:33px;
	}
	.portfolio-sub-title{
		text-align:center;
		padding-left:0;
		font-size:24px;
	}
	.pst-title2{
		padding-top:0;
	}
	.pl-item{
		width:45%;
		margin-left:12px;
		margin-right:12px;
	}
	.pl-item:nth-child(3n+3){
		margin-right:12px;
	}
	.portfolio-list-wrapper{
		text-align:center;
	}
	.pl-dscr{
		text-align:left;
	}
	.pl-item-half{
		width:45%;
	}
	.pl-title{
		font-size:18px;
	}
	.pl-dscrs{
		font-size:18px;
	}
	.pl-item .pl-dscr{
		bottom:-85px;
	}
	.pl-item:nth-child(1) .pl-dscr, .pl-item:nth-child(3) .pl-dscr, .pl-item:nth-child(5) .pl-dscr{
		bottom:-105px;
	}
	.portfolio{
		height:auto;
		padding-top:70px;
		padding-bottom:70px;
	}
	.inner-content-about{
		width:768px;
		padding:0 15px;
		box-sizing:border-box;
	}
	.about-text{
		width:100%;
		float:none;
	}
	.about-video{
		float:none;
		margin:0 auto;
	}
	.ach-item:nth-child(3){
		padding-left:25px;
	}
	.ach-item:nth-child(2){
		padding-left:0;
	}
	.team-content{
		width:768px;
	}
	.team-content{
		padding-left:25px;
		padding-right:25px;
	}
	.tl-item{
		width:30%;
		margin:0 10px 20px 10px;
	}
	.team-list-wapper{
		text-align:center;
	}
	.tl-item:nth-child(3n+3){
		margin-right:10px;
	}
	.team{
		height:auto;
		padding-bottom:50px;
	}
	.sertificate-content{
		width:768px;
		padding:0 55px;
		box-sizing:border-box;
	}
	.sertificate-carousel .owl-prev{
		left:-38px;
	}
	.sertificate-carousel .owl-next{
		right:-38px;
	}
	.cond-item{
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	.cond-row{
		margin-bottom:0;
	}
	.cond-item:nth-child(1){
		height:360px;
	}
	.map-content{
		width:48%;
	}
	.crf-title{
		font-size:30px;
	}
	.use-item{
		width:300px;
		font-size:20px;
		text-align:left;
	}
	.iu1:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.crf-use{
		text-align:center;
	}
	.iu1{
		padding-left:48px;
		width:255px;
	}
	.iu2:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.iu2{
		padding-left:50px;
		margin-right:20px;
	}
	.iu3:before{
		width:26px;
		background-size:100%;
		height:37px;
		top:-3px;
	}
	.iu3{
		padding-left:40px;
		width:260px;
	}
	.conditions{
		padding-bottom:50px;
		height:auto;
	}
	.entry-content p.img-wr img{
		width:100%;
		height:auto;
	}
	.cond-cond-2{
		padding-right:180px;
	}
	.crf-title span{
		display:block;
	}
	.use-item{
		float:none;
		margin-bottom:30px;
	}
	.crf-st{
		padding-top:15px;
	}
	.divider-nav{
		width:315px;
	}
	.gallery-item{
		width:30%;
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
		float:none;
	}
	.gallery-small-wrapper{
		text-align:center;
	}
	.crr2 .crr-item{
		margin-bottom:30px;
	}
	.intro-title-wrapper{
		width:90%;
	}
	.title-text h2{
		font-size:28px;
	}
	.intro{
		height:565px;
	}
	.calc-title h2{
		font-size:26px;
	}
	.phone1{
		margin-right:25px;
	}
	.phone-wicon a{
		font-size:19px;
	}
	.phone-wicon:before{
		width:20px;
		height:20px;
		background-size:100%;
	}
	.header-wrapper{
		margin-bottom:65px;
	}
	.title-text h1{
		font-size:40px;
	}
	.title-text h5{
		font-size:17px;
	}
	.action-timer{
		width:100%;
		float:none;
	}
	.catalog-sub-title{
		font-size:22px;
	}
	.cii img{
		width:100%;
		height:auto;
	}
	.cii{
		height:150px;
		overflow:hidden;
	}
	.calc-item-plan{
		width:30%;
		display:inline-block;
		margin:0 5px;
		float:none;
		vertical-align:top;
	}
	.cig2{
		width:100%;
	}
	.clac-wapper-row{
		text-align:center;
	}
	.cci1{
		width:221px;
	}
	.cci3{
		width:221px;
	}
	.team-sub-title span{
		display:block;
	}
	.fdw input[type="text"]{
		height:48px;
		padding-left:20px;
		font-size:17px;
	}
	.fdw input[type="submit"]{
		height:48px;
		font-size:17px;
	}
}
@media (min-width: 320px) and (max-width:767px){
	.mb-sp{
		display:none;
	}
	.sch-step2{
		padding-top:85px;
	}
	.cwrow4{
		display:block;
	}
	.check-error-wr{
		padding:5px;
	}
	.cwrow-btn{
		display:block;
	}
	.cwrow1{
		display:none;
	}
	.cwrow2{
		display:none;
	}
	.cwrow3{
		display:none;
	}
	.calculator{
		padding-bottom:30px;
	}
	.cci3{
		width:100%;
		float:none;
	}
	.cci1{
		width:100%;
		float:none;
	}
	.mb-title{
		display:block;
	}
	.inner-content{
		width:100%;
		box-sizing:border-box;
		padding:0 15px;
	}
	.main-menu ul{
		display:none;
	}
	.toggle-nav{
		display:block;
	}
	.logo{
		float:none;
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
	.header-phone{
		float:none;
		padding-top:0;
		text-align:center;
	}
	.phone1{
		float:none;
		margin-right:10px;
		margin-bottom:20px;
		display:inline-block;
		margin-left:10px;
	}
	.phone2{
		float:none;
		display:inline-block;
		margin-right:10px;
		margin-left:10px;
	}
	.header-wrapper{
		margin-bottom:50px;
	}
	.intro-title-wrapper{
		width:100%;
	}
	.title-text h1{
		font-size:31px;
		line-height:36px;
	}
	.title-text h2{
		font-size:20px;
	}
	.title-text h5{
		font-size:16px;
	}
	.intro{
		height:750px;
		background-size:cover;
	}
	.intro-btn a{
		padding-left:23px;
		padding-right:23px;
	}
	.action-title h2{
		font-size:30px;
	}
	.action-title{
		padding-top:35px;
	}
	.action-item{
		width:100%;
		margin-bottom:25px;
		display:block;
	}
	.action{
		background:none;
	}
	.catalog{
		height:auto;
		padding:35px 0;
	}
	.catalog-title{
		padding-top:0;
	}
	.action-list-wrapper{
		margin-bottom:35px;
	}
	.action-name{
		font-size:20px;
	}
	.action-sale-block{
		width:100%;
		top:0;
		position:relative;
		box-shadow:none;
	}
	.action-timer-wrapper{
		box-shadow: 3px 3px 7px rgba(0,0,0,0.35);
	}
	.action{
		height:auto;
		padding-bottom:60px;
	}
	.action-timer{
		padding-left:15px;
		padding-right:15px;
		box-shadow:none;
		width:100%;
	}
	.at-title h3{
		font-size:34px;
	}
	.at-title h4{
		font-size:18px;
	}
	.at-text{
		font-size:16px;
	}
	.timer-timer{
		display:none;
	}
	.timer-title{
		display:none;
	}
	.sale-lbl{
		width:95px;
		height:100px;
		background-size:100%;
	}
	.catalog-tab-item-wrapper{
		padding:15px;
	}
	.cti-img{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:30px;
	}
	.cti-inner-wrapper .owl-prev{
		top:12%;
		left:-30px;
		margin-top:-13px;
	}
	.cti-inner-wrapper .owl-next{
		top:12%;
		right:-30px;
		margin-top:-13px;
		left:auto;
	}
	.owl-prev .cti-left, .owl-next .cti-right{
		background:#ffffff;
	}
	.cti-description{
		padding-top:0;
	}
	.catalog{
		height:auto;
		padding-bottom:60px;
		background-color:#CBC9BC;
	}
	.catalog-title h2{
		font-size:31px;
		margin-bottom:10px;
	}
	.catalog-sub-title{
		font-size:17px;
	}
	.calc-title{
		padding-top:35px;
		padding-bottom:0;
	}
	.calc-title h2{
		font-size:24px;
	}
	.calc-item-plan{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.cii{
		float:none;
	}
	.crr-item{
		margin-bottom:15px;
	}
	.send-calc a{
		padding-left:0;
		padding-right:0;
		width:100%;
		text-align:center;
	}
	.portfolio{
		height:auto;
		padding:35px 0;
	}
	.portfolio-content{
		padding:15px;
		width:100%;
		box-shadow:none;
	}
	.portfolio-title h2{
		font-size:24px;
		padding-left:0;
		text-align:center;
	}
	.portfolio-sub-title{
		padding-left:0;
		font-size:22px;
		text-align:center;
	}
	.pst-title2{
		padding-top:0;
	}
	.pl-item{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	.inner-content-about{
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
	.about-text{
		float:none;
		margin-bottom:20px;
		width:100%;
	}
	.video-wrapper{
		float:none;
		width:100%;
	}
	.achievements{
		background-attachment:inherit;
		background-size:cover;
	}
	.ach-item{
		width:100%;
		display:block;
		padding-left:0;
		margin-bottom:30px;
		padding-bottom:20px;
	}
	.ach-item:nth-child(2){
		padding-left:0;
	}
	.ach-item:nth-child(3){
		padding-left:0;
	}
	.team{
		height:auto;
		padding:35px 0;
	}
	.team-content{
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
	.tl-item{
		display:block;
		width:100%;
	}
	.team-title{
		padding-top:25px;
	}
	.team-title h2{
		font-size:31px;
	}
	.team-sub-title{
		font-size:20px;
	}
	.team-more{
		padding-bottom:20px;
	}
	.sertificate{
		background-attachment:inherit;
		background-size:cover;
	}
	.sertificate-content{
		width:100%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}
	.sertificate-title h2{
		font-size:31px;
	}
	.conditions{
		height:auto;
		padding:35px 0;
	}
	.cond-row{
		margin-bottom:35px;
	}
	.cond-item{
		width:100%;
		float:none;
		margin-bottom:25px;
		height:auto;
	}
	.cond-text{
		padding-left:15px;
		padding-right:15px;
		padding-bottom:15px;
	}
	.cond-title{
		padding-top:30px;
	}
	.cond-cond{
		font-size:40px;
	}
	.cond-cond-2{
		padding-left:0;
		text-align:center;
	}
	.cond-logo{
		padding-bottom:15px;
	}
	.crf-title{
		font-size:26px;
	}
	.use-item{
		display:block;
		margin-bottom:10px;
		font-size:18px;
		width:100%;
	}
	.iu1:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.crf-use{
		text-align:center;
	}
	.iu1{
		padding-left:40px;
		margin-bottom:23px;
	}
	.iu2:before{
		width:40px;
		background-size:100%;
		height:37px;
		top:-8px;
	}
	.iu2{
		padding-left:40px;
		margin-right:0;
	}
	.iu3:before{
		width:26px;
		background-size:100%;
		height:37px;
		top:-3px;
	}
	.iu3{
		padding-left:40px;
	}
	.crf-st{
		padding-top:30px;
	}
	.fdw{
		float:none;
		width:100%;
		margin-bottom:20px;
		padding-right:0;
	}
	.fdw input[type="text"]{
		padding-left:24px;
		height:66px;
	}
	.fdw input[type="submit"]{
		height:66px;
	}
	.contact{
		height:auto;
	}
	.content-contact{
		width:100%;
		padding-bottom:30px;
	}
	.map-content{
		position:relative;
		width:100%;
	}
	.reviews-carousel-wrapper{
		padding-left:0;
		padding-right:0;
	}
	.rvs-img{
		width:100%;
		box-sizing:border-box;
		margin-bottom:20px;
		float:none;
	}
	.cii{
		box-shadow:none !important;
	}
	.about-video{
		float:none;
		width:100%;
	}
	.team-content{
		box-shadow:none;
	}
	.rvs-img{
		margin-right:0;
	}
	.rvs-text{
		height:auto;
		overflow:inherit;
		padding:0 15px;
		text-align:center;
	}
	.reviews{
		background-size:cover;
	}
	.rvs-text .float-content{
		position:relative;
		top:0;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	.pl-item{
		margin-right:0;
	}
	.action-timer{
		box-shadow:none;
	}
	.action-timer-wrapper{
		box-shadow:none;
	}
	.tl-item{
		margin-right:0;
	}
	.action-item{
		float:none;
	}
	.btn-site{
		text-align:center;
	}
	.cip-radio-row{
		padding-left:0;
	}
	.crr2 .crr-item{
		margin-right:0;
		float:none;
		display:block;
		margin-bottom:20px;
	}
	.cond-cond-2{
		padding-right:0;
	}
	.achievements{
		padding-bottom:0;
	}
	.clac-wapper-row{
		text-align:left;
	}
	.mat-img{
		text-align:left;
	}
	.ctid-text{
		font-size:18px;
	}
	.catalog-tab-links ul li a{
		padding-left:9px;
		padding-right:9px;
		font-size:15px;
	}
	.catalog-form-wrapper{
		padding:35px 25px;
	}
	.f-left-side{
		display:none;
	}
	.f-right-side{
		float:none;
		width:100%;
		box-sizing:border-box;
	}
	.frft2{
		font-size:18px;
	}
	.frf-row input[type="text"]{
		padding-left:20px;
		font-size:15px;
	}
	.frf-row input[type="submit"]{
		font-size:18px;
	}
	.catalog-form-wrapper{
		bottom:auto;
		top:58px;
	}
	.divider-nav{
		width:100%;
		margin-left:0;
	}
	.page-title h1{
		font-size:27px;
	}
	.entry-content {
		font-size: 18px;
		line-height: 22px;
	}
	.entry-content p.img-wr img{
		width:100%;
	}
	.send-choose-pp{
		width:290px;
		margin-left:-145px;
	}
	.cii{
		text-align:center;
	}
	.cii img{
		width:260px;
		height:auto;
	}
	.sc-title{
		font-size:26px;
	}
	.sc-row{
		padding-left:10px;
		padding-right:10px;
	}
	.sc-row input[type="radio"]+label{
		font-size:20px;
		padding-top:8px;
	}
	.sch-row{
		padding-left:10px;
		padding-right:10px;
	}
	.sch-step2 input[type="text"]{
		width:100%;
		padding-left:15px;
		height:60px;
		font-size:18px;
	}
	.sch-step2 input[type="submit"]{
		width:100%;
		height:60px;
		font-size:18px;
	}
	.prod-slider{
		width:100%;
	}
	.prod-slider .owl-prev{
		left:0;
	}
	.prod-slider .owl-next{
		right:0;
	}
	.ff-price-wrapper{
		width:100%;
	}
	.ff-field{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.entry-content ol{
		margin-left:14px;
	}
	.dcall-row{
		width:100%;
	}
	.dcall-field{
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:10px;
	}
	.calc-fixed.fixed{
		opacity:0 !important;
		visibility:hidden !important;
	}
	.gallery-item{
		width:100%;
		float:none;
		margin-bottom:10px;
		margin-left:0;
	}
	.entry-content h2{
		font-size:22px;
		line-height:31px;
	}
	.entry-content ul{
		margin-left:14px;
	}
	.production-gallery-wrapper{
		padding-left:0;
		padding-right:0;
	}
	.pl-title{
		font-size:19px;
	}
	.tl-title{
		bottom:0;
	}
	.cip-img{
		display:none;
	}
	.cip-check{
		text-align:left;
	}
	.mat-img{
		display:none;
	}
}
@media (min-width: 992px) and (max-width:1169px){
	
}
@media (min-width: 768px) and (max-width:991px){
	
}
@media (min-width: 480px) and (max-width:767px){
	
}
@media (min-width: 280px) and (max-width:479px){
	
}