*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:focus, img:focus{outline:0;}
textarea, input[type="text"]{
	-webkit-appearance: none !important;
}
button, input[type="submit"]{
	-webkit-appearance: none !important;
}

body{
	padding:0;
	margin:0;
	width:100%;
	background:#fdfdfd;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
.container{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0 15px;
}
.header .header-top{
	padding: 5px 0 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid #ebebeb;
}
.header .header-top .subscribe{
	min-width:240px;
	font-size:15px;
	color:#000;
	font-weight:600;
	font-style:italic;
}
.header .header-top .subscribe i{
	font-size:20px;
	color:#c7ced7;
	margin-left:10px;
}
.header .header-top .subscribe i:hover{
	color:#000;
}
.header .header-top .logo img{
	width:100%;
	max-width:275px;
	height:110px;
}
.header .header-top .top-phones{
	min-width:240px;
	text-align:center;
	padding:0 40px;
	background: url(../img/phone.png) left center no-repeat;
}
.header .header-top .top-phones p{
	color:#000;
	text-transform:uppercase;
	font-size:9px;
}
.header .header-top .top-phones p a{
	color:#000;
	text-transform:uppercase;
	font-size:17px;
	text-decoration:none;
}
.header .header-top .top-phones p a:hover{
	text-decoration:underline;
}

.header .header-middle{
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 15px 0;
	border-bottom:1px solid #ebebeb;
	position:relative;
}
.header .header-middle .top-menu a{
	color:#000;
	font-size: 15px;
	line-height:15px;
	text-transform:uppercase;
	text-decoration:none;
	margin: 0 15px;
	font-weight:600;
	transition: color 0.2s ease-out;
}
.header .header-middle .top-menu a:hover{
	color:#764e0f;
}

.header .header-middle .languages{
	position:absolute;
	display:flex;
	justify-content:center;
	right:30px;
	min-width:168px;
	text-align:center;
}
.header .header-middle .languages a{
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-weight:600;
	padding: 0 5px;
	border-right:1px solid #000;
}
.header .header-middle .languages a:hover, .header .header-middle .languages a.selected{
	color:#764e0f;
}
.header .header-middle .languages a:last-child{
	border:0;
}
.main-top{
	padding-top:30px;
	display:flex;
	justify-content:flex-start;	
	margin-bottom:30px;
}
.main-top .slider-box{
	width:75%;
}
.main-top .slider-box .slider{
	position:relative;
}
.main-top .slider-box .slider .slick-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-top .slider-box .slider .slick-dots li{
	margin: 0 7px;
}
.main-top .slider-box .slider .slick-dots li button{
	background:#eee9e8;
	border-radius: 20px;
	height:20px;
	width:20px;
	border:1px solid #eee9e8;
	text-indent:-9999px;
	cursor:pointer;
	outline:0;
}
.main-top .slider-box .slider .slick-dots li button:hover, .main-top .slider-box .slider .slick-dots li.slick-active button{
	background:#ffba00;
	border:1px solid #ffba00;
}
.main-top .slider-box .slider figure{
	position:relative;
}
.main-top .slider-box .slider figure img{
	width:100%;
	height:auto;
}
.main-top .slider-box .slider figure .slider-info{
	position:absolute;
	top:0;
	left:8%;
	right:8%;
	bottom:60px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.main-top .slider-box .slider figure .slider-info .slider-text h2{
	font-weight:900;
	font-size:56px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}
.main-top .slider-box .slider figure .slider-info .slider-text .desc{
	margin-left:50px;
	border-left: 5px solid #fff;
	padding-left:20px;
	color:#fff;
	font-size:27px;
	margin-bottom:50px;
}
.main-top .slider-box .slider figure .slider-info .slider-text a{
	width:220px;
	background:transparent;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-transform:lowercase;
	border: 3px solid #fff;
	color:#fff;
	text-decoration:none;
	transition:all 0.3s ease-out;
}
.main-top .slider-box .slider figure .slider-info .slider-text a:hover{
	background:#fff;
	color:#000;
}
.main-top .booking-form-box{
	width:23%;
	margin-left:2%;
	background:#e3e3e3;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.advantages{
	width:100%;
	display:flex;
	justify-content:center;
	padding: 30px 0;
}
.advantages .advantage{
	width:calc(20% - 30px);
	margin:0 15px;
	padding:0 30px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction:column;
}
.advantages .advantage{
	width:calc(25% - 30px);
	margin:0 15px;
	padding:0 30px;
}
.advantages .advantage img{
	margin-bottom:20px;
}
.advantages .advantage h2{
	text-align:center;
	font-size:21px;
	font-weight:600;
	margin-bottom:20px;
}
.advantages .advantage .line{
	width:34px;
	height:4px;
	margin-bottom:20px;
	background:#825d32;
}
.advantages .advantage .text{
	text-align:center;
	font-size:13px;
	font-style:italic;
}

.subpages-list{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin: 0 -15px;
}
.subpages-list .subpage{
	width: calc(33.3334% - 30px);
	margin: 0 15px 30px;
	overflow:hidden;
	position:relative;
}
.subpages-list .subpage .bg-img{
	width: 100%;
	height:auto;
	transition: all 800ms ease-in;
}
.subpages-list .subpage:hover .bg-img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.subpages-list .subpage .subpage-title{
	position:absolute;
	top:20%;
	right:15%;
	bottom:20%;
	left:15%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.subpages-list .subpage .subpage-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.26);
    -webkit-transition: 800ms opacity, 250ms -webkit-transform;
    transition: 800ms opacity, 250ms -webkit-transform;
    -o-transition: 800ms opacity, 250ms transform;
    transition: 800ms opacity, 250ms transform;
    transition: 800ms opacity, 250ms transform, 250ms -webkit-transform;
}
.subpages-list .subpage:hover .subpage-title:before {
	-webkit-transform: rotate3d(0, 1, 0,90deg);
    transform: rotate3d(0, 1, 0,90deg);
    opacity: 0;
}
.subpages-list .subpage .subpage-title h2{
	color:#fff;
	font-size:23px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
.subpages-list .subpage .subpage-title .line{
	background:#fff;
	height:2px;
	width: 64px;
	margin-bottom:30px;
}
.subpages-list .subpage .subpage-title .description{
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-align:center;
}
.subpages-list .more-link{
	display:flex;
	width:100%;
	justify-content:center;
	padding-bottom:30px;
	border-bottom:1px solid #ebebeb;
	margin:0 15px 50px;
}
.subpages-list .more-link a{
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}
.subpages-list .more-link a:hover{
	text-decoration:underline;
}

.main-blocks{
	display:flex;
	justify-content:center;
	margin: 0 -15px;
}
.main-blocks .block{
	width:calc(50% - 30px);
	margin: 0 15px 30px;
	display:flex;
	flex-direction:column;
	justify-content:stretch;
}
.main-blocks .block .special-offers{
	background:#f3f3f3;
	padding:50px;
}
.main-blocks .block .special-offers .offer{
	margin-bottom:30px;
}
.main-blocks .block .special-offers .offer:last-child{
	margin-bottom:0;
}
.main-blocks .block .special-offers .offer-title{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom:15px;
	position: relative;
}
.main-blocks .block .special-offers .offer-title .bg-line{
	position: absolute;
	background:#ddd;
	left:0;
	right:0;
	top:50%;
	height:1px;
	z-index:0;
}
.main-blocks .block .special-offers .offer-title h2{
	height:27px;
	line-height:27px;
	font-size:27px;
	font-weight:600;
	z-index:1;
	background:#f3f3f3;
	padding-right:20px;
}
.main-blocks .block .special-offers .offer-title .price{
	height:27px;
	font-size:21px;
	line-height:27px;
	font-weight:600;
	z-index:1;
	background:#f3f3f3;
	padding-left:20px;
}
.main-blocks .block .special-offers .offer-desc{
	color:#8f8f8f;
	font-size: 15px;
}
.main-blocks .block .special-offers .offer-desc p{
	margin-bottom:10px;
}
.main-blocks .block .special-offers .offer-desc p:last-child{
	margin-bottom:0;
}
.main-blocks .block .special-offers .offer-desc a{
	color:#8f8f8f;
	font-size: 15px;
	text-decoration:none;
}
.main-blocks .block .special-offers .offer-desc a:hover{
	text-decoration:underline;
}
.main-blocks .block .reviews-block{
	background:#f3f3f3;
	padding:50px;
	height:100%;
}
.main-blocks .block .reviews-block .reviews-list{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.main-blocks .block .reviews-block .reviews-list .slick-prev{
	position:absolute;
	top:0;
	right:30px;
	border:0;
	outline:0;
	background: url(../img/arrow.png) top left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	z-index:100;
	line-height:10px;
}
.main-blocks .block .reviews-block .reviews-list .slick-next{
	position:absolute;
	top:0;
	right:0;
	border:0;
	outline:0;
	background: url(../img/arrow.png) bottom left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	z-index:100;
	transform:rotate(180deg);
	line-height:10px;
}
.main-blocks .block .reviews-block .review .r-name{
	width:100%;
	height:auto;
	color: #000;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
.main-blocks .block .reviews-block .review{
	width:100%;
	height:auto;
}
.main-blocks .block .reviews-block .review .r-title{
	width:100%;
	min-height:54px;
	padding: 0 80px;
	background: url(../img/quote.png) 0px 8px no-repeat;
	font-size: 27px;
	line-height:30px;
	font-weight:900;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:20px;
}
.main-blocks .block .reviews-block .review .r-text{
	width:100%;
	height:auto;
	text-indent:50px;
	color: #747474;
	font-size:16px;
	margin-bottom:20px;
}
.main-blocks .block .reviews-block .review .r-text a{
	color: #747474;
	font-size:16px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
}
.main-blocks .block .reviews-block .review .r-text a:hover{
	color: #634300;
}
.main-blocks .block .reviews-block .review .r-name{
	width:100%;
	height:auto;
	color: #000;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
.main-blocks .block .reviews-block .reviews-link{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-blocks .block .reviews-block .reviews-link a{
	padding:10px 35px;
	background:#825d32;
	color: #fff;
	text-transform:lowercase;
	font-size:16px;
	text-decoration:none;
	cursor:pointer;
	transition: all 0.3s ease-out;
}
.main-blocks .block .reviews-block .reviews-link a:hover{
	background:#64441e;
}

.title-line{
	width:100%;
	margin-bottom:40px;
	padding:15px 0;
	border-bottom:1px solid #ebebeb;
}
.title-line h2{
	padding:0;
	margin:0;
	font-size:30px;
	font-weight:900;
}
.news-list{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	padding-top:30px;
	margin: 0 -15px 30px;
}
.news-list .post{
	width:calc(33.333334% - 30px);
	display:flex;
	justify-content:flex-start;
	height:380px;
	overflow:hidden;
	margin:0 15px;
}
.news-list .post .image{
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.news-list .post .image a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:380px;
	overflow:hidden;
}
.news-list .post .image img{
	height:100%;
	width:auto;
	transition: transform 0.5s ease-out;
}
.news-list .post .image:hover img{
	transform: scale(1.1) rotate(5deg);
}
.news-list .post .post-info{
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:30px;
	border:1px solid #ebebeb;
}
.news-list .post .post-info h3{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:30px;
}
.news-list .post .post-info h3 a{
	text-align:justify;
	text-decoration:none;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:900;
	transition: color 0.3s ease-out;
}
.news-list .post .post-info h3 a:hover{
	color:#825d32;
}
.news-list .post .post-info .post-date{
	width:100%;
	font-size: 16px;
}
.news-list .post .post-info .post-date i{
	color:#a7a8ba;
	margin-right:5px;
}
.post-page .container{
	max-width: 1200px;
	display:flex;
	justify-content:flex-start;
}
.post-page .post-image{
	width:calc(30% - 30px);
	height:auto;
	margin:0 15px 30px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.post-page .post-image img{
	width:100%;
	height:auto;
}
.post-page .post-text{
	width:calc(70% - 30px);
	margin:0 15px 30px;
}
.post-page .post-text h4{
	text-indent:30px;
	padding:20px 0;
}
.post-page .post-text p{
	font-size:16px;
	text-indent:30px;
}
.post-page .post-text a{
    color: #764e0f;
    text-decoration: none;
}
.post-page .post-text p a:hover{
    font-weight:600;
}
.post-page .post-image img{
	width:100%;
	height:auto;
}
.page-header{
	position:relative;
	width:100%;
	height:300px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: top center;
	overflow:hidden;
	margin-bottom:50px;
}
.page-header .page-title{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:2;
}
.page-header .page-title h1{
	font-size:50px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
	text-align:center;
}
.page-header .page-title .breadcrumbs{
	font-size:19px;
	color:#cfcfcf;
}
.page-header .page-title .breadcrumbs a{
	font-size:19px;
	color:#cfcfcf;
	text-decoration:none;
}
.page-header .page-title .breadcrumbs a:hover{
	text-decoration:underline;
}
.page-text .text-block{
	margin-bottom:30px;
}
.page-text h2{
	font-weight:27px;
	margin-bottom:20px;
}
.page-text .text-block p{
	font-weight:16px;
	text-indent:30px;
}

.page-text .services-colls{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin: 0 -15px;
}
.page-text .services-colls .block{
	width:calc(50% - 30px);
	margin: 0 15px 30px;
	font-weight:18px;
	padding:0 5%;
}

.page-text .services-colls .block ul{
	list-style:none;
	padding:0;
}
.page-text .services-colls .block ul li{
	padding-left: 20px;
	background: url(../img/star.png) left center no-repeat;
	margin-bottom:5px;
}
.gym-page .container{
	max-width:1230px;
}
.gym-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.gym-page .page-images a{
	width: calc(50% - 30px);
	height:auto;
	margin: 0 15px 30px;
}
.gym-page .page-images a img{
	width: 100%;
	height:auto;
}
.gym-page .gym-text{
	background:#fafafa;
	border-bottom: 1px solid #ebebeb;
}
.gym-page .gym-text .block{
	max-width:1230px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
}
.gym-page .gym-colls .block{
	width:100%;
	padding: 30px 0;
}
.gym-page .gym-colls .block ul{
	list-style:none;
	padding:0;
}
.gym-page .gym-colls .block ul li{
	padding-left: 20px;
	background: url(../img/star.png) left center no-repeat;
	margin-bottom:5px;
}

.bridge-page .container{
	max-width:1530px;
}
.bridge-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.bridge-page .page-images a{
	width: calc(33.33334% - 30px);
	height:auto;
	margin: 0 15px 30px;
}
.bridge-page .page-images a img{
	width: 100%;
	height:auto;
}
.bridge-page .bridge-text{
	background:#fafafa;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:30px;
}
.bridge-page .bridge-text .block{
	max-width:1230px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
}
.bridge-page .bridge-text .block p{
	text-indent:30px;
}
.bridge-page .bridge-text .block ul{
	list-style:none;
	padding:0 0 0 30px;
}
.bridge-page .bridge-text .block ul li{
	padding-left: 20px;
	background: url(../img/star.png) 0 5px no-repeat;
	margin-bottom:5px;
}

.about-page .container{
	max-width:1530px;
}
.about-page .subtitle-text{
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}
.about-page .page-image{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.about-page .page-image img{
	width: 100%;
	height:auto;
	margin: 0 0 30px;
}
.about-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.about-page .page-images a{
	width: calc(33.33334% - 30px);
	height:auto;
	margin: 0 15px 30px;
	overflow:hidden;
}
.about-page .page-images a img{
	width: 100%;
	height:auto;
	transition: all 0.5s ease-out;
}
.about-page .page-images a:hover img{
	transform:scale(1.1);
}
.about-page .about-text{
	background:#fafafa;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:30px;
}
.about-page .about-text .block{
	max-width:1230px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
}
.about-page .about-text .block p{
	text-indent:30px;
}
.about-page .about-text .block p a{
	color:#764e0f;
	text-decoration:none;
}
.about-page .about-text .block p a:hover{
	font-weight:bold;
}

.bar-page .container{
	max-width:1530px;
}
.bar-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.bar-page .page-images a{
	width: calc(33.33334% - 30px);
	height:auto;
	margin: 0 15px 30px;
	overflow:hidden;
}
.bar-page .page-images a img{
	width: 100%;
	height:auto;
	transition: all 0.5s ease-out;
}
.bar-page .page-images a:hover img{
	transform:scale(1.1);
}
.bar-page .bar-text{
	background:#fafafa;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:30px;
}
.bar-page .bar-text .block{
	max-width:1230px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
}
.bar-page .bar-text .block p{
	text-indent:30px;
}

.conf-page .container{
	max-width:1500px;
}
.page-text .title, .bottom-form .title{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page-text .title h2, .bottom-form .title h2{
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
.conf-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.conf-page .page-images a{
	width: calc(33.333334% - 30px);
	height:auto;
	margin: 0 15px 30px;
}
.conf-page .page-images a img{
	width: 100%;
	height:auto;
}
.conf-page .conf-text{
	background:#fafafa;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:30px;
}
.conf-page .conf-text .block{
	max-width:1360px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
	line-height:28px;
}
.conf-page .conf-text .block .page-icons{
	padding-top: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bath-page .page-images{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.bath-page .page-images a{
	width: calc(33.333334% - 30px);
	height:auto;
	margin: 0 15px 30px;
}
.bath-page .page-images a img{
	width: 100%;
	height:auto;
}
.bath-page .bath-text{
	background:#f3f3f3;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:30px;
}
.bath-page .bath-text .block{
	max-width:1360px;
	margin:0 auto;
	padding: 30px 15px;
	font-size:16px;
	line-height:28px;
}
.bath-page .bath-text .block .page-icons{
	padding-top: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bath-page .bath-blocks{
	background:#f3f3f3;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin-bottom:30px;
	display:flex;
	justify-content:center;
}
.bath-page .bath-blocks .block{
	max-width: 580px;
	width:100%;
	height:auto;
	margin:0 35px;
}
.bath-page .bath-blocks .block img{
	width:100%;
	height:auto;
}
.bath-page .bath-blocks .block .title{
	padding: 50px 0 30px 50px;
	justify-content:flex-start;
}
.bath-page .bath-blocks .block .text p{
	text-indent:30px;
	color:#8b8b8b;
	line-height:24px;
	font-size:14px;
}

.bottom-form .form-desc{
	max-width:720px;
	margin:0 auto 50px;
	font-size: 16px;
	line-height:26px;
	color:#686868;
	text-align:center;
}
.bottom-form .form-desc a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.bottom-form .form-desc a:hover{
	text-decoration:underline;
}
.bottom-form .form-box{
	max-width:720px;
	margin:0 auto 30px;
}
.bottom-form .form-box form{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.bottom-form .form-box .input-box{
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	margin:0 10px 20px;
	width:calc(50% - 20px);
	height:auto;
}
.bottom-form .form-box .input-box label{
	font-size: 16px;
	line-height:26px;
	color:#686868;
	font-weight:normal;
	margin-bottom:5px;
}
.bottom-form .form-box .input-box input{
	width:100%;
	height: 50px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	border:1px solid #e0e0e8;
	outline:0;
	padding: 0 15px;
}

.bottom-form .form-box .textarea-box{
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	margin:0 10px 20px;
	width:calc(100% - 20px);
	height:auto;
}
.bottom-form .form-box .textarea-box label{
	font-size: 16px;
	line-height:26px;
	color:#686868;
	font-weight:normal;
	margin-bottom:5px;
}
.bottom-form .form-box .textarea-box textarea{
	width:100%;
	height: 150px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding: 15px;
	border:1px solid #e0e0e8;
	outline:0;
}
.bottom-form .form-box .button-box{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bottom-form .form-box .button-box{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bottom-form .form-box .button-box input{
	width:200px;
	height:50px;
	background:#a07c52;
	border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	border:0;
	outline:0;
	font-weight:bold;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all 0.5s ease-out;
}
.bottom-form .form-box .button-box input:hover{
	background:#825d32;
}
.bar-menu-button{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.bar-menu-button a{
	width: 250px;
    height: 50px;
	margin: 0 10px 20px;
    background: #a07c52;
    color: #fff;
	text-decoration:none;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-out;
}
.bar-menu-button a:hover{
	background: #825d32;
}

.rooms-page h2{
	text-align:center;
	width:100%;
	font-weight:600;
	font-size:27px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.rooms-page .top-text{
	margin-bottom:30px;
}
.rooms-page .top-text p{
	text-indent:30px;
	font-size: 18px;
}
.rooms-page .text-block{
	max-width:900px;
	margin: 0 auto 50px;
	font-size: 14px;
}
.rooms-page .text-block p{
	text-indent:30px;	
}
.rooms-page ul{
	list-style:none;
	padding:0 0 0 10px;
}
.rooms-page ul li{
	padding-left: 20px;
	background: url(../img/star.png) 0px 5px no-repeat;
	margin-bottom:5px;
}

.room-page .container{
	max-width:1340px;
}
.room-page h2{
	text-align:center;
	width:100%;
	font-weight:600;
	font-size:27px;
	margin-bottom:40px;
}
.room-page .room-block{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	margin: 0 -15px;
}
.room-page .room-block .page-images{
	width:calc(50% - 30px);
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	margin: 0 5px 30px;
}
.room-page .room-block .page-images a{
	width:calc(33.3333334% - 10px);
	height:auto;
	margin: 0 5px 10px;
	overflow:hidden;
}
.room-page .room-block .page-images a:first-child{
	width:calc(100% - 10px);
	height:auto;
	margin: 0 5px 10px;
}
.room-page .room-block .page-images a img{
	width:100%;
	height:auto;
	transition:all 0.5s ease-out;
}
.room-page .room-block .page-images a:hover img{
	transform:scale(1.1);
}
.room-page .room-block .room-desc{
	width:calc(50% - 30px);
	margin: 0 15px 30px;
}
.room-page .room-block .room-desc .top-text{
	font-size: 18px;
	padding-bottom:30px;
	border-bottom: 1px solid #000;
}
.room-page .room-block .room-desc .top-text .room-icons{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding: 30px 0 0 0;
}
.room-page .room-block .room-desc .bottom-block{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.room-page .room-block .room-desc .bottom-block .prices{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	height:52px;
	color:#673f00;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	margin-right:20px;
}
.room-page .room-block .room-desc .bottom-block .prices i{
	margin-right:3px;
}
.room-page .room-block .room-desc .bottom-block .prices span.price{
	margin:0 10px;
}
.room-page .room-block .room-desc .bottom-block .prices span.delimetr{
	margin-right:10px;
}

.room-page .room-block .room-desc .bottom-block .book-block{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction:column;
	padding-top:10px;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-now{
	width:240px;
	height: 43px;
	background:#825d32;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10px;
	transition:all 0.5s ease-out;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-now:hover{
	background:#64441e;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones{
	width:240px;
	color:#000;
	text-decoration:none;
	font-size:16px;
	margin-bottom:10px;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p{
	text-align:center;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p.or-phones{
	font-size:13px;
	font-style:italic;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p a.big-phones{
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	color:#000;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p.small-text{
	font-size:11px;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p a.phone{
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#000;
}
.room-page .room-block .room-desc .bottom-block .book-block .book-phones p a:hover{
	text-decoration:underline;
}


.room-page ul{
	list-style:none;
	padding:0 0 0 10px;
}
.room-page ul li{
	padding-left: 20px;
	background: url(../img/star.png) left center no-repeat;
	margin-bottom:5px;
}

.room-page .bottom-text{
	max-width: 825px;
	font-size: 15px;
	margin-bottom:20px;
}
.room-page .bottom-text ul li{
	background-position: 0px 5px;
	margin-bottom:10px;
}

.room-page .back{
	color:#6b6b6b;
	font-size:24px;
	line-height:14px;
	margin-bottom:30px;
}
.room-page .back a{
	margin-left:15px;
	color:#6b6b6b;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
}
.room-page .back a:hover{
	text-decoration:underline;
}
.reviews-success{
	width:100%;
	padding:20px 30px;
	margin-bottom: 30px;
	background: rgba(0,255,0,0.1);
	color: #00820f;
	font-weight:900;
	border: 1px solid green;
}
.reviews-error{
	width:100%;
	padding:20px 30px;
	margin-bottom: 30px;
	background: rgba(255,0,0,0.1);
	color: #ab0000;
	font-weight:900;
	border: 1px solid red;
}


#reviews-page .container{
	max-width:1200px;
}
#reviews-page .container .reviews-form{
	width:630px;
	margin: 0 auto 50px;
}
#reviews-page .container .reviews-form h2{
	text-align:center;
	font-weight:900;
	font-size:27px;
	color:#000;
	margin-bottom:30px;
}
#reviews-page .container .reviews-form h3{
	text-align:center;
	font-weight:500;
	font-size:14px;
	color:#9b9b9b;
	margin-bottom:30px;
}
#reviews-page .container .reviews-form .text-input{
	width:100%;
	margin-bottom: 20px;
	background:#f5f5f5;
	padding: 10px;
	border:0;
	outline:0;
}
#reviews-page .container .reviews-form .text-zone{
	width:100%;
	min-height:150px;
	margin-bottom: 20px;
	background:#f5f5f5;
	padding: 10px;
	border:0;
	outline:0;
}
#reviews-page .container .reviews-form .button-box{
	width:100%;
	margin-bottom: 30px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
#reviews-page .container .reviews-form .button-box .button{
	width:300px;
	height:44px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background:#a07c52;
	border:0;
	outline:0;
	font-size:16px;
	cursor:pointer;
	transition: all 0.5s ease-out;
}
#reviews-page .container .reviews-form .button-box .button:hover{
	background:#825d32;
}
#reviews-page .reviews{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
}
#reviews-page .reviews .no-reviews{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:50px;
}
#reviews-page .reviews .review{
	width:calc(50% - 30px);
	margin:0 15px 30px;
	padding:50px;
	box-shadow: 0 0 10px rgba(185,185,185,0.5);
}
#reviews-page .reviews .review .title{
	width:100%;
	padding: 0;
	font-size: 27px;
	font-weight:900;
	margin-bottom:20px;
}
#reviews-page .reviews .review .text{
	width:100%;
	height:auto;
	color: #747474;
	font-size:16px;
	margin-bottom:20px;
}
#reviews-page .reviews .review .name{
	position:relative;
	width:100%;
	height:auto;
	color: #8f859e;
	padding-left:90px;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
#reviews-page .reviews .review .name span{
	position:absolute;
	top:50%;
	left:0;
	width:65px;
	height:1px;
	background: #dcd1d5;
}

.pagination{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:50px;
}
.pagination a{
	display:flex;
	justify-content:center;
	align-items:center;
	min-width: 50px;
	height:50px;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	background:#fff;
	outline:0;
	cursor:pointer;
	font-size:18px;
	line-height:18px;
	color:#000;
	text-decoration:none;
	margin:0 5px;
}
.pagination a:hover, .pagination a.selected{
	border:1px solid #825d32;
	background:#825d32;
	color:#fff;
}
.feedback-page .container{
	max-width:1250px;
}
.feedback-page .container .top-box{
	width:100%;
	height:auto;
	display:flex;
	justify-content:flex-start;
	margin-bottom:30px;
}
.feedback-page .container .top-box .text-box{
	width:calc(30% - 30px);
	margin: 0 15px 30px;
}
.feedback-page .container .top-box .text-box h2{
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:15px;
}
.feedback-page .container .top-box .text-box p{
	font-size:15px;
	color:#000;
	margin-bottom:5px;
}
.feedback-page .container .top-box .text-box p a{
	font-size:15px;
	color:#000;
	text-decoration:none;
}
.feedback-page .container .top-box .text-box p a:hover{
	font-size:15px;
	color:#000;
	text-decoration:underline;
}
.feedback-page .container .top-box .feedback-form{
	width:calc(70% - 30px);
	height:auto;
}
.feedback-page .container .top-box .feedback-form form{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.feedback-page .container .top-box .feedback-form form .inputs-left{
	width:calc(40% - 15px);
	margin-right:15px;
}
.feedback-page .container .top-box .feedback-form form .inputs-left .input-box{
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.feedback-page .container .top-box .feedback-form form .inputs-left .input-box label{
	font-size: 16px;
	line-height:26px;
	color:#686868;
	font-weight:normal;
	margin-bottom:5px;
}
.feedback-page .container .top-box .feedback-form form .inputs-left .input-box input{
	width:100%;
	height: 50px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	border:1px solid #e0e0e8;
	outline:0;
	padding: 0 15px;
}

.feedback-page .container .top-box .feedback-form form .textarea-box{
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	margin:0 0 30px 15px;
	width:calc(60% - 15px);
	height:auto;
}
.feedback-page .container .top-box .feedback-form form .textarea-box label{
	font-size: 16px;
	line-height:26px;
	color:#686868;
	font-weight:normal;
	margin-bottom:5px;
}
.feedback-page .container .top-box .feedback-form form .textarea-box textarea{
	width:100%;
	height: 150px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding: 15px;
	border:1px solid #e0e0e8;
	outline:0;
}
.feedback-page .container .top-box .feedback-form form .button-box{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.feedback-page .container .top-box .feedback-form form .button-box{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.feedback-page .container .top-box .feedback-form form .button-box input{
	width:200px;
	height:50px;
	background:#a07c52;
	color:#fff;
	text-transform:uppercase;
	border:0;
	outline:0;
	font-weight:bold;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all 0.5s ease-out;
}
.feedback-page .container .top-box .feedback-form form .button-box input:hover{
	background:#825d32;
}

.feedback-page .container .map{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.feedback-page .container .bottom-text{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.feedback-page .container .bottom-text p{
	text-indent:30px;
	font-size:16px;
	color:#000;
	margin-bottom:5px;
}

.restoran{
	width:100%;
}
.restoran .container{
	max-width:1230px;
}
.restoran .top-banner{
	width:100%;
	height:auto;
	background: url(../img/top-img.webp) center center no-repeat;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:150px 0;
}
.restoran .top-banner img{
	width:100%;
	height:auto;
	max-width:542px;
	margin-bottom:10px;
}
.restoran .top-banner h1{
	font-size:58px;
	text-transform:uppercase;
	letter-spacing: 5px;
	color:#fff;
	margin-bottom:20px;
}
.restoran .top-banner h3{
	font-size:22px;
	color:#fff;
	font-weight:100;
	margin-bottom:50px;
}
.restoran .top-banner h3 a{
	font-size:22px;
	color:#fff;
	font-weight:100;
	text-decoration:none;
	margin-bottom:20px;
}
.restoran .top-banner h3 a:hover{
	text-decoration:underline;
}
.restoran .top-banner .rest-booking{
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	text-decoration:none;
	padding:20px 30px;
	background:#daa156;
}
.restoran .top-banner .rest-booking:hover{
	background:#9c6b2a;
}
.restoran .rest-block{
	padding: 25px 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.restoran .rest-block h2{
	font-size:46px;
	text-transform:uppercase;
	color: #333;
	padding:0;
	margin-bottom:10px;
}
.restoran .rest-block .line{
	width:170px;
	height:4px;
	margin-bottom:50px;
	background:#daa156;
}
.restoran .rest-block .images-line{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.restoran .rest-block .images-line img{
	width:calc(33.333334% - 30px);
	margin: 0 15px 30px;
	height:auto;
}
.restoran .rest-block .text-block{
	font-size:14px;
	font-weight:100;
	color:#000;
	margin-bottom:50px;
}
.restoran .rest-block .grey-line img{
	width:100%;
	max-width:576px;
	height:auto;
	margin-bottom:50px;
}
.rest-images-block{
	width:100%;
	height:auto;
	margin-bottom:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.rest-images-block a{
	width:calc(25% - 10px);
	height:auto;
	margin:0 5px 10px;
}
.rest-images-block a img{
	width:100%;
	height:auto;
}

.restoran .top-categories-list{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 50px;
}
.restoran .top-categories-list a{
	margin: 0 10px 15px;
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	font-weight:600;
	color:#6c6c6c;
}
.restoran .top-categories-list a:hover, .restoran .top-categories-list a.active{
	color:#daa156;
}
.restoran .category-title{
	width:100%;
	margin-bottom:30px;
}
.restoran .category-title h2{
	color:#333;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.restoran .category-title .line{
	width:170px;
	height:4px;
	background:#daa156;
}
.restoran .p-list{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.restoran .p-list .product{
	width:100%;
	margin-bottom:22px;
}
.restoran .p-list .product .p-title{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	font-size:16px;
	font-weight:normal;
	color:#373b3e;
	width:100%;
	background: url(../img/dotted.png) 0 calc(100% - 5px)  repeat-x;
}
.restoran .p-list .product .p-title h3{
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
	font-size:16px;
	font-weight:normal;
	color:#373b3e;
	background:#fdfdfd;
	padding-right:5px;
}
.restoran .p-list .product .p-title span{
	font-size:16px;
	font-weight:normal;
	color:#373b3e;
	text-transform:lowercase;
	background:#fdfdfd;
	padding-left:5px;
}
.restoran .p-list .product .p-title span span{
	font-size:14px;
}
.restoran .p-list .product .p-desc{
	color:#7b7e81;
	font-size:14px;
}
.restoran .grey-line{
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom: 50px;
}

.footer-top{
	background:#f5f5f5;
}
.footer-top .container{
	display:flex;
	justify-content:center;
	padding: 50px 0;
}
.footer-top .container .f-info{
	width:25%;
	padding:0 50px;
	border-right:1px solid #ddd;
}
.footer-top .container .f-info .f-info-text{
	font-size::16px;
	color:#626262;
	text-align:justify;
	margin-bottom:20px;
}
.footer-top .container .f-info .f-info-link{
	width:100%;
	display:flex;
	justify-content:center;
}
.footer-top .container .f-info .f-info-link a{
	color:#fff;
	text-transform:lowercase;
	text-decoration:none;
	height: 36px;
	display:flex;
	align-items:center;
	padding: 0 40px;
	background:#825d32;
}
.footer-top .container .f-contacts{
	width:25%;
	padding:0 50px;
	border-right:1px solid #ddd;
}
.footer-top .container .f-contacts .f-contacts-list p{
	font-size:16px;
	color:#626262;
	margin-bottom:5px;
}
.footer-top .container .f-contacts .f-contacts-list p i{
	font-size:18px;
	width:18px; 
	margin-right:5px;
}
.footer-top .container .f-contacts .f-contacts-list p a{
	font-size:16px;
	color:#626262;
	text-decoration:none;
}
.footer-top .container .f-contacts .f-contacts-list p a:hover{
	text-decoration:underline;
}
.footer-top .container .f-sitemap{
	width:25%;
	padding:0 50px;
}
.footer-top .container .f-sitemap .f-sitemap-links{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	flex-wrap:wrap;
	max-height: 230px;
}
.footer-top .container .f-sitemap .f-sitemap-links a{
	font-size:16px;
	color:#626262;
	text-decoration:none;
	margin-bottom:2px;
}
.footer-top .container .f-sitemap .f-sitemap-links a:hover{
	text-decoration:underline;
}
.footer-top .container .f-title{
	width:100%;
	text-align:center;
}
.footer-top .container .f-title h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
}
.footer-copy{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	padding:10px 0;
}
.footer-copy .copy-top{
	font-weight:bold;
	color:#000;
	font-size:15px;
}
.footer-copy .copy-top a{
	font-weight:bold;
	color:#000;
	font-size:15px;
	text-decoration:none;
}
.footer-copy .copy-top a:hover{
	text-decoration:underline;
}
.footer-copy .terms a{
	color:#764e0f;
	font-size:15px;
	text-decoration:none;
}
.footer-copy .terms a:hover{
	text-decoration:underline;
}
.footer-copy .copy{
	color:#000;
	font-size:15px;
}
.footer-copy .copy a{
	color:#764e0f;
	font-size:15px;
	text-decoration:none;
}
.footer-copy .copy a:hover{
	text-decoration:underline;
}

#mobile-call {
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	background:#fff;
	border-radius:50px;
	padding:10px;
}
#mobile-call img{
	width:50px;
	height:50px;
}
#mobile-top-menu {
	display:none;
	position:relative;
}
#mobile-top-menu span.t1{
	font:18px/40px Arial;
	letter-spacing:2px;
	padding-left:15px;
}
#mobile-top-menu span.t2{
	position:absolute;
	right:60px;
	font:18px/40px Arial;
	letter-spacing:2px;
	color:#fff;
}

#mobile-top-menu nav {
	background: #64441e;
	border-bottom: 1px solid #fff;
	height: 40px;
	position: relative;
}

#mobile-top-menu .nav-links {
	background: #64441e;
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	right:0;
	height:auto;
	width: 100%;
	z-index:-1;
}

#mobile-top-menu .nav-links::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	transition: all 0.3s;
}

#mobile-top-menu .nav-links li {
	border-bottom: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
#mobile-top-menu .nav-links li.subcat a{
	padding-left:50px;
}

#mobile-top-menu .nav-links li a {
	background: #64441e;
	color:#fff;
	font: 18px/18px Arial;
	display: block;
	padding: 12px 20px;
	text-align: left;
	width: 100%;
	transition: all 0.3s;
	text-decoration:none;
}
#mobile-top-menu .nav-links li a:hover {
	background: #fff;
	color: #000;
}
 
#mobile-top-menu input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

#mobile-top-menu input[type="checkbox"]:checked + label {
	border: 4px solid #fff;
	border-radius: 50%;
	height: 23px;
	top: 8px;
	right: 18px;
	width: 23px;
	transform: rotate(-135deg);
}

#mobile-top-menu input[type="checkbox"]:checked + label::before {
	background: #fff;
	top: 6px;
	left: 2px;
	width: 10px;
}

#mobile-top-menu input[type="checkbox"]:checked + label::after {
	background: #fff;
	opacity: 1;
	top: 6px;
	left: 2px;
	visibility: visible;
	width: 10px;
}

#mobile-top-menu input[type="checkbox"]:checked + label:hover {
	border-color: #fff;
}

#mobile-top-menu input[type="checkbox"]:checked + label:hover::before, #mobile-top-menu input[type="checkbox"]:checked + label:hover::after {
	background: #fff;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links::before {
	opacity: 1;
	visibility: visible;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links {
	z-index:10000;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:last-child{
	margin-bottom:10px !important;
}


#mobile-top-menu label {
	background: none transparent;
	border: 3px solid #fff;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 20px;
	width: 20px;
	transition: all 0.2s;
}

#mobile-top-menu label::before {
	background: #fff;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 20px;
	transition: all 0.2s;
}

#mobile-top-menu label::after {
	background: #fff;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 5px;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	transform: rotate(90deg);
	transition: all 0.2s; 
}
@media (max-width: 600px) {
	#mobile-top-menu {
		display:block;
	}
	#mobile-call {
		display:block;
	}
	.header{
		background: #fdfdfd;
	}
	.header .header-top {
		padding: 5px 0 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction:column;
	}
	.header .header-top .subscribe {
		display:none;
	}
	.header .header-middle .top-menu{
		display:none;
	}	
	.header .header-top .subscribe {
		margin-bottom:20px;
		min-width: inherit;
	}
	.header .header-top .logo{
		padding-top:10px;
		margin-bottom: 20px;
	}
	.header .header-middle .languages{
		position: relative;
		display: flex;
		justify-content: center;
		right: 0;
		width:100%;
	}
	.main-top {
		flex-wrap:wrap;
	}
	.main-top .slider-box{
		width: 100%;
		margin-bottom:30px;
	}
	.main-top .slider-box .slider .slick-dots {
		display:none !important;
	}
	.main-top .slider-box .slider figure {
		overflow:hidden;
	}
	.main-top .slider-box .slider figure .slider-info {
		position: absolute;
		top: 0;
		left: 4%;
		right: 4%;
		bottom: 0;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text h2 {
		font-weight: 900;
		font-size: 6vw;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text .desc {
		margin-left: 20px;
		border-left: 5px solid #fff;
		padding-left: 15px;
		color: #fff;
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text a {
		width: 150px;
		height: 30px;
		border: 2px solid #fff;
		color: #fff;
		font-size: 2vw;
	}
	.main-top .booking-form-box{
		width: 100%;
		background: #ecedee;
	}
	
	.subpages-list .subpage {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
		overflow: hidden;
		position: relative;
	}
	.subpages-list .subpage .subpage-title h2 {
		text-align:center;
	}
	.advantages {
		flex-wrap:wrap;
	}
	.advantages .advantage {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
		padding: 0 30px;
	}
	.main-blocks {
		flex-wrap:wrap;
	}
	.main-blocks .block {
		width: calc(100% - 30px);
	}
	.title-line h2 {
		padding: 0;
		margin: 0;
		font-size: 24px;
		font-weight: 900;
	}
	.main-blocks .block .special-offers {
		padding: 25px;
	}
	.main-blocks .block .special-offers .offer-title h2 {
		font-size: 14px;
	}
	.main-blocks .block .special-offers .offer-title .price {
		font-size: 14px;
	}
	.main-blocks .block .special-offers .offer-desc {
		font-size: 13px;
	}
	.main-blocks .block .reviews-block .review .r-title {
		padding: 0 80px;
		font-size: 19px;
	}
	.main-blocks .block .reviews-block .review .r-text {
		text-indent: 30px;
		font-size: 12px;
	}
	.main-blocks .block .reviews-block .review .r-text a {
		font-size: 12px;
	}
	.main-blocks .block .reviews-block .review .r-name {
		font-size: 14px;
	}
	.news-list .post {
		width: calc(100% - 30px);
		height: auto;
		margin-bottom:30px;
	}
	.news-list .post .post-info {
		padding: 15px;
	}
	.news-list .post .image a {
		height: auto;
	}
	.news-list .post .post-info h3 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size:16px;
	}
	.post-page .container {
		flex-direction:column;
		align-items:center;
	}
	.post-page .post-image {
		width: calc(100% - 30px);
	}
	.post-page .post-text {
		width: calc(100% - 30px);
	}
	.restoran .top-banner img {
		width: 70%;
	}
	.restoran .top-banner h1 {
		font-size: 36px;
		letter-spacing: 2px;
		text-align:center;
	}
	.restoran .top-banner h3 {
		font-size: 16px;
	}
	.restoran .top-banner h3 a {
		font-size: 16px;
	}
	.restoran .top-banner .rest-booking {
		font-size: 16px;
		padding: 15px 20px;
	}
	.restoran .rest-block h2 {
		font-size: 30px;
		text-align:center;
	}
	.restoran .rest-block .images-line a {
		width: calc(100% - 10px);
		margin: 0 10px 20px;
		height: auto;
	}
	.rest-images-block a {
		width: calc(100% - 10px);
	}
	
	.restoran .p-list .product .p-title h3 {
		max-width:50%;
	}
	.restoran .category-title h2 {
		font-size: 30px;
	}
	
	.footer-top .container {
		flex-wrap:wrap;
		padding: 30px 0;
	}
	.footer-top .container .f-info {
		width: 100%;
		padding: 0 20px;
	}
	.footer-top .container .f-contacts {
		width: 100%;
		padding: 0 20px;
	}
	.footer-top .container .f-sitemap {
		width: 100%;
		padding: 0 20px;
	}
	.footer-copy .copy-top {
		text-align:center;
	}
	.footer-copy .copy {
		text-align:center;
	}
	.conf-page .page-images a {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.bath-page .page-images a {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.page-header {
		height: 200px;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		margin-bottom: 30px;
	}
	.page-header .page-title h1 {
		font-size: 30px;
		text-align:center;
	}
	.page-header .page-title .breadcrumbs {
		font-size: 14px;
		text-align:center;
	}
	.page-header .page-title .breadcrumbs a {
		font-size: 14px;
	}
	.about-page .page-images a {
		width: calc(50% - 30px);
	}
	.bar-page .page-images a {
		width: calc(50% - 30px);
		height: auto;
		margin: 0 15px 30px;
	}
	.page-text .services-colls .block {
		width: calc(100% - 30px);
	}
	#reviews-page .container .reviews-form {
		width: 100%;
		margin: 0 auto 30px;
	}
	#reviews-page .container .reviews-form .button-box {
		justify-content: center;
	}
	#reviews-page .reviews .review {
		width: calc(100% - 30px);
	}
	.feedback-page .container .top-box {
		justify-content:center;
		flex-wrap:wrap;
	}
	.feedback-page .container .top-box .text-box {
		width: calc(100% - 30px);
		max-width:250px;
		margin: 0 15px 30px;
	}
	.feedback-page .container .top-box .feedback-form {
		width: calc(100% - 30px);
		height: auto;
	}
	.feedback-page .container .top-box .feedback-form form .inputs-left {
		width:100%;
		margin: 0;
	}
	.feedback-page .container .top-box .feedback-form form .textarea-box {
		width:100%;
		margin: 0 0 30px;
	}
	.room-page .room-block .page-images {
		width: calc(100% - 30px);
	}
	.room-page .room-block .room-desc {
		width: calc(100% - 30px);
		margin: 0 15px 10px;
	} 
	.room-page .room-block .room-desc .top-text .room-icons {
		justify-content:center;
		flex-wrap:wrap;
	}
	.room-page .room-block .room-desc .bottom-block {
		justify-content: center;
		flex-wrap:wrap;
	}
	.bath-page .bath-text .block .page-icons {
		flex-wrap:wrap;
	}
	.bath-page .bath-blocks {
		flex-wrap:wrap;
	}
	.bath-page .bath-blocks .block {
		order:1;
		margin: 0 35px 15px;
	}
	.bath-page .bath-blocks .img-block {
		order:2;
	}
	.bath-page .bath-blocks .block .title {
		padding: 20px 0 20px 0;
		justify-content: center;
	}
	.conf-page .conf-text .block .page-icons {
		flex-wrap:wrap;
	}
	.bridge-page .page-images a {
		width: calc(50% - 30px);
	}
	.bottom-form .title h2 {
		margin-bottom: 0px;
	}
}
@media (min-width: 601px) and (max-width: 991px) {
	#mobile-top-menu {
		display:block;
	}
	#mobile-call {
		display:block;
	}
	.header{
		background: #fdfdfd;
	}
	.header .header-top {
		padding: 5px 0 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction:column;
	}
	.header .header-top .subscribe {
		display:none;
	}
	.header .header-middle .top-menu{
		display:none;
	}	
	.header .header-top .subscribe {
		margin-bottom:20px;
		min-width: inherit;
	}
	.header .header-top .logo{
		padding-top:10px;
		margin-bottom: 20px;
	}
	.header .header-middle .languages{
		position: relative;
		display: flex;
		justify-content: center;
		right: 0;
		width:100%;
	}
	.main-top {
		flex-wrap:wrap;
	}
	.main-top .slider-box{
		width: 100%;
		margin-bottom:30px;
	}
	.main-top .slider-box .slider .slick-dots {
		display:none !important;
	}
	.main-top .slider-box .slider figure {
		overflow:hidden;
	}
	.main-top .slider-box .slider figure .slider-info {
		position: absolute;
		top: 0;
		left: 4%;
		right: 4%;
		bottom: 0;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text h2 {
		font-weight: 900;
		font-size: 6vw;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text .desc {
		margin-left: 20px;
		border-left: 5px solid #fff;
		padding-left: 15px;
		color: #fff;
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text a {
		width: 25vw;
		height: 4vh;
		border: 2px solid #fff;
		color: #fff;
		font-size: 2vw;
	}
	.main-top .booking-form-box{
		width: 100%;
		background: #ecedee;
		margin-left:0;
	}
	
	.subpages-list .subpage {
		width: calc(50% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		overflow: hidden;
		position: relative;
	}
	.subpages-list .subpage .subpage-title h2 {
		text-align:center;
	}
	.advantages {
		flex-wrap:wrap;
	}
	.advantages .advantage {
		width: calc(50% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		padding: 0 30px;
	}
	.main-blocks {
		flex-wrap:wrap;
	}
	.main-blocks .block {
		width: calc(100% - 30px);
	}
	.title-line h2 {
		padding: 0;
		margin: 0;
		font-size: 24px;
		font-weight: 900;
	}
	.main-blocks .block .special-offers {
		padding: 25px;
	}
	.main-blocks .block .special-offers .offer-title h2 {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-title .price {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-desc {
		font-size: 15px;
	}
	.main-blocks .block .reviews-block .review .r-title {
		padding: 0 80px;
		font-size: 24px;
	}
	.main-blocks .block .reviews-block .review .r-text {
		text-indent: 30px;
		font-size: 15px;
	}
	.main-blocks .block .reviews-block .review .r-text a {
		font-size: 15px;
	}
	.main-blocks .block .reviews-block .review .r-name {
		font-size: 16px;
	}
	.news-list .post {
		width: 500px;
		height: auto;
		margin: 0 auto 30px;
	}
	.footer-top .container {
		flex-wrap:wrap;
		padding: 30px 0;
	}
	.footer-top .container .f-info {
		width: 100%;
		padding: 0 20px;
	}
	.footer-top .container .f-contacts {
		width: 100%;
		padding: 0 20px;
	}
	.footer-top .container .f-sitemap {
		width: 100%;
		padding: 0 20px;
	}
	.footer-copy .copy-top {
		text-align:center;
	}
	.footer-copy .copy {
		text-align:center;
	}
	
	.restoran .top-banner h1 {
		font-size: 36px;
		letter-spacing: 2px;
		text-align:center;
	}
	.restoran .top-banner h3 {
		font-size: 16px;
	}
	.restoran .top-banner h3 a {
		font-size: 16px;
	}
	.restoran .top-banner .rest-booking {
		font-size: 16px;
		padding: 15px 20px;
	}
	.restoran .rest-block h2 {
		font-size: 30px;
		text-align:center;
	}
	.rest-images-block a {
		width: calc(50% - 10px);
	}
	
	.page-header {
		height: 200px;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		margin-bottom: 30px;
	}
	.page-header .page-title h1 {
		font-size: 30px;
	}
	.page-header .page-title .breadcrumbs {
		font-size: 14px;
	}
	.page-header .page-title .breadcrumbs a {
		font-size: 14px;
	}
	.about-page .page-images a {
		width: calc(50% - 30px);
	}
	.bar-page .page-images a {
		width: calc(50% - 30px);
		height: auto;
		margin: 0 15px 30px;
	}
	.page-text .services-colls .block {
		width: calc(100% - 30px);
	}
	#reviews-page .container .reviews-form {
		width: 100%;
		margin: 0 auto 30px;
	}
	#reviews-page .container .reviews-form .button-box {
		justify-content: center;
	}
	#reviews-page .reviews .review {
		width: calc(100% - 30px);
	}
	.feedback-page .container .top-box {
		justify-content:center;
		flex-wrap:wrap;
	}
	.feedback-page .container .top-box .text-box {
		width: calc(100% - 30px);
		max-width:250px;
		margin: 0 15px 30px;
	}
	.feedback-page .container .top-box .feedback-form {
		width: calc(100% - 30px);
		height: auto;
	}
	.feedback-page .container .top-box .feedback-form form .inputs-left {
		width:100%;
		margin: 0;
	}
	.feedback-page .container .top-box .feedback-form form .textarea-box {
		width:100%;
		margin: 0 0 30px;
	}
	.room-page .room-block .page-images {
		width: calc(100% - 30px);
	}
	.room-page .room-block .room-desc {
		width: calc(100% - 30px);
		margin: 0 15px 10px;
	} 
	.room-page .room-block .room-desc .top-text .room-icons {
		justify-content:center;
		flex-wrap:wrap;
	}
	.room-page .room-block .room-desc .bottom-block {
		justify-content: center;
		flex-wrap:wrap;
	}
	.bath-page .bath-text .block .page-icons {
		flex-wrap:wrap;
	}
	.bath-page .bath-blocks {
		flex-wrap:wrap;
	}
	.bath-page .bath-blocks .block {
		order:1;
		margin: 0 35px 15px;
	}
	.bath-page .bath-blocks .img-block {
		order:2;
	}
	.bath-page .bath-blocks .block .title {
		padding: 20px 0 20px 0;
		justify-content: center;
	}
	.conf-page .conf-text .block .page-icons {
		flex-wrap:wrap;
	}
	.bridge-page .page-images a {
		width: calc(50% - 30px);
	}
	.bottom-form .title h2 {
		margin-bottom: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header .header-middle {
		justify-content: flex-start;
	}
	.main-top .slider-box {
		width: 60%;
	}
	.main-top .slider-box .slider .slick-dots {
		display:none !important;
	}
	.main-top .slider-box .slider figure {
		width:100%;
		height:413px;
		overflow:hidden;
	}
	.main-top .slider-box .slider figure img{
		position: absolute;
		top:0;
		width:823px !important;
		height:413px;
	}
	.main-top .slider-box .slider figure .slider-info {
		position: absolute;
		top: 0;
		left: 4%;
		right: 4%;
		bottom: 0;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text h2 {
		font-size: 36px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text .desc {
		font-size: 22px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text a {
		font-size: 16px;
	}
	.main-top .booking-form-box {
		width: 38%;
	}
	.room-page .room-block .room-desc .bottom-block .prices {
		font-size: 18px;
	}
	.subpages-list .subpage {
		width: calc(50% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		overflow: hidden;
		position: relative;
	}
	.subpages-list .subpage .subpage-title h2 {
		text-align:center;
	}
	.advantages {
		flex-wrap:wrap;
	}
	.advantages .advantage {
		width: calc(50% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		padding: 0 30px;
	}
	.main-blocks .block .special-offers {
		padding: 25px;
	}
	.main-blocks .block .special-offers .offer-title h2 {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-title .price {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-desc {
		font-size: 15px;
	}
	.main-blocks .block .reviews-block .review .r-title {
		padding: 0 80px;
		font-size: 24px;
	}
	.main-blocks .block .reviews-block .review .r-text {
		text-indent: 30px;
		font-size: 14px;
	}
	.main-blocks .block .reviews-block .review .r-text a {
		font-size: 14px;
	}
	.main-blocks .block .reviews-block .review .r-name {
		font-size: 16px;
	}
	.news-list .post {
		width: 500px;
		height: auto;
		margin: 0 auto 30px;
	}
	.restoran .rest-block h2 {
		font-size: 40px;
		text-align:center;
	}
	.footer-top .container .f-info {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-top .container .f-contacts {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-top .container .f-sitemap {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-copy .copy-top {
		text-align:center;
	}
	.footer-copy .copy {
		text-align:center;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.main-top .slider-box {
		width: 65%;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text h2 {
		font-size: 36px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text .desc {
		font-size: 22px;
	}
	.main-top .slider-box .slider figure .slider-info .slider-text a {
		font-size: 16px;
	}
	.main-top .booking-form-box {
		width: 33%;
	}
	.subpages-list .subpage {
		width: calc(33.333334% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		overflow: hidden;
		position: relative;
	}
	.subpages-list .subpage .subpage-title h2 {
		text-align:center;
	}
	.advantages {
		flex-wrap:wrap;
	}
	.advantages .advantage {
		width: calc(50% - 30px);
		min-width:400px;
		margin: 0 15px 30px;
		padding: 0 30px;
	}
	.main-blocks .block .special-offers {
		padding: 25px;
	}
	.main-blocks .block .special-offers .offer-title h2 {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-title .price {
		font-size: 16px;
	}
	.main-blocks .block .special-offers .offer-desc {
		font-size: 15px;
	}
	.main-blocks .block .reviews-block .review .r-title {
		padding: 0 80px;
		font-size: 24px;
	}
	.main-blocks .block .reviews-block .review .r-text {
		text-indent: 30px;
		font-size: 14px;
	}
	.main-blocks .block .reviews-block .review .r-text a {
		font-size: 14px;
	}
	.main-blocks .block .reviews-block .review .r-name {
		font-size: 16px;
	}
	.news-list .post {
		width: 400px;
		height: auto;
		margin: 0 auto 30px;
	}
	.news-list .post .image a {
		height: 280px;
	}
	.news-list .post .post-info h3 a {
		font-size: 16px;
		line-height: 22px;
	}
	.news-list .post .post-info .post-date {
		font-size: 14px;
	}
	.room-page .room-block .room-desc .bottom-block .prices {
		font-size: 22px;
	}
	.footer-top .container .f-info {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-top .container .f-contacts {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-top .container .f-sitemap {
		width: 33.33333334%;
		padding: 0 20px;
	}
	.footer-copy .copy-top {
		text-align:center;
	}
	.footer-copy .copy {
		text-align:center;
	}
}





.booking-form-container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 992px) {
    .booking-form-container {
        position: initial;
        left: auto;
        top: auto;
        padding: 0;
        width: 100%;
        height: auto;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}


#main-booking-form {
    width:70%;
}
#main-booking-form h2 {
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 30px;
	color: #764e0f;	
	text-align:center;
}
.booking-form{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.booking-form .search-field{
	width:calc(100% - 30px);
	margin:0 15px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
	margin-bottom:30px;
}
.booking-form .half-field{
	width:calc(50% - 30px);
}
.booking-form .search-field label{
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom:10px;
	color: #000;	
}
.booking-form .search-field input, .booking-form .search-field select{
	width:100%;
	padding:10px;
	font-size:16px;
	border:1px solid #fff;
	cursor:pointer;
	outline:0;
}
.booking-form .search-field button{
	width:100%;
	height:48px;
	font-weight:bold;
	font-size:16px;
	background:#764e0f;
	color:#fff;
	border:0;
	outline:0;
	cursor:pointer;
}
.booking-form .search-field button:hover{
	background:#64441e;
}

.room-search-block{
	width:100%;
	max-width:1200px;
	margin: 0 auto 40px;
	background: #e3e3e3;
	display:flex;
	justify-content:flex-start;
	padding:30px 25px;
}
.room-search-block .search-field{
	width:calc(20% - 30px);
	margin:0 15px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
}
.room-search-block .search-field label{
	font-size:16px;
	line-height:18px;
	margin-bottom:10px;
}
.room-search-block .search-field input, .room-search-block .search-field select{
	width:100%;
	padding:10px;
	font-size:16px;
	border:1px solid #764e0f;
	cursor:pointer;
	outline:0;
}
.room-search-block .search-field button{
	width:100%;
	height:48px;
	font-weight:bold;
	font-size:16px;
	background:#764e0f;
	color:#fff;
	border:0;
	outline:0;
	cursor:pointer;
}
.room-search-block .search-field button:hover{
	background:#64441e;
}

.rooms-results-title h2{
	text-align:center;
	color:#764e0f;
}

.rooms-results-list{
	width:100%;
	max-width:1200px;
	margin: 0 auto 40px;
}

.rooms-results-list .room-result-block{
	width:100%;
	margin-bottom:30px;
	border:1px solid #764e0f;
	background: #f5f5f5;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	padding:15px 5px 5px;
}
.rooms-results-list .room-result-block .images-block{
	width:calc(30% - 20px);
	margin:0 10px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
}
.rooms-results-list .room-result-block .images-block a{
	width:calc(30% - 10px);
	margin:0 5px 10px;
}
.rooms-results-list .room-result-block .images-block a:first-child{
	width:calc(100% - 10px);
	margin:0 5px 10px;
}
.rooms-results-list .room-result-block .desc-block{
	width:calc(50% - 10px);
	margin:0 5px 10px;
}
.rooms-results-list .room-result-block .desc-block h2{
	font-weight:normal;
	font-size:20px;
	line-height:22px;
	margin-bottom:10px;
}
.rooms-results-list .room-result-block .desc-block .room-text{
	font-size:14px;
	line-height:18px;
}
.rooms-results-list .room-result-block .desc-block .room-text ul{
	margin: 7px 0;
}
.rooms-results-list .room-result-block .desc-block .room-icons{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.rooms-results-list .room-result-block .desc-block .room-icons img{
	width:100%;
	max-width: 74px;
	height:auto;
}
.rooms-results-list .room-result-block .price-block{
	width: calc(20% - 10px);
	margin:0 5px 10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.rooms-results-list .room-result-block .price-block .date{
	font-size:18px;
	color:#764e0f;
	font-style:italic;
	margin-bottom:15px;
}
.rooms-results-list .room-result-block .price-block .single-price{
	font-size:22px;
	font-weight:bold;
	color:#764e0f;
	font-style:italic;
	margin-bottom:15px;
}
.rooms-results-list .room-result-block .price-block .single-price span{
	font-size:16px;
	font-weight:normal;
	
}
.rooms-results-list .room-result-block .price-block .icons{
	font-size:22px;
	font-weight:bold;
	color:#764e0f;
	font-style:italic;
}
.rooms-results-list .room-result-block .price-block .icons i{
	margin: 0 2px;
}
.rooms-results-list .room-result-block .price-block .icons span{
	font-size:16px;
	font-weight:normal;
}
.rooms-results-list .room-result-block .price-block .total-price{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#764e0f;
	margin-bottom:15px;
}
.rooms-results-list .room-result-block .price-block .total-price h3{
	text-transform:uppercase;
}
.rooms-results-list .room-result-block .price-block .total-price span{
	font-size:16px;
	font-weight:normal;
}
.rooms-results-list .room-result-block .price-block button{
	width:200px;
	height:48px;
	font-weight:bold;
	font-size:16px;
	background:#764e0f;
	color:#fff;
	border:0;
	outline:0;
	cursor:pointer;
}
.rooms-results-list .room-result-block .price-block button:hover{
	background:#64441e;
}
.confirm-booking-page .rooms-results-list {
   margin: 0 auto 15px;
}
.confirm-booking-page .rooms-results-list .room-result-block {
    margin-bottom: 0;
}
.book-title{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#764e0f;
	margin-bottom:15px;	
}
.confirm-booking-form{
	width:100%;
	max-width:800px;
	margin: 0 auto 40px;
}
.confirm-booking-form form{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.confirm-booking-form form .input-field{
	width:calc(50% - 30px);
	margin:0 15px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:20px;
}
.confirm-booking-form form .field-w-100{
	width:calc(100% - 30px);
}
.confirm-booking-form form .input-field:nth-child(5){
	width:calc(100% - 30px);
}
.confirm-booking-form form .input-field label{
	font-size:16px;
	line-height:18px;
	margin-bottom:10px;
}
.confirm-booking-form form .input-field label span{
	color:red;
	margin-left:2px;
}
.confirm-booking-form form .input-field input, .confirm-booking-form form .input-field textarea{
	width:100%;
	padding:10px;
	font-size:16px;
	border:1px solid #764e0f;
	outline:0;
}
.confirm-booking-form form .button-box{
	text-align:center;
	width:100%;
}
.confirm-booking-form form .button-box button{
	width:200px;
	height:48px;
	font-weight:bold;ru/confirm-book
	font-size:16px;
	background:#764e0f;
	color:#fff;
	border:0;
	outline:0;
	cursor:pointer;
}
.confirm-booking-form form .button-box button:hover{
	background:#64441e;
}
@media (max-width: 800px) {
    .room-search-block {
		flex-wrap:wrap;
		justify-content:center;
	}
	.room-search-block .search-field {
		width: calc(100% - 30px);
		margin-bottom:15px;
	}
	.rooms-results-list .room-result-block {
		flex-wrap:wrap;
	}
	.rooms-results-list .room-result-block .images-block {
		width: calc(100% - 20px);
	}
	.rooms-results-list .room-result-block .images-block a {
		width: calc(33.33334% - 10px);
	}
	.rooms-results-list .room-result-block .desc-block {
		width: calc(100% - 10px);
		margin: 0 5px 30px;
	}
	.rooms-results-list .room-result-block .price-block {
		width: calc(100% - 10px);
	}
	.confirm-booking-form form .input-field {
		width: calc(100% - 30px);
	}
}

.room-text ul {
	list-style:none;
	padding-left:15px;
}
.room-text ul li {
    padding-left: 20px;
    background: url(../img/star.png) left center no-repeat;
    margin-bottom: 5px;
}