
html *{
	max-height:1000000px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
*{
	margin: 0;
	padding: 0;
}
input:active, input:focus, button:focus{
	outline: none;
}
textarea:-moz-placeholder {
	font-size: 18px;
	color: #848282;
	font-weight: 400;
}
textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #848282;
	font-weight: 400;
}
input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}
input::-moz-placeholder{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}
:-ms-input-placeholder{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}
.form-book input::-webkit-input-placeholder {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.form-book input::-moz-placeholder{
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.form-book :-ms-input-placeholder{
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size               : 14px;
	color: #133046;
	line-height             : 1.2;
	font-weight             : 400;
	background: #fff;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}
.error{
	border: 1px solid #F73E6B!important;
}
body .p0{
	padding: 0px;
}
.m0{
	margin: 0px!important;
}
.fz0{
	font-size: 0;
}
.mgt-5{margin-top: 5px;}.mgt-10{margin-top: 10px;}.mgt-15{margin-top: 15px;}.mgt-20{margin-top: 20px;}.mgt-25{margin-top: 25px;}.mgt-30{margin-top: 30px;}.mgt-35{margin-top: 35px;}.mgt-40{margin-top: 40px;}.mgt-45{margin-top: 45px;}.mgt-50{margin-top: 50px;}.mgt-55{margin-top: 55px;}.mgt-60{margin-top: 60px;}.mgt-65{margin-top: 65px;}.mgt-70{margin-top: 70px;}.mgt-75{margin-top: 75px;}.mgt-80{margin-top: 80px;}.mgt-85{margin-top: 85px;}.mgt-90{margin-top: 90px;}.mgt-120{margin-top: 120px;}
.mgb-5{margin-top: 5px;}.mgb-10{margin-bottom: 10px;}.mgb-15{margin-bottom: 15px;}.mgb-20{margin-bottom: 20px!important;}.mgb-25{margin-bottom: 25px;}.mgb-30{margin-bottom: 30px;}.mgb-35{margin-bottom: 35px;}.mgb-40{margin-bottom: 40px;}.mgb-45{margin-bottom: 45px;}.mgb-50{margin-bottom: 50px;}.mgb-55{margin-bottom: 55px;}.mgb-60{margin-bottom: 60px;}.mgb-65{margin-bottom: 65px;}.mgb-70{margin-bottom: 70px;}
.pdt-5{padding-top: 5px;}.pdt-10{padding-top: 10px!important;}.pdt-15{padding-top: 15px;}.pdt-20{padding-top: 20px;}.pdt-25{padding-top: 25px;}.pdt-30{padding-top: 30px;}.pdt-35{padding-top: 35px;}.pdt-40{padding-top: 40px;}.pdt-45{padding-top: 45px!important;}.pdt-50{padding-top: 50px;}.pdt-55{padding-top: 55px;}.pdt-60{padding-top: 60px;}.pdt-65{padding-top: 65px;}.pdt-70{padding-top: 70px;}.pdt-75{padding-top: 75px;}.pdt-80{padding-top: 80px;}.pdt-85{padding-top: 85px;}.pdt-90{padding-top: 90px;}.pdt-95{padding-top: 95px;}.pdt-100{padding-top: 100px;}.pdt-105{padding-top: 105px;}.pdt-110{padding-top: 110px;}.pdt-115{padding-top: 115px;}.pdt-120{padding-top: 120px;}.pdt-125{padding-top: 125px;}
.pdb-5{margin-top: 5px;}.pdb-10{padding-bottom: 10px;}.pdb-15{padding-bottom: 15px;}.pdb-20{padding-bottom: 20px;}.pdb-25{padding-bottom: 25px;}.pdb-30{padding-bottom: 30px;}.pdb-35{padding-bottom: 35px;}.pdb-40{padding-bottom: 40px;}.pdb-45{padding-bottom: 45px;}.pdb-50{padding-bottom: 50px;}.pdb-55{padding-bottom: 55px;}.pdb-60{padding-bottom: 60px;}.pdb-65{padding-bottom: 65px;}.pdb-70{padding-bottom: 70px;}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}	
.over{
	overflow: hidden;
}
.right{
	float: right;
}
.left{
	float: left;
}
.center{
	margin: 0 auto;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.vm{
	display: inline-block;
	height: 100%;
	width:0;
	vertical-align: middle;
}
.ovh{
	overflow: hidden;
}
.dib{
	display: inline-block;
}
.pos-r{
	position: relative;
}
* {
    box-sizing: border-box;
}
:after, :before {
    box-sizing: border-box;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1375px;
	}
}
a{
	text-decoration: none;
}
.header-slider-item-img img{
    max-width: 100%;
    margin: 0 auto;
}
.header-slider-item{
	position: relative;
}
.logo-header{
	text-align: center;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -336px;
}
.logo-header img{
	margin:0 auto;
}
.header-slider-item-bottom{
    width: 989px;
    height: 187px;
    display: inline-block;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left: -495px;
    padding-top: 36px;
}
.header-slider-item{
	text-align: center;
    padding-bottom: 137px;    
}
.header-slider-item-bottom h3{
	font-size: 60px;
	color:#fff;
	font-weight: 400;
	text-transform: uppercase;
}
.header-slider-item-bottom p{
	font-size: 36px;
	color:#fff;
}
.slick-dots{
    text-align: right;
    bottom: 173px;
    right: 8%;
}
.slick-dots li.slick-active button{
	color:#fff;
	opacity: 1;
}
.slick-dots li button{
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li{
	border: 1px solid #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	padding: 2px;
}

#wrap1-txt{

	background: url('../images/back1.jpg')no-repeat center;
}
#wrap1-txt p{
	font-size: 24px;
	text-align: center;
    padding-bottom: 55px;    
}

#combination{
	min-height: 449px;
	background: url('../images/back2.jpg')no-repeat center;
    padding-top: 16px;	
}
.combination-txt p{
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 13px;
}
.combination-txt{
	padding-top: 120px;
	line-height: 36px;
}
.back1{
	background: url('../images/back1.jpg')no-repeat center top;
}
.select-home-item{
	height: 279px;
  	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	background: #fff;
}
.select-home-item h3{
	font-size: 42px;
	color:#a57f58;
	text-transform: uppercase;
	padding-top: 38px;
    padding-bottom: 11px;	
}
#select-home{
	padding-top: 109px;
}
.select-home-item div{
	font-size: 33px;
	line-height: 60px;
    padding-bottom: 10px;	
}
.select-home-item p{
	font-size: 22px;
}
#select-home{
	padding-bottom: 76px;
}

#select-home .row .col-md-4:nth-of-type(3) .select-home-item{
	background: #ffa200;
	color:#fff;
}
#select-home .row .col-md-4:nth-of-type(3) h3{
	color:#fff;
}
.select-home-item p{
	padding-bottom: 20px;
}
#select-home .row{
	background: url('../images/arr1.png')no-repeat center;
}
.structure-item{
	min-height: 983px;
	position: relative;
}
.structure-item-img{
	position: absolute;
	left: 420px;
	top: 0px;
}
#structure{
	padding-top: 34px;
    padding-bottom: 180px;
}
.structure-item-1{
	position: absolute;
    left: -113px;
    top: 104px;
}
.structure-item-1 h4{
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 19px;

}
.structure-item-1 p{
	font-size: 24px;
	position: relative;	
}
.structure-item-1 p:after{
	content: '';
	width: 299px;
  	height: 1px;
  	background-color: #ff5f00;
  	position: absolute;
    right: -323px;
    top: 16px;
}
.structure-item-2{
    font-size: 24px;
    top: 362px;
    position: absolute;
    left: -113px;
}
.structure-item-2 p{
	position: relative;
}
.structure-item-2 p:after{
    content: '';
    width: 260px;
    height: 1px;
    background-color: #ff5f00;
    position: absolute;
    right: -276px;
    top: 44px;
}
.structure-item-3{
    font-size: 24px;
    top: 519px;
    position: absolute;
    left: -113px;
}
.structure-item-3 p{
	font-size: 24px;
}
.structure-item-3 p:after{
    content: '';
    width: 260px;
    height: 1px;
    background-color: #ff5f00;
    position: absolute;
    right: -276px;
    top: 44px;
}
.structure-item-4{
	top: 653px;
	left: -113px;
	position: absolute;
}
.structure-item-4 h4{
	font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.structure-item-4 h4:after{
	content: url('../images/arr2.png');
	position: absolute;
    left: 0px;
    top: 195px;
}
.structure-item-4 p {
    font-size: 24px;
    padding-bottom: 31px;    
}
.structure-item-5{
	position: absolute;
    top: 32px;
    right: 15px;
}
.structure-item-5 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-5 p {
    font-size: 24px;
    position: relative;
}
.structure-item-5 p:before{
	content: '';
	width: 400px;
  	height: 1px;
  	background-color: #ff5f00;
  	position: absolute;
    left: -153px;
    top: 33px;
}
.structure-item-6{
	position: absolute;
    top: 240px;
    right: 133px;
}
.structure-item-6 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-6 p {
    font-size: 24px;
    position: relative;
}
.structure-item-6 p:before{
	content: '';
    width: 313px;
    height: 1px;
    background-color: #ff5f00;
    position: absolute;
    left: -180px;
    top: 31px;
}
.structure-item-7{
    position: absolute;
    top: 421px;
    right: 54px;
}
.structure-item-7 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-7 p {
    font-size: 24px;
    position: relative;
}
.structure-item-7 p:before{
    content: '';
    width: 350px;
    height: 1px;
    background-color: #ff5f00;
    position: absolute;
    left: -144px;
    top: 62px;
}
.structure-item-8{
    position: absolute;
    top: 647px;
    right: 121px;
}
.structure-item-8 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-8 h4:before{
    content: '';
	width: 232px;
  	height: 1px;
  	background-color: #ff5f00;
    position: absolute;
    left: -90px;
    top: 31px;
}
.structure-item-9{
	position: absolute;
    bottom: 141px;
    right: -121px;
}
.structure-item-9 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-9 p {
    font-size: 24px;
    position: relative;
}
.structure-item-9 p:before{
    content: url('../images/arr3.png');
    position: absolute;
    left: -337px;
    top: -20px;
}
.structure-item-10{
    position: absolute;
    bottom: -46px;
    right: -104px;
}
.structure-item-10 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #a57f58;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.structure-item-10 p {
    font-size: 24px;
    position: relative;
}
.structure-item-10 p:before{
    content: url(../images/arr4.png);
    position: absolute;
    left: -313px;
    top: -102px;
}

#structure-color{
	height: 208px;
	background: url('../images/color-back.png')no-repeat center;
}
.structure-color-img{
    padding-top: 75px;
/*    border-bottom: 4px solid #d2d2d2;*/
    float: left;
    padding-bottom: 14px;
    width: 60%;
}
.structure-color-txt{
	float: right;
	font-size: 36px;
	text-transform: uppercase;
    padding-top: 63px;	
}
.structure-color-txt b{
	color: #ffa200;
}
.structure-color-txt span{
	font-size: 60px;
}
.color-slider .slick-prev, .color-slider .slick-next{
    border-radius: 50%;
    z-index: 2;
    top: 31%;    
}
.color-slider .slick-prev{
    left: 0px;
}
.color-slider .slick-next{
    right: 0px;
}
.color-slider-item img{
    margin: 0 auto;
}
#why-home{
	margin-top: 25px;
	background: url('../images/why-home.jpg')no-repeat center;
	min-height: 598px;
    padding-bottom: 47px;
    background-size: cover;	
}
#why-home h2{
	text-align: center;
	color: #333333;
	font-size: 48px;
	font-weight: 400;
	padding-top: 32px;
	text-transform: uppercase;
    padding-bottom: 47px;	
}
.why-home-item{
  	min-height: 358px;
  	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
  	background-color: #ffffff;
  	text-align: center;
  	padding: 20px;
  	position: relative;
  	max-width: 315px;
}
.why-home-item p{
	font-size: 16px;
	line-height: 24px;
}
.why-home-item h3{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 11px;
    padding-bottom: 15px;
}
.why-home-item-img{
    right: 5px;
    bottom: 3px;
    position: absolute;
}

#contact h2{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding-top: 58px;
    padding-bottom: 155px;
}
#contact{
	min-height: 668px;
	overflow: hidden;
}
.contact-form{
	width: 800px;
  	height: 300px;
  	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  	background-color: #ffffff;
  	margin: 0 auto;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	position: relative;
}
.contact-form:after{
	content: url('../images/foot-back.jpg');
    position: absolute;
    right: -593px;
    top: -88px;
    z-index: -1;
}
.contact-form-txt{
	width: 50%;
	padding-left: 62px;
    padding-top: 41px;
}
.contact-form-main{
    width: 50%;
    padding-top: 32px;
    padding-right: 52px;

}
.contact-form-txt h4{
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
    padding-bottom: 88px;	
}
.contact-form-txt p{
	font-size: 18px;
}
.contact-form-txt p a{
	color:#000;
	text-decoration: underline;
}
.contact-form-input input{
  	background-color: #ffffff;
  	width: 100%;
  	height: 40px;
  	border: none;
  	font-size: 16px;
  	border-bottom: 2px solid #000;
    margin-bottom: 9px;  
    padding-left: 20px;	
}
.contact-form-main button{
	width: 256px;
  	height: 66px;
  	border: solid 1px #000000;
  	cursor: pointer;
  	text-align: center;
  	font-size: 18px;
  	font-weight: bold;
  	color: #333333;
  	background: none;
    margin-top: 21px;
    text-transform: uppercase;
}
.contact-form-main button:hover{
	background: #000;
	color:#fff;
}

#thanks{
	padding: 30px 20px;
	background: #fff;
	text-align: center;
}
#thanks h3{
	font-size: 24px;
	padding-bottom: 10px;
}
#thanks p{
	font-size: 21px;
}
.combination-img{
    position: relative;
}
.combination-img img:nth-of-type(2){
    position: absolute;
    left: 57px;
    top: 41px;
    z-index: 2;
}
.combination-img img:nth-of-type(3){
    position: absolute;
    left: 125px;
    top: 82px;
    z-index: 3;
}
.combination-img-mobile{
    display: none;
}
.combination-img-mobile img{
    max-width: 100%;
}
.color-slider .slick-dots {
    bottom: -40px;
}
.color-slider .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    left: 0px;
    bottom: -25px;
}
.color-slider .slick-dots li{
    border-radius: 0px;
    background: #d2d2d2;
    margin: 0px;
    border: none;
    width: calc(100%/8);
    height: 4px;
}
.color-slider  .slick-dots li button{
    display: none;
}
.color-slider .slick-dots li.slick-active{
    background: #efbb29;
}
.select-home-item:hover, .select-home-item:hover h3{
    background: #ffa200;
    color:#fff;
}
.logo2{
    text-align: center;
    margin-top: -52px;
}
.logo2 img{
    max-width: 100%;
}
.logo2-txt{
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;  
    margin-top: 37px;
}
.contact-bottom{
    min-height: 182px;
    text-align: center;
    font-size: 24px;
    padding-top: 44px;    
}
.contact-bottom h4{
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 5px;

}
.contact-bottom p{
    font-size: 21px;
}
.address-shops{
    min-height: 184px;
    background: #000;
}
.address-shops h4{
    color:#fff;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
}
.address-shops p{
    font-size: 21px;
    color:#fff;
    line-height: 1.5;
}
.address-shops-txt{
    padding-left: 171px;
}
.footer-site{
    text-align: center;
}
.footer-site a{
    width: 256px;
    height: 66px;
    display: inline-block;
    text-align: center;
    color:#fff;
    background: #ffa200;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 65px;
    margin-top: 49px;    
}
.footer-site{
    min-height: 166px;
}