.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) {
  .wine_main .logo_block {
    width: 124px;
    margin: -55px auto -20px;
    padding: 10px;
  }
  .wine_main .logo_block img {
    width: 80px;
  }
  .wine_main .subtitle_block {
    margin-bottom: 14px;
  }
  .cellar_images .images_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tasting_section .images_list {
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }
  .tasting_section .images_list li {
    flex: none !important;
    max-width: none !important;
  }
  .tasting_section .images_list li a {
    height: 360px;
  }
  .tasting_section .description_block {
    margin-bottom: 0;
  }
  .tasting_section .description_block br {
    height: 12px;
  }
  .collection_section .bg_image {
    height: 600px;
    top: auto;
    bottom: 50px;
    padding-bottom: 0;
  }
  .collection_section .section_inner {
    padding-top: 0;
    padding-bottom: 40px;
    min-height: 0;
    text-align: center;
  }
  .collection_section .section_inner:before {
    height: 95px;
  }
  .collection_section .section_info {
    position: relative;
  }
  .collection_section .left_block,
  .collection_section .info_inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .collection_section .secondary_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 30px auto 0;
    width: max-content;
    max-width: 100%;
  }
  .collection_section .logo_block {
    display: none;
  }
  .collection_section .contact_block {
    flex-direction: column;
    gap: 10px;
  }
  .collection_slider {
    height: 218px;
    margin-top: 350px;
  }
  .collection_slider .slider_inner {
    height: 435px;
    flex: 0 0 100vw;
    max-width: 100vw;
    margin-left: -20px;
  }
  .collection_slider .slider_inner:before {
    margin-left: -112px;
    width: 225px;
    height: 49px;
    bottom: 30px;
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, #000000 100%);
  }
  .collection_slider img {
    height: 218px;
  }
  .collection_slider .swiper-slide-active img {
    transform: scale(1.75) translate3d(0, -30px, 0);
    -moz-transform: scale(1.75) translate3d(0, -30px, 0);
    -ms-transform: scale(1.75) translate3d(0, -30px, 0);
    -webkit-transform: scale(1.75) translate3d(0, -30px, 0);
    -o-transform: scale(1.75) translate3d(0, -30px, 0);
  }
  .collection_slider .swiper-prev,
  .collection_slider .swiper-next {
    min-width: 50px;
    margin-bottom: 290px;
  }
  .collection_slider .swiper-prev:before,
  .collection_slider .swiper-next:before {
    font-size: 2.4rem;
  }
}

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