/*
@font-face {
	font-family: HelveticaNeueCyr-Roman;
	src: url(fonts/HelveticaNeueCyr-Roman.ttf);
}
@font-face {
	font-family: HelveticaNeueCyr-Light;
	src: url(fonts/HelveticaNeueCyr-Light.ttf);
}
@font-face {
	font-family: HelveticaNeueCyr-Medium;
	src: url(fonts/HelveticaNeueCyr-Medium.ttf);
}
@font-face {
	font-family: HelveticaNeueCyr-Bold;
	src: url(fonts/HelveticaNeueCyr-Bold.ttf);
}
@font-face {
	font-family: HelveticaNeueCyr-Italic;
	src: url(fonts/HelveticaNeueCyr-Italic.ttf);
}
*/
/*
Roboto
Thin 100
Thin 100 Italic
Light 300
Light 300 Italic
Normal 400
Normal 400 Italic
Medium 500
Medium 500 Italic
Bold 700
Bold 700 Italic
Ultra-Bold 900
Ultra-Bold 900 Italic 
*/

/**
 * Eric Meyer's Reset CSS v2.0 
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html{
	font-size: 100%;
}

body,
input,
textarea{
	/*font-family: HelveticaNeueCyr-Roman, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}


a,
img,
input,
textarea,
body *{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}








/*--- settings
-----------------------------------------------------------------------*/

.page{}
.row{
	position: relative;
}
.rowIn{
	display: block;
	position: relative;
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}


.anchor{
	display: block;
	position: absolute;
	left: 0px;
	top: -71px;
	height: 100%;
}

/*--- settings end
-----------------------------------------------------------------------*/








/*--- h
-----------------------------------------------------------------------*/
.h2{
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 90px;
}
.h2 span{
	display: inline-block;
	position: relative;
}
.h2 span:before,
.h2 span:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #000;
}
.h2 span:before{
	right: 100%;
	margin-right: 20px;
	left: -9999px;
}
.h2 span:after{
	left: 100%;
	margin-left: 20px;
	right: -9999px;
}

.h2 strong{
	font-weight: 700;
}

.h2.light{
	color: #fff;
}
.h2.light span:before,
.h2.light span:after{
	background-color: #fff;
}

/*--- h
-----------------------------------------------------------------------*/








/*--- buttons
-----------------------------------------------------------------------*/

/*---btnT1---*/
.btnT1{
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}
.btnT1 span{
	display: block;
	position: relative;
	z-index: 3;
	padding: 13px 23px;
	font-size: 13px;
	line-height: 14px;
	color: #794932;
	text-transform: uppercase;
}
.btnT1:before,
.btnT1:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.btnT1:before{
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe9be+0,ffe1a6+100 */
	background: #ffe9be; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe9be 0%, #ffe1a6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe9be 0%,#ffe1a6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe9be 0%,#ffe1a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9be', endColorstr='#ffe1a6',GradientType=0 ); /* IE6-9 */
}
.btnT1:after{
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe1a6+0,fff0d2+100 */
	background: #ffe1a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe1a6 0%, #fff0d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe1a6 0%,#fff0d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe1a6 0%,#fff0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1a6', endColorstr='#fff0d2',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	transition: all 0.3s ease;
}
.btnT1:hover:after{
	opacity: 1;
}

.btnT1 input[type="submit"]{
	display: block;
	position: relative;
	z-index: 3;
	padding: 13px 23px;
	font-size: 13px;
	line-height: 14px;
	color: #794932;
	text-transform: uppercase;
	
	background: #ffe9be; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe9be 0%, #ffe1a6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe9be 0%,#ffe1a6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe9be 0%,#ffe1a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9be', endColorstr='#ffe1a6',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s ease;
	cursor: pointer;
}
.btnT1 input[type="submit"]:hover{
	background: #ffe1a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe1a6 0%, #fff0d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe1a6 0%,#fff0d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe1a6 0%,#fff0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1a6', endColorstr='#fff0d2',GradientType=0 ); /* IE6-9 */
}

/*---btnT1 end---*/


/*---btnT2---*/
.btnT2{
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 3px;
	border: 1px solid #d1ad9c;
	cursor: pointer;
	text-align: center;
}
.btnT2 span{
	display: block;
	position: relative;
	z-index: 3;
	padding: 13px 23px;
	font-size: 13px;
	line-height: 14px;
	color: #794932;
	text-transform: uppercase;
}
.btnT2:before,
.btnT2:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.btnT2:before{
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe9be+0,ffe1a6+100 */
	background: #ffe9be; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe9be 0%, #ffe1a6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe9be 0%,#ffe1a6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe9be 0%,#ffe1a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9be', endColorstr='#ffe1a6',GradientType=0 ); /* IE6-9 */
}
.btnT2:after{
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe1a6+0,fff0d2+100 */
	background: #ffe1a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe1a6 0%, #fff0d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe1a6 0%,#fff0d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe1a6 0%,#fff0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1a6', endColorstr='#fff0d2',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	transition: all 0.3s ease;
}
.btnT2:hover:after{
	opacity: 1;
}

.btnT2 input[type="submit"]{
	display: block;
	position: relative;
	z-index: 3;
	padding: 13px 23px;
	font-size: 13px;
	line-height: 14px;
	color: #794932;
	text-transform: uppercase;
	min-width: 130px;
	margin:0 auto;

	background: #ffe9be; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe9be 0%, #ffe1a6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe9be 0%,#ffe1a6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe9be 0%,#ffe1a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9be', endColorstr='#ffe1a6',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s ease;
	cursor: pointer;
}
.btnT2 input[type="submit"]:hover{
	background: #ffe1a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe1a6 0%, #fff0d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe1a6 0%,#fff0d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe1a6 0%,#fff0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1a6', endColorstr='#fff0d2',GradientType=0 ); /* IE6-9 */
}

/*---btnT2 end---*/


/*--- buttons end
-----------------------------------------------------------------------*/








/*--- tels
-----------------------------------------------------------------------*/
.telT1{
	font-weight: 300;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	padding: 6px 0;
}
.telT1 b{
	font-weight: 700;
	color: #ffe1a6;
}
/*--- tels end
-----------------------------------------------------------------------*/








/*--- form
-----------------------------------------------------------------------*/
.form{}
.formOrderContent{}
.formRow{}
.formRow + .formRow{}
.formRow-title{}
.formRow-textarea{}
.formRow-btn{}
.formCol + .formCol{}
.inputText{}
.form ::-webkit-input-placeholder {color: #202020; opacity: 1;}
.form ::-moz-placeholder          {color: #202020; opacity: 1;}
.form :-moz-placeholder           {color: #202020; opacity: 1;}
.form :-ms-input-placeholder      {color: #202020; opacity: 1;}

.formSentContent{}



.inputHint{
	display: block;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 100%;
	transform: translateY(50%);
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 3px 7px;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.inputHelp{
	background-color: #ffe0a3;
}
.inputError{
	color: #fff;
	background-color: #e00025;
}


.formSentContent{
	display: block;
	box-sizing: border-box;
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background-color: #ffe0a7;
	border-radius: 8px;
	padding: 30px 85px;
	background-image: url('/images/good_yellow.jpg');
	background-repeat: no-repeat;
	background-position: 15px center;
}
.formSentContent{
	/*display: none;*/
}
.orderTransmitted + .formSentContent{
	display: block;
}


.ui-datepicker{
	z-index: 11 !important;
}


/*--- form
-----------------------------------------------------------------------*/








/*--- select
-----------------------------------------------------------------------*/
/*.selectWrap{
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.selectWrap.opened{
	z-index: 10;
}
.selectWrap .select{
	position: relative;
}
.selectWrap select{
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.selectWrap option[selected="selected"],
.selectWrap option[selected=""],
.selectWrap option[selected]{
	background-color: green;
}
.selectWrap .selectH1{
	position: relative;
}
.selectWrap .selectH1 i{}
.selectWrap .selectCont{}
.selectWrap .selectCont{
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.selectWrap.opened .selectCont{
	top: 100%;
	left: 0;
	width: 100%;
}
.selectWrap .selectCont .selectItem{}
*/
/*--- select end
-----------------------------------------------------------------------*/








/*--- checkbox
-----------------------------------------------------------------------*/
.checkbox{
	position: relative;
	cursor: pointer;
}
.checkbox input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: -99999px;
}
.checkbox i{}
.checkbox .checkboxLabel{}

/*--- checkbox end
-----------------------------------------------------------------------*/








/*--- formT1
-----------------------------------------------------------------------*/
.formT1{
	display: block;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 100px;
}
.formT1 form{
	text-align: center;
}
.formT1 h5{
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 15px;
}
.formT1 h5 b{
	font-weight: 700;
	color: #ffe1a6;
}
.formT1 .formRow{}
.formT1 .formCol{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.formT1 .formCol + .formCol{
	margin-left: 7px;
}
.formT1 .inputText{
	display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 14px;
	color: #7b7b7b;
	text-transform: uppercase;
	padding: 13px 0;
	padding-left: 40px;
	background-color: #fff;
	border-radius: 3px;
	width: 170px;
}
.formT1 form ::-webkit-input-placeholder {color: #7b7b7b; opacity: 1;}
.formT1 form ::-moz-placeholder          {color: #7b7b7b; opacity: 1;}
.formT1 form :-moz-placeholder           {color: #7b7b7b; opacity: 1;}
.formT1 form :-ms-input-placeholder      {color: #7b7b7b; opacity: 1;}
.formT1 .formCol[data-type="date"]:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	width: 25px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left: 8px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 1px -62px;
}
.formT1 .formCol[data-type="name"]:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	width: 25px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left: 8px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 1px -102px;
}
.formT1 .formCol[data-type="phone"]:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	width: 25px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left: 8px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 1px -142px;
}
/*--- formT1 end
-----------------------------------------------------------------------*/








/*--- formT2
-----------------------------------------------------------------------*/
.formT2{
	position: relative;
}
.formT2 form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	max-width: 1070px;
	margin: 0 auto;
}
.formT2 .formCol{
	width: 38%;
}
.formT2 .formCol + .formCol{
	width: 48%;
}
.formT2 .formRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
}
.formT2 .formRow + .formRow{
	margin-top: 40px;
}
.formT2 .formRow + .formRow-btn{
	margin-top: 90px;
}
.formT2 .formColIn{
	position: relative;
}
.formT2 .formRowIn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}
.formT2 .formRowIn + .formRowIn{
	margin-top: 10px;
}
.formT2 .formColIn.size1{
	width: 100%;
}
.formT2 .formColIn.size2{
	width: 46%;
}
.formT2 .formColIn.size3{
	width: 47%;
}
.formT2 .formRow-checkboxes{
	justify-content: flex-start;
}
.formT2 .formRow-checkboxes .formColIn + .formColIn{
	margin-left: 75px;
}
.formT2 h4{
	width: 100%;
	font-size: 25px;
	line-height: 27px;
	color: #000;
	margin-bottom: 25px;
}
.formT2 h5{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.formT2 .inputText,
.formT2 textarea,
.formT2 .selectH1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #8c8c8c;
	padding: 13px 10px;
	border: 2px solid #794932;
}
.formT2 .inputTextPersonal{
	font-size: 18px;
	color: #525252;
	font-style: italic;
}
.formT2 *[data-type="date"]{
	position: relative;
}
.formT2 *[data-type="date"] .inputText{
	padding-left: 55px;
}
.formT2 *[data-type="date"]:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #794932;
}
.formT2 *[data-type="date"]:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	width: 25px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left: 12px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -39px -62px;
}
.formT2 textarea{
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	max-height: 120px;
	min-height: 120px;
	resize: none;
}
.formT2 .select2-container--default .select2-selection--single{
	display: block;
	width: 100%;
	border: 2px solid #794932;
	border-radius: 0;
}
.formT2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	padding: 13px 10px;
	padding-right: 20px;
}
.formT2 .select2-container .select2-selection--single{
	display: block;
	height: auto;
}
.formT2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: -5px;
	border-color: #794932 transparent transparent transparent;
}
.formT2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #794932 transparent;
}
.formT2 .select2-container{
	display: block;
	width: 100%;
}
.formT2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 5px;
    width: 20px;
}
.formT2 .selection{
	display: block;
}
.select2-dropdown{
	border: 2px solid #794932;
	border-radius: 0;
}
.select2-search--dropdown{
	display: none !important;
}
.select2-results__option + .select2-results__option{
	border-top: 2px solid #794932;
}
/*
.formT2 .selectCont{
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #8c8c8c;
	border: 2px solid #794932;
	border-top: none;
	background-color: #fff;
	max-height: 160px;
	overflow: auto;
}
.formT2 .select-category .selectH1{
	font-size: 18px;
	color: #000;
}
.formT2 .selectItem{
	padding: 10px 10px;
	transition: all 0.3s ease;
}
.formT2 .selectItem + .selectItem{
	border-top: 2px solid #794932;
}
.formT2 .selectItem:hover{
	color: #000;
}

.formT2 .selectH1 i{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 13px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-color: #794932;
}
.formT2 .selectWrap.opened .selectH1 i{
	transform: rotate(180deg);
	margin-top: -15px;
}*/

.formT2 .checkbox i{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	box-shadow: 0 0 0 2px #794932;
}
.formT2 .checkbox i:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -100px -57px;
	opacity: 0;
}
.formT2 .checkbox input:checked + i:before{
	opacity: 1;
}
.formT2 .checkboxLabel{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-left: 15px;
}

.formT2 .btnT2 span{
	padding-left: 75px;
	padding-right: 75px;
}
.formT2 .btnT2 input[type="submit"]{
	padding-left: 75px;
	padding-right: 75px;
}


/*--- formT2 end
-----------------------------------------------------------------------*/








/*--- formT3
-----------------------------------------------------------------------*/
.formT3{
	position: relative;
	max-width: 745px;
	margin: 0 auto;
}
.formT3 form{
	display: block;
	position: relative;
}
.formT3 h5{
	font-size: 30px;
	line-height: 44px;
	color: #ffe1a6;
	font-weight: 700;
	text-transform: uppercase;
}
.formT3 .formInfo{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
.formT3 .formRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	margin-top: 20px;
}
.formT3 .formRow + .formRow{
	margin-top: 8px;
}
.formT3 .formCol{
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 243px;
}
.formT3 .formCol + .formCol{}
.formT3 .inputText,
.formT3 textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff8eb;
	font-size: 18px;
	line-height: 18px;
	color: #5e5e5e;
	font-style: italic;
	padding: 15px 20px;
	padding-right: 10px;
}
.formT3 textarea{
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	max-height: 120px;
	min-height: 120px;
	resize: none;
}
.formT3 .formRow-btn{
	justify-content: center;
}
.formT3 .formRow-btn .btnT2 span{
	padding-left: 95px;
	padding-right: 95px;
}
.formT3 .formRow-btn .btnT2 input[type="submit"]{
	/*padding-left: 95px;
	padding-right: 95px;*/
	text-align: center;
}

.formT3 .formSentContent{
	min-width: 550px;
}

/*--- formT3 end
-----------------------------------------------------------------------*/








/*--- formT4
-----------------------------------------------------------------------*/
.formT4{
	position: relative;
}
.formT4 form{
	min-width: 290px;
}
.formT4 h4{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.formT4 .formRow{
	position: relative;
}
.formT4 .formRow-btn{
	text-align: center;
}
.formT4 .formRow + .formRow{
	margin-top: 8px;
}
.formT4 .formRow + .formRow-btn{
	margin-top: 12px;
}
.formT4 .inputText{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 240px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	border: 2px solid #808080;
	padding: 13px 10px;
	padding-right: 5px;
}
.formT4 .btnT2 span{
	padding-left: 45px;
	padding-right: 45px;
}
.formT4 .btnT2 input[type="submit"]{
	padding-left: 45px;
	padding-right: 45px;
}

.formT4 .formSentContent{
	min-width: 100%;
	padding-right: 15px;
}

/*--- formT4 end
-----------------------------------------------------------------------*/








/*--- modalInfo
-----------------------------------------------------------------------*/
.modalInfoBg{
	display: block;
	position: fixed;
	z-index: 900;
	top: -99999px;
	left: -99999px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

.visible-modalInfo .modalInfoBg{
	top: 0;
	left: 0;
}

.modalInfo{
	display: block;
	position: fixed;
	z-index: 1000;
	top: -99999px;
	left: -99999px;
}

.modalInfo.visible{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modalInfoWrap{
	display: block;
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
	padding-bottom: 45px;
}

.modalInfoClose{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.modalInfoClose:before,
.modalInfoClose:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
	background-color: #808080;
	transition: all 0.3s ease;
}
.modalInfoClose:before{
	transform: rotate(45deg);
}
.modalInfoClose:after{
	transform: rotate(-45deg);
}
.modalInfoClose:hover:before,
.modalInfoClose:hover:after{
	background-color: #000;
}

/*--- modalInfo end
-----------------------------------------------------------------------*/








/*--- header
-----------------------------------------------------------------------*/
.header{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
}
.header .infoTop{
	position: absolute;
	top: 20px;
	right: 0;
}
.header .infoTop:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.header .tel{
	float: left;
}
.header .btn{
	float: left;
	margin-left: 30px;
}

.headerNav{
	position: absolute;
	z-index: 10;
	top: 700px;
	/*transform: translateY(-100%);*/
	left: 0;
	right: 0;
	background-color: rgba(121,73,50,0.9);
}
.headerNav.fixed{
	position: fixed;
	top: 0;
}

/*--- header end
-----------------------------------------------------------------------*/








/*--- footer
-----------------------------------------------------------------------*/
.footer{
	background-color: #fff;
}
.footer .rowIn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 35px 0;
}
.copyright{
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.madeIn{
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.madeIn:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.madeIn a{
	display: block;
	float: right;
	width: 137px;
	height: 18px;
	background-image: url('/images/logo_webelement.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15px;
}

/*--- footer end
-----------------------------------------------------------------------*/








/*--- sliderMain
-----------------------------------------------------------------------*/
.sliderMain{
	display: block;
	position: relative;
}
.sliderMain .item{
	display: block;
	position: relative;
	height: 700px;
}
.sliderMain .pic{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sliderMain .info{
	font-weight: 300;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: -50px;
	text-align: center;
	min-width: 70%;
}
.sliderMain .info h5{
	font-weight: 300;
	font-size: 38px;
	line-height: 42px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sliderMain .info strong{
	font-weight: 700;
}
.sliderMain .info p{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}

/*--- sliderMain end
-----------------------------------------------------------------------*/








/*--- nav
-----------------------------------------------------------------------*/
.nav{
	display: block;
	padding-left: 60px;
}
.nav ul{
	display: block;
	position: relative;
	text-align: center;
}
.nav .item{
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
.nav .item-logo{
	width: 170px;
	margin: 0 50px;
}
.nav .item a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}
.nav .item-logo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}


.navTop{
	padding-top: 50px;
	overflow: hidden;
}
.navTop .item{
	padding-top: 12px;
}

.navTop .item-logo{
	padding-top: 0;
}
.navTop .item-logo:before,
.navTop .item-logo:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #fff;
}
.navTop .item-logo:before{
	left: -9999px;
	right: 100%;
	margin-right: 30px;
}
.navTop .item-logo:after{
	right: -9999px;
	left: 100%;
	margin-left: 30px;
}
.navTop .item a{
	padding-bottom: 14px;
}
.navTop .item a:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 1px;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s ease, background-color 0s ease;
}
.navTop .item-logo a:before{
	display: none;
}
/*.navTop .item.current a:before,*/
.navTop .item a:hover:before{
	left: 0;
	right: 0;
	background-color: #fff;
}


.navMain{}
.navMain ul{
	padding: 10px 0;
}
.navMain .item{
	vertical-align: middle;
}
.navMain .item-logo img{
	max-width: 130px;
}
.navMain .item a{
	padding: 14px 0;
}
.navMain .item a:before,
.navMain .item a:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	height: 1px;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s ease, background-color 0s ease;
}
.navMain .item-logo a:before,
.navMain .item-logo a:after{
	display: none;
}
.navMain .item a:before{
	top: 0;
}
.navMain .item a:after{
	bottom: 0;
}
.navMain .item.current a:before,
.navMain .item a:hover:before,
.navMain .item.current a:after,
.navMain .item a:hover:after{
	left: 0;
	right: 0;
	background-color: #fff;
}


/*---navT1---*/
.navT1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: stretch;
}
.navT1 li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-left: 9px;
	margin-right: 9px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	border: 1px solid #ffe4ae;
	border-radius: 3px;
	padding: 10px 30px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.navT1 li.active,
.navT1 li:hover{
	background-color: #ffe4ae;
}
.navT1 li span{
	display: block;
	font-size: 13px;
}
.navT1 li + li{}
/*---navT1 end---*/

/*--- nav end
-----------------------------------------------------------------------*/








/*--- info
-----------------------------------------------------------------------*/
.row-info{
	background-color: #794932;
	padding: 25px 0;
	text-align: center;
}
.row-info .rowIn{}
.row-info h4{
	font-size: 25px;
	line-height: 27px;
	color: #fff;
}
.row-info h5{
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
}

/*--- info end
-----------------------------------------------------------------------*/








/*--- rooms
-----------------------------------------------------------------------*/
.row-rooms{
	margin-top: 75px;
}
.row-rooms .rowIn{
	padding-top: 85px;
}

.roomsCont{
	position: relative;
}
.roomsCont > .item{
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 100%;
}
.roomsCont > .item.active{
	position: relative;
	top: 0;
	left: 0;
}

.roomsCont{
	margin-top: 60px;
}
.roomsCont:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.roomsCont > .item{
}
.roomsCol{
	position: relative;
	width: 54%;
	float: left;
}
.roomsCol + .roomsCol{
	width: 44%;
	float: right;
}
.roomsSliderBig{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.roomsSliderBig .item{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.roomsSliderMin{
	display: block;
	position: relative;
	z-index: 3;
	width: 80%;
	margin: 0 auto;
	margin-top: -50px;
}
.roomsSliderMin .item{
	position: relative;
	height: 100px;
	cursor: pointer;
}
.roomsSliderMin .item .pic{
	display: block;
	position: absolute;
	width: 66px;
	height: 66px;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
	border-radius: 33px;
	box-shadow: 0 0 0 3px #ffe6b4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.roomsSliderMin .item-3d .info{
	display: table;
	position: absolute;
	width: 88px;
	height: 88px;
	top: 50%;
	left: 50%;
	margin-top: -44px;
	margin-left: -44px;
	border-radius: 44px;
	background-color: #ffe6b4;
}
.roomsSliderMin .item-3d .info span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}
.roomsSliderMin .item-3d .info span:before{
	content: '';
	display: block;
	width: 37px;
	height: 27px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -158px -60px;
	margin: 0 auto;
	margin-bottom: 7px;
}

/**/
.roomsLabel3d{
	display: table;
	position: absolute;
	z-index: 5;
	width: 88px;
	height: 88px;
	top: -44px;
	right: -44px;
	border-radius: 44px;
	background-color: #ffe6b4;
}
.roomsLabel3d span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
.roomsLabel3d span:before{
	content: '';
	display: block;
	width: 37px;
	height: 27px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -158px -60px;
	margin: 0 auto;
	margin-bottom: 7px;
}
/**/

.roomsCol-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: stretch;
}
.roomsCol-info{
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.roomsColIn{
	width: 56%;
	position: relative;
	padding-bottom: 100px;
}
.roomsColIn + .roomsColIn{
	width: 32%;
	padding-bottom: 0;
}
.roomsColIn > div{}
.roomsColIn > div + div{
	margin-top: 25px;
}
.roomsColIn b{
	font-size: 16px;
	font-weight: 700;
}
.roomsColIn .roomsTable{
	margin-top: 5px;
}
.roomsColIn .roomsTable > p + p{
	margin-top: 3px;
}
.roomsColIn .roomsTable > p{}
.roomsColIn .roomsTable > p:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.roomsColIn .roomsTable > p span{
	display: block;
	float: left;
}
.roomsColIn .roomsTable > p span + span{
	float: right;
}
.roomsColIn .roomsTable b{
	font-size: 14px;
}

.roomsBtnWrap{
	position: absolute;
	bottom: 50px;
	left: 6%;
}

.roomsConditions{
	margin-top: 5px;
}
.roomsConditions:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.roomsConditions li{
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.roomsConditions li:before{
	content: '';
	display: block;
	width: 50px;
	height: 42px;
	margin: 0 auto;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
.roomsConditions li.noAnimals:before{
	background-position: 0px -180px;
}
.roomsConditions li.only3:before{
	background-position: 0px -231px;
}
.roomsConditions li + li{
	margin-left: 40px;
}

/*--- rooms end
-----------------------------------------------------------------------*/








/*--- price
-----------------------------------------------------------------------*/
.row-price{
	background-image: url('/images/bgRoom.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 85px;
}
.row-price .rowIn{
	padding-top: 85px;
	padding-bottom: 30px;
}

.price{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: stretch;
}
.price .item{
	display: block;
	box-sizing: border-box;
	padding: 22px 25px;
	padding-bottom: 30px;
	width: 265px;
	border: 1px solid #ffe1a6;
	margin: 0 15px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s ease;
}
.price h4{
	display: table;
	font-size: 18px;
	line-height: 20px;
	color: #ffe5b3;
	width: 100%;
	height: 45px;
	transition: all 0.3s ease;
}
.price h4 span{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-right: 50px;
}
.price h4 i{
	display: block;
	position: absolute;
	width: 42px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	right: 0;
}
.price h4 i:before,
.price h4 i:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}
.price h4 i:before{
	opacity: 1;
}
.price h4 i:after{
	opacity: 0;
}

.price .item[data-nums="2"] h4 i:before{
	background-position: -90px -112px;
}
.price .item[data-nums="2"] h4 i:after{
	background-position: -150px -112px;
}

.price .item[data-nums="3"] h4 i:before{
	background-position: -93px -172px;
}
.price .item[data-nums="3"] h4 i:after{
	background-position: -153px -172px;
}

.price .item[data-nums="4"] h4 i:before{
	background-position: -97px -232px;
}
.price .item[data-nums="4"] h4 i:after{
	background-position: -157px -232px;
}

.priceTable{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ffe1a6;
	transition: all 0.3s ease;
}
.priceTable p{}
.priceTable p + p{
	margin-top: 10px;
}
.priceTable p:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.priceTable span{
	float: left;
	color: #fff;
	transition: all 0.3s ease;
}
.priceTable span + span{
	float: right;
	color: #ffe5b3;
	font-weight: 700;
}

.price .item:hover{
	background-color: #ffe1a6;
	cursor: pointer;
}
.price .item:hover h4{
	color: #000;
}
.price .item:hover h4 i:before{
	opacity: 0;
}
.price .item:hover h4 i:after{
	opacity: 1;
}
.price .item:hover .priceTable{
	color: #000;
	border-color: #000;
}
.price .item:hover .priceTable span{
	color: #000;
}
.price .item:hover .priceTable span + span{
	color: #794932;
}

/*--- price end
-----------------------------------------------------------------------*/








/*--- reservation
-----------------------------------------------------------------------*/
.row-reservation{}
.row-reservation .rowIn{
	padding-top: 85px;
	padding-bottom: 60px;
}
/*--- reservation end
-----------------------------------------------------------------------*/








/*--- reviews
-----------------------------------------------------------------------*/
.row-reviews{
	background-image: url('/images/bgHouse.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.row-reviews .rowIn{
	padding-top: 85px;
	padding-bottom: 95px;
}

.row-reviews .h2{
	margin-bottom: 0;
}

.reviewsSlider{}
.reviewsSlider.arrowsT1 .slick-arrow{
	margin-top: 5px;
}
.reviewsSlider .item{
	position: relative;
	padding-top: 85px;
}
.reviewsSlider .item .info{
	display: block;
	box-sizing: border-box;
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	min-height: 345px;
	background-color: rgba(255,255,255,0.9);
	padding: 33px 45px;
}
.reviewsSlider .pic{
	display: block;
	position: absolute;
	width: 170px;
	height: 170px;
	top: 0;
	margin-top: -85px;
	left: 45px;
	border-radius: 85px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.reviewsSlider .params{
	padding-left: 200px;
}
.reviewsSlider .params:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.reviewsSlider .paramsCol{
	float: left;
}
.reviewsSlider .paramsCol + .paramsCol{
	float: right;
}
.reviewsSlider .paramName{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 700;
}
.reviewsSlider .paramDate{
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
.reviewsSlider .paramDate:after{
	display: block;
	float: none;
	clear: both;
	content: '';
}
.reviewsSlider .paramDate span{
	display: block;
	float: left;
}
.reviewsSlider .paramDate span + span{
	margin-left: 5px;
}
.reviewsSlider .paramRoom{
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.reviewsSlider .text{
	padding-top: 45px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

/*--- reviews end
-----------------------------------------------------------------------*/








/*--- about
-----------------------------------------------------------------------*/
.row-about{}
.row-about .rowIn{
	padding-top: 85px;
}

.row-about .h2{
	margin-bottom: 35px;
}

.aboutInfo{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-style: italic;
	margin-left: 150px;
	margin-right: 150px;
	padding: 25px;
	text-align: center;
	background-color: #ffe8ba;
	border-radius: 8px;
}

.aboutSlider{
	margin-top: 60px;
}
.aboutSlider .item{
	height: 195px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.aboutSlider.arrowsT1 .slick-arrow{
	margin-top: -34px;
}

.aboutList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	max-width: 570px;
	margin: 0 auto;
	margin-top: 90px;
}
.aboutList .item{
	margin-bottom: 50px;
	text-align: center;
}
.aboutList .pic{
	display: block;
	position: relative;
	width: 144px;
	height: 144px;
	border-radius: 72px;
	background-color: #ffe6b5;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.aboutList .pic img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.aboutList p{
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

/*--- about end
-----------------------------------------------------------------------*/








/*--- around
-----------------------------------------------------------------------*/
.row-around{}
.row-around .rowIn{
	padding-top: 85px;
	padding-bottom: 80px;
}

.aroundList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	max-width: 968px;
	margin: 0 auto;
}
.aroundList .item{
	display: block;
	position: relative;
	height: 236px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 9px;
	cursor: pointer;
}
/*---size---*/
.aroundList .item-size1{
	width: 380px;
}
.aroundList .item-size2{
	width: 579px;
}
.aroundList .item-size3{
	width: 228px;
}
.aroundList .item-size4{
	width: 228px;
}
.aroundList .item-size5{
	width: 494px;
}
.aroundList .item-size6{
	width: 100%;
}
.aroundList .item-size7{
	width: 481px;
}
.aroundList .item-size8{
	width: 478px;
}
.aroundList .item-size9{
	width: 529px;
}
.aroundList .item-size10{
	width: 430px;
}
/*---size end---*/

/*---bg---*/
.aroundList .tem-bg1{}
.aroundList .tem-bg2{}
.aroundList .tem-bg3{}
.aroundList .tem-bg4{}
.aroundList .tem-bg5{}
.aroundList .tem-bg6{}
.aroundList .tem-bg7{}
.aroundList .tem-bg8{}
.aroundList .tem-bg9{}
.aroundList .tem-bg10{}
/*---bg end---*/

.aroundList .item:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(121,73,50,0.5);
	transition: all 0.3s ease;
}
.aroundList .item:hover:before{
	background-color: rgba(121,73,50,0);
}
.aroundList .item h4{
	display: block;
	position: absolute;
	z-index: 3;
	left: 20px;
	bottom: 35px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
}
.aroundList .item h4 span{
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 100%;
	margin-left: 13px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding: 12px 7px;
	border: 1px solid #fff;
	white-space: nowrap;
	min-width: 60px;
	text-align: center;
}

/*--- around end
-----------------------------------------------------------------------*/








/*--- row-form
-----------------------------------------------------------------------*/
.row-form{
	background-color: #794932;
}
.row-form .rowIn{
	padding-top: 65px;
	padding-bottom: 55px;
}

/*--- row-form end
-----------------------------------------------------------------------*/








/*--- contacts
-----------------------------------------------------------------------*/
.row-contacts{
}
.map{
	display: block;
	position: relative;
	width: 100%;
	height: 630px;
}
.contacts{
	display: block;
	position: absolute;
	z-index: 3;
	right: 50%;
	margin-right: -585px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}
.contacts:before{
	content: '';
	display: block;
	width: 100%;
	height: 168px;
	background-image: url('/images/bgContacts.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
}
.contacts,
.contacts a{
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.contacts h3{
	font-size: 30px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 30px;
}
.contacts b{
	font-weight: 700;
}
.contacts .contactsRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	padding: 0 30px;
}
.contacts .contactsRow + .contactsRow{
	margin-top: 25px;
}
.contacts .contactsCol{}
.contacts .contactsRow-schedule{
	justify-content: center;
	background-color: #794932;
}
.contacts .schedule{
	display: block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
	color: #ffe8ba;
	font-weight: 700;
}
.contacts .schedule span{
	color: #fff;
	font-weight: 300;
}
.contacts .schedule:before{
	content: '';
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	left: 0;
	top: 50%;
	margin-top: -26px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -94px -293px;
}


/*--- contacts end
-----------------------------------------------------------------------*/









.reviewsSlider .text p {
    font-size: 16px;
}
.roomsCol .item.bordered .pic {
    box-shadow: 0 0 0 3px #794932;
}










