/*!
Theme Name: siyo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: siyo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

siyo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@charset "UTF-8";
@import url(./fonts.css);
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Oswald, sans-serif;
}

.container {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

a {
	color: #fecb00;
	text-decoration: none;
}

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	z-index: 5;
	box-shadow: 4px 14px 14px rgba(0, 0, 0, 0.05);
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-dd {
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	background-color: rgba(61, 60, 63, 0.95);
	transition: 0.5s ease;
}

.header-hamburger {
	width: 50px;
	height: 50px;
	background-color: #585657;
	margin-left: 35px;
	padding: 15px 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s ease;
	position: relative;
}

.header-hamburger span {
	transition: 0.5s ease;
	width: 25px;
	height: 3px;
	background-color: #fff;
}

.header-hamburger:hover {
	background-color: #fecb00;
}

.header-hamburger:hover span {
	background-color: #585657;
}

.header-hamburger.active span:first-child {
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	bottom: 0;
}

.header-hamburger.active span:last-child {
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
}

.header-hamburger.active span:nth-child(2) {
	opacity: 0;
}

.header-right {
	display: flex;
	align-items: center;
}

.menu-menu-container {
	height: 100%;
}

.header .menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	list-style: none;
	height: 100%;
}

.header .menu-item {
	letter-spacing: 7px;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 200%;
}

.header .menu-item a {
	color: #fff;
	transition: 0.5s ease;
}

.header .menu-item.current_page_item a {
	color: #fecb00;
}

.header .menu-item:hover a {
	color: #fecb00;
}

.header-dd_bottom {
	position: absolute;
	bottom: 35px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-langs {
	display: flex;
	gap: 15px;
}

.header-langs > .menu-item {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.header-langs .current-lang a {
	color: #fecb00;
}

.header-links {
	margin-top: 20px;
	list-style: none;
	display: flex;
	gap: 10px;
}

.header-links_link {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #fecb00;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #585657;
	border: 2px solid #fecb00;
	transition: 0.5s ease;
}

.header-links_link:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fecb00;
}

.header-hamburger.active ~ .header-dd {
	top: 0;
	bottom: 0;
}

.header-hamburger.active {
	z-index: 5;
}

.header-contacts {
	display: flex;
	align-items: center;
}

.header-contacts_item {
	margin-right: 35px;
}

.header-contacts .contact-field {
	font-weight: 600;
	color: #585657;
	padding-right: 5px;
}

.header-contacts .contact-icon {
	margin-right: 10px;
	color: #fecb00;
}

.header-contacts .contact-value {
	color: #928f88;
}

.header-contacts a .contact-value {
	color: #fecb00;
}

.logo {
	max-width: 200px;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.hero {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 50px;
}

.hero .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero-price {
	color: #fff;
	margin-top: 25px;
	font-size: 32px;
}

.hero-price span {
	color: #fecb00;
}

.hero .btn {
	margin-top: 45px;
	width: max-content;
}

.hero .hero_right {
	min-width: 400px;
	position: relative;
}

.hero form {
	background-color: #fff;
	min-height: 500px;
	width: 100%;
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 40px;
	max-width: 415px;
}

.hero form .btn {
	border: none;
	font-family: Oswald, sans-serif;
	width: 100%;
	background-color: #fecb00;
	padding: 15px;
	margin-top: 25px;
}

.hero form textarea {
	width: 100%;
	box-sizing: border-box;
	height: 52px;
	resize: none;
	padding-top: 5px;
}

.booking_form .form-group:first-child {
	margin-top: 0;
}

.booking_form .form-group:last-child {
	margin-bottom: 0;
}

.hero .booking_form label {
	color: #585657;
}

.hero .booking_form .form-group .controls select,
.hero .booking_form select,
.hero .booking_form textarea,
.hero .booking_form input[type='text'] {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
}

.hero .booking_form input[type='text'] {
	min-height: 37px;
}

.hero form .btn:hover {
	cursor: pointer;
	border: none;
}

.page-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-family: Roboto, sans-serif;
}

.page-title span {
	color: #fecb00;
}

.form__elem {
	margin-bottom: 20px;
}

.form__elem label {
	display: block;
	color: #585657;
	letter-spacing: 2px;
}

.form__elem label span {
	color: #f00;
}

.form__elem input {
	width: 100%;
}

.form__elem textarea {
	width: 100%;
	resize: none;
}

.form__elem input,
.form__elem textarea {
	padding: 10px;
	border: 1px solid #585657;
	margin-top: 5px;
}

.btn {
	padding: 25px;
	display: block;
	width: min-content;
	color: #585657;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: 0.5s ease;
}

.btn:hover {
	background-color: rgba(254, 233, 0, 0.9);
	color: #5c5c5c;
	letter-spacing: 4px;
}

.btn--yellow {
	background-color: #fecb00;
}

.hello .container {
	position: relative;
	box-sizing: border-box;
}

.hello .hello__right {
	padding: 100px 80px 100px 50px;
	max-width: 50%;
	margin-left: auto;
	display: flex;
}

.hello .section-descr {
	margin-top: 45px;
}

.hello .btn {
	margin-top: 50px;
	min-width: 100%;
	padding: 25px 15px;
	text-align: center;
}

.section-title {
	font-size: 50px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #fecb00;
	letter-spacing: 3px;
}

.section-subtitle {
	letter-spacing: 5px;
	color: #585657;
	font-weight: 600;
	text-transform: uppercase;
}

.section-descr {
	font-size: 18px;
	color: #585657;
	letter-spacing: 1px;
}

.rooms {
	padding: 100px 0;
}

.rooms .section-title,
.rooms .section-subtitle {
	text-align: center;
}

.rooms__list {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
}

.rooms .room-item {
	max-width: 31.5%;
	width: 100%;
}

.rooms-all {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.room-item {
	background-color: #f3f3f3;
}

.room-item img {
	width: 100%;
	display: block;
}

.room-page .room-item img {
	max-height: unset;
	height: 100%;
}

.room-item .room-pic {
	position: relative;
}

.room-item .room-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	width: max-content;
}

.room-item .room-info {
	padding: 40px 10px;
}

.room-item .room-title {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s ease;
	color: gray;
}

.room-item .room-title:hover {
	color: #fecb00;
}

.room-item .room-descr {
	transform: scale(0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	background-color: rgba(61, 60, 63, 0.75);
	transition: 0.5s ease;
}

.datepick-inline .datepick-days-cell a,
.datepick-inline .datepick-days-cell span {
	z-index: 4 !important;
}

#calendar_booking1 {
	position: absolute;
	bottom: -330px;
	border-radius: 20px;
	overflow: hidden;
	width: 1200px;
	right: 0;
	border: 1px solid #fecb00;
	box-shadow: 4px 4px 4px 4px rgb(254 203 0 / 5%);
}

.datepick-inline .datepick-header {
	text-transform: uppercase;
}

#calendar_booking1 .datepick-inline .datepick-header span {
	font-size: 18px;
}

#calendar_booking1 .datepick-inline .datepick-header {
	text-shadow: none;
	background: #fecb00;
	padding-top: 5px;
	padding-bottom: 5px;
}

#calendar_booking1 .datepick-inline .calendar-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fecb00;
}

#calendar_booking1 .datepick-inline .calendar-links > * {
	background: #fecb00;
	padding-top: 5px;
	z-index: 3;
	text-shadow: none;
	width: 10%;
}

#calendar_booking1 .datepick-inline {
	border: none;
}

.calendar {
	min-height: 175px;
}

.room-item:hover .room-descr {
	transform: scale(100%);
	opacity: 1;
}

.facilities {
	padding: 100px 0;
	background-color: #f3f3f3;
}

.facilities .section-title,
.facilities .section-subtitle {
	text-align: center;
}

.facilities-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	position: relative;
	gap: 40px;
}

#calendar_booking1,
#booking_form_div1 {
	display: block !important;
}

.hero .submiting_content.wpdev-help-message.alert.alert-warning.alert-success {
	max-width: 415px;
	width: 100%;
}

.facilities-item {
	width: 100%;
	max-width: 13.86%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.facilities-item:hover .facilities-circle {
	background-color: #fecb00;
}

.facilities-title {
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #585657;
}

.facilities-circle {
	width: 95px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(254, 203, 0, 0.5);
	border-radius: 100%;
	font-size: 30px;
	transition: 0.5s ease;
	color: #585657;
}

.cafe {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.cafe .section-title {
	font-size: 80px;
	color: #fff;
}

.cafe .section-subtitle {
	color: #fff;
	line-height: 185%;
	margin-top: 25px;
	max-width: 550px;
	font-size: 18px;
}

.cafe .section-subtitle span {
	color: #fecb00;
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: none;
}

.cafe .btn {
	margin-top: 40px;
}

.news {
	padding: 100px 0;
}

.news .section-title,
.news .section-subtitle {
	text-align: center;
}

.news .btn {
	width: max-content;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.news-list {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
	position: relative;
}

.news-item {
	max-width: 48.9%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #585657;
}

.news-item_img {
	max-width: 50%;
	flex-shrink: 0;
}

.news-item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-item_body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 25px;
	background-color: #ebebeb;
}

.news-item_title {
	color: #000;
	text-transform: uppercase;
	min-height: 60px;
	font-size: 20px;
	margin-top: 25px;
	transition: 0.5s ease;
}

.news-item_title:hover {
	color: #fecb00;
}

.news-item_descr {
	margin-top: 25px;
	font-size: 18px;
	min-height: 52px;
}

.news .news-item_descr {
	margin-bottom: auto;
}

.contacts {
	background-color: #f3f3f3;
	padding: 150px 0;
	position: relative;
}

.contacts__map {
	max-width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.contacts__body {
	margin-top: 40px;
}

.contacts__item {
	margin-top: 25px;
}

.contacts__item-title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: #585657;
	position: relative;
	padding-left: 35px;
}

.contacts__item-title span {
	position: absolute;
	top: 0;
	left: 0;
	color: #fecb00;
}

.contacts__item-value {
	padding-left: 35px;
	color: #585657;
	margin-top: 15px;
	transition: 0.5s ease;
	display: inline-block;
}

.contacts__item a.contacts__item-value:hover {
	color: #fecb00;
}

.footer {
	background-color: #e9e9e9;
	padding: 50px 0;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-logo-link {
	max-width: 250px;
}

.custom-logo-link img {
	display: block;
	width: 100%;
	height: auto;
}

.footer__copy {
	color: #585657;
	letter-spacing: 1px;
}

.footer__social {
	display: flex;
	align-items: center;
	gap: 25px;
	font-weight: 600;
	color: #585657;
	text-transform: uppercase;
}

.footer .header-links {
	margin-top: 0;
}

.page-header {
	margin-top: 123px;
	padding: 150px 0;
	background: url('./img/about.jpg');
	background-position: center -300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header .breadcrumbs {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}

.page-header .breadcrumbs a {
	color: #fff;
	display: inline-block;
	transition: 0.5s ease;
}

.page-header .breadcrumbs a:hover {
	color: #fecb00;
}

.page-header .breadcrumbs .breadcrumb_last {
	color: #fecb00;
}

.page-header .breadcrumbs span span span a {
	display: none;
}

.page-header .breadcrumbs a::after {
	content: '▶';
	font-size: 11px;
	margin: 0 5px 0 8px;
	line-height: 24px;
	vertical-align: text-bottom;
	color: #fff;
}

.about-us {
	padding: 150px 0;
	background-color: #f3f3f3;
}

.about-us .section-title,
.about-us .section-subtitle {
	text-align: center;
}

.about-us__img {
	max-width: 500px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	max-height: 335px;
}

.about-us__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us__body {
	margin-top: 70px;
}

.about-us__text {
	font-size: 18px;
	letter-spacing: 1px;
	color: #585657;
	text-align: justify;
}

.about-us__text div:not(:first-child) {
	margin-top: 25px;
}

.about-us .rooms-all {
	margin-top: 70px;
	margin-left: 0;
	margin-right: 0;
}

.rooms .section-descr {
	text-align: center;
	margin-top: 25px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.rooms .room-price {
	text-align: center;
	color: #585657;
	margin-top: 15px;
	font-size: 20px;
}

.rooms .room-price b {
	font-size: 22px;
	color: #fecb00;
}

.separator {
	min-height: 500px;
}

.news-page {
	padding: 100px 0;
}

.news-page .news-item {
	flex-direction: column;
	max-width: 31.9%;
}

.news-page .news-item_img {
	max-width: 100%;
}

.news-page .news-item_body {
	background-color: #fff;
	padding: 25px 0;
	margin-bottom: auto;
}

.news-page .news-item_title {
	margin-top: 0;
}

.news-page .news-search {
	font-size: 22px;
}

.news-page .news-search .form__elem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.news-page .news-search input {
	max-width: calc(100% - 165px);
	padding: 19px;
	border: 1px solid #585657;
	margin-top: 0;
}

.news-page .news-search .btn {
	max-width: 149px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.news-page .news-search label {
	width: 100%;
}

.news-page-similar {
	padding: 0 0 100px 0;
}

.news-page-body {
	padding: 100px 0;
}

.news-page-body .news-page-img {
	float: left;
	margin-right: 20px;
}

.news-page-body .news-page-text {
	font-size: 18px;
	color: #585657;
}

.news-page-body .news-page-text p:not(:first-child) {
	margin-top: 15px;
}

.contact__map {
	max-height: 500px;
	width: 100%;
}

.contact__map iframe {
	width: 100%;
}

.contact-page .section-title,
.contact-page .section-subtitle {
	text-align: center;
}

.contact-page .contact__info {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 70px;
	margin-top: 50px;
}

.contact-page .contacts__body {
	margin-top: 0;
}

.contact-page .contacts__item:first-child {
	margin-top: 0;
}

.contact-page .contact__form {
	max-width: 350px;
	width: 100%;
}

.contact-page .form__elem input,
.contact-page .form__elem textarea {
	background-color: #f7f2ea;
	border-color: #e9e9e9;
}

.contact-page .form__elem textarea {
	height: 80px;
}

.contact-page .btn {
	width: 100%;
	padding: 18px 25px;
	border: none;
	cursor: pointer;
	background-color: #fecb00;
}

.cafe-page,
.gallery-page {
	padding: 100px 0;
}

.cafe-page .section-title,
.cafe-page .section-subtitle,
.gallery-page .section-title,
.gallery-page .section-subtitle {
	text-align: center;
}

.gallery {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	width: 100%;
}

.gallery > div {
	width: 100%;
}

.wpcf7-spinner {
	position: absolute;
}

.gallery__item {
	max-width: calc(33.333% - 20px);
	position: relative;
	cursor: pointer;
}

.gallery__item img {
	display: block;
	width: 100%;
}

.gallery__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	right: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.5);
}

.gallery__item::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f002';
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.5s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fecb00;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin: auto;
}

.gallery__item:hover::before {
	bottom: 0;
}

.gallery__item:hover::after {
	opacity: 1;
}

.not-found {
	font-size: 22px;
	letter-spacing: 3px;
}

.err404 {
	padding: 100px 0;
	display: flex;
	justify-content: center;
}

.err404-bg {
	width: 242px;
	height: 138px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url('./img/404.png') center center/cover no-repeat;
}

.err404 .not-found {
	font-size: 30px;
}

.room-page {
	padding: 100px 0;
}

.room-page .room-item {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	background-color: unset;
}

.room-page .room-item > * {
	width: 100%;
	max-width: 50%;
}

.room-page .room-info {
	padding: 0;
}

.room-page .room-info .room-title {
	text-align: left;
	font-size: 22px;
}

.room-page .room-pic {
	cursor: pointer;
}

.room-page .room-top {
	display: flex;
	justify-content: space-between;
}

.room-page .room-price {
	color: #585657;
}

.room-page .room-price b {
	font-size: 22px;
	color: #fecb00;
}

.room-page .room-description {
	margin-top: 35px;
	color: #585657;
}

.room-page .room-btn {
	margin-left: 0;
}

.room-page .room-facilities-title {
	margin-top: 25px;
	font-weight: 600;
	color: #585657;
	text-transform: uppercase;
}

.room-page .room-facilities {
	list-style: none;
}

.room-page .room-facilities__item {
	margin-top: 20px;
	color: #585657;
	display: flex;
	letter-spacing: 1px;
}

.room-page .room-facilities__item::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	padding-left: 1px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #fecb00;
	border-radius: 100%;
	margin-right: 15px;
}

.room-page .room-time {
	margin-top: 25px;
}

.room-page .room-time-item {
	display: flex;
	margin-bottom: 15px;
}

.room-page .room-time-field {
	margin-right: 5px;
	font-weight: 600;
	color: #585657;
	text-transform: uppercase;
}

.room-page .room-time-value {
	font-weight: 600;
	color: #fecb00;
}

.room-page .room-pic__list {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 20px;
	position: relative;
}

.room-page .room-pic__list .room-pic {
	max-width: calc(33.333% - 13.6px);
}

.room-page .room-pic__list .room-pic img {
	display: block;
	width: 100%;
}

.blocker {
	z-index: 20;
}

.modal {
	border-radius: 0;
	padding: 35px 25px;
}

.modal .section-title {
	font-size: 30px;
	margin-bottom: 25px;
}
body .datepick-inline .calendar-links .datepick-prev,
body .datepick-inline .calendar-links .datepick-next {
	flex: unset;
}
body #calendar_booking1 .datepick-inline {
	background: #fecb00;
}
body .wpbc_container.wpbc_form input.wpbc_button_light,
body .wpbc_container.wpbc_form input.wpbc_button_light:focus,
body .wpbc_container.wpbc_form input.wpbc_button_light:hover,
body .wpbc_container .wpbc_button_light,
body .wpbc_container .wpbc_button_light:focus,
body .wpbc_container .wpbc_button_light:hover,
body .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
body .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus,
body .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
	padding: 25px;
	height: auto;
	line-height: 1;
	color: #585657;
	background-color: #fecb00;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: 0.5s ease;
	border-radius: 0;
	border: none;
	font-family: Oswald, sans-serif;
}
.wpbc_r_calendar.wpbc__row {
	position: absolute;
	bottom: -50px;
}
.calendar {
	min-height: 350px;
}

@media (max-width: 1250px) {
	#calendar_booking1 {
		width: calc(100vw - 50px);
	}
}

@media (max-width: 1237px) {
	.hello .hello__right {
		padding-left: 35px;
	}
	.hello__rating {
		max-width: 90px;
	}
	.rooms .room-item {
		max-width: 31.2%;
	}
	.facilities-item {
		max-width: 13.16%;
	}
	.news-item {
		max-width: 48.7%;
	}
	.page-header {
		background-position: unset;
	}
	.page-header .page-title {
		margin-right: 20px;
		max-width: 70%;
	}
	.page-header .breadcrumbs {
		flex-shrink: 1;
	}
	.news-page .news-item {
		max-width: 31.6%;
	}
}

@media (max-width: 1023px) {
	.header-contacts .contact-field {
		display: none;
	}
	.hello__rating {
		order: 1;
	}
	.hello__info {
		order: 2;
	}
	.hello .hello__right {
		flex-wrap: wrap;
		padding-right: 25px;
	}
	.header-contacts_item {
		margin-right: 25px;
	}
	.hero .hero_right {
		max-width: 350px;
		width: 100%;
		min-width: unset;
	}
	.page-title {
		font-size: 60px;
		line-height: 70px;
	}
	.hero-price {
		font-size: 28px;
	}
	.btn {
		font-size: 20px;
	}
	.section-title {
		font-size: 46px;
	}
	.section-descr {
		font-size: 16px;
	}
	.rooms .room-item {
		max-width: calc(50% - 15px);
	}
	.rooms {
		padding: 70px 0;
	}
	.facilities-item {
		max-width: 20.76%;
	}
	.facilities {
		padding: 70px 0;
	}
	.cafe {
		padding: 100px 0;
	}
	.cafe .section-title {
		font-size: 60px;
	}
	.news {
		padding: 70px 0;
	}
	.news .news-item {
		flex-wrap: wrap;
		max-width: 48.2%;
	}
	.news .news-item_img {
		max-width: 100%;
	}
	.news .news-item_descr {
		margin-top: 10px;
	}
	.news .news-item_title {
		min-height: 20px;
		margin-top: 15px;
	}
	.news .news-item_body {
		width: 100%;
	}
	.footer__social-text {
		display: none;
	}
	.not-found {
		text-align: center;
	}
	.about-us {
		padding: 70px 0;
	}
	.about-us__img {
		max-width: 350px;
	}
	.about-us .rooms-all {
		margin-left: auto;
		margin-right: auto;
	}
	.cafe-page,
	.gallery-page {
		padding: 70px 0;
	}
	.contact-page .contact__info {
		align-items: center;
	}
	.contact-page {
		padding: 70px 0;
	}
	.news-page {
		padding: 70px 0;
	}
	.news-page .news-item {
		max-width: calc(50% - 13px);
	}
	.page-header .page-title {
		font-size: 50px;
		line-height: 55px;
	}
	.news-page-body .news-page-img {
		max-width: 50%;
	}
	.news-page-body .news-page-img img {
		display: block;
		width: 100%;
	}
	.news-page-similar {
		padding-bottom: 70px;
	}
	.news-page-similar .news-item {
		flex-wrap: wrap;
		max-width: 48.2%;
	}
	.news-page-similar .news-item_img {
		max-width: 100%;
	}
	.news-page-similar .news-item_descr {
		margin-top: 10px;
	}
	.news-page-similar .news-item_title {
		min-height: 20px;
		margin-top: 15px;
	}
	.news-page-similar .news-item_body {
		width: 100%;
	}
	.news-page-body {
		padding: 70px 0;
	}
	.separator {
		min-height: 300px;
	}
	.room-page .room-price {
		flex-shrink: 0;
	}
	.room-page {
		padding: 70px 0;
	}
	.about-us__body {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.logo {
		max-width: 130px;
	}
	.header {
		padding-top: 97px;
	}
	.header-contacts {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding-left: 25px;
		padding-right: 25px;
		background-color: #fff;
		border-bottom: 1px solid #ebebeb;
		flex-wrap: wrap;
	}
	.header-contacts_item {
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.header-contacts_link {
		text-align: center;
		width: 100%;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.hero .container {
		flex-wrap: wrap;
	}
	.hero {
		padding-top: 200px;
		padding-bottom: 100px;
	}
	.page-title {
		font-size: 48px;
		line-height: 58px;
		text-align: center;
	}
	.hero_left {
		width: 100%;
	}
	.hero-price {
		text-align: center;
	}
	.hero-price + .btn--yellow {
		display: none;
	}
	.hero .hero_right {
		margin-top: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#calendar_booking1 {
		width: 100%;
		left: 0;
		bottom: -335px;
	}
	.calendar {
		min-height: 250px;
	}
	.hero form {
		padding: 30px;
	}
	.hero .booking_form .form-group .controls select,
	.hero .booking_form select,
	.hero .booking_form textarea,
	.hero .booking_form input[type='text'] {
		width: 100% !important;
	}
	.hero form {
		min-height: 450px;
	}
	.hello {
		background: #f7f5f2 !important;
	}
	.hello .hello__right {
		max-width: 100%;
		padding: 50px 0;
	}
	.btn {
		font-size: 18px;
	}
	.hello__rating {
		max-width: unset;
		margin-left: auto;
		margin-right: auto;
	}
	.hello__info {
		text-align: center;
	}
	.hello .section-descr {
		margin-top: 25px;
	}
	.hello .btn {
		margin-top: 35px;
	}
	.rooms .room-item {
		max-width: 100%;
	}
	.facilities {
		padding: 50px 0;
	}
	.facilities-title {
		font-size: 15px;
	}
	.facilities-item {
		max-width: calc(50% - 20px);
	}
	.cafe .section-title {
		font-size: 48px;
		line-height: 58px;
	}
	.cafe .section-subtitle {
		line-height: 150%;
	}
	.cafe {
		padding: 70px 0;
	}
	.news .news-item {
		max-width: 100%;
	}
	.news-item_body {
		padding: 25px 15px;
	}
	.news .btn {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.news {
		padding: 50px 0;
	}
	.footer .container {
		flex-wrap: wrap;
	}
	.custom-logo-link {
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
	.footer__copy {
		text-align: center;
		margin-top: 25px;
		width: 100%;
	}
	.footer .footer__social {
		margin-top: 25px;
		justify-content: center;
		width: 100%;
	}
	.footer {
		padding: 35px 0;
	}
	.contacts {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.contacts .container {
		padding-bottom: 50px;
	}
	.contacts__map {
		position: relative;
		left: 0;
		max-width: 100%;
	}
	.contacts__map iframe {
		height: 300px;
	}
	.section-title {
		font-size: 42px;
	}
	.header .menu-item {
		font-size: 20px;
	}
	.header .menu {
		padding-bottom: 50px;
	}
	.header-langs > .menu-item {
		font-size: 20px;
	}
	.page-header .container {
		flex-wrap: wrap;
	}
	.page-header {
		padding: 70px 0;
		margin-top: 170px;
	}
	.page-header .page-title {
		margin-right: 0;
		font-size: 42px;
		line-height: 45px;
		width: 100%;
		text-align: left;
	}
	.page-header .breadcrumbs {
		margin-top: 25px;
	}
	.err404 {
		padding: 50px 0;
	}
	.err404 .not-found {
		font-size: 22px;
	}
	.not-found {
		font-size: 22px;
	}
	.about-us {
		padding: 50px 0;
	}
	.about-us__img {
		margin-left: 0;
		margin-bottom: 15px;
	}
	.about-us__body {
		margin-top: 30px;
	}
	.about-us .rooms-all {
		margin-top: 40px;
	}
	.cafe-page,
	.gallery-page {
		padding: 50px 0;
	}
	.cafe-page .section-title,
	.gallery-page .section-title {
		font-size: 32px;
	}
	.gallery__item {
		max-width: calc(50% - 10px);
	}
	.about-us__text {
		font-size: 16px;
	}
	.gallery {
		gap: 20px;
	}
	.contact-page .contact__info {
		flex-wrap: wrap;
	}
	.contact-page .contacts__body {
		width: 100%;
	}
	.contacts-information {
		display: flex;
		flex-direction: column;
	}
	.contacts-information .contacts {
		order: 1;
	}
	.contacts-information .contact__map {
		order: 2;
	}
	.news-page .news-search label {
		text-align: center;
	}
	.news-page .news-search input {
		max-width: 100%;
	}
	.news-page .news-search .btn {
		max-width: 100%;
	}
	.news-page {
		padding: 50px 0;
	}
	.news-page .news-item {
		max-width: 100%;
	}
	.news-list {
		gap: 45px;
	}
	.news-page-body {
		padding: 50px 0;
	}
	.news-page-body .news-page-img {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.news-page-similar .news-item {
		max-width: 100%;
	}
	.news-page-similar .news-list {
		margin-top: 0;
	}
	.news-page-similar {
		padding-bottom: 50px;
	}
	.separator {
		min-height: 150px;
	}
	.rooms {
		padding: 50px 0;
	}
	.room-page .room-item {
		flex-wrap: wrap;
	}
	.room-page .room-item > * {
		max-width: 100%;
	}
	.room-page .room-description {
		margin-top: 20px;
	}
	.room-page .room-btn {
		width: 100%;
		text-align: center;
	}
	.contact-page {
		padding: 50px 0;
	}
	.modal .contact-page {
		padding: 25px 0;
	}
	.modal .section-title {
		font-size: 18px;
		line-height: 30px;
	}
	.modal {
		padding: 20px;
	}
	.news-page-body .news-page-text {
		text-align: justify;
	}
	.news-page-body .news-page-img {
		margin-right: 0;
	}
	.about-us__text {
		text-align: justify;
	}
	.room-item .room-btn {
		width: 100%;
		text-align: center;
	}
	.wpbc_r_calendar.wpbc__row {
		left: 0;
	}
}

@media (max-width: 465px) {
	.hero .submiting_content.wpdev-help-message.alert.alert-warning.alert-success {
		max-width: calc(100vw - 50px);
	}
}

@media (max-width: 359px) {
	.btn {
		font-size: 16px;
		padding: 15px;
	}
	.page-header .page-title {
		font-size: 36px;
		line-height: 42px;
		max-width: 100%;
	}
	.section-title {
		font-size: 36px;
		line-height: 44px;
	}
	.cafe-page .section-title,
	.gallery-page .section-title {
		font-size: 26px;
		line-height: 32px;
	}
	.section-subtitle {
		font-size: 14px;
		letter-spacing: 4px;
	}
	.contacts .container {
		padding-bottom: 0;
	}
	.gallery {
		margin-top: 30px;
	}
	.news-page {
		padding: 30px 0;
	}
	.news-page .news-item_title {
		min-height: unset;
		margin-bottom: 10px;
	}
	.news-item_descr {
		margin-top: 15px;
	}
	.news-list {
		gap: 30px;
	}
	.room-page .room-price {
		margin-left: 5px;
	}
	.modal .section-title {
		font-size: 14px;
		line-height: 20px;
	}
	.modal .form__elem label {
		font-size: 14px;
	}
}
