a, h1, h2, h3, h4, h5, p, span {
    margin: 0;
    padding: 0;
    color: #151515;
    text-decoration: none;
    transition: all .3s linear;
}
input, textarea, select {
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
body {
    font-family: 'Roboto';
    transition: all .3s linear;
}
.container {
    max-width: 1270px;
    padding-left: 10px;
    padding-right: 10px;
}
header {
    padding-top: 46px;
    z-index: 10;
    position: relative;
}
.header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
}
.header-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main__left {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header-main__left button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.header-main__left a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.header-main__right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-main__right-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-main__right-block a:nth-child(1) {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.header-main__right__language {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-main__right__language a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-main__right__language p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-main__right__language p:nth-child(2) {
    color: #FFF;
}
.header-main__right > button {
    padding: 19px 47px;
    background: #91B341;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.section-banner {
    margin-top: -175px;
    position: relative;
    height: 740px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.section-banner-fon {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-banner-container {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-banner-container h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	max-width: 600px;
}
.section-banner-container p {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
	max-width: 500px;
}
.section-banner-location {
    position: absolute;
    z-index: 1;
    bottom: 113px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.section-banner-location a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.filter {
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}
.filter select {
    background: rgba(255, 255, 255, 0.9);
    padding: 19px 10px;
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    max-width: 592px;
    -webkit-appearance: none;
    background-image: url('../image/select.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto;
}
.section-offers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
	margin-bottom: 75px;
}
.section-offers > h1 {
    color: #151515;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
}
.section-offers-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}
.section-offers-block {
    height: 615px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}
.section-offers-block > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-offers-block-fon {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.section-offers-block h1 {
    color: #FFF;
    font-size: 73.285px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4.397px;
}
.section-offers-block-main {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 570px;
	position: relative;
}
.section-offers-block span {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-offers-block p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
footer {
    border-top: 5px solid #8CBF18;
    background: #151515;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.footer-bottom {
    border-top: 1px solid #2B2B2B;
}
.footer-top {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 33px;
}
.footer-top-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer-top-column svg {
    min-width: 24px;
}
.footer-top-block-1 {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.footer-top-block-1 p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.footer-top-block-2 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-top-block-2 a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.footer-bottom-container {
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.section-faq {
    margin-bottom: 75px;
}
.section-faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.section-faq-container > h1 {
    color: #151515;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
}
.section-faq-container .accordion {
    width: 100%;
    max-width: 850px;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.section-faq-container .accordion-button {
    padding: 16px 0;
    color: #91B341;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-faq-container .accordion-button.collapsed {
	color: #151515;
}
.section-faq-container .accordion-body {
    padding: 0 0 10px 0;
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
	border-bottom: 1px solid #000;
}
.section-faq-container .accordion-button::after {
	background-image: url('/wp-content/uploads/2023/10/faq-down.png');
	width: 15px;
    height: 15px;
    background-size: auto;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2023/10/faq-up.png');
	transform: rotate(360deg);
}
.section-faq-container .accordion-body p {
    color: rgba(21, 21, 21, 0.5);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.section-about-us {
    padding: 100px 0;
}
.section-about-us-container {
    display: flex;
    gap: 104px;
}
.section-about-us-container > img {
    width: 100%;
    max-width: 666px;
    object-fit: cover;
}
.section-about-us-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.section-about-us-right h1 {
    color: #151515;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
}
.section-about-us-right p {
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.5;
    max-width: 378px;
}
.section-about-us-right ul {
    margin: 0;
    padding-left: 20px;
    max-width: 378px;
}
.section-about-us-right li {
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.section-services {
    padding: 100px 0;
}
.section-services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 30px;
}
.section-services-block {
    display: flex;
    align-items: center;
    gap: 30px;
}
.section-services-block-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
}
.section-services-block__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.section-services-block__column span {
    color: #151515;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-services-block__column p {
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.5;
	max-width: 453px;
}
.menu {
    display: none;
}
.menu.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.menu-left {
    background: #F0F1F1;
    padding: 50px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.menu-right {
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding: 30px 80px;
    justify-content: center;
    position: relative;
}
.menu-left-top {
    display: flex;
    flex-direction: column;
    gap: 39px;
    align-items: flex-start;
}
.menu-left-top ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.menu-left-top ul li {
    list-style: none;
}
.menu-left-top ul li a {
    color: #9D9D9D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.menu-left-bottom {
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: flex-start;
}
.menu-left-bottom-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.menu-left-bottom-column a {
    color: #9D9D9D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.menu-left-bottom-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
#button-menu-close {
    position: absolute;
    top: 50px;
    right: 80px;
}
.menu-right-name {
    width: 100%;
    padding-bottom: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-right-name p {
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.menu-right-column {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
    gap: 70px;
	max-width: 85%;
}
.menu-right-column a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.button-call-fixed {
	position: fixed;
	bottom: 130px;
	z-index: 12;
}
.section-offers-block-left {
	align-items: flex-end;
    padding-right: 75px;
}
.section-offers-block-right {
	padding-left: 75px;
}
.section-slider {
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.section-slider-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 27px;
	width: 100%;
	max-width: 540px;
}
.section-slider-text h1 {
	color: #151515;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}
.section-slider-text p {
	color: #151515;
	opacity: 0.5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	max-width: 378px;
}
.section-faq-container .accordion-item {
	border-bottom: 1px solid #E7E7E7;
}
.section-faq-container .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #E7E7E7;
}
.section-map {
	width: 100%;
	height: 650px;
}
.section-map p {
	width: 100%;
	height: 100%;
}
.section-map iframe {
	width: 100%;
	height: 100%;
}
.section-hotels {
	padding: 100px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.section-hotels > h1 {
	color: #151515;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}
.section-hotels-container {
	position: relative;
    width: 100%;
	height: 615px;
}
.section-hotels-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(70%);
}
.section-hotels-container .swiper {
	height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}
.swiper-button-next, .swiper-button-prev {
	width: auto;
	height: auto;
}
.button-pagination-hotel {
	width: auto !important;
    display: flex;
    left: auto !important;
	bottom: 60px !important;
	gap: 14px;
}
.button-pagination-hotel .swiper-pagination-bullet {
	margin: 0 !important;
	border: 1px solid #FFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	opacity: 1 !important;
}
.button-pagination-hotel .swiper-pagination-bullet-active {
	background: #FFF;
}
.section-hotels-container > h1 {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 520px;
	position: absolute;
    bottom: 50px;
    z-index: 1;
}
.section-offers__hotels {
	margin-bottom: 0;
}
.section-hotel-individual {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-hotel-individual > h1 {
	color: #151515;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}
.section-hotel-individual__main {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
	width: 100%;
}
.section-hotel-individual__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	width: 100%;
}
.section-hotel-individual__block > a > img {
	height: 245px;
	width: 100%;
	object-fit: cover;
}
.section-hotel-individual__block > a:nth-child(1) {
	margin-bottom: 6px;
	width: 100%;
}
.section-hotel-individual__block > a:nth-child(2) {
	color: #151515;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.section-hotel-individual__block > p {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
.section-hotel-individual__block > a:nth-child(4) {
	background: #91B341;
	padding: 8px 15px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.section-room {
	display: flex;
	flex-direction: column;
	gap: 38px;
	margin-top: 40px;
	margin-bottom: 100px;
}
.section-room-gallery {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	width: 100%;
}
.section-room-gallery img {
	height: 245px;
	width: 100%;
	object-fit: cover;
}
.section-room-description {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.section-room-description__block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 50px;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
}
.section-room-description__block > h3 {
	color: #151515;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.section-room-description__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}
.section-room-description__row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.section-room-description__row p {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
.section-article {
	padding: 100px 0 40px 0;
	border-bottom: 1px solid #EBEBEB;
}
.section-article-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	max-width: 850px;
}
.section-article-container p {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
.section-article-container ul {
	margin-bottom: 0;
    padding-left: 20px;
}
.section-article-container li {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.section-blog.article {
	padding: 22px 0 130px 0;
}
.section-blog-container.article {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 60px;
}
.section-blog-main.article {
	display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-block {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.blog-block > a:nth-child(1) {
	width: 100%;
}
.blog-block > a:nth-child(1) img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.blog-block > span {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
.blog-block > a:nth-child(3) {
	color: #151515;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blog-block > p {
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
.blog-block__more {
	padding: 8px 15px;
	background: #91B341;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.slider__flex {
  	display: flex;
  	align-items: flex-start;
	gap: 30px;
}
.slider__col {
  	display: flex;
  	flex-direction: column;
  	width: 190px;
	min-width: 190px;
}
.slider__prev-images-gallery {
	position: absolute;
	cursor: pointer;
	top: -35px;
	right: 75px;
}
.slider__next-images-gallery {
	position: absolute;
	cursor: pointer;
	bottom: -35px;
	right: 75px;
}
.section-slider-main {
	position: relative;
}
.slider__prev:focus,
.slider__next:focus {
  	outline: none;
}
.slider__thumbs {
  	height: 400px;
}
.slider__images {
  	height: 400px;
}
.slider__image {
  	width: 100%;
  	height: 100%;
	display: flex;
  	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.slider__image > p {
	position: absolute;
    left: 8px;
    top: 8px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
background: black;
}
.slider__image img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	-o-object-fit: cover;
  	object-fit: cover;
}
.slider__thumbs .swiper {
	height: 100%;
}
.slider__images .swiper {
	height: 100%;
}
.header-mobile {
	display: none;
}
.section-banner-location a {
	padding-bottom: 6px;
}
.section-banner-location a.active {
	border-bottom: 2px solid #AFDF3F;
}
.section-room-description__row > p:nth-child(2) {
	text-align: right;
}
.section-hotels-home {
	display: none;
}
footer > a {
	display: none;
}
.section-blog-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 30px;
	width: 100%;
}
.section-blog-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}
.section-blog-container.article > h1 {
	color: #151515;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}
.section-blog {
	padding-top: 100px;
	padding-bottom: 30px;
}
.section-blog-container > h1 {
	color: #151515;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}
.blog-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.blog-navigation .next.page-numbers {
	padding: 9px 15px;
	border: 1px solid #DCDCDC;
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
	width: auto;
}
.blog-navigation .page-numbers {
	padding: 9px 0;
	border: 1px solid #DCDCDC;
	color: #151515;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
	width: 40px;
	text-align: center;
}
.blog-navigation .page-numbers.current {
	background: #DCDCDC;
	color: #FFF;
}
.blog-navigation .prev.page-numbers {
	width: auto;
	padding: 9px 15px;
}
.menu-mobile {
	display: none;
}
.section-template-hotel {
	display: none;
}
.whatsapp-block {
	display: none;
}
.whatsapp-block.active {
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 99999999999999999;
}
.whatsapp-fon {
	background-color: rgb(0, 0, 0);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.whatsapp-close {
	position: absolute;
	top: -10px;
	right: -10px;
}
.whatsapp-close svg {
	width: 20px;
	height: 20px;
}
.whatsapp-main {
	z-index: 1;
    margin: auto;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.header-container__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.header-main__left {
		display: none;
	}
	.section-slider {
		display: none;
	}
	.section-offers {
		display: none;
	}
	.section-faq {
		display: none;
	}
	.section-map {
		display: none;
	}
	.section-banner-location {
		display: none;
	}
	.footer-bottom-container {
		flex-direction: column;
	}
	.header-main__right > button {
		display: none;
	}
	.header-container > a {
		display: none;
	}
	.section-banner-container h1 {
		font-size: 28px;
		line-height: normal;
		letter-spacing: 2px;
	}
	.section-banner-container {
		gap: 18px;
	}
	.section-banner-container p {
		font-size: 15px;
		line-height: normal;
		max-width: 180px;
	}
	.section-banner {
		margin-top: 0;
		height: auto;
		min-height: 170px;
		padding: 25px 0;
	}
	.filter {
		display: none;
	}
	footer {
		border-top: 3px solid #8cbf18;
		gap: 12px;
	}
	.button-call-fixed img {
		width: 36px;
		height: 36px;
	}
	.section-about-us-container > img {
		display: none;
	}
	.section-about-us-right p {
		max-width: none;
	}
	.section-about-us-right h1 {
    	font-size: 18px;
    	letter-spacing: normal;
		text-align: center;
	}
	.section-about-us {
		padding: 25px 0;
	}
	.button-call-fixed {
		right: 10px !important;
	}
	.header-container {
		padding: 12px 10px;
    	background: #345636;
		flex-direction: row;
		align-items: center;
	}
	.header-container__top {
		width: auto;
	}
	.header-main__right__language a {
		font-size: 12px;
	}
	.header-main__right__language p {
		font-size: 12px;
	}
	.header-main__right {
		gap: 0;
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
	}
	header {
		padding-top: 0;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
	}
	.header-mobile {
		display: flex;
		padding: 6px 10px;
		align-items: center;
		justify-content: space-between;
	}
	.section-hotels-home {
		display: flex;
		padding: 20px 0;
		gap: 20px;
	}
	.section-hotels-home .section-hotels-container {
		height: 190px;
	}
	.section-hotels-home .section-hotels-container > h1 {
		font-size: 14px;
		font-weight: 500;
		bottom: auto;
		border-radius: 2px;
		background: #151515;
		padding: 7px 8px;
		left: 15px !important;
		top: 20px;
	}
	.section-hotels-home .swiper-pagination {
		display: none;
	}
	.section-hotels-home .swiper-button-prev svg, .section-hotels-home .swiper-button-next svg {
		width: 20px;
		height: 20px;
		opacity: 0;
	}
	.section-hotels-home .swiper-button-prev {
		left: 15px !important;
		background-image: url('/wp-content/uploads/2023/10/mobile-slider-home-left.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.section-hotels-home .swiper-button-next {
		right: 15px !important;
		background-image: url('/wp-content/uploads/2023/10/mobile-slider-home-right.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.section-faq-container .accordion-button {
		padding: 12px 0;
		font-size: 14px;
	}
	.section-faq-container .accordion-body {
		font-size: 12px;
		line-height: 16px;
	}
	.section-hotels {
		gap: 25px;
		padding: 25px 0;
	}
	.section-hotels > h1 {
		font-size: 18px;
		letter-spacing: normal;
	}
	.section-hotels-container {
		height: 190px;
	}
	.section-hotels-container > h1 {
		font-size: 14px;
		font-weight: 500;
		bottom: auto;
		left: 15px !important;
		top: 15px;
		background: #000;
		padding: 7px 8px;
	}
	.section-hotels-container .swiper-pagination {
		display: none;
	}
	.section-hotels-container .swiper-button-next svg,.section-hotels-container .swiper-button-prev svg {
		width: 20px;
		height: 20px;
	}
	.section-hotels-container .swiper-button-next {
		right: 15px !important;
		background-image: url('/wp-content/uploads/2023/10/mobile-slider-home-right.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.section-hotels-container .swiper-button-prev {
		left: 15px !important;
		background-image: url('/wp-content/uploads/2023/10/mobile-slider-home-left.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.footer-bottom {
		border-top: none;
		width: 100%;
	}
	.footer-bottom-container > a {
		display: none;
	}
	.footer-bottom-row {
		gap: 10px;
	}
	.footer-bottom-container {
		gap: 12px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-top {
		padding-top: 10px;
		grid-template-columns: repeat(1,1fr);
		gap: 25px;
	}
	.footer-top-column {
		align-items: center;
		gap: 7px;
	}
	.footer-top-block-1, .footer-top-block-2 {
		gap: 8px;
	}
	.footer-top-block-1 img, .footer-top-block-2 img {
		width: 12px;
		height: 12px;
	}
	.footer-top-block-1 p {
		font-size: 10px;
		line-height: normal;
		max-width: 180px;
	}
	.footer-top-block-1 a {
		font-size: 10px;
		line-height: normal;
	}
	.footer-bottom-row img {
		width: 20px;
		height: 20px;
	}
	.footer-top-block-2 p {
		font-size: 10px;
		line-height: normal;
		max-width: 180px;
	}
	.footer-top-block-2 a {
		font-size: 10px;
		line-height: normal;
	}
	footer {
		align-items: flex-start;
		padding: 30px 0;
	}
	footer > a {
		display: flex;
		margin: 0 auto;
	}
	.burger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 10;
        width: 29px;
        height: 29px;
        justify-content: center;
        align-items: center;
    }
    .bar {
        width: 100%;
        height: 3px;
        background-color: #151515;
        transition: 0.4s;
		margin: 3px 0;
    }
	.section-services {
		padding: 30px 0;
	}
	.section-services-block__column p {
		font-size: 12px;
		line-height: 18px;
	}
	.section-services-block__column span {
		font-size: 16px;
	}
	.section-services-block__column {
		gap: 10px;
	}
	.section-services-container {
		grid-template-columns: repeat(1,1fr);
		gap: 15px;
	}
    .change .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-7px,7px);
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:nth-child(3) {
        transform: rotate(45deg) translate(-6px,-6px);
    }
	.section-blog.article {
		padding: 18px 0 24px;
	}
	.section-blog-main.article {
		grid-template-columns: repeat(1,1fr);
	}
	.section-blog-container.article {
		gap: 24px;
	}
	.section-blog-container.article > h1 {
		font-size: 18px;
		letter-spacing: normal;
	}
	.blog-block {
		gap: 10px;
	}
	.menu-mobile {
		display: none;
	}
	.menu-mobile.active {
		display: flex;
		position: absolute;
		top: 93px;
		width: 100vw;
		left: 0;
		background: #EDECEC;
		box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.50);
		z-index: 9999;
		padding: 15px;
	}
	.blog-block>a:nth-child(1) img {
		height: 215px;
	}
	.blog-block > span {
		font-size: 12px;
	}
	.blog-block > a:nth-child(3) {
		font-size: 18px;
	}
	.blog-block > p {
		font-size: 12px;
	}
	.section-blog {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.section-blog-container {
		gap: 25px;
	}
	.section-blog-container>h1 {
		letter-spacing: normal;
		font-size: 18px;
	}
	.section-blog-main {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-navigation {
		gap: 10px;
	}
	.blog-navigation .page-numbers {
		padding: 3px 0;
		font-size: 12px;
		line-height: 18px;
		width: 25px;
	}
	.blog-navigation .next.page-numbers {
		padding: 3px 8px;
		font-size: 12px;
		line-height: 18px;
	}
	.blog-navigation .prev.page-numbers {
		padding: 3px 8px;
	}
	.menu-mobile__main {
		display: flex;
		flex-direction: column;
	}
	.menu-mobile__main > li {
		list-style: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.menu-mobile__main > li a {
		color: #151515;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
	}
	.hotels-podmenu {
		display: flex;
		flex-direction: column;
	}
	.hotels-podmenu > a {
		color: #705446 !important;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.hotels-podmenu > ul {
		padding: 0;
		margin: 0;
	}
	.hotels-podmenu > ul > li {
		list-style: none;
		padding-left: 18px;
		position: relative;
	}
	.hotels-podmenu > ul > li::after {
		content: '';
		left: 5px;
		display: block;
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #705446;
		top: 16px;
	}
	.hotels-podmenu > ul > li > a {
		color: #705446 !important;
		font-weight: 400 !important;
	}
	.section-room-description {
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	.section-room {
		gap: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.section-room-description__block {
		gap: 10px;
		padding-bottom: 10px;
	}
	.section-room-description__block > h3 {
		font-size: 18px;
	}
	.menu-mobile__main > li:last-child {
		border: none;
	}
	.section-room-description__row p {
		font-size: 12px;
		line-height: 18px;
	}
	.section-room-gallery {
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
	}
	.section-room-gallery img {
		height: 215px;
	}
	.section-hotel-individual {
		display: none;
	}
	.section-template-hotel {
		display: block;
		padding: 10px 0 50px 0;
	}
	.section-template-hotel-container {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.template-hotel__top {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.template-hotel__top > p {
		color: #151515;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.template-hotel__top-column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.template-hotel__top-column-block:nth-child(1) p {
		color: #878686;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.template-hotel__top-column-block {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.template-hotel__top-column-block:nth-child(2) p {
		color: #151515;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.template-hotel__top-column-block:nth-child(3) p {
		color: #151515;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.template-hotel__top-column-block a {
		color: #151515;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-left: 6px;
	}
	.template-hotel_button button {
		width: 100%;
		padding: 9px;
		border-radius: 2px;
		background: #91B341;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-template-hotel #flush-collapse-1 .accordion-body {
		color: #151515;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0;
	}
	.section-template-hotel .accordion {
		background: #EDECEC;
		padding: 0 10px;
	}
	.section-template-hotel .accordion .accordion-item {
		background: transparent;
		border-bottom: 0.5px solid #91B341;
	}
	.section-template-hotel .accordion .accordion-header {
		background: transparent;
	}
	.section-template-hotel .accordion .accordion-button {
		background: transparent;
		padding: 0;
		color: #151515;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		padding: 10px 0;
	}
	.mobile_hotel_location {
		width: 100%;
		height: 300px;
	}
	.mobile_hotel_location p {
		width: 100%;
		height: 100%;
	}
	.mobile_hotel_location iframe {
		width: 100%;
		height: 100%;
	}
	.image-gallery img {
		width: 100%;
	}
	.section-template-hotel .accordion-body {
		padding: 0;
	}
	.section-template-hotel #flush-collapse-4 {
		display: none;
	}
	.section-template-hotel .accordion-header {
		position: relative;
	}
	.section-template-hotel .accordion-header button:nth-child(2) {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 111;
		display: block !important;
	}
	.section-template-hotel .accordion-button::after {
		background-image: url('/wp-content/uploads/2023/11/up-arrow-hotel.png');
		width: 16px;
		height: 16px;
		background-size: auto;
	}
	.section-template-hotel .accordion-button:not(.collapsed):after {
		background-image: url('/wp-content/uploads/2023/11/up-arrow-hotel.png');
		transform: rotate(180deg);
	}
	.mobile-hotel-rooms {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-bottom: 20px;
	}
	.mobile-hotel-rooms__block {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.mobile-hotel-rooms__block h1 {
		font-size: 1.125rem;
    	line-height: 1.3;
		font-weight: 400;
	}
	.mobile-hotel-rooms__block p {
		color: #151515;
		font-size: .75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
	}
	.mobile-hotel-rooms__block img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.mobile-hotel-rooms__block__slider {
		width: 100%;
		position: relative;
	}
	.hotel-mobile-gallery {
		display: none;
	}
	.hotel-mobile-gallery.active {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 222;
	}
	.hotel-mobile-gallery__fon {
		background: rgba(0, 0, 0, 0.79);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mobile-hotel-rooms__block__slider__next {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}
	.mobile-hotel-rooms__block__slider__prev {
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}
	.hotel-mobile-gallery__main {
		margin: auto;
		width: 100%;
		position: relative;
	}
	.hotel-mobile-gallery__main img {
		width: 100%;
		height: 225px;
		object-fit: cover;
	}
	.swiper-hotel-mobile-gallery__main__prev {
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}
	.swiper-hotel-mobile-gallery__main__next {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}
	.hotel-mobile-gallery__close {
		z-index: 1;
		position: absolute;
		top: -35px;
		right: 15px;
	}
	.header-container__top > a {
		display: none;
	}
}

#ui-datepicker-div,
.ui-datepicker,
.ui-widget,
.ui-widget-content {
    z-index: 1099 !important;
}