/*div, section {
  border: 1px solid green;
}*/
.preloader {
	position: absolute;
	top: 0;
	width: 100%;
	background: #e01111;
	height: 200%;
	z-index: 11;
	opacity: 1;
	-webkit-transition: all 0.5s ease, opacity 0s;
	-moz-transition: all 0.5s ease, opacity 0s;
	-ms-transition: all 0.5s ease, opacity 0s;
	-o-transition: all 0.5s ease, opacity 0s;
	transition: all 0.5s ease, opacity 0s;
}
.preloader.close {
	top: 247px;
	height: 80px!important;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 0.5s ease, opacity 0.5s ease 0.8s, visibility 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease, opacity 0.5s ease 0.8s, visibility 0.5s ease 0.8s;
	-ms-transition: all 0.5s ease, opacity 0.5s ease 0.8s, visibility 0.5s ease 0.8s;
	-o-transition: all 0.5s ease, opacity 0.5s ease 0.8s, visibility 0.5s ease 0.8s;
	transition: all 0.5s ease, opacity 0.5s ease 0.8s, visibility 0.2s ease 0.8s;
}
@media screen and (max-width: 32em) {
	.preloader.close {
		top: 0;


	}
}


.preloader.scroll {
	position: fixed;
	top: 0;
}
div {
	box-sizing: border-box;
}
body, html {
	margin: 0;
	padding:0;
	height: 100%;
	position: relative;
}
body {
	font-family: 'open sans';
	font-size:10px;
	position: relative;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	overflow:auto;
}
h1 {
  font-size: 6em;
}
h2 {
  font-size: 5em;
  text-align: center;
}
h3, .ceny input {
  font-size: 3em;
}
h4 {
  font-size: 2em;
	font-weight: 500;
	line-height: 150%;
}
h5 {
	font-size: 1.7em;
	font-weight: 500;
	line-height: 150%;
}
p {
  font-size: 1.5em;
  line-height: 150%;
}
.wrapper {
	width:100%;
	max-width:1200px;
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	padding:1em;
}
.top {
	/*-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;*/
	z-index:10;
  text-align: center;
  padding: 20px 0 0 0;
  display: block;
	background-color: #fff;
	position: relative;
}
.top > div:first-of-type {
  width: 100%;
	position:relative;
  background-color: #e01111;
  margin-top:20px;
  padding: 0;
  border-bottom: 3px solid #fff;

/*	display: flex;
	align-items: center;
	justify-content: space-around;*/
}
.top ul {
	display:table;
	vertical-align:top;
  width: 100%;
  max-width: 850px;
	padding: 0!important;
}
.top ul img {
  height: 100%;
}
.top ul li {
	display:table-cell;
	vertical-align:middle;
	width:13.14%;
	text-align:center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.top ul li a {
	display:block;
	line-height:80px;
	font-size:2.5em;
	font-weight:600;
	color:#ffffff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
@media screen and (max-width: 32em) {
	.top ul li a:hover {
		color: #000;
	}
}
@media screen and (min-width: 32em) {
	.top ul li:hover, .top ul li .active {
	  background: #000;
	}
	.top ul:hover .active {
		background: none!important;
	}
}

.top .menu {
  font-family: Arial, "sans-serif";
	position:relative;
	width:40px;
	height:40px;
	line-height:34px;
	text-align:center;
	color:#ffffff;
	top:0;
	margin:auto;
	font-size:38px;
	display:block;
	z-index:10;
	display:none;
}
.top .menu span {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.top .menu span:first-of-type {
  -webkit-transform:translateY(-25%);
  -moz-transform:translateY(-25%);
  -ms-transform:translateY(-25%);
  -o-transform:translateY(-25%);
	transform:translateY(-25%);
}
.top .menu span:last-of-type {
  -webkit-transform:translateY(25%);
  -moz-transform:translateY(25%);
  -ms-transform:translateY(25%);
  -o-transform:translateY(25%);
	transform:translateY(25%);
}
#menu.scroll {
	position:fixed!important;
	top:0;
	left:0;
  	margin: 0 0 40px 0!important;
}
#menu.scroll a {
	/*line-height: 50px!important;*/
}
.top.scroll::after {
	display:none;
}

.main.open .top .menu span:first-of-type {
  -webkit-transform:rotateZ(35deg) translateY(0);
  -moz-transform:rotateZ(35deg) translateY(0);
  -ms-transform:rotateZ(35deg) translateY(0);
  -o-transform:rotateZ(35deg) translateY(0);
	transform:rotateZ(35deg) translateY(0);
}
.main.open .top .menu span:nth-of-type(2) {
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
	transform:scale(0);
}
.main.open .top .menu span:last-of-type {
  -webkit-transform:rotateZ(-35deg) translateY(0);
  -moz-transform:rotateZ(-35deg) translateY(0);
  -ms-transform:rotateZ(-35deg) translateY(0);
  -o-transform:rotateZ(-35deg) translateY(0);
	transform:rotateZ(-35deg) translateY(0);
}
section {
	padding: 6em 0;
	z-index: 2;
	position: relative;
	background-color: #fff;
	  background-size: 100%;
  background-repeat: no-repeat;
  background-position:  center;
	background-attachment: fixed;
}
.section {
	padding: 6em 0;
}

[class^="ico-main"], [class*=" ico-main"] {
	width: 2.2em;
	line-height:2.2em!important;
	vertical-align: middle;
	display: inline-block;
	font-size: 8em;
	color: #fff;
	z-index: 3!important;
	transform: scale(1);
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
	
}
[class^="ico-main"]::after, [class*=" ico-main"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	border: 8px solid #fff;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.2s;
	
}
.ic-anim a:hover [class^="ico-main"], .ic-anim a:hover [class*=" ico-main"] {
	background-color: #000;
	transform: scale(1.2);
	color: #e01111;
	border-color:rgba(255,255,255,0);
}
.ic-anim a:hover [class^="ico-main"]::after, .ic-anim a:hover [class*=" ico-main"to]::after {
	border:0px solid #fff;
}
.ic-anim * {
  position: relative;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.ic-anim img {
	display: inline-block;
	z-index: 2;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.ic-anim a:hover h3 {
	transform: translateY(-250%);
	opacity: 0;
}
.ic-anim span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
  padding: 0.5em 1em;
  font-size: 2.5em;
  font-weight: 900;
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
}
.ic-anim a:hover span {
  opacity:1!important;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.ic-anim h4 {
  margin-bottom: 0;
}
.lift-spec li {
	position: relative;
	width: auto;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0;
	
	vertical-align: top;
	width: 10%;
	min-width: 70px;
	text-align: center;
}
.lift-spec li:last-child {
	margin-right: 0;
}
.lift-spec li::after {
	content:attr(spec);
	position: absolute;
	min-width: 50px;
	width: 100%;
	min-width: 110px;
	top: 0;
	left: -50%;
	right: 0;
	margin: auto;
	padding: 0.5em;
	background: #fff;
	color:#000;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #e01111;
	line-height: 1em;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transform: translateX(12.5%);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.lift-spec li:hover:after {
	opacity: 1;
	visibility: visible;
	background: #fff;
	top: 6%;
}
.lift-spec li span {
	display: block;
	text-align: center;
	font-size: 1.5em;
}
[class^="ico-lift"], [class*=" ico-lift"] {
	width: 2em;
	height: 2em;
	display: inline-block;
	line-height: 2em!important;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: 2.5em;
	color: #e01111;
	border:2px solid #e01111;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.lift-spec li:hover i {
	background: #e01111;
	color: #fff;
}
.slider-nav div div div {
	width: 75px!important;
	height:75px;
	line-height: 70px;
	vertical-align: middle;
	border:3px solid #e01111;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow: hidden;
	text-align: center;
}
.slider-nav div div div img {
	width: auto!important;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}
.slider-nav div div div:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-noz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}
footer {
	position: fixed;
	background-color: #191919;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1!important;
	padding-top: 3em;
	background: #191919;
	color: #fff;
	text-align: left!important;
}

footer li {
  list-style-image:url(../img/list-custom-style.png);
  margin-left: 30px;
}

.cookies {
	position: fixed;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #000000;
	width: 100%;
	padding: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	z-index: 999;
}
.cookies a {
	margin-right: .3em;
margin-bottom: 0;
line-height: 20px;
text-align: center;
vertical-align: middle;
	font-family: Tahoma, sans-serif;
color: #fff;
	text-decoration: none;
	font-style: normal;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top,#08c,#04c);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
background-image: -webkit-linear-gradient(top,#08c,#04c);
background-image: -o-linear-gradient(top,#08c,#04c);
background-image: linear-gradient(to bottom,#08c,#04c);
background-repeat: repeat-x;
border-color: #04c #04c #002a80;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding: 2px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	cursor: pointer;
}
input:checked + div {
	opacity: 0;
	 visibility: hidden;
}
@media screen and (max-width: 32em) {
	footer li {
		list-style-position: inside;
		list-style-type: initial;
		margin: 0;
	}
}
footer h5 {
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}
footer a {
  display: block;
  font-size: 1.4em;
  color:#e01111;
}
.bottom {
	padding: 80px 0;
	background: #191919;
	padding-bottom:20px;
	color: #686868!important;
	font-size: 1.2em;
}
.bottom span {
	margin-top: 20px;
}
.bottom span a { 
	font-size: 1em!important;
	display: inline!important;
	color: #c5c5c5!important;
}

.btn_red {
	cursor: pointer;
	font-size: 2.5em;

	color: #fff;
	padding:0.2em 1em;
	background-color: red;
	max-width: 300px;
	white-space: nowrap;
  	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.btn_red:hover {
  background-color: #000;
}
.btn_out {
  background: none;
  color: #e01111;
  padding:0.2em 2em;
  border:2px solid #e01111;
  border-radius: 25px;
}
.btn_out:hover {
	background: #e01111 ;
	color:#fff;
}

.stop {
	pointer-events:none;
}
.nav-btn {
  display: table;
  position: absolute;
  font-size: 1.2em;
  color: #fff;
  padding: 2em 2.5em;
  background: rgba(224,17,17,1);
  top:50%;
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  z-index: 8;
  opacity: .8;
    	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.nav-btn:hover {
  background: rgba(0,0,0,1);
  opacity: 1;
}
.nav-btn:active  {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(.8);
  -moz-transform: translateY(-50%) scale(.8);
  -ms-transform: translateY(-50%) scale(.8);
  -o-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
}
.nav-btn span {
  margin: 0;
  padding: 0;
  font-size: 4em;
  line-height: 50%;
}
.nav-left {
  left: 20%;
}
.nav-right {
  right: 20%;
}

.ceny input {
/*	pointer-events: none;
	border: none;
	width: auto;*/
}

.modal {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: scroll;
	
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.5s ease;
}
.modal .modal-content {
	padding: 3em 6em;	
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border: 1px solid rgba(0,0,0,.2);
	background-clip: padding-box;
	box-sizing: content-box;
	max-width: 700px;
	height: auto;
	min-height: 600px;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	overflow-y: scroll;
		

}
@media screen and (max-width: 32em), screen and (max-height: 500px) {
	.modal .modal-content {
		overflow-y:hidden;
	}

.modal-content.open {
	height: 100%;
	overflow-y: scroll;
}	
	.modal-content.open .form-group {
		display: none;
	}
}
.modal > div {
	position: relative;
	margin: 0 auto;
	top: 30%;
	transform: translateY(-50%);
}

@media screen and (max-width: 32em), screen and (max-height: 500px) {
	.modal > div.modal-content {
		top: 0!important;
		transform: none!important;
		-webkit-transform: none;
		padding: 1em 2em;
	}
}
.modal div a.close_x {
	float: right;
	position: relative;
	top: 0;
	right: 0;
	font-size: 50px;
	color:#666666;
	display: block;
	z-index: 100;
}
.modal div a.close:hover {
	color:#333
}

.rodo {
	position: absolute;
	padding: 2em 6em;
	top: 100%;
	height: 0;
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	overflow: hidden;

	z-index: 99;
	box-sizing: border-box;
	border-radius: 10px;

	background: rgba(255,255,255, 1);
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (min-width: 33em) {
	.rodo {
		overflow: hidden;
	}
}
@media screen and (max-width: 32em) {
	.rodo {
		padding: 1em 2em;
	}
}
.rodo.open {
	top: 0%;
	height: 100%;
		overflow: inherit!important;

}
.rodo-link {
	cursor: pointer;
}
.rodo.open div {
	top: 0!important;
	float: left;
}

.block {
	pointer-events: none;
	opacity: .3;
}

@media screen and (max-width: 32em) {
	* {
		text-align: center!important;
	}
	br {
		display: none!important;
	}
  body {
    font-size:12px!important;
    text-align: center;
  }
  #sect-1 > div:first-of-type {
    margin: 4em auto!important;
  }
  h1{
    font-size: 12vw;
  }
	h2 {
		font-size: 13vw;
	}
	h3 {
		font-size: 10vw;
	}

	.phone{
    font-size: 2.5vw;
  }
	br {
		display: none;
	}
  .btn_red {
    font-size: 8vw;
  }

  .nav-btn {
    display: none!important;
  }
  .slideX p {
    font-size: 8vw;
  }
    #sect-1 div.h1 {
    margin-left:0;
  }
	.bottom span {
		float: none!important;
	}
	
		.top {
		text-align:center;
    padding: 0;
			margin-bottom: 0!important;
	}
  .top > div:first-of-type {
    position: fixed;
    margin: 0;
    padding:20px 0;

  }
	.main.open .top #menu {
		height: 100%;
	}
	.top ul {
    display: none;
	}
	.top > a {
		display:none!important;
	}
	.top ul li {
		/*margin: 2em 0;*/
		display:none;
		width:100%;
	}
	.top ul li a {
		font-size:10vw;
		color:#ffffff;
		line-height: 100%;
	}

  .main.open .top ul {
		display:block;
	  display: flex;
justify-content: center;
align-items: center;
flex-flow: wrap;
	  
	}
	.main.open .top ul li {
		display:block;
	}
  	.top .menu {
	  display:block;
  	}
  .logo_mobile {
    display:inline-block!important;
  }
  .phone {
    display: inline-block!important;
  }
		.hide {
		display: none;
	}


}


@media screen and (max-width: 62em) {
  body {
    font-size:8px;
  }
    .parallax {
        background-attachment: scroll!important;
    }
		.h1 {
	  background-color: rgba(255,255,255,.9);
		padding: 10px 0 60px 0;
  }
		footer {
		position: relative;
	}
		.main {
		margin-bottom: 0!important;
	}
		section {
		background-attachment: scroll;
		background-size: cover!important;
	}

}