@font-face {font-family: 'fb'; src: url('font/frankruhllibre-bold-webfont.eot'); src: url('font/frankruhllibre-bold-webfont.eot?#iefix') format('embedded-opentype'), url('frankruhllibre-bold-webfont.woff2') format('woff2'), url('font/frankruhllibre-bold-webfont.woff') format('woff'), url('font/frankruhllibre-bold-webfont.ttf') format('truetype'), url('font/frankruhllibre-bold-webfont.svg#frank_ruhl_librebold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'fr'; src: url('font/frankruhllibre-regular-webfont.eot'); src: url('font/frankruhllibre-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/frankruhllibre-regular-webfont.woff2') format('woff2'), url('font/frankruhllibre-regular-webfont.woff') format('woff'), url('font/frankruhllibre-regular-webfont.ttf') format('truetype'), url('font/frankruhllibre-regular-webfont.svg#frank_ruhl_libreregular') format('svg'); font-weight: normal; font-style: normal;}
@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: '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;}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	background-size: cover;
	font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #36373d;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	z-index: 50;
	position: relative;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}


.walign {line-height: normal; vertical-align: middle; display: inline-block;}
.balign {line-height: normal; vertical-align: bottom; display: inline-block;}

.box {
	width: 1100px;
	margin: 0px auto 0px auto;
}




.menu {position: fixed; width: 100%; height: 113px; left: 0px; top: 0px; z-index: 99; box-shadow: inset 0px 110px 75px -80px #000000;}
.menu h1 {float: left; background: url(img/logo3.png) no-repeat left center; background-size: contain; padding: 0px; margin: 0px;}
.menu h1 a {text-indent: -9009px; display: block; width: 200px; height: 103px; margin-top: 5px;}
.menu ul {float: right; list-style: none; padding: 0px; margin: 0px;}
.menu ul li {float: left; padding: 0px; margin: 0px;}
.menu ul li a {color: #FFFFFF; font-size: 17px; font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; display: block; padding-left: 50px; line-height: 113px;}
.menu ul li a:hover {color: #b08a2e;}

.menu ul li a.social {
	text-indent: -9009px;
	width: 25px;
	height: 25px;
	background: url(img/icon_gold_fb.svg) no-repeat center center;
	display: block;
	margin-top: 27px;
	margin-left: 25px;
}

.menu.small {
	height: 80px;
	background-color: #36373dE6;
}
.menu.small h1 a {
	height: 60px;
	margin-top: 10px;
}
.menu ul li a {
	line-height: 80px;
}

.home {position: relative; height: 100vh;}
/*
.home .video {position: absolute; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 10;}
*/
.home .descr {position: absolute; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 20; background: #00000060; line-height: 100vh; text-align: center;}
.home .descr h2 {padding: 0px; margin: 0px; color: #FFFFFF; font-weight: normal; font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 79px; text-transform: uppercase; display: inline-block; position: relative; text-shadow: 0 0 16px #000;}
.home .descr h2:after, .home .descr h2:before {content: ''; position: absolute; top: 50%; left: -85px; width: 70px; height: 1px; background-color: #b08a2e; box-shadow: 0 0 18.55px 6.45px #0006;}
.home .descr h2:after {left: auto; right: -85px;}
.home .descr p {font-family: rb, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 28px; color: #b08a2e; padding: 0px; margin: 0px 0px 20px 0px; text-shadow: 0 0 16px #000; text-transform: uppercase;}
.home .arrow {width: 30px; height: 30px; background: url(img/ico_ui_arrow.svg) no-repeat center center; margin: 0px 0px 0px -15px; left: 50%; bottom: 35px; position: absolute; z-index: 30;}
.home .arrow.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);}
}


.home .slider {
	position: absolute; left: 0px; top: 0px;
	height: 100vh;
	width: 100%;
}

.home .slider .slick-slide {
	line-height: 100vh;
	width: 100%;
	height: 100vh;
}

.home .slider .back {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.home .slider .slick-zoom .back {
	transform: scale(1);
	-webkit-animation: cssAnimation 15s ease forwards;
	animation: cssAnimation 15s 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);
	}
}




.about {padding: 70px 0px 70px 0px;	text-align: center;}
.about h2 {font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight: normal; padding: 0px; margin: 0px; font-size: 38px;}
.about p {line-height: 26px;}
.about p a {color: #b08a2e;}

.cards {background: #000000;}

.cards .card {
	width: 50%;
	float: left;
	padding: 55px 60px 55px 40px;
	box-sizing: border-box;
	height: 500px;
	position: relative;
}

.cards .card h2 {
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight: normal; padding: 0px; margin: 0px 0px 30px 0px; font-size: 38px;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
}
.cards .card h2:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #b08a2e;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.cards .card p {
	line-height: 26px;
	color: #FFFFFF;
}

.cards .card:nth-child(1) {background: url(img/card1.jpg) no-repeat center center; background-size: cover;}
.cards .card:nth-child(2) {background: url(img/card2.jpg) no-repeat center center; background-size: cover;}
.cards .card:nth-child(3) {background: url(img/card1.jpg) no-repeat center center; background-size: cover;}
.cards .card:nth-child(4) {background: url(img/card2.jpg) no-repeat center center; background-size: cover;}

.cards .card .more {
	position: absolute;
	left: 40px;
	bottom: 35px;
	border: 1px solid #FFFFFF;
	color: #b08a2e;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
}

.cards .card .more:hover {
	background: #b08a2e;
	color: #FFFFFF;
}

.galh {
	height: 100vh;
	position: relative;
}

.galh .slider-for .slick-slide {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;

}

.galh .slider-nav-box {
	position: absolute;
	bottom: 50px;
	width: 100%;
	height: 145px;
}

.galh .slider-nav .slick-slide { 
	width: 240px;
	height: 145px;
	background-size: cover;
	background-position: center center;
	margin: 20px;
	border: 2px solid #FFFFFF;
}


.contact {padding: 70px 0px 70px 0px;	text-align: center;}
.contact h2 {font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight: normal; padding: 0px; margin: 0px; font-size: 38px;}
.contact p {line-height: 26px;}

.contact .thx {display: none; margin-top: 30px;}

.contact form {
	width: 800px;
	margin: 0px auto 0px auto;
	display: block;
}

.contact form input {
	width: 44%;
	margin: 3%;
	border-bottom: 1px solid #36373d;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-size: 15px;
	display: block;
	float: left;
	box-sizing: border-box;
	font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
}

.contact form input.x {
	border-bottom: 2px solid #ad1c1c;
}

.contact form textarea {
	width: 96%;
	height: 150px;
	margin: 3%;
	border-bottom: 1px solid #36373d;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-size: 15px;
	display: block;
	float: left;
	box-sizing: border-box;
	font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
}

.contact form .sent {
	border: 1px solid #36373d;
	color: #b08a2e;
	padding: 20px 40px 20px 40px;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
}

.contact .note {margin-top: 50px;}



.foot {
	padding: 70px 0px 70px 0px;
	background-color: #36373d;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
}

.foot .l {
	float: left;
	width: 32%;
}

.foot .r {
	float: left;
	width: 68%;
}

.foot h2 {
	color: #b08a2e;
	text-transform: uppercase;
	font-weight: normal;
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.foot a {
	color: #FFFFFF;
	text-decoration: none;
}

.foot .adr {
	background: url(img/icon_adr.svg) no-repeat 0px 4px;
	background-size: 35px;
	padding-left: 40px;
}

.foot .phone {
	float: left;
	background: url(img/icon_phone.svg) no-repeat 10px 0px;
	background-size: 18px;
	padding-left: 40px;
	margin-top: 20px;
}

.foot .mail {
	float: left;
	background: url(img/icon_mail.svg) no-repeat 10px 2px;
	background-size: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-left: 20px;
}

.foot .fb {
	float: left;
	background: url(img/icon_fb.svg) no-repeat 10px 2px;
	background-size: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-left: 20px;
}

.foot .copy {
	width: 100%;
	border-top: 1px solid #b08a2e;
	padding: 35px 0px 35px 0px;
	color: #b2b6b6;
	font-size: 14px;
	text-align: center;
	margin-top: 35px;
}
.foot .copy a {
	color: #b2b6b6;
}



.sub {
	width: 100%;
	height: 460px;
	background-size: cover;
	margin-bottom: 20px;
}

.sub .filter {
	background: #00000060;
	width: 100%;
	height: 460px;
}

.sub.sub1 {background: url(img/sub1.jpg) no-repeat center center;}
.sub.sub2 {background: url(img/sub2.jpg) no-repeat center center;}
.sub.sub3 {background: url(img/sub3.jpg) no-repeat center center;}
.sub.sub4 {background: url(img/sub4.jpg) no-repeat center center;}
.sub.sub5 {background: url(img/sub5.jpg) no-repeat center center;}
.sub.sub6 {background: url(img/sub2.jpg) no-repeat center center;}


.sub h2 {
	padding: 300px 0px 0px 0px;
	margin: 0px;
	font-size: 68px;
	font-weight: normal;
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-shadow: 0 0 16px #000;
}






.cont h2 {
    font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-size: 38px;
}

.cont .text-gal {
	text-align: center;
}

.cont .text-gal img, .cont .text-gal a {
	display: inline-block;
}
.cont .text-gal img {
	padding: 2px;
}









.cont .ref .descr {
	padding: 100px 0px 100px 0px;
}

.cont .ref h3 {
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.cont .ref .list .img {
	background-size: cover;
	height: 550px;
	width: 50%;
	float: left;
	background-position: center center;
}

.cont .ref .list .descr {
	height: 550px;
	width: 600px;
	float: left;
	box-sizing: border-box;
	line-height: 550px;
	padding: 0px 70px 0px 70px;
}

.cont .ref .list .option:nth-child(odd) .img, .cont .ref .list .option:nth-child(odd) .descr {
	float: right;
}

.cont .ref .list a {
    display: block;
    background: #b08a2e;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 10px 15px 10px;
    width: 300px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.cont .ref .more {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.cont .ref .sep {
	width: 100%;
	padding: 100px 0px 100px 0px;
	color: #FFFFFF;
	background-color: #E2B007;
	text-align: center;
	font-family: rl, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
}


.cont .ref .list2 .option {
	width: 47%;
	height: 350px;
	float: left;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 30px 0px 15px 0px;
}

.cont .ref .list2 .option:nth-child(odd) {
	float: right;
}

.cont .ref .list2 .walign {
	background-color: #000000C0;
	margin: 0px 10% 0px 10%;
	text-align: center;
	padding: 15px 20px 15px 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.cont .ref .list2 h3 {
	font-family: rl, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.cont .ref .list2 p {
	padding: 0px;
	margin: 0px;
}

.cont .ref .detail .l {
	float: left;
	width: 59%;
	margin: 35px 0px 35px 0px;
}

.cont .ref .detail .l a:nth-child(2) img {
	width: 98%;
}

.cont .ref .detail .l a img {
	width: 23%;
	display: block;
	float: left;
	margin: 1%;
}

.cont .ref .detail .l iframe {
	width: 98%;
	height: 420px;
	display: block;
	float: left;
	margin: 1%;
	border: 0px;
}

.cont .ref .detail .r {
	float: right;
	width: 39%;
	border: 1px solid #00000026;
	padding: 15px 30px 15px 30px;
	box-sizing: border-box;
	margin: 35px 0px 35px 0px;
}

.cont .ref .detail .r .info {
	border-bottom: 1px solid #00000026;
	padding-bottom: 15px;
}

.cont .ref .detail .r .info table {
	width: 100%;
}

.cont .ref .detail .r .info table tr td {
	padding: 1px;
	margin: 0px;
}

.cont .ref .detail .r .info table tr td:nth-child(2) {
	text-align: right;
	font-family: rb, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.cont .ref .detail .r .price {
	width: 100%;
	background-color: #E2B007;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-family: rb, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 35px;
}

.cont.project .l {
	float: left;
	width: 42%;
}

.cont.project .r {
	float: right;
	width: 55%;
}

.cont.project .r p:first-child {
	margin-top: 0px;
}

.cont.project .l img {
	width: 100%;
	height: auto;
}

.cont.cont h2 {
	display: block;
	margin: 50px 0px 25px 0px;
}

.cont.project .title {
	font-size: 18px;
	padding: 25px 0px 50px 0px;
}


.timeline-title {
	text-align: center;
}

.timeline {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}
.timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #b08a2e;
}
.timeline-item {
	position: relative;
	width: 50%;
	padding: 15px;
	background-color: #b08a2e30;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.timeline-item:nth-child(odd) {
	left: 0;
	text-align: right;
	transform: translateX(-30px);
}
.timeline-item:nth-child(even) {
	left: 50%;
	transform: translateX(30px);
}
.timeline-item:nth-child(odd) .timeline-point {
	right: -51px;
}

.timeline-item:nth-child(even) .timeline-point {
	left: -29px;
}


.timeline-item::after {
	content: '';
	position: absolute;
	top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
}
.timeline-item:nth-child(odd)::after {
	right: -12px;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #b08a2e30;
}
.timeline-item:nth-child(even)::after {
	left: -12px;
	border-width: 12px 12px 12px 0;
	border-color: transparent #b08a2e30 transparent transparent;
}
.timeline-point {
	position: absolute;
	
	top: 20px;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 3px solid #b08a2e;
	border-radius: 50%;
}










.cont .gal a {
	display: block;
	float: left;
	position: relative;
	margin: 25px;
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
}

.cont .gal img {
	display: block;
}

.cont .gal a .descr {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 460px;
}
.cont .gal a .gradient {
	background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
	position: absolute;
	width: 500px;
	height: 250px;
	left: 0px;
	top: 0px;
}





.cont .address {
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}


.cont .address .phone {
	background: url(img/icon_phone_a.svg) no-repeat 10px 0px;
	background-size: 18px;
	padding-left: 35px;
	display: inline-block;
}

.cont .address .mail {
	background: url(img/icon_mail_a.svg) no-repeat 10px 2px;
	background-size: 20px;
	padding-left: 38px;
	display: inline-block;
}

.cont .address .fb {
	background: url(img/icon_fb_a.svg) no-repeat 12px 0px;
	background-size: 20px;
	padding-left: 40px;
	display: inline-block;
}

.cont .address a {
	color: #36373d;
	text-decoration: none;
}




.cont .offer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}

.cont .offer tr td {
	padding: 13px 15px;
	border-bottom: 1px solid #646565;
}

.cont .offer tr:first-child {
	background: #212529;
	color: #FFFFFF;
}

.cont .offer tr {
	cursor: pointer;
}

.cont .offer.offer-np tr {
	cursor: inherit;
}

.cont .offer tr.line .f {
	color: #28a745;
}
.cont .offer tr.line .r {
	color: #007bff;
}
.cont .offer tr.line .s {
	color: #dc3545;
}

.cont .offer tr.line:hover, .cont .offer tr.line:hover .f, .cont .offer tr.line:hover .r, .cont .offer tr.line:hover .s {
	background: #b08a2e;
	color: #FFFFFF;
}

.offer-detail h2 {
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
	font-size: 68px;
	color: #b08a2e;
	border-bottom: 1px solid #646565;
}


img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.maps div {
	background-size: contain !important;
}

.maps-link {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.maps-link a {
	display: inline-block;
	border: 1px solid #36373d;
	color: #b08a2e;
	padding: 20px 40px 20px 40px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0px 5px 10px 5px;
	text-decoration: none;
}


.menu-mobile {
	display: none;
}