@font-face {
	font-family: osb;
	src: url(fonts/OpenSans-Bold.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: oscb;
	src: url(fonts/OpenSans-CondensedBold.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: osr;
	src: url(fonts/OpenSans-Regular.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: oss;
	src: url(fonts/OpenSans-Semibold.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: ose;
	src: url(fonts/OpenSans-Extrabold.ttf);
	font-style: normal;
	font-weight: normal;
}

*{
margin:0;
padding:0; 
font-family: Arial;
color:#000;
}
  
h1, h2, h3, h4, h5, h6, p, span, a, table, tbody, tr, td, th{
color:inherit; 
font:inherit; 
} 
 
input:focus, textarea {
outline: none; /*for chrome*/
}
 
input[type="button"], input[type="submit"], button{
cursor:pointer;
}
  
fieldset{
border:none;
}
 
textarea{
resize:none;
} 

b,span{
font-size:inherit;
font-family:inherit;
} 
 
html{
padding:0 
}
 
body{         
background:url(img/index.jpg) no-repeat 50% 0;  
background:#fff;
} 
  
 
.wrp{
width:100%; 
margin:0 auto;
position:relative;
clear:both;
max-width:1920px; 
}
 

.container{
box-sizing:border-box;
max-width:1200px; 
width:100%;
margin:0 auto;
padding:0 9px;
position:relative;
clear:both;     
display:table;
table-layout:fixed;
}


/*		win1 with header		*/

.win1 {
	background: url(img/win1-bck.jpg) no-repeat 0 0;
	background-size: cover;
	overflow:hidden;
}

.header {
	margin: 39px 0;
	overflow: hidden;
}

.header-logo {
	float: left;
    margin: 10px 0 0;
}

.logo {
	background: url(img/header-logo.png) no-repeat 0 0;
	display: block;
	height: 44px;
	width: 188px;
}

.header-phone {
    float: left;
    padding: 5px 0 0 61px;
    width: 152px;
}

.tel-h {
    color: #48433e;
    font: 14px ose;
    letter-spacing: -0.4px;
	margin: 0 0 8px;
}

.tel-h a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.header-menu {
    float: left;
    padding: 15px 0 0 61px;
	text-align: center;
}

.header-menu li {
    color: #48433e;
    display: inline-block;
    font: 14px oscb;
    letter-spacing: 1.6px;
    margin: 0 0 0 26px;
    text-transform: uppercase;
}

.header-menu a {
	text-decoration: none;
}

.header-menu a.active {
	color: #a46c42;
}

.btn {
    border-bottom: 2px solid #a46c42;
    border-top: 2px solid #a46c42;
    color: #48433e;
    font: 14px oscb;
	height: 20px;
    letter-spacing: 1px;
    padding: 13px 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.btn:hover {
	cursor: pointer;
}

.header-button {
    float: right;
    width: 146px;
}

.win1-info {
	float: right;
	max-width: 1050px;
	padding: 0 0 167px;
}

.win1-title {
    color: #a46c42;
    font: 48px/69px oscb;
    letter-spacing: 3.3px;
    padding: 184px 0 0;
    text-align: right;
    text-transform: uppercase;
}

.win1-title span {
	text-transform: lowercase;
}

.win1-text {
    color: #a46c42;
    font: 24px oscb;
    letter-spacing: 1.6px;
    padding: 42px 0 56px;
    text-align: right;
    text-transform: uppercase;
}

.win1-btn {
	float: right;
	width: 328px;
}

/*		win2-slider		*/

.win2 {
	background-color: #e8eae6;
}

.block-header {
    margin: 0 auto;
    padding: 137px 0 77px;
}

.win2-icon {
	background: url(img/win2-icon.png) no-repeat 0 0;
	height: 66px;
	width: 62px;
}

.block-logo {
	margin: 0 auto;
}

.block-title {
    color: #48433e;
    font: 24px oscb;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 760px;
    padding: 11px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.slider-img {
    left: 291px;
    position: relative;
	max-width:862px;
	max-height:558px;
}

.slider-img img {
	width:100%;
}

.slider-text {
    background-color: #7f7c77;
    box-sizing: border-box;
    left: 30px;
    max-width: 35%;
    padding: 70px 60px;
    position: absolute;
    top: 72px;
    z-index: 99;
}

.slider-text-title {
	color: #fff;
	font: 24px oscb;
	text-transform: uppercase;
}

.slider-text-street {
    color: #fff;
    font: 16px/33px oscb;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.slider-text-info {
    color: #fff;
    font: 14px/24px osr;
    padding: 22px 0 0;
}
.slider-text-info span {
	color: #fff;
	font: 14px ose;
}

.owl-carousel {
	padding: 0 0 160px;
}

.owl-buttons {
    bottom: 298px;
    position: relative;
	margin: 0 auto;
    width: 100%;
    z-index: 199;
}

.owl-prev {
	background: url(img/slider-arrow-left.png) no-repeat 0 0;
	width: 24px;
	height: 9px;
	float: left;
}

.owl-next {
	background: url(img/slider-arrow-right.png) no-repeat 0 0;
	width: 24px;
	height: 9px;
	float: right;
}

.center-square {
    background-color: #a46c42;
    bottom: 0;
    box-sizing: border-box;
    height: 65px;
    padding: 18px;
    position: absolute;
    right: 50%;
    text-align: center;
    transform: rotate(45deg) translateX(70%);
    width: 65px;
	z-index: 99;
}

.inside-square {
	color: #fff;
    font: 18px oscb;
	transform: rotate(-45deg);
}


/*		win3		*/

.win3 {
	background-color: #fff;
}

.win3-icon {
	background: url(img/win3-icon.png) no-repeat 0 0;
	height: 58px;
	width: 65px;
}

.cheap {
	margin: 0 0 56px 0;
	
}

.cheap-logo {
    margin: 24px auto 0;
    text-align: center;
}

.cheap-text {
    color: #a46c42;
    font: 18px oscb;
    letter-spacing: 1.3px;
    margin: 8px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.cheap-main {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center;
}
.ch-couple {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 15px 0 0;
    max-width: 280px;
    padding: 18px 0 0 15px;
    vertical-align: top;
}

.ch-left {
    color: #2c2c2c;
    float: left;
    font: 18px oss;
    margin: 0 5px 0 0;
}

.ch-right {
    color: #2c2c2c;
    float: right;
    font: 14px/23px oss;
    letter-spacing: 0.9px;
    max-width: 242px;
    padding: 2px 0 0;
    text-align: left;
}

.about-main {
	margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    text-align: center;
}

.about-couple {
    display: inline-block;
    margin: 0 18px 38px 18px;
    max-width: 255px;
    vertical-align: top;
}

.about-icon {
	margin: 24px auto 0;
    text-align: center;
	max-height: 70px;
	max-width:70px;
}

.about-icon img {
    padding: 15px 0;
}

.about-text {
    color: #a46c42;
    font: 16px oscb;
    letter-spacing: 1.4px;
    margin: 8px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.about-info {
    color: #2c2c2c;
    font: 14px/25px oss;
    letter-spacing: 0.9px;
    max-width: 260px;
    padding: 10px 0 0;
    text-align: center;
}

/*		win4		*/

.win4 {
    background: url("img/win4-bck.jpg") no-repeat scroll 0 41px / cover ;
}

.form-pres-cont {
    margin: 0 0 219px;
    overflow: hidden;
}

.form-pres-left {
	float: left;
}

.form-pres-left ul {
    color: #414141;
    font: 16px/41px osr;
    letter-spacing: 1.1px;
    list-style-type: disc;
    padding: 19px 0 0 92px;
}

.form-pres-left ul li strong {
	font: 16px oss;
}

.form-pres-right {
    float: left;
    padding: 0 0 0 70px;
    width: 460px;
}

.form-pres-right input {
    border: 2px solid #dedede;
    box-sizing: border-box;
    color: #2c2c2c;
    font: 14px osr;
    height: 50px;
    margin: 36px 0 0;
    padding: 0 0 0 28px;
    width: 100%;
}

.form-button {
    color: #a46c42;
    margin: 39px 0 0;
}

/*		win5		*/

.win5 {
	background: url(img/win5-bck.jpg) no-repeat 50% 50% / cover;
}

.win5-block-header {
    padding: 145px 0 57px;
}

.win5-icon {
	background: url(img/win5-icon.png) no-repeat 0 0;
	height: 62px;
	width: 64px;
}
.win5-title {
	color: #fff;
}

.win5-und {
    color: #fff;
    font: 12px/31px oss;
    letter-spacing: 1.1px;
}

.tab-button {
    color: #fff;
    margin: 0 auto 168px;
    max-width: 225px;
}

.tab-button a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/*		win6	*/

.win6 {
	background-color: #fff;
}

.win6-icon {
	background: url(img/win6-icon.png) no-repeat 0 0;
	height: 79px;
	width: 52px;
}

.clients-header {
    padding: 99px 0 77px;
}

.win6-clients {
    margin: 0 auto 170px;
    text-align: center;
    width: 100%;
}

/*.client {
    display: inline-block;
    max-width: 292px;
    position: relative;
}

.client1-text {
    color: #fff;
    font: 12px/24px osb;
    padding: 41px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.client1 {
	display: block;
}

.hid-client1 {
	display: none;
}

.client1 img {
	width:100%;
}

.hid-client1 img {
	width:100%;
}

.client:hover .client1{
	display: none;
}

.client:hover .hid-client1 {
	display: block;
}*/

.client {
    display: inline-block;
    max-width: 292px;
    position: relative;
	min-height: 531px;
	overflow: hidden;
	vertical-align: top;
}

.client-text {
	position: relative;
    padding: 41px 15px;
	z-index:50;
}

.client-title {
    color: #fff;
    font: 12px/24px osb;
    text-align: center;
    text-transform: uppercase;
}

.client-logo {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -25%);
    visibility: hidden;
    z-index: 30;
}

.client:hover .client-logo {
	visibility: visible;
}

.client-logo img {
	max-width: 50px;
}

.client-hover {
	background-color: #a46c42;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	display: none;
	padding: 10px;
}

.client-hover:before {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	display: block;
	content: "";
	position: relative;
}

.client:hover .client-hover {
	display: block;
}

/*		win7	*/

.win7 {
	background-color: #f9f9f9;
}

.win7-gallery {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.win7-icon {
	background: url(img/win7-icon.png) no-repeat 0 0;
	height: 67px;
	width: 67px;
}

.gallery-header {
    padding: 99px 0 56px;
}

.gallery-col{
	display: none;
	width: 31%;
	vertical-align: top;
    margin: 0 8px 10px;
}

.gallery-col.active{
	display: inline-block;
}


.gallery-img {
	display: block;
	position: relative;
    text-decoration: none;
}

.gallery-img:before {
	background: rgba(0,0,0,0.5);
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
}

.gallery-img:hover:before {
	display: block;
}

.gallery-img:after{
	content: "+";
	display: none;
	position: absolute;
	z-index: 35;
	top: 50%;
	left: 50%;
	font-size: 60px;
	color: #fff;
	transform: translate(-50%,-50%);
}

.gallery-text {
    color: #fff;
    font: 16px oscb;
    max-width: 246px;
    padding: 37px 0 0 36px;
    position: absolute;
	text-align: left;
    text-transform: uppercase;
    z-index: 35;
}


.gallery-img:hover:after {
	display: block;
}

.gallery-col:nth-child(2n+1) .gallery-img:nth-child(1) {
	width: 100%;
	height: 490px;
	margin: 0 0 20px 0;
}

.gallery-col:nth-child(2n+1) .gallery-img:nth-child(2) {
	width: 100%;
	height: 237px;
	margin: 0 0 20px 0;
}

.gallery-col:nth-child(2n+2) .gallery-img:nth-child(1){
	width: 100%;
	height: 237px;
	margin: 0 0 20px 0;
}

.gallery-col:nth-child(2n+2) .gallery-img:nth-child(2){
	width: 100%;
	height: 490px;
	margin: 0 0 20px 0;
}

.see-more {
	color: #a46c42;
    margin: 39px auto 109px;
    max-width: 225px;
}

/*		win8		*/

.win8 {
	background: url(img/win8-bck.jpg) no-repeat 0 0 / cover;
}

.win8-ul ul li{
	color: #fff;
}

.win8-ul ul li strong{
    color: #fff;
}

.win8-header {
    padding: 68px 0 77px;
}

.win8-header > div {
	color: #fff;
}

.win8-form-right {
	float: left;
    padding: 0 0 0 70px;
    width: 460px;
}

.win8-form-right input {
	background-color: #9f6b45;
	border: 2px solid #b79174;
    box-sizing: border-box;
    color: #fff;
    font: 14px osr;
    height: 50px;
    margin: 36px 0 0;
    padding: 0 0 0 28px;
    width: 100%;
}


.win8-form-button {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #48433e;
    margin: 39px 0 0;
}

.win8-form-pres-cont {
    margin: 0 0 140px;
    overflow: hidden;
}

.win8-center-square {
	background-color: #48433e;
}	

/*		win9		*/

.win9 {
	background: url(img/win9-bck.jpg) no-repeat 100% 63%;
}

.win9-icon {
	background: url(img/win9-icon.png) no-repeat 0 0;
	height: 57px;
	width: 58px;
}

.win9-facts-cont {
    margin: 0 auto;
    max-width: 1028px;
    overflow: hidden;
}

.facts-title-l {
    color: #fff;
    font: 24px oscb;
    padding: 0 0 54px;
    text-transform: uppercase;
}

.facts-title-r {
    color: #fff;
    font: 24px oscb;
    padding: 0 0 43px;
    text-transform: uppercase;
}

.facts-left {
    background-color: #84817c;
    box-sizing: border-box;
	float: left;
    padding: 55px 82px 68px;
    width: 64%;
}

.facts-left li {
    background: rgba(0, 0, 0, 0) url("img/win9-left-li.png") no-repeat scroll 0 0;
    color: #fff;
    font: 14px osr;
    padding: 0 0 29px 37px;
}

.facts-right li {
    background: rgba(0, 0, 0, 0) url("img/win9-right-li.png") no-repeat scroll 0 0;
    color: #fff;
    font: 14px osr;
    padding: 0 0 28px 36px;
}

.facts-right {
    background-color: #48433e;
    box-sizing: border-box;
    float: left;
    margin: 70px 0 0 -100px;
    padding: 35px 57px 25px;
    width: 45%;
}

/*cost form*/

.cost-form {
    margin: 0 auto;
    overflow: hidden;
    width: 87%;
}


.cost-left {
    background: #e8eae6 none repeat scroll 0 0;
    box-sizing: border-box;
    float: right;
    font: 18px/36px oscb;
    letter-spacing: 0.9px;
    margin: 69px 9px 0 0;
    padding: 44px 130px 273px 81px;
    text-transform: uppercase;
    width: 42.4%;
}

.cost-right {
    background-color: #a46c42;
    box-sizing: border-box;
    float: right;
    margin: 0 0 0 -94px;
    padding: 37px 0 25px 129px;
    width: 65.7%;
}

.cost-row {
	padding: 0 0 20px 0;
}

.type-room {
	padding: 0 0 75px 0;
}

.cost-header {
    padding: 68px 0 36px;
}

.cost-title {
    color: #fff;
    display: inline-block;
    font: 16px osb;
    text-transform: uppercase;
    vertical-align: top;
    width: 177px;
}

.cost-radio {
    display: inline-block;
    max-width: 300px;
    padding: 0;
}

.cost-radio label {
    display: inline-block;
    padding: 0 45px 7px 0;
    width: 90px;
}

.cost-radio input[type="radio"]{
	display: none;
}	
.cost-radio input[type="radio"]:checked+b{
	background: #48433e;
}	

.cost-radio span {
	color: #fff;
	font: 16px osr;
}

.cost-radio b {
	background: #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}


.slider-result-cont {
	margin:0 auto;
	width:100%;
}

.result-val {
	display: inline;
}

.square-obj {
	padding: 0;
}

.repairs-t {
	width: 128px;
}

.repairs {
    width: 100%;
}

.repairs-r {
    max-width: 369px;
    padding: 2px 0 0 29px;
}
.repairs-r label {
    padding: 0 17px 7px 0;
    width: 137px;
}

/* slider */

.layout {
    margin: -18px 0 45px;
    overflow: hidden;
    padding: 8px 17px 0;
    width: 265px;
}
#Slider1 {
    display: none;
}
.jslider-label {
    visibility: hidden;
}
.jslider-value {
    margin-left: -32px !important;
}
.jslider-value span {
	color: #48433e;
    display: block;
    float: left;
    font: 13px osb;
    padding: 3px 12px 6px !important;
}
.jslider-value::after {
    content: "";
    display: block;
    height: 7px;
    margin: -7px auto 0;
    position: relative;
    top: 7px;
    width: 10px;
}
.jslider-value {
    top: -37px !important;
}

.jslider-bg i {
    background: #fff none repeat scroll 0 0 !important;
}
.jslider-pointer {
    background: #48433e none repeat scroll 0 0 !important;
	border-radius: 50%;
    height: 13px !important;
    top: -5px !important;
    width: 13px !important;
}
.jslider {
    height: 32px !important;
}
.layout-static-field {
    clear: both;
    height: 20px;
    margin: -16px 0 0 -6px;
    width: 529px;
}
.layout-static-field-1 {
    color: #fff;
    float: left;
    font: 15px Calibri;
}
.layout-static-field-2 {
    color: #fff;
    float: right;
    font: 15px Calibri;
}
.mto2 {
    color: #48433e;
    display: inline-block;
    font: 13px osb;
    margin: 0 0 0 -8px;
    padding: 3px 0 0;
}

.win9-form-info {
    box-sizing: border-box;
    padding: 0 86px 33px 0;
    width: 100%;
}

.win9-form-info input {
    background-color: #9f6b45;
    border: 2px solid #b79174;
    box-sizing: border-box;
    color: #fff;
    font: 14px osr;
    height: 48px;
    margin: 20px 19px 0 0;
    padding: 0 0 0 18px;
    width: 47%;
}

.win9-form-info input:nth-child(2n+2) {
	margin: 20px 0 0 0;
}

.win9-form-button {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #fff;
    margin: 39px 0 0;
}

.smeta-header {
    padding: 38px 0 52px;
}

.smeta-title {
    letter-spacing: 0;
    max-width: 100%;
}

.smeta-form-info{
    margin: 0 auto;
    padding: 0 0 48px;
    text-align: center;
}

.smeta-form-info input {
    background-color: #fff;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    color: #2c2c2c;
    font: 14px osr;
    height: 48px;
    margin: 0 19px 0 0;
    padding: 0 0 0 18px;
    width: 40%;
}

.smeta-buttons {
    margin: 36px auto 0;
    overflow: hidden;
    padding: 0 50px 142px 84px;
}

.smeta-form-button {
    background: #fff none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    float: left;
    margin: 0 0 0 33px;
    padding: 14px 0 34px;
    width: 85%;
}


/*		send-button	*/

.mask-wrapper { 
    clear: left;
    float: left;
    height: 50px;
    margin-left: 17px;
    width: 50px;
}
	
.calc-file { 
	font:13px um;
	color:#666666;
	margin-left: 8px;
	border:none;
	text-transform:uppercase;
}
	
.mask-wrapper .fileInputText {
	width:192px!important;
	padding:0px!important;
	background:#fff!important;
	border:none!important;
	font:13px!important;
	color:#666666!important;
	margin:3px 0 0 -1px !important;
	height:25px;
	float: left;
	clear: both;
}
	
.custom-file-input { 
    background: #fff none repeat scroll 0 0;
    clear: both;
    cursor: pointer;
    float: left;
    height: 52px !important;
    left: 0;
    opacity: 0;
    position: relative;
    top: -80px;
    width: 63px !important;
    z-index: 99999;
}

.send-b {
    background: #a46c42 none repeat scroll 0 0;
    height: 52px;
    overflow: hidden;
    width: 63px;
}

 .send-file{ 
	background:url(img/win9-smeta-icon.png) no-repeat 50% 50%;
	width:100%;
	height:100%; 
	top:3px;
    float: left;
	position:relative; 
	border:none; 
}


/*		win10	*/

.win10 {
	background: #e8eae6;
}

.win10-header {
    padding: 88px 0 57px;
}

.win10-icon {
	background: url(img/win10-icon.png) no-repeat 0 0;
	width: 70px;
	height: 59px;
}

.win10-gallery {
	font-size:0;
    padding: 0 0 146px;
}

.win10-gallery img {
	width: 100%;
}

.win10-one {
	position: relative;
	display: inline-block;
	width: 25%;
}

.win10-gal-title {
    box-sizing: border-box;
    color: #fff;
    display: none;
    font: 14px oscb;
    left: 0;
    letter-spacing: 1.2px;
    padding: 36px 58px 0 36px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

.win10-one:hover .win10-gal-title {
	display: block;
}

.win10-one:hover:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background: #b0815d;
	opacity: 0.7;
}
.win10-one:hover:after {
	content: "+";
	display: block;
	position: absolute;
	z-index: 35;
	top: 50%;
	left: 50%;
	font-size: 60px;
	color: #fff;
	transform: translate(-50%,-50%);
}


/* demo slider*/


.demo{  
overflow:hidden;  
clear:both;
width:1200px;
margin:0 auto;
max-width: 100%;
}
 
.touchslider-viewport{
position:relative;
z-index:70; 
width:100%;
}
   
   
.touchslider-demo .touchslider-item {  
	box-sizing: border-box;
    color: #48433e;
    font: 16px/36px osr;
    overflow: hidden;
    padding: 62px 0 0;
    position: relative;
    text-align: center;
    width: 1200px;
	max-width: 100%;
}

.touchslider-item-text {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.touchslider-demo .touchslider-item  { 
position:absolute; 
top:0;
left:0;
z-index:1;
}
 
.touchslider-demo .touchslider-nav a {
cursor: pointer; 
} 

  
.touchslider-demo .touchslider-next-in {
position: absolute; / fix safari render font /
right: 10px;
}

.touchslider-demo .touchslider-prev-in {
position: absolute;
left: 10px;
}

.touchslider-demo .touchslider-nav-item {
    color: #7f7c77;
    display: inline-block;
    font: 14px/31px oscb;
    letter-spacing: 0.8px;
    margin: 0px 32px 8px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 998;
}
  
.touchslider-demo .touchslider-nav-item.touchslider-nav-item-current   {
border-bottom: 2px solid #97643e;
color: #a46c42;
z-index:999;
}
  
.touchslider-nav{
margin: 0 auto;
position: relative;
width:  100%;
z-index: 120;
}
  
.touchslider-paginat{
text-align:center;  
margin:0;
}


/*footer*/

.footer {
	background: #383430;
}

.footer-header {
	padding: 88px 0 77px;
}

.footer-icon {
	background: url(img/footer-icon.png) no-repeat 0 0;
	width: 52px;
	height: 53px;
}

.footer-phone {
    color: #a46c42;
    font: 46px ose;
    letter-spacing: -0.3px;
    padding: 25px 0 0;
}

.footer-phone a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.footer-phone-sec {
    padding: 10px 0 0;
}

.footer-mail {
    text-transform: lowercase;
    font-size: 28px;
    padding: 20px 0 0;
}


.footer-header hr {
	color: #fff;
    height: 0px;
    margin: 27px auto 0;
    max-width: 596px;
}

.footer-logo {
	background: url(img/footer-logo.png) no-repeat 0 0;
	float: left;
	width: 188px;
	height: 44px;
	margin: 20px 0 0;
}

.xam-logo {
	background: url(img/xam-logo.png) no-repeat 0 0;
	float: right;
	width: 188px;
	height: 44px;
	margin: 26px 0 0;
}

.footer-menu {
    float: left;
    padding: 22px 0 0 9px;
    text-align: center;
}

.footer-button {
    color: #fff;
    float: left;
    margin: 8px 0 0 17px;
    width: 146px;
}

.footer-menu li {
    color: #fff;
    display: inline-block;
    font: 14px oscb;
    letter-spacing: 1.6px;
    margin: 0 0 0 26px;
    text-transform: uppercase;
}

.footer-menu li a {
	text-decoration: none;
}

.footer-menu-c {
	overflow: hidden;
	padding: 0 0 30px 0;
}

.footer-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.xam-logo a {
	display: block;
	width: 100%;
	height: 100%;
}



/*		pop up	*/

/* ---------- windows ---------- */

.window {
	background: #fff;
    display: none;
    left: 50%;
    position: fixed;
    top: 100px;
    transform: translateX(-50%);
    width: 460px;
    z-index: 3000;
}

.form-pop {
    box-sizing: border-box;
    padding: 60px 57px;
    max-width: 460px;
}

.form-pop input {
    border: 2px solid #dedede;
    box-sizing: border-box;
    color: #2c2c2c;
    font: 14px osr;
    height: 50px;
    margin: 0 0 31px;
    padding: 0 0 0 28px;
    width: 100%;
}

.but-pop1 {
	margin: 15px 0 0 0;
}

.close {
	background: url(img/popup-close.png) no-repeat 0 0;
    float: right;
    height: 11px;
    margin: 11px 11px 0 0;
    width: 11px;
}

.close:hover {
	cursor: pointer;
}

.close:hover {
	opacity: 0.8;
}

.overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 2000;
}

@media only screen and (max-width: 1024px) {
	.window{
		top: 12px;
	}
	
	.form-pop-win1 {
		padding: 48px 57px;
	}
}
@media only screen and (max-width: 840px) {
	.form-pop-win1 {
		padding: 48px 33px;
	}
}

@media only screen and (max-width: 482px) {
	.window {
		width: 90%;
	}

}



/*		Media	*/

@media only screen and (max-width: 1200px ) {
	.header-menu {
		padding: 15px 0 0 0;
	}
	
	.owl-buttons {
        width: 94%;
	}
	
	.slider-img {
		width: 73%;
	}
	
	
	.slider-text {
		left: 20px;
		max-width: 35%;
		top: 46px;
	}
	
	.smeta-form-button {
		width: 83%;
	}
	
	
	.smeta-buttons {
		margin: 36px auto 0;
		padding: 0 0 142px 28px;
	}
	
}

@media only screen and (max-width: 1120px) {
	.header-phone {
		padding: 5px 0 0 15px;
	}
	
	.slider-img {
		position: static;
		width: 73%;
		margin: 0 auto;
	}
	
	.slider-text {
		margin: 0 auto;
		max-width: 73%;
		padding: 20px;
		position: static;
		text-align: center;
	}
	
	.form-pres-left {
		float: none;
		margin: 0 auto;
		max-width: 600px;
	}
	
	.form-pres-right {
		float: none;
		margin: 0 auto;
		padding: 0 0 0 5px;
		width: 410px;
	}
	
	
	.cost-title {
		padding: 0 0 20px;
	}
	
	.logo-centred {
		margin: 0 auto 35px;
		max-width: 500px;
		overflow: hidden;
	}
	
	.footer-menu-centred {
		margin: 0 auto;
		max-width: 800px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1056px) {
	.centred-logo {
		    margin: 0 auto 14px;
			max-width: 355px;
			overflow: hidden;
	}
	
	.centred-menu {
		    margin: 0 auto 14px;
			max-width: 722px;
			overflow: hidden;
	}
	
	.win1-title {
		font: 36px/50px oscb;
		padding: 60px 0 0;
	}
	
		
	.form-pres-cont {
		margin: 0 0 156px;
	}
	
	.gallery-col{
	    margin: 0 0 10px;
	}
	
	.gallery-col:nth-child(2n+1) .gallery-img:nth-child(1) {
		margin: 0;
	}

	.gallery-col:nth-child(2n+1) .gallery-img:nth-child(2) {
		margin: 0;
	}

	.gallery-col:nth-child(2n+2) .gallery-img:nth-child(1){
		margin: 0;
	}

	.gallery-col:nth-child(2n+2) .gallery-img:nth-child(2){
		margin: 0;
	}
	
	.facts-left {
		padding: 55px 54px 68px;
	}
	
	.cost-left {
		margin: 110px 9px 0 0;
		padding: 44px 59px 228px 54px;
	}
	
	.win9-form-info input {
		width: 100%;
	}

	.footer-header {
		padding: 68px 0 50px;
	}
	
}

@media only screen and (max-width: 830px) {
	.facts-left {
		float: none;
		width: 100%;
	}
	
	.facts-right {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.cost-form {
		width: 100%;
	}
	
	.cost-right {
		float: none;
		width: 100%;
		margin: 0;
		padding: 37px 0px 25px 54px;
	}

	.cost-left {
		float: none;
		width: 100%;
		margin: 0;
		padding: 27px 59px 41px 54px;
	}
	
		
	.smeta-buttons {
		padding: 0 0 142px;
	}
	
	.win10-one {
		width: 50%;
	}
	
	.win10-gal-title {
		 font: 14px oscb;
	}
	
	.footer-menu {
		float: none;
		padding: 22px 0 0 0;
	}
	
	.footer-button {
		float: none;
		margin: 25px auto;
	}

}

@media only screen and (max-width: 702px) {
	.centred-menu {
		max-width: 540px;
	}
	
	.header-menu {
		float: none;
	}
	
	.header-button {
		margin: 25px auto 0;
		float: none;
	}
	
	.win1-title {
		font: 30px/39px oscb;
		letter-spacing: 3.3px;
		padding: 30px 0 0;
	}
	
	.win1-text {
		font: 16px oscb;
	}	
	
	.win1-info {
	    padding: 0 0 78px;
	}
	
	.slider-text-title {
		font: 20px oscb;
	}
	
	.slider-text-street {
		font: 14px/33px oscb;
	}
	
	.slider-text-info {
		font: 12px/24px osr;
	}
	
	.cheap {
		margin: 0 0 6px;
	}
	
	
	.block-header {
		padding: 70px 0 35px;
	}
	
	
	.form-pres-cont {
		margin: 0 0 120px;
	}
	
	.form-pres-left {
		width: 74%;
	}
	
	.form-pres-left ul {
		padding: 0;
	}
	
	.form-pres-right {
		width: 80%;
	}
	
	.gallery-text {
	    font: 12px oscb;
		max-width: 155px;
		padding: 12px 0 0 10px;
	}
	
	.facts-left, .facts-right {
		position: static;
		width: 100%;
		padding: 42px 45px 36px;
	}
	
	.facts-title-l, .facts-title-r {
		padding: 0 0 34px;
	}
	
	.facts-left li, .facts-right li  {
		padding: 0 0 24px 37px;
	}
	
	.smeta-form-button {
		width: 70%;
	}
	
	.smeta-form-info input {
		margin: 0 0 15px;
		width: 100%;
	}
	
	.win10-gal-title {
		 font: 12px oscb;
	}
	
	.gallery-col {
		width: 50%;
	}
	
	.footer-phone {
	    font: 36px ose;
	}
	
	.footer-mail {
		font-size: 26px;
	}
}

@media only screen and (max-width: 420px) {
	
	.logo-centred {
		margin: 0 auto 4px;
	}

	.footer-logo {
		float: none;
		margin:20px auto 0;
	}
	
	.xam-logo {
		float: none;
		margin:26px auto 0;
	}
	
	.footer-menu li {
		margin: 0;
	}
	
	.footer-menu-centred {
		 max-width: 125px;
	}
	
	.footer-button {
		width: 126px;
	}
	
	.gallery-col {
		width: 100%;
	}
	
	.footer-phone {
	    font: 32px ose;
	}
	
	.footer-mail {
		font-size: 20px;
	}
}

@media only screen and (max-width: 375px) {

	.header-phone {
		padding: 30px 0 0 15px;
	}

	.centred-logo {
		max-width: 189px;
	}

	.centred-menu {
		max-width: 125px;
	}
	
	.header-menu li {
		margin: 0;
	}
	
	.header-button {
		float: right;
		width: 126px;
	}
	
	.win1-info {
		max-width: 300px;
		float: none;
		margin: 0 auto;
	}
	
	.win1-btn {
		width: 300px;
	}
	
	.facts-left, .facts-right {
		padding: 42px 25px 36px;
	}
	
	.facts-title-l, .facts-title-r {
        padding: 0 0 30px;
	}
	
	.facts-left li, .facts-right li  {
		padding: 0 0 18px 37px;
	}
	
	.layout {
		margin: -18px 0 45px;
		overflow: hidden;
		padding: 8px 17px 0;
		width: 156px;
	}
	
	
	.win9-form-info {
		padding: 0 50px 33px 0;
	}
	
	.smeta-form-button {
		width: 60%;
	}
	
	.win10-one {
		width: 100%;
	}
	
	.win10-gal-title {
		 font: 14px oscb;
	}
	
	.footer-phone {
	    font: 28px ose;
	}
	
	.footer-mail {
		font-size: 20px;
	}
	
}

.file-eform .errors {
	display: none!important;
}

.form-pop .error {
	border: 1px solid #cb2543!important;
}

.error, .required {
	border: 1px solid #cb2543!important;
}

.wrap_block_success {
    color: #48433e;
    font: 16px/36px osr;
	width: 100%;
}

.file-eform {
	float:left;
	clear: both;
	width: 100%;
}

.tour-thanks {
	margin: 0 auto;
	width:100%;
}
.tour-thanks .wrap_block_success {
	text-align: center;
	color: #48433e;
    font: 16px/36px osr;
	padding: 0 0 80px;
}

.btn:hover {
	opacity: 0.8;
}


/*	 win11	*/

.win11-header{
	position:absolute;
	top:0;
	z-index:10;
	left:50%;
	transform:translateX(-50%);
	padding: 100px 0 70px;
}

.win11-icon {
	background: url(img/win11-icon.png) no-repeat 0 0;
	width: 61px ;
	height: 59px;
}
 

#owl-second {
	padding: 0;
}



#owl-second img{
    display: block;
	position:absolute;
	z-index:-1;
	top:0;
	min-width:100%;
	min-height: 100%;
}

#owl-second .owl-pagination {
    margin: 0 auto;
    max-width: 1200px;
}

#owl-second .owl-theme .owl-controls{
	margin: 0;
	text-align: center;
}

#owl-second  .owl-controls {
    margin: 0;
    padding: 0 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 256px;
    width: 100%;
    z-index: 998;
}
 
#owl-second  .owl-controls span{
    color: #7f7c77;
    font: 14px/31px oscb;
    letter-spacing: 0.8px;	
}

#owl-second .owl-page {
    display: inline-block;
    padding: 0 0 18px;
    width: 280px;
}

#owl-second .owl-pagination .active span {
    border-bottom: 2px solid #97643e;
    color: #a46c42;
	padding: 0 0 14px;
}

#owl-second .owl-item-text { 
    text-align: center;
    top: 412px;
    width: 100%;
}

#owl-second .owl-text-inside {
    color: #48433e;
    font: 16px/36px osr;
	margin:0 auto;
	max-width: 850px;
}
#owl-second .owl-item{ 
    padding-bottom: 144px;
    padding-top: 411px;
	position:relative;
}

  
@media only screen and (max-width: 839px) {

	#owl-second .owl-item{ 
		padding-top: 462px;
		padding-bottom: 115px;
	}
}
  
@media only screen and (max-width: 559px) {

	#owl-second .owl-item{ 
		padding-top: 656px;
		padding-bottom: 85px;
	}
}
