:root {
    --gray: #d3d2d1;
}

.cart__progress {
    margin-bottom: 104px;
}

.cart-progress__row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: space-between;
    align-items: center;
}

.cart-progress__row--titles {
    position: relative;
    margin-bottom: 11px;
    /* left: 50%;
    transform: translateX(-50%);
    width: 103%; */
}

.cart-progress__item {
    display: flex;
    flex-grow: 1;
    position: relative;
    align-items: center;
}

.cart-progress__title {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 171%;
    color: #d3d2d1;
}

.cart-progress__title--active {
    color: var(--text-color-gray);
}

.cart-progress__circle {
    padding: 8px 13.5px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background: var(--gray);
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    cursor: pointer;
}

.cart-progress__circle--gold {
    background: var(--gold);
}

.cart-progress__circle--choosen {
    padding: 13px 18.5px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.18);
    background: var(--gold);
}

.cart-progress__line {
    border: 3px solid var(--gray);
    height: 3px;
    width: 100%;
    z-index: 1;
    flex-grow: 1;
    margin-left: -2px;
    margin-right: -2px;
}

.cart-progress__line--active {
    border: 3px solid var(--gold);
}

.cart-progress__item:last-of-type .cart-progress__line {
    display: none;
}

/* cart page 1 */

.cart__page {
    margin-bottom: 80px;
    padding-right: 100px;
}

.subsection__title {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 83%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.quantity__items {
    display: flex;
    gap: 80px;
}

.quantity-item__inner {
    display: flex;
    gap: 23px;
}

.quantity-item__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.quantity-item {
    padding: 0 10px;
    border: 1px solid var(--gold);
    border-radius: 6px;
    width: 108px;
    height: 40px;
    display: flex;
    align-items: center;
}

.button--quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.button--quantity svg {
    fill: #999;
    width: 100%;
    height: 100%;
    transition: fill var(--transition);
}

.button--quantity svg:hover {
    fill: var(--text-color-gray);
}

.quantity-count {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 94%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* cart bottom */

.cart__bottom {
    padding-right: 100px;
}

.button--cart-bottom {
    font-size: 14px;
    padding: 18px 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-skip-step:active {
    outline: 1px solid var(--gold);
}

.support__label {
    font-family: var(--second-family);
    font-size: 18px;
    line-height: 111%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cart__buttons-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.buttons-row {
    display: flex;
    justify-content: space-between;
}

.buttons-row button {
    min-width: 266px;
}

/* calendar */

.calendar {
    border: 0.62px solid var(--gold);
    border-radius: 16px;
    width: 364px;
    padding: 23px 30px;
    margin-bottom: 80px;
}

.calendar__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 60%;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.calendar__subtitle {
    margin-bottom: 22px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 101%;
    text-transform: capitalize;
    opacity: 0.9;
}

.calendar__section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.calendar__section--time {
    border-bottom: 0.31px solid var(--gold);
    position: relative;
}

.calendar__time-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.calendar__time {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 75%;
    text-transform: capitalize;
}

.calendar__change-time-button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 121%;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    opacity: 0.6;
}

.time-picker {
    position: absolute;
    top: -50px;
    left: 345px;
    background: white;
    border: 0.62px solid var(--gold);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 180px;
    width: 110px;
    overflow-y: auto;
    z-index: 10;
    flex-direction: column;
}

.time-picker__option {
    position: relative;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 75%;
    text-transform: capitalize;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.1s ease-in-out;
}

.time-picker__option:first-child {
    padding-top: 20px;
}

.time-picker__option:last-child {
    padding-bottom: 20px;
}

.time-picker__option:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.5px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gold);
}

.calendar__section--date {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
}

.flatpickr-calendar {
    margin-bottom: 22px;
}

.flatpickr-months {
    display: flex;
    justify-content: space-between;
}

.flatpickr-monthDropdown-months {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 75%;
    text-transform: capitalize;
}

.numInputWrapper {
    display: none;
}

.custom-month-btns-container {
    display: flex;
    gap: 15px;
}

.flatpickr-weekdaycontainer {
    padding: 13px 0;
    border-bottom: 0.31px solid var(--gold);
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 101%;
    text-transform: capitalize;
    margin-bottom: 14px;
}

/* .flatpickr-weekday:first-child {
  order: 7;
} */

.flatpickr-weekday {
    opacity: 0.9;
}

.dayContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 13px;
    row-gap: 6px;
}

.flatpickr-day {
    align-self: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 101%;
    text-transform: capitalize;
    opacity: 0.9;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.flatpickr-disabled {
    opacity: 0.5;
}

.selected {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 101%;
    text-transform: capitalize;
    color: var(--gold);
    border: 0.62px solid var(--gold);
    border-radius: 100%;
}

.today {
    color: var(--gold);
}

.prevMonthDay,
.nextMonthDay {
    opacity: 0.2;
}

.button--calendar {
    width: 100%;
    padding: 14px 100px;
}

/* cart page 2 */

.choose-items__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose-items__container--venue {
    gap: 60px;
}

.choose-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 30px;
}

.choose-item__main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose-item__top {
    display: flex;
    align-items: center;
    gap: 30px;
}

.choose-item__top-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.choose-item__top-distance-map {
    display: flex;
    align-items: center;
    gap: 30px;
}

.choose-item__title {
    height: 30px;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    cursor: pointer;
}

.choose-item__address {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
}

.choose-item__distance {
    display: flex;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.choose-item__distance svg {
    width: 17px;
    height: 22px;
}

.choose-item__link-to-map {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    text-transform: capitalize;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    opacity: 0.8;
}

.choose-item__title--active {
    font-weight: 700;
}

.choose-item__inner {
    display: flex;
    gap: 30px;
}

.choose-item__inner img {
    object-fit: cover;
    width: 276px;
    height: 160px;
}

.choose-item__text-sec {
    flex: 1;
}

.choose-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 171%;
    text-align: justify;
    margin-bottom: 36px;
}

.choose-item__text-sec--own-venue {
    display: none;
    flex: 1;
}

.choose-item__text--own-venue {
    margin-bottom: 15px;
}

.choose-item__main--own-venue {
    display: block;
}

.button--choose-item {
    font-family: var(--font-family);
    padding: 6px 16px;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    align-items: center;
    gap: 10px;
    width: 155px;
}

.choose-item__bottom {
    display: flex;
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 171%;
    align-items: center;
}

.choose-item__bottom img {
    width: 22px;
    height: 24px;
}

.custom-radio input[type='radio'],
input[type='checkbox'] {
    display: none;
}

.custom-radio {
    display: flex;
    align-items: start;
}

.radio-mark {
    border: 1px solid var(--gold);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    position: relative;
}

.radio-mark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 2px;
    transition: opacity var(--transition);
}

.custom-radio input[type='checkbox']:checked + .radio-mark::before,
input[type='radio']:checked + .radio-mark::before {
    opacity: 1;
    background-color: var(--gold);
}

/* cart page 3  */

.subsection__title--venue {
    margin-bottom: 48px;
}

.cart-page__search {
    border: 1px solid var(--gold);
    border-radius: 4px;
    padding: 6px 20px;
    width: 526px;
    margin-bottom: 48px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #717171;
}

/* cart page 4 */

.subsection__buttons {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.subsection__button {
    line-height: 83%;
    font-size: 24px;
    padding: 10px 22.5px;
    min-width: 200px;
}

.subsection__button--inactive {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.subsection__button--inactive:hover {
    opacity: 1;
}

.message-container {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 83%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.additional__desc {
    font-family: var(--font-family);
    font-size: 24px;
    line-height: 171%;
    margin-bottom: 45px;
}

.additional__container {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-bottom: 93px;
}

.additional-items__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 43.5px;
}

.additional__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 48px;
    row-gap: 30px;
}

.additional__items--radio {
    column-gap: 25px;
}

.additional__item {
    display: flex;
    flex-direction: column;
}

.additional__item-img {
    object-fit: cover;
    width: 100%;
    height: 126px;
    margin-bottom: 20px;
}

.additional__item-price {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 121%;
    padding-top: 20px;
}

.additional__item-title {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 121%;
    margin-bottom: 20px;
}

.additional__label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 171%;
    opacity: 0.5;
    margin-bottom: 10px;
}

.additional__textarea {
    opacity: 1;
    font-family: var(--font-family);
    border: 1px solid var(--text-color-gray);
    padding: 10px;
    width: 731px;
    height: 222px;
    resize: none;
    transition: border-color var(--transition);
}

.additional__textarea:active,
:focus {
    outline: none;
    /* border-color: var(--gold); */
}

.additional__item--radio {
    flex-direction: row;
    gap: 10px;
    width: 194px;
}

.additional__item-inner {
    display: flex;
    flex-direction: column;
}

/* cart page 5 */

.tableware-set__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 43.5px;
}

.additional__item--tableware {
    width: 230px;
    margin-bottom: 40px;
}

.additional__item-img--tableware {
    height: 162px;
}

.tableware__plates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 24px;
    row-gap: 30px;
}

.tableware__plate {
    width: 100%;
    height: 126px;
    object-fit: cover;
}

/* support */

body.no-scroll {
    overflow: hidden;
}

.support__overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000002d;
    z-index: 30;
}

.support__form-wrapper {
    position: relative;
    width: 1140px;
    height: 584px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.support__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 50px;
    width: 100%;
    height: 100%;
}

.support__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.support__input {
    width: 100%;
    height: 50px;
}

.support__textarea-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.support__textarea-wrapper textarea {
    width: 100%;
    height: 157px;
}

.support__textarea,
.support__input {
    border: 1px solid var(--text-color-gray);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 171%;
    padding: 10px;
    color: var(--text-color-gray);
    transition: border-color var(--transition);
    resize: none;
}

.support__form label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 171%;
    opacity: 0.5;
}

.button--support-submit {
    padding: 20px 34px;
    max-width: 270px;
    align-self: center;
    color: #fff;
}

.support__close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    background-color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--transition);
}

.support__close-btn svg {
    fill: #fff;
    transition: fill var(--transition);
}

.support__close-btn:hover {
    background-color: var(--gold-bg);
}

.support__close-btn:hover svg {
    fill: var(--text-color-gray);
}

.support__send-pop-up {
    display: none;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 491px;
    height: 346px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    background-repeat: no-repeat;
    background-position-y: 78px;
    background-position-x: center;
}

.send-pop-up__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    padding: 206px 63px 77px;
}

/* summary */
.summary {
    margin-right: 250px;
}

.summary__main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid var(--text-color-gray);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.summary__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary__label {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
}

.summary__data {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
}

.summary__restaurant {
    margin-bottom: 15px;
}

.summary__address {
    font-weight: 400;
}

.summary__data-amount-price-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 171%;
}

.summary__data-items-row {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 120px;
}

.summary__data-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 171%;
    display: flex;
    justify-content: space-between;
}

.summary__data-item-quantity-price {
    display: flex;
    gap: 20px;
}

.summary__total-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 171%;
}

.summary__bottom {
    margin-bottom: 80px;
}

/* summary form */

.summary__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.summary__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.summary__input {
    width: 100%;
    height: 50px;
}

.summary__textarea-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.summary__textarea-wrapper textarea {
    width: 100%;
    height: 157px;
}

.summary__textarea,
.summary__input {
    border: 1px solid var(--text-color-gray);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 171%;
    padding: 10px;
    color: var(--text-color-gray);
    transition: border-color var(--transition);
}

.summary__form label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 171%;
    opacity: 0.5;
}

.button--summary-submit {
    font-size: 18px;
    color: #fff;
    max-width: 350px;
    width: fit-content;
    padding: 20px 33px;
}

.summary__additional-info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 171%;
}

.finalize__popup-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000002d;
    z-index: 30;
}

.finalize__send-pop-up {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 657px;
    height: 431px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    background-repeat: no-repeat;
    background-position-y: 64px;
    background-position-x: center;
}

.finalize__pop-up-content {
    padding: 194px 63px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.finalize__pop-up-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;
}

.button--finalize {
    color: #fff !important;
    padding: 20px 53px;
}

.buttons-container--cart {
    display: none;
}

@media (max-width: 1440px) {
    .support__form-wrapper {
        width: 70%;
    }

    .additional__items {
        overflow-x: scroll;
    }

    .tableware__plates {
        overflow-x: scroll;
    }

    .cart__bottom {
        padding-right: 0 !important;
    }

    .cart__page {
        padding-right: 0 !important;
    }
}

@media (max-width: 1024px) {
    .cart-progress__title {
        display: none;
    }

    .cart-progress__row--titles {
        display: flex;
    }

    .cart-progress__title--choosen {
        display: block;
    }

    .support__inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* cart page 2 */
    .choose-item__inner {
        flex-direction: column;
    }

    .choose-item__top {
        flex-direction: column;
        align-items: start;
        height: auto;
        gap: 15px;
    }

    .choose-item__top-inner {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .additional__items {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .tableware__plates {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .buttons-container--cart {
        display: flex;
    }

    /* summary page */
    .summary {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .cart__progress {
        margin-bottom: 50px;
    }

    .cart-progress__title {
        font-size: 14px;
    }

    .cart-progress__row--titles {
        margin-bottom: 5px;
    }

    .cart-progress__line {
        border: 1px solid var(--gray);
        height: 1px;
    }

    .cart-progress__circle {
        height: 18px;
        width: 18px;
        font-size: 14px;
        padding: 5px;
    }

    .cart-progress__circle--choosen {
        width: 24px;
        height: 24px;
        padding: 8px;
    }

    .cart__page {
        margin-bottom: 50px;
    }

    .calendar {
        width: 330px;
        padding: 20px 15px;
        margin-bottom: 50px;
    }

    .calendar__title {
        font-size: 22px;
    }

    .calendar__subtitle {
        font-size: 13px;
    }

    .calendar__time {
        font-size: 17px;
    }

    .time-picker {
        top: -55px;
        left: 45%;
    }

    .quantity__items {
        flex-direction: column;
        gap: 40px;
    }

    .quantity-item__title {
        margin-bottom: 10px;
    }

    .cart__buttons-container {
        flex-direction: column;
        gap: 40px;
    }

    .subsection__title {
        text-align: center;
    }

    .support__label {
        text-align: center;
        margin-bottom: 20px;
    }

    .buttons-row {
        gap: 40px;
        flex-direction: column;
        padding: 0 32px;
        width: 100%;
    }

    .buttton-next-page {
        margin-left: unset !important;
    }

    .support__form-wrapper {
        overflow-y: scroll;
        width: 100vw;
        height: 100vh;
    }

    .support__form {
        padding: 60px 15px;
    }

    .support__close-btn {
        width: 20px;
        height: 20px;
    }

    .support__close-btn svg {
        width: 10px;
        height: 10px;
    }

    .support__inputs {
        gap: 10px;
    }

    .support__input-wrapper label {
        font-size: 14px;
    }

    .support__input {
        height: 40px;
        font-size: 14px;
    }

    .support__textarea-wrapper {
        margin-bottom: 20px;
    }

    .support__textarea-wrapper label {
        font-size: 14px;
    }

    /* cart page 2 */
    .cart-page__search {
        width: 100%;
        font-size: 20px;
    }

    .choose-item__top {
        gap: 15px;
    }

    .choose-item__top-inner {
        gap: 15px;
    }

    .choose-item__top-distance-map {
        gap: 15px;
    }

    .choose-item {
        display: flex;
        gap: 14px;
    }

    .choose-item__main {
        position: relative;
        left: -44px;
        min-width: 330px;
    }

    .choose-item__title {
        font-size: 16px;
        padding-left: 42px;
    }

    .choose-item__address {
        font-size: 14px;
    }

    .choose-item__distance {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .choose-item__distance svg {
        width: 14px;
        height: 18px;
    }

    .choose-item__link-to-map {
        font-size: 16px;
    }

    .choose-item__inner img {
        width: 100%;
        height: 191px;
    }

    .choose-item__text {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 18px;
    }

    .choose-item__bottom {
        font-size: 14px;
    }

    .choose-item__bottom img {
        width: 16px;
        height: 18px;
    }

    .subsection__buttons {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .subsection__button {
        width: 266px;
    }

    .message-container {
        font-size: 24px;
        text-align: center;
    }

    .additional__container {
        gap: 30px;
        margin-bottom: 63px;
    }

    .additional__desc {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .additional__item h6 {
        font-size: 14px;
    }

    .additional-items__title {
        margin-bottom: 20px;
    }

    .additional__item-price {
        font-size: 16px;
    }

    .additional__label {
        font-size: 16px;
    }

    .additional__textarea {
        width: 100%;
        height: 400px;
    }

    .additional__items {
        grid-template-columns: repeat(6, 152px);
        grid-template-rows: auto;
        column-gap: 24px;
        row-gap: 20px;
    }

    .tableware__plates {
        grid-template-columns: repeat(7, 152px);
        grid-template-rows: auto;
        column-gap: 24px;
        row-gap: 30px;
    }

    .additional__item--radio {
        position: relative;
        width: 152px;
    }

    .custom-checkbox--item {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* summary page */
    .summary {
        margin-right: 0;
    }

    .summary__main {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .summary__label {
        font-size: 12px;
        text-decoration: underline;
        margin-bottom: 5px;
    }

    .summary__data {
        font-size: 14px;
    }

    .summary__row {
        gap: 0;
    }

    .summary__data-amount {
        font-size: 13px;
    }

    .summary__data-price {
        font-size: 14px;
    }

    .summary__data-item {
        font-size: 12px;
    }

    .summary__data-items-row {
        padding-right: 0;
    }

    .summary__bottom {
        margin-bottom: 50px;
    }

    .summary__total-row {
        font-size: 16px;
    }

    .summary__textarea-wrapper {
        margin-bottom: 20px;
    }

    .summary__form {
        margin-bottom: 30px;
    }

    .summary__form label {
        font-size: 14px;
    }

    .summary__form input,
    .summary__form textarea {
        font-size: 14px;
    }

    .summary__inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button--summary-submit {
        max-width: none;
    }

    .summary__additional-info {
        font-size: 14px;
    }

    .support__send-pop-up {
        width: 100%;
        height: 246px;
        background-size: 63px 60px;
        background-position-y: 43px;
    }

    .send-pop-up__text {
        font-size: 14px;
        padding: 113px 51px 43px;
    }

    .finalize__send-pop-up {
        width: 100%;
        height: 100vh;
        background-size: 63px 60px;
        background-position-y: 43px;
    }

    .finalize__pop-up-text {
        padding: 0 35px;
        margin-bottom: 20px;
    }

    .finalize__pop-up-content {
        padding: 123px 15px 45px;
    }

    .button--finalize {
        width: 100%;
    }
}


.own-venue-input {
    opacity: 1;
    font-family: var(--font-family);
    border: 1px solid var(--text-color-gray);
    padding: 10px;
    width: 100%;
}


