@font-face {font-family: 'rb'; src: url('font/roboto-bold-webfont.eot'); src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-bold-webfont.woff2') format('woff2'), url('font/roboto-bold-webfont.woff') format('woff'), url('font/roboto-bold-webfont.ttf') format('truetype'), url('font/roboto-bold-webfont.svg#robotobold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rl'; src: url('font/roboto-light-webfont.eot'); src: url('font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-light-webfont.woff2') format('woff2'), url('font/roboto-light-webfont.woff') format('woff'), url('font/roboto-light-webfont.ttf') format('truetype'), url('font/roboto-light-webfont.svg#robotolight') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rr'; src: url('font/roboto-regular-webfont.eot'); src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-regular-webfont.woff2') format('woff2'), url('font/roboto-regular-webfont.woff') format('woff'), url('font/roboto-regular-webfont.ttf') format('truetype'), url('font/roboto-regular-webfont.svg#robotoregular') format('svg'); font-weight: normal; font-style: normal;}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}


.mobile-open, .mobile-close {
	display: none;
	float: right;
	width: 36px;
	height: 140px;
	cursor: pointer;
}

.mobile-open {background: url(img/mobile_open.png) no-repeat center center;}
.mobile-close {background: url(img/mobile_close.png) no-repeat center center; z-index: 200; position: absolute; right: 5%;}

.box {
	width: 1100px;
	margin: 0px auto 0px auto;
}

.walign {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

strong {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.menu {width: 100%; height: 140px; background-color: #000000; position: fixed; left: 0px; top: 0px; z-index: 100; border-bottom: 1px solid #666666;}
.menu h1 {padding: 0px; margin: 0px; text-indent: -9009px; background: url(img/logo.svg) no-repeat center center; background-size: contain;  width: 180px; height: 140px; float: left;}
.menu h1 a {display: block; width: 280px; height: 140px;}



.menu ul {padding: 0px; margin: 40px 0px 0px 0px; float: right; font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 22px;}
.menu ul li {padding: 3px 0px 0px 20px; margin: 0px; display: inline-block; list-style: none;}
.menu ul li a {color: #FFFFFF; letter-spacing: 1px; text-decoration: none; text-transform: uppercase;}
.menu ul li a:hover, .menu ul li a.a {color: #FED100;}
.menu ul li.phone {padding-left: 30px; background-size: 25px; background-repeat: no-repeat; background-position: left center; margin-left: 25px; background-image: url(img/icon_phone.svg); margin-top: 13px;}
.menu ul li span {color: #FED100;}
 
.menu ul li .icon.fb {
	width: 30px;
	height: 30px;
	background: url(img/icon_fb.svg) no-repeat center center;
	background-size: contain;
	text-indent: -9009px;
	display: block;
}

.menu ul li .icon.fb:hover {
	background: url(img/icon_fb_a.svg) no-repeat center center;
}

.page1 {
	width: 100%;
	height: 100vh;
	background: url(img/home.jpg) no-repeat center center;
	background-size: cover;
	line-height: 100vh;
	padding-top: 140px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
 .page1 .descr {position: relative;	z-index: 10; line-height: 80vh; width: 55%; float: left;}


 .page1 p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 30px;
	color: #FFFFFF;
	text-shadow: 0 0 10px #000;
}

.page1 p span {
	color: #FED100;
}

.page1 .walign p:nth-child(1) {
	line-height: 35px;
	font-size: 45px;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page1 .walign p:nth-child(4) {
	line-height: 25px;
	font-size: 45px;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 25px;
}

.page1 .walign p a {
	color: #C9D7DB;
	text-decoration: none;
}

.page1 .walign p strong {
	color: #FED100;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

.page1 .scroll {
	width: 36px;
	height: 36px;
	background: url(img/arrow_down.svg) no-repeat center center;
	margin: 0px 0px 0px -18px;
	left: 50%;
	bottom: 20px;
	position: absolute;
 }
 
 
 .page1 .bounce {
   animation-iteration-count: infinite;
   animation-duration: 1.5s;
   animation: bounce 3.6s ease infinite;
   transform-origin: 50% 50%;
 }
 
 @keyframes bounce {
   0% {transform: translateY(0);}
   5.55556% {transform: translateY(0);}
   11.11111% {transform: translateY(0);}
   22.22222% {transform: translateY(-15px);}
   27.77778% {transform: translateY(0);}
   33.33333% {transform: translateY(-15px);}
   44.44444% {transform: translateY(0);}
   100% {transform: translateY(0);}
 }
 
 .page1 .filter {
	position: absolute; left: 0px; top: 0px;
	height: 100vh;
	width: 100%;
	background: #00000077;
}
 
 .page1 .slider {
	 position: absolute; left: 0px; top: 0px;
	 height: 100vh;
	 width: 100%;
 }
 
 .page1 .slider .slick-slide {
	 line-height: 100vh;
	 width: 100%;
	 height: 100vh;
 }
 
 .page1 .slider .back {
	 width: 100%;
	 height: 100vh;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 z-index: 10;
 }
 
 .page1 .slider .slick-zoom .back {
	 transform: scale(1);
	 -webkit-animation: cssAnimation 30s ease forwards;
	 animation: cssAnimation 30s ease forwards;
	 
 }

 
 
 @keyframes cssAnimation {
	 from {
	   -webkit-transform: scale(1) translate(0px);
	 }
	 to {
	   -webkit-transform: scale(1.2) translate(0px);
	 }
   }
 @-webkit-keyframes cssAnimation {
	 from {
		 -webkit-transform: scale(1) translate(0px);
	 }
	 to {
		 -webkit-transform: scale(1.2) translate(0px);
	 }
 }





h2 {
	position: relative;
	text-align: left;
	padding: 0px 0px 15px 50px;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #666666;
	color: #FED100;

}

h2:after {
  background-color: #fff;
  content: "";
  width: 10px;
  height: 40px;
  left: 24px;
  position: absolute;
  top: 16px;
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 300ms ease;
}
h2:before {
  background-color: #fff;
  content: "";
  width: 15px;
  height: 40px;
  left: 5px;
  position: absolute;
  top: 16px;
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 300ms ease;
}







 .page3 {
	padding: 80px 0px 80px 0px;
	background-color: #252525;
 }

 .page3 .l {
	width: 48%;
	float: left;
 }

  .page3 .r {
	width: 48%;
	float: right;
	line-height: 32px;
 }

 .page3 img {
	width: 100%;
	border-radius: 1%;
 }

 .page3 a {
	color: #FED100;
 }

 .page3 table {
	width: 100%;
 }

 .page3 table tr td:last-child {
	text-align: right;
	color: #FED100;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
 }



 .page6 {
	padding: 80px 0px 80px 0px;
	background-color: #000000;
	text-align: center;
 }

 .page6 a.phone {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	background-image: url(img/icon_phone.svg);
	background-size: 23px; 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 35px;
	font-size: 25px;
 }

 .page6 p  {
	color: #FED100;
 }

 .page6 span {
	color: #FFFFFF;
 }







.foot {width: 100%; height: 150px; background: #252525; color: #CCCCCC; font-size: 13px; text-align: center; padding-top: 40px;}
.foot a {color: #CCCCCC;}


.menu-mobile {
	display: none;
}