@import url("reset.css");
@import url("font/stylesheet.css");

body {
	background:#fff;
	font-family: 'MinionProRegular';
	font-size:14px;
	color:#000;
}

a {
	-webkit-transition: all .3s ease 0s; 
	-moz-transition: all .3s ease 0s; 
	-ms-transition: all 3.s ease 0s; 
	-o-transition: all 3.s ease 0s; 
	transition: all 3.s ease 0s;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:none;
}

h1,
h2 {
	background:url(../images/bg-h.png) no-repeat center bottom;
	font-size:48px;
	text-align:center;
	padding-bottom:75px;
}

h1 span {
	font-family: 'acquest_script';
}

section {
	max-width:1140px;
	margin:0 auto;
	padding:0 15px;
}

.main_title_mod {
	height: 100vh;
}

.error_block {
	font-size: 48px;
	color: #fff;
	text-align: center;
	padding-top: 200px;
}

.nav_block .active {
	color: #fff;
}

.content_index {
	padding-top: 52px;
	font-family: 'MinionProIt';
	font-size: 26px;
	line-height: 40px;
}


.row_flex {
	justify-content:space-between;
	display:flex;
}

.main_title {
	background:url(../images/bg-main-title.jpg);
	background-repeat: no-repeat;
	background-size: cover !important;
	max-width:1349px; 
	margin:0 auto;
	padding-bottom:50px; 
}

.main_title header {
	background:url(../images/bg-main-header.png);
	padding:15px 0 12px;
}

header section {
	position:relative;
	text-align:right;
}

header .logo {
	background:url(../images/logo.png);
	width:316px;
	height:170px;
	position:absolute;
	top:10px;
	left:15px;
}

header .item {
	max-width:750px;
	width:100%;
	text-align:left;
	display:inline-block;
}

header .phone {
	background:url(../images/icon-phone.png) no-repeat left center;
	height:16px;
	font-family: 'MinionProBold';
	font-size:17px;
	color:#fff;
	margin-right:16px;
	padding-left:18px;
	vertical-align:middle;
	display:inline-block;
}

header .phone a {
	color:#fff;
}

header .item p {
	font-size:16px;
	color:#fffefd;
	text-align:center;
	padding:12px 0 35px;
}

header .item p a {
	background:url(../images/icon-mail.png) no-repeat;
	color:#fffefd;
	padding-left:28px;
	display:inline-block;
}

nav {
	position:relative;
	text-align:center;
}

.icon-menu {
	cursor:pointer;
	position:absolute;
	background:#292929;
	width:110px;
	height:49px;
	padding:17px 25px 0 27px;
	bottom:-90px;
	left:15px;
	z-index:100;
	display:none;
}

.icon-menu span {
	font-family: 'MinionProBold';
	font-size:18px;
	line-height:10px;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
	display:block;
}

.sw-topper {
	position:relative;
	top:0;
	width:39px;
	height:4px;
	background:#fff;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
}

.sw-bottom {
	position:relative;
	width:39px;
	height:4px;
	top:9px;
	background:#fff;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.sw-footer {
	position:relative;
	width:39px;
	height:4px;
	top:18px;
	background:#fff;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.icon-menu.active .sw-topper {
	background:#fff;
	top:14px;
	transform:rotate(140deg);
	-moz-transform:rotate(140deg);
	-webkit-transform:rotate(140deg);
	-o-transform:rotate(140deg);
}

.icon-menu.active .sw-bottom {
	background:#fff;
	top:10px;
	transform:rotate(-140deg);
	-moz-transform:rotate(-140deg);
	-webkit-transform:rotate(-140deg);
	-o-transform:rotate(-140deg);
}

.icon-menu.active .sw-footer {
	top:0;
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	opacity:0;
}

nav ul {
	font-size:0;
	text-align:center;
}

nav ul li {
	position:relative;
	margin-right:9px;
	padding-right:17px;
	vertical-align:top;
	display:inline-block;
}

nav ul li:last-child,
footer ul li:last-child {
	margin:0;
	padding:0;
}

nav ul li:after {
	content:'~';
	font-size:17px;
	color:#a5a29e;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:0;
}

nav ul li a {
	font-size:17px;
	color:#a5a29e;
	text-transform:uppercase;
	display:block;
}

nav ul li a:hover {
	color:#fffefd;
}

.main_title h3 {
	font-size:42px;
	color:#fdfafa;
	text-align:center;
	padding:157px 0 42px 180px;
}

.reservation {
	/*max-width:557px;
	margin-left:15%;*/
	padding-top:15px;
}

.reservation--stand-alone #_pmsWidget_ {
	margin: auto !important;
}
.reservation--stand-alone {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
	margin-bottom: 75px !important;
}
.reservation--stand-alone iframe {
	width: 100% !important;
}

.reservation img {
	width:100%;
	height:auto;
	display:block;
}

.hotel_rooms {
	padding:14px 15px 45px;
	overflow:hidden;
}

.hotel_rooms > p {
	max-width:930px;
	font-size:32px;
	line-height:38px;
	text-align:center;
	margin:0 auto 40px;
}

.hotel_rooms h1 {
	margin-bottom:55px;
}

.hotel_rooms ul {
	max-width:1200px;
	font-size:0;
	text-align:center;
	margin:0 auto;
}

.hotel_rooms ul li {
	max-width:360px;
	width:100%;
	margin:0 15px 40px;
	vertical-align:top;
	display:inline-block;

}

.seo_link_block {
	padding-left: 18px;
	padding-top: 8px;
}

.seo_link_block a {
	
	text-decoration: underline;
	color: #fff;
	margin-right: 8px;
}

.seo_link_block a:hover {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.hotel_rooms ul li {
		opacity: 0;
	}
}

.hotel_rooms ul li h3 {
	position:relative;
	height:20px;
	font-size:20px;
	line-height:25px;
	color:#4a4948;
	text-transform:uppercase;
	margin-bottom:27px;
	padding-bottom:8px;
	overflow:hidden;
}

.hotel_rooms ul li h3:after {
	background:#3a3a3a;
	width:50px;
	height:1px;
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
}

.hotel_rooms ul li .img {
	position:relative;
	overflow:hidden;
}

/* .hotel_rooms ul li .img a {
	background:url(../images/more-info.png) no-repeat center, url(../images/hover-hotel-rooms.png);
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:-100%;
	z-index:1;
}
 */
.hotel_rooms ul li .img a {
	/* background:url(../images/more-info.png) no-repeat center, url(../images/hover-hotel-rooms.png); */
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:-100%;
	z-index:1;
}

html[lang=ru] .hotel_rooms ul li .img a {
	background:url(../images/more-info-ru.png) no-repeat center, url(../images/hover-hotel-rooms.png);
}

html[lang=en] .hotel_rooms ul li .img a {
	background:url(../images/more-info-en.png) no-repeat center, url(../images/hover-hotel-rooms.png);
}

html[lang=ua] .hotel_rooms ul li .img a {
	background:url(../images/more-info-ua.png) no-repeat center, url(../images/hover-hotel-rooms.png);
}


.hotel_rooms ul li .img:hover a {
	top:0;
	left:0;
}

.hotel_rooms ul li .img div {
	background:#2f2521;
	width:100%;
	font-size:25px;
	line-height:28px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
}

.hotel_rooms ul li img {
	width:100%;
	height:auto;
	display:block;
}

.hotel_rooms ul li .text {
	font-family: 'MinionProIt';
	font-size:22px;
	color:#4a4948;
	text-align:left;
	padding:22px 0;
}

.hotel_rooms ul li > a {
	background:#ab9469;
	width:255px;
	height:65px;
	font-family: 'MinionProBold';
	font-size:20px;
	line-height:68px;
	color:#141310;
	text-transform:uppercase;
	display:inline-block;
}

.hotel_rooms ul li > a:hover {
	background:#2f2521;
	color:#fff;
}

.hotel_rooms > a {
	background:#2f2521;
	width:255px;
	height:65px;
	font-family: 'MinionProBold';
	font-size:20px;
	line-height:68px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:20px auto 0;
	display:block;
}

.hotel_rooms > a:hover,
.main_form button:hover {
	background:#ab9469;
}
.main_form button:active {
	background-color: #fff;
	color: #000;
}

.in_rooms {
	padding:45px 15px 34px;
	overflow:hidden;
}
@media (min-width: ) {
	.in_rooms {
		padding:45px 15px 34px;
	}
}

.in_rooms h2 {
	margin-bottom:55px;
}

.in_rooms ul,
.where_we ul {
	font-size:0;
	text-align:center;
}

.in_rooms ul li {
	margin:0 30px 10px;
	vertical-align:top;
	display:inline-block;
}

.in_rooms ul li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:35px;
}

/*.in_rooms ul li:first-child div {
	background:url(../images/in-rooms/icon1.svg);
	background-size:cover;
	background-position:0px -83px;
	width:217px;
	height:108px;
	margin:0 auto;
}

.in_rooms ul li:nth-child(3) div {
	background:url(../images/in-rooms/icon3.svg);
	background-size:cover;
	background-position:0px -146px;
	width:133px;
	height:106px;
	margin:0 auto;
}

.in_rooms ul li:nth-child(4) div {
	background:url(../images/in-rooms/icon4.svg);
	background-size:cover;
	background-position:-10px -224px;
	width:90px;
	height:112px;
	margin:0 auto;
}

.in_rooms ul li:nth-child(6) div {
	background-image:url(../images/in-rooms/icon6.svg);
	background-size:cover;
	background-position:0px -229px;
	width:132px;
	height:113px;
	margin:0 auto;
}*/

.our_advantages {
	padding:0px 0 30px;
}

.our_advantages h2 {
	margin-bottom:32px;
}

.grey {
	background:#e5e5e5;
	padding:25px 0;
}

.our_advantages ul li {
	margin-bottom:25px;
	display:flex;
}

.our_advantages ul li:last-child,
.the_territory ul li:last-child {
	margin:0;
}

.our_advantages ul li .img {
	width:100px;
}

.our_advantages ul li .text {
	max-width:940px;
	width:100%;
	height:75px;
	display:table;
}

.our_advantages ul li p {
	font-size:35px;
	line-height:40px;
	vertical-align:middle;
	display:table-cell;
}

.the_territory {
	padding:30px 0 35px;
}

.the_territory h2 {
	margin-bottom:18px;
}

.the_territory ul li {
	margin-bottom:25px;
	justify-content:space-between;
	align-items:center;
	display:flex;
}

.the_territory ul li p {
	font-size:35px;
}

.where_we {
/*	padding:35px 15px 10px;*/
	max-width: 1170px;
    margin: 0 auto;
}

.where_we h2 {
	margin-bottom:55px;
}
.where_we ul {
	display: flex;
	flex-wrap: wrap;
}
.where_we ul li {
/*	width:178px;
	margin:0 10px 10px;
	vertical-align:top;
	display:inline-block;*/
	
	text-align: center;
	flex: 0 0 calc(100% / 2);
	margin-bottom: 25px;
}
@media (min-width: 576px) {
	.where_we ul li {
		flex: 0 0 calc(100% / 3);
	}
}
@media (min-width: 768px) {
	.where_we ul li {
		
	}
}
@media (min-width: 992px) {
	.where_we ul li {
		flex: 0 0 calc(100% / 6);
	}	
}
.where_we ul li img {
	max-width: 100%;
	margin-bottom: 20px;
}
.where_we ul li div {
	/*height:125px;*/
}

.where_we ul li h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	color:#dfca63;
	text-transform:uppercase;
}

.where_we ul li p {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
}

.main_address {
	position: relative;
}

.main_address:before {
	display: block;
	content: ' ';
	padding-top: 100%;
	
}
@media (min-width: 576px) {
	.main_address:before {
		padding-top: 56.25%;
	}
}
@media (min-width: 992px) {
	.main_address:before {
		padding-top: 27.08%;
	}
}

.main_address iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_address section {
	position:relative;
	margin-top:-360px;
	padding-bottom:150px;
}

.main_address h3 {
	max-width:300px;
	font-family: 'MinionProBold';
	font-size:22px;
	line-height:24px;
	color:#040404;
	text-shadow:3px 3px 7px rgba(0,0,0,0.57);
	margin-bottom:20px;
}

.main_address p {
	font-family: 'MinionProBold';
	font-size:22px;
	line-height:24px;
	color:#040404;
	text-shadow:3px 3px 7px rgba(0,0,0,0.57);
	text-transform:uppercase;
}

.main_address span {
	max-width:350px;
	font-family: 'MinionProBold';
	font-size:22px;
	line-height:24px;
	color:#040404;
	text-shadow:3px 3px 7px rgba(0,0,0,0.57);
	padding-top:20px;
	display:block;
}

.main_address a {
	color:#040404;
}

.photos_hotel {
	padding:100px 0 155px;
}

.photos_hotel h2 {
	margin-bottom:25px;
}

.photos_slider {
	max-width:1070px;
	width:100%;
	margin:0 auto 50px;
}

.bx-wrapper {
	border:40px solid #fff;
}

.bx-prev,
.bx-next {
	background:url(../images/arrow-photos-slider.png);
	width:25px;
	height:40px;
	position:absolute;
	top:50%;
	left:-35px;
	transform: translateY(-50%);
}

.bx-next {
	background-position:right;
	left:auto;
	right:-35px;
}

#bx-pager a {
	width:21%;
	display:block;
}

#bx-pager img {
	width:100%;
	height:auto;
	display:block;
}

.main_form {
	background:#ab9469;
	border-bottom:4px solid #dfca63;
/*	font-size:0; */
	text-align:center;
	padding:60px 15px 85px;
	margin-bottom: 30px;
}

.main_form p {
	font-size:36px;
	color:#040301;
	text-transform:uppercase;
	margin-bottom:24px;
}

.main_form div {
	max-width:380px;
	width:100%;
	margin:0 12px 10px;
	vertical-align:middle;
	display:inline-block;
	font-size:2em;
}
.main_form div button {
	font-size: 19px;
}

.main_form input[type="text"],
.main_form input[type="tel"] {
	border:5px solid #a38d64;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	height:65px;
	font-size:14px;
	line-height:65px;
	color:#141310;
	text-indent:60px;
	text-transform:uppercase;
}

.main_form button {
	background:#2f2521;
	-webkit-transition: all .3s ease 0s; 
	-moz-transition: all .3s ease 0s; 
	-ms-transition: all 3.s ease 0s; 
	-o-transition: all 3.s ease 0s; 
	transition: all 3.s ease 0s;
	width:215px;
	height:58px;
	font-family: 'MinionProBold';
	font-size:19px;
	color:#fff;
	text-transform:uppercase;
	margin:0 12px;
	padding-top: 8px;
}

.article_title {
	background:url(../images/bg-article-title.jpg) repeat-x;
	padding:12px 0 95px;
}

.contact_title {
	background:url(../images/bg-contact-title.jpg) no-repeat center top;
	height:880px;
	text-align:center;
	padding:16px 15px 0;
}

.contact_title p {
	max-width:1030px;
	font-family: 'MinionProIt';
	font-size:27px;
	line-height:40px;
	margin:0 auto;
	padding-top:10px;
}

.contacts {
	padding:50px 15px;
}

.contacts div {
	max-width:1030px;
	margin-bottom:18px;
}

.contacts p {
	font-size:25px;
	line-height:28px;
}

.contacts p span {
	text-transform:uppercase;
}

.contacts p a {
	background:url(../images/icon-mail.png) no-repeat 0 3px;
	color:#000;
	padding-left:28px;
	display:inline-block;
}

.map {
	height:486px;
}

.hotel_rooms_second {
	padding:40px 15px 80px;
}

.hotel_rooms_second > p {
	max-width:1015px;
	font-family: 'MinionProIt';
	font-size:25px;
	line-height:40px;
	text-align:center;
	margin:0 auto 35px;
}

.numbers {
	max-width:1140px;
	margin:0 auto;
	padding:0 15px;
}

.numbers .reservation {
/*	background:#2f2521; */
	max-width:330px;
	text-align:center;
	margin:0 auto 25px;
	padding:17px 65px 50px;
}

.numbers h3 {
	font-family: 'MinionProBoldCond';
	font-size:25px;
	margin-bottom:10px;
}

.numbers p {
	font-family: 'MinionProIt';
	font-size:25px;
	margin-bottom:10px;
}

.numbers ul {
	padding-bottom:40px;
}

.numbers ul li,
.services .des li {
	font-family: 'MinionProIt';
	font-size: 25px;
	line-height: 1;
	margin-bottom:5px;
}
@media (min-width: 576px) {
	.numbers ul li, .services .des li {
	line-height:40px;
	}
}
.numbers ul li i,
.services .des li i {
	background:#000;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:8px;
	height:8px;
	margin:14px 25px 0 0;
	vertical-align:top;
	display:inline-block;
}

.room_description {
	padding:45px 15px 60px;
}

.room_description h1 {
	margin-bottom:35px;
}

.room_description > .rooms_wrapp {
	position:relative;
	padding:0 90px 0 35px;
}

.rooms {
	max-width:680px;
	width:100%;

    
}
@media (min-width: 961px) {
	.rooms {
		max-width: 100%;
		float: left;
    	margin-right: -300px;
    	padding-right: 300px;
    	box-sizing: border-box;
	}
}

.rooms .bx-wrapper {
	border:60px solid #fff;
	border-top-width:20px;
	border-bottom-width:40px;
}

.rooms .bx-prev, 
.rooms .bx-next {
	top:50%;
	left:-52px;
	margin-top:-20px;
}

.rooms .bx-next {
	left:auto;
	right:-52px;
}

.rooms .bx-pager {
	display:none;
}

.previev {
	list-style:none;
	padding:0;
	position:absolute;
	max-width:270px;
	width:100%;
	top:0;
	right:90px;

}

@media (min-width: 961px) {
	.previev {
		position: static;
		float: right;
    	margin-top: 20px;
	}
}

.previev li {
	list-style: none;
	margin-bottom:28px;
}


.previev li:last-child {
	margin:0;
}

#bx-pager.previev a {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    opacity: 0.5;
    transition: opacity 0.3s;
}
#bx-pager.previev a.active {
    opacity: 1;
}
#bx-pager.previev a img {
    width: 100%;
    height: auto;
    display: block;
}
#bx-pager.previev a:last-child {
    margin-bottom: 0;
}

.room_description .text {
	padding-left:60px;
}

.room_description p {
	font-family: 'MinionProIt';
	font-size:25px;
	line-height:40px;
	margin-bottom:5px;
}

.room_description > .text {
	padding-left:95px;
	clear: left;
}
/*.room_description > .text:before {
	content: ' ';
	clear: both;
	display: table;
}*/
.services_convenience {
	padding:40px 0 0 95px;
}

.services_convenience ul {
	max-width:445px;
	width:100%;
}

.services_convenience ul li {
	font-family: 'MinionProIt';
	font-size:25px;
	line-height:40px;
	margin-bottom:5px;
	list-style: none; /* Убираем исходные маркеры */
    background: url(../images/sep.png) no-repeat 0 12px; /* Параметры фона */
    padding-left: 28px;
}

.services_convenience h3 {
	font-family: 'MinionProBold';
	font-size:25px;
	text-align:center;
	margin-bottom:25px;
}

.time {
	margin-bottom:10px;
}

.time strong {
	font-family: 'MinionProBold';
	font-size:25px;
	margin-right:65px;
}

.internal {
	padding-bottom:40px;
}

.services {
	padding:45px 15px 90px;
}

.services h1 {
	margin-bottom:55px;
}

.services p {
	max-width:940px;
	font-family: 'MinionProIt';
	font-size:25px;
	line-height:40px;
	text-align:center;
	margin:0 auto 20px;
}

.services > p {
	max-width:990px;
	font-size:26px;
	text-align:left;
	text-indent:15px;
	margin-bottom:35px;
}

.services h3 {
	position:relative;
	font-family: 'MinionProBold';
	font-size:25px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:5px;
}

.services h3:after {
	background:#3a3a3a;
	width:50px;
	height:1px;
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
}

.services ul {
	font-size:0;
	text-align:center;
	padding-bottom:20px;
}

.services ul li {
	max-width:440px;
	width:100%;
	margin:0 14px 16px;
	vertical-align:top;
	display:inline-block;
}

.services ul li img {
	width:100%;
	height:auto;
	display:block;
}

.internet,
.parking,
.cleaning,
.place {
	padding-bottom:20px;
}

.food {
	text-align:center;
	padding-bottom:35px;
}

.food div p {
	line-height:normal;
	margin-bottom:10px;
}

.food > a {
	background:#2f2521;
	width:257px;
	height:66px;
	font-family: 'MinionProBold';
	font-size:19px;
	line-height:66px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
	display:inline-block;
}
.food > a:active {
	background-color: #ab9469;
}
.cleaning p {
	max-width:585px;
}

.services strong {
	font-family: 'MinionProBoldCond';
	font-size:25px;
	padding-bottom:50px;
}

.services h4 {
	font-family: 'MinionProBoldCnIt';
	font-size:25px;
	line-height:40px;
}

.services p span {
	font-family: 'MinionProBold';
}

.services .des {
	text-align:left;
	padding:0;
}

.services .des li {
	margin:0 0 5px;
	display:block;
}

.services .text p {
	max-width:none;
	text-align:left;
	margin:0;
}

footer {
	background:#2f2521;
	padding:65px 0 10px;
}

footer .logo {
	background:url(../images/logo.png);
	width:316px;
	height:170px;
	margin:0px 10px 0 0;
	display:inline-block;
}

footer .item {
	max-width:740px;
	width:100%;
}

footer ul {
	font-size:0;
	padding-bottom:60px;
}

footer ul li {
	position:relative;
	margin-right:12px;
	padding-right:22px;
	vertical-align:top;
	display:inline-block;
}

footer ul li:after {
	content:'~';
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:0;
}

footer ul li:last-child:after,
nav ul li:last-child:after {
	display:none;
}

footer ul li a {
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	display:block;
}

footer .item p {
	font-size:18px;
	line-height:24px;
	color:#fdfbfb;
	padding-left:23px;
}

footer .phone {
	background:url(../images/icon-phone.png) no-repeat 0 4px;
	max-width:590px;
	font-size:16px;
	line-height:24px;
	color:#fdfbfb;
	text-transform:uppercase;
	padding-left:18px;
}

footer .phone a {
	color:#fdfbfb;
}

footer .item span {
	font-size:18px;
	color:#fdfbfb;
	padding: 8px 0 0 18px;
	display:block;
}

footer .item span a {
	background:url(../images/icon-mail.png) no-repeat;
	color:#fdfbfb;
	padding-left:28px;
	display:inline-block;
}

footer section > p {
	font-size:11px;
	color:#8f7272;
	text-align:justify;
	padding:40px 0 0 98px;
}

/*Getting Funky*/


.icons {
  max-width: 1170px;
  margin: 0 auto;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.icon {
  text-align: center;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 3);
          flex: 1 1 calc(100% / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  .icon {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 6);
            flex: 0 1 calc(100% / 6);
  }
}

.icons--inside-rooms .icon__text {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .icons--inside-rooms .icon__text {
    font-size: 20px;
    line-height: 24px;
  }
}

.icons--inside-rooms .icon__img {
  max-width: 90px;
}
@media (min-width: 576px) {
  .icons--inside-rooms .icon__img {
    max-width: 100%;
  }
}


.hotel_rooms_second,
.room_description,
.services,
.contact_title {
    padding-top: 25px !important;
}
@media (max-width: 380px) {
    .hotel_rooms_second,
    .room_description,
    .services,
    .contact_title {
        padding-top: 85px !important;
    }
}

@media (min-width: 768px) {
    .hotel_rooms_second,
    .room_description,
    .services,
    .contact_title {
        padding-top: 35px !important;
    }
}

@media (min-width: 1200px) {
    .hotel_rooms_second,
    .room_description,
    .services,
    .contact_title {
        padding-top: 55px !important;
    }
}
@media (min-width: 1200px) {
    .contact_title {
		height: 100Vh;
    }
}
.hotel_rooms_second h1,
.room_description h1,
.services h1,
.contact_title h1 {
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
    .hotel_rooms_second h1,
    .room_description h1,
    .services h1,
    .contact_title h1 {
        margin-bottom: 35px !important;
    }
}

@media (min-width: 1200px) {
    .hotel_rooms_second h1,
    .room_description h1,
    .services h1,
    .contact_title h1 {
        margin-bottom: 55px !important;
    }
}
/* ----- CUSTOM STYLES ----- */
/* ----- HOME START ----- */
.inner-home-section {
	display: flex;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
}
.inner-home-section .reservation {
	display: flex;
}
.inner-home-section .inner-home-title {
	display: flex;
}
@media (max-width: 768px) {
	.inner-home-section {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		height: initial;
	}
}
/* ----- HOME END ----- */
.custom-text {
	line-height: 40px;
}
.custom-text h2 {
	padding-top: 25px;
}
.custom-text ul li::before {
	content: "";
	background: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 14px 25px 0 0;
    vertical-align: top;
    display: inline-block;
}
.text.custom-text a {
	background: #2f2521;
    width: 257px;
    height: 66px;
    font-family: 'MinionProBold';
    font-size: 19px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.ost_content p {
	text-align: left;
}

.ost_content ul {
	font-size: 20px;
	max-width: 940px;
	text-align: left;
	margin: 0 auto;
	font-family: 'MinionProIt';
	padding-bottom: 5px;
}
.ost_content ul li {
	max-width: 100%;
	list-style-type: disc;
	display: list-item;
}
.ost_content strong {
	padding-bottom: 24px;
}
.ost_content_map h2 {
	font-size: 32px;
	background: none;
	padding-bottom: 12px;
	max-width: 940px;
	margin: 0 auto;
	text-align: left;
}
.ost_content_map p {
	text-align: left;
}

.ost_content_map ul {
	font-size: 20px;
	max-width: 940px;
	text-align: left;
	margin: 0 auto;
	font-family: 'MinionProIt';
	padding-bottom: 5px;
}
.ost_content_map ul li {
	max-width: 100%;
	list-style-type: disc;
	display: list-item;
	margin: 5px 15px 5px;
}
.ost_content_map strong {
	padding-bottom: 24px;
}
.ost_content_map h2 {
	font-size: 32px;
	background: none;
	padding-bottom: 12px;
	max-width: 940px;
	margin: 0 auto;
	text-align: left;
}
.main_title .mtitle {
    font-size: 42px;
    color: #fdfafa;
    text-align: center;
    padding: 157px 0 42px 180px;
}
.copyr {
	text-align: center;
    color: #fff;
    padding: 25px 0 10px 0;
}
.up-button { background: #ab9469; width: 40px; height: 40px; display: none; position: fixed; bottom: 10px; right: 10px; justify-content: center; align-items: center; font-size: 28px; z-index: 99; }
.up-button:hover { background: #2f2521; color: #fff; }
.B_crumbBox { width: 100%; display: block; width: 100%; text-align: center; padding-bottom: 10px; }
.B_crumbBox a { color: #ab9469; }
.callwrp { display:none; }
.callwrp.active { display: flex; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; justify-content: center; align-items: center; background: rgb(0 0 0 / 88%); }
.window { padding: 30px 40px; background: #fff; position: relative; max-width: 320px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.window h2 {
	font-size: 28px;
    background-size: contain;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.window .close { position: absolute; right: 10px; top: 10px; font-size: 20px; cursor: pointer; }
.window input[type="text"], .window input[type="tel"] {
	border: 2px solid #a38d64;
    box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #141310;
	margin-bottom: 20px;
	width: 100%;
}
.window form {
	width: 100%;
    text-align: center;
}
.window button {
    background: #2f2521;
	transition: all 3.s ease 0s;
    transition: all 3.s ease 0s;
    width: 215px;
    height: 45px;
    font-family: 'MinionProBold';
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}
.window button:hover {
    background-color: #ab9469;
    color: #000;
}
/* ====== СЕКЦИЯ ГАЛЕРЕИ (меню) ====== */
.gallery-section { padding: 30px; display: flex; flex-direction: column; align-items: center; }
.gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; }
.gallery img { width: calc(33.333% - 20px); min-width: 250px; height: 350px; object-fit: contain; object-position: center; background: #e0e0e0; border-radius: 10px; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.gallery img:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
@media (max-width: 900px) { .gallery img { width: calc(50% - 20px); } }
@media (max-width: 600px) { .gallery img { width: 100%; } }
