/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #28a745
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: 0 0;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-.-focus-,
.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

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

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: 0 0
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: 0
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: 0 0;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: 0
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #28a745;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: transparent
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/ 2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/ 2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

* {
    box-sizing: border-box
}

::after,
::before {
    box-sizing: inherit
}

body {
    font: 400 18px/22px Montserrat, sans-serif;
    color: #000;
    background: #f6f7fa
}

body.menu-open {
    overflow: hidden
}

body.menu-open .header__menu {
    opacity: 1;
    visibility: visible;
    transition: .5s
}

body.menu-open .header__mobile-btn {
    position: relative
}

body.menu-open .header__mobile-btn svg {
    opacity: 0
}

body.menu-open .header__mobile-btn::before {
    opacity: 1
}

a,
button {
    color: inherit;
    transition: .5s;
    text-decoration: none
}

a:hover,
button:hover {
    transition: .5s;
    cursor: pointer
}

.container {
    padding: 0 15px;
    width: 100%;
    max-width: 1470px;
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    color: #1a3d1a
}

h1 {
    font-size: 35px;
    line-height: 40px
}

h2 {
    font-size: 30px;
    line-height: 35px
}

p {
    margin: 12px 0
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    background: #7bd026;
    border: 1px solid #7bd026;
    transition: .5s
}

.btn:hover {
    cursor: pointer;
    transition: .5s;
    color: #000;
    background: rgba(0, 0, 0, 0)
}

.btn[disabled] {
    pointer-events: none;
    color: #000;
    border-color: #e0e0e0;
    background: #e0e0e0
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #BBDB12 0%, #53A600 100%);

}

.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .1);
    z-index: 99
}

.header__container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    min-width: 0
}


.header__actions {
    display: none
}

.header__logo {
    display: flex
}

.header__logo img {
    max-height: 50px
}

.header__mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px
}

.header__mobile-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: 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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.584985 0.610577C0.959663 0.235635 1.46777 0.0250036 1.99756 0.0250036C2.52736 0.0250036 3.03546 0.235635 3.41014 0.610577L11.9875 9.19658L20.5649 0.610577C20.7492 0.419556 20.9697 0.267192 21.2134 0.162374C21.4572 0.0575557 21.7194 0.00238315 21.9846 7.55141e-05C22.2499 -0.00223212 22.513 0.0483709 22.7586 0.148933C23.0041 0.249494 23.2272 0.398001 23.4148 0.585786C23.6024 0.773571 23.7508 0.996876 23.8512 1.24267C23.9517 1.48846 24.0022 1.75182 23.9999 2.01738C23.9976 2.28294 23.9425 2.54538 23.8378 2.78939C23.7331 3.03339 23.5809 3.25408 23.39 3.43858L14.8127 12.0246L23.39 20.6106C23.754 20.9878 23.9554 21.493 23.9508 22.0174C23.9463 22.5418 23.7361 23.0434 23.3657 23.4142C22.9953 23.785 22.4941 23.9954 21.9703 23.9999C21.4464 24.0045 20.9417 23.8029 20.5649 23.4386L11.9875 14.8526L3.41014 23.4386C3.03332 23.8029 2.52862 24.0045 2.00475 23.9999C1.48089 23.9954 0.979766 23.785 0.609323 23.4142C0.238879 23.0434 0.0287522 22.5418 0.0241999 22.0174C0.0196477 21.493 0.221035 20.9878 0.584985 20.6106L9.16235 12.0246L0.584985 3.43858C0.210419 3.06352 0 2.5549 0 2.02458C0 1.49425 0.210419 0.985632 0.584985 0.610577V0.610577Z' fill='black'/%3E%3C/svg%3E%0A")
}

.header__btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    margin-left: auto;
    margin-right: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 15px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header-menu__link:hover {
    color: #4ADD14
}

.header-menu li {
    display: flex;
    align-items: center
}

.header-menu li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0
}

.eco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    min-width: 85px;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    background: #02a95b;
    border-radius: 25px 0 25px 0
}

.promo {
    padding: 30px 0
}

.promo__container {
    display: flex;
    gap: 0;
    align-items: flex-start;
    flex-direction: column
}

.promo__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.promo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    align-self: stretch
}

.promo__text {
    font-size: 18px;
    line-height: 24px
}

.promo__text p {
    margin: 20px 0
}

.promo__text .accent {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700
}

.promo__text .accent span {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.promo__text .accent span svg {
    max-width: 100%;
    max-height: 100%
}

.section {
    padding: 35px 0
}

.section.is-white {
    background: #fff
}

.section:not(.is-white) .section__title {
    margin-bottom: 25px;
    text-align: center
}

.advants {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box
}

.advants__item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px
}

.advants__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 7px;
    border-radius: 50%;
    background: linear-gradient(90deg, #8de674 0, #51b73c 100%);
}

.advants__icon img,
.advants__icon svg {
    max-width: 100%
}

input[type=range] {
    -webkit-appearance: none;
    background: linear-gradient(to right, #38D300 0, #38D300 40%, #d7d7d7 40%, #d7d7d7 100%);
    border-radius: 0;
    height: 3px;
    outline: 0;
    transition: background 450ms ease-in
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: ew-resize;
    background: #7BD026
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: ew-resize;
    background: #7BD026
}

input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: ew-resize;
    background: #7BD026
}

select {
    width: 100%;
    height: 50px;
    background-color: #f6f7fa;
    color: #000;
    border: 1px solid #f6f7fa;
    border-radius: 5px;
    padding: 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative
}

select:focus {
    outline: 0;
    border: 1px solid #7BD026
}

select option {
    background-color: #f6f7fa;
    color: #000
}

select option:hover {
    background-color: #e0e0e0
}

.calc {
    padding-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column
}

.calc:not(:first-child) {
    margin-top: 35px
}

.calc__title {
    margin-bottom: 25px;
    text-align: center
}

.calc__grid {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.calc__field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.calc__field input[type=tel] {
    width: 100%;
    border: 0;
    height: 50px;
    outline: 0;
    padding: 13px 15px;
    background: #f6f7fa;
    border-radius: 5px 5px 0 0
}

.calc__field input[type=range] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.calc__label {
    font-weight: 600;
    font-size: 14px
}

.calc__select {
    position: relative
}

.calc__select::after {
    content: "";
    position: absolute;
    right: 10px;
    pointer-events: none;
    top: 50%;
    width: 11px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292787 0.305288C0.480314 0.117817 0.734622 0.0125018 0.999786 0.0125018C1.26495 0.0125018 1.51926 0.117817 1.70679 0.305288L4.99979 3.59829L8.29279 0.305288C8.38503 0.209778 8.49538 0.133596 8.61738 0.0811869C8.73939 0.0287779 8.87061 0.00119157 9.00339 3.77571e-05C9.13616 -0.00111606 9.26784 0.0241854 9.39074 0.0744663C9.51364 0.124747 9.62529 0.199 9.71918 0.292893C9.81307 0.386786 9.88733 0.498438 9.93761 0.621334C9.98789 0.744231 10.0132 0.87591 10.012 1.00869C10.0109 1.14147 9.9833 1.27269 9.93089 1.39469C9.87848 1.5167 9.8023 1.62704 9.70679 1.71929L5.70679 5.71929C5.51926 5.90676 5.26495 6.01207 4.99979 6.01207C4.73462 6.01207 4.48031 5.90676 4.29279 5.71929L0.292787 1.71929C0.105316 1.53176 0 1.27745 0 1.01229C0 0.747124 0.105316 0.492816 0.292787 0.305288Z' fill='%231A2024'/%3E%3C/svg%3E%0A");
    transform: translateY(-50%)
}

.calc__btn {
    min-width: 290px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto
}

.calc-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 85;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .05s
}

.calc-modal.show {
    opacity: 1;
    visibility: visible;
    transition: .05s
}

.calc-modal::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: hsla(0, 0%, 100%, .7);
    filter: blur(5px);
    z-index: -1
}

.calc-modal__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .13);
    padding: 20px;
    border-radius: 15px
}

.calc-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.calc-modal__title {
    font-weight: 700;
    font-size: 20px
}

.calc-modal__result {
    margin-top: 10px;
    font-size: 16px
}

.calc-modal__result span {
    font-weight: 700;
    color: green
}

.calc-modal__btn span {
    display: inline-flex;
    margin: 0 5px
}

.calc-modal__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%
}

.calc-modal__success svg {
    width: 80px;
    height: 80px
}

.calc-modal__success-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px
}

.day-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.day-nav__item {
    padding: 5px 12px;
    background: #4add14;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.day-nav__item.active {
    color: #000;
    background: #fff;
    border: 1px #4add14 solid;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.menu__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.menu__nav-item {
    cursor: pointer;
    padding: 8px 10px;
    background: #67d71b;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.menu__nav-item.active {
    color: #000;
    background: #fff;
    border: 1px #0c9900 solid;
}

.menu__head {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.menu__title {
    font-weight: 700;
    text-align: center;
    white-space: nowrap
}

.menu__grid {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column
}

.menu__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.menu__day-tab,
.menu__tab {
    display: none
}

.menu__day-tab.active,
.menu__tab.active {
    display: flex;
    flex-direction: column
}

.menu-card {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .13)
}

.menu-card__photo {
    flex-shrink: 0;
    width: 45%
}

.menu-card__photo img {
    max-width: 100%
}

.menu-card__row {
    display: flex;
    flex-direction: column;
    padding-top: 10px
}

.menu-card__row:not(:last-child) {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4
}

.menu-card__heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: -5px;
    color: #1a3d1a;
    font-family: 'Montserrat', sans-serif;
}

.menu-card__title {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu-card__text {
    font-size: 12px;
    line-height: 14px;
    color: #777;
    font-weight: 400;
}

/* Meal type styling for better emphasis */
.menu-card__meal-type {
    font-size: 16px;
    font-weight: 700;
    color: #7BD026;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

/* Dish name emphasis */
.menu-card__dish-name {
    font-size: 20px;
    font-weight: 900;
    color: #1a3d1a;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

/* Menu selection buttons styling */
.btn-wyrobu {
    font-size: 16px;
    font-weight: 700;
    color: #1a3d1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}

.btn-wyrobu.active {
    color: #000000;
    background: #F6F7FA;
    font-weight: 700;
}

/* First menu card row styling (description) */
.menu-card__description {
    font-size: 21px;
    font-weight: 700;
    color: #555;
    line-height: 1.4;
    font-style: italic;
    margin-top: 5px;
}

.menu-card__description-label {
    font-size: 13px;
    font-weight: 600;
    color: #7BD026;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.feedback {
    position: relative;
    padding: 35px 0;
    border-radius: 15px 15px 0 0
}

.feedback.show-modal .calc-modal {
    opacity: 1 !important;
    visibility: visible !important
}

.feedback img {
    display: none
}

.feedback__title {
    text-align: center;
    margin-bottom: 25px
}

.feedback__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto
}

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

.feedback__field-error {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -5px
}

.feedback__field.has-error:not(.has-error-charters) input,
.feedback__field.has-error:not(.has-error-charters) textarea {
    border: 1px solid red
}

.feedback__field.has-error:not(.has-error-charters) .has-error {
    display: block
}

.feedback__field.has-error.has-error-charters input,
.feedback__field.has-error.has-error-charters textarea {
    border: 1px solid red
}

.feedback__field.has-error.has-error-charters .has-error-charters {
    display: block
}

.feedback__label {
    font-weight: 600;
    font-size: 14px
}

.feedback__input {
    padding: 0 20px;
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    box-shadow: none;
    background: #f6f7fa;
    outline: 0
}

.feedback__textarea {
    padding: 20px;
    border: 0;
    width: 100%;
    resize: none;
    height: 110px;
    border-radius: 15px;
    box-shadow: none;
    background: #f6f7fa;
    outline: 0
}

.feedback .calc-modal::before {
    left: 0;
    right: 0
}

.feedback .calc-modal__inner {
    margin: 0 15px
}

.footer {
    padding: 40px 0;
    color: #000;
    font-size: 14px;
    background: #0C9900
}

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

.footer__data,
.footer__left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center
}

.footer__data a,
.footer__left a {
    text-decoration: underline
}

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

.footer__title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 5px
}

.footer__link:hover {
    text-decoration: underline
}

.footer__partners,
.footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.footer__copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 12px
}

.pay-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    padding: 12px;
    border-radius: 15px;
    background: #e0e0e0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    min-width: 130px;
    position: relative
}

.pay-item::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    opacity: 0;
    visibility: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15C9.48912 15 11.3968 14.2098 12.8033 12.8033C14.2098 11.3968 15 9.48912 15 7.5C15 5.51088 14.2098 3.60322 12.8033 2.1967C11.3968 0.790176 9.48912 0 7.5 0C5.51088 0 3.60322 0.790176 2.1967 2.1967C0.790176 3.60322 0 5.51088 0 7.5C0 9.48912 0.790176 11.3968 2.1967 12.8033C3.60322 14.2098 5.51088 15 7.5 15ZM10.9753 6.28781C11.1461 6.111 11.2406 5.87418 11.2384 5.62837C11.2363 5.38257 11.1377 5.14743 10.9639 4.97361C10.7901 4.79979 10.5549 4.70119 10.3091 4.69906C10.0633 4.69692 9.8265 4.79141 9.64969 4.96219L6.5625 8.04938L5.35031 6.83719C5.1735 6.66641 4.93668 6.57192 4.69087 6.57406C4.44506 6.57619 4.20993 6.67479 4.03611 6.84861C3.86229 7.02243 3.76369 7.25757 3.76156 7.50337C3.75942 7.74918 3.85391 7.986 4.02469 8.16281L5.89969 10.0378C6.07549 10.2136 6.31391 10.3123 6.5625 10.3123C6.81109 10.3123 7.04951 10.2136 7.22531 10.0378L10.9753 6.28781Z' fill='%2328a745'/%3E%3C/svg%3E%0A")
}

.pay-item.active {
    pointer-events: none;
    border-color: #7BD026
}

.pay-item.active:after {
    opacity: 1;
    visibility: visible
}

.pay-item.active .pay-item__btn {
    color: #7BD026;
    background: #fff
}

.pay-item__photo {
    position: relative;
    overflow: hidden
}

.pay-item__photo img {
    max-width: 130px;
    margin: -23px auto;
    display: block
}

.pay-item__title {
    font-weight: 600;
    font-size: 14px
}

.pay-item__price {
    font-size: 500px;
    font-size: 12px;
    margin-top: -12px
}

.pay-item .btn {
    height: 24px;
    font-size: 12px;
    font-weight: 500
}

.page-grid {
    display: flex;
    gap: 15px;
    flex-direction: column
}

.page-grid__main {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    padding: 25px;
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8fff8 0%, #f0f8f0 100%);
    border: 1px solid #e8f5e8;
    box-shadow: 0 4px 15px rgba(123, 208, 38, 0.1)
}

.page-grid__aside {
    flex-shrink: 0;
    background: linear-gradient(135deg, #f0f8f0 0%, #e8f5e8 100%);
    border-radius: 15px;
    border: 1px solid #d4f0d4;
    box-shadow: 0 4px 15px rgba(123, 208, 38, 0.08)
}

.page-grid__tab {
    width: 100%;
    display: none;
    position: relative
}

.page-grid__tab.active {
    display: block
}

.page-grid__tab.product-tab {
    gap: 30px;
    flex-direction: column
}

.page-grid__tab.product-tab.active {
    align-items: flex-start;
    display: flex
}

.pay-widget {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e0e0e0
}

.pay-widget__modal {
    position: fixed
}

.pay-widget__modal:before {
    left: 0 !important;
    right: 0 !important
}

.pay-widget__modal .calc-modal__inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center
}

.pay-widget__modal .calc-modal__inner .icon {
    margin-left: auto;
    margin-right: auto
}

.pay-widget__grid {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto
}

.pay-widget__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px
}

.pay-widget__main {
    display: flex;
    flex-direction: column
}

.pay-widget__aside {
    flex-shrink: 0
}

.pay-widget__aside .air-datepicker {
    width: 100%
}

.pay-widget__row {
    padding: 20px 0;
    position: relative
}

.pay-widget__row:first-child {
    padding-top: 0
}

.pay-widget__row.second {
    border-top: 1px solid #e0e0e0;
    border-bottom: 0
}

.pay-widget__row.hidden {
    display: none
}

.pay-widget__remove {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 20px
}

.pay-widget__remove span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #7BD026;
    border-radius: 5px
}

.pay-widget__title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600
}

.pay-widget__info {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #7BD026 0, #0C9900 100%)
}

.pay-widget__info-error {
    margin-top: 8px;
    font-size: 12px;
    color: red
}

.pay-widget__heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.pay-widget__more {
    order: 5;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0);
    color: #000;
    border-color: #7BD026
}

.pay-full-card {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    padding: 15px;
    background: #e0e0e0;
    border-radius: 15px;
    overflow: hidden
}

.pay-full-card__photo {
    margin: -15px 0 -15px -20px;
    display: none
}

.pay-full-card__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #7BD026;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px
}

.pay-full-card__data {
    flex: 1 1 auto
}

.pay-full-card__title {
    font-size: 22px;
    font-weight: 600
}

.pay-full-card__item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #fff
}

.pay-full-card__item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.pay-full-card__item b {
    font-size: 14px;
    font-weight: 600
}

.price {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px
}

.price__old {
    font-weight: 500;
    color: red;
    text-decoration: line-through
}

.air-datepicker-cell.-selected- {
    background: #7BD026 !important
}

.air-datepicker-cell.-disabled- {
    text-decoration: line-through
}

.air-datepicker-body--day-name {
    color: #000
}

.pay-total {
    padding: 25px
}

.pay-total__item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0
}

.pay-total__item:first-child {
    padding-top: 0
}

.pay-total__item b {
    width: 60%;
    font-size: 15px;
    font-weight: 600
}

.pay-total__item span {
    font-weight: 500;
    font-size: 14px
}

.pay-total .btn {
    width: 100%;
    margin-top: 20px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pay-total .btn.active {
    display: flex
}

.pay-total__prev {
    display: inline-flex;
    padding: 5px 12px;
    font-size: 12px !important;
    font-weight: 600 !important;
    background: rgba(0, 0, 0, 0);
    color: #000;
    gap: 7px;
    margin-bottom: 20px
}

.page-main {
    padding: 35px 0
}

.page-title {
    text-align: center;
    margin-bottom: 30px
}

.steps-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.steps-line__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #707070;
    z-index: 1;
    text-align: center
}

.steps-line__item::after {
    content: "";
    width: 80%;
    position: absolute;
    top: 18px;
    left: 60%;
    height: 1px;
    background: #707070;
    z-index: -1
}

.steps-line__item:last-child::after {
    display: none
}

.steps-line__item.active {
    color: #000
}

.steps-line__item.active .steps-line__num {
    color: #fff;
    background: #7BD026
}

.steps-line__item.active::after {
    height: 2px;
    background: #7BD026
}

.steps-line__num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .1)
}

.delivery-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.delivery-widget__row {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e0e0e0
}

.delivery-widget__row:first-child {
    padding-top: 0
}

.delivery-widget__row:last-child {
    padding-bottom: 0;
    border: 0
}

.delivery-widget__title {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.delivery-widget__grid {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.delivery-widget__field {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.delivery-widget__label {
    font-size: 16px;
    font-weight: 600
}

.delivery-widget__input {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    transition: .5s;
    border: 1px solid #e0e0e0
}

.delivery-widget__input:focus {
    transition: .5s;
    border-color: #7BD026
}

.delivery-widget__input.error {
    border-color: red
}

.total-info__title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.total-info__row {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.total-info__row:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.total-info__heading {
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    text-align: center
}

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

.total-info__grid .pay-full-card__remove {
    display: none !important
}

.total-info__field {
    margin-bottom: 5px
}

.total-info__field strong {
    font-weight: 600
}

.total-info__field:last-child {
    margin-bottom: 0
}

.article p {
    font-weight: 500;
    color: #2d4a2d;
    line-height: 1.6
}

.article p:not(:last-child) {
    margin-bottom: 20px
}

.article a {
    font-weight: 700;
    text-decoration: underline;
    color: #7BD026;
    transition: color 0.3s ease
}

.article a:hover {
    color: #5a9a1a
}

.page-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 30px;
    list-style-type: none;
    background: linear-gradient(135deg, #f8fff8 0%, #f0f8f0 100%);
    border-radius: 15px;
    border: 1px solid #e8f5e8
}

.page-nav__link {
    font-weight: 600
}

.page-nav__link.active {
    color: #7BD026;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4f0d4 100%);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #7BD026
}

.price-list {
    padding: 0 0 35px 0
}

.price-list .container {
    display: flex;
    flex-direction: column
}

.price-list__table {
    overflow: auto;
    margin-right: -15px
}

.price-list table {
    border-spacing: 0;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 15px
}

.price-list table th {
    width: 270px;
    padding: 20px 10px;
    color: #fff;
    font-weight: 500;
    background: #7BD026;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

.price-list table th b {
    font-weight: 700
}

.price-list table th:first-child {
    border-radius: 15px 0 0 0;
    width: 360px
}

.price-list table th:last-child {
    border-radius: 0 15px 0 0;
    border: 0
}

.price-list table tr:last-child td {
    border-bottom: 0
}

.price-list table tr:last-child td:first-child {
    border-radius: 0 0 0 15px
}

.price-list table tr:last-child td:last-child {
    border-radius: 0 0 15px 0
}

.price-list table td {
    padding: 10px 30px;
    background: #e0e0e0;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.price-list table td:last-child {
    border-right: 0
}

.price-list table td span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
    margin-left: -20px
}

.price-list table td span img {
    max-width: 120px;
    margin: -24px -30px
}

.price-list table td .price {
    justify-content: center;
    font-size: 16px;
    font-weight: 600
}

.price-list table td .price b {
    font-weight: 600
}

.price-list__grid {
    margin-top: 30px;
    display: grid;
    gap: 20px
}

.price-list__grid p {
    font-size: 16px;
    font-weight: 500
}

.price-list__grid ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0;
    padding-left: 20px;
    font-size: 12px
}

.price-list__btn {
    margin: 30px auto 0
}

.pay__modal {
    position: fixed;
    z-index: 99999999
}

.pay__modal .calc-modal__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center
}

.pay__modal .icon {
    max-width: 60px;
    max-height: 60px
}

.accept-terms {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    order: 7;
    margin-top: 20px
}

.accept-terms input {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    accent-color: #28a745
}

.accept-terms a {
    text-decoration: underline;
    color: #7BD026
}

.info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.info-block__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center
}

@media (min-width:640px) {
    .promo__container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        position: relative
    }

    .promo__inner {
        max-width: 60%;
        width: 100%;
        flex-shrink: 0;
        margin-top: 120px;
        padding-left: 15rem;
    }

    .promo__text {
        font-size: 20px;
        line-height: 26px
    }

    .promo__text p {
        margin: 25px 0
    }

    .promo img {
        max-width: 35%;
        height: auto;
        padding-right: 5rem;
        object-fit: contain;
        border-radius: 10px;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        max-height: 100%
    }

    .pay-widget__remove {
        margin-right: 0
    }

    .pay-widget__more {
        margin-left: 0
    }

    .price-list__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:767px) {
    .navbar {
        height: 50px;
        font-size: 14px
    }

    .header__mobile-btn {
        display: none
    }

    .header__btn {
        margin: 0;
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        padding: 8px 10px
    }

    .header-menu {
        border-top: 0;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0;
        background: 0;
        flex-direction: row !important;
        box-shadow: none;
        align-items: center;
        gap: 8px;
        flex: 1;
        min-width: 0;
        display: flex !important;
        overflow: hidden
    }

    .header-menu li {
        display: flex;
        align-items: center;
        flex-shrink: 0
    }

    .header-menu li a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-shrink: 0
    }

    .header-menu__link {
        font-size: 11px;
        font-weight: 600;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .dropdown {
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
        margin-left: 8px
    }

    .advants {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
        padding: 0;
        gap: 0
    }

    .advants__item {
        padding: 0;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 15px
    }

    .advants__icon {
        width: 60px;
        height: 60px
    }

    select {
        border-radius: 15px
    }

    .calc__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }

    .calc__field input[type=tel] {
        border-radius: 15px 15px 0 0
    }

    .calc__label {
        font-size: 18px
    }

    .calc-modal__success {
        gap: 30px
    }

    .calc-modal__success svg {
        width: 100px;
        height: 100px
    }

    .menu {
        gap: 35px
    }

    .menu__nav {
        gap: 20px;
        grid-template-columns: repeat(4, 1fr)
    }

    .menu__grid {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .feedback__form {
        max-width: 80%
    }

    .pay-item__photo img {
        max-width: 150px;
        margin: -30px auto
    }

    .pay-widget__grid {
        display: grid;
        gap: 15px;
        overflow: inherit;
        grid-template-columns: repeat(5, 1fr)
    }

    .pay-widget__inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px
    }

    .pay-widget__aside {
        position: sticky;
        top: 120px;
        width: 246px
    }

    .pay-widget__remove {
        margin-bottom: 30px
    }

    .pay-total__prev {
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0
    }

    .steps-line__item {
        font-size: 14px;
        line-height: 16px
    }

    .steps-line__item::after {
        top: 25px
    }

    .steps-line__num {
        width: 45px;
        height: 45px;
        font-size: 25px;
        margin-bottom: 16px
    }

    .delivery-widget__grid {
        flex-direction: row;
        flex-wrap: wrap
    }

    .delivery-widget__field {
        width: calc(50% - 8px)
    }

    .delivery-widget__field.large {
        width: 100%
    }

    .total-info__grid {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:993px) {
    h1 {
        font-size: 50px;
        line-height: 55px
    }

    h2 {
        font-size: 40px;
        line-height: 45px
    }

    .btn {
        font-size: 18px;
        font-weight: 700
    }

    .navbar {
        font-size: 16px;
        font-weight: 700
    }

    .header__logo {
        margin-top: -12px;
        margin-bottom: -10px
    }

    .header__logo img {
        max-height: 80px
    }

    .header__btn {
        font-size: 14px;
        padding: 10px 16px;
        flex-shrink: 0
    }

    .header-menu {
        gap: 10px;
        align-items: center;
        flex: 1;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        flex-direction: row !important;
        display: flex !important;
        overflow: hidden;
        min-width: 0
    }

    .header-menu li {
        display: flex;
        align-items: center;
        flex-shrink: 0
    }

    .header-menu li a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-shrink: 0
    }

    .header-menu__link {
        font-size: 13px;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .dropdown {
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
        margin-left: 8px
    }

    .eco {
        width: 117px;
        height: 55px;
        font-size: 40px;
        line-height: 40px
    }

    .promo {
        padding: 40px 0 55px
    }

    .promo__inner {
        max-width: 60%;
        margin-top: 60px;
    }

    .promo__text {
        font-size: 22px;
        line-height: 28px
    }


    .promo img {
        max-width: 35%;
        height: 36rem;
        object-fit: contain;
        border-radius: 10px;
        margin-top: 0;
        position: absolute;
        top: 2.9rem;
        right: 9rem;
        max-height: 100%
    }

    .section {
        padding: 70px 0
    }

    .section:not(.is-white) .section__title {
        margin-bottom: 50px
    }

    .calc:not(:first-child) {
        margin-top: 70px
    }

    .calc__title {
        margin-bottom: 50px
    }

    .calc__btn {
        margin-top: 40px
    }

    .calc-modal__inner {
        gap: 30px;
        padding: 35px 45px;
        border-radius: 25px
    }

    .calc-modal__close {
        right: 20px;
        top: 20px
    }

    .calc-modal__title {
        font-size: 30px;
        line-height: 35px
    }

    .calc-modal__result {
        font-size: 18px;
        margin-top: 15px
    }

    .menu__nav-item {
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .menu__head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .menu__title {
        font-size: 25px;
        font-weight: 600
    }

    .menu__grid {
        margin-top: 50px;
        gap: 25px
    }

    .menu__btn {
        margin-top: 50px
    }

    .feedback {
        padding: 70px 0;
        border-radius: 25px 25px 0 0
    }

    .feedback__title {
        margin-bottom: 50px
    }

    .footer {
        font-size: inherit
    }

    .footer__container {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__data,
    .footer__left {
        text-align: left;
        align-items: flex-start;
        gap: 30px
    }

    .footer__data {
        flex-direction: row;
        gap: 30px;
        text-align: left;
        align-items: center
    }

    .footer__slogan {
        font-weight: 700;
        max-width: 420px
    }

    .footer__right {
        flex-direction: row;
        justify-content: space-between;
        flex: 1 1 auto
    }

    .footer__title {
        text-align: left
    }

    .footer__nav {
        gap: 10px;
        align-items: flex-start
    }

    .footer__copyright {
        font-size: 18px;
        margin-top: 60px
    }

    .page-grid__main {
        gap: 30px
    }

    .pay-full-card__photo {
        display: flex;
        max-width: 40%;
        flex-shrink: 0
    }

    .pay-full-card__photo img {
        max-width: 100%
    }

    .pay-total {
        padding: 30px
    }

    .pay-total__item {
        padding: 25px 0
    }

    .pay-total__item b {
        font-size: 20px
    }

    .pay-total__item span {
        font-size: 18px
    }

    .pay-total .btn {
        margin-top: 30px;
        max-width: 100%
    }

    .page-main {
        padding: 70px 0
    }

    .page-title {
        margin-bottom: 50px
    }

    .steps-line {
        margin-bottom: 50px
    }

    .delivery-widget {
        gap: 30px
    }

    .delivery-widget__row {
        padding: 0 0 30px 0
    }

    .delivery-widget__title {
        font-size: 25px;
        margin-bottom: 25px
    }

    .delivery-widget__grid {
        gap: 24px
    }

    .delivery-widget__field {
        width: calc(50% - 12px)
    }

    .delivery-widget__label {
        font-size: 18px
    }

    .total-info__title {
        margin-bottom: 30px
    }

    .article h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .price-list {
        padding: 0 0 70px 0
    }

    .price-list__table {
        margin-right: 0
    }

    .price-list table {
        margin-right: 0
    }

    .price-list__grid {
        gap: 40px;
        grid-template-columns: repeat(4, 1fr)
    }

    .price-list__grid p {
        font-size: 18px
    }

    .price-list__grid ul {
        font-size: 14px
    }

    .pay__modal .icon {
        max-height: inherit;
        max-width: inherit
    }
}

@media (min-width:1170px) {
    .calc__grid {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (min-width:1201px) {
    .header__logo img {
        max-height: inherit
    }

    .header__btn {
        font-size: 15px;
        font-weight: 700;
        padding: 12px 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

    .header-menu {
        gap: 12px;
        align-items: center;
        flex: 1;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        flex-direction: row !important;
        display: flex !important;
        overflow: hidden;
        min-width: 0
    }

    .header-menu li {
        display: flex;
        align-items: center;
        flex-shrink: 0
    }

    .header-menu li a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-shrink: 0
    }

    .header-menu__link {
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .dropdown {
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
        margin-left: 8px
    }

    .promo__inner {
        gap: 35px
    }

    .advants {
        gap: 0;
        display: flex;
        flex-direction: column;
        margin: 40px 0;
        padding: 0
    }
}

@media (min-width:1400px) {
    .day-nav__item {
        font-size: 18px;
        padding: 9px 15px
    }

    .menu__nav-item {
        font-size: 20px;
        height: 60px
    }

    .menu-card {
        padding: 28px;
        gap: 30px
    }

    .menu-card__row {
        padding: 15px 0 !important
    }

    .menu-card__row:last-child {
        padding-bottom: 0 !important
    }

    .menu-card__heading {
        font-size: 28px;
        margin-bottom: 0;
        color: #1a3d1a;
        font-weight: 700;
    }

    .menu-card__title {
        font-size: 14px;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .menu-card__text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
        color: #777;
        font-weight: 400;
    }

    .menu-card__meal-type {
        font-size: 18px;
        font-weight: 700;
        color: #7BD026;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .menu-card__dish-name {
        font-size: 28px;
        font-weight: 900;
        color: #1a3d1a;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .menu-card__description {
        font-size: 24px;
        font-weight: 700;
        color: #555;
        line-height: 1.4;
        font-style: italic;
        margin-top: 8px;
    }

    .menu-card__description-label {
        font-size: 15px;
        font-weight: 600;
        color: #7BD026;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

    .feedback__grid {
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: center
    }

    .feedback img {
        display: block;
        max-width: 40%
    }

    .feedback__form {
        margin: 0;
        gap: 30px;
        max-width: 610px
    }

    .feedback__field {
        gap: 25px
    }

    .feedback__label {
        font-size: 20px
    }

    .feedback__textarea {
        height: 190px
    }

    .footer__title {
        font-size: 24px
    }

    .page-grid {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px
    }

    .page-grid.revert {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: row-reverse
    }

    .page-grid.revert .page-grid__aside {
        width: 30%
    }

    .page-grid__aside {
        width: 365px;
        position: sticky;
        top: 130px
    }

    .pay-widget__row {
        padding: 30px 0
    }

    .pay-full-card {
        padding: 15px 20px;
        min-height: 244px
    }

    .price-list table {
        font-size: 20px
    }

    .price-list table td .price {
        font-size: 20px
    }
}

@media (min-width:1301px) {
    .header-menu {
        gap: 2.5rem
    }
}

@media (min-width:1400px) {
    .page-grid__aside {
        width: 400px
    }
}

@media (max-width:992px) {
    .page-grid__aside.hidden-mob {
        display: none
    }

    .info-block {
        gap: 20px
    }

    .info-block svg {
        max-height: 100px;
        max-width: 100px
    }
}

@media (max-width:480px) {
    .info-block__actions {
        flex-direction: column;
        gap: 10px
    }
}

/*# sourceMappingURL=global.css.map */
