*,
::before,
::after {
    box-sizing: border-box;
}

*:not(.slick-track):not(.slick-list):not(.map *):not(.map ::before *):not(.map ::after *),
::before,
::after {
    transition-duration: 0.6s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: #FF646D !important;
}

body {
    background-color: #EBD3C3;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

[class^='btn__'],
.item_menu {
    cursor: pointer;
    outline: none;
    user-select: none;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border: 0;
}

[class^='btn__'] {
    font-weight: 900;
    font-size: 18px;
    background-color: #FD444F;
    border-radius: 16px;
    padding: 20px;
}

[class^='btn__']:hover {
    background-color: #FF646D;
}

[class^='btn__']:active {
    background-color: #F63440;
}

[class^='btn__']:disabled {
    background-color: #AAAAAA;
}

[class^='btn__'] a:hover {
    color: inherit;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 22px;
    font-weight: 300;
    padding: 24px;
    background-color: transparent;
    color: #FFFFFF;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.title {
    font-family: 'Pacifico', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: max(min(89px, 5.5vw), 43px);
    line-height: 1.3;
}

.about,
.booking,
.top_dishes,
.title_container,
.performance,
.special,
.lunch,
.cafe_menu,
.about_main,
.contact_main,
footer {
    position: relative;
    padding: 50px 0;
}

.top_header,
.menu {
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header.active {
    height: 100%;
    overflow: scroll;
}

header.active:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 10000px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FD444F -73.1%, rgba(253, 68, 79, 0) 52.1%), #72492B;
    z-index: -1;
}

.top_header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    color: white;
}

.mobile_row {
    display: none;
    justify-content: space-between;
    margin: 0 40px;
    padding: 80px;
}

.mobile_row.active {
    display: flex;
}

.mobile_row .mobile_block {
    width: 48%;
}

.mobile_row .mobile_block:first-child {
    margin-right: 20px;
}

.mobile_row .mobile_block:last-child > *:not(:last-child) {
    margin-bottom: 56px;
}

.mobile_row .mobile_block .mobile_contact > *:not(:last-child) {
    margin-bottom: 32px;
}

.mobile_row .mobile_block .mobile_info {
    color: #C89F82;
}

.mobile_row .mobile_block .mobile_info > *:not(:last-child) {
    margin-bottom: 16px;
}

.mobile_row .mobile_block .contact_address__soc .soc .soc__item a {
    background-color: rgba(255, 255, 255, 0.07);
}

.mobile_menu_top {
    font-weight: 900;
    margin-bottom: 80px;
}

.mobile_menu_top .item_menu,
.mobile_menu_bottom .item_menu,
.mobile_contact .phone_block a {
    text-align: left;
    font-size: max(min(24px, 5.3vw), 20px);
}

.mobile_menu_top .item_menu:not(:last-child),
.mobile_menu_bottom .item_menu:not(:last-child) {
    margin-bottom: 32px;
}


.top_header .header_block {
    display: flex;
    align-items: center;
}

.top_header .header_block .mobile_menu {
    position: relative;
    width: 40px;
    display: none;
    justify-content: center;
    margin-right: 40px;
}

.top_header .header_block .mobile_menu .icon_menu {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.top_header .header_block .mobile_menu.active .icon_menu.open,
.top_header .header_block .mobile_menu .icon_menu.close {
    display: none;
}

.top_header .header_block .mobile_menu.active .icon_menu.close {
    display: block;
}

.top_header .header_block .top_menu,
.phone_block {
    display: flex;
    align-items: center;
}

header.active .top_header .header_block .phone_block {
    display: none;
}

.top_header .header_block .top_menu .item_menu {
    font-size: min(18px, 1.5vw);
    font-weight: 900;
}

.top_header .header_block .top_menu .item_menu:not(:last-child) {
    margin-right: min(80px, 2vw);
}

.top_header .header_block .top_logo {
    margin-right: min(80px, 3vw);
    max-height: 60px;
}

.top_header .header_block .top_logo img {
    width: auto;
    height: min(60px, 4vw);
}

.btn__table_reservation {
    padding: 12px 50px;
}

.phone_block,
.btn__table_reservation {
    margin-right: min(55px, 1vw);
}

.btn__table_reservation a:hover {
    color: white !important;
}

.phone_block img {
    margin-right: 10px;
    height: 24px;
    width: auto;
}

.phone_block a {
    font-weight: 900;
    font-size: min(24px, 1.7vw);
}

.top_header .header_block .sms_btn {
    display: flex;
    align-items: center;
}

.bottom_header {
    background: rgba(235, 211, 195, 0.2);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.bottom_header .main_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px min(120px, 7vw);
}

.bottom_header .main_menu .item_menu {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: min(28px, 1.7vw);
    color: #FFFFFF;
    flex-grow: 0;
}

.btn__arrow_up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 55px;
    z-index: 10;
}

.banner {
    position: relative;
}

.banner__slider {
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

.banner__slider .banner__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
}

.banner__content {
    position: relative;
    color: #FFFFFF;
}

.banner__content .banner__title {
    font-size: 128px;
    margin-bottom: 32px;
}

.banner__content .banner__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 80px;
}

.banner__content .banner__button {
    width: fit-content;
    padding: 24px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    font-size: 18px;
    cursor: pointer;
}

.banner__content .banner__button:hover {
    opacity: 0.8;
    color: white;
}

.banner__content .banner__button:active {
    opacity: 0.6;
}

.banner .social {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 3;
}

.soc .soc__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background-color: #72492B;
    border-radius: 50%;
    cursor: pointer;
}

.soc .soc__item:not(:last-child) {
    margin-bottom: 16px;
}

.soc .soc__item:hover {
    opacity: 0.8;
}

.soc .soc__item:active {
    opacity: 0.6;
}

.about::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("../image/main/about_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
}

.container_row {
    display: flex;
}

.about .block .container_row:nth-child(2n) {
    flex-direction: row-reverse;
}

.about .container_row:not(:nth-child(2n)) > :first-child,
.about .container_row:nth-child(2n) > :last-child {
    margin-right: 60px;
}

.about .container_row:not(:last-child) {
    margin-bottom: 50px;
}

.about .block .container_row > * {
    width: 50%;
}

.about .about__title {
    color: #72492B;
}

.about .container_row__title {
    font-size: max(min(48px, 4vw), 32px);
    color: #333333;
    margin-bottom: 24px;
}

.about .about__description {
    font-size: max(min(20px, 1.76vw), 16px);
    color: #72492B;
}

.container_row .container_row__img {
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.container_row .container_row__text {
    font-size: max(min(20px, 1.76vw), 16px);
    color: #333333;
}

.booking {
    background-image: linear-gradient(98.35deg, #6F482B 16.31%, rgba(114, 73, 43, 0.6) 58.44%, rgba(253, 68, 79, 0.4) 99.4%), url("../image/main/booking_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.booking .booking__title,
.booking .booking__scheme {
    margin-bottom: 50px;
    width: 100%;
}

.booking .booking__scheme {
    width: 100%;
}

.form_container {
    position: relative;
    border-radius: 32px 32px 0 0;
    padding: 50px;
}

.form_container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(241, 49, 60, 0.9) 51.04%, rgba(0, 0, 0, 0.495) 100%);
    backdrop-filter: blur(25px);
    border-radius: 32px 32px 0 0;
    padding: 50px;
    opacity: 0.6;
}

.form_container form {
    position: relative;
    z-index: 1;
}

.booking__form {
    max-width: 837px;
    margin: 0 auto;
}

.booking__form .form__row {
    display: flex;
    margin-bottom: 25px;
}

.booking__form input {
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    width: 100%;
}

.booking__form input:not(:last-child) {
    margin-right: 25px;
}

.form__conf {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.form__conf input {
    display: none;
}

.form__conf .form__checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin-right: 16px;
    flex-shrink: 0;
}

.form__conf .form__checkbox img {
    display: none;
}

.form__conf input:checked + .form__checkbox img {
    display: block;
}

.form__conf .form__conf_text {
    font-size: 14px;
    color: #FFFFFF;
}

.btn__form__btn_send {
    width: 100%;
}

.booking__form .btn__form__btn_send {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
}

.top_dishes::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("../image/main/dishes_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
}

.top_dishes .top_dishes__title {
    color: #72492B;
    margin-bottom: 50px;
}

.сard_product {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.сard_product .сard_product__item {
    padding: 16px;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.сard_product .сard_product__item .сard_product__info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.сard_product .сard_product__item .сard_product__img {
    position: relative;
    opacity: 0.5;
    margin-bottom: 16px;
    aspect-ratio: 1;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    filter: grayscale(90%);
}

.сard_product .сard_product__item:hover .сard_product__img {
    filter: grayscale(0%);
    opacity: 1;
}

.сard_product .сard_product__item .сard_product__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(114, 73, 43, 0.3), rgba(114, 73, 43, 0.3));
}

.сard_product .сard_product__item .сard_product__name {
    font-size: max(min(24px, 2.4vw), 18px);
    color: #72492B;
    margin-bottom: 16px;
}

.сard_product .сard_product__item .сard_product__price {
    font-weight: 900;
    font-size: max(min(32px, 3.2vw), 24px);
    color: #333333;
}

.title_container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0;
}

.title_container .tagline_title {
    margin-bottom: 30px;
}

.quote_text {
    display: flex;
    justify-content: right;
    font-size: max(min(32px, 2.4vw), 18px);
    font-style: italic;
    font-weight: 300;
    color: #FFFFFF;
    margin-left: 16%;
}

.performance {
    padding-bottom: 100px;
}

.performance .performance__title {
    color: #72492B;
    margin-bottom: 50px;
}

.card_performance .card_performance__item {
    position: relative;
    width: 452px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    overflow: hidden;
}

.card_performance .card_performance__item .card_performance__img {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    opacity: 0.2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.card_performance .card_performance__item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(114, 73, 43, 0.1), rgba(114, 73, 43, 0.1));
}

.card_performance .card_performance__item,
.card_performance .card_performance__item::before,
.card_performance .card_performance__item .card_performance__img {
    border-radius: 22px;
}


.card_performance .card_performance__item .card_performance__title .card_performance__time {
    width: fit-content;
    font-size: max(min(18px, 3.2vw), 14px);
    font-weight: 500;
    color: #58616F;
    padding: 5px 16px;
    border: 2px solid #747D8A;
    border-radius: 56px;
    margin-bottom: 32px;
}

.card_performance .card_performance__item .card_performance__title .card_performance__name {
    line-height: 120%;
    font-weight: 700;
    font-size: max(min(40px, 3.2vw), 24px);
    color: #333333;
    opacity: 0.7;
}

.card_performance .card_performance__item .card_performance__date {
    font-weight: 500;
    font-size: max(min(24px, 3.2vw), 16px);
    color: #222E3D;
    opacity: 0.6;
}

.card_performance .card_performance__item:hover .card_performance__img {
    filter: grayscale(0%);
    opacity: 1;
}

.card_performance .card_performance__item:hover .card_performance__title .card_performance__time,
.card_performance .card_performance__item:hover .card_performance__title .card_performance__name,
.card_performance .card_performance__item:hover .card_performance__date {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    opacity: 1;
}

.card_performance .card_performance__item:hover .card_performance__title .card_performance__time {
    border: 2px solid #FFFFFF;
}

.card_performance .slick-dots li button {
    background-color: #BB9C86;
}

.card_performance .slick-dots li.slick-active button {
    background-color: #72492B;
}

.card_performance .slick-dots {
    bottom: -50px;
}

.card_performance .slick-slide {
    margin: 0 16px;
}

.special {
    background-image: url("../image/main/special_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.special .special__title {
    margin-bottom: 30px;
}

.special .quote_text {
    margin-bottom: 100px;
}

.card_special .card_special__item {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.card_special .card_special__item:not(:last-child) {
    margin-bottom: 80px;
}

.card_special .card_special__item:nth-child(2n) {
    flex-direction: row-reverse;
}

.card_special .card_special__item:not(:nth-child(2n)) > :first-child,
.card_special .card_special__item:nth-child(2n) > :last-child {
    margin-right: 100px;
}

.card_special .card_special__item .card_special__img {
    position: relative;
    aspect-ratio: 1;
    max-width: 250px;
    width: 100%;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.card_special .card_special__item .card_special__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.card_special .card_special__item .card_special__content .card_special__name {
    font-weight: 500;
    font-size: max(min(36px, 3.2vw), 24px);
    color: #FFFFFF;
    margin-bottom: 17px;
}

.card_special .card_special__item .card_special__content .card_special__description {
    font-weight: 300;
    font-size: max(min(24px, 2vw), 16px);
    color: #FFFFFF;
    margin-bottom: 40px;
}

.card_special .card_special__item .card_special__content .card_special__price {
    font-size: 24px;
    color: #FFFFFF;
}

.lunch::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("../image/main/lunch_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
}

.lunch {
    padding-bottom: 100px;
}

.lunch .lunch__title {
    color: #72492B;
    margin-bottom: 50px;
}

.lunch .card_performance .card_performance__item .card_performance__img {
    filter: grayscale(0);
}

.lunch .card_performance .card_performance__item::before {
    display: none;
}

.lunch .card_performance .card_performance__item .card_performance__block {
    margin-bottom: 16px;
}

.lunch .card_performance .card_performance__item .card_performance__title {
    margin-bottom: 20px;
}

.lunch .card_performance .card_performance__item .card_performance__title .card_performance__time {
    color: #FFFFFF;
    background-color: #72492B;
    border: 0;
}

.lunch .card_performance .card_performance__item .card_performance__title .card_performance__name {
    font-size: max(min(24px, 3.2vw), 20px);
    margin-bottom: 8px;
}

.lunch .card_performance .card_performance__item .card_performance__title .card_performance__text {
    font-size: max(min(16px, 3.2vw), 14px);
}

.lunch .card_performance .card_performance__item:hover::before {
    display: block;
    background: rgba(114, 73, 43, 0.7);
    box-shadow: 0 161px 161px rgba(22, 34, 51, 0.08), 0 86px 86px rgba(22, 34, 51, 0.12), 0 43px 43px rgba(22, 34, 51, 0.04), 0 32px 32px rgba(22, 34, 51, 0.04), 0 5px 32px rgba(22, 34, 51, 0.04), 0 5px 5px rgba(22, 34, 51, 0.04);
}

.lunch .card_performance .card_performance__item:hover .card_performance__img {
    filter: grayscale(0%);
    opacity: 0.6;
}

.lunch .card_performance .card_performance__item:hover .card_performance__title .card_performance__time {
    background-color: #FD444F;
    border: 0;
}

.lunch .card_performance .card_performance__item .card_performance__date {
    font-size: 14px/*max(min(24px, 3.2vw), 14px)*/;
}

.lunch .card_performance .card_performance__item:hover .card_performance__title .card_performance__time,
.lunch .card_performance .card_performance__item:hover .card_performance__title .card_performance__name,
.lunch .card_performance .card_performance__item:hover .card_performance__date,
.lunch .card_performance .card_performance__item:hover .card_performance__title .card_performance__text {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    opacity: 1;
}

.lunch .card_performance .card_performance__item:hover .card_performance__title .card_performance__name {
    opacity: 0.7;
}


footer {
    background-color: #72492B;
}

footer .map {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

.map_icon_content {
    width: fit-content;
    padding: 6px;
    background-color: #FFFFFF;
    text-align: left;
    color: #5B5B5B;
    border-radius: 5px;
}

.map_icon_content .map_icon_content__title {
    font-weight: bold;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.footer_top .map_block {
    display: flex;
    width: 100%;
    height: 100%;
}

.footer_top .form_block,
.footer_bottom .footer_block {
    max-width: 452px;
    width: 100%;
    margin-right: 80px;
}

.footer_top .form_block {
    flex-shrink: 0;
}

.footer_bottom .footer_block > * {
    margin-bottom: 10px;
}

.footer_top .form_title {
    font-size: max(min(64px, 5.3vw), 48px);
    margin-bottom: 30px;
    line-height: 1.1;
}

.footer_top .form_description {
    font-weight: 400;
    font-size: 18px;
    color: #EBD3C3;
    margin-bottom: 16px;
}

.footer_top .form__row {
    margin-bottom: 30px;
}

.footer_top input {
    padding: 16px 0;
    border-bottom: 1px solid #9C7F6A;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
}

.footer_conf a {
    color: #EBD3C3;
    text-decoration: underline;
}

.footer_bottom .footer_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    color: #EBD3C3;
    opacity: 0.4;
}

.address_block {
    display: flex;
    justify-content: flex-end;
    min-width: 520px;
    height: fit-content;
    flex-shrink: 0;
}

.address .address__item {
    display: flex;
}

.address .address__item .address__info {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    color: #EBD3C3;
    margin-right: 24px;
}

.address .address__item .address__info:first-child {
    max-width: 270px;
}

.address .address__item:last-child .address__info {
    align-items: flex-end;
    justify-content: flex-end;
}

.address .address__item .address__info a {
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 24px;
}

.soc_block .soc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.soc_block .soc .soc__item:not(:last-child) {
    margin-bottom: 0;
}

.soc_block .soc .soc__item a {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 16px;
}

.title_container.menu_title_block:first-child {
    padding-top: min(235px, 18vw);
}

.title_container.menu_title_block {
    padding: max(min(80px, 4.3vw), 50px) 0;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -32px;
}

.menu_list .menu_list__item {
    flex: 0 0 50%;
    padding: 16px 32px;
}

.menu_list .menu_list__item .menu_list__title {
    font-family: 'Pacifico', sans-serif;
    font-weight: 400;
    font-size: max(min(36px, 2.7vw), 28px);
    color: #72492B;
    padding-bottom: 13px;
    margin-bottom: 32px;
    border-bottom: 2px solid #72492B;
}

.menu_list .menu_list__item .menu_list__submenu {
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item {
    margin-bottom: 32px;
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__name_block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__name_block .menu_list__name {
    width: 100%;
    margin-right: 5px;
    font-size: max(min(24px, 1.9vw), 20px);
    color: #72492B;
    overflow: hidden;
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__name_block .menu_list__name:after {
    content: '';
    display: inline-block;
    width: 100%;
    margin: 0 -100% 0 3px;
    border-bottom: 4px dotted #72492B;
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__name_block .menu_list__price {
    height: fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: max(min(24px, 1.9vw), 20px);
    color: #72492B;
    flex-shrink: 0;
}

.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__description,
.menu_list .menu_list__item .menu_list__submenu .menu_list__submenu_item .menu_list__size {
    font-size: 16px;
    color: #333333;
}

.about_container {
    max-width: 800px;
    margin: 0 auto;
}

.about_container .about_title {
    font-family: 'Pacifico', sans-serif;
    font-weight: 400;
    font-size: max(min(36px, 3.6vw), 26px);
    color: #72492B;
    margin-bottom: 40px;
}

.about_container .about_img {
    aspect-ratio: 2/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    margin-bottom: 32px;
}

.about_container .about_img.bg_contain {
    background-size: contain;
}

.about_container .about_text {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 40px;
}

.about_container .about_line {
    display: flex;
    align-items: center;
}

.about_container .about_line span {
    font-family: 'Pacifico', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #72492B;
    padding: 20px;
}

.about_container .about_line hr {
    padding: 0;
    height: 0;
    border: none;
    border-top: 4px solid #72492B;
    border-radius: 2px;
    width: 100%;
}

.title_container.box_shadow {
    filter: drop-shadow(0px 4px 65px rgba(50, 32, 19, 0.79));
    z-index: 1;
}

.contact_map {
    position: relative;
}

#contact_map {
    height: max(min(605px, 48vw), 500px);
}

.contact_container {
    display: flex;
    justify-content: space-between;
}

.contact_address {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    margin-right: 150px;
}

.contact_address,
.contact_form_block {
    width: 50%;
}

.contact_address .contact_address__address {
    margin-bottom: 64px;
}

.contact_address .contact_address__title {
    font-family: 'Pacifico', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #72492B;
    margin-bottom: 16px;
}

.contact_address .contact_address__text {
    font-size: 24px;
    color: #333333;
    margin-bottom: 16px;
}

.contact_address .contact_address__description {
    font-size: 18px;
    color: #333333;
}

.contact_address .contact_address__phone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact_address .contact_address__phone_block {
    margin: 0 10px;
}

.contact_address .contact_address__phone_block a {
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.contact_address .contact_address__phone_block a:first-child,
.contact_address .contact_address__phone_block:first-child {
    margin-bottom: 8px;
}

.contact_address .contact_address__block {
    margin-bottom: 50px;
}

.contact_address__soc .soc {
    display: flex;
}

.contact_address__soc .soc .soc__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
}

.contact_address__soc .soc .soc__item a {
    border-radius: 16px;
}

.contact_form_block .form_title {
    font-size: 40px;
    color: #72492B;
    margin-bottom: 50px;
}

.contact_form_block input,
.contact_form_block textarea {
    padding: 16px 0;
    color: #72492B;
    border-bottom: 1px solid #9C7F6A;
}

.contact_form_block input {
    margin-bottom: 16px;
}

.contact_form_block input::placeholder,
.contact_form_block textarea::placeholder {
    color: #72492B;
    opacity: 0.6;
}

.contact_form_block {
    max-width: 680px;
    flex-shrink: 0;
}

.contact_form_block .form__row {
    margin-bottom: 30px;
}

.contact_form_block .btn__form__btn_send {
    width: fit-content;
    padding: 20px 56px;
}


.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-dots {
    bottom: 50px;
    z-index: 2;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    background-color: #B49D95;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #FFFFFF;
    width: 18px;
    height: 18px;
}

.slick-dots li button:before {
    display: none;
}

@media (max-width: 1520px) {
    .container {
        margin: 0 40px;
        width: auto;
    }
}

@media (max-width: 1350px) {
    .сard_product .сard_product__item {
        padding: 8px;
        width: 33.3333%;
    }
}

@media (max-width: 1024px) {
    .top_header {
        margin: 0 40px;
        padding: 20px 0;
    }

    .top_header .header_block .btn__table_reservation,
    .top_header .header_block .top_menu,
    .bottom_header .main_menu,
    .top_header .header_block .sms_btn {
        display: none;
    }

    .phone_block,
    .btn__table_reservation {
        margin-right: 0;
    }

    .top_header .header_block .top_logo img {
        height: 50px;
    }

    .phone_block a {
        font-size: 24px;
    }

    .top_header .header_block .mobile_menu {
        display: flex;
    }

    .banner__content .banner__title {
        font-size: 96px;
    }

    .сard_product .сard_product__item .сard_product__img,
    .сard_product .сard_product__item .сard_product__name {
        margin-bottom: 8px;
    }

    .card_performance .slick-slide {
        margin: 0 8px;
    }

    .card_special .card_special__item:not(:nth-child(2n)) > :first-child,
    .card_special .card_special__item:nth-child(2n) > :last-child {
        margin-right: 50px;
    }

    .card_special .card_special__item:not(:last-child),
    .special .quote_text {
        margin-bottom: 60px;
    }

    .card_performance .card_performance__item {
        padding: 32px;
        width: 384px;
    }

    .footer_top {
        margin-bottom: 30px;
    }

    .footer_top .form_block,
    .footer_bottom .footer_block {
        margin-right: 30px;
    }

    .address .address__item .address__info {
        margin-right: 16px;
    }

    .title_container.menu_title_block:first-child {
        padding-top: 110px;
    }

    .сard_product .сard_product__item .сard_product__img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .card_performance .card_performance__item .card_performance__img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .card_performance .card_performance__item .card_performance__title .card_performance__time,
    .card_performance .card_performance__item .card_performance__title .card_performance__name,
    .card_performance .card_performance__item .card_performance__date {
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        opacity: 1;
    }

    .card_performance .card_performance__item .card_performance__title .card_performance__time {
        border: 2px solid #FFFFFF;
    }

    .lunch .card_performance .card_performance__item::before {
        display: block;
        background: rgba(114, 73, 43, 0.7);
        box-shadow: 0 161px 161px rgba(22, 34, 51, 0.08), 0 86px 86px rgba(22, 34, 51, 0.12), 0 43px 43px rgba(22, 34, 51, 0.04), 0 32px 32px rgba(22, 34, 51, 0.04), 0 5px 32px rgba(22, 34, 51, 0.04), 0 5px 5px rgba(22, 34, 51, 0.04);
    }

    .lunch .card_performance .card_performance__item .card_performance__img {
        filter: grayscale(0%);
        opacity: 0.6;
    }

    .lunch .card_performance .card_performance__item .card_performance__title .card_performance__time {
        background-color: #FD444F;
        border: 0;
    }

    .lunch .card_performance .card_performance__item .card_performance__title .card_performance__time,
    .lunch .card_performance .card_performance__item .card_performance__title .card_performance__name,
    .lunch .card_performance .card_performance__item .card_performance__date,
    .lunch .card_performance .card_performance__item .card_performance__title .card_performance__text {
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        opacity: 1;
    }

    .lunch .card_performance .card_performance__item .card_performance__title .card_performance__name {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .container,
    .top_header {
        margin: 0 20px;
    }

    .mobile_row {
        flex-direction: column;
        padding: 20px 0;
    }

    .mobile_row .mobile_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .mobile_row .mobile_block:first-child {
        margin-bottom: 56px;
        margin-right: 0;
    }

    .mobile_menu_top .item_menu,
    .mobile_menu_bottom .item_menu {
        text-align: center;
    }

    .mobile_row .mobile_block .mobile_contact .phone_block {
        justify-content: center;
    }

    .mobile_menu_top .item_menu:not(:last-child),
    .mobile_menu_bottom .item_menu:not(:last-child) {
        margin-bottom: 24px;
    }

    .mobile_menu_top {
        margin-bottom: 56px;
    }

    .top_header .header_block:last-child {
        display: none;
    }

    .top_header .header_block .mobile_menu {
        display: flex;
        margin-right: 0;
    }

    .top_header .header_block .mobile_menu .icon_menu {
        margin-right: 0;
    }

    .top_header .header_block {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }

    .top_header .header_block .top_logo img {
        height: 35px;
    }

    .banner__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .banner__content .banner__title {
        font-size: min(96px, 16vw);
        margin-bottom: 16px;
    }

    .banner__content .banner__subtitle {
        font-size: min(36px, 5.5vw);
    }

    .banner__content .banner__button {
        font-size: 16px;
        padding: 16px 32px;
    }

    .banner .social {
        display: none;
    }

    .about .container_row {
        flex-direction: column;
    }

    .about .block .container_row:nth-child(2n) {
        flex-direction: column;
    }

    .about .container_row:not(:nth-child(2n)) > :first-child,
    .about .container_row:nth-child(2n) > :last-child {
        margin-right: 0;
    }

    .about .container_row:not(:last-child) {
        margin-bottom: 50px;
    }

    .about .block .container_row > * {
        width: 100%;
    }

    .container_row .container_row__img,
    .about .container_row__title {
        margin-bottom: 20px;
    }

    .form_container {
        padding: 50px 0;
        margin-right: -20px;
        margin-left: -20px;
    }

    .form_container .booking__form {
        margin-right: 20px;
        margin-left: 20px;
    }

    .form__row {
        flex-direction: column;
    }

    .booking__form input:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .booking .booking__scheme {
        display: none;
    }

    .сard_product .сard_product__item {
        padding: 8px;
        width: 50%;
    }

    .сard_product .сard_product__item .сard_product__info {
        padding: 8px;
    }

    .card_performance .card_performance__item {
        padding: 24px 16px;
    }

    .card_performance .card_performance__item .card_performance__title .card_performance__time {
        margin-bottom: 20px;
    }

    .special .quote_text {
        display: none;
    }

    .special .special__title {
        margin-bottom: 50px;
    }

    .card_special .card_special__item,
    .card_special .card_special__item:nth-child(2n) {
        flex-direction: column;
    }

    .card_special .card_special__item:not(:last-child) {
        margin-bottom: 40px;
    }

    .card_special .card_special__item:not(:nth-child(2n)) > :first-child,
    .card_special .card_special__item:nth-child(2n) > :last-child {
        margin-right: 0;
    }

    .card_special .card_special__item .card_special__img {
        aspect-ratio: 2/1;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .card_special .card_special__item .card_special__content .card_special__name {
        margin-bottom: 8px;
    }

    .card_special .card_special__item .card_special__content .card_special__description {
        margin-bottom: 16px;
    }

    .card_performance .card_performance__item {
        width: 300px;
        min-height: 400px;
    }

    .footer_top {
        flex-direction: column;
        align-items: center;
    }

    .address_block,
    .address .address__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: auto;
    }

    .address .address__item:last-child {
        flex-direction: column-reverse;
    }

    .address .address__item .address__info {
        margin-right: 0;
    }

    .address .address__item:first-child .address__info:first-child,
    .address .address__item:last-child .address__info:last-child {
        margin-bottom: 15px;
    }

    .footer_top .form_block,
    .address_block,
    .address {
        margin-bottom: 30px;
    }

    .soc_block .soc {
        flex-direction: row;
        justify-content: space-around;
    }

    .soc_block .soc .soc__item:not(:last-child) {
        margin-right: 24px;
    }

    .footer_top .form_block,
    .footer_bottom .footer_block {
        margin-right: 0;
        text-align: center;
        max-width: 100%;
        width: auto;
    }

    footer .map {
        height: max(40vw, 213px);
    }

    .footer_bottom {
        flex-direction: column-reverse;
    }

    .title_container.menu_title_block .title {
        text-align: center;
    }

    .menu_list .menu_list__item {
        flex: 0 0 100%;

    }

    .contact_container {
        flex-direction: column;
    }

    .contact_address,
    .contact_form_block {
        width: 100%;
    }

    .contact_address {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .contact_form_block .btn__form__btn_send {
        width: 100%;
    }

    .contact_address .contact_address__address {
        margin-bottom: 32px;
    }
}