@font-face {font-family: 'rm'; src: url('font/Roboto-Medium.eot'); src: url('font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('font/Roboto-Medium.woff2') format('woff2'), url('font/Roboto-Medium.woff') format('woff'), url('font/Roboto-Medium.ttf') format('truetype'), url('font/Roboto-Medium.svg#Roboto-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'fl'; src: url('font/FiraSans-Light.eot'); src: url('font/FiraSans-Light.eot?#iefix') format('embedded-opentype'), url('font/FiraSans-Light.woff2') format('woff2'), url('font/FiraSans-Light.woff') format('woff'), url('font/FiraSans-Light.ttf') format('truetype'), url('font/FiraSans-Light.svg#FiraSans-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'fr'; src: url('font/FiraSans-Regular.eot'); src: url('font/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('font/FiraSans-Regular.woff2') format('woff2'), url('font/FiraSans-Regular.woff') format('woff'), url('font/FiraSans-Regular.ttf') format('truetype'), url('font/FiraSans-Regular.svg#FiraSans-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'vr'; src: url('font/VarelaRound-Regular.eot'); src: url('font/VarelaRound-Regular.eot?#iefix') format('embedded-opentype'), url('font/VarelaRound-Regular.woff2') format('woff2'), url('font/VarelaRound-Regular.woff') format('woff'), url('font/VarelaRound-Regular.ttf') format('truetype'), url('font/VarelaRound-Regular.svg#VarelaRound-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap;}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

body, html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF no-repeat;
	background-size: cover;
	font-family: fl, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	-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;}
.pt35 {padding-top: 35px;}


.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;
}
.box2 {
	width: 550px;
}

strong {
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}





.menu {
	width: 100%;
	height: 115px;
	background: #000000;
	box-shadow: 0 8px 6px -6px #00000026;
	font-family: fr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}



.menu h1 {
	width: 230px;
	height: 90px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.menu h1 a {
	width: 230px;
	height: 90px;
	display: block;
	background: url(img/logo.svg) no-repeat left center;
	background-size: contain;
	text-indent: -9009px;
	margin-top: 12px;
}



.menu .menu-contact {
	float: right;
	padding-top: 15px;
}

.menu .menu-contact div {
	float: left;
	margin-left: 20px;
}

.menu .menu-contact a {
	color: #BBBBBB;
	text-decoration: none;
}

.menu .menu-contact .phone {
	background: url(img/icon_phone.svg) no-repeat left center;
	font-size: 16px;
	background-size: 20px;
	padding-left: 25px;
}

.menu .menu-contact .mail {
	background: url(img/icon_mail.svg) no-repeat left center;
	font-size: 16px;
	background-size: 20px;
	padding-left: 25px;
}

.menu .menu-contact .social {
	position: relative;
}

.menu .menu-contact .social a {
	text-indent: -9009px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 20px;
}

.menu .menu-contact .social a.fb {
	background: url(img/icon_fb.svg) no-repeat left center;
	background-size: 20px;
}
.menu .menu-contact .social a.in {
	background: url(img/icon_in.svg) no-repeat left center;
	background-size: 20px;
	margin-right: 0px;
}



.menu ul {float: right; list-style: none; padding: 20px 0px 0px 0px; margin: 0px; clear: right;}
.menu ul li {float: left; margin-left: 20px;}
.menu ul a {color: #BBBBBB; text-decoration: none; font-size: 20px; text-transform: uppercase;}
.menu ul a:hover {color: #FFC496;}











form.msg input[type="text"] {
	border: 1px solid #303030;
	width: 32%;
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e4e4e;
}

form.msg input[type="text"]:nth-child(2) {
	margin: 0px 2% 0px 2%;
}

form.msg input[type="checkbox"] {
	margin-right: 10px;
}

form.msg input.x, form.msg textarea.x {
	border: 1px solid #B10044;
	background-color: #B1004430;
}

form.msg label.x {
	color: #B10044;
}

form.msg label.x a {
	color: #B10044;
	text-decoration: underline;
}



form.msg textarea {
	border: 1px solid #303030;
	width: 100%;
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	font-family: rr, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e4e4e;
	margin-top: 2%;
	margin-bottom: 2%;
}

form.msg label a {
	color: #E2B007;
	text-decoration: none;
}

form.msg label a:hover {
	text-decoration: underline;
}

form.msg input[type="text"].x, form.msg textarea.x {
	border: 1px solid #B10044;
}

form.msg label.x {
	color: #B10044;
}

form.msg .sent-msg {
    display: block;
    background: #FFC496e0;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 10px 15px 10px;
    width: 300px;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-top: 15px;
}

form.msg .sent-msg:hover {
	background: #FFC496;
}

form.msg .thx {
	display: none;
}

form.msg .thx h2 {
	text-align: center;
	font-family: rl, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin: 70px 0px 0px 0px;
	font-weight: normal;
	padding: 0px;
}

form.msg .thx p {
	text-align: center;
	margin: 15px 0px 70px 0px;
	padding: 0px;
}







.text-page {padding-top: 55px; padding-bottom: 55px;}

.text-page h2 {
	font-family: rl, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px solid #FFC496;
}

.text-page a {
	color: #FFC496;
	text-decoration: none;
}

.foot {
	background: #000000;
	width: 100%;
	padding: 35px 0px 35px 0px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
}

.foot .logo {
	width: 21%;
	float: left;
}

.foot .l {
	float: left;
	width: 18%;
}

.foot .c {
	float: left;
	width: 25%;
}

.foot .r {
	float: left;
	width: 36%;
}

.foot .logo h1 {
	width: 180px;
	height: 90px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.foot .logo h1 a {
	width: 180px;
	height: 90px;
	display: block;
	background: url(img/logo.svg) no-repeat left center;
	background-size: contain;
	text-indent: -9009px;
	margin-top: 0px;
}

.foot a {
	color: #FFFFFF;
	text-decoration: none;
}

.foot a:hover {
	text-decoration: underline;
}

.foot .adr {
	background: url(img/icon_map.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: 10px;
}

.foot .fb {
	float: left;
	background: url(img/icon_fb.svg) no-repeat 10px 2px;
	background-size: 20px;
	padding-left: 30px;
	margin-top: 20px;
	margin-left: 15px;
	text-indent: -9009px;
}

.foot .in {
	float: left;
	background: url(img/icon_in.svg) no-repeat 10px 2px;
	background-size: 20px;
	padding-left: 30px;
	margin-top: 20px;
	margin-left: 5px;
	text-indent: -9009px;
}


.foot .copy {
	width: 100%;
	border-top: 1px solid #FFFFFF80;
	padding: 35px 0px 35px 0px;
	color: #FFFFFF80;
	font-size: 14px;
	text-align: center;
	margin-top: 35px;
}
.foot .copy a {
	color: #FFFFFF80;
}



.cont {
	margin-top: 115px;
}


.home {
	padding: 25px 0px 55px 0px;
}

.home.head {
	width: 100%;
	margin-top: 115px;
	height: 50vh;
	background-color: #FFC496;
}

.home.head .l {
	width: 50%;
	float: left;
	line-height: 50vh;
	font-family: rm, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000000;
}

.home.head .r {
	width: 40%;
	float: right;
}

.home.head .r div {
	width: 100%;
	height: 50vh;
}

.home .title {
	text-align: center;
	font-size: 25px;
}

.home .options .opt {
	padding-top: 25px;
}

.home .options .opt span {
	background-color: #FFC496;
	padding: 0px 5px 0px 5px;
}

.home .options .opt .l {
	float: left;
	width: 30%;
	font-size: 40px;
	color: #000000;
	font-family: rm, Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.home .options .opt .r {
	float: right;
	width: 65%;
}

.home .options .opt ul {
	padding: 0px;
	margin: 0px;
}

.home .options .opt ul {
	line-height: 30px;
}





.offer_head {
	width: 100%;
	text-align: center;
	background-color: #FFC496;
}

.offer_head h2 {
	padding: 25px 0px 25px 0px;
	margin: 0px;
	font-family: rm, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
}



.offers {

}

.offers-detail {

}

.offers-detail h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 35px 0px 20px 0px;
	margin: 0px 0px 35px 0px;
	text-align: center;
	border-bottom: 1px solid #FFC496;
}

.offers-detail .gal .img {
	width: 212px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	margin: 0px 10px 10px 0px;
}

.offers-detail .gal .img.main {
	width: 100%;
	height: 500px;
	margin: 0px 0px 10px 0px;
}

.offers-detail .gal a:nth-child(5n+1) .img {
	margin: 0px 0px 10px 0px;
}

.offers-detail .descr .l {
	float: left;
	width: 59%;
	margin: 35px 0px 35px 0px;
}

.offers-detail .descr .l a {
	color: #E2B007;
}

.offers-detail .descr .r {
	float: right;
	width: 39%;
	border: 1px solid #00000026;
	padding: 15px 30px 15px 30px;
	box-sizing: border-box;
	margin: 35px 0px 35px 0px;
}

.offers-detail .descr .r .info {
	border-bottom: 1px solid #00000026;
	padding-bottom: 15px;
}

.offers-detail .descr .r .info table {
	width: 100%;
}

.offers-detail .descr .r .info table tr td {
	padding: 1px;
	margin: 0px;
}

.offers-detail .descr .r .info table tr td:nth-child(2) {
	text-align: right;
}


.offers-detail .descr .r .price {
	width: 100%;
	background-color: #E2B007;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 35px;
}



.offer {
	width: 32%;
	float: left;
	margin: 20px 2% 20px 0px;
	text-align: left;
	background-color: #303030;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	display: block;
}

.offer:hover {
	color: #FFFFFF;
}

.offer:nth-child(3n) {
	margin: 20px 0% 20px 0px;
}

.offer .img {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.offer .walign {
	width: 100%;
}

.offer .descr {
	height: 150px;
	line-height: 150px;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
}

.offer .title {
	padding-bottom: 5px;
}

.offer .price {
	color: #FFFFFF;
	text-align: right;
	font-size: 20px;
	font-family: rm, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.offer .action {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 10px 15px 10px 15px;
	background-color: #FFFFFF;
	color: #000000;
	box-shadow: 0 8px 6px -6px #00000026;
	text-transform: uppercase;
}

.offer .status {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 10px 15px 10px 15px;
	background-color: #FFFFFF;
	color: #000000;
	box-shadow: 0 8px 6px -6px #00000026;
	text-transform: uppercase;
}









.service_head {
	width: 100%;
	text-align: center;
	background-color: #FFC496;
}

.service_head h2 {
	padding: 25px 0px 25px 0px;
	margin: 0px;
	font-family: rm, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
}

.service h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 35px 0px 20px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #FFC496;
}

.service {
	padding: 25px 0px 35px 0px;
}

.service .l {
	float: left;
	width: 48%;
}

.service .r {
	float: right;
	width: 48%;
}

.service ul {
	padding: 0px;
	margin: 0px;
}

.service ul li {
	line-height: 30px;
}











.contact .l, .contact .r {
	float: left;
	width: 50%;
}

.contact .r {
	line-height: 600px;
}

.contact .r .walign {
	padding-left: 50px;
}

.contact .r a {
	color: #FFC496;
}


.contact h3 {
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.contact .msg {
	margin-top: 35px;
	border-top: 1px solid  #FFC496;
	padding-top: 35px;
}





.show-mobile {
	display: none;
}

.menu-mobile {
	display: none;
}