@font-face {
    font-family: 'htcentrreg';
    src: url('/f/htcentr-webfont.eot');
    src: url('/f/htcentr-webfont.eot?#iefix') format('embedded-opentype'),
         url('/f/htcentr-webfont.woff2') format('woff2'),
         url('/f/htcentr-webfont.woff') format('woff'),
         url('/f/htcentr-webfont.ttf') format('truetype'),
         url('/f/htcentr-webfont.svg#htcentrregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'htcentrgotreg';
    src: url('/f/htcentrgot-webfont.eot');
    src: url('/f/htcentrgot-webfont.eot?#iefix') format('embedded-opentype'),
         url('/f/htcentrgot-webfont.woff2') format('woff2'),
         url('/f/htcentrgot-webfont.woff') format('woff'),
         url('/f/htcentrgot-webfont.ttf') format('truetype'),
         url('/f/htcentrgot-webfont.svg#htcentrgotbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'htcentrschlbtitbook';
    src: url('/f/htcentrschlbtit-webfont.eot');
    src: url('/f/htcentrschlbtit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/f/htcentrschlbtit-webfont.woff2') format('woff2'),
         url('/f/htcentrschlbtit-webfont.woff') format('woff'),
         url('/f/htcentrschlbtit-webfont.ttf') format('truetype'),
         url('/f/htcentrschlbtit-webfont.svg#htcentrschlbtitbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'htcentrgotbbold';
    src: url('htcentrgotb-webfont.eot');
    src: url('htcentrgotb-webfont.eot?#iefix') format('embedded-opentype'),
         url('htcentrgotb-webfont.woff2') format('woff2'),
         url('htcentrgotb-webfont.woff') format('woff'),
         url('htcentrgotb-webfont.ttf') format('truetype'),
         url('htcentrgotb-webfont.svg#htcentrgotbbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* reset */
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;
}

.clr {
    clear: both;
}

h6 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	padding-bottom: 25px;
}

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	background: url(/i/bg_texture.jpg) top left repeat;
	font-size: 100%;
	text-align: center;
	color: #000;
}

::-webkit-scrollbar-track{background-color:#888}
::-webkit-scrollbar-track-piece{background-color:#275d46}
::-webkit-scrollbar-thumb{height:50px;background-color:#888;border-radius:0}
::-webkit-scrollbar-corner{background-color:#888}
::-webkit-resizer{background-color:#666}


header #flash-message,
header #flash-error {
    display: none;
}

#flash-message,
#flash-error {
    background: #F2F2F2;
    border: 1px solid #DDD;
    border-radius: 19px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    width: 400px;
    margin: 0 auto;
    padding: 30px 45px;
    position: relative;
}

#flash-error,
#flash-message-error {
    background: #F2F2F2;
    background: #FFCDD2;
    border: 1px solid #DDD;
    border-color: #FF8A80;
    border-radius: 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 45px;
    position: relative;
    box-sizing: border-box;
}

.flash-message-popup.mfp-bg {
    background-color: #333;
    opacity: 0.5;
    filter: alpha(opacity=50);
}



#logo {
	width: 250px;
	float: left;
	text-align: left;
	color: #000;
	padding-left: 6px;
	position: absolute;
	/*color: #fff;*/
}

#page-index #logo {
	color: #fff;
	padding-left: 0px;
}

#logo-text {
	margin-top: 3px;
	width: 160px;
	float: right;
	padding-right: 5px;
	cursor: pointer;
}

#page-index #logo-text {
	margin-top: 10px;
	padding-right: 0px;
	cursor: inherit;
}

#logo-text span {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 21px;
}

#logo-text span span {
	font-size: 19px;
}

#logo h1 {
	margin-top: 10px;
	font-size: 13px;
}
#logo h1 b:before {
	content: "\2022  "
}


.header-line {
	background: url(/i/gold_texture_line_big.png) top left repeat-x;
	height: 5px;
	display: none;
}

.centered {
	/*width: 1170px;*/
	margin: 0 auto;
}

#header {
	margin-top: 81px;
	background: #fff;
	position: relative;
	height: 80px;
	background: none;
	width: 100%;
	position: relative;
	top: 0;
	color: #fff;
}

#page-index #header {
	background: url(/i/main_bg_photo.jpg) top center no-repeat;
	background: url('/i/bg_2020_3.jpg') bottom center no-repeat;
	background-size: cover;
	/*height: 1132px;*/
	/*height: 802px;*/
	height: 1000px;
	/*max-height: 1000px;*/
	color: #fff;
	margin-top: 0;
}

#header .centered {
	position: relative;
	padding-top: 12px;
}

#page-index #header .centered {
	padding-top: 18px;
}

#header .shadow {
	height: 8px;
	width: 100%;
	background: url('/i/header_shadow.png') repeat-x;
	position: absolute;
	bottom: -8px;
	/*display: none;*/
}

.header-menu {
	/*background: #342e1d;*/
	/*background: rgba(52,46,29,0.8);*/
	padding-bottom: 32px;
	padding-left: 20px;
	padding-right: 20px;
}

#page-index .header-menu {
	background: rgba(52,46,29,0.6);
	padding-bottom: 45px;
}

#header-photo {
	/*height: 86px;*/
}

.header-phone {
	position: absolute;
	right: 20px;
	display: inline-block;
	/*padding-top: 11px;*/
	font-size: 1.1rem;
	top: 18px;
	color: #000;
}

#page-index .header-phone {
	top: 29px;
	color: #d6c58f;
}

.header-phone .socials {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 1.2rem;
	border-top: 1px solid #666;
	/*border-top: 1px solid #fff;*/
}

#page-index .header-phone .socials {
	border-top-color: #d6c58f;
	color: #d6c58f;
}
#page-index #top-menu .header-phone .socials a {
	color: #d6c58f;
}

#top-menu .header-phone .socials a {
	border: none;
	padding: 0;
	margin-right: 12px;
	display: inline-block;
	transition: opacity 0.2s;
}
#top-menu .header-phone .socials a:after,
#top-menu .header-phone .socials a:before {
	display: none;
}
#top-menu .header-phone .socials a:hover {
	opacity: 0.7;
}

#top-menu .header-phone .socials a:last-child {
	margin-right: 0;
}

#top-menu {
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	padding: 15px 0 0 365px;
	padding-top: 0px;

	/*width: 1170px;*/
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	padding-top: 10px;
}

#page-index #top-menu {
	padding-top: 20px;
	/*padding-top: 12px;*/
}

#top-menu ul {
	display: inline-block;
}

#top-menu a {
	color: #000;
	display: inline-block;
	position: relative;
	padding: 8px 0 5px;

	/*color: #fff;*/
	/*overflow: hidden;*/
}

#page-index #top-menu a {
	color: #fff;
	/*color: #d6c58f;*/
}

#top-menu .sub-menu {
	padding-top: 5px;
}

#page-index #top-menu .sub-menu {
	padding-top: 5px;
}

/*#top-menu a:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	/*left: -50%;*
	top: 0;
	border-width: 1px 0;
	border-color: #d6c58f;
	border-style: solid;
	  transform: translate3d(-101%,0,0);
	  transition: transform 0.3s;
  	box-sizing: border-box;
}

#top-menu a:hover:before {
	  transform: translate3d(0%,0,0);
}*/

#top-menu a::before,
#top-menu a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d6c58f;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.25s, transform 0.25s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#top-menu a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#top-menu a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#top-menu a:hover,
#top-menu a:focus {
	color: #000;
	/*color: #fff;*/
}

#page-index #top-menu a:hover,
#page-index #top-menu a:focus {
	color: #fff;
}

#top-menu a:hover::before,
#top-menu a:focus::before,
#top-menu a:hover::after,
#top-menu a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#top-menu  li {
	display: inline-block;
	margin-right: 33px;
}

#top-menu  li:nth-child(2) {
	/*margin-right: 45px;*/
}

#top-menu  li:nth-child(3) {
	/*margin-right: 41px;*/
}

#top-menu  li:nth-child(4) {
	/*margin-right: 23px;*/
}

#header .booking-btn {
	background: #d6c58f url('/i/booking_icon.png') 35px 21px no-repeat;
	background-position: 51px 21px;
	display: inline-block;
	width: 100px;
	width: 135px;
	height: 46px;
	padding-top: 54px;
	text-align: center;
	text-transform: uppercase;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.3;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: color .05s, background-position .05s;
	z-index: 10;
}

#header .booking-btn:hover {
	/*background: #d6c58f;*/
	background-position: 35px 19px;
	background-position: 51px 19px;
	color: #fff;
	transition: color .3s, background-position .3s;
}

#header h2 {
	clear: both;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 49px;
	padding-top: 120px;
	text-transform: uppercase;
}

#header strong {
	width: 600px;
	display: block;
	margin: 25px auto 0;
	font-size: 18px;
	line-height: 1.25;
}

#header .hide-overflow {
	position: absolute;
	top: 530px;
	width: 100%;
	overflow: hidden;
	height: 557px;
	background: url('/i/welcome_bottom_bottom.png') center bottom no-repeat;
	display: none;
}

#welcome-card {
	display: none;
	position: relative;
	height: 550px;
	width: 1053px;
	background: url('/i/welcome_center.jpg') center center no-repeat;
	left: -527px;
	margin-left: 50%;
}

#welcome-card div {
	position: absolute;
}

#welcome-card .left {
	width: 166px;
	left: -166px;
}

#welcome-card .left .left {
	left: 0px;
	top: 103px;
	width: 107px;
	height: 333px;
	background: url('/i/welcome_1280_left_left.png') 0 0 no-repeat;
}

#welcome-card .left .center {
	left: 107px;
	top: 59px;
	width: 59px;
	height: 432px;
	background: url('/i/welcome_1280_left_center.jpg') 0 0 no-repeat;
}

#welcome-card .left .top,
#welcome-card .left .bottom,
#welcome-card .right .top,
#welcome-card .right .bottom {
	left: 107px;
	width: 59px;
	height: 59px;
	background: url('/i/welcome_1280_left_top.png') 0 0 no-repeat;
}

#welcome-card .left .bottom {
	top: 491px;
	background: url('/i/welcome_1280_left_bottom.png') 0 0 no-repeat;
}

#welcome-card .right {
	width: 166px;
	right: -166px;
}

#welcome-card .right .right {
	right: 0px;
	top: 103px;
	width: 107px;
	height: 333px;
	background: url('/i/welcome_1280_right_right.png') 0 0 no-repeat;
}

#welcome-card .right .center {
	right: 107px;
	top: 59px;
	width: 59px;
	height: 432px;
	background: url('/i/welcome_1280_right_center.jpg') 0 0 no-repeat;
}

#welcome-card .right .top {
	left: 0px;
	background: url('/i/welcome_1280_right_top.png') 0 0 no-repeat;
}

#welcome-card .right .bottom {
	top: 491px;
	left: 0px;
	background: url('/i/welcome_1280_right_bottom.png') 0 0 no-repeat;
}

#welcome-card h3 {
	position: absolute;
	color: #00a6c9;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
	font-size: 20px;
	top: 120px;
	left: 625px;
	width: 400px;

}

#welcome-card h3 span {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.5;
}

#welcome-card p {
	color: #010101;
	font-size: 13.5px;
	position: absolute;
	top: 270px;
	left: 655px;
	width: 340px;
	line-height: 2;
}

.btn-details {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #d6c58f;
	border-radius: 28px;
	display: table;
	background: #fff;
	  -webkit-transition: background .2s, color .2s;
	  -moz-transition: background .2s, color .2s;
	  -o-transition: background .2s, color .2s;
	  -ms-transition: background .2s, color .2s;
  	transition: background .2s, color .2s;
}

.btn-details .text {
	display: table-cell;
	padding: 17px 27px 15px;
}

.btn-details .icon {
	background: #d6c58f url('/i/right_arrow.png') 50% 50% no-repeat;
	display: table-cell;
	width: 45px;
	height: 100%;
	/*border: 1px solid #d6c58f;*/
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	  -webkit-transition: background-color .2s;
	  -moz-transition: background-color .2s;
	  -o-transition: background-color .2s;
	  -ms-transition: background-color .2s;
	transition: background-color .2s;
}

.btn-details:hover {
	background: #d6c58f;
	color: #fff;
}

.btn-details:hover .icon {
	background-color: #dbd2b5;
}

#welcome-card .btn-details {
	position: absolute;
	top: 452px;
	left: 730px;
}

#rooms-block {
	padding-top: 25px;
	background: #efefed url('/i/bg_ornament.jpg') center center no-repeat;
	height: 702px;
}

h4 {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	color: #3c331e;
}

.header-desc p {
	font-size: 14px;
	width: 400px;
	margin: 25px auto 0px;
	line-height: 1.25;
}

.rooms-teasers {
	width: 1170px;
	margin: 40px auto;
}

.room-teaser {
	float: left;
	width: 276px;
	height: 500px;
	background: #fff;
	position: relative;
	text-align: left;
	margin-left: 22px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.room-teaser form {
	position: absolute;
	z-index: 5;
	bottom: 10px;
}

.room-teaser form .submit {
	background: #867c5b;
	color: #fff;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 25px;
	margin-left: 45px;
	border-radius: 15px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
}

.room-teaser form .submit:hover {
	background: #d6c58f;
	color: #fff;
	cursor: pointer;
}

.room-teaser .curtain {
	position: absolute;
	top: 118px;
	background: url('/i/room_preview_curtain_transparent.png') 0 0 no-repeat;
	width: 276px;
	height: 101px;
	z-index: 5;
	transition: all 0.5s;
}

.room-teaser:hover .curtain {
	top: 103px;
}

.room-teaser:hover {
  /*-webkit-filter: blur(1px);*/

}

.room-teaser .container {
	position: absolute;
	background: #fff;
	transition: all 0.5s;
	width: 276px;
	height: 500px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.room-teaser:hover .container {
	/*width: 300px;
	height: 540px;
	top: -20px;
	left: -12px;*/
}

.room-teaser img {
	transition: all 0.5s;
	z-index: 1;
	position: relative;
	top: 0px;
}

.room-teaser:hover img {
	width: 297px;
	height: 412px;
	max-width: 297px;
	margin-top: -15px;
}

.room-teaser .text-block {
	padding: 0;
	transition: all 0.5s;
	z-index: 10;
	position: relative;
}

/*.room-teaser:hover .text-block {
	padding: 20px 0 0 12px;
}

.room-teaser:hover:nth-of-type(2n) a {
	font-size: 26px;
}

.room-teaser:hover:nth-of-type(2n) .persons {
	font-size: 16px;
}

.room-teaser:hover:nth-of-type(2n) .rooms-in-room {
	font-size: 14px;
}*/

.room-teaser:first-child {
	margin-left: 0px;
}

.room-teaser .top {
	/*background: url('/i/room_item_block_top.png') 50% 50%;*/
	position: absolute;
	width: 100%;
	height: 7px;
	top: -2px;
}

.room-teaser .left {
	background: url('/i/room_item_block_left.png') top left no-repeat;
	position: absolute;
	width: 5px;
	height: 510px;
	top: -3px;
	left: -5px;
}

.room-teaser .right {
	background: url('/i/room_item_block_right.png') top left no-repeat;
	position: absolute;
	width: 5px;
	height: 510px;
	top: -3px;
	right: -5px;
	/*left: 277px;*/
}


.room-teaser .bottom {
	background: url('/i/room_item_block_bottom.png') 50% 50% repeat-x;
	position: absolute;
	/*width: 277px;*/
	width: 100%;
	height: 7px;
	/*top: 500px;*/
	left: 0px;
	bottom: -7px;
}

.room-teaser img {
	position: absolute;
	width: 277px;
	height: 382px;
	top: 118px;
	left: 0px;
}

.room-teaser .persons {
	color: #00a6c9;
	font-size: 15px;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
	padding: 30px 0 0 30px;
	line-height: 12px;
	transition: all 0.5s;
}

.room-teaser .line {
	border-top: 1px solid #00a6c9;
	width: 141px;
	display: inline-block;
	margin-left: 30px;
}

.room-teaser a {
	display: block;
	/*color: #000;*/
	color: #3c331e;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	padding: 10px 0 0 30px;
	transition: all 0.5s;
}

.room-teaser .rooms-in-room {
	font-size: 13px;
	margin: 6px 0 0 30px;
	transition: all 0.5s;
}

#servis-block {
	background: url('/i/service_bg_clean.jpg') top center no-repeat;
	height: 400px;
	padding-top: 100px;
}

#servis-block .text {
	width: 496px;
	padding: 100px 40px;
	/*padding-top: 200px;*/
	margin: 0px auto;
	color: #fff;
	position: relative;
	left: 295px;
	background: url('/i/service_text_pattern.png') 0 0 no-repeat;
}

#servis-block h4 {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 28px;
	line-height: 1.2;
	/*color: #3c331e;*/
	color: #fff;
}

#servis-block p {
	font-size: 14px;
	line-height: 1.5;
	padding: 40px 20px 0;
}

#services-block {
	background: url('/i/bg_sky_whitest.jpg') bottom center no-repeat;
	overflow: hidden;
	height: 768px;
}

#services-block h4 {
	padding-top: 53px;
}

#services-block .items {
	width: 1171px;
	margin: 40px auto;
}

#services-block .item {
	margin-top: 30px;
	float: left;
	width: 370px;
	height: 170px;
	padding-top: 80px;
	background: url('/i/icon_place.png') top center no-repeat;
	margin-right: 30px;
	padding-bottom: 15px;
}

#services-block .item:nth-child(3n) {
	margin-right: 0px;
}

#services-block .item.service {
	background-image: url('/i/icon_service.png');
}

#services-block .item.interior {
	background-image: url('/i/icon_interior.png');
}

#services-block .item.cleaning {
	background-image: url('/i/icon_cleaning.png');
}
#services-block .item.parking {
	background-image: url('/i/icon_parking_p.png');
}

#services-block .item.elevator {
	background-image: url('/i/icon_elevator.png');
}

#services-block .item.wifi {
	background-image: url('/i/icon_wifi.png');
}

#services-block h6 {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 19px;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 18px 70px 35px;
	color: #3c331e;
}

#services-block p {
	font-size: 13px;
	line-height: 1.55;
}

#page-index #actions-block,
#page-index #news-block {
	height: 420px;
}

#page-index #actions-block {
	height: 510px;
}

#actions-block,
#news-block {
	clear: both;
	/*height: 420px;*/
	background: url('/i/photo_gelendzhik_2.jpg') 50% 0% no-repeat;
	padding-bottom: 50px;
}

#actions-block {
	background-image: none;
}

#actions-block h4,
#news-block h4 {
	padding: 35px 0 50px;
}

#actions-block .actions-teasers,
#news-block .news-teasers {
	position: relative;
}

.all-actions-link,
.all-news-link {
	position: absolute;
	right: 0px;
	top: -85px;
	color: #00a6c9;
	font-size: 18px;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
	border: 1px solid #00a6c9;
	padding: 6px 15px 7px;
	border-radius: 15px;
}

.all-actions-link:hover,
.all-news-link:hover {
	color: #3ec5e2;
	border-color: #3ec5e2;
}


/** BOOKING FORM **/

#booking-form {
	height: 240px;
	/*height: 350px;*/
	background: #f0f0ee url('/i/bg_order_form.jpg') top center no-repeat;
	/*display: none;*/
	height: 60px;
	padding-top: 20px;
	background: #342e1d;
	background: #4d4839;
	/*background: rgba(52,46,29,0.9);*/
	/*background: rgba(255,50,50,0.3);*/
	/*background: rgba(58, 189, 221, 0.3);*/
	/*background: #fff;*/
	/*background: #d6c58f;*/
	/*background: #dbd2b5;*/
	/*background: #ddeff4;*/
	position: absolute;
	top: 600px;
	left: -585px;
	width: 1170px;
	margin: 0 0 0 50%;
	z-index: 20;
	/*border: 1px solid #d6c58f;*/
	/*border: 1px solid #9f977c;*/
	border: 1px solid #867c5b;
	border-radius: 20px;
	color: #fff !important;

	position: fixed;
	top: 0;
	/*top: 85px;*/
	width: 100%;
	margin-left: 0;
	left: 0;
	border-radius: 0;
	border-top-width: 0;
}

#header {
	/*top: 81px;*/
	position: relative;
	/*background: #fff;*/
	/*margin-top: 81px;*/
	/*color: #000 !important;*/
}

/*#header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	opacity: 0.3;
}*/

.header-menu {
	/*background: #fff;*/
	/*margin-bottom: 80px;*/
}

#page-index #booking-form {
	position: absolute;
	top: 600px;
	left: -585px;
	width: 1170px;
	margin: 0 0 0 50%;
	border-radius: 0;
	height: 70px;
	padding-top: 30px;
	border-radius: 15px;
	border-top-width: 1px;
	transition: width 0.2s, left 0.2s, margin-left 0.2s;
}

#page-index #booking-form.fixed {
	position: fixed;
	width: 100%;
	margin-left: 0;
	left: 0;
	top: 0 !important;
	z-index: 100;
	border-radius: 0;
}

#page-booking_search #booking-form {
	display: none;
}

#page-booking_search #header {
	position: relative;
	margin-top: 1px;
}

#page-booking_search .booking-fast-form__header-block {
	display: none;
}

#booking-form .form-styled label .label-text {
	color: #fff;
	/*color: #d6c58f;*/
}

#booking-form h4,
.booking-fast-form h4 {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	color: #00a6c9;
	font-size: 19px;
	padding-top: 35px;
	/*color: #fff;*/
	color: #d6c58f;
}

.booking-fast-form .header {
	display: inline-block;
	text-align: left;
}

#booking-form h4,
.booking-fast-form h4 {
	font-size: 16px;
	padding-top: 0px;
	text-align: left;
	/*color: #fff !important;*/
}

.booking-fast-form__header-subtext {
	margin-top: 12px;
	font-size: 12px;
	color: #fff;
	color: #d6c58f;
	color: #fff !important;
}

.booking-fast-form .form-styled .text-input {
	width: 80px;
}

.booking-fast-form .form-styled label {
	margin-right: 25px;
}

#page-booking_search .booking-fast-form .form-styled label {
	margin-right: 35px;
}

#booking-form .booking-fast-form .form-styled label.date-out {
	margin-right: 25px;
}

#page-booking_search #booking-form .booking-fast-form .form-styled label.date-out {
	margin-right: 35px;
}

#booking-form .line,
.booking-fast-form .line {
	border-top: 1px solid #00a6c9;
	width: 150px;
	margin: 15px auto;
	display: none;
}

#booking-form .line,
.booking-fast-form .line {
	/*border: none;*/
	/*margin: 15px 0 0;*/
}

#booking-form p,
.booking-fast-form p {
	font-size: 13px;
	color: #010101;
	line-height: 1.5;
	display: none;
}

#booking-form p a,
.booking-fast-form p a {
	color: #010101;
	text-decoration: underline;
}

#booking-form p a:hover,
.booking-fast-form p a:hover {
	color: #666;
}

.form-styled .text-input {
	border: 1px solid #867c5b;
	border-radius: 20px;
	background: transparent;
	padding: 10px 21px;
	font-size: 14px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	width: 120px;
	box-shadow: none;
	outline: none;
	z-index: 2;
	background: #fff
}

#page-booking_search .form-styled .text-input {
	width: 140px;
}

.form-styled label.empty .text-input {
	background: transparent;
}

.form-styled label.empty .text-input:focus {
	background: #fff;
}

#booking-form .phone-input .text-input {
	width: 150px;
}

#booking-form form,
.booking-fast-form form {
	/*width: 1173px;*/
	width: 980px;
	margin: 40px auto;
	position: relative;
	margin: 0 auto;
}

#booking-form .message-booking,
.booking-fast-form .message-booking {
	clear: left;
	width: 50%;
	max-width: 1170px;
	min-width: 250px;
	margin-top: 25px;
	box-sizing: border-box;
}


#booking-form .message-booking textarea,
.booking-fast-form .message-booking textarea {
	width: 100%;
	height: 80px;
    border: 1px solid #867c5b;
    border-radius: 20px;
    background: transparent;
    padding: 10px 21px;
    font-size: 14px;
    font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
    box-shadow: none;
    outline: none;
    z-index: 2;
    box-sizing: border-box;
}

.form-styled label {
	position: relative;
	display: inline-block;
	float: left;
  	margin-right: 40px;
}

.form-styled label:last-of-type {
	margin-right: 0px;
}

.form-styled label .label-text {
	position: absolute;
	left: 21px;
	font-size: 14px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	color: #888;
	  -webkit-transition: top .3s .2s;
	  -moz-transition: top .3s .2s;
	  -o-transition: top .3s .2s;
	  -ms-transition: top .3s .2s;
  	transition: top .3s .2s;
  	z-index: 1;
  	  -webkit-user-select: none;
  	  -moz-user-select: none;
	  -ms-user-select: none;
	user-select: none;
	top: -18px;
	/*display: none;*/
}

.form-styled label.empty .label-text {
	/*display: inline-block;*/
	top: 13px;
}

.form-styled label.focused .label-text {
	top: -18px;
	  -webkit-transition: top .3s 0s;
	  -moz-transition: top .3s 0s;
	  -o-transition: top .3s 0s;
	  -ms-transition: top .3s 0s;
  	transition: top .3s 0s;
}

.form-styled label.date-input {
	display: table;
	float: left;
  	position: relative;
  	border-collapse: separate;
}

.form-styled label.date-input input {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	display: table-cell;
}

.form-styled label.date-input .icon {
	display: table-cell;
	background: #867c5b url('/i/icon_calendar.png') 6px 11px no-repeat;
  	border-bottom-right-radius: 20px;
  	border-top-right-radius: 20px;
  	width: 35px;
}

#booking-form .room-select,
.booking-fast-form .room-select {
	/*width: 250px;*/
}

#booking-form .room-select select,
.booking-fast-form .room-select select {
	/*width: 250px;*/
	height: 38px !important;
	/*width: 225px !important;*/
	width: 190px !important;
	/*display: inline-block !important;*/
	visibility: hidden;
}

.room-select .label-text {
	/*display: none;*/
}

#booking-form .selectboxit-container .selectboxit,
.booking-fast-form .selectboxit-container .selectboxit {
	border-radius: 0;
	border: none;
	width: 190px;
	z-index: 2;
}

#booking-form .selectboxit-btn,
.booking-fast-form .selectboxit-btn {
	background: transparent;
	height: auto;
	line-height: normal;
	display: table;
	/*border: 1px solid #867c5b;
	border-radius: 20px;*/
}

#booking-form .selectboxit-text,
.booking-fast-form .selectboxit-text {
	padding: 10px 20px;
	height: auto;
	line-height: normal;
	display: table-cell;
	border: 1px solid #867c5b;
	width: 190px;
	text-align: left;
	text-indent: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background: #fff;
	box-sizing: border-box;
}

#page-booking_search .booking-fast-form .selectboxit-text {
	/*width: 220px;*/
}

#booking-form label.error .selectboxit-text,
.booking-fast-form label.error .selectboxit-text {
	border-color: #ff0202 !important;
	background-color: #ffddde !important;
}

.form-styled label.room-select .label-text {
	z-index: 3;
}

#booking-form .room-select.empty .selectboxit-text,
.booking-fast-form .room-select.empty .selectboxit-text {
	color: transparent;
	background: transparent;
}

#booking-form .selectboxit-option-icon-container,
.booking-fast-form .selectboxit-option-icon-container {
	display: none;
}

#booking-form .selectboxit-arrow-container,
.booking-fast-form .selectboxit-arrow-container {
	display: table-cell;
	background: #867c5b;
	background: #867c5b url('/i/icon_down.png') 8px 15px no-repeat;
  	border-bottom-right-radius: 20px;
  	border-top-right-radius: 20px;
  	width: 35px;
  	height: auto;
  	line-height: normal;
  	position: static;
}

#booking-form .selectboxit-arrow-container,
.booking-fast-form .selectboxit-arrow-container {
	/*-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	-o-transform: rotate(180deg);  
	transform: rotate(180deg);  */
}

#booking-form .selectboxit-arrow-container i,
.booking-fast-form .selectboxit-arrow-container i {
	display: none;
}

#booking-form .selectboxit-container .selectboxit-options,
.booking-fast-form .selectboxit-container .selectboxit-options {
	border-radius: 20px;
}

#booking-form .selectboxit-container .selectboxit-options li,
.booking-fast-form .selectboxit-container .selectboxit-options li {
	text-indent: 20px;
}

.form-styled .submit-btn {
	border: none;
	background: #4d4839;
	border-radius: 20px;
	padding: 10px 25px;
	color: #d6c58f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	outline: none;
	float: right;
}

.booking-fast-form .form-styled .submit-btn {
	background: #867c5b;
	color: #fff;
}

#page-booking_search .form-styled .submit-btn {
	padding: 10px 45px;
}


.form-styled .submit-btn {
	position: absolute;
	right: 0;
}

#subscribe-form.form-styled .submit-btn {
	position: static;
}

.form-styled .submit-btn:hover {
	background: #d6c58f;
	color: #fff;
	cursor: pointer;
}

footer {
	background: #342e1d url('/i/footer_photo.jpg') 50% 50% no-repeat;
	clear: both;
}

#footer-container {
	width: 1170px;
	margin: 0px auto;
	/*padding: 45px 0 18px;*/
	padding: 45px 0 5px;
	text-align: left;
	overflow: hidden;
	color: #d6c58f;
	font-size: 14px;
}

#footer-container a {
	color: #d6c58f;
}

#footer-navigation {
	border-bottom: 2px solid #d6c58f;
	padding-bottom: 40px;
	text-align: left;
}

#footer-navigation li {
	display: inline-block;
	margin-right: 82px;
}

#footer-navigation a {
	color: #d6c58f;
	font-size: 14px;
	text-transform: uppercase;
	  -webkit-transition: color .3s 0s;
	  -moz-transition: color .3s 0s;
	  -o-transition: color .3s 0s;
	  -ms-transition: color .3s 0s;
  	transition: color .3s 0s;
}

#footer-navigation a:hover {
	color: #fff;
}

#footer-navigation #up-btn {
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	margin-right: 0;
}

#up-btn span {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #4d4839 url('/i/arrow_up.png') 50% 50% no-repeat;
	border-radius: 23px;
	top: -18px;
	right: 0px;
	cursor: pointer;
	  -webkit-transition: background-color .3s 0s;
	  -moz-transition: background-color .3s 0s;
	  -o-transition: background-color .3s 0s;
	  -ms-transition: background-color .3s 0s;
  	transition: background-color .3s 0s;
}

#up-btn span:hover {
	background-color: #645f4f;
}

#footer-container .col-1,
#footer-container .col-2,
#footer-container .col-3 {
	width: 293px;
	float: left;
	padding-top: 40px;
}

#footer-container .col-4 {
	float: right;
	width: 280px;
	padding-top: 40px;
}

#footer-container .col-3 {
	width: 230px;
}

#footer-container .socials div {
	font-size: 18px;
	padding-bottom: 20px;
}

#footer-container .socials i {
	width: 20px;
	text-align: center;
}

#footer-container .head {
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
}

#footer-container .head.head-sub {
	margin-top: 20px;
}

#footer-container span.doc-inn a,
#footer-container span.doc-ogrn a {
	line-height: 1.5;
	text-decoration: underline;
}

#footer-container .col-3 .head {
	padding-bottom: 15px;
}

#footer-container .copyright,
#footer-container span,
#footer-container span a {
	color: #9f977c;
}

#footer-container .phone span {
	font-size: 18px;
	display: block;
	padding-bottom: 20px;
}

#footer-container .copyright {
	white-space: nowrap;
	/*margin-top: 35px;*/
	margin-top: 10px;
}

#footer-container .col-2 span,
#footer-container .col-3 span {
	display: block;
	line-height: 1.25;
}

#subscribe-form {
	padding-top: 18px;
}

#subscribe-form input {
	width: 186px;
	box-sizing: content-box;
}

#subscribe-form .submit-btn {
	margin-top: 15px;
	background: #645f4f;
}

#subscribe-form .submit-btn:hover {
	background: #d6c58f;
	color: #4d4839;
}

#curator-feed {

}

.crt-post:hover {

}

.crt-post:hover .crt-post-share,
.crt-post .crt-post-header,
.crt-post .crt-post-content-text,
.crt-post-text-body {
	display: none;
}

.crt-popup-wrapper .crt-popup .crt-popup-right {
	box-sizing: border-box;
	width: 335px;
	overflow: auto;
}


#news-block.insta h4 {
	padding-bottom: 35px;
}

.instagram-posts {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.instagram-posts__overflow {
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
	/*display: grid;*/
	/*grid-template-columns: repeat(auto-fill, 1040px);*/
	height: 320px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.instagram-posts__overflow::-webkit-scrollbar {
	 display: none;
 }
.instagram-posts__scroll {
	/*display: grid;*/
	/*grid-template-columns: repeat(auto-fill, 1040px);*/
	white-space: nowrap;
	height: 320px;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	position: absolute;
	/*transition: left .5s;*/
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.instagram-posts__block {
	/*display: inline-block;*/
	/*float: left;*/
	width: 1040px;
	height: 320px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 1040px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
	/*grid-gap: 2rem;*/
    justify-content: space-between;
	margin-right: 40px;
    /*	display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*justify-content: flex-start;*
        align-items: center;
        align-content: flex-start;*/
}

.instagram-posts__post {
    /*margin-bottom: 20px;*/
    width: 320px;
	height: 320px;
    overflow: hidden;
	margin: 0;
	display: inline-block;
	float: left;
    /*margin-right: 30px;*/
}

.instagram-posts__post img {
    /*min-height: 320px;*/
    /*width: auto;*/
}

.instagram-posts__post-image {
    width: 320px;
	height: 320px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.instagram-posts__post-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    /*display: none;*/
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 24px solid #efefef;
    /*position: relative;*/
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0.50;
}

.instagram-posts__post-video::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -46px;
    bottom: -30px;
    right: -14px;
    border-radius: 50%;
    border: 2px solid #efefef;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.instagram-posts__post-video::after {
    content: '';
    opacity: 0;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}

.instagram-posts__post:hover .instagram-posts__post-video:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.instagram-posts__before-link,
.instagram-posts__after-link {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #4d4839 url(/i/arrow_up.png) 50% 50% no-repeat;
	transform: rotate(90deg);
	border-radius: 23px;
	top: 130px;
	right: 0px;
	cursor: pointer;
	/*opacity: 0.9;*/
	-webkit-transition: background-color .3s 0s;
	-moz-transition: background-color .3s 0s;
	-o-transition: background-color .3s 0s;
	-ms-transition: background-color .3s 0s;
	transition: background-color .3s 0s;
}

.instagram-posts__before-link {
	left: 0;
	right: auto;
	transform: rotate(-90deg);
}

.instagram-posts__before-link:hover,
.instagram-posts__after-link:hover {
	background-color: #645f4f;
}

.instagram-posts__before-link.disabled,
.instagram-posts__after-link.disabled {
	display: none;
}



/** BANQUET **/
#page-banquet #header-photo {
	height: 400px;
	background: url('/i/banket_photo_v33.jpg') 50% 50% no-repeat;
}


#page-excursion .big-text,
#page-health .big-text {
	background: transparent;
}

#page-health .big-text ul {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
	/*list-style: circle;*/
	/*width: auto;*/
}

#page-health .big-text ul li:before {
	content: '- '
}

#page-excursion .photo-slider-container {
	margin-bottom: 15px;
}

/** ABOUT **/
#page-about #header-photo {
	/*height: 420px;*/
	/*background: url('/i/frontage_photo.jpg') 50% 50% no-repeat;*/
}

main h1 {
	background: url('/i/heading_pattern.jpg') 50% 50% no-repeat;
	background: none;
	background: url('/i/pattern_new_25.png') 50% 100% no-repeat;
	height: 70px;
	height: 80px;
	padding-top: 105px;
	padding-top: 35px;
	color: #00a6c9;
	color: #3c331e;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.main-text {
	width: 1172px;
	margin: 0 auto;
}

.main-text p {
	width: 980px;
	font-size: 16px;
	margin: 0 auto;
	line-height: 1.5;
}

.about-text-img {
	max-width: 780px;
	height: auto;
	margin-bottom: 15px;
	border-radius: 15px;
}

#page-about .main-text,
#page-banquet .main-text {
	padding-bottom: 352px;
}

.photo-slider-container {
	position: relative;
	width: 100%;
}

.photo-slider-hide-overflow {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	padding-bottom: 7px;
}

#page-about .photo-slider-hide-overflow,
#page-banquet .photo-slider-hide-overflow {
	position: absolute;
	top: -321px;
	height: 659px;
	padding-top: 2px;
}

.photo-slider {
	width: 1170px;
	height: 650px;
	position: relative;
	margin: 0 auto 0;
	cursor: pointer;
}

#page-excursion .photo-slider {
	width: 900px;
	height: 600px;
}

#page-about .photo-slider,
#page-banquet .photo-slider {
	/*height: 650px;*/
}

.photo-slider .photo-container {
	width: 1170px;
	height: 650px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}

#page-excursion .photo-container {
	width: 900px;
	height: 600px;
}

#page-about .photo-slider .photo-container,
#page-banquet .photo-slider .photo-container {
	/*height: 650px;*/
}

.photo-slider .slides {
	cursor: move;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 650px;
	overflow: hidden;
}

#page-excursion .slides {
	height: 600px;
}

#page-about .photo-slider .slides,
#page-banquet .photo-slider .slides {
	/*height: 650px;*/
}

/*.photo-slider .slides div:nth-child(2) img {
	background: url('/i/standart/standart_10.jpg');
	display: none;
}


.photo-slider .slides div:nth-child(2) {
	background: url('/i/standart/standart_10.jpg');
	height: 100%;
	width: 100%;
}*/

.photo-slider .photo-border {
	/*background: url('/i/photo_border.png') top left no-repeat;*/
	width: 1170px;
	height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
}

#page-about .photo-slider .photo-border,
#page-banquet .photo-slider .photo-border {
	/*height: 650px;*/
	display: none;
}

#page-excursion .photo-slider .photo-border {
	width: 900px;
	height: 600px;
	display: none;
}

.photo-border .border-lines {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 60px;
	box-sizing: border-box;
	overflow: hidden;
}

.photo-border .border-vert-lines {
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	padding: 60px 8px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}

.photo-slider .photo-border .top-line {
	/*width: 1050px;*/
	width: 100%;
	/*width: auto;*/
	border-top: 1px solid #d8c292;
	position: relative;
	top: 8px;
	top: -52px;
	/*left: 60px;*/
	display: none;
}

.photo-slider .photo-border .bottom-line {
	/*width: 1050px;*/
	width: 100%;
	border-bottom: 1px solid #d8c292;
	/*position: absolute;*/
	position: relative;
	height: 100%;
	margin-top: 50px;
	/*bottom: 8px;*/
	/*left: 60px;*/
	display: none;
}

.photo-slider .photo-border .left-line {
	height: 430px;
	border-left: 1px solid #d8c292;
	position: relative;
	/*top: 60px;*/
	/*left: 8px;*/
	height: 100%;
	float: left;
	width: 1px;
	display: none;
}

.photo-slider .photo-border .right-line {
	height: 430px;
	border-right: 1px solid #d8c292;
	position: relative;
	height: 100%;
	width: 1px;
	float: right;
	/*top: 60px;*/
	/*right: 8px;*/
	display: none;
}

.photo-slider .corner-top-left {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/i/photo_border_top_left_corner.png');
	display: none;
}

.photo-slider .corner-top-right {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/i/photo_border_top_right_corner.png');
	display: none;
}

.photo-slider .corner-bottom-left {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('/i/photo_border_bottom_left_corner.png');
	display: none;
}

#page-about .photo-slider .corner-bottom-left,
#page-banquet .photo-slider .corner-bottom-left {
	background: url('/i/photo_border_bottom_left_corner_grey.png');
	display: none;
}

.photo-slider .corner-bottom-right {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('/i/photo_border_bottom_right_corner.png');
	display: none;
}

#page-about .photo-slider .corner-bottom-right,
#page-banquet .photo-slider .corner-bottom-right {
	background: url('/i/photo_border_bottom_right_corner_grey.png');
	display: none;
}

.photo-slider .top-shadow {
	width: 1075px;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 47px;
	background: url('/i/photo_border_shadow_top.png') no-repeat;
	display: none;
}

.photo-slider .left-shadow {
	width: 6px;/*
	height: 456px;*/
	height: 555px;
	position: absolute;
	top: 44px;
	left: -6px;
	background: url('/i/photo_border_shadow_left.png') repeat-y;
	display: none;
}

#page-excursion .left-shadow {
	height: 500px;
}

#page-excursion .right-shadow {
	height: 500px;
}

/*#page-about .photo-slider .left-shadow {
	height: 455px;
}*/

.photo-slider .right-shadow {
	width: 6px;
	/*height: 456px;*/
	height: 555px;
	position: absolute;
	top: 44px;
	right: -6px;
	background: url('/i/photo_border_shadow_right.png') repeat-y;
	display: none;
}

.photo-slider .left-shadow {
	display: none;
}

/*#page-about .photo-slider .right-shadow {
	height: 455px;
}*/

.photo-slider .bottom-shadow {
	/*width: 1075px;*/
	width: 1070px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	/*left: 47px;*/
	left: 49px;
	background: url('/i/welcome_bottom_bottom.png') no-repeat;
	display: none;
}

#page-excursion .bottom-shadow {
	width: 800px;
}

.photo-slider .left-shadow .pattern {
	position: absolute;
	left: -101px;
	top: 109px;
	width: 107px;
	height: 333px;
	background: url('/i/welcome_1280_left_left.png') 0 0 no-repeat;
	display: none;
}

.photo-slider .right-shadow .pattern {
	position: absolute;
	right: -101px;
	top: 109px;
	width: 107px;
	height: 333px;
	background: url('/i/welcome_1280_right_right.png') 0 0 no-repeat;
	display: none;
}

.big-text {
	background: #efefed;
}

#page-about .big-text,
#page-banquet .big-text {
	padding: 355px 0 20px;
}

.big-text p {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
}

#page-health .big-text ul {
	width: 780px;
	text-align: left;
	margin: 0 auto 15px;
}

#page-health .images-block {
	/*margin-bottom: 15px;*/
}

#page-health .images-block img {
	border-radius: 15px;
	margin: 0 15px 15px;
}

.big-text a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

#page-about #services-block h4 {
	padding-top: 40px;
}

.photo-slider .slides {
	text-align: center;
	cursor: pointer;
}

/*.photo-slider .slidesjs-pagination {
	position: absolute;
	bottom: 20px;
	background: #888;
	background: rgba(255,255,255,0.7);
	/*opacity: 0.7;*
	z-index: 50;
	/*margin: 0 auto;*
	text-align: center;
	display: inline-block;
	padding: 7px 21px 7px;
	border-radius: 13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.photo-slider .slidesjs-pagination li {
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 11px;
}

.photo-slider .slidesjs-pagination li:first-child {
	margin-left: 0;
}

.photo-slider .slidesjs-pagination a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #867c5b;
	text-indent: -100px;
	overflow: hidden;
	border-radius: 6px;
}

.photo-slider .slidesjs-pagination a.active {
	background: #867c5b;
}*/

.photo-slider .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
}

.photo-slider .bx-wrapper .bx-pager {
	position: absolute;
	/*top: 495px;*/
	bottom: 30px;
	z-index: 50;
	background: rgba(255,255,255,0.7);
	padding: 7px 21px 7px;
	border-radius: 13px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.photo-slider .bx-wrapper .bx-controls-direction a {
	/*top: 275px;*/
	top: 50%;
	margin-top: -20px;

}

.photo-slider .bx-wrapper .bx-controls-direction .bx-prev {
	margin-left: 10px;
}

.photo-slider .bx-wrapper .bx-controls-direction .bx-next {
	margin-right: 10px;
}

.photo-slider .bx-wrapper .bx-pager .bx-pager-item a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #867c5b;
	text-indent: -100px;
	overflow: hidden;
	border-radius: 6px;
	background: transparent;
}

.photo-slider .bx-wrapper .bx-pager .bx-pager-item a.active,
.photo-slider .bx-wrapper .bx-pager .bx-pager-item a:hover {
	background: #867c5b;
}

.photo-slider .bx-controls-direction {
	visibility: hidden;
}

.photo-slider:hover .bx-controls-direction {
	visibility: visible;
}


/** ROOMS **/
#page-rooms #header-photo {
	/*height: 420px;*/
	/*background: url('/i/rooms_photo.jpg') 50% 50% no-repeat;*/
}

.rooms-info-block {
	clear: both;
	background: #efefed;
	padding: 60px 0;
	margin-top: 50px;
	overflow: hidden;
}

.rooms-info-block .container {
	margin: 0 auto;
	width: 1172px;
}

.rooms-info-block .image {
	float: left;
	width: 573px;
	height: 212px;
}

.rooms-info-block .text {
	font-size: 14px;
	text-align: left;
	float: left;
	width: 560px;
	padding-left: 23px;
	line-height: 1.5;
}

.rooms-info-block .text a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.rooms-info-block .text p {
	padding-bottom: 15px;
}

.rooms-info-block .text p:last-child {
	padding-bottom: 0;
}

.constraints-block {
	width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

.constraints-block .no-smoke {
	background: url('/i/icon_no_smoke.png') top left no-repeat;
	padding: 10px 0 0 90px;
	width: 450px;
	float: left;
	height: 50px;
}

.constraints-block .no-pets {
	background: url('/i/icon_no_pets.png') top left no-repeat;
	padding: 20px 0 0 90px;
	width: 480px;
	float: right;
	height: 40px;
}

/** PRICES **/
#page-prices .main-text p {
	padding-bottom: 12px;
}

.month-selector {
	margin-top: 12px;
}

.month-selector .selectboxit-container {
	background: transparent;
}

.month-selector .selectboxit-container .selectboxit {
	border-radius: 0;
	border: none;
	display: table;
	width: 170px;
	background: transparent;
}

.month-selector .selectboxit-container .selectboxit:hover,
.month-selector .selectboxit-container .selectboxit.selectboxit-focus {
	background: transparent;
}

.month-selector .selectboxit-btn {
	background: transparent;
	height: auto;
	line-height: normal;
	display: table;
	/*border: 1px solid #867c5b;
	border-radius: 20px;*/
}

.month-selector .selectboxit-text {
	padding: 10px 20px;
	height: auto;
	line-height: normal;
	display: table-cell;
	border: 1px solid #867c5b;
	border-color: #d6c58f;
	width: 95px;
	text-align: left;
	text-indent: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background: #fff;
}

.month-selector .selectboxit-text {
	/*color: transparent;*/
	background: transparent;
}

.month-selector .selectboxit-option-icon-container {
	display: none;
}

.month-selector .selectboxit-arrow-container {
	display: table-cell;
	background: #867c5b url('/i/icon_down.png') 8px 15px no-repeat;
  	border-bottom-right-radius: 20px;
  	border-top-right-radius: 20px;
  	width: 35px;
  	height: auto;
  	line-height: normal;
  	position: static;
  	background-color: #d6c58f;
}

.month-selector .selectboxit-arrow-container i {
	display: none;
}

.month-selector .selectboxit-container .selectboxit-options {
	border-radius: 20px;
}

.month-selector .selectboxit-container .selectboxit-options li {
	text-indent: 20px;
}

.hotel-prices {
	width: 100%;
	max-width: 1170px;
	margin: 30px auto;
	line-height: 1.3;
}

.hotel-prices__dates-block {
	display: table-row;
	width: 100%;
}

.hotel-prices__thead {
	display: table-cell;
	border: 2px solid #00a6c9;
	border-width: 2px 0;
    padding: 15px;
    color: #00a6c9;
    font-weight: bold;
    font-size: 14px;
    width: 2%;
}

.hotel-prices__thead:first-child {
	text-align: left;
}

.hotel-prices__thead span {
	display: inline-block;
}

.hotel-prices__room-block {
	display: table-row;
	width: 100%;
}

.hotel-prices__room-block.empty {
	display: none;
}

.hotel-prices__room-block:nth-child(2n) > div {
    background: #ddeff4;
}

.hotel-prices__room-name {
	display: table-cell;
    padding: 15px;
    font-size: 14px;
	text-align: left;
}

.hotel-prices__room-name a {
	color: #000;
}

.hotel-prices__price-block {
	display: table-cell;
    padding: 15px;
    font-size: 14px;
    text-align: left;
	text-align: center;
}

.hotel-prices__date {
	display: none;
}

.hotel-prices__price1,
.hotel-prices__price3,
.hotel-prices__price4 {
	display: none;
}

.hotel-prices__price1:after,
.hotel-prices__price2:after,
.hotel-prices__price3:after,
.hotel-prices__price4:after {
	content: ' \20BD';
	font-size: 13px;

} 

.hotel-prices__price.empty:after {
	content: '-';
	display: inline-block;
}

.hotel-prices__options-peoples-lbl .selectboxit-container {
	background: transparent;
	margin-left: 8px;
}

.hotel-prices__options-peoples-lbl .selectboxit-container .selectboxit {
	border-radius: 0;
	border: none;
	display: table;
	width: 170px;
	background: transparent;
}

.hotel-prices__options-peoples-lbl .selectboxit-container .selectboxit:hover,
.hotel-prices__options-peoples-lbl .selectboxit-container .selectboxit.selectboxit-focus {
	background: transparent;
}

.hotel-prices__options-peoples-lbl .selectboxit-btn {
	background: transparent;
	height: auto;
	line-height: normal;
	display: table;
	/*border: 1px solid #867c5b;
	border-radius: 20px;*/
}

.hotel-prices__options-peoples-lbl .selectboxit-text {
	padding: 10px 20px;
	height: auto;
	line-height: normal;
	display: table-cell;
	border: 1px solid #867c5b;
	border-color: #d6c58f;
	width: 95px;
	text-align: left;
	text-indent: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background: #fff;
}

.hotel-prices__options-peoples-lbl .selectboxit-text {
	/*color: transparent;*/
	background: transparent;
}

.hotel-prices__options-peoples-lbl .selectboxit-option-icon-container {
	display: none;
}

.hotel-prices__options-peoples-lbl .selectboxit-arrow-container {
	display: table-cell;
	background: #867c5b url('/i/icon_down.png') 8px 15px no-repeat;
  	border-bottom-right-radius: 20px;
  	border-top-right-radius: 20px;
  	width: 35px;
  	height: auto;
  	line-height: normal;
  	position: static;
  	background-color: #d6c58f;
}

.hotel-prices__options-peoples-lbl .selectboxit-arrow-container i {
	display: none;
}

.hotel-prices__options-peoples-lbl .selectboxit-container .selectboxit-options {
	border-radius: 20px;
}

.hotel-prices__options-peoples-lbl .selectboxit-container .selectboxit-options li {
	text-indent: 20px;
}

.hotel-prices__options {
	line-height: 38px;
}

.hotel-prices__options-breakfast-lbl {
	margin-left: 50px;
}

.hotel-prices__options-breakfast-lbl .icheckbox_minimal-yellow {
	margin-left: 8px;
	border: 1px solid #d6c58f;
}

#hotel-prices {
	width: 1170px;
	margin: 30px auto;
}

#hotel-prices td {
	padding: 15px;
	font-size: 14px;
	text-align: left;
}

#hotel-prices tr td:first-child {
	padding-left: 80px;
}

#hotel-prices tr td:last-child {
	padding-right: 50px;
}

#hotel-prices thead td {
	border: 2px solid #00a6c9;
	border-width: 2px 0;
	padding: 10px;
	color: #00a6c9;
	font-weight: bold;
	font-size: 14px;
}

#hotel-prices tr:last-child td {
	border-bottom: 2px solid #00a6c9;
}

#hotel-prices tbody tr:nth-child(2n) td {
	background: #ddeff4;
}

#hotel-prices td:nth-child(2) {
	display: none;
}

#hotel-prices .price {
	text-align: center;
}

#hotel-prices .price div {
	display: none;
	text-align: center;
	opacity: 0;
	  -webkit-transition: all .2s;
	  -moz-transition: all .2s;
	  -o-transition: all .2s;
	  -ms-transition: all .2s;
  	transition: all .2s;
}

#hotel-prices.visible .price div {
	opacity: 1;
}

#hotel-prices .price div:after {
	content: 'Р';
	margin-left: 3px;
}

#hotel-prices.month-05 .price .month-05,
#hotel-prices.month-06 .price .month-06,
#hotel-prices.month-07 .price .month-07,
#hotel-prices.month-09 .price .month-09,
#hotel-prices.month-11 .price .month-11 {
	display: block;
}

.two-col {
	width: 1170px;
	margin: 0 auto 30px;
	display: table;
	text-align: left;
	font-size: 13px;
}

.two-col .col {
	width: 50%;
	display: table-cell;
}

.two-col .col p {
	padding-bottom: 15px;
}

.two-col .col:first-child p {
	padding-right: 20px;
}

.two-col .col:last-child p {
	padding-right: 0px;
	padding-left: 20px;
}

#page-prices #rooms-block {
	padding-top: 35px;
}

.actions-teasers,
.news-teasers {
	width: 1172px;
	margin: 0 auto;
}

.actions-teasers {
	height: 395px;
}

.actions-teasers.actions-cols2 {
	width: 766px;
}

.actions-teasers.actions-cols1 {
	width: 360px;
}

.actions-teasers__overflow {
	overflow: hidden;
	height: 395px;
}


.actions-teasers__long {
	height: 395px;
	width: 300%;
}

.actions-teasers .actions-teaser,
.news-teasers .news-teaser {
	background: #fafafa;
	height: 277px;
	width: 574px;
	float: left;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	margin-right: 24px;
	margin-bottom: 25px;
}

.actions-teasers .actions-teaser {
	width: 360px;
	height: 390px;
	margin-left: 46px;
	margin-right: 0;
	position: relative;
	overflow: hidden;
}

.actions-teasers__right-arrow,
.actions-teasers__left-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: none;
	top: 160px;
	border: 7px solid #d6c58f;
	border-bottom: none;
	border-right: none;
	border-radius: 5px;
	cursor: pointer;
	transition: border-color .25s;
	display: none;
}

.actions-teasers__right-arrow:hover,
.actions-teasers__left-arrow:hover {
	border-color: #9d8859;
}

.actions-teasers__right-arrow:active,
.actions-teasers__left-arrow:active {
	border-color: #000;
}

.actions-teasers__left-arrow {
	left: -35px;
	transform: rotate(-45deg);
}

.actions-teasers__right-arrow {
	right: -35px;
	transform: rotate(135deg);
	left: auto;
}

.actions-teasers .actions-teaser:nth-of-type(2n),
.news-teasers .news-teaser:nth-of-type(2n) {
	margin-right: 0;
}

.actions-teasers .actions-teaser:first-of-type {
	margin-left: 2px;
	margin-left: 0px;
}

.actions-teasers .image,
.news-teasers .image {
	width: 277px;
	height: 277px;
	float: left;
	overflow: hidden;
}

.actions-teasers .image {
	float: none;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #ccc;
}

.actions-teasers .text-block,
.news-teasers .text-block {
	width: 297px;
	float: left;
}


.actions-teasers .text-block {
	width: 360px;
	float: none;
	padding-top: 15px;
}

.actions-teasers .date,
.news-teasers .date {
	color: #00a6c9;
	font-size: 14px;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
	/*background: url('/i/news_teaser_top_pattern.jpg') no-repeat 50% 0%;*/
	padding-top: 20px;
}


.actions-teasers .date {
	padding-top: 4px;
	padding-bottom: 11px;
	height: 29px;
	box-sizing: border-box;
}

.action-date-text {
	font-size: 14px;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
}

.actions-teaser__start-date {
	margin-right: 5px;
}

.actions-teasers h3,
.news-teasers h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	padding-top: 26px;
	line-height: 1.25;
	color: #3c331e;
}

.actions-teasers h3 {
	background: rgba(77, 72, 57, 0.8);
    position: absolute;
    bottom: 132px;
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    color: #fff;
}

.actions-teasers .line,
.news-teasers .line {
	border-top: 1px solid #3abddd;
	width: 100px;
	margin: 15px auto;
}

.actions-teasers .text-teaser,
.news-teasers .text-teaser {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 20px;
}

.actions-teasers .text-teaser {
	padding: 10px 20px 0;
}

.actions-teasers .btn-details,
.news-teasers .btn-details {
	margin: 30px 0 0 62px;
	font-size: 14px;
	background: transparent;
}

.actions-teasers .btn-details {
	margin: 20px auto 0;
}

.actions-teasers .btn-details .text,
.news-teasers .btn-details .text {
	padding: 10px 22px 8px;
	background: transparent;
}

.actions-teasers .btn-details:hover,
.news-teasers .btn-details:hover {
	background: #d6c58f;
	color: #fff;
}

/** CONTACTS **/
#page-contacts #header-photo {
	/*background: url('/i/signboard_photo.jpg') 50% 50% no-repeat;*/
	/*height: 420px;*/
	display: none;
}

.centered-block {
	width: 1170px;
	margin: 0 auto;
}

#contacts-form,
#feedback-form {
	width: 574px;
	float: left;
	text-align: left;
}

#contacts-form p {
	padding-bottom: 25px;
	font-size: 14px;
}

#contacts-form .text-input,
#feedback-form .text-input,
#booking-room-form .text-input {
	border: 1px solid #d6c58f;
	border-radius: 20px;
	background: transparent;
	padding: 10px 21px;
	font-size: 14px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	width: 232px;
	box-shadow: none;
	outline: none;
	z-index: 2;
	background: #fff
}

#contacts-form textarea,
#feedback-form textarea,
#booking-room-form textarea {
	border: 1px solid #d6c58f;
	border-radius: 20px;
	background: transparent;
	padding: 10px 21px;
	font-size: 14px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	width: 527px;
	box-shadow: none;
	outline: none;
	z-index: 2;
	background: #fff;
}

#contacts-form label:nth-child(3),
#feedback-form label:nth-child(3) {
	margin-top: 25px;
}

#contacts-form label.empty .text-input,
#contacts-form label.empty textarea,
#feedback-form label.empty .text-input,
#feedback-form label.empty textarea {
	background: transparent;
}

#contacts-form label.empty .text-input:focus,
#contacts-form label.empty textarea:focus,
#feedback-form label.empty .text-input:focus,
#feedback-form label.empty textarea:focus {
	background: #fff;
}

#contacts-form form label,
#feedback-form form label {
	position: relative;
	display: inline-block;
	float: left;
  	margin-right: 20px;
}

#contacts-form form label:nth-child(2),
#feedback-form form label:nth-child(2) {
	margin-right: 0;
}

#contacts-form label .label-text,
#feedback-form label .label-text {
	position: absolute;
	left: 21px;
	font-size: 14px;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	color: #888;
	  -webkit-transition: top .3s .2s;
	  -moz-transition: top .3s .2s;
	  -o-transition: top .3s .2s;
	  -ms-transition: top .3s .2s;
  	transition: top .3s .2s;
  	z-index: 1;
  	  -webkit-user-select: none;
  	  -moz-user-select: none;
	  -ms-user-select: none;
	user-select: none;
	top: -18px;
	/*display: none;*/
}

#contacts-form label.empty .label-text,
#feedback-form label.empty .label-text {
	/*display: inline-block;*/
	top: 13px;
}

#contacts-form label.focused .label-text,
#feedback-form label.focused .label-text {
	top: -18px;
	  -webkit-transition: top .3s 0s;
	  -moz-transition: top .3s 0s;
	  -o-transition: top .3s 0s;
	  -ms-transition: top .3s 0s;
  	transition: top .3s 0s;
}

#contacts-form .submit-btn,
#feedback-form .submit-btn {
	border: none;
	background: #4d4839;
	border-radius: 20px;
	padding: 10px 45px;
	color: #d6c58f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	outline: none;
	float: right;
	margin-top: 15px;
	position: static;
}

#contacts-form .submit-btn:hover,
#feedback-form .submit-btn:hover {
	background: #d6c58f;
	color: #fff;
	cursor: pointer;
}

.contacts-text {
	text-align: left;
	padding: 40px 0 0 690px;
}

.contacts-text a {
	color: #000;
}

.contacts-text p {
	padding-bottom: 15px;
}

.contacts-text span {
	position: relative;
}

.contacts-text .phone {
	position: absolute;
	left: 0;
	top: 26px;
	white-space: nowrap;
}
.contacts-text .phone2 {
	top: 26px;
}

.contacts-text .phone3 {
	top: 52px;
}
.contacts-text .phone4 {
	top: 77px;
}


#footer-container .phone .wapp {
	position: relative;
}

.contacts-text a.wapp,
#footer-mobile-phone a.wapp {
	position: relative;
}

#footer-container .phone .wapp:after,
.contacts-text .wapp:after,
#footer-mobile-phone .wapp:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: -1px;
	right: -20px;
	background: url('/i/wa.svg') top right no-repeat;
}

#footer-container .phone .wapp:after {
	top: 3px;
	right: -23px;
}

#footer-mobile-phone .wapp:after {
	top: 3px;
	right: -25px;
}

.map-overflow {
	clear: both;
	padding-top: 45px;
}

.map {
	height: 550px;
}

.transport-block {
	padding-bottom: 60px;
}

.transport-block h4 {
	padding-top: 50px;
}

.transport-block .blocks {
	width: 1172px;
	margin: 0 auto;
	overflow: hidden;
}

.transport-block .block {
	width: 360px;
	float: left;
	margin: 80px 46px 0 0;
	padding: 100px 0 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.transport-block .block:last-child {
	margin-right: 0;
}

.transport-block .airplane {
	background-image: url('/i/icon_plane.png');
}

.transport-block .train {
	background-image: url('/i/icon_train.png');
}

.transport-block .bus {
	background-image: url('/i/icon_bus.png');
}

.transport-block h6 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	padding-bottom: 25px;
	color: #3c331e;
}

.transport-block p {
	font-size: 14px;
	line-height: 1.5;
}

/** ROOM PAGE **/
.room-header h1 {
	background: none;
	padding-top: 5px;
}

.pre-h1 {
	font-size: 20px;
	color: #00a6c9;
	font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
	padding-top: 43px;
}

.room-info {
	width: 560px;
	margin: 30px auto 0;
}

.room-info .info-block {
	width: 560px;
	float: left;
}

.room-info sup {
	font-size: 10px;
	position: relative;
	top: -4px;
}

.room-info.double {
	width: 1170px;
}

.room-info.double .container {
	margin-right: 24px;
	border-right: 1px solid #00a6c9;
	padding-right: 25px;
	width: 560px;
	float: left;
}

.room-info .info-block h5 {
	padding: 25px 0 15px;
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
}

.room-info p {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.room-info .line {
	border-top: 1px solid #00a6c9;
	width: 100px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.room-info .extended-info {
	background: #fff;
	text-align: left;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.room-info .icon-block {
	background: url('/i/icon_furniture.png') 28px 23px no-repeat;
	padding: 20px 20px 0 100px;
}

.room-info .icon-block div {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}

.room-info .icon-block p {
	padding-bottom: 12px;
}

.room-info .extended-info .line {
	width: 430px;
	margin-left: 100px;
	padding-bottom: 5px;
}

.room-price-link {
	clear: both;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 40px 0 35px;
}

.room-price-link .btn-details {
	position: relative;
	left: 50%;
	margin-left: -128px;
	font-size: 14px;
	background: transparent;
}

.room-price-link .btn-details .icon {
	width: 36px;
}

.room-price-link .btn-details .text {
	padding: 12px 16px 11px;
}

.room-price-link .btn-details:hover {
	background: #d6c58f;
	color: #fff;
}

#rooms-block.trinity {
	padding-top: 35px;
	height: 620px;
}

#rooms-block.trinity .rooms-teasers {
	width: 873px;
}


/** NEW PAGE **/
#page-new h1,
#page-action h1 {
	background: none;
	padding-top: 15px;
	margin-bottom: 20px;
	height: auto;
}

#page-action h1 {
	margin-bottom: 30px;
}

#page-new #news-block,
#page-action #actions-block {
	background: #efefed;
	overflow: hidden;
}

#page-new .new-image,
#page-action .action-image {
	margin-bottom: 40px;
}

#page-new .new-text,
#page-action .action-text {
	padding: 0px 0 20px;
	text-align: left;
	margin: 0 auto;
	width: 1170px;
	line-height: 1.5;
}

#page-new .new-text p,
#page-action .action-text p {
	padding-bottom: 20px;
	line-height: 1.5;
}

#page-new .new-text p.before-li,
#page-action .action-text p.before-li {
	padding-bottom: 0;
}

#page-new .new-text li,
#page-action .action-text li {
	line-height: 1.5;
}

#page-new .new-text strong,
#page-action .action-text strong {
	font-weight: bold;
}

#page-feedback #feedback-form {
	/*float: right;*/
}


/*** FEEDBACK PAGE ***/

#page-feedback #header-photo {
	height: 420px;
	background: url('/i/feedback_photo2.jpg') 50% 50% no-repeat;
	width: 1172px;
	margin: 0 auto;
}

.feedback-text {
	padding-left: 650px;
}

.feedback-text p {
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}

.feedback-text p:first-child {
	font-weight: bold;
	font-size: 15px;
}

.feedback-form-block {
	overflow: hidden;
	padding-top: 20px;
}

#feedbacks-block {
	clear: both;
	padding-top: 50px;
	margin-top: 50px;
	background: #efefed;
}

.feedbacks-container {
	padding-top: 30px;
	width: 1170px;
	margin: 0 auto;
}

.feedbacks-container .grid-item {
	/*padding-bottom: 30px;*/
    width: 370px;
    margin-bottom: 30px;
    float: left;
    margin-right: 5%;
    /*background: #00ccdd;*/
}

.feedbacks-container.masonry .grid-item {
	margin-right: 0;
}

.feedbacks-container .feedback {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    /*width: 370px;*/
	/*background: #fafafa url('/i/news_teaser_top_pattern.jpg') no-repeat 50% 0%;*/
	background: #fafafa no-repeat 50% 0%;
	/*border-bottom: 30px solid #00ccdd;*/
}

.feedbacks-container .grid-item:nth-child(3n) {
	margin-right: 0;
}

.feedback .text-container {
	padding: 30px;
}

.feedback .date {
    color: #00a6c9;
    font-size: 14px;
    font-family: 'htcentrschlbtitbook', 'Times New Roman', sans-serif;
    padding-bottom: 15px;
}

.feedback .name {
	/*font-weight: bold;*/
	padding-bottom: 15px;
	font-size: 18px;
    text-transform: uppercase;
    font-family: 'htcentrreg', 'Times New Roman', sans-serif;
    line-height: 1.5;
}

.feedback .text {
	line-height: 1.5;
}

.clr {
	clear: both;
	padding-bottom: 50px;
}

#header strong span {
	display: block;
}

.mobile-menu {
	display: none;
}


#footer-mobile-phone {
    display: none;
}


/*** PAGE BOOKING SEARCH ***/

label.error .text-input {
	border-color: #ff0202 !important;
	background-color: #ffddde !important;
}

#booking-form label.error .label-text {
	color: #000;
}

#page-booking_search #header .booking-btn,
#page-booking_room #header .booking-btn {
	display: none;
}

#page-booking_search footer,
#page-booking_room footer {
	display: none;
}

.booking-form-change h4,
.booking-form-change .line,
.booking-form-change p {
	display: none;
}

#page-booking_search h1,
#page-booking_room h1 {
	margin-bottom: 20px;
	margin-top: 30px;
}

#page-booking_room h1 {
	/*margin-bottom: 20px;*/
	height: auto;
}

.booking-form-change .booking-fast-form form {
	margin: 0px auto;
	width: 980px;
}

.booking-form-change .booking-fast-form form:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.booking-fast-form .selectboxit-arrow-container {
	height: 38px;
}

.booking-fast-form .selectboxit-btn.selectboxit-enabled:hover,
.booking-fast-form .selectboxit-btn.selectboxit-enabled:focus,
.booking-fast-form .selectboxit-btn.selectboxit-enabled:active {
	background: transparent;
}

.booking-fast-form .form-styled label {
	/*marr*/
}

.booking-fast-form .form-styled label.date-out {
	margin-right: 75px;
}

.booking-form-change .submit-btn {
	background: #867c5b;
	color: #fff;
}

#page-payment-done h6 {
	margin-top: 40px;
}

#page-payment-done .main-text {
	padding-bottom: 80px;
}

#page-payment-done #footer-container {
	display: none;
}

.booking-info {
	max-width: 980px;
	margin: 20px auto;
}

.booking-info .booking-rooms__room-link {
	margin-bottom: 20px;
}

.booking-info .booking-rooms__price-info {
	line-height: 1.75;
	float: none;
}

.booking-info .booking-rooms__price-info label {
	color: #666;
}

.booking-info .booking-rooms__price-info span {
	margin-left: 10px;
	color: #00a6c9;
}

.booking-rooms {
	margin-top: 30px;
	width: 980px;
}

.booking-rooms__room {
	background: #fafafa;
	/*height: 277px;*/
	width: 980px;
	/*float: left;*/
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	/*margin-right: 24px;*/
	margin-bottom: 25px;
	overflow: hidden;
}

.booking-rooms__room:after {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	clear: both;
}
.booking-rooms__room-photo {
	float: left;
	width: 400px;
	height: 221px;
}
#page-booking_room .booking-rooms__room-photo {
	width: 300px;
	height: 166px;
}
.booking-rooms__room-info {
	margin-left: 430px;
	text-align: left;
}

#page-booking_room .booking-rooms__room-info {
	margin-left: 330px;
}

.booking-rooms__room-name {
	display: block;
	color: #000;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'htcentrreg', 'Times New Roman', sans-serif;
	padding: 10px 0 0 0px;
	transition: all 0.5s;
}

#page-booking_room .booking-rooms__room-name {
	display: inline-block;
	border-bottom: 1px solid #00a6c9;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.booking-room__dates {
	margin: 0 0 10px;
	line-height: 1.25;
}

.booking-rooms__room-link a {
	text-decoration: underline;
	color: #333;
}

.booking-rooms__room-link {
    font-size: 13px;
	margin: 6px 0 50px 0px;
	transition: all 0.5s;
}

.booking-rooms__rooms-in-room {
	font-size: 13px;
	margin: 6px 0 0 0px;
	transition: all 0.5s;
}
.booking-rooms__rooms-in-room:after {
	content: '';
	display: block;
	width: 200px;
	height: 0;
	margin: 10px 0 10px;
	/*border-bottom: 1px solid #00a6c9;*/
}
.booking-rooms__price-info {
	float: left;
}

.booking-rooms__room-price {
	color: #00a6c9;
	font-size: 28px;
	margin: 5px 0 0;
}

.booking-rooms__room-price:after {
	content: ' \20BD';
	font-size: 18px;
}

.booking-rooms__no-price {
	color: #2a2a2a;
	line-height: 1.5;
}

.booking-rooms__rooms-left {
	color: #ff0202;
	float: left;
	font-size: 14px;
	margin: 15px 0 0;
}

.booking-rooms__room-submit {
	margin: 15px 30px 15px 0;
	border: none;
	background: #4d4839;
	border-radius: 20px;
	padding: 10px 45px;
	color: #d6c58f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
	outline: none;
	float: right;
	position: static;
	background: #00a6c9;
	color: #fff;
	font-weight: 700;
}

.booking-rooms__room-submit:hover {
	background: #d6c58f;
	color: #fff;
	cursor: pointer;
}

.booking-rooms .empty-results {
	padding-bottom: 30px;
	border-bottom: 1px solid #00a6c9;
}
.booking-rooms .empty-results.other {
	margin-bottom: 30px;
	line-height: 2;
	border-bottom: none;
	padding-bottom: 0;
}

.no-rooms-form {
	max-width: 800px;
	margin: 30px auto 0;
}

.no-rooms-form p {
	max-width: 800px;
	margin-bottom: 25px;
}
.no-rooms-form .submit-btn {
	float: none;
	position: relative;
	right: auto;
}
.no-rooms-form label.phone {
	float: none;
}
.no-rooms-form .phone input {
	width: 150px;
	margin-right: 30px;
}
#booking-room-form {
	text-align: left;
	position: relative;
	padding-bottom: 90px;
}

#booking-room-form label.phone input,
#booking-room-form label.email input {
	width: 190px;
}

.booking-room-form__contacts {
	padding-top: 15px;
	max-width: 90%;
	margin: 0 auto;
}

.booking-room-form__contacts p {
	margin-bottom: 20px;
}

.booking-room-form__guests {
	clear: both;
	padding-top: 30px;
	max-width: 90%;
	margin: 0 auto;
}
.booking-room-form__guests p {
	margin-bottom: 20px;
}

.booking-room-form__guest {
	clear: both;
	padding-top: 25px;
}

.booking-room-form__guest:first-of-type {
	padding-top: 0;
}

#booking-room-form .booking-room-form__guest .text-input {
	width: 180px;
}

#booking-room-form .booking-room-form__guest label {
	margin-right: 20px;
}

.booking-room-form__guest-number {
	display: inline-block;
	float: left;
	line-height: 40px;
	margin-right: 30px;
}

.booking-room-form__checkbox label {
	float: none;
	margin-bottom: 20px;
}

.booking-room-form__checkbox,
.booking-room-form__preferences {
	clear: both;
	padding-top: 30px;
	max-width: 90%;
	margin: 0 auto;
}

.booking-room-form__total {
	max-width: 90%;
	margin: 10px auto 0;
}

.booking-room-form__preferences .comments {
	float: none;
	margin-bottom: 20px;
}

.booking-room-form__bad-radios {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}

.booking-room-form__bad-radios label {
	cursor: pointer;
}

.booking-room-form__total-text {
	display: block;
	margin-top: 10px;
}

.booking-room-form__total-price {
	font-size: 28px;
	color: #00a6c9;
	margin: 5px 0 0;
}

.booking-room-form__total-price:after {
	content: ' \20BD';
	font-size: 18px;
}

#page-excursion h6 {
	color: #3c331e;
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
	.actions-teasers__right-arrow {
		right: 10px;
		top: 215px;
	}
	.actions-teasers__left-arrow {
		left: 10px;
		top: 215px;
	}
}

@media only screen and (max-width: 1480px) and (min-width: 1200px) {
	.header-menu #top-menu {
		max-width: 55%;
		padding-left: 10%;
	}
}


@media only screen and (max-width: 1200px) and (min-width: 980px) {
    body {
        min-width: 768px;
    }

    .centered {
    	max-width: 980px;
    	width: 96%;
    }

	.header-menu .centered {
		width: 100%;
		max-width: 100%;
	}

    #top-menu {
    	/*padding-left: 280px;*/
		/*padding-left: 260px;*/
		max-width: 50%;
		padding-left: 13%;
    }

	#top-menu li {
		margin-right: 29px;
	}

	#top-menu ul,
	#page-index #top-menu .sub-menu {
		display: inline;
	}

	#page-index #booking-form {
		width: 980px;
		left: -495px;
		/*padding: 55px 30px 25px;*/
		padding: 25px 30px 25px;
		box-sizing: border-box;
		height: auto;
	}

	#booking-form .booking-fast-form__header-block h4 {
		/*position: absolute;*/
		/*top: -40px;*/
		/*left: 10px;*/
		font-size: 14px;
	}

	.booking-fast-form__header-subtext {
		/*display: none;*/
		font-size: 11px;
	}

    #booking-form form,
	.booking-fast-form form {
    	width: 980px;
    }

	#booking-form form {
		/*width: auto;*/
		width: 918px;
	}

	#booking-form .booking-fast-form .form-styled label,
	#booking-form .booking-fast-form .form-styled label.date-out {
		margin-right: 15px;
	}

    .form-styled label.date-input:first-child {
    	margin-left: 15px;
    }

    .form-styled label {
    	margin-right: 15px;
    }

    .form-styled .text-input {
    	width: 80px;
    }

    #booking-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn {
    	float: right;
    	/*margin-left: 15px;*/
    }

    #booking-form .phone-input .text-input,
	.booking-fast-form .phone-input .text-input {
    	width: 130px;
    }

    #rooms-block {
    	height: 670px;
    }

    .rooms-teasers {
    	max-width: 980px;
    	width: 100%;
    }

	.room-teaser {
		overflow: hidden;
		width: 235px;
		height: 470px;
		margin-left: 13px;
	}

	#servis-block .text {
		left: 200px;
	}

	#services-block .items {
		width: 980px;
	}

	#services-block .item {
		margin-right: 15px;
		width: 316px;
	}

	#services-block h6 {
		font-size: 16px;
	}

	#services-block p {
		font-size: 12px;
		line-height: 1.8;
	}


	.instagram-posts {
		width: 980px;
	}

	.instagram-posts__block,
	.instagram-posts__overflow {
		width: 980px;
	}

	.instagram-posts__block {
		flex-basis: 980px;
	}


	.news-teasers,
	.actions-teasers {
		width: 980px;
	}

	.actions-teasers {
		width: 768px;
	}

	.news-teasers .image {
		width: 240px;
		height: 240px;
	}

	.news-teasers .news-teaser {
		width: 480px;
		margin-right: 20px;
		height: 240px;
	}

	.news-teasers .text-block {
		width: 240px;
	}

	.news-teasers h3 {
		font-size: 17px;
		padding-top: 15px;
	}

	.news-teasers .btn-details {
		margin: 15px 0 0 35px;
	}

	#footer-container {
		width: 980px;
	}

	#footer-container .col-1, #footer-container .col-2, #footer-container .col-3 {
		width: 230px;
	}

	#footer-container .col-2 {
		width: 220px;
	}

	.main-text {
		width: 980px;
	}

	.photo-slider {
		width: 980px;
		height: 554px;
	}

	#page-about .photo-slider-hide-overflow {
		height: 554px;
		top: -272px;
	}

	.photo-slider .photo-container {
		width: 980px;
		height: 545px;
	}

	.photo-slider .slides {
		height: 545px;
	}

	.photo-slider .bx-wrapper img {
		width: 980px;
		height: 545px;
	}

	#page-excursion .photo-slider .bx-wrapper img {
		height: 600px;
	}

	.photo-slider .photo-border {
		width: 980px;
		height: 545px;
	}

	.photo-slider .bottom-shadow,
	.photo-slider .left-shadow,
	.photo-slider .right-shadow,
	.photo-slider .top-shadow {
		display: none;
	}

	#page-about .main-text {
		padding-bottom: 300px;
	}

	#page-about .big-text {
		padding-top: 320px;
	}

	.rooms-info-block .container {
		width: 980px;
	}

	.rooms-info-block .image img {
		width: 573px;
		height: 212px;
		max-width: inherit;
	}

	.rooms-info-block .image {
		overflow: hidden;
		width: 397px;
	}

	.constraints-block {
		width: 980px;
	}

	.constraints-block .no-smoke {
		width: 400px;
	}

	.constraints-block .no-pets {
		width: 350px;
	}

	.room-info.double {
		width: 980px;
	}

	.room-info.double .container {
		width: 465px;
		margin-right: 19px;
	}

	.room-info.double .info-block {
		width: 470px;
	}

	.room-info .extended-info .line {
		width: 340px;
	}

	#rooms-block.trinity .room-teaser {
		width: 276px;
		height: 500px;
	}

	#hotel-prices {
		width: 980px;
	}

	.two-col {
		width: 980px;
	}

	#page-prices #rooms-block {
		height: 630px;
	}

	#page-new .new-text,
	#page-action .action-text {
		width: 980px;
	}

	#page-new .new-image img,
	#page-action .action-image img {
		max-width: 980px;
	}

	.centered-block {
		width: 980px;
	}

	.transport-block .blocks {
		width: 980px;
	}

	.transport-block .block {
		width: 30%;
	}

	.feedbacks-container {
		width: 980px;
	}

	.feedbacks-container .grid-item {
		width: 306px;
	}
	#booking-form .message-booking,
	.booking-fast-form .message-booking {
		margin-left: 15px;
	}

	.actions-teasers__left-arrow {
		/*left: 10px;*/
		top: 215px;
	}

	.actions-teasers__right-arrow {
		/*right: 10px;*/
		top: 215px;
	}
}

@media only screen and (max-width: 979px) and (min-width: 740px) {
    body {
        min-width: 730px;
    }

    #footer-mobile-phone {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: #efefed;
        text-align: center;
        padding: 7px 0px;
        min-width: 260px;
        width: 80%;
        width: 280px;
        left: 50%;
        /*margin-left: 10%;*/
        margin-left: -140px;
        /*margin: 0 auto;*/
        border: 2px solid #d6c58f;
        /*border-color: green;*/
        border-bottom: 0;
        border-radius: 15px 15px 0px 0px;
        z-index: 100;
        /*max-width: 270px;*/
    }

    #footer-mobile-phone div {
        font-size: 13px;
        color: #484848;
        margin-bottom: 3px;
        /*padding-bottom: 3px;*/
    }

    #footer-mobile-phone a {
        /*display: block;*/
        /*width: 250px;*/
        /*margin: 0 auto;*/
        /*padding-left: 30px;*/
        font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        color: #000000;
        /*color: green;*/
    }

    #page-index #header {
    	-webkit-background-size: cover;
    	background-size: cover;
    	height: 640px;
    	/*margin-bottom: 492px;*/
    }

	#page-index #booking-form {
		top: 500px;
	}

	#page-booking_search .form-styled .submit-btn {
		max-width: 200px;
	}

    #page-about #header-photo,
    #page-rooms #header-photo,
    #page-contacts #header-photo {
    	/*height: 260px;*/
    	/*-webkit-background-size: cover;*/
    	/*background-size: cover;*/
    }

    #booking-form,
	.booking-fast-form {
    	/*display: none;*/
    }

    .centered {
    	width: 740px;
    }

	.header-menu .centered {
		width: 100%;
	}

	#logo {
		width: 200px;
	}

	#logo img {
		width: 55px;
		height: auto;
	}

	#page-index #logo img {
		margin-top: 10px;
	}

	#logo-text {
		width: 130px;
		margin-top: 0;
	}

	#logo-text .name {
		font-size: 24px;
	}
	#logo-text span span {
		font-size: 16px;
	}
    /*#header .centered {
    	min-width: 740px;
    	width: 90%;
    }*/

/*    #header .booking-btn {
    	display: none;
    }*/
    #header .booking-btn {
    	/*top: 110px;*/
    	/*right: 0px;*/
    	/*margin-right: -5%;*/
    	width: 80px;
    	background-position: 25px 10px;
    	padding-top: 40px;
    	height: 40px;
		width: 125px;
		background-position: 46px 10px;
		right: -60px;
    }
    #header .booking-btn:hover {
    	background-position: 25px 12px;
		background-position: 46px 12px;
    }

    #page-index #top-menu {
    	padding-top: 7px;
    }

    #top-menu {
    	padding-top: 0;
    	/*padding-left: 285px;*/
		/*padding-left: 255px;*/
		padding-left: 32%;
		/*width: 45%;*/
		/*padding-left: 5%;*/
    }

	.header-phone {
		display: none;
	}

    #top-menu li {
    	margin-right: 80px;
    	margin-bottom: 4px;
		margin-right: 70px;
		margin-right: 35px;
    }

    #top-menu .sub-menu {
    	display: none;
    }

	#top-menu ul {
		display: inline;
	}

    #page-index #top-menu .sub-menu {
    	padding-top: 5px;
    	display: inline;
    }

    #welcome-card {
    	width: 740px;
    	left: -370px;
    	width: 100%;
    	left: -50%;
    	background-position: -90px 0px;
    	background-image: url('/i/welcome_center_white.jpg');
    }

    #welcome-card .left,
    #welcome-card .right {
    	display: none;
    }

    #welcome-card h3 {
    	/*left: 373px;*/
    	float: right;
    	position: static;
    	margin-top: 60px;
    	margin-right: 5px;
    	padding-top: 60px;
    	width: 370px;
    	background: url('/i/stars_card.jpg') top center no-repeat;
    }

    #welcome-card p {
		right: 5px;
		left: auto;
    	background: url('/i/welcome_card_p_line.gif') top center no-repeat;
    	top: 230px;
    	padding-top: 35px;
    }

    #welcome-card .btn-details {
    	left: auto;
    	right: 10%;
    }

    #rooms-block {
    	height: 1200px;
    }

    .rooms-teasers {
    	width: 740px;
    }

    .room-teaser:first-child {
    	margin-left: 60px;
    	margin-bottom: 30px;
    }

    .room-teaser:nth-child(2) {
    	margin-bottom: 30px;
    }

    .room-teaser {
    	margin-left: 60px;
    }

    #servis-block .text {
    	right: 30px;
    	left: auto;
    	position: absolute;
    }

    #services-block {
    	height: 800px;
    	background-color: #f8f9fb;
    }

    #services-block .items {
    	width: 740px;
    	margin-top: 40px;
    }

    #services-block .item {
    	width: 345px;
    	margin-right: 25px;
    	margin-top: 10px;
    	height: 120px;
    	margin-top: 5px;
    	padding-top: 75px;
    }

    #services-block h6 {
    	font-size: 17px;
    	padding-top: 0px;
    	padding-bottom: 10px;
    }

    #services-block .item:nth-child(3n) {
    	margin-right: 25px;
    }

    .news-teasers,
    .actions-teasers {
    	width: 574px;
    }

	#page-index #news-block.insta {
		height: 300px;
	}

	.instagram-posts {
		width: 740px;
	}

	.instagram-posts__block,
	.instagram-posts__overflow {
		width: 740px;
	}

	.instagram-posts__block {
		flex-basis: 740px;
		grid-template-columns: repeat(auto-fill, 200px);
	}

	.instagram-posts__post,
	.instagram-posts__post-image {
		width: 200px;
		height: 200px;
	}

	.instagram-posts__before-link, .instagram-posts__after-link {
		top: 80px;
	}

    #page-index #news-block .news-teasers .news-teaser:nth-child(2n+1) {
    	display: none;
    }

    #footer-container {
    	width: 740px;
    }

    #footer-container .col-4 {
    	display: none;
    }

    #footer-container .col-1, #footer-container .col-2, #footer-container .col-3 {
    	width: 245px;
    }

    #footer-navigation li {
    	margin-right: 50px;
    }

    #subscribe-form .submit-btn {
    	float: none;
    }

    .main-text,
    .main-text p {
    	width: 740px;
    }

	.photo-slider {
		width: 740px;
		height: 420px;
	}

	#page-excursion .photo-slider {
		width: 740px;
		height: 494px;
	}

	#page-about .photo-slider-hide-overflow,
	#page-banquet .photo-slider-hide-overflow {
		height: 411px;
		top: -204px;
	}

	#page-excursion .photo-slider-hide-overflow {
		/*height: 485px;*/
	}

	.photo-slider .photo-container {
		width: 740px;
		height: 411px;
	}

	#page-excursion .photo-slider .photo-container {
		width: 740px;
		height: 494px;
	}

	.photo-slider .slides {
		height: 411px;
	}

	#page-excursion .slides {
		height: 494px;
	}

	.photo-slider .bx-wrapper img {
		width: 740px;
		height: 411px;
	}

	#page-excursion .photo-slider .bx-wrapper img {
		height: 494px;
	}

	.photo-slider .photo-border {
		width: 740px;
		height: 411px;
	}

	#page-excursion .photo-slider .photo-border {
		width: 740px;
		height: 494px;
	}

	.photo-slider .bottom-shadow,
	.photo-slider .left-shadow,
	.photo-slider .right-shadow,
	.photo-slider .top-shadow {
		display: none;
	}

	#page-about .main-text,
	#page-banquet .main-text {
		padding-bottom: 230px;
	}

	#page-about .big-text,
	#page-banquet .big-text {
		padding-top: 250px;
	}

	#page-about .big-text p,
	#page-banquet .big-text p {
		width: 740px;
		/*padding-left: 10px;
		padding-right: 10px;*/
	}

	#page-health .big-text ul {
		width: 740px;
	}

	.about-text-img {
		max-width: 740px;
	}

	.rooms-info-block .container {
		width: 740px;
	}

	.rooms-info-block .image img {
		width: 573px;
		height: 212px;
		max-width: inherit;
	}

	.rooms-info-block .image {
		overflow: hidden;
		width: 237px;
	}

	.rooms-info-block .text {
		width: 480px;
		font-size: 13px;
	}

	.constraints-block {
		width: 740px;
	}

	.constraints-block .no-smoke {
		width: 320px;
	}

	.constraints-block .no-pets {
		width: 239px;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.room-info.double {
		width: 740px;
	}

	.room-info.double .container {
		width: 340px;
		margin-right: 19px;
	}

	.room-info.double .info-block {
		width: 345px;
	}

	.room-info .extended-info .line {
		width: 220px;
	}

	#rooms-block.trinity .rooms-teasers {
		width: 740px;
	}

	#rooms-block.trinity .room-teaser:first-child {
		margin-left: 0px;
	}

	#rooms-block.trinity .room-teaser {
		width: 233px;
		height: 500px;
		margin-left: 20px;
		overflow: hidden;
	}

	#hotel-prices {
		width: 740px;
	}

	.two-col {
		width: 740px;
	}

	#page-new .new-text,
	#page-action .action-text {
		width: 740px;
	}

	#page-new .new-image img,
	#page-action .action-image img {
		max-width: 740px;
	}

	.centered-block {
		width: 740px;
	}

	#contacts-form {
		width: 430px;
		overflow: hidden;
	}

	.contacts-text {
		padding-left: 470px;
	}

	.transport-block .blocks {
		width: 740px;
	}

	.transport-block .block {
		width: 30%;
		margin-right: 3%;
	}

	.transport-block p {
		font-size: 13px;
	}

	#contacts-form .text-input {
		width: 161px;
	}

	#contacts-form textarea {
		width: 386px;
	}

	#feedback-form {
		width: 430px;		
	}

	#feedback-form .text-input {
		width: 161px;
	}

	#feedback-form textarea {
		width: 386px;
		height: 225px;
	}

	.feedback-text {
		padding-left: 470px;
		line-height: 1.5;
		font-size: 14px;
	}

	.feedbacks-container {
		width: 740px;
	}

	.feedbacks-container .grid-item {
		width: 355px;
	}


	.booking-form-change .booking-fast-form form,
    #booking-form form,
	.booking-fast-form form {
    	width: 90%;
    	margin-bottom: 0;
    	padding-bottom: 40px;
    }

	#booking-form form {
		padding-bottom: 0;
	}

	#booking-form .booking-fast-form__header-block {
		display: none;
	}

	#booking-form p,
	.booking-fast-form p {
    	width: 90%;
		margin: 0 auto;
	}

    #booking-form,
	.booking-fast-form {
    	height: auto;
    }

    #booking-form form:after,
	.booking-fast-form form:after {
    	content: '';
    	display: block;
    	clear: both;
    	width: 0;
    	height: 0;
    }

    #booking-form .phone-input,
	.booking-fast-form .phone-input,
	#booking-form .room-select,
	.booking-fast-form .room-select,
    .form-styled label.date-input {
    	margin-bottom: 15px;
    	height: 40px;
    	box-sizing: border-box;
    }

    #booking-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn {
    	width: 80%;
    	box-sizing: border-box;
    	max-width: 400px;
    	margin: 20px auto 0;
    	float: none;
		position: static;
		right: auto;
		margin-top: 0;
    }

	#booking-form .form-styled .submit-btn, .booking-fast-form .form-styled .submit-btn {
		float: left;
		margin-left: 0px;
		max-width: 25%;
	}

	#booking-form form {
		width: 94%;
	}
	#page-index #booking-form {
		width: 98%;
		left: 1%;
		margin-left: 0;
	}

	#booking-form .booking-fast-form .form-styled label,
	#booking-form .booking-fast-form .form-styled label.date-out {
		margin-right: 25px;
	}

    #booking-form .message-booking,
	.booking-fast-form .message-booking {
    	clear: none;
    	margin-top: 0;
    	margin-left: 0;
    }

	.actions-teasers,
	.actions-teasers.actions-cols2 {
		width: 614px;
	}
	.actions-teasers.actions-cols1 {
		width: 292px;
	}

	.actions-teasers .actions-teaser {
		width: 292px;
		margin-left: 30px;
	}

	.actions-teasers .text-block {
		width: 292px;
	}

	.actions-teasers .image {
		height: 162px;
	}

	.actions-teasers h3 {
		font-size: 16px;
		padding: 10px 5px;
		bottom: 170px;
	}

	.actions-teasers__left-arrow {
	}

	.booking-rooms__room {
		width: 740px;
	}

	.booking-rooms__room-photo,
	.booking-rooms__room-photo img {
		width: 300px;
		height: auto;
		min-height: 165px;
	}

	.booking-rooms__room-info {
		margin-left: 325px;
	}

	.booking-rooms__price-info {
		font-size: 14px;
	}

	.booking-rooms__rooms-left {
		font-size: 12px;
		margin-top: 5px;
	}

	.booking-rooms__room-submit {
		padding: 10px 25px;
		margin-right: 20px;
	}

	.booking-rooms__room-link {
		margin-bottom: 20px;
	}
	#page-booking_search .booking-fast-form .form-styled .text-input {
		width: 80px;
	}
	#page-booking_search .booking-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}

	#page-booking_search .booking-form .submit-btn {
		margin: 0 auto;
	}
}


@media only screen and (max-width: 870px) and (min-width: 740px) {
	#booking-form .booking-fast-form .form-styled label,
	.booking-fast-form .form-styled label,
	#booking-form .booking-fast-form .form-styled label.date-out,
	.booking-fast-form .form-styled label.date-out,
	#page-booking_search .booking-fast-form .form-styled label {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 799px) and (min-width: 740px) {
	#header .booking-btn {
		right: 15px;
	}

	#top-menu li:nth-child(3n+2) {
		margin-right: 40px;
	}

	#booking-form .form-styled .submit-btn, .booking-fast-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn, .booking-fast-form .form-styled .submit-btn {
		max-width: 19%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 820px) and (min-width: 790px) {
	#header .booking-btn {
		right: -15px;
	}
}

@media only screen and (max-width: 880px) and (min-width: 820px) {
	#header .booking-btn {
		right: -30px;
	}
}

@media only screen and (max-width: 979px) and (min-width: 880px) {
	#header .booking-btn {
		right: -60px;
	}
}

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

@media only screen and (max-width: 739px) and (min-width: 300px) {
    body {
        /*min-width: 330px;*/
    }

	#page-index .header-menu {
		background: none;
	}

	#page-index .header-phone {
		display: none;
	}

	.booking-form-change .booking-fast-form form,
    #booking-form form,
	.booking-fast-form form {
    	width: 90%;
    	margin-bottom: 0;
    	padding-bottom: 40px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
    }

	#page-index #booking-form .booking-fast-form__header-block {
		width: 100%;
		text-align: center;
	}

	#page-index #booking-form .booking-fast-form__header-block h4,
	#page-index #booking-form .booking-fast-form__header-block div {
		text-align: center;
	}

	#booking-form p,
	.booking-fast-form p {
    	width: 90%;
		margin: 0 auto;
	}

    #booking-form,
	.booking-fast-form {
    	height: auto;
    }

    #booking-form form:after,
	.booking-fast-form form:after {
    	content: '';
    	display: block;
    	clear: both;
    	width: 0;
    	height: 0;
    }

    #booking-form .phone-input,
	.booking-fast-form .phone-input,
	#booking-form .room-select,
	.booking-fast-form .room-select,
    .form-styled label.date-input {
    	margin-bottom: 25px;
    }

    .form-styled .submit-btn {
		position: static;
    }

	.booking-form-change .booking-fast-form form label.room-select {
		margin-right: 30%;
	}

    #booking-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn {
    	width: 80%;
    	box-sizing: border-box;
    	max-width: 400px;
    	margin: 0 auto;
    	float: none;
		position: static;
		right: auto;
		margin-left: 10%;
		/*clear: both;*/
    }

    #footer-mobile-phone {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: #efefed;
        text-align: center;
        padding: 7px 0px;
        min-width: 260px;
        width: 80%;
        width: 280px;
        left: 50%;
        /*margin-left: 10%;*/
        margin-left: -140px;
        /*margin: 0 auto;*/
        border: 2px solid #d6c58f;
        /*border-color: green;*/
        border-bottom: 0;
        border-radius: 15px 15px 0px 0px;
        z-index: 100;
        /*max-width: 270px;*/
    }

    #footer-mobile-phone div {
        font-size: 13px;
        color: #484848;
        margin-bottom: 3px;
        /*padding-bottom: 3px;*/
    }

    #footer-mobile-phone a {
        /*display: block;*/
        /*width: 250px;*/
        /*margin: 0 auto;*/
        /*padding-left: 30px;*/
        font-family: 'htcentrgotreg', 'Times New Roman', sans-serif;
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        color: #000000;
        /*color: green;*/
    }

    .centered {
		width: 350px;
    }

    #header .centered {
    	width: auto;
    }

    #header .booking-btn {
    	top: 110px;
    	right: 0px;
		font-size: 12px;
		width: 110px;
		background-position: 40px 8px;
		padding-top: 40px;
		height: 35px;
		top: 80px;
	}
	#header .booking-btn:hover {
		background-position: 40px 10px;
	}
    #logo {
    	margin-left: 5px;
    }

    #top-menu {
    	position: fixed;
    	top: 0;
    	width: 100%;
    	height: 100%;
    	padding: 30px 0;
    	text-align: center;
    	background: #d6c58f;
    	background: #342e1d;
    	/*background: #666;*/
    	z-index: 100;
    	display: none;
    }

	#top-menu ul {
		width: 80%;
	}


    #top-menu li {
    	width: 100%;
    	text-align: center;
    	margin-top: 12px;
    	font-size: 16px;
    }
    #top-menu a {
    	color: #fff;
    }
	#top-menu a:hover,
	#top-menu a:focus {
		color: #fff;
	}

    .mobile-menu {
    	display: block;
    	position: absolute;
    	top: 20px;
    	right: 10px;
    	width: 40px;
    	height: 40px;
    	border: 2px solid #777;
    	cursor: pointer;
    	z-index: 110;
    }

    .mobile-menu a {
    	border-top: 2px solid #777;
    	display: inline-block;
    	width: 28px;
    	height: 0px;
    	position: absolute;
    	top: 8px;
    	left: 6px;
    	transition: transform .3s, top .3s;
    }
    #page-index .mobile-menu,
    #page-index .mobile-menu a,
    #page-index .mobile-menu a:before,
    #page-index .mobile-menu a:after {
    	border-color: #ddd;
    }

    .mobile-menu a:before,
    .mobile-menu a:after {
    	content: '';
    	position: absolute;
    	border-top: 2px solid #777;
    	width: 28px;
    	height: 0;
    	top: 8px;
    	left: 0px;
    	transition: transform .3s, top .3s, left .3s;
    }
    .mobile-menu a:after {
    	top: 18px;
    }
    .mobile-menu.active {
    	position: fixed;
    	top: 25px;
    }

    .mobile-menu.active a {
    	transform: rotate(45deg);
    	top: 18px;
    	left: 7px;
    }
    .mobile-menu.active a:after {
    	transform: rotate(-90deg);
    	top: -1px;
    }
    .mobile-menu.active a:before {
    	display: none;
    }

    #header h2 {
    	font-size: 33px;
    	padding-top: 150px;
    }

    #header strong {
    	font-size: 16px;
    	width: auto;
    	padding: 0 15px;
    }

	#header strong span {
		display: inline;
	}
	#welcome-card {
		width: 100%;
		background: #fff;
		margin-left: 0;
		left: 0;
		position: relative;
	}

	#welcome-card:before,
	#welcome-card:after {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #eec1a0;
		left: 0px;
		top: 20px;
	}
	#welcome-card:after {
		top: auto;
		bottom: 20px;
	}
	#welcome-card h3,
	#welcome-card p,
	#welcome-card .btn-details {
		position: static;
		top: 0;
		left: 0;
		width: auto;
	}
	#welcome-card h3 {
		padding-top: 80px;
		font-size: 18px;
		position: relative;
	}
	#welcome-card h3:after {
		position: absolute;
		content: '';
		display: block;
		background: #06a9cc;
		width: 120px;
		height: 1px;
		bottom: -25px;
		left: 50%;
		margin-left: -60px;
	}
	#welcome-card h3 span {
		font-size: 35px;
		display: block;
	}
	#welcome-card p {
		padding-top: 60px;
	}
	#welcome-card .btn-details {
		width: 200px;
		left: 50%;
		position: relative;
		margin-left: -100px;
		margin-top: 20px;
	}
	.header-desc p {
		width: auto;
		padding: 0 10px;
	}
	#page-index #header {
		height: 1080px;
		height: 800px;
	}
	#rooms-block {
		height: auto;
	}
	.rooms-teasers {
		width: auto;
		overflow: hidden;
		width: 275px;
		left: 50%;
		margin-left: -132px;
		position: relative;
	}
	.room-teaser {
		margin-left: 0;
		margin-bottom: 25px;
	}
	#servis-block {
		padding-top: 20px;
		height: 320px;
	}
	#servis-block .text {
		width: auto;
		background-position: top center;
		left: 0;
		padding: 90px 20px 40px;
		height: 170px;
	}
	#servis-block h4 {
		font-size: 20px;
		height: 75px;
		display: inline-block;
		max-width: 400px;
		margin: 0 auto;
	}
	#servis-block p {
		font-size: 12px;
		padding: 40px 0;
		max-width: 496px;
		margin: 0 auto;
	}
	#services-block {
		height: auto;
		background: none;
	}
	#services-block .items {
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0;
	}
	h4 {
		font-size: 26px;
	}
	#services-block h4 {
		padding-top: 30px;
	}
	#services-block h6 {
		font-size: 16px;
		padding: 5px 30px 20px;
	}
	#services-block .item {
		height: auto;
		margin-top: 20px;
		width: 100%;
		float: none;
	}
	.news-teasers {
		width: 100%;
		margin: 0;
	}
	#page-index #news-block {
		background: #efefed;
		height: auto;
		padding-bottom: 0;
	}
	#page-index #news-block .clr {
		padding-bottom: 0;
	}
	#news-block h4 {
		padding-bottom: 30px;
	}
	.all-news-link {
		position: static;
		margin-bottom: 20px;
		display: inline-block;
	}

	#page-index #news-block.insta {
		height: 200px;
	}

	.instagram-posts {
		width: 100%;
	}

	.instagram-posts__block,
	.instagram-posts__overflow {
		width: 300px;
		min-width: 300px;
		position: relative;
	}

	.instagram-posts__block {
		flex-basis: 300px;
		grid-template-columns: repeat(auto-fill, 100px);
		margin-right: 10px;
	}

	.instagram-posts__post,
	.instagram-posts__post-image {
		width: 100px;
		height: 100px;
	}

	.instagram-posts__before-link, .instagram-posts__after-link {
		top: 35px;
		margin-right: 3px;
		width: 30px;
		height: 30px;
	}
	.instagram-posts__before-link {
		margin-left: 3px;
		margin-right: 0;
	}

	.news-teasers .image {
		display: none;
	}
	.news-teasers .news-teaser {
		width: 90%;
		margin: 0 auto 25px;
		float: none;
	}
	.news-teasers .news-teaser:nth-of-type(2n) {
		margin: 0 auto 25px;
	}
	.news-teasers .text-block {
		width: 100%;
	}
	/*#footer-container .col-3,*/
	#footer-container .col-4 {
		display: none;
	}
	#footer-container {
		width: auto;
		padding-top: 25px;
		padding-bottom: 80px;
	}
	#footer-navigation {
		overflow: hidden;
		padding-bottom: 10px;
	}
	#footer-navigation #up-btn {
		display: none;
	}
	#footer-navigation li {
		width: 50%;
		display: inline-block;
		text-align: center;
		margin: 0 0 20px;
		float: left;
	}
	footer {
    	background: #342e1d;
    	position: relative;
    }
    #footer-container .col-1,
    #footer-container .col-2,
	#footer-container .col-3 {
		width: 100%;
    	float: none;
    	text-align: center;
    	padding-top: 20px;
    }
    #footer-container .copyright {
    	position: absolute;
    	bottom: 55px;
    	left: 0;
    	width: 100%;
    	text-align: center;
    }
    .main-text {
    	width: auto;
    }
    #page-about .main-text, #page-banquet .main-text {
    	padding-bottom: 20px;
    }
    .main-text p {
    	width: 90%;
    }
    .photo-slider,
    .photo-slider .photo-container,
	#page-excursion .photo-slider,
	#page-excursion .photo-container {
    	width: 100%;
    	height: auto;
    }
    .photo-slider-container .slides div,
	#page-excursion .photo-slider-container .slides div {
    	width: 100% !important;
    	height: auto;
    }
    .photo-slider-container .slides img,
	#page-excursion .photo-slider-container .slides img {
    	width: 100%;
    	height: auto;
    }
    .photo-slider .top-shadow,
    .photo-slider .left-shadow,
    .photo-slider .right-shadow,
    .photo-slider .bottom-shadow,
    .photo-slider .photo-border {
    	display: none;
    }
    .photo-slider .bx-wrapper .bx-pager,
	#page-excursion .photo-slider .bx-wrapper .bx-pager {
    	width: 100%;
    	bottom: 0;
    	padding: 2px 10px 0;
    }
    #page-about .photo-slider-hide-overflow, #page-banquet .photo-slider-hide-overflow {
    	top: auto;
    	position: relative;
    	height: auto;
    	padding-bottom: 0;
    }
    .photo-slider .bx-wrapper {
    	margin-bottom: 0px;
    }
    #page-about .big-text, #page-banquet .big-text {
    	padding-top: 30px;
    }
    .big-text p {
    	width: 90%;
    }
	#page-health .big-text ul {
		width: 90%;
	}
	.about-text-img {
		max-width: 90%;
	}
    #page-rooms .clr {
    	padding: 0;
    }
    .rooms-info-block {
    	overflow: visible;
    	padding: 30px 0 15px;
    	margin-top: 0;
    }
    .rooms-info-block .container {
    	width: 100%;
    }
    .rooms-info-block .text {
    	width: 90%;
    	float: none;
    	padding: 15px 5%;
    }
    .rooms-info-block .image {
    	width: 90%;
    	height: auto;
    	float: none;
    	margin: 0 auto;
    }
    .constraints-block {
    	width: auto;
    	padding: 30px 0;
    }
    .constraints-block .no-smoke,
    .constraints-block .no-pets {
    	float: none;
    	width: 90%;
    	margin: 0 auto;
    	box-sizing: border-box;
    	height: 80px;
    }
    #page-room_standart .booking-btn {
    	display: none;
    }
    .room-info,
    .room-info.double .container,
    .room-info.double,
    .room-info .info-block {
    	width: 100%;
    	float: none;
    }
    .room-info.double .container {
    	border: none;
    	margin-right: 0;
    	padding: 0;
    }
    .room-info .extended-info .line {
    	width: 100%;
    	height: 1px;
    	background: #00a6c9;
    	border-top: 0;
    	display: inline-block;
    	padding: 0;
    	margin: 0 0 5px;
    }
    #rooms-block.trinity {
    	height: auto;
    }
    #rooms-block.trinity .rooms-teasers {
    	width: 275px;
    	margin: 20px auto 0;
    	left: 0;
    }
    .news-teasers .btn-details {
    	margin: 30px auto 0;
    }

    #page-new .new-text,
    #page-action .action-text {
    	width: 90%;
    }
    #page-feedback #header-photo,
    #page-rooms #header-photo,
    #page-contacts #header-photo,
    #page-banquet #header-photo {
    	display: none;
    }
    #page-about #header-photo {
    	background-position: 40% 50%;
    	display: none;
    }
    #page-feedback main h1 {
    	font-size: 25px;
    }
    #contacts-form form label,
    #feedback-form form label {
		float: none;
		margin-top: 25px;
		width: 100%;
		margin-right: 0;
    }
    #contacts-form textarea,
    #feedback-form textarea,
    #contacts-form .text-input,
    #feedback-form .text-input {
    	width: 90%;
    	box-sizing: border-box;
    	margin-left: 5%;
    }
    #contacts-form label .label-text,
    #feedback-form label .label-text {
    	margin-left: 5%;
    }
    .feedback-form-block {
    	width: 100%;
    }
    #contacts-form, #feedback-form {
    	width: auto;
    	float: none;
    }
    #contacts-form .submit-btn,
    #feedback-form .submit-btn {
    	margin-right: 5%;
    }
    .feedback-text {
    	padding-left: 5%;
    	width: 90%;
    	box-sizing: border-box;
    	clear: both;
    	padding-top: 30px;
    }
    #feedbacks-block {
    	margin-top: 10px;
    }
    .feedbacks-container {
    	width: 100%;
    }
    .feedbacks-container .grid-item {
    	width: 90%;
    	box-sizing: border-box;
    	margin-left: 5%;
    }
    #feedbacks-block .clr {
    	padding-bottom: 0;
    }
    .centered-block {
    	width: auto;
    }
    #contacts-form p {
    	width: 90%;
    	margin: 0 auto;
    }

    .contacts-text {
    	padding: 30px 0 35px;
    	width: 90%;
    	margin: 0 auto;
    	clear: both;
    }
    .transport-block h4 {
    	padding-top: 30px;
    }
    .transport-block .blocks {
    	max-width: 350px;
    	margin: 0 auto;
    	width: 90%;
    }
    .transport-block .block {
    	float: none;
    	margin: 30px 0 0;
    	max-width: 350px;
    	width: 100%;
    }
    #page-banquet h1 {
    	font-size: 26px;
    }
    #page-new h1,
    #page-actin h1 {
    	font-size: 30px;
    }
    .hotel-prices__options-breakfast-lbl {
    	display: block;
    	margin: 15px 0 0;
    }
    .hotel-prices__dates-block {
    	display: none;
    }
    .hotel-prices__room-block {
    	display: block;
    	width: 80%;
    	margin: 0 auto;
    	table-layout:fixed;
    }
    .hotel-prices {
    	margin-top: 0;
    }
    .hotel-prices__room-name {
    	display: block;
    	width: 100%;
    	text-align: center;
    	box-sizing: border-box;
    	background: transparent;
	    border: 2px solid #00a6c9;
	    border-width: 2px 0;
	    color: #00a6c9;
	    font-weight: bold;
	    font-size: 14px;
	    margin: 30px 0 0;
    }
    .hotel-prices__room-name a {
	    color: #00a6c9;
    }
    .hotel-prices__room-block:nth-child(2n) > div {
    	background: none;
    }
    .hotel-prices__price-block {
    	display: block;
    	width: 100%;
    	box-sizing: border-box;
    }
    .hotel-prices__date {
    	display: inline-block;
    	width: 50%;
    	text-align: right;
    }
    .hotel-prices__date-small {
    	display: none;
    }
    .hotel-prices__price {
    	display: inline-block;
    	width: 50%;
    }
    .hotel-prices__room-block .hotel-prices__price-block:nth-child(2n) {
    	background: #ddeff4;
    }

    #booking-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn {
    	width: 80%;
    	box-sizing: border-box;
    	max-width: 400px;
    	margin: 20px auto 0;
    	float: none;
    }

	#page-index #booking-form .booking-fast-form__header-block {
		display: block;
		float: none;
		text-align: left;
		margin-bottom: 20px;
	}
	#booking-form .booking-fast-form__header-block {
		display: none;
	}

	#booking-form .form-styled .submit-btn {
		margin-top: 0;
	}

	#booking-form form {
		width: 96%;
	}

	#booking-form .booking-fast-form .form-styled label.date-out,
	#booking-form .booking-fast-form .form-styled label {
		margin-right: 10px;
	}

	#booking-form form {
		padding-bottom: 15px;
	}

	#header {
		margin-top: 135px;
	}

	.header-phone {
		display: none;
	}

	.header-menu {
		padding-left: 0;
		padding-right: 0;
	}

	#page-index #booking-form {
		width: 100%;
		left: 0;
		margin-left: 0;
		border-radius: 0;
		height: auto;
		box-sizing: border-box;
		padding-top: 20px;
		top: 450px !important;
		position: absolute !important;
	}

    #booking-form .message-booking,
	.booking-fast-form .message-booking {
    	clear: none;
    	margin-top: 0;
    	width: 100%;
    	margin-left: 0;
    }

    #page-index #actions-block {
    	height: 525px;
    }

    #actions-block h4 {
    	padding-bottom: 25px;
    }

    .actions-teasers__overflow {
    	height: 462px;
    }

    .all-actions-link {
    	position: static;
    	top: auto;
    	right: auto;
    	display: inline-block;
    	margin: 5px 0 30px;
    }

	.actions-teasers,
	.actions-teasers.actions-cols2,
	.actions-teasers.actions-cols1 {
		width: 292px;
	}

	.actions-teasers .actions-teaser {
		width: 292px;
		margin-left: 1px;
	}

	.actions-teasers .actions-teaser:first-child {
		margin-left: 1px;
	}

	.actions-teasers .text-block {
		width: 292px;
	}

	.actions-teasers .image {
		height: 162px;
	}

	.actions-teasers h3 {
		font-size: 16px;
		padding: 10px 5px;
		bottom: 170px;
	}

	.actions-teasers__left-arrow {
		top: 250px;
	}

	.actions-teasers__right-arrow {
		top: 250px;
	}

	#page-booking_search h1, #page-booking_room h1 {
		font-size: 35px;
	}

	.booking-rooms__room {
		width: 80%;
		max-width: 400px;
		margin: 0 auto 25px;
	}

	.booking-rooms__price-info,
	.booking-rooms__rooms-left,
	.booking-rooms__room-photo {
		float: none;
	}

	#page-booking_room .booking-rooms__room-info,
	.booking-rooms__room-info {
		margin: 10px 15px 0;
	}

	.booking-rooms__room-link {
		margin-bottom: 25px;
	}

	.booking-rooms__room-submit {
		margin-right: 0;
	}

	.booking-rooms {
		padding-bottom: 40px;
	}

	#page-booking_room .booking-rooms__room-photo img,
	#page-booking_room .booking-rooms__room-photo,
	.booking-rooms__room-photo img,
	.booking-rooms__room-photo {
		height: auto;
		width: 100%;
	}

	#booking-room-form .booking-room-form__contacts label,
	#booking-room-form .booking-room-form__guest label {
		margin-bottom: 25px;
	}

	.booking-room-form__checkbox,
	.booking-room-form__preferences {
		padding-top: 5px;
	}

	.booking-room-form__preferences .comments {
		display: block;
		max-width: 100%;
	}

	.booking-room-form__total,
	#booking-room-form textarea {
		max-width: 90%;
		margin: 0 auto;
	}

	#booking-room-form textarea {
		padding: 10px 10px;
	}
	#booking-room-form .submit-btn {
		margin-right: 5%;
		margin-top: 15px;
	}

	#page-booking_search .form-styled .text-input {
		width: 80px;
	}

	#page-booking_search .booking-fast-form .form-styled label {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 739px) and (min-width: 320px) {
	.instagram-posts__block,
	.instagram-posts__overflow {
		width: 320px;
		min-width: 320px;
		position: relative;
	}

	.instagram-posts__block {
		flex-basis: 320px;
		grid-template-columns: repeat(auto-fill, 100px);
		margin-right: 10px;
	}
}

@media only screen and (max-width: 739px) and (min-width: 500px) {
	#top-menu li {
		width: 50%;
		margin-right: 0;
		float: left;
		padding-left: 30px;
		box-sizing: border-box;
		text-align: left;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 739px) and (min-width: 400px) {
    #header h2 {
    	font-size: 40px;
    }
	#page-payment-done h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 550px) {
	#booking-form .phone-input,
	.booking-fast-form .phone-input,
	#booking-form .room-select,
	.booking-fast-form .room-select,
	.form-styled label.date-input {
		/*float: none;
		margin: 0 auto 25px;
		width: 100%;*/
	}
	#booking-form form,
	.booking-fast-form form {
		width: 80%;
		max-width: 400px;
	}
	#booking-form .form-styled .submit-btn,
	.booking-fast-form .form-styled .submit-btn {
		width: 100%;
	}
    .hotel-prices__date-small {
    	display: inline;
    }
    .hotel-prices__date-big {
    	display: none;
    }
	#page-payment-done h1,
    #page-prices main h1 {
    	font-size: 28px;
    }
    #page-new main h1,
    #page-action main h1 {
    	font-size: 36px;
    }

	#page-action .pre-h1 {
		max-width: 180px;
		margin: 0 auto;
		line-height: 1.25;
	}

	#page-action .pre-h1 span {
		white-space: nowrap;
	}

}

@media only screen and (max-width: 580px) {
	#booking-form form {
		max-width: 400px;
		min-width: 320px;
	}
	#booking-form .booking-fast-form .form-styled label.date-out, #booking-form .booking-fast-form .form-styled label {
		margin-right: 10px;
		margin-bottom: 18px;
	}

	#booking-form {
		position: absolute;
		box-sizing: border-box;
	}

	#booking-form .booking-fast-form .form-styled .text-input {
		width: 60px;
	}

	#booking-form .room-select, .booking-fast-form .room-select {
		float: none;
	}
	#page-index #booking-form .booking-fast-form__header-block,
	#booking-form h4, .booking-fast-form h4 {
		text-align: center;
	}
	#header {
		margin-top: 180px;
	}
	.form-styled label.empty .label-text {
		left: 12px;
	}
	#booking-form .selectboxit-container .selectboxit, .booking-fast-form .selectboxit-container .selectboxit {
		width: 180px;
	}
}

@media only screen and (max-width: 350px) {
    body {
        min-width: 100px;
    }

	.actions-teasers__left-arrow {
		top: 250px;
	}

	.actions-teasers__right-arrow {
		top: 250px;
	}
}


@media only screen and (max-width: 400px) {
	.actions-teasers__left-arrow {
		left: 6px;
		top: 254px;
		border-width: 6px;
		width: 22px;
		height: 22px;
	}

	.actions-teasers__right-arrow {
		right: 6px;
		top: 254px;
		border-width: 6px;
		width: 22px;
		height: 22px;
	}
}

#booking-kontur .WidgetApp_container {
	margin: 0 auto;
}

body .FixedButton_container {
	bottom: 42px;
	z-index: 99;
}