

@font-face {
	font-family: 'bebas_neuebold';
	src: url('../fonts/bebasneue_bold-webfont.eot');
	src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
	url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
	url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
	url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura (Light)';
    src: url("../fonts/FuturaLightC.otf") format("opentype");

}





html, body {
	color: #111;
	font-family:"Futura (Light)", sans-serif;
}

.nav-wrapper {
	background: #111;
	height: 110px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 10;
}

.logo {
	display: inline-block;
	margin: 10px 25px 0 0;
}

.logo img {
		width:140px;
	}

.mainmenu {
	margin: 40px 0 0;
	padding: 0;
}

.mainmenu li {
	display: inline-block;
}

.h1main {
	/* font: 3.125em/0.96em "bebas_neuebold", sans-serif; */
	font: 2.8em/0.96em "Futura (Light)", sans-serif;
    color: #f2c90a;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0.16em; 
}

.h1main span {
	font: 20px 'Futura (Light)';
}

.mainmenu li a {
	color: #fff;
	font: 16px 'Futura (Light)';
	margin-left: 7px;
	text-transform: uppercase;
}

.mainmenu li a:hover {
	color: #ffd503;
	text-decoration: none;
	transition: ease 0.7s;
}

.hamburger {
	display: none;
}

.contact-phone {
	color: #fff;
	display: block;
	font: 26px 'Futura (Light)';
	margin: 20px 0 0;
}
.contact-phone:hover {
	color: #fff !important;
 text-decoration:none;
}

/* .contact-phone:hover {
	border-bottom: 1px dashed #f2c90a;
	color: #f2c90a;
	text-decoration: none;
} */

.callback {
	color: #fff;
	font: 17px 'Futura (Light)';
}

.callback span {
	color: #ffe400;
	margin-left: 5px;
}

header {
	/*background: url('../images/header.jpg') no-repeat 50%;*/
	
	height: 910px;
	margin: 0 auto;
	max-width: 1920px;
}

h1 {
	background: rgba(0, 0, 0, 0.85);
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f2c90a;
	font: 32px 'Futura (Light)';
	margin: 245px 0 0;
	padding: 30px 30px 20px;
	text-align: center;
	text-transform: uppercase;
}

h1 span {
	color: #fff;
	font-size: 24px;
}

.calculate-btn,
.calculate-btn-1,
.calculate-btn-2,.presentaciya {
	background: linear-gradient(#f7dc0b, #eeb806);
	border-radius: 8px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
	color: #000;
	display: block;
	font: 20px 'Futura (Light)';
	height: 56px;
	line-height: 56px;
	margin: 20px auto 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 230px;
	cursor:pointer;
}

.calculate-btn {
	margin: 20px auto 0;
}

.calculate-btn-1 {
	margin: 40px 0 0;
}

.calculate-btn-2 {
	display: none;
	margin: 60px auto 0;
}

.calculate-btn-1:hover,
.calculate-btn-2:hover {
	background: #f2ca09;
	color: #000;
	text-decoration: none;
}

#cta-1 {
	background: url('../images/1cta-bg.jpg') #b9b9b7 no-repeat 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	min-height: 680px;
	position: relative;
}
.hidden-anchor {
	height: 100px;
    position: absolute;
    top: -100px;
}

#cta-1 a {
	color: #111;
	font-family: 'Futura (Light)';
}

#cta-1 a:hover {
	border-bottom: 1px dashed #444;
	color: #444;
	text-decoration: none;
}

.form-heading {
	color: #111;
	font: 42px 'Futura (Light)';
	margin: 65px 0 15px;
	text-transform: uppercase;
}

.cta-form {
	float: right;
}

.cta-form p {
	font: 18px 'Futura (Light)';
	margin: 0 0 40px;
	max-width: 390px;
}

.alert{
 position:absolute;
 height:20px;
 padding:0 10px;
 background:red;
 color:#fff;
 font-size:12px;
 line-height:20px;
 top:0;
 left:0;
 font-style:normal;
 opacity:0;
 z-index:-2;
 white-space:nowrap;
}

.alert:after{
  content:'';
  position:absolute;
  width:0;
  height:0;
  border-top:solid 8px red;
  border-left:solid 5px transparent;
  border-right:solid 5px transparent;
  bottom:-8px;
  left:20px;
}

.alert-active{
 opacity:1;
 z-index:2;
}

.send{
	text-align:center;
	padding:50px 20px;
	font-size:30px;
	width:600px;
	-webkit-transform:translateZ(0);
}



.application-form p {
	font: 16px 'Futura (Light)';
	margin: 0 0 5px;
}

.application-form {
	font-family: 'Futura (Light)';
	width: 290px;
}


.form-block {
	margin: 0 0 15px;
	position: relative;
}

.form-block input {
	border: 1px solid #b1b9c3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*color: #7e7e7e;*/
	color: #000;
	font-size: 22px;
	height: 45px;
	outline: none;
	text-align: center;
}

.form-block input:first-child {
	width: 290px;
}

.country-input {
	height: 45px;
	margin-right: 6px;
	width: 45px;
}

.code-input {
	margin-right: 6px;
	width: 60px;
}

.phone-input {
	width: 165px;
}

.submit {
	background: linear-gradient(#f7dc0b, #eeb806);
	border-radius: 8px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
	color: #000;
	display: block;
	font: 20px 'Futura (Light)';
	height: 56px;
	margin: 20px auto 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.submit:hover {
	background: #f2ca09;
	color: #000;
	text-decoration: none;
}

#kinds {
	padding: 65px 0;
	position: relative;
}

.heading {
	font: 42px 'Futura (Light)';
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#kinds h2 {
	margin: 0 0 65px;
	
}

/* .block-container {
	margin: 0 0 40px;
} */

.block {
	/* background: url('../images/block-bg.png');
	height: 297px;
	margin: 0 0 15px; */
	position: relative;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
	width: 297px;
	height: 297px;
}

.block:hover {
	opacity: 0.9;
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}

.block img {
	/* margin: 17px 0 0 -10px; */
	
}

.block h3 {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font: 19px 'Futura (Light)';
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	width: 270px;
}

.more {
	color: #333;
	display: block;
	font: 19px 'Futura (Light)';
	margin: 25px 0 0 -20px;
	text-align: center;
	text-decoration: underline;
	display: none;
}

.modal-usl {
	display: none;
}

.text-modal {
	padding: 30px;
}

#statement {
	background: url('../images/statement-bg.jpg') no-repeat 50%;
	background-size: cover;
	padding: 30px 0;
}

#statement .heading {
	margin: 0 0 20px;
}

#statement img {
  margin: 20px auto 0;
}

#presentaciya {
	background: url('../images/statement-bg.jpg') no-repeat 50%;
	background-size: cover;
	padding: 30px 0;
}

#presentaciya .heading {
	margin: 0 0 20px;
}

#presentaciya img {
  margin: 20px auto 0;
}

.scope {
	margin: 0px auto 0;
	max-width: 460px;
}

.scope p {
  font: 22px "Futura (Light)";
  margin: 0 0 10px;
  text-align: center;
}

.scope p a {
	color: #111;
	font: 20px 'Futura (Light)';
}

.scope p a:hover {
	border-bottom: 1px dashed #444;
	color: #444;
	text-decoration: none;
}

.download-btn {
	border: 2px solid #000;
	border-radius: 8px;
	color: #000;
	display: block;
	font: 20px 'Futura (Light)';
	height: 50px;
	line-height: 0.8;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: .5s ease-out;
	transition: ease-out 0.5s;
}

.download-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .5s ease-out;
	transition: ease-out 0.5s;
}

#capability {
	background: url('../images/capability-bg.jpg') no-repeat 50%;
	background-size: cover;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 0 60px;
	position: relative;
}

#capability .heading {
	line-height: 0.8;
	margin: 0;
}

.capability-panel {
	background: url('../images/map.png') no-repeat 50%;
	padding: 130px 0 0;
}

#capability img {
	display: block;
	margin: 0 auto ;
	width: 55px;
}

#capability h3 {
	font: 22px 'Futura (Light)';
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#capability ol li {
	font: 16px 'Futura (Light)';
}

#results {
	padding: 65px 0 25px;
	position: relative;
}

#results .heading {
	line-height: 1.2;
	margin: 0 auto 20px;
	max-width: 625px;
}

#results .subheading {
	font: 24px 'Futura (Light)';
	margin: 0 auto 60px;
	max-width: 625px;
	text-align: center;
}

.slider-row {
	margin: 0 0 85px;
}

.slider-bg {
	background: #ffd835;
}

.slider-1 {
	position: relative;
}

.slider-1 img {
	display: block;
	width: 100%;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    webkit-box-shadow: none;
box-shadow: none; 
border: none;
    left: -10px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    top: 10px;
	max-height:400px !important;
    }

    .bx-wrapper .bx-pager {
    	bottom: -50px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
    	background: #6b6b6b;
    }

    .bx-wrapper .bx-pager.bx-default-pager a.active {
    	background: #ffd835;
    }

#results .slick-arrow {
	border: none;
	bottom: -40px;
	height: 25px;
	padding: 6px 10px;
	position: absolute;
	text-indent: -99999px;
	width: 50px;
}

#results .slick-prev {
	background: url('../images/left-arrow.png') #ffd835 no-repeat 50% 50%;
	left: 30%;	
}

#results .slick-next {
	background: url('../images/right-arrow.png') #ffd835 no-repeat 50% 50%;
	left: 60%;	
}

#results .slick-dots {
	left: 50%;
    margin: 0 0 0 -38px;
    padding: 0;
    position: absolute;
}

#results .slick-dots li {
	display: inline-block;
}

#results .slick-dots button {
	background: #6b6b6b;
    border-radius: 50%;
    height: 10px;
    outline: none;
    padding: 0;
    text-indent: -99999px;
    width: 10px;
}

#results .owl-controls {
	margin: 15px auto 0;
	max-width: 250px;
	position: relative;
}

#results .owl-dots {
	bottom: -20px;
	cursor: pointer;
	left: 50%;
	margin-left: -40px;
	padding: 0;
	position: absolute;
}

#results .owl-dot {
	background: #6b6b6b;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 10px;
	margin-right: 6px;
	width: 10px;
}

#results .owl-dot.active {
	background: #ffd835;
}

#results .owl-nav {
	border: none;
	outline: none;
	text-indent: -99999px;
}

#results .owl-prev {
	background: url('../images/left-arrow.png') #ffd835 no-repeat 50% 50%;
	height: 25px;
	left: 0;
	padding: 6px 10px;
	position: absolute;
	width: 50px;
}

#results .owl-prev:hover {
	background: url('../images/left-arrow.png') #eac732 no-repeat 50% 50%;
}

#results .owl-next {
	background: url('../images/right-arrow.png') #ffd835 no-repeat 50% 50%;
	height: 25px;
	right: 0;
	position: absolute;
	width:  50px;
}

#results .owl-next:hover {
	background: url('../images/right-arrow.png') #eac732 no-repeat 50% 50%;
}

#results .owl-stage {
	width: 6345px;
}


.work-description-1,
.work-description-2 {
	border: 1px solid #cbcbcb;
	padding: 30px 30px 35px;
	position: relative;
	z-index: -1;
}

.work-description-1 {
	margin-left: -45px;
}

.work-description-2 {
	margin-right: -35px;
}

.work-description-1 h3,
.work-description-2 h3 {
	font: 26px 'Futura (Light)';
	margin: 0 0 15px;
	text-transform: uppercase;
}

.work-description-1 p,
.work-description-2 p {
	color: #3c3c3c;
	font: 17px 'Futura (Light)';
}

#cta-2 {
	background: url('../images/2cta-bg.jpg') no-repeat 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	height: 620px;
}

#equipment {
	overflow: hidden;
	padding: 135px 0 30px;
	position: relative;
}

#equipment h2 {
	font: 42px 'Futura (Light)';
	margin-bottom: 70px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

#equipment h2:after {
	content: '';
    display: block;
    width: 260px;
    height: 3px;
    background: #00b7f4;
    bottom: 0;
    left: 0;
    position: absolute;
}

.equipment-list {
	display: none;
}

/*#equipment .item {
	height: 338px;
	position: relative;
	width: 385px;
}

#equipment .item img {
	bottom: 0;
	height: 338px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	width: 385px;
}

#equipment .slider .center .item .img {
	width: 385px;
    height: 338px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#equipment .slider .center .item .img {
	width: 721px;
    height: 597px;
    z-index: 10;
    left: -125px;
    -webkit-box-shadow: 0px 50px 70px rgba(0,0,0,0.50);
    box-shadow: 0px 50px 70px rgba(0,0,0,0.50);
}

#equipment .item .img:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
    /* background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%); */
    /*opacity: 1;
    transition: 0.3s;
}*/

#equipment .slider .item {
	width: 435px;
	height: 360px;
	position: relative;
}
#equipment .slider .item .img {
	width: 435px;
    height: 360px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#equipment .slider .item .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(255,255,255,0.00) 100%);
	opacity: 1;
	transition: 0.3s;
}
#equipment .slider .item .img p {
	position: absolute;
	font-size: 20px;
	color: #fff;
	z-index:2;
	font-weight: 100;
	left: 25px;
	top: 20px;
}
#equipment .slider .item .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.50);
}
#equipment .owl-carousel .owl-stage-outer {
    overflow: visible;
    z-index: 2;
    margin-left: 192px;
}
#equipment .slider .center .item .img {
	width: 650px;
	height: 570px;
	z-index: 10;
	left: -125px;
}
#equipment .slider .center .item .img p {
	font-size: 30px;
	color: #fff718;
	font-weight: 400;
}
#equipment .slider .center .item .img:after {
	opacity: 0;
}
#equipment .slider .owl-nav {
	position: absolute;
	width: 52px;
	display: block;
	left: 50%;
	margin-left: -225px;
	top: -82px;
}

#equipment .slider .owl-nav .owl-prev {
	background: url('../images/eq-prev.png') no-repeat;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

#equipment .slider .owl-nav .owl-next {
	background: url('../images/eq-next.png') no-repeat;
	float: left;
	height: 20px;
	width: 20px;
}

#equipment .item p {
	color: #fff;
	font: 18px 'Futura (Light)';
	left: 15px;
	position: absolute;
	top: 20px;
	z-index: 2;
}

/*#equipment .slider .owl-nav {
	position: absolute;
	width: 52px;
	display: block;
	left: 50%;
	margin-left: -255px;
	top: -50px;
}*/


#steps {
	background: url('../images/steps-bg.jpg') no-repeat 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	padding: 65px 0;
}

#steps .heading {
	color: #fff;
	margin-bottom: 30px;
}

.step {
	height: 225px;
}

.step-number {
	color: #fccf1a;
	font: 60px 'Roboto-Black';
}

.step-desc {
	color: #fff;
	font: 16px 'Futura (Light)';
}


.lower-step {
	margin-top: -40px;
}

.blackout {
	cursor: pointer;
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9000;
}

.pop-up-steps {
	background: #bbb;
	border: 1px solid #435368;
	box-sizing: border-box;
	display: none;
	font-family: Arial, sans-serif;
	height: 400px;
	left: 50%;
	margin: -200px 0 0 -155px; 
	padding: 10px;
	position: fixed;
	top: 50%;
	width: 320px;
	z-index: 10000;
}

.apply-title {
	color: #111;
	font: 30px 'Futura (Light)';
	margin: 10px 0 15px;
	text-align: center;
}

.cancel {
	background: url('../images/cancel.png') no-repeat;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 16px;
}

#cta-3 {
	background: url('../images/3cta-bg.jpg') no-repeat 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	min-height: 650px;
}

footer {
	background: #111;
	padding: 25px 0;
}

footer .contact-phone {
	margin-top: 0;
}

.footer-address {
	color: #fff;
	font: 17px 'Futura (Light)';
	margin-left: 30px;
}

.footer-contact {
	text-align: right;
}

footer .callback {
	margin-bottom: 5px;
}

.contact-email {
	color: #fff;
	font: 17px 'Futura (Light)';
}

.contact-email:hover {
	border-bottom: 1px dashed #ffd835;
	color: #ffd835;
	text-decoration: none;
}

#scrollup {
	background: url('../images/caret.png') no-repeat 50% 50%;
	position: fixed;
    right: 5%;
    bottom: 7%;
    color: #222;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border: 3px solid #ffd835;
    opacity: .7;
}


/*Responsive*/
@media only screen and (max-width: 1199px) {
	.block {
		margin: 0 auto 15px;
	}

	.burger {
			position: fixed; /* меню будет сбоку слева при любой прокрутке страницы*/
			top: 0;
			bottom: 0;
			width: 200px; /*нужная ширина меню*/
			background-color: rgba(17, 17, 17, 0.9);
			z-index: 10; /* чтобы контент страницы не перекрывал меню*/
		}

		.burger-hidden { /* класс для скрытого состояния, transition для плавного показа/скрытия */
			right: -200px;
			-webkit-transition: all ease-out 0.5s;
		    -moz-transition: all ease-out 0.5s;
		    -o-transition: all ease-out 0.5s;
		    transition: all ease-out 0.5s;
		}

		.burger-show { 
			right: 0px;
			-webkit-transition: all ease-out 0.5s;
		    -moz-transition: all ease-out 0.5s;
		    -o-transition: all ease-out 0.5s;
		    transition: all ease-out 0.5s;
		}

		.burger-wrapper { /* обертка кнопки с position relative */
			position: relative;
			width: 100%;
			height: 100%;
		}

		.trigger { /*сама кнопка, здесь ее можно стилизовать как угодно. Либо это просто обертка для гамбургера */
			position: absolute;
			
			
			/*width: 30px;
			height: 30px;
			border-radius: 50%;
			background-color: red;*/
		}

		.hamburger { 
			outline: none;
		}

		.mainmenu {
			left: 0;
			margin: 0;
			position: absolute;
			top: 0;
			width: 200px;
		}

		.hamburger {
			display: block;
			outline: none;
			position: absolute;
			right: 0;
			top: 20px;
		}

		.hamburger:hover {
			opacity: 1;
		}

		.hamburger-inner,
		.hamburger-inner:before,
		.hamburger-inner:after {
			background: #fff;
		}

		.nav-contact-block {
			margin: 0 auto;
			max-width: 230px;
		}

		.mainmenu li {
			display: block;
		}

		
		.mainmenu li a {
			border-bottom: 1px solid #000;
			-webkit-box-sizing: border-box;
		  	-moz-box-sizing: border-box;
			box-sizing: border-box;
			color: #fff;
			display: block;
			margin: 0;
			padding: 15px 20px;
			text-align: center;
			-webkit-transition:  background 0.3s ease-in-out;
		    -moz-transition:  background 0.3s ease-in-out;
		    -ms-transition:  background 0.3s ease-in-out;
		    -o-transition:  background 0.3s ease-in-out;
		    transition:  background 0.1s ease-in-out;
		    width: 100% !important;
		}

		.mainmenu li:hover a,
		 .mainmenu li:active a {
			background: #111;
			text-decoration: none;
		}

		#statement {
			padding: 30px 0 60px;
		}

		#equipment {
			padding-top: 45px; 
		}

		#equipment .slider .center .item .img {
			width: 550px;
		    height: 470px;
		    z-index: 10;
		    left: -100px;
		}

		#equipment h2:after {
			width: 220px;
		}
}

@media only screen and (max-width: 991px) {
	.slider-row {
		margin: 0 0 65px;
	}

	.slider-1,
	.slider-2 {
		margin-bottom: 60px;
	}


	.work-description-1,
	.work-description-2 {
		margin: 0 0 -35px;
		padding: 25px 25px 45px;
	}

	.lower-step {
		margin-top: 20px;
	}

	.calculate-btn-1 {
		margin-top: 60px; 
	}

	#equipment {
		padding: 35px 0 45px; 
	}

	#equipment h2 {
		text-align: center;
	}

	#equipment h2:after {
		left: 50%;
		margin-left: -130px;
	}

	.container-fluid {
		display: none;
	}

	.equipment-list {
		display: block;
	width: 100%;
	text-align: center;
}

.equipment-list ul {
	width: 80%;
	display: inline-block;
	font-size: 0;
	padding: 0;
}

.equipment-list ul li {
	width: 100%;
	min-height: 86px;
	background-color: #FFF;
	list-style-type: none;
	margin-bottom: 3px;
	overflow: hidden;
	border: 1px solid #ccc;
    color: #4A4A4A;
	padding-right: 10px;
}

.equipment-list ul li img {
	float: left;
	width: 100%;
}

.equipment-list ul li div {
    width: 122px;
}

.equipment-list ul li span {
    padding-left: 110px;
    font-size: 29px;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
    font-weight: normal;
    line-height: 23px;
}

}

@media only screen and (max-width: 767px) {
	header {
		height: 810px;
	} 

	h1 {
		font-size: 26px;
		margin: 245px 0 0;
	}

	h1 span {
		font-size: 18px;
	}

	.form-heading {
		font-size: 30px;
		text-align: center;
	}

	.application-form {
		margin: 0 auto;
	}

	#kinds h2,
	#statement .heading,
	#capability .heading,
	#results .heading,
	#equipment h2,
	#steps .heading {
		font-size: 30px;
	}

	.capability-panel {
		padding: 50px 0 0;
	}

	.capability-panel > div {
		margin-bottom: 50px;
	}

	.calculate-btn-1 {
		display: none;
	}

	.calculate-btn-2 {
		display: block;
	}

	.step {
		height: auto;
	}

	.step-block {
		margin: 0 auto 40px;
		max-width: 280px;
	}

	.lower-step {
		margin-top: 0;
	}

	.equipment-list ul li span {
    padding-left: 100px;
	}

	footer {
		padding-bottom: 45px; 
	}

	footer .logo {
		display: block;
		margin: 0 auto 30px;
		width: 70px;
	}

	.footer-contact {
		margin: 40px auto 0;
		max-width: 230px;
		text-align: center;
	}

	.footer-address {
		max-width: 270px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.slider-row {
		margin: 0 0 55px;
	}
}

@media (max-width: 590px) {
	.equipment-list ul li span {
	padding-left: 152px;
	font-size: 28px;
	}

	.equipment-list ul li span {
    padding-left: 70px;
	}
}

@media (max-width: 520px) {
	.equipment-list ul li span {
	padding-left: 117px;
	font-size: 23px;
	height: 70px;
}
.equipment-list ul li div {
    width: 84px;
}
.equipment-list ul li {
	min-height: 70px;
	padding-right: 10px;
}
}

@media (max-width: 490px) {
   .equipment-list ul li {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.equipment-list ul li span {
		font-size: 16px;
    padding-left: 30px;
	}
	
	.contact-phone {
		font-size:18px;
	}
	
	.logo img {
		width:80px;
	}
	
	.prichina {
		font-size:18px !important;
	}
	
	.h1main {
		font-size:2.5em;
	}
}


@media only screen and (max-width: 415px) {
	.logo {
		margin: 20px 0 0;
	}

	.logo img {
		display: inline-block;
		width: 80px;
	}

	#equipment h2:after {
		width: 280px;
	}

	.nav-contact-block {
		max-width: 180px;
		text-align: center;
	}

	.contact-phone {
		font-size: 19px;
		margin-top: 25px;
	}

	.callback {
		font-size: 14px;
	}
	
	
}

.contacts {
position:absolute;
z-index:2;
right:20px;
background:#fff;
top:30px;
}
#cta-3 {
position:relative;
background:none;
}

.block41_p{
	font-size:44px;
	color:#ff8383;
	font-family: 'lobster_1.4regular';
	margin-bottom:24px;
}
.block42_p{
	color:#1eb600;
}
.block41{
	float:left;
	position:relative;
}
.image1{
	position:absolute;
	top:10px;
	left:-450px;
}
.block41 ul{
	display:block;
	background:#fff2f2;
	padding:;
	font-size:16px;
	width:505px;
}
.block41 li{
	text-align:right;
	padding-right:105px;
	height:85px;
	line-height:1.2;
	background:url(../images/krest.png) no-repeat 430px 18px;
}
.block41 li div{
	display:table-cell;
	vertical-align:middle;
	height:85px;
	width:420px;
}
.block42{
	float:right;
	text-align:left;
	width:390px;
}
.block42 li{
	background:url(../images/galka.png) no-repeat 0 18px;
	padding-right:0;
	padding-left:60px;
	width:485px;
	text-align:left;
}
.block42 ul{
	background:none;
}
.image2{
	position:absolute;
	top:10px;
	right:-450px;
}

@media screen and (max-width:1199px){
	.block42 li {
		width: 423px;
	}
	.block42 ul {
		width: 429px;
	}
	.block42 li div {
		display: table-cell;
		vertical-align: middle;
		height: 85px;
		width: 368px;
	}
	.block4{
		padding-left:0;
		width:100%;
	}
	.block41 {
		float: none;
		margin:0 auto 30px;
		width:505px;
	}
	.block42 {
		float: none;
	}
	.block4_main{
		background:none;
	}
}

@media screen and (max-width:510px){
	.block41 ul {
    margin:0 auto;
    width: 320px;
	}
	.block41 li {
		background: url(../images/krest.png) no-repeat 245px 18px;
			margin-bottom: 10px;
	}
	.block41_p {
		font-size: 40px;
		text-align:center;
	}
	.block42 li {
		width: 260px;
			background: url(../images/galka.png) no-repeat 0 18px;
	}
	.block41{
			width: 320px;
	}
}




.konkurenty.bad p {
color: #ff8383;
font: 30px "Futura (Light)";
text-align: center;
margin-bottom: 30px;
}
.konkurenty.good p {
color: #1eb600;
font: 30px "Futura (Light)";
text-align: center;
margin-bottom: 30px;
}

.konkurenty ul {
margin: 0;
padding: 0;
}

.konkurenty.bad li {
background: rgba(0, 0, 0, 0) url("../images/krest.png") no-repeat scroll 0 0;
height: 50px;
line-height: 1.2;
list-style: outside none none;
padding-left: 70px;
text-align: right;
margin: 10px 0;
}

.konkurenty.good li {
background: rgba(0, 0, 0, 0) url("../images/galka.png") no-repeat scroll 0 0;
height: 50px;
line-height: 1.2;
list-style: outside none none;
padding-left: 70px;
text-align: right;
margin: 10px 0;
}

.konkurenty li div {
height: 50px;
text-align: left;
vertical-align: middle;
padding-top:10px;
font-size:15px;
}

.whywe p {
font-size: 20px;
height: 40px;
margin-top: 20px;
text-align: center;
}

.where .block h3 {
font-size:17px;
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: 200px;
  width: auto;
  margin-bottom: 20px;
}

.prices .block-container a {
  color: #000;
  display: block;
  text-align: center !important;
  width: 100%;
  font: 19px "Futura (Light)";
}

.pricestable  {
display:none;
}

.pricestable table {
border:1px solid #666;
}
.pricestable table td {
border:1px solid #666;
text-align:center;
}

.hotite {
cursor:pointer;
color:#fff !important;
}
.hotite:hover {
cursor:pointer;
color:#ffe400 !important;
border-bottom:1px #ffe400 dashed;
}
.nav-contact-block{
	position: relative;
}
.phone {
    display: block;
    margin-left: -75px;
    position: absolute;
    margin-top: 0px;
}
.whatsapp {
    display: block;
    margin-left: -40px;
    position: absolute;
    margin-top: 0px;
}


/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

.fadeInPrichiny{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

.prichiny {
		background:#222;
		font-size:16px;
		padding:15px;
		}
		
		.prichiny ul {
		min-height:450px;
		list-style:none;
		}
		
		.prichina {
background-image: url("../images/check.png");
background-position: 10px 10px;
background-repeat: no-repeat;
color: #fff;
display: inline-block;
font-size: 23px;
line-height: 40px;
padding-left: 50px;
text-align: left;
display:none;
/* visibility: hidden; */
/* width: 800px; */text-transform: uppercase;


		}
		
		.prichiny h3 {
color: #015ebc;
cursor: default;
font-family: "Open Sans",sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
letter-spacing: 2px;
line-height: 40px;
margin: 0;
padding: 30px 45px 50px;
text-transform: uppercase;
}

.whywe .block-container, .whywe .col-md-offset-3, .where .block-container {
	text-align:center;
}
.whywe .block-container img, .whywe .col-md-offset-3 img, .prices .block-container img, .where .block-container img {
	display:inline-block;
}

.item {
	background-color:#fff;
	padding:10px;
}

.item p {
	text-align:center;
	font-size:30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791 !important;
    color: #FFF;
    text-decoration: none;
}

.owl-nav button {
	background-color:#fff !important;
	padding:5px 10px !important;
}

.item1 img {max-height:100px;}