.wine_cellar {
  --lightGreen: #EFE0E5;
  --primaryColor: #590923;
  --primaryHover: #48061B;
  --primaryPress: #48061B;
  --scrollColor: rgba(89, 9, 35, 0.6);
}

.restaurant {
  --lightGreen: #E9E2D6;
  --primaryColor: #27201D;
  --primaryHover: #B48C59;
  --primaryPress: #B48C59;
  --scrollColor: rgba(39, 32, 29, 0.6);
}

@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
  }
  .header .main_logo {
    order: 2;
    margin: 0 auto;
  }
  .header .main_logo img {
    height: 57px;
  }
  .header .lg_block {
    width: 90px;
    margin-left: 0;
    margin-right: -20px;
  }
  .header .menu_btn {
    margin-left: 22px;
    order: 3;
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 48px;
  }
  .header .menu_btn > span {
    margin: 0;
  }
  .header_inner .book_btn,
  .header_inner .icon_phone {
    display: none;
  }
  .header .menu_image {
    display: none;
  }
  .header .menu_block {
    display: flex;
    flex-direction: column;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 81px;
    background: inherit;
  }
  .header .menu_inner {
    height: calc(100dvh - 81px);
    padding-bottom: 30px;
  }
  .header .menu_inner .page_container {
    flex-direction: column;
  }
  .header .menu_inner:before, .header .menu_inner:after {
    display: none;
  }
  .header .menu_left {
    flex: none;
    flex-direction: column;
    max-width: 100%;
  }
  .header .btns_container {
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  .header .btns_container > * {
    flex: 1;
    margin: 10px;
    min-width: 230px;
  }
  .header .main_menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .header .main_menu li {
    justify-content: center;
  }
  .header .main_menu li:not(:first-child) {
    margin-top: 30px;
  }
  .header .main_menu li:before {
    display: none;
  }
  .header .secondary_menu {
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
  }
  .header .secondary_menu li:not(:first-child) {
    margin-top: 20px;
  }
  .header .menu_right {
    flex: none;
    max-width: 100%;
    margin: 30px auto 0;
  }
  .header .contact_title {
    font-size: 180%;
    margin-bottom: 14px;
  }
  .header .contact_block {
    margin-bottom: 30px;
  }
  .header .contact_block .simple_btn {
    margin-top: 14px;
  }
  .header .contact_info br {
    height: 10px;
  }
  .header .menu_decor {
    justify-content: center;
    align-items: flex-end;
  }
  .header .menu_decor .decor_inner {
    max-width: 320px;
    flex: 0 0 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .header .menu_decor .decor_inner img {
    height: auto;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .page_container {
    padding: 0;
  }
  .footer_inner {
    flex-direction: column-reverse;
  }
  .footer_inner:before {
    display: none;
  }
  .footer .menu_left {
    padding: 30px 20px;
    flex: none;
    max-width: 100%;
    background: var(--primaryHover, #00362A);
  }
  .footer .menu_left:before {
    width: 160px;
    bottom: 100%;
    right: 50%;
  }
  .footer .menu_left:after {
    height: 100px;
    right: 50%;
    margin-right: 180px;
    bottom: 100%;
  }
  .footer .menu_right {
    padding: 40px 0;
    flex: none;
    max-width: 100%;
  }
  .footer .menu_right:before {
    width: 160px;
    left: 50%;
    background-image: url("../images/left_large.svg");
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .footer .menu_right:after {
    height: 100px;
    left: 50%;
    margin-left: 180px;
    background-image: url("../images/left_small.svg");
  }
  .footer .right_inner {
    margin: 0 auto;
  }
  .footer .logo_block {
    margin-bottom: 30px;
  }
  .footer .logo_block img {
    height: 90px;
  }
  .footer .booking_btn {
    margin-bottom: 30px;
  }
  .footer .main_menu,
  .footer .secondary_menu {
    display: none;
  }
  .footer .contact_block {
    margin-bottom: 30px;
  }
  .footer .contact_title {
    margin-bottom: 14px;
  }
  .footer .info_block {
    flex-direction: column;
    padding: 0;
  }
  .footer .copyrights,
  .footer .developer {
    padding: 0;
    font-size: 120%;
  }
  .footer .developer {
    margin-top: 12px;
  }
  .wine_cellar .footer .menu_right:before {
    background-image: url("../images/wine_left_large.svg");
  }
  .wine_cellar .footer .menu_right:after {
    background-image: url("../images/wine_left_small.svg");
  }
}
@media screen and (max-width: 768px) {
  .rooms_section:before {
    margin-top: -50px;
    top: clamp(0px, 100vh, 800px);
  }
  .rooms_section .section_bg {
    width: 222.22%;
    height: calc(200dvh - 100px);
    max-height: 720px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) and (min-height: 769px) {
  .rooms_section .section_bg {
    max-height: 860px;
  }
}
@media screen and (max-width: 768px) {
  .rooms_section .section_bg:before {
    top: 100%;
  }
  .rooms_section .section_bg img {
    top: 100%;
    width: 85px;
    margin-top: -44px;
  }
  .rooms_section .section_inner {
    padding-top: 81px;
  }
  .rooms_section .search_form {
    padding-top: 14px;
  }
  .rooms_section .rooms_list,
  .rooms_type_list {
    margin-top: 20px;
  }
  .room_type_block .name_block {
    font-size: 180%;
    padding: 10px 14px;
    height: 74px;
  }
  .room_type_block .name_block:before {
    font-size: 2.4rem;
    margin-right: 0;
    margin-left: 5px;
  }
  .category_main .main_info {
    min-height: 0;
    margin: 0 -20px;
    padding: 20px 20px;
  }
  .category_main .includes_list {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .category_main .includes_list li {
    padding-right: 12px;
  }
  .category_main .includes_list .icon_block {
    padding: 8px;
    margin-right: 8px;
  }
  .category_main .includes_list .icon_block img {
    width: 24px;
  }
  .category_main .name_short {
    border-left-width: 2px;
    padding-left: 12px;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .category_main .short_description {
    margin-top: 14px;
  }
  .rooms_list .room_block {
    flex-wrap: wrap;
  }
  .rooms_list .room_images {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .rooms_list button, .rooms_list a {
    flex: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .rooms_type_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rooms_type_list li:nth-child(2) {
    margin-top: 24px;
  }
  .category_main .main_info {
    padding-top: 67px;
    flex-direction: column;
    align-items: flex-start;
  }
  .category_main .section_title {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .category_main .includes_list {
    flex: none;
    max-width: 100%;
    text-align: left;
    padding-bottom: 6px;
  }
  .category_main .includes_list li {
    padding-right: 0;
  }
  .category_main .name_short {
    flex: none;
    max-width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

/*# sourceMappingURL=rooms-m.css.map */
