/*
 * Theme name: hmel
 * Author: walltak
 * Version: 1.0
 */

a,
button,
input,
select,
textarea,
form {
  outline: none;
}
a,
button,
label {
  transition: 0.4s ease;
  text-decoration: none;
}
body a:hover {
  color: rgba(56, 81, 37, 1);
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(56, 81, 37, 1);
}

@font-face {
  font-family: "Anticva";
  src: url("asset/Anticva-Regular.otf") format("opentype");
  font-weight: 400;
  font-size: normal;
}

body {
  font-weight: 400;
  /*font-family: "Anticva", sans-serif;*/
  font-family: "Anonymous Pro", monospace;
}

.main_head_page {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.2s ease;
  background: rgba(255, 255, 255, 1);
}
.center_head_adres {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.place_adress_header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 1);
  gap: 10px;
  font-size: 12px;
  line-height: 1em;
  text-decoration: underline;
}
.place_adress_header img {
  max-width: 13px;
  width: 100%;
  height: auto;
}
.flex_box_header_liner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.wrap_nav_header {
  width: 40%;
}
.wrap_logo_head {
  width: 200px;
}
.wrap_contacts_head {
  width: 40%;
}
.wrap_nav_header .linst_header_nav .menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  gap: 20px;
}
.wrap_nav_header .linst_header_nav .menu a {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 16px;
}
.wrap_nav_header .linst_header_nav .menu a:hover {
  color: rgba(56, 81, 37, 1);
}
.wrap_logo_head {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_logo_head img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
.wrap_contacts_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 7%;
}
.header_phone_big {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
}
.header_phone_big:hover {
  color: rgba(56, 81, 37, 1);
}
.con_conts_two {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.con_conts_two .massager_icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.mass_ocin_box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(63, 33, 22, 1);
}
.mass_ocin_box svg {
  max-width: 30px;
  width: 100%;
  height: auto;
}
.mass_ocin_box svg path {
  transition: 0.2s ease;
}
.mass_ocin_box:hover {
  background: rgba(63, 33, 22, 1);
}
.mass_ocin_box:hover svg path {
  fill: #fff;
}
.main_screen_gome {
  height: calc(100vh - 140px);
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.wrap_img_separate_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap_img_separate_box img {
  width: 100%;
  height: auto;
}
.float_image_fon {
  width: auto;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.float_image_fon img {
  max-width: 340px;
  width: 100%;
  height: auto;
}
.wrapper_content_center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.wrapper_content_center .box_center_main_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_title_home {
  font-family: "Anticva", sans-serif;
  font-size: 63px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  max-width: 1000px;
  color: rgba(253, 221, 158, 1);
  margin-bottom: 0;
}
.main_subtitle_home {
  margin-top: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  text-align: center;
}
.wrap_inline_home_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
  width: 100%;
}

.green_btn {
  background: rgba(56, 81, 37, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 325px;
  width: 100%;
  border: 1px solid rgba(56, 81, 37, 1);
}
.green_btn:hover {
  background: #405125;
  border-color: #405125;
  color: #fff;
}
.fills_btn {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  color: rgba(253, 221, 158, 1);
  font-size: 16px;
  font-weight: 400;
  max-width: 325px;
  width: 100%;
  border: 1px solid rgba(253, 221, 158, 1);
}
.fills_btn:hover {
  color: #000;
  background: rgba(253, 221, 158, 1);
}
.float_image_fon.home_floatimg {
  bottom: -100px;
  right: 8%;
}
.preims_box {
  padding-top: 70px;
}
.wrap_twocols_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap_title_left {
  width: 75%;
}
.btn_wrap_inpage {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.inpage_title_main {
  font-family: "Anticva", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  max-width: 1000px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.preims_cont_space {
  margin-top: 24px;
}

.perks_items_preim {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.item_preim_perk {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item_preim_perk:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 10px;
}
.counter_perk_preim {
  font-size: 48px;
  font-family: "Anticva", sans-serif;
  font-weight: 400;
}
.title_perk_preim {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  padding-right: 20px;
}
.wrap_image_preim {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-top: 20px;
}
.wrap_image_preim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.citchen_box {
  margin-top: 85px;
  background: rgba(63, 33, 22, 1);
  padding-top: 52px;
  padding-bottom: 52px;
}
.wrap_fours_cols_title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.citchen_box .inpage_title_main {
  color: #fff;
}
.citchen_box .wrap_title_left {
  width: 17%;
}
.citchen_box .text_box {
  width: 25%;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
}
.citchen_box .btn_wrap_inpage {
  display: flex;
  width: 25%;
  justify-content: flex-end;
}
.fil_fill_btn {
  background: rgba(253, 221, 158, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  max-width: 325px;
  width: 100%;
  border: 1px solid rgba(253, 221, 158, 1);
}
.fil_fill_btn:hover {
  background: transparent;
  color: rgba(253, 221, 158, 1);
}
.space_citchen {
  margin-top: 30px;
}

.wrap_item_menu .image_wrap_menus {
  width: 100%;
  height: 440px;
}
.wrap_item_menu .image_wrap_menus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.name_wrap_menu {
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.wrap_slider_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
.nav_btn {
  background: transparent;
  border: 0;
  padding: 0;
  width: 55px;
  height: 28px;
}
.nav_btn svg {
  width: 100%;
  height: auto;
}
.nav_btn svg path {
  transition: 0.2s ease;
}
.nav_btn:hover svg path {
  stroke: rgba(56, 81, 37, 1);
}
.nav_btn.swiper-button-disabled {
  opacity: 0.5;
}
.tabs_about_piv {
  margin-top: 86px;
  position: relative;
}
.tabs_about_piv .wrap_twocols_title .inpage_title_main {
  max-width: 440px;
}
.float_image_fon.tabsabt_float {
  top: -49px;
  left: 42%;
}
.float_image_fon.tabsabt_float img {
  max-width: 300px;
}
.space_top_tabses {
  margin-top: 24px;
}
.two_cold_wrap_accs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.left_box_accordion {
  position: relative;
  width: calc(50% - 10px);
  z-index: 10;
}
.right_box_accs {
  position: relative;
  width: calc(40% - 10px);
}
.right_box_accs .float_image_fon {
  top: 0 !important;
  left: 0 !important;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.place_image_acc .slider_pivovrn .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/0.9;
  /* height: 600px; */
}
.place_image_acc .slider_pivovrn .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrap_accs_imges .place_image_acc img {
  width: 100%;
  height: auto;
}
.subtitme_box_abt_hmel {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.2em;
}
.left_box_accordion .accordion {
  margin-top: 25px;
}
.left_box_accordion .accordion-item {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
  font-size: 24px;
  color: #000;
}
.left_box_accordion .accordion-item:last-child {
  border: 0 !important;
}
.left_box_accordion .accordion-button {
  background: transparent !important;
  box-shadow: unset !important;
  border-radius: 0 !important;
  color: #000 !important;
  padding: 20px 0 !important;
  font-size: 24px;
}
.left_box_accordion .accordion-body {
  padding: 0 !important;
  padding-bottom: 20px !important;
  font-size: 16px;
}
.interior_box {
  margin-top: 85px;
}
.text_subtitle_page {
  font-size: 16px;
  max-width: 615px;
  margin-top: 10px;
}
.space_inter_box {
  margin-top: 20px;
}

.inter_slider .swiper-slide a {
  width: 100%;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inter_slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_box {
  margin-top: 100px;
}
.place_slider_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.space_news_box {
  margin-top: 48px;
}
.place_slider_wrap .item_new {
  width: 100%;
  height: 550px;
}
.place_slider_wrap .item_new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rewiews_box {
  margin-top: 100px;
}
.space_rews_box {
  margin-top: 24px;
}
.wrap_box_rwes_box {
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.wrap_box_rwes_box .item_review {
  border-right: 1px solid #000;
  padding-right: 30px;
}
.item_review:first-child {
  border-left: 1px solid #000;
  padding-left: 30px;
}

.item_review {
  min-height: 517px;
}
.betw_col_review {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}
.raiting_stars {
  display: flex;
  align-items: center;
  gap: 7px;
}
.text_review_box {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.2em;
}
.nane_reviewer {
  font-size: 16px;
}
.wrap_logo_conpn {
  margin-top: 16px;
}

.about_museum_box {
  margin-top: 85px;
}
.box_twocols_abmuse {
  display: flex;
  background: rgba(63, 33, 22, 1);
  height: 440px;
}
.left_box_cont_ats {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  padding-right: 40px;
}
.right_col_ab_musem {
  width: 50%;
}
.right_col_ab_musem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hiden_text_banner {
  display: none;
}
.box_twocols_abmuse .inpage_title_main {
  color: #fff;
}
.subtitle_abt_mus {
  margin-top: 24px;
  color: #fff;
  max-width: 410px;
  font-size: 16px;
}
.wrap_btn_abt_mus {
  margin-top: 42px;
}
.wrap_box_dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.wrap_box_dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.wrap_box_dots .swiper-pagination-bullet-active {
  background: rgba(63, 33, 22, 1);
}
.rest_gracs_box {
  margin-top: 85px;
}
.rest_gracs_box .inpage_title_main {
  max-width: 670px;
}
.hmel_image_ingrac {
  position: absolute;
  left: -30px;
  top: -40px;
}
.hmel_image_ingrac img {
  max-width: 290px;
  width: 100%;
  height: auto;
}
.wapp_box_grac_list {
  display: flex;
  position: relative;
  gap: 20px;
  padding-left: 220px;
}
.item_perk_cracs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.item_perk_cracs img {
  height: 85px;
  width: auto;
}
.space_top_box_gracs {
  margin-top: 24px;
}
.footer_bosex {
  margin-top: 120px;
  background: url(http://jpdv.animagrad.beget.tech/wp-content/uploads/2026/06/frame-1171277700.svg)
    no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 80px;
}
.wrap_boxs_fottses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left_box_foretrse {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-items: flex-start;
}
.contacts_chifs {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts_chifs a {
  color: #331f16;
}
.foot_email_big {
  font-size: 24px;
}
.foot_phone_big {
  font-size: 24px;
}
.wrap_box_adres_foot {
  margin-top: 50px;
}
.adres_compn_foot {
  color: #331f16;
  font-size: 24px;
  line-height: 1.2em;
}
.wrap_shedle_foot {
  margin-top: 44px;
}
.wrap_shedle_foot .timejob_title {
  font-size: 24px;
  padding-bottom: 24px;
  color: #331f16;
}
.wrap_shedle_foot .list_item_shedl {
  display: flex;
  align-items: center;
  color: #331f16;
  font-size: 16px;
}
.wrap_shedle_foot .left_box_tilem {
  padding-top: 5px;
  padding-bottom: 5px;
}
.wrap_shedle_foot .rught_box_tilem {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.socials_bx_foot {
  margin-top: 30px;
}
.socials_bx_foot .massager_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn_foot_wrapses {
  margin-top: 55px;
}
.col_foot_one {
  width: 33%;
}
.col_foot_two {
  width: 33%;
}
.col_foot_thr {
  width: 33%;
}
.wrap_box_toes_hmel {
  border-top: 1px solid #000000;
  margin-top: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.boxexxe_wraepr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_box_cheleser {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lises_conpanyew {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
}
.box_righweserws {
  display: flex;
  width: 34%;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.betsenwes_boxers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.neft_box_navs .menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  row-gap: 40px;
}
.neft_box_navs .menu li {
  width: 50%;
}
.neft_box_navs .menu li a {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-content .modal-title {
  font-size: 28px;
}
.modal-header .btn_close {
  background: transparent;
  padding: 0;
  border: 0;
}
.input_footer {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b1b1b1;
  color: #000;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 300;
}
.pop_form_conts br {
  display: none;
}
.bottom_form_lest .wpcf7-list-item {
  margin: 0;
  margin-top: 20px;
}
.bottom_form_lest .wpcf7-list-item label {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.bottom_form_lest .wpcf7-list-item label input {
  float: left;
  margin-left: -1.5em;
}
.form_in_pops .bottom_form_lest .checkformcalb {
  border: 1px solid rgba(56, 81, 37, 1);
}
.bottom_form_lest .wpcf7-list-item-label {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 370px;
  margin-left: 10px;
  display: block;
}
.bottom_form_lest .wpcf7-list-item-label a {
  color: #7c7c7c;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.wpcf7-list-item-label a:hover {
  color: #405125;
}
.input_footer::placeholder {
  color: #000;
  font-weight: 300;
}
.hishesed {
  opacity: 0.01 !important;
  height: 0.1px !important;
  width: 0.1px !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  font-size: 0 !important;
  position: absolute;
}
.wrap_form_in_pop .green_btn {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
.form_in_pops .form-check-input:checked {
  background-color: rgba(56, 81, 37, 1);
  border-color: rgba(56, 81, 37, 1);
}

#read_action .modal-dialog {
  max-width: 1300px !important;
}
.wrap_content_mod_infos {
  display: flex;
  gap: 40px;
}
.place_tioimage_new {
  width: 35%;
}
.place_tioimage_new img {
  width: 100%;
  height: auto;
}
.place_textes_alls {
  width: 65%;
}
.place_textes_alls .palce_ti_irle_razs {
  font-family: "Anticva", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  max-width: 1000px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.palce_textes_razs {
  margin-top: 20px;
  font-size: 16px;
}
.palce_textes_razs p {
  margin-bottom: 10px;
}
.palce_textes_razs ul,
.palce_textes_razs ol {
  padding-left: 1.5rem;
  margin-bottom: 10px;
}

@media (min-width: 991px) and (max-width: 1440px) {
  .flex_box_header_liner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main_screen_gome {
    height: calc(100vh - 121px);
  }
  .wrap_nav_header .linst_header_nav .menu a {
    font-size: 14px;
  }
  .wrap_nav_header .linst_header_nav .menu {
    gap: 15px;
  }
  .header_phone_big {
    font-size: 16px;
  }
  .mass_ocin_box {
    width: 45px;
    height: 45px;
  }
  .mass_ocin_box svg {
    max-width: 25px;
  }
  .main_title_home {
    font-size: 51px;
    max-width: 830px;
  }
  .wrap_inline_home_btns {
    gap: 20px;
    margin-top: 60px;
  }
  .inpage_title_main {
    font-size: 38px;
  }
  .green_btn {
    height: 75px;
    font-size: 16px;
    max-width: 265px;
  }
  .counter_perk_preim {
    font-size: 41px;
  }
  .title_perk_preim {
    margin-top: 10px;
    font-size: 18px;
  }
  .wrap_image_preim {
    height: 220px;
  }
  .citchen_box {
    margin-top: 60px;
  }
  .wrap_item_menu .image_wrap_menus {
    height: 370px;
  }
  .tabs_about_piv {
    margin-top: 70px;
  }
  .subtitme_box_abt_hmel {
    max-width: 460px;
    font-size: 14px;
  }
  .left_box_accordion .accordion-button {
    font-size: 21px;
  }
  .citchen_box .text_box {
    font-size: 14px;
  }
  .citchen_box .wrap_title_left {
    width: 15%;
  }
  .citchen_box .text_box {
    width: 24%;
  }
  .left_box_accordion .accordion-body {
    font-size: 14px;
  }
  .text_subtitle_page {
    font-size: 14px;
    max-width: 528px;
  }
  .inter_slider .swiper-slide a {
    height: 520px;
  }
  .place_slider_wrap .item_new {
    height: 440px;
  }
  .fills_btn {
    height: 75px;
    font-size: 16px;
    max-width: 265px;
  }
  .place_textes_alls .palce_ti_irle_razs {
    font-size: 38px;
  }
  .neft_box_navs .menu {
    row-gap: 30px;
  }
  .neft_box_navs .menu li a {
    font-size: 20px;
  }
  .foot_email_big {
    font-size: 20px;
  }
  .foot_phone_big {
    font-size: 20px;
  }
  .adres_compn_foot {
    font-size: 20px;
  }
  .wrap_box_adres_foot {
    margin-top: 35px;
  }
  .wrap_shedle_foot .timejob_title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

@media (min-width: 991px) {
  .hide_peca {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hideseres_pece {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .main_screen_gome {
    height: calc(100vh - 115px);
  }
}

@media (max-width: 1200px) {
  .wrap_nav_header .burger_togle {
    display: block !important;
  }
  .wrap_nav_header .linst_header_nav {
    display: none !important;
  }
  .mobile_mod_btn {
    background: transparent;
    border: 0;
    padding: 0;
  }
  .wrap_contacts_head {
    justify-content: flex-end;
    padding-left: 0;
    gap: 20px;
  }
  .wrap_logo_head img {
    max-width: 160px;
  }
  .header_phone_big .hide_peca {
    display: block !important;
  }
  .header_phone_big .hide_mobile {
    display: none !important;
  }
  .header_phone_big {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(63, 33, 22, 1);
  }
  .header_phone_big img {
    width: 25px;
    height: auto;
  }
  .main_title_home {
    font-size: 48px;
    max-width: 596px;
    line-height: 1.1em;
  }

  .float_image_fon.home_floatimg {
    right: 0;
    bottom: -115px;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
  }
  .float_image_fon.home_floatimg .hideseres_pece {
    max-width: 220px;
  }
  .float_image_fon.home_floatimg .image_inpeca_main {
    max-width: 220px;
    margin-right: -30px;
  }
  .wrap_img_separate_box {
    overflow: hidden;
  }
  .wrap_img_separate_box img {
    width: 200%;
  }
  .preims_box {
    padding-top: 90px;
  }
  .hide_mobile {
    display: none !important;
  }
  .wrap_title_left {
    width: 100%;
  }
  .inpage_title_main {
    text-align: center;
  }
  .preims_cont_space {
    margin-top: 40px;
  }
  .title_perk_preim {
    font-size: 16px;
  }
  .wrap_image_preim {
    height: 190px;
  }
  .btn_wrap_inpage {
    height: auto;
    width: 100%;
    justify-content: center;
    margin-top: 35px;
  }
  .citchen_box {
    background: transparent;
    padding-top: 0;
  }
  .citchen_box .wrap_title_left {
    width: 100%;
  }
  .citchen_box .inpage_title_main {
    color: #000;
  }
  .wrap_fours_cols_title {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .citchen_box .text_box {
    width: 100%;
    color: #000;
    text-align: center;
  }
  .space_citchen {
    margin-top: 25px;
  }
  .wrap_item_menu .image_wrap_menus {
    height: 310px;
  }
  .name_wrap_menu {
    color: rgb(0 0 0);
    font-size: 14px;
    text-align: center;
  }
  .wrapper_slide_menu_rest .nav_btn path {
    stroke: #000;
  }
  .wrapper_slide_menu_rest .cep_box_shishka svg path {
    stroke: #000;
  }
  .wrapper_slide_menu_rest .btn_wrap_inpage {
    width: 100%;
    justify-content: center;
  }
  .tabs_about_piv {
    margin-top: 50px;
  }
  .float_image_fon.tabsabt_float img {
    max-width: 250px;
  }
  .float_image_fon.tabsabt_float {
    top: -53px;
    left: 47%;
  }
  .text_subtitle_page {
    max-width: 100%;
    text-align: center;
  }
  .inter_slider .swiper-slide a {
    height: 450px;
  }
  .space_news_box {
    margin-top: 35px;
  }
  .place_slider_wrap .item_new {
    height: 370px;
  }
  .wrap_box_rwes_box {
    grid-column-gap: 15px;
  }
  .wrap_box_rwes_box .item_review {
    border-right: 1px solid #000;
    padding-right: 15px;
  }
  .item_review:first-child {
    border-left: 1px solid #000;
    padding-left: 15px;
  }
  .betw_col_review {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item_review {
    min-height: 390px;
  }
  .text_review_box {
    margin-top: 15px;
    font-size: 14px;
  }
  .nane_reviewer {
    font-size: 14px;
  }
  .wrap_logo_conpn {
    margin-top: 10px;
  }
  .raiting_stars img {
    max-width: 25px;
  }
  .about_museum_box {
    margin-top: 60px;
  }
  .tabs_about_piv .inpage_title_main {
    text-align: left;
  }
  .about_museum_box .inpage_title_main {
    text-align: left;
  }
  .left_box_cont_ats {
    padding-left: 50px;
    padding-right: 30px;
  }
  .rest_gracs_box .inpage_title_main {
    max-width: 100%;
  }
  .footer_bosex {
    margin-top: 80px;
    padding-top: 65px;
  }
  .mobile_nav_bnts {
    background: rgba(56, 81, 37, 1);
    height: 100vh;
  }
  .mobile_nav_bnts .container {
    height: 100%;
    overflow-y: auto;
  }

  .header_box_resesrws {
    display: flex;
    margin-top: 30px;
  }
  .clobe_bnt_nav {
    width: 25%;
  }
  .menusers_nsav {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enprtser_nasv {
    width: 25%;
  }
  .btn_close {
    background: transparent;
    border: 0;
    padding: 0;
  }
  .main_nav_head .menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 50px;
  }
  .main_nav_head .menu a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  .head_conts_box {
    margin-top: 50px;
  }
  .head_conts_box .con_conts_two {
    justify-content: center;
  }
  .head_conts_box .massager_icons .mass_ocin_box {
    border-color: #fff;
  }
  .head_conts_box .massager_icons .mass_ocin_box path {
    fill: #fff;
  }
  .adresboxers {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 250px;
    margin: 35px auto 0;
  }
  .pgome_Wpvobe .header_phone_big {
    width: 100%;
    border: 0;
    height: auto;
    margin-top: 24px;
    color: #fff;
    font-weight: 700;
  }
  .head_conts_box .wrap_shedle_foot {
    margin-top: 35px;
  }
  .head_conts_box .timejob_title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .head_conts_box .list_item_shedl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  .head_conts_box .rught_box_tilem {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .head_conts_box .left_box_tilem {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .item_logo_foot .logo_footer img {
    max-width: 150px;
  }
  .contacts_chifs {
    margin-top: 30px;
  }
  .foot_email_big {
    font-size: 18px;
  }
  .foot_phone_big {
    font-size: 18px;
  }
  .adres_compn_foot {
    font-size: 18px;
  }
  .wrap_shedle_foot {
    margin-top: 35px;
  }
  .wrap_shedle_foot .timejob_title {
    font-size: 18px;
  }
  .wrap_shedle_foot .list_item_shedl {
    font-size: 14px;
  }
  .neft_box_navs .menu li a {
    font-size: 16px;
  }
  .neft_box_navs .menu {
    row-gap: 25px;
  }
  .btn_foot_wrapses {
    margin-top: 45px;
  }
  .col_foot_thr #yandex-map {
    height: 300px !important;
  }
  .lises_conpanyew {
    font-size: 12px;
  }
  .betsenwes_boxers {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .float_image_fon.tabsabt_float {
    display: none;
  }
  .center_head_adres {
    padding: 5px 0;
  }
  .flex_box_header_liner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_phone_big {
    width: 50px;
    height: 50px;
  }
  .main_screen_gome {
    height: calc(100vh - 100px);
  }
  .inpage_title_main {
    font-size: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .counter_perk_preim {
    font-size: 32px;
  }
  .title_perk_preim {
    font-size: 14px;
    margin-top: 10px;
    max-width: 242px;
  }
  .perks_items_preim {
    gap: unset;
    display: flex;
  }
  .wrap_image_preim {
    height: 250px;
  }
  .green_btn {
    height: 75px;
    font-size: 16px;
    max-width: 280px;
  }
  .fills_btn {
    height: 75px;
    font-size: 16px;
    max-width: 280px;
  }
  .two_cold_wrap_accs {
    flex-wrap: wrap;
  }
  .left_box_accordion {
    width: 100%;
  }
  .right_box_accs {
    width: 100%;
  }
  .tabs_about_piv .wrap_twocols_title .inpage_title_main {
    max-width: 100%;
    text-align: center;
  }
  .citchen_box .text_box {
    font-size: 14px;
  }
  .subtitme_box_abt_hmel {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
  }
  .float_image_fon.tabsabt_float {
    top: unset;
    left: 70%;
    bottom: 42%;
  }
  .left_box_accordion .accordion-button {
    font-size: 21px;
  }
  .left_box_accordion .accordion-body {
    font-size: 14px;
  }
  .citchen_box {
    padding-bottom: 0;
    margin-top: 80px;
  }
  .tabs_about_piv {
    margin-top: 80px;
  }
  .interior_box {
    margin-top: 80px;
  }
  .inter_slider .swiper-slide a {
    height: 400px;
  }
  .text_subtitle_page {
    margin-top: 24px;
    font-size: 14px;
  }
  .space_inter_box {
    margin-top: 28px;
  }
  .place_slider_wrap .item_new {
    height: 51vw;
  }
  .place_slider_wrap {
    display: flex;
    gap: unset;
  }
  .rewiews_box {
    margin-top: 80px;
  }
  .wrap_box_rwes_box {
    grid-column-gap: 0;
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
    margin-top: 30px;
  }
  .betw_col_review {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    height: auto;
  }
  .item_review:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .wrap_box_rwes_box .item_review {
    border-right: 0;
    padding-right: 0;
    min-height: auto;
  }
  .wrap_box_rwes_box .item_review:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
  }
  .float_image_fon.home_floatimg {
    right: 0;
    bottom: -111px;
  }
  .float_image_fon.home_floatimg .hideseres_pece {
    max-width: 178px;
  }
  .float_image_fon.home_floatimg .image_inpeca_main {
    max-width: 199px;
  }
  .raiting_stars {
    justify-content: center;
  }
  .text_review_box {
    margin-top: 31px;
    font-size: 16px;
    text-align: center;
  }
  .box_rewiew_box {
    margin-top: 32px;
  }
  .nane_reviewer {
    text-align: center;
    font-size: 16px;
  }
  .wrap_logo_conpn {
    margin-top: 24px;
    text-align: center;
  }
  .left_box_cont_ats {
    flex-wrap: wrap;
    padding: 15px;
    width: 100%;
    order: 2;
    padding-top: 35px;
    align-items: center;
  }
  .right_col_ab_musem {
    order: 1;
    width: 100%;
    height: 20vw;
  }
  .box_twocols_abmuse {
    height: auto;
    flex-wrap: wrap;
  }
  .subtitle_abt_mus {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
  }
  .wrap_btn_abt_mus {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .wrap_box_dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .rest_gracs_box {
    margin-top: 80px;
  }
  .wapp_box_grac_list {
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .wapp_box_grac_list .hmel_image_ingrac {
    display: none;
  }
  .item_perk_cracs {
    width: calc(50% - 10px);
  }
  .news_box {
    margin-top: 80px;
  }
  .place_textes_alls .palce_ti_irle_razs {
    font-size: 32px;
  }
  .wrap_content_mod_infos {
    flex-wrap: wrap;
    gap: 25px;
  }
  .place_tioimage_new {
    width: 100%;
  }
  .place_textes_alls {
    width: 100%;
  }
  .footer_bosex {
    padding-top: 50px;
    background-size: 200%;
  }

  .col_foot_one {
    width: 100%;
    order: 2;
  }
  .col_foot_two {
    width: 100%;
    order: 1;
  }
  .col_foot_thr {
    order: 3;
    width: 100%;
  }
  .col_foot_two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .col_foot_two .socials_bx_foot {
    order: 1;
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .col_foot_two .neft_box_navs {
    order: 2;
  }
  .neft_box_navs {
    margin-top: 35px;
  }
  .neft_box_navs .menu li a {
    font-size: 18px;
  }
  .neft_box_navs .menu li {
    text-align: center;
  }
  .col_foot_one .contacts_chifs {
    margin-top: 35px;
    align-items: center;
  }
  .wrap_box_adres_foot {
    margin-top: 35px;
  }
  .adres_compn_foot {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .wrap_shedle_foot .timejob_title {
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
  }
  .wrap_shedle_foot .list_item_shedl {
    font-size: 14px;
    justify-content: center;
  }
  .btn_foot_wrapses {
    margin-top: 35px;
  }
  .btn_foot_wrapses.hide_peca {
    display: flex;
    justify-content: center;
  }
  .col_foot_thr {
    margin-top: 35px;
  }
  .wrap_box_toes_hmel {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .citchen_box {
    margin-top: 55px;
  }
  .tabs_about_piv {
    margin-top: 55px;
    overflow: hidden;
  }
  .interior_box {
    margin-top: 55px;
  }
  .rewiews_box {
    margin-top: 55px;
  }
  .rest_gracs_box {
    margin-top: 55px;
  }
  .main_title_home {
    font-size: 32px;
    max-width: 330px;
  }
  .main_subtitle_home {
    font-size: 14px;
  }
  .wrap_inline_home_btns {
    gap: 10px;
    margin-top: 35px;
    width: 100%;
    flex-wrap: wrap;
  }
  .wrap_inline_home_btns .green_btn {
    max-width: 100%;
  }
  .wrap_inline_home_btns .fills_btn {
    max-width: 100%;
  }
  .wrap_img_separate_box img {
    width: 400%;
  }
  .float_image_fon.home_floatimg .hideseres_pece {
    max-width: 155px;
  }
  .float_image_fon.home_floatimg .image_inpeca_main {
    max-width: 170px;
  }
  .float_image_fon.home_floatimg {
    bottom: -117px;
  }
  .counter_perk_preim {
    font-size: 48px;
    text-align: center;
  }
  .title_perk_preim {
    font-size: 16px;
    max-width: 242px;
    margin: 15px auto 0;
    text-align: center;
  }
  .item_preim_perk {
    border-right: 1px solid #000;
    padding-right: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
  }
  .wrap_slider_btns {
    margin-top: 25px;
  }
  .name_wrap_menu {
    font-size: 16px;
  }
  .left_box_accordion .accordion-button {
    font-size: 18px;
  }
  .right_box_accs {
    padding-top: 25px;
  }
  .float_image_fon.tabsabt_float {
    top: unset;
    left: 54%;
    bottom: 33%;
    transform: rotateZ(79deg);
  }
  .news_box {
    margin-top: 55px;
  }
  .place_slider_wrap .item_new {
    height: 100%;
  }
  .right_col_ab_musem {
    height: 60vw;
  }
  .wrap_image_preim {
    height: 310px;
  }
  .left_box_accordion .accordion {
    margin-top: 15px;
  }
  .wrapper_content_center {
    padding-left: 25px;
    padding-right: 25px;
  }

  .space_news_box {
    margin-top: 24px;
  }
  .wrap_logo_head img {
    max-width: 115px;
  }
  .modal-content .modal-title {
    font-size: 23px;
  }
  .palce_textes_razs {
    font-size: 14px;
  }

  .col_foot_two .socials_bx_foot {
    margin-top: 0;
  }
  .footer_bosex {
    background-size: 400%;
  }
  .neft_box_navs .menu li {
    width: 100%;
  }
  .col_foot_one .contacts_chifs {
    gap: 15px;
  }
  .wrap_shedle_foot .list_item_shedl {
    font-size: 16px;
  }
  .boxexxe_wraepr {
    flex-wrap: wrap;
  }
  .left_box_cheleser {
    width: 100%;
    align-items: center;
  }
  .box_righweserws {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .green_btn {
    max-width: 100%;
  }
  .fil_fill_btn {
    max-width: 100%;
  }
  .col_foot_two .logo_footer img {
    max-width: 140px;
  }
}
.s-menu:first-child {
    margin-top: 30px;
}

.item_menu_title {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 0px 0px;
}
.item_menu_descr {
  margin: 15px 0px 0px 0px;
}
.item_menu_price {
  font-weight: 600;
  margin-top: 15px;
}

.s-menu__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
}
.s-menu__tab-btn {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-weight: 600;

  transition: color .3s ease;
}
.s-menu__tab-btn._active {
  pointer-events: none;
  color: rgba(56, 81, 37, 1);
}
.s-menu__tab-btn._active::before {
  right: 0;
}
.s-menu__tab-btn:hover {
  color: rgba(56, 81, 37, 1);
}
.s-menu__tab-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transition: right .3s ease;
}
.s-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card-menu {
  cursor: pointer;
}
.card-menu .image_wrap_menus img {
  pointer-events: none;
  user-select: none;
}
.card-menu .image_wrap_menus {
  height: auto;
  aspect-ratio: 1/1;
}
.card-menu__body {
  padding-top: 20px;
  display: none;
}

@media (max-width: 1199px) {
  .s-menu__grid {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .s-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .s-menu__tab-btn {
    font-size: 18px;
  }
  .s-menu__grid {
    gap: 10px;
    row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .s-menu {
    overflow: hidden;
  }
  .s-menu__tabs-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 -0.75rem;
    padding: 0 0.75rem 8px 0.75rem;
  }
  .s-menu__tabs-nav::-webkit-scrollbar {
    height: 2px;
  }
}

[data-tab] {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
[data-tab]._active {
  display: block;
}
[data-tab]._show {
  opacity: 1;
}