@font-face {
  font-family: 'Haval';
  src: url('../fonts/Haval-Light.woff2') format('woff2'),
    url('../fonts/Haval-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Regular.woff2') format('woff2'),
    url('../fonts/Comfortaa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Medium.woff2') format('woff2'),
    url('../fonts/Comfortaa-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Comfortaa';
  background-color: #FFFFF0;
  font-size: 14px;
  line-height: 1.55;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

h1 {
  font-family: 'Haval';
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: #1D4734;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

h2 {
  font-family: 'Haval';
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  color: #1D4734;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h3 {
  font-family: 'Haval';
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  color: #1D4734;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}


.header_pc {
  background-color: #1D4734;
  background-image: url(..//img/header_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  padding: 10px 15px 10px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.main_menu {
  flex-grow: 1;
  position: relative;
  top: 2px;
}

.main_menu>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.main_menu>ul>li::before {
  content: "/";
  padding-right: 10px;
}

.main_menu>ul>li:first-child:before {
  display: none;
}

.main_menu>ul>li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
}

.main_menu a {
  padding: 2px 0;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.main_menu a:hover {
  bottom: 2px;
  transition: 0.2s;
}

.logo {
  line-height: 0;
  display: block;
}

.header_btn {
  font-family: 'Haval';
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #FFFFF0;
  border-radius: 50px;
  padding: 5px 5px 5px 15px;
}

.header_btn>span {
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FFFFF0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Montserrat';
  background-color: #1D4734;
}

.header_btn>div {
  line-height: 1;
  position: relative;
  top: 2px;
}

.main_screen {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.main_content {
  width: 58.7%;
  background-color: #1D4734;
  background-image: url(..//img/main_content_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px;
  min-height: 554px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_content h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Haval';
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFF;
}

.main_img {
  width: 41.3%;
  position: relative;
}

.main_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.main_content p {
  font-size: 16px;
  line-height: 1.75;
  color: #FFF;
  margin: 10px 0 20px 0;
  max-width: 547px;
}

.main_btn {
  width: fit-content;
}

.main_content .phone {
  margin-top: 25px;
  font-family: 'Haval';
  font-weight: 300;
  color: #FFF;
  font-size: 20px;
  line-height: 1;
}

.messangers {
  margin-top: 15px;
  display: flex;
  gap: 13px;
}

.messangers>a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFF0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.messangers img {
  transform: scale(1);
  transition: 0.2s;
}

.messangers>a:hover img {
  transform: scale(1.3);
  transition: 0.2s;
}

.mt_60 {
  margin-top: 60px;
}

.mt_40 {
  margin-top: 40px;
}

.locations>p {
  margin: 0;
  font-size: 16px;
}

.locations_list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.locations_list>li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.location_img {
  width: 41.3%;
  position: relative;
}

.location_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.location_content {
  width: 58.7%;
  background-color: #1D4734;
  background-image: url(..//img/location_content_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}

.location_content h3 {
  color: #FFF;
  margin-bottom: 5px;
}

.location_descr {
  color: #FFF;
  margin: 0;
}

a.location_address {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  margin-top: 15px;
}

.loc_address_icon_box {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFF0;
  border-radius: 50%;
}

.location_btn {
  margin-top: 90px;
  justify-content: space-between;
}

.show_more {
  margin: 0 auto;
  width: fit-content;
  background-color: #1D4734;
  color: #FFF;
  cursor: pointer;
}

.show_more>span {
  background-color: #FFFFF0;
}

.show_more svg {
  transition: 1s;
}

.show_more:hover svg {
  transform: rotate(380deg);
  transition: 1s;
}

.about>p {
  font-size: 16px;
  margin: 0;
}

.video_box {
  position: relative;
  padding-bottom: 41.6%;
  border-radius: 20px;
  overflow: hidden;
}

.about_location ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_preview_box>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play_top_text,
.play_bottom_text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Haval';
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: #FFF;
}

.play_top_text {
  transform: translate(-50%, calc(-50% - 110px));
}

.play_bottom_text {
  transform: translate(-50%, calc(-50% + 110px));
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.adv_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.adv_item {
  width: calc(50% - 10px);
  background-color: #1D4734;
  background-image: url(..//img/adv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px;
}

.adv_icon_box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #FFFFF0;
  padding: 10px;
}

.adv_item>h4 {
  margin: 20px 0 10px 0;
  font-family: 'Haval';
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
}

.adv_item>p {
  margin: 0;
  color: #FFF;
}

.swiper-slide {
  opacity: 0 !important;
  height: auto !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.gallery>p {
  margin: 0;
  font-size: 16px;
}

.gallery_box {
  position: relative;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1D4734;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}

.gallery_prev {
  left: -25px;
}

.gallery_next {
  right: -25px;
}

.gallery_img {
  position: relative;
  padding-bottom: 55%;
}

.gallery_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gallery_pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.gallery_pagination>span {
  margin: 0 3px !important;
  opacity: 1;
  background-color: #E3E3E3;
  width: 12px;
  height: 5px;
  border-radius: 50px;
  transition: 0.3s;
}

.gallery_pagination>span.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #1D4734;
  transition: 0.3s;
}

.booking>p {
  margin: 0;
  font-size: 16px;
}

.booking_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.booking_item {
  width: 100%;
  max-width: 980px;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 50px;
  background-color: #1D4734;
  background-image: url(..//img/booking_item_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding: 10px 30px;
}

.booking_item>span {
  font-family: 'Haval';
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  position: relative;
  top: 3px;
}

.booking_item>p {
  margin: 0;
  font-size: 22px;
}

.contacts>p {
  margin: 0;
  font-size: 16px;
}

.contacts_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.contacts_item {
  width: calc(33.33333% - 13.33333px);
}

.contacts_item>h4 {
  margin: 0 0 5px 0;
  font-family: 'Haval';
  font-weight: 300;
  font-size: 18px;
  color: #1D4734;
  text-transform: uppercase;
}

.contacts_item>a {
  font-size: 16px;
  color: #000;
}

.socials_list {
  display: flex;
  gap: 15px;
}

.socials_list>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #1D4734;
  background-color: #FFF;
  padding: 6px;
}

.socials_list img {
  transition: 0.2s;
}

.socials_list>a:hover img {
  transform: scale(1.3);
  transition: 0.2s;
}

.footer_box {
  background-color: #1D4734;
  background-image: url(..//img/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 10px 30px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.footer_links>a::before {
  content: " / ";
}

.footer_links>a:first-child:before {
  display: none;
}

.footer_payment_list {
  display: flex;
  gap: 10px;
}

.footer_payment_img {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
}

.location_main_screen .main_content {
  justify-content: flex-start;
  min-height: 500px;
}

.woocommerce-breadcrumb {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  padding-bottom: 10px;
  overflow-x: auto;
}

.all_pages .woocommerce-breadcrumb {
  margin: 20px 0 15px 0;
}

.woocommerce-order-received .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-order-received h1 {
  margin-top: 30px;
}

.location_main_screen .woocommerce-breadcrumb {
  color: #FFF;
}

.location_main_screen h1 {
  margin-top: 50px;
}

.location_main_screen_btns {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.about_location>p {
  margin: 0;
  font-size: 16px;
}

.location_direction {
  background-color: #1D4734;
  background-image: url(..//img/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 20px;
  border-radius: 20px;
}

.location_direction h3 {
  color: #FFF;
  font-size: 20px;
}

.location_direction_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
}

.location_direction_box .location_address {
  margin-top: 0;
}

.product_box {
  display: flex;
  gap: 20px;
}

.product_images {
  width: 34%;
}

.product_summary {
  width: 66%;
  min-height: 214px;
  display: flex;
  flex-direction: column;
}

.loop_products_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product_img {
  position: relative;
  padding-bottom: 34%;
}

.product_img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.product_images .swiper_arrows>div {
  width: 30px;
  height: 30px;
}

.product_images_prev {
  left: 10px;
}

.product_images_next {
  right: 10px;
}

.product_images .swiper_arrows>div svg {
  max-width: 6px;
}

.product_summary {
  background-color: #1D4734;
  background-image: url(..//img/location_content_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}

.product_summary h2 {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 0;
}

.the_excerpt {
  margin-top: 5px;
}

.the_excerpt p {
  margin: 0;
  color: #FFF;
}

.product-type-variable .product_summary>span.price {
  display: none;
}

.variations {
  margin-top: 15px;
}

.variations tr {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #FFF;
}

.variations th {
  font-weight: 400;
}

.reset_variations {
  display: none;
}

.variations .value {
  position: relative;
  background-color: #FFFFF0;
  border-radius: 50px;
  overflow: hidden;
}

.variations .value::after {
  content: url(..//img/select.svg);
  line-height: 0;
  position: absolute;
  top: 9px;
  right: 10px;
}

.variations select {
  background-color: transparent;
  border: 0;
  height: 25px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 5;
}

.variations select option:first-child {
  display: none;
}

.price {
  font-family: 'Haval';
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  margin: 15px 0;
  display: block;
  flex-grow: 1;
}

.quantity {
  display: none !important;
}

.single_add_to_cart_button,
.add_to_cart_button {
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #FFFFF0;
  border-radius: 50px;
  padding: 15px 5px 12px 15px;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
}

a.product_type_simple.add_to_cart_button {
  display: none;
}

.woocommerce-variation-add-to-cart {
  position: relative;
}

.add_to_cart_button::after,
.woocommerce-variation-add-to-cart::after {
  content: url(..//img/add_to_cart.svg);
  line-height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.archive .video_box,
.home .video_box {
  margin-top: 20px;
}

.checkout_descr {
  margin: 0;
  font-size: 16px;
}

form.checkout {
  margin-top: 25px;
}

.woocommerce-shipping-totals {
  display: none;
  ;
}

.woocommerce-checkout-review-order-table {
  background-color: #1D4734;
  background-image: url(..//img/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 20px;
}

dt.variation-- {
  display: none;
}

dl.variation {
  display: inline;
}

dd.variation--,
dd.variation-->p {
  display: inline;
  margin: 0;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: 'Haval';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}

.cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.woocommerce-checkout-review-order-table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-total {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Haval';
  font-weight: 300;
  font-size: 30px;
}

.product_title_box .location_address {
  font-family: 'Comfortaa';
  font-size: 14px;
  text-transform: none;
  margin-top: 5px;
}

.woocommerce-billing-fields {
  margin-top: 20px;
}

#billing_country_field {
  display: none;
}

.form-row input {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px dashed #1D4734;
  padding: 0 15px;
  background-color: transparent;
  color: #1D4734;
}

.form-row.woocommerce-invalid-required-field input {
  border-color: red;
}

#order_review_heading {
  margin-top: 25px;
}

.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc_payment_methods li {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px dashed #1D4734;
  padding: 0 15px;
  color: #1D4734;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 2px;
  cursor: pointer;
}

.wc_payment_methods li label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.wc_payment_methods li input {
  display: none;
}

.wc_payment_methods li input:checked~label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1D4734;
}

.wc_payment_methods li label::before {
  content: url(..//img/radio.svg);
  line-height: 0;
}

.woocommerce-privacy-policy-text {
  color: #1D4734;
  font-size: 12px;
}

.woocommerce-privacy-policy-text a {
  border-bottom: 1px solid #1D4734;
}

#place_order {
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #1D4734;
  color: #FFF;
  border-radius: 50px;
  padding: 15px 5px 12px 15px;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  margin-top: 25px;
}

#place_order::after {
  content: url(..//img/place_order.svg);
  line-height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-NoticeGroup-checkout {
  display: none;
}

.checkout-inline-error-message {
  margin-left: 15px;
  color: red;
}

.woocommerce-order-received h1 {
  text-align: center;
}

.woocommerce-thankyou-order-received {
  font-size: 20px;
  text-align: center;
  color: #1D4734;
}

.woocommerce-order-products {
  background-color: #1D4734;
  background-image: url(..//img/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 20px;
}

.interactive_map_box {
  position: relative;
  overflow-x: auto;
}

.interactive_map_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.no_scroll {
  overflow: hidden;
}

.interactive_map_img {
  min-width: 1180px;
}

.interactive_map_img>img {
  border-radius: 20px;
  position: relative;
  z-index: -1;
}

.interactive_map_box ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.locations_map_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location_map {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(..//img/location_point.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.loc_map_name {
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #FFF;
  padding: 3px 7px 0 19px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 26px;
  bottom: 0;
  z-index: -1;
}

.loc_map_name.left_point {
  left: auto;
  right: 26px;
  padding: 3px 19px 0 7px;
}

.cat_link {
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #FFFFF0;
  border-radius: 50px;
  padding: 11px 5px 8px 15px;
  display: block;
  width: 100%;
  position: relative;
}

.cat_link::after {
  content: url(..//img/add_to_cart.svg);
  line-height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.interactive_map_box li.product {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(..//img/alt_small.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.interactive_map_box li.product.medium_alt {
  width: 40px;
  background-image: url(..//img/alt_large.svg);
}

.interactive_map_box li.product.large_alt {
  width: 50px;
  background-image: url(..//img/alt_extra_large.svg);
}

.interactive_map_box li.product>span {
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 6px;
}

.interactive_map_box .product_box {
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  background-color: #1D4734;
  background-image: url(..//img/location_content_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  border-radius: 20px;
}

.interactive_map_box .product_box>div {
  width: 100%;
}

.interactive_map_box .product_summary {
  background: none;
  border-radius: 0;
  padding: 0;
}

.interactive_map_box .product_img {
  padding-bottom: 64%;
}

.interactive_map_box .variations {
  width: 100%;
  margin-top: 5px;
}

.interactive_map_box .price {
  text-align: center;
}

.interactive_map_box .product_summary {
  min-height: 0;
}

.loop_products_box .prod_close {
  display: none;
}

.interactive_map_box .additional_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  min-width: 300px;
  cursor: auto;
  z-index: 9999;
}

.prod_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1D4734;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.prod_close span {
  position: absolute;
  min-width: 10px;
  height: 1px;
  background-color: #FFF;
  border-radius: 50px;
  transform: rotate(45deg);
}

.prod_close span:last-child {
  transform: rotate(-45deg);
}

.booking_calendar_box {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-image: url(..//img/booking_item_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 20px;
  border: 1px dotted #1D4734;
}

.booking_calendar_label {
  font-family: 'Haval';
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  color: #1D4734;
}

.booking_calendar input {
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #1D4734;
  color: #FFF;
  border-radius: 50px;
  padding: 15px 5px 12px 15px;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}

.input_box {
  position: relative;
}

.input_box::after {
  content: url(..//img/place_order.svg);
  line-height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.interactive_map_box li.product.product_unavailable {
  background-color: red;
}

.loop_products_box li.product.product_unavailable .additional_box {
  position: relative;
}

.loop_products_box li.product.product_unavailable .additional_box::after {
  content: 'Заброньована';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: 'Haval';
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  text-transform: uppercase;
  z-index: 99;
}

.ui-datepicker-next::after {
  content: url(..//img/calendar_next.svg);
}

.ui-datepicker-prev::after {
  content: url(..//img/calendar_prev.svg);
}

.ui-datepicker-header>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ui-datepicker-div {
  width: 100%;
  max-width: 262px;
}

.show_more_prod {
  margin-top: 20px;
}

.header_mobile {
  display: none;
}

.mobile_menu_popup {
  display: none;
}

.swiper_arrows>div.swiper-button-lock {
  display: none;
}

.main_footer {
  margin-bottom: 20px;
}

.swipe_mob {
  display: none;
}

.all_pages h1 {
  text-align: center;
}

.page-id-508 .contacts h2 {
  display: none;
}

.page-id-508 .main_footer {
  margin-top: 10px;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-id-508 .contacts>p {
  text-align: center;
}

#locations,
#about,
#gallery,
#booking,
#contacts {
  padding-top: 20px;
}

.price ins {
  text-decoration: none;
}

a.remove {
  color: red;
  -webkit-text-fill-color: red;
  font-size: 16px;
  text-decoration: none;
}

.online_booking {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.online_booking_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  background-color: #1D4734;
  background-image: url(..//img/location_content_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}

.online_booking_content {
  background-color: #1D4734;
  background-image: url(..//img/location_content_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}

.online_booking_content h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.online_booking_content p {
  margin: 10px 0;
  color: #fff;
}

.online_booking_btn {
  width: fit-content;
  margin-left: auto;
}

.select_booking_date {
  margin-bottom: 20px;
  padding: 11px 15px 7px;
  border-radius: 100px;
  border: 1px dashed #FFF0F0;
  font-family: 'Haval';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}

.interactive_map_box .select_booking_date {
  font-size: 13px;
  text-align: center;
}

/* ========================================= adaptive ====================================== */

@media(max-width:1250px) {
  .container {
    max-width: 90%;
    position: relative;
  }

  .main_menu>ul>li {
    font-size: 12px;
  }

  .main_menu>ul {
    gap: 5px;
  }

  .swipe_mob {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 50px;
    ` margin: 15px 0 15px 15px;
    color: #1D4734;
    white-space: nowrap;
    font-weight: 700;
  }

  .swipe_mob img {
    animation: swipeLeftRight 1.5s ease-in-out infinite;
  }

  @keyframes swipeLeftRight {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(-15px);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media(max-width:1024px) {
  .mobile_menu_popup .header_btn {
    margin-top: 20px;
  }

  .booking_calendar_box {
    flex-direction: column;
    align-items: center;
  }

  .booking_calendar_label {
    text-align: center;
    font-size: 14px;
  }

  .loop_products_box li.product.product_unavailable .additional_box::after {
    font-size: 16px;
  }

  .header_pc {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .header_mobile {
    margin-top: 20px;
    background-color: #1D4734;
    background-image: url(..//img/header_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .burger {
    position: relative;
    width: 28px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burger>span {
    height: 2px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    transition: 0.2s;
  }

  .burger>span:nth-child(1) {
    top: 0;
    width: 28px;
  }

  .burger>span:nth-child(2) {
    top: 9px;
    width: 15px;
  }

  .burger>span:nth-child(3) {
    top: 18px;
    width: 24px;
  }

  .burger.active>span {
    transition: 0.2s;
  }

  .burger.active>span:nth-child(1) {
    top: auto;
    transform: rotate(45deg);
  }

  .burger.active>span:nth-child(2) {
    opacity: 0;
  }

  .burger.active>span:nth-child(3) {
    top: auto;
    transform: rotate(-45deg);
    width: 28px;
  }

  .mobile_menu_popup {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #1D4734;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.25);
    background-image: url(..//img/main_content_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    z-index: 999999;
  }

  .main_menu_mobile>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
  }

  .header_btn {
    justify-content: space-between;
  }

  .location_btn {
    margin-top: 20px;
  }
}

@media(max-width:850px) {
  .contacts_item {
    width: 100%;
  }

  .page-id-508 .main_footer {
    height: 100%;
  }
}

@media(max-width:768px) {
  .online_booking_btn {
    width: 100%;
  }

  .online_booking {
    flex-direction: column;
  }

  .online_booking_icon {
    background: none;
    justify-content: flex-start;
    padding: 0;
  }

  .online_booking_icon img {
    max-width: 50px;
  }

  .online_booking_content {
    padding: 0;
    background: none;
  }

  .online_booking {
    background-color: #1D4734;
    background-image: url(..//img/location_content_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
  }

  .gallery>p br,
  .booking>p br {
    display: none;
  }

  .loop_products_box {
    margin-top: 0;
  }

  .mt_60 {
    margin-top: 35px;
  }

  .woocommerce-thankyou-order-received {
    font-size: 16px;
  }

  .woocommerce-order-products {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .product_box {
    flex-direction: column;
  }

  .product_box>div {
    width: 100%;
  }

  .loop_products_box li.product.product_unavailable .additional_box::after {
    font-size: 12px;
    bottom: 140px;
    top: auto;
    transform: translateY(0);
  }

  .product_img {
    padding-bottom: 66%;
  }

  .location_direction_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .product_summary {
    min-height: 0;
  }

  .location_main_screen .main_content {
    min-height: 0;
  }

  .location_main_screen h1 {
    margin-top: 10px;
  }

  .location_main_screen_btns {
    flex-direction: column;
    gap: 15px;
  }

  .main_screen {
    flex-direction: column;
  }

  .main_screen>div {
    width: 100%;
  }

  .main_img {
    padding-bottom: 79%;
  }

  .main_content h1 {
    font-size: 20px;
  }

  .main_content {
    min-height: 0;
    padding: 20px;
  }

  .main_content .phone {
    font-size: 18px;
  }

  h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .product_title {
    font-size: 16px;
    line-height: 1.4;
  }

  .cart_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .locations_list>li {
    flex-direction: column;
  }

  .locations_list>li>div {
    width: 100%;
  }

  .location_img {
    padding-bottom: 79%;
  }

  .video_box {
    padding-bottom: 79%;
  }

  .play_top_text,
  .play_bottom_text {
    font-size: 30px;
  }

  .play_top_text {
    transform: translate(-50%, calc(-50% - 50px));
  }

  .play_bottom_text {
    transform: translate(-50%, calc(-50% + 50px));
  }

  .play_btn svg {
    max-width: 40px;
  }

  .adv_item {
    width: 100%;
  }

  .gallery_img {
    padding-bottom: 100%;
  }

  .swiper_arrows>div {
    width: 30px;
    height: 30px;
  }

  .swiper_arrows>div svg {
    max-width: 6px;
  }

  .gallery_prev {
    left: 10px;
  }

  .gallery_next {
    right: 10px;
  }

  .booking_item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px;
    gap: 5px;
    border-radius: 20px;
  }

  .booking_item>span {
    font-size: 40px;
  }

  .booking_item>p {
    font-size: 16px;
  }

  .footer_box {
    padding: 10px;
  }


}