@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap);:root {
    --color-black: #222222;
    --color-gray: #D9D9D9;
    --color-dark: #5C5C5C;
    --color-red: #A7122F
}

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

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

body {
    font-family: Gilroy,sans-serif;
    font-weight: 400;
    font-size: 22px;
    min-width: 360px;
    color: var(--color-black);
}

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

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

button,input {
    outline: 0;
    border: 0
}

button {
    cursor: pointer
}

input {
    border-radius: 0;
    background: 0 0
}

.wrapper {
    overflow: hidden
}

.container {
    max-width: 1460px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

.container-lg {
    max-width: 1750px
}

.title {
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 60px;
    line-height: 1.4
}

.link {
    color: var(--color-red);
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-red);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.link-black {
    color: var(--color-black);
    border-color: var(--color-black)
}

.link-black:hover {
    color: var(--color-red);
    border-color: var(--color-red)
}

.input {
    width: 100%;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid var(--color-dark);
    font-size: 22px
}

.input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: var(--color-dark)
}

.input:-moz-placeholder {
    text-transform: uppercase;
    color: var(--color-dark)
}

.input::-moz-placeholder {
    text-transform: uppercase;
    color: var(--color-dark)
}

.input:-ms-input-placeholder {
    text-transform: uppercase;
    color: var(--color-dark)
}

.input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%
}

.input-row .input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn {
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid var(--color-black);
    height: 50px;
    -webkit-box-shadow: 4px 4px 0 0 #a7122f;
    box-shadow: 4px 4px 0 0 #a7122f;
    font-size: 17px;
    font-weight: 500
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--color-black)
}

.counter span {
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative
}

.counter span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--color-black);
    width: 9px;
    height: 1px
}

.counter span.plus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--color-black);
    width: 1px;
    height: 9px
}

.counter input {
    width: 40px;
    text-align: center;
    font-size: 15px
}

.delete {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 1px solid var(--color-black);
    position: relative
}

.delete::after,.delete::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background: var(--color-black)
}

.delete::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.delete::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.air-datepicker-body--day-name,.air-datepicker-cell.-current- {
    color: var(--color-red)
}

.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-,.air-datepicker-cell.-selected-.-focus- {
    background: var(--color-red);
    color: #fff
}

.text {
    padding: 100px 0;
    line-height: 1.4
}

.text p {
    margin-top: 20px
}

.header {
    position: relative;
    z-index: 10
}

.header .container-lg .header-logo {
    margin-right: auto
}

.header-top {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.1)
}

.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-col {
    width: 200px
}

.header-col:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-col:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-contact {
    font-size: 15px;
    line-height: 1.4
}

.header-contact p {
    margin-bottom: 4px
}

.header-contact p:last-child {
    margin-bottom: 0
}

.header-bottom {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase
}

.header-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav li::after {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    margin: auto 0;
    background: #000
}

.header-nav li a {
    display: block;
    margin: 0 25px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header-nav li a:hover {
    color: var(--color-red)
}

.header-nav li:first-child a {
    margin-left: 0
}

.header-nav li:last-child::after {
    display: none
}

.header-nav li:last-child a {
    margin-right: 0
}

.header-logo img {
    height: 90px
}

.header-cart {
    margin-left: 30px;
    position: relative
}

.header-cart:hover .header-cart__popup {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: inherit
}

.header-cart__popup {
    position: absolute;
    top: 100%;
    right: 0;
    width: 550px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    padding: 24px 40px;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0;
    pointer-events: none
}

.header-cart__popup h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5
}

.header-cart__total {
    border-top: 1px solid var(--color-black);
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px
}

.header-cart__total a {
    padding: 5px 0;
    border-bottom: 1px solid var(--color-black);
    font-size: 15px;
    line-height: 1.4;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header-cart__total a:hover {
    color: var(--color-red);
    border-color: var(--color-red)
}

.header-cart__total h4 {
    font-size: 17px;
    font-weight: 500
}

.header-cart__total h4 span {
    color: var(--color-red)
}

.header-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px
}

.header-cart__item-image {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.header-cart__item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header-cart__item-title small {
    display: block;
    font-size: 12px;
    opacity: .8
}

.header-cart__item-price {
    width: 90px;
    text-align: center;
    font-size: 15px
}

.header-cart__icon {
    display: block;
    width: 100px;
    height: 100px;
    background: var(--color-red) url("data:image/svg+xml,%3Csvg width='50' height='48' viewBox='0 0 50 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3789 22.5L14.3789 11.4542C14.3789 5.58848 19.1341 0.833338 24.9998 0.833338V0.833338C30.8656 0.833338 35.6207 5.58848 35.6207 11.4543L35.6207 22.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3.45856 18.0493C3.60102 16.3055 3.67225 15.4337 4.2466 14.9043C4.82094 14.375 5.69572 14.375 7.44527 14.375H42.5559C44.3054 14.375 45.1802 14.375 45.7546 14.9043C46.3289 15.4337 46.4001 16.3055 46.5426 18.0493L48.7209 44.7121C48.8036 45.7243 48.845 46.2304 48.5479 46.5527C48.2509 46.875 47.7431 46.875 46.7276 46.875H3.27358C2.25803 46.875 1.75025 46.875 1.45321 46.5527C1.15618 46.2304 1.19753 45.7243 1.28022 44.7121L3.45856 18.0493Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat center;
    position: relative
}

.header-cart__icon span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid var(--color-black);
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    top: 24px;
    right: 12px;
    position: absolute
}

.header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    max-width: 600px;
    width: 100%;
    border: 1px solid var(--color-black);
    cursor: pointer
}

.header-address::before {
    content: "";
    width: 50px;
    height: 50px;
    background: var(--color-red) url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0608 1.60465C12.2319 1.15811 11.8419 0.768142 11.3953 0.939245L1.31061 4.80346C1.03686 4.90835 0.901657 5.14538 0.896297 5.37654C0.891047 5.60294 1.00585 5.79084 1.2364 5.86089L5.06196 7.02333C5.50254 7.1572 5.8428 7.49746 5.97667 7.93804L7.13911 11.7636C7.20916 11.9942 7.39706 12.109 7.62346 12.1037C7.85462 12.0983 8.09165 11.9631 8.19654 11.6894L12.0608 1.60465ZM11.0747 0.102429C12.2453 -0.346131 13.3461 0.754653 12.8976 1.9253L9.03336 12.01C8.78814 12.65 8.20951 12.9865 7.64423 12.9996C7.07419 13.0128 6.48487 12.6928 6.28168 12.0241L5.11924 8.19858C5.07229 8.04408 4.95592 7.92771 4.80142 7.88077L0.975855 6.71833C0.307151 6.51513 -0.0128242 5.92581 0.000393117 5.35577C0.0135 4.79049 0.349999 4.21186 0.989963 3.96664L1.15029 4.38505L0.989963 3.96664L11.0747 0.102429L11.2346 0.519618L11.0747 0.102429Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center
}

.header-address p {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 15px
}

.header-burger {
    display: none
}

.slider {
    height: 700px;
    overflow: hidden;
    border-bottom: 2px solid #000
}

.slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider .container,.slider .splide-slider,.slider .splide__track {
    height: 100%
}

.slider .splide__track {
    overflow: initial
}

.about {
    padding-top: 100px
}

.about-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: -1
}

.about-text {
    max-width: 845px;
    width: 100%;
    padding: 40px 0 55px;
    background: -o-linear-gradient(1deg,#fff .68%,#fff 41.32%,rgba(255,255,255,.8) 75.79%,rgba(255,255,255,.6) 99.45%);
    background: linear-gradient(89deg,#fff .68%,#fff 41.32%,rgba(255,255,255,.8) 75.79%,rgba(255,255,255,.6) 99.45%);
    border-right: 2px solid #000
}

.about-text p {
    max-width: 700px;
    line-height: 1.4;
    margin-top: 30px
}

.afisha {
    padding: 150px 0 100px
}

.afisha .container::after,.afisha .container::before {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(100% + 100px);
    background: #000
}

.afisha .container::before {
    left: 15px
}

.afisha .container::after {
    left: 858px
}

.afisha-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #000
}

.afisha-img {
    height: 600px;
    width: 845px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.afisha-text {
    width: calc(100% - 845px)
}

.afisha-text .title {
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 2px solid #000;
    margin-bottom: 60px
}

.afisha-text p {
    margin-top: 40px;
    max-width: 420px;
    margin-left: auto;
    line-height: 1.4
}

.afisha-text p:first-child {
    margin-top: 0
}

.afisha-control {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -50px;
    border-radius: 100%;
    background: #fff;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.1);
    box-shadow: -3px 3px 7px rgba(0,0,0,.1);
    overflow: hidden
}

.afisha-arrow {
    width: 50px;
    height: 100px;
    padding: 0;
    background: url("data:image/svg+xml,%3Csvg width='50' height='100' viewBox='0 0 50 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 33V67L12 50' fill='%23222222'/%3E%3C/svg%3E%0A") center no-repeat #fff
}

.afisha-arrow svg {
    display: none
}

.afisha-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.eatwell {
    padding: 150px 0
}

.eatwell-bottom {
    position: relative
}

.eatwell-text {
    padding: 45px 145px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    max-width: 1140px
}

.eatwell-text h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5
}

.eatwell-text p,.eatwell-text ul {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500
}

.eatwell-text p,.eatwell-text ul li {
    margin-top: 15px
}

.eatwell-text ul li {
    position: relative;
    padding-left: 15px
}

.eatwell-text ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--color-red)
}

.eatwell-pizza {
    position: absolute;
    top: -15px;
    right: 0;
    width: 260px;
    z-index: 5
}

.eatwell-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eatwell-info {
    width: 410px;
    background: url(../img/eatwell-lemon.png) bottom 35px right 55px/110px no-repeat rgba(217,217,217,.75);
    padding: 60px 70px;
    border-left: 2px solid #000
}

.eatwell-info h2 {
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.8;
    text-transform: uppercase
}

.eatwell-video {
    display: block;
    height: 535px;
    width: calc(100% - 410px);
    position: relative;
    border-right: 2px solid #000
}

.eatwell-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .35
}

.eatwell-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 128px;
    margin: auto;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_380_4663)'%3E%3Cpath d='M64.0016 126.498C98.5192 126.498 126.501 98.5158 126.501 63.998C126.501 29.4802 98.5192 1.49805 64.0016 1.49805C29.484 1.49805 1.50195 29.4802 1.50195 63.998C1.50195 98.5158 29.484 126.498 64.0016 126.498Z' stroke='white' stroke-width='2.19613' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.501 38.999L89.0008 63.999L51.501 88.999V38.999Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_380_4663'%3E%3Crect width='128' height='128' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center/cover no-repeat
}

.eatwell-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.eatwell-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px
}

.eatwell-social a {
    display: block;
    opacity: .3;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.eatwell-social a:hover {
    opacity: 1
}

.menu {
    padding: 100px 0
}

.menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.menu .title {
    margin-bottom: 30px;
    width: calc(100% - 200px - 60px);
    margin-left: auto;
    max-width: 1000px
}

.menu-sidebar {
    width: 200px
}

.menu-sidebar__nav li {
    margin-bottom: 40px
}

.menu-sidebar__nav li:last-child {
    margin-bottom: 0
}

.menu-sidebar__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    position: relative;
    padding-left: 80px;
    padding-right: 10px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.menu-sidebar__nav a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px
}

.menu-sidebar__nav a p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4
}

.menu-sidebar__nav a:hover {
    color: var(--color-red)
}

.menu-main {
    max-width: 1000px;
    width: calc(100% - 200px - 60px);
    margin-left: auto
}

.menu-section {
        background: url(../img/menu-bg.png);
        -webkit-box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
        box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
    padding: 140px 0;
    height: 1410px;
    margin-bottom: 100px;
    position:relative;
}
.flowers-top {
    position:absolute;
    top:0;
    right:0;
}
.flowers-bottom {
    position:absolute;
    bottom:0;
    left:0;
    transform: rotate(180deg);
}

.menu-section:last-child {
    margin-bottom: 0
}

.menu-title {
    margin-bottom: 35px;
    font-size: 30px;
    font-family: "Playfair Display";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    border-bottom: 1px solid #000;
    display: inline-block
}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.menu-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.menu-list__name,.menu-list__price {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    overflow-wrap: normal;
}

.menu-list__description {
    font-size: 15px;
    line-height: 1.4
}

.menu-list__price {
    width: 200px;
    text-align: right
}

.menu-list__description,.menu-list__name {
    width: calc(100% - 200px)
}

.menu-content {
    max-width: 560px;
    margin: 0 auto;
    padding-bottom:50px;
}

.delivery-nav {
    margin: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #000;
    border-left: 1px solid #000
}

.delivery-nav li {
    width: 12.5%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000
}

.delivery-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding-left: 75px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.delivery-nav li a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px
}

.delivery-nav li a p {
    width: 100%
}

.delivery-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: var(--color-red);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.delivery-nav li a:hover {
    color: var(--color-red)
}

.delivery-nav li a:hover::after {
    height: 5px
}

.delivery-section {
    margin-top: 50px;
    padding-top: 50px
}

.delivery-section__title {
    font-weight: 500;
    font-size: 52px;
    margin-bottom: 40px
}

.delivery-section__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px 20px
}

.delivery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-item__img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.delivery-item__content {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.delivery-item__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    width: 100%
}

.delivery-item__description {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    color: var(--color-dark)
}

.delivery-item__spec {
    font-size: 15px;
    line-height: 1.4;
    color: var(--color-dark)
}

.delivery-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.delivery-item__price {
    font-size: 22px;
    font-weight: 500
}

.delivery-item__lunch {
    width: 50%;
    max-width: 200px;
    display: block
}

.delivery-item__lunch input {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.delivery-item__lunch input:checked+.delivery-item__buy {
    background-color: var(--color-red);
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.47656 12.7188L7.47656 6.9569C7.47656 3.9067 9.94924 1.43403 12.9994 1.43403V1.43403C16.0496 1.43403 18.5223 3.90671 18.5223 6.95691L18.5223 12.7188' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M1.65519 12.1621C1.79744 10.4181 1.86857 9.54615 2.44293 9.01673C3.0173 8.4873 3.89218 8.4873 5.64195 8.4873H20.3594C22.1092 8.4873 22.9841 8.4873 23.5584 9.01673C24.1328 9.54615 24.2039 10.4181 24.3462 12.1621L25.2508 23.2518C25.3333 24.2639 25.3746 24.7699 25.0776 25.0921C24.7805 25.4144 24.2728 25.4144 23.2574 25.4144H2.74399C1.72857 25.4144 1.22085 25.4144 0.92382 25.0921C0.626789 24.7699 0.668066 24.2639 0.750619 23.2518L1.65519 12.1621Z' stroke='white'/%3E%3C/svg%3E");
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-color: var(--color-red)
}

.delivery-item__buy {
    width: 100%;
    height: 45px;
    border: 1px solid var(--color-black);
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.47656 12.7188L7.47656 6.9569C7.47656 3.9067 9.94924 1.43403 12.9994 1.43403V1.43403C16.0496 1.43403 18.5223 3.90671 18.5223 6.95691L18.5223 12.7188' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M1.65519 12.1621C1.79744 10.4181 1.86857 9.54615 2.44293 9.01673C3.0173 8.4873 3.89218 8.4873 5.64195 8.4873H20.3594C22.1092 8.4873 22.9841 8.4873 23.5584 9.01673C24.1328 9.54615 24.2039 10.4181 24.3462 12.1621L25.2508 23.2518C25.3333 24.2639 25.3746 24.7699 25.0776 25.0921C24.7805 25.4144 24.2728 25.4144 23.2574 25.4144H2.74399C1.72857 25.4144 1.22085 25.4144 0.92382 25.0921C0.626789 24.7699 0.668066 24.2639 0.750619 23.2518L1.65519 12.1621Z' stroke='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: block
}

.delivery-item__buy:hover {
    -webkit-box-shadow: 3px 3px 0 0 var(--color-red);
    box-shadow: 3px 3px 0 0 var(--color-red)
}

.delivery-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 30px
}

.delivery-item__select {
    max-width: 200px;
    width: 50%;
    height: 30px;
    border-radius: 999px;
    border: 1px solid var(--color-dark);
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    display: block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-text-align-last: center;
    text-align-last: center;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L9.76314 0H0.23686L5 6Z' fill='%235C5C5C'/%3E%3C/svg%3E%0A") right 8px center no-repeat #fff;
    color: var(--color-black)
}

.delivery-banner {
    color: #fff;
    background: var(--color-red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5
}

.delivery-banner p {
    max-width: 270px;
    width: 100%
}

.delivery-banner hr {
    width: 100%;
    height: 3px;
    border: 0;
    background: #fff;
    max-width: 270px;
    margin: 12px 0
}

.delivery-lunch {
    padding: 60px 140px 70px;
    margin-top: 100px;
    background: url(../img/lunch.jpg) center/cover no-repeat
}

.delivery-lunch h3 {
    max-width: 390px;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.4
}

.delivery-lunch h3 span {
    color: var(--color-red)
}

.delivery-lunch a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 346px;
    width: 100%;
    height: 50px;
    color: #fff;
    background: var(--color-red);
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 24px
}

.delivery-lunch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 40px
}

.delivery-lunch__list span {
    color: var(--color-red)
}

.delivery-map {
    margin-top: 100px;
    position: relative
}

.delivery-map::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: var(--color-black);
    z-index: -1
}

.delivery-map__title {
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.4;
    border-top: 1px solid var(--color-black);
    padding: 100px 0 50px
}

.delivery-map__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid var(--color-black)
}

.delivery-map__content {
    padding: 50px 100px;
    max-width: 540px;
    width: 100%
}

.delivery-map__content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 24px
}

.delivery-map__content h3:first-child {
    margin-top: 0
}

.delivery-map__content p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4
}

.delivery-map__content .btn-wrap {
    margin-top: 24px
}

.delivery-map__iframe {
    background: #eee;
    width: calc(100% - 540px);
    position: relative;
    overflow: hidden
}

.delivery-map__iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important
}

.delivery-buylunch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
}

.delivery-buylunch .btn {
    width: auto;
    height: auto;
    padding: 18px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.delivery-buylunch .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.lunch-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    height: 50px;
    position: relative;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 120px
}

.lunch-back a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-dark);
    background: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.65685 13.7216L0.292892 7.67216C-0.0976315 7.30094 -0.0976315 6.69906 0.292892 6.32784L6.65685 0.278417C7.04738 -0.0928057 7.68054 -0.0928057 8.07107 0.278417C8.46159 0.64964 8.46159 1.25151 8.07107 1.62273L3.41421 6.04942L21 6.04942C21.5523 6.04942 22 6.47501 22 7C22 7.52499 21.5523 7.95058 21 7.95058L3.41421 7.95058L8.07107 12.3773C8.46159 12.7485 8.46159 13.3504 8.07107 13.7216C7.68054 14.0928 7.04738 14.0928 6.65685 13.7216Z' fill='%235C5C5C'/%3E%3C/svg%3E%0A") center no-repeat
}

.lunch-back+.delivery-lunch {
    margin-top: 50px
}

.footer {
    background: var(--color-black);
    color: #fff
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 120px 0
}

.footer-block {
    text-align: center
}

.footer-block h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    font-family: Playfair;
    margin-bottom: 20px
}

.footer-block p {
    font-size: 22px;
    line-height: 1.5
}

.footer-address {
    max-width: 470px
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-top: 33px
}

.footer-bottom {
    text-align: center;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.footer-bottom::before {
    content: "";
    max-width: 1000px;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),color-stop(50%, #a7122f),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#a7122f 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,#a7122f 50%,rgba(255,255,255,0) 100%)
}

.reserv {
    padding: 100px 0
}

.reserv-content {
    max-width: 850px;
    width: 100%;
    padding-right: 150px;
    background: -o-linear-gradient(1deg,#fff .68%,#fff 41.32%,rgba(255,255,255,.8) 75.79%,rgba(255,255,255,.6) 99.45%);
    background: linear-gradient(89deg,#fff .68%,#fff 41.32%,rgba(255,255,255,.8) 75.79%,rgba(255,255,255,.6) 99.45%);
    border-right: 2px solid #000
}

.reserv-content p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 60px
}

.reserv-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32px
}

.reserv-form .btn {
    max-width: calc(50% - 12px);
    margin-left: auto;
    margin-top: 20px
}

.reserv-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: -1
}

.contact {
    padding: 100px 0
}

.contact-content {
    margin-left: auto;
    max-width: 845px;
    padding-left: 140px;
    border-left: 2px solid var(--color-black);
    background: -webkit-gradient(linear,left top, right top,color-stop(.12%, rgba(255,255,255,.7)),color-stop(33.89%, #fff),color-stop(61.44%, #fff),color-stop(99.9%, #fff));
    background: -o-linear-gradient(left,rgba(255,255,255,.7) .12%,#fff 33.89%,#fff 61.44%,#fff 99.9%);
    background: linear-gradient(90deg,rgba(255,255,255,.7) .12%,#fff 33.89%,#fff 61.44%,#fff 99.9%)
}

.contact-content p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 32px
}

.contact-content p:first-child {
    margin-top: 0
}

.contact-content .title {
    margin-top: 70px
}

.contact-content .title:first-child {
    margin-top: 0
}

.contact-map {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-top: 64px
}

.contact-map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important
}

.contact-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    z-index: -1
}

.popup {
    display: none;
    max-width: 1720px;
    width: 100%;
    padding: 100px;
    color: var(--color-black)
}

.popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
}

.popup-content:first-child {
    margin-top: 0
}

.popup-sidebar {
    width: 330px
}

.popup-main {
    width: calc(100% - 330px - 60px);
    margin-left: auto
}

.popup-nav li {
    margin-top: 24px
}

.popup-nav li:first-child {
    margin-top: 0
}

.popup-nav li a {
    padding: 5px 0;
    font-size: 22px;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-black)
}

.popup-title {
    font-size: 52px;
    font-weight: 500
}

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px
}

.popup-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    border: 1px solid var(--color-black);
    padding-left: 25px;
    font-size: 15px
}

.popup-input::-webkit-input-placeholder {
    color: var(--color-dark)
}

.popup-input:-moz-placeholder {
    color: var(--color-dark)
}

.popup-input::-moz-placeholder {
    color: var(--color-dark)
}

.popup-input:-ms-input-placeholder {
    color: var(--color-dark)
}

.popup-input.sm {
    max-width: 110px;
    padding: 0;
    text-align: center
}

.popup-button {
    width: 230px;
    height: 60px;
    background: #fff;
    border: 1px solid var(--color-black);
    font-size: 17px;
    font-weight: 500;
    cursor: pointer
}

.popup-map {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative
}

.popup-map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: var(--color-dark);
    --f-button-hover-color: var(--color-black);
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0);
    --f-button-active-bg: rgba(0, 0, 0, 0);
    --f-button-hover-bg: rgba(0, 0, 0, 0)
}

.cart {
    padding: 100px 0
}

.cart-title {
    font-size: 52px;
    font-weight: 500
}

.cart-subtitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px
}

.cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.cart-col {
    width: 50%
}

.cart-col:nth-child(1) {
    border-right: .5px solid var(--color-black);
    padding-right: 140px
}

.cart-col:nth-child(2) {
    border-left: .5px solid var(--color-black);
    padding-left: 140px
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #d9d9d9
}

.cart-item:first-of-type {
    padding-top: 0;
    border: 0
}

.cart-item__image {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.cart-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.4
}

.cart-item__price {
    width: 90px;
    text-align: center;
    font-size: 15px
}

.cart-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-item__list {
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px 10px;
    padding-left: 15px;
    opacity: .8
}

.cart-total {
    margin-top: 16px;
    border-top: 1px solid var(--color-black);
    padding-top: 40px
}

.cart-total__content {
    max-width: 360px;
    margin-left: auto
}

.cart-total__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px
}

.cart-total__list li:first-child {
    margin-top: 0
}

.cart-total__list li b {
    font-weight: 500
}

.cart-total__list li.total {
    font-size: 22px;
    margin-top: 16px
}

.cart-total__list li.total b {
    color: var(--color-red)
}

.cart-total__promocode {
    position: relative;
    margin-bottom: 32px
}

.cart-total__promocode input {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid var(--color-black);
    padding-left: 10px;
    padding-right: 60px;
    font-size: 15px
}

.cart-total__promocode button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 50px;
    height: 30px;
    background: #d9d9d9;
    font-size: 15px;
    padding: 0;
    color: var(--color-black)
}

.cart-total__comment {
    padding: 10px;
    border: 1px solid var(--color-dark);
    width: 100%;
    font-size: 15px;
    resize: none;
    height: 60px;
    margin-top: 32px
}

.cart-input {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid var(--color-dark);
    font-size: 15px;
    padding: 0
}

.cart-form .btn-wrap {
    margin: 48px 0 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-form .btn {
    max-width: 210px
}

.cart-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.cart-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.cart-form__row .cart-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-form__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 44px;
    border: 1px solid var(--color-red);
    margin: 48px 0 24px
}

.cart-form__tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.cart-form__tabs li.active {
    background: var(--color-red);
    color: #fff
}

.cart-form__tab {
    display: none;
    margin-bottom: 48px
}

.cart-form__tab.active {
    display: block
}

.cart-form__tab p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 16px
}

.cart-form__map {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative
}

.cart-form__map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important
}

.cart-form__radio {
    display: block;
    margin-top: 16px;
    cursor: pointer
}

.cart-form__radio input {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.cart-form__radio input:checked+p {
    color: var(--color-black)
}

.cart-form__radio input:checked+p::before {
    border-color: var(--color-black);
    background: var(--color-red)
}

.cart-form__radio p {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 500;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    padding-left: 34px
}

.cart-form__radio p::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid var(--color-dark);
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.cart-form__agree {
    font-size: 15px;
    line-height: 1.5
}

.cart-form__agree a {
    color: var(--color-dark)
}

.cart-form__agree a:hover {
    color: var(--color-red)
}

@media (max-width: 1600px) {
    .delivery-nav li a {
        font-size:18px
    }
}

@media (max-width: 1460px) {
    body {
        font-size:18px
    }

    .link {
        padding-bottom: 5px
    }

    .container {
        max-width: 1200px
    }

    .container-lg {
        max-width: 100%
    }

    .title {
        font-size: 54px
    }

    .header-top {
        height: 120px
    }

    .header-bottom {
        padding: 15px 0
    }

    .header-nav {
        font-size: 18px
    }

    .slider {
        height: 600px
    }

    .about-text {
        max-width: 700px
    }

    .about-text p {
        max-width: 600px
    }

    .about-img {
        width: 660px
    }

    .afisha {
        padding: 100px 0 75px
    }

    .afisha .container::after,.afisha .container::before {
        height: calc(100% + 75px)
    }

    .afisha .container::after {
        left: 713px
    }

    .afisha-img {
        width: 700px;
        height: 500px
    }

    .afisha-text {
        width: calc(100% - 700px)
    }

    .afisha-text .title {
        padding: 0 0 10px;
        margin-bottom: 50px
    }

    .afisha-text p {
        max-width: 400px;
        margin-top: 30px
    }

    .afisha-control {
        width: 80px;
        height: 80px;
        left: -41px
    }

    .afisha-arrow {
        width: 40px;
        height: 80px;
        background-size: cover
    }

    .eatwell-text {
        padding: 40px;
        max-width: 850px
    }

    .eatwell-text h3 {
        font-size: 24px
    }

    .eatwell-text p,.eatwell-text ul {
        font-size: 15px
    }

    .eatwell-video {
        height: 400px
    }

    .eatwell-info {
        padding: 40px;
        background-position: bottom 20px right 20px
    }

    .eatwell-social {
        margin-bottom: 30px
    }

    .menu-section {
        height: auto;
        padding: 120px 0;
        background: url(../img/menu-bg.png);
        -webkit-box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
        box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
    }

    .delivery-nav {
        margin: 40px 0
    }

    .delivery-nav li a {
        height: 70px;
        font-size: 16px;
        padding-left: 60px;
        padding-right: 10px
    }

    .delivery-nav li a img {
        height: 60px
    }

    .delivery-nav li a:hover::after {
        height: 3px
    }

    .delivery-banner {
        font-size: 22px
    }

    .delivery-item__img {
        height: 280px
    }

    .delivery-item__title {
        font-size: 20px
    }

    .delivery-item__description {
        font-size: 15px
    }

    .delivery-section__title {
        margin-bottom: 30px;
        font-size: 46px
    }

    .delivery-lunch {
        padding-left: 80px;
        margin-top: 50px
    }

    .delivery-lunch h3 {
        font-size: 42px;
        max-width: 350px
    }

    .delivery-lunch__list {
        font-size: 22px
    }

    .lunch-back a {
        font-size: 18px;
        padding-left: 70px;
        height: 40px
    }

    .lunch-back a::before {
        width: 40px;
        height: 40px
    }

    .footer-top {
        padding: 60px 0
    }

    .footer-block h3 {
        margin-bottom: 12px
    }

    .footer-block p {
        font-size: 17px
    }

    .footer-social {
        margin-top: 20px;
        gap: 20px
    }

    .footer-address {
        max-width: 360px
    }

    .footer-bottom {
        padding-bottom: 30px;
        gap: 30px
    }

    .reserv-content {
        max-width: 700px;
        padding-right: 80px
    }

    .reserv-img {
        width: 740px
    }

    .contact-content {
        max-width: 700px;
        padding-left: 80px
    }

    .contact-content p {
        font-size: 22px;
        margin-top: 15px
    }

    .contact-content .title {
        margin-top: 40px
    }

    .contact-map {
        margin-top: 40px;
        height: 320px
    }

    .contact-img {
        width: 800px
    }

    .header-cart {
        margin-left: 20px
    }

    .header-cart__icon {
        width: 62px;
        height: 62px;
        background-size: 24px
    }

    .header-cart__icon span {
        top: 6px;
        right: 6px
    }

    .header-address {
        max-width: 500px
    }

    .popup {
        padding: 40px
    }

    .popup-nav li a {
        font-size: 18px
    }

    .popup-sidebar {
        width: 280px
    }

    .popup-main {
        width: calc(100% - 280px - 40px)
    }

    .popup-content,.popup-form {
        margin-top: 20px
    }

    .popup-title {
        font-size: 42px
    }

    .popup-button {
        width: 180px
    }

    .popup-map {
        height: 460px
    }

    .cart-col:nth-child(1) {
        padding-right: 60px
    }

    .cart-col:nth-child(2) {
        padding-left: 60px
    }

    .cart-item__image {
        width: 90px;
        height: 90px
    }

    .header-logo img {
        height: 80px
    }
}

@media (max-width: 1200px) {
    .container {
        max-width:1024px
    }

    .delivery-nav li {
        width: 25%
    }

    .delivery-section__grid {
        grid-template-columns: repeat(3,1fr)
    }

    .delivery-map__content {
        padding: 50px;
        max-width: 420px
    }

    .delivery-map__content p {
        font-size: 16px
    }

    .delivery-map__iframe {
        width: calc(100% - 420px)
    }

    .lunch-back+.delivery-lunch {
        background-size: 1200px;
        background-position: left center
    }

    .cart-col:nth-child(1) {
        width: 65%;
        padding-right: 30px
    }

    .cart-col:nth-child(2) {
        width: 35%;
        padding-left: 30px
    }

    .cart-item__image {
        width: 60px;
        height: 60px
    }

    

    .menu-section {
        background: url(../img/menu-bg.png);
        -webkit-box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
        box-shadow: inset 0 0 0 14px #e2ddd9,inset 0 0 0 15px #000,inset 0 0 0 25px #e2ddd9,inset 0 0 0 26px #000;
    }

    .flowers {
        width:150px;    
    }

    .popup-sidebar {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .popup-main {
        width: 100%
    }

    .popup-nav {
        margin-top: 24px
    }

    .slider {
        height: 500px
    }

    .afisha-img {
        width: 500px
    }

    .afisha-text {
        width: calc(100% - 500px)
    }

    .afisha .container::after {
        left: 513px
    }

    .eatwell-pizza {
        display: none
    }

    .eatwell-text {
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    .container {
        max-width:768px
    }

    .header-address {
        display: none
    }

    .header-top {
        height: 80px
    }

    .header-logo img {
        height: 50px
    }

    .delivery-lunch {
        padding: 40px
    }

    .delivery-lunch h3 {
        font-size: 32px;
        max-width: 260px
    }

    .delivery-lunch a {
        max-width: 240px;
        font-size: 16px
    }

    .delivery-section {
        margin-top: 0
    }

    .delivery-section__title {
        font-size: 32px;
        margin-bottom: 24px
    }

    .delivery-section__grid {
        grid-template-columns: repeat(2,1fr);
        gap: 24px
    }

    .delivery-map__content {
        width: 100%;
        max-width: 100%
    }

    .delivery-map__iframe {
        width: 100%;
        height: 300px
    }

    .delivery-map__title {
        font-size: 32px;
        padding: 50px 0 24px
    }

    .delivery-map {
        margin-top: 50px
    }

    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px
    }

    .header-cart__popup {
        display: none!important
    }

    .lunch-back a {
        margin-top: 24px;
        font-size: 15px;
        padding-left: 60px
    }

    .lunch-back+.delivery-lunch {
        margin-top: 24px;
        background-size: 1024px
    }

    .delivery-lunch__list {
        margin-top: 24px;
        gap: 24px;
        font-size: 17px
    }

    .cart {
        padding: 50px 0
    }

    .cart-title {
        font-size: 42px
    }

    .cart-col:nth-child(1) {
        width: 100%;
        padding: 0;
        border: 0
    }

    .cart-col:nth-child(2) {
        width: 100%;
        padding: 40px 0 0;
        border: 0;
        border-top: 1px solid var(--color-black);
        margin-top: 40px
    }

    .cart-total__content {
        margin-left: 0
    }

    .reserv {
        padding: 50px 0
    }

    .reserv-content {
        max-width: 100%;
        padding-right: 0;
        border: 0
    }

    .title {
        font-size: 42px
    }

    .contact {
        padding: 50px 0
    }

    .contact-img {
        display: none
    }

    .contact-content {
        max-width: 100%;
        padding-left: 0;
        border: 0
    }

    .menu {
        padding: 50px 0
    }

    .menu-sidebar {
        width: 100%;
        margin-bottom: 24px
    }

    .menu-sidebar__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-right: 1px solid var(--color-black);
        border-bottom: 1px solid var(--color-black)
    }

    .menu-sidebar__nav li {
        margin: 0;
        width: 33.3333333333%
    }

    .menu-main {
        width: 100%
    }

    .menu .title {
        width: 100%;
        text-align: center;
        margin-bottom: 24px
    }

    .menu-section {
        height: auto;
        padding: 80px;
        margin-bottom: 24px
    }

    .popup-input {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }

    .popup-input.sm {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%
    }

    .slider {
        height: 360px
    }

    .about {
        padding: 50px 0
    }

    .about-text {
        max-width: 100%;
        padding: 0;
        border: 0
    }

    .about-text p {
        max-width: 100%;
        font-size: 16px;
        margin-top: 16px
    }

    .about-img {
        display: none
    }

    .afisha {
        padding: 0 0 50px
    }

    .afisha-text {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 32px
    }

    .afisha-text p {
        margin: 16px auto 0
    }

    .afisha-text .title {
        margin-bottom: 32px
    }

    .afisha-img {
        width: 100%;
        height: 360px
    }

    .afisha-control {
        left: calc(50% - 40px);
        bottom: -40px;
        top: initial;
        right: 0;
        margin: 0
    }

    .afisha .container::after {
        left: initial;
        right: 15px
    }

    .afisha .container::after,.afisha .container::before {
        height: calc(100% + 40px)
    }

    .eatwell {
        padding: 50px 0
    }

    .text {
        padding: 50px 0;
        font-size: 15px
    }

    .text p {
        margin-top: 16px
    }

    .delivery-buylunch {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    .container {
        max-width:576px
    }

    .delivery-lunch {
        background-size: 840px;
        background-position: left center
    }

    .delivery-nav li {
        width: 33.3333333333%
    }

    .delivery-banner {
        padding: 24px;
        font-size: 16px;
        width: 100%
    }

    .delivery-banner hr,.delivery-banner p {
        max-width: 100%
    }

    .delivery-section__grid {
        grid-template-columns: repeat(1,1fr)
    }

    .lunch-back+.delivery-lunch {
        background-size: 850px
    }

    .input {
        font-size: 15px;
        text-transform: none
    }

    .reserv-img {
        display: none
    }

    .reserv-form {
        gap: 16px;
        margin-top: 24px
    }

    .title {
        font-size: 36px
    }

    .header-col {
        width: auto
    }

    .header-col:first-child {
        display: none
    }

    .header-col:nth-child(2) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-contact {
        font-size: 13px;
        padding-left: 15px
    }

    .header-contact p {
        margin: 0
    }

    .header-bottom {
        padding-bottom: 0
    }

    .header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: "Playfair Display";
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .header-burger::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='4' width='24' height='2' fill='%23222222'/%3E%3Crect y='11' width='24' height='2' fill='%23222222'/%3E%3Crect y='18' width='24' height='2' fill='%23222222'/%3E%3C/svg%3E%0A") center no-repeat
    }

    .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 15px;
        display: none
    }

    .header-nav.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-nav li::after {
        display: none
    }

    .header-nav li a {
        margin: 0!important
    }

    .contact-content p {
        font-size: 16px;
        margin-top: 8px
    }

    .menu-sidebar__nav a p {
        font-size: 16px
    }

    .popup-title {
        font-size: 32px
    }

    .popup-map {
        height: 320px
    }

    .eatwell-info {
        width: 100%;
        border-right: 2px solid var(--color-black)
    }

    .eatwell-video {
        width: 100%;
        height: 320px;
        border-left: 2px solid var(--color-black)
    }
}

@media (max-width: 576px) {
    .container {
        max-width:100%
    }

    .delivery-nav li {
        width: 50%
    }

    .delivery-lunch {
        padding: 30px
    }

    .cart-item__title {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: calc(100% - 60px - 24px)
    }

    .cart-item__count {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 75px;
        margin-top: 12px
    }

    .cart-item__price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 12px;
        margin-left: auto;
        width: auto
    }

    .cart-item__lunch .cart-item__count {
        margin-left: 15px;
        margin-top: 15px
    }

    .cart-item__lunch .cart-item__title {
        width: calc(100% - 24px)
    }

    .cart-item__lunch .cart-item__list {
        margin-top: 10px
    }

    .cart-item__lunch .cart-item__list li {
        width: 100%
    }

    .menu-sidebar__nav li {
        width: 50%
    }

    .flowers {
        width:100px;    
    }
    .menu-section {
        padding: 50px
    }

    .menu-list {
        gap: 24px
    }

    .menu-title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .menu-list__name,.menu-list__price {
        font-size: 16px
    }

    .menu-list__description {
        font-size: 14px
    }

    .popup-form {
        gap: 8px
    }

    .popup-input.sm {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: calc(50% - 4px)
    }

    .popup-button {
        width: 100%
    }

    .afisha-text p {
        padding-left: 16px;
        padding-right: 16px
    }

    .afisha-img {
        height: 300px
    }
}

@media (max-width: 475px) {
    .menu-section {
        -webkit-box-shadow:inset 0 0 0 5px #e2ddd9,inset 0 0 0 6px #000,inset 0 0 0 11px #e2ddd9,inset 0 0 0 12px #000;
        box-shadow: inset 0 0 0 5px #e2ddd9,inset 0 0 0 6px #000,inset 0 0 0 11px #e2ddd9,inset 0 0 0 12px #000;
        padding: 30px
    }

    .flowers {
        width:50px;    
    }
    .menu-title {
        font-size: 20px
    }

    .menu-list__description {
        width: 100%
    }

    .slider {
        height: 240px
    }

    .eatwell-text {
        padding: 30px
    }

    .eatwell-text h3 {
        font-size: 22px;
        line-height: 1.4
    }

    .eatwell-info {
        padding: 30px;
        background-position: bottom 10px right 10px;
        background-size: 48px
    }

    .eatwell-social {
        margin-bottom: 24px
    }

    .eatwell-info h2 {
        font-size: 18px;
        line-height: 1.5
    }
}
