/* montserrat-300 - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v29-latin_latin-ext-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/montserrat-v29-latin_latin-ext-300italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v29-latin_latin-ext-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/montserrat-v29-latin_latin-ext-500italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/montserrat-v29-latin_latin-ext-600italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin_latin-ext */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin_latin-ext-700italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
:before,
:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

ul,
ol {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a {
    text-decoration: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    :before,
    :after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    background-color: #f5f5f5
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 15;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(214, 47, 28, 0.9);
    border-radius: 4px
}

.invalid-tooltip-fix {
    position: static !important;
}

.invalid-tooltip-fix::before {
    display: block;
    position: absolute;
    top: 55px !important;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
    background-color: #d62f1c;
    content: ''
}

.alert {
    padding: .5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #e7c3c3 0%, #e68277 100%);
    background-image: -o-linear-gradient(top, #e7c3c3 0%, #e68277 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7c3c3), to(#e68277));
    background-image: linear-gradient(to bottom, #e7c3c3 0%, #e68277 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c3c3', endColorstr='#e68277', GradientType=0);
}

.mb-0 {
    margin-bottom: 0
}

.hide {
    opacity: 0;
    visibility: hidden
}

.hidden {
    display: none !important;
}

.rounded {
    border-radius: 4px
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.text--bold {
    font-weight: 700
}

.grow {
    transition: all .2s ease-in-out
}

.grow:hover {
    transform: scale(1.05)
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 1.5rem
}

nav {
    top: 0;
    right: 0;
    left: 0;
    background-color: #192743;
    z-index: 100
}

.nav header li {
    list-style-type: none
}

.nav header a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent !important
}

.nav__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 0 20px
}

.nav-brand {
    height: 100%;
    margin-right: auto;
    padding-top: 26px
}

.nav-brand img {
    width: 112px;
    height: 24px
}

.nav-user {
    margin-right: 25px
}

.nav-user__icon__button {
    display: flex;
    align-items: center;
    position: relative;
    height: 66px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important
}

.nav-user .nav-user__icon__button:before {
    position: absolute;
    top: 56px;
    left: calc(50% - 10px);
    width: 22px;
    height: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-right: 11px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 11px solid transparent;
    border-radius: 2px;
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: 7
}

.nav-user__icon__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 30px;
    border-radius: 15px;
    border: solid .8px #fff3;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.nav-user.open .nav-user__icon__wrapper,
.nav-user .nav-user__icon__button:hover>.nav-user__icon__wrapper {
    border: solid .8px #fff;
    background-color: #fff
}

.nav-user__icon {
    z-index: 200;
    width: 14px;
    height: 14px
}

.nav-user .nav-user__dropdown {
    position: absolute;
    top: 66px;
    right: -81px;
    width: 100vw;
    min-width: 260px;
    height: calc(100vh - 66px);
    background-color: #2d3647e6;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: 300
}

.nav-user__sign-in,
.nav-user__logged-in {
    padding: 25px 20px 30px;
    background-color: #fff;
    height: auto;
}

.nav-user__title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1rem
}

.nav-user__input,
.nav-user__button {
    margin-bottom: 15px
}

.nav-user__anchors {
    display: flex;
    flex-direction: column;
    align-items: center
}

.nav-user__anchors span {
    text-align: center;
    color: #333
}

.nav-user__anchors span,
.nav-user__anchors a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14px;
    line-height: normal
}

.nav-user__anchors a {
    color: #1abc9c;
    text-decoration: underline !important
}

.nav-user__sign-up-link {
    margin-top: 25px
}

.nav-user .nav-user__logged-in {
    padding: 20px
}

.nav-user .nav-user__profile.nav-user__profile--logged-in {
    margin-bottom: 20px
}

.nav-user .nav-user__profile-name {
    color: #192743;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .17px;
    line-height: normal
}

.nav-user .nav-user__profile-bonus {
    color: #323c50;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: .13px;
    line-height: normal;
    text-align: left
}

.nav-user .nav-user__profile-bonus span {
    color: #1abc9c;
    font-weight: 700
}

.nav-user .nav-user__items {
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #0000001a
}

.nav-user .nav-user__item-link {
    color: #323c50;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 2.13
}

.nav-user .nav-user__item-link:hover {
    color: #1abc9c;
}

.nav-user .nav-user__logout svg {
    width: 25px;
    height: 25px;
    margin-left: -4px;
    margin-right: 5px
}

.nav-user .nav-user__logout span {
    color: #1abc9c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal
}

.nav-menu {
    display: flex;
    justify-content: stretch;
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    padding: 0 10px;
    background-color: #323c50;
    z-index: 25
}

.nav-menu__items {
    position: static;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

.nav-menu__item {
    margin: 0 10px
}

.nav-menu__link {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #fff;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease
}

.nav-menu__link:hover {
    color: #a6a6bb
}

.nav-menu__link span {
    font-weight: 600;
    font-size: .75rem
}

.nav-phone {
    position: relative;
    margin-right: 20px;
    height: 80px
}

.nav-phone__wrapper {
    display: flex;
    align-items: center;
    cursor: pointer
}

.nav-phone__wrapper .nav-phone__icon {
    width: 22px;
    height: 22px
}

.nav-phone__number {
    margin-left: 11px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

.nav-submenu__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: -10px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
    z-index: 101
}

.nav-submenu__button .nav-submenu__icon {
    display: block;
    position: relative;
    width: 26px;
    height: 2px;
    margin: 8px auto;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
    background-color: #fff
}

.nav-submenu__button .nav-submenu__icon:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease, -o-transform .25s ease;
    background-color: #fff;
    content: "";
    top: -8px
}

.nav-submenu__button .nav-submenu__icon:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease, -o-transform .25s ease;
    background-color: #fff;
    content: "";
    bottom: -8px
}

.nav-submenu__button.open .nav-submenu__icon {
    transition-duration: .25s;
    background: transparent
}

.nav-submenu__button.open .nav-submenu__icon:before {
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(-45deg);
    -o-transform: translate(0, 8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.nav-submenu__button.open .nav-submenu__icon:after {
    -webkit-transform: translate(0, -8px) rotate(45deg);
    -ms-transform: translate(0, -8px) rotate(45deg);
    -o-transform: translate(0, -8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.nav-submenu__button:hover {
    cursor: pointer
}

.nav-submenu__dropdown {
    position: absolute;
    will-change: transform;
    top: 56px !important;
    right: -20px;
    width: 100vw;
    height: calc(100vh - 66px);
    background-color: #2d3647e6;
    z-index: 200;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.nav-submenu__button.open~.nav-submenu__dropdown {
    visibility: visible;
    opacity: 1
}

.nav-submenu__wrapper {
    width: 270px;
    height: 100%;
    margin-left: auto;
    padding: 30px 20px;
    background-color: #232a37;
    overflow-y: auto
}

.nav-submenu__phonenumber {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.nav-submenu__phonenumber svg {
    width: 19px;
    height: 19px
}

.nav-submenu__phonenumber span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: normal;
    text-transform: uppercase
}

.nav-submenu__timesheet.timesheet {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 20px 25px;
    border-bottom: solid 1px #f5f5f51a
}

.timesheet .timesheet-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -7.5px
}

.timesheet .timesheet-day,
.timesheet .timesheet-time {
    padding: 0 7.5px;
    color: #a6a6bb;
    font-size: 12px;
    line-height: 1.6
}

.timesheet .timesheet-day {
    font-weight: 600
}

.nav-submenu__items {
    padding: 0
}

.nav-submenu__link {
    color: #fff;
    font-size: 15px;
    letter-spacing: .17px;
    line-height: 2.4
}

.nav-submenu__link li {
    font-weight: 500
}

.nav-submenu__link li:hover {
    color: #1abc9c;
    font-weight: 600
}

.nav-user.open .nav-user__icon__button:before,
.nav-user.open .nav-user__dropdown {
    opacity: 1;
    visibility: visible
}

.nav-user--logged-in .nav-user__icon__button .nav-user__profile,
.nav-user .nav-user__icon__button .nav-user__profile,
.nav-user__registration,
.nav-menu__dropdown__favs,
.nav-phone--hidden,
.nav-submenu__md-dropdown,
.dropdown-menu--hidden {
    display: none
}

.nav-user .nav-user__profile,
.nav-user .nav-user__logout {
    display: flex;
    align-items: center
}

.nav-menu__item__favs {
    position: static;
    cursor: pointer;
}

.nav-menu__item__favs.open .nav-menu__dropdown__favs {
    display: inline-flex;
}

.nav-menu__item__favs .nav-menu__dropdown__favs .nav-wishlist {
    padding: 20px;
    background-color: #fff;
    height: fit-content;
    width: 100%;
}

.nav-wishlist .nav-wishlist__route {
    max-width: 540px;
    margin: 0 auto;
}

.nav-wishlist .nav-wishlist__route:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(166, 166, 187, 0.3);
}

.nav-wishlist .nav-wishlist__headline {
    display: none;
    color: #a6a6bb;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
}

.nav-wishlist .nav-wishlist__route-cities-wrapper {
    display: flex;
    justify-content: center;
}

.nav-wishlist .nav-wishlist__route-city {
    display: flex;
    flex-direction: column;
}

.nav-wishlist .nav-wishlist__route-city-short {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .26px;
    line-height: normal;
    text-transform: uppercase;
}

.nav-wishlist .nav-wishlist__route-city-long {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12px;
    line-height: normal;
}

.nav-wishlist .nav-wishlist__plane {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 15px;
}

.nav-wishlist .nav-wishlist__plane::before {
    width: 40px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#333));
    background: -webkit-linear-gradient(left, #f5f5f5, #333);
    background: -o-linear-gradient(left, #f5f5f5, #333);
    background: linear-gradient(to right, #f5f5f5, #333);
    content: '';
}

.nav-wishlist .nav-wishlist__plane .icon {
    width: 20px;
    height: 20px;
    color: #000;
    fill: currentColor;
}

.nav-menu .nav-menu__tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    border: solid 1px rgba(166, 166, 187, 0.2);
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #1abc9c;
    font-size: 14px;
    font-weight: 700;
    width: 25px;
    height: 18px;
}

.nav-wishlist .nav-wishlist__route-items {
    display: flex;
    width: 100%;
}

.nav-wishlist .nav-wishlist__route-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}



.nav-wishlist .nav-wishlist__info {
    width: 100%;
    color: #333;
    text-align: center;
    line-height: normal;
    margin-block-start: 1rem;
}

.nav-wishlist .nav-wishlist__date {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .17px;
}

.nav-wishlist .nav-wishlist__class {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .13px;
}

.nav-wishlist .nav-wishlist__observer {
    display: flex;
    width: 100%;
    margin: 1rem 0;
}

.nav-wishlist .nav-wishlist__observer-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-wishlist .nav-wishlist__delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #a6a6bb;
    border-radius: 4px;
    padding: 0.625rem 0;
}

.nav-wishlist .nav-wishlist__delete .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    color: #a6a6bb;
    fill: currentColor;
}

.nav-wishlist .nav-wishlist__delete-icon {
    display: flex;
    align-items: center;
    justify-content: center;

}

.nav-menu .nav-menu__dropdown__favs {
    position: absolute;
    transform: initial !important;
    transition: .2s ease-in-out;
    z-index: 2;
    right: 0;
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
    background-color: rgba(45, 54, 71, 0.9);
}


.nav-menu .nav-menu__item:not(.empty) .nav-menu__dropdown {}

.nav-wishlist .nav-wishlist__delete .icon:hover {
    color: #333;
    fill: currentColor;
}


@media (min-width: 576px) {
    .nav-menu__items {
        justify-content: flex-start
    }

    .nav-user__dropdown__wrapper {
        max-width: 320px;
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .nav-phone--hidden {
        display: inherit
    }

    .nav-submenu__phone {
        display: none
    }

    .nav-phone:before {
        position: absolute;
        top: 63px;
        left: calc(50% - 10px);
        width: 22px;
        height: 10px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-right: 11px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 11px solid transparent;
        border-radius: 2px;
        content: "";
        opacity: 0;
        visibility: hidden;
        z-index: 7
    }

    .nav-phone .nav-phone__timesheet {
        position: absolute;
        top: 73px;
        right: -70px;
        width: 280px;
        min-width: 280px;
        padding: 20px 25px;
        border-radius: 4px;
        background-color: #fff;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 2px 8px 0 #0003;
        box-shadow: 0 2px 8px #0003;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .nav-phone__timesheet span:first-child {
        font-size: 15px;
        font-weight: 600
    }

    .nav-phone__timesheet .timesheet-row {
        display: flex;
        justify-content: space-between;
        margin: 0 -7.5px
    }

    .nav-phone__timesheet .timesheet-day,
    .nav-phone__timesheet .timesheet-time {
        padding: 0 10px;
        color: #333;
        font-size: 15px;
        letter-spacing: .22px;
        line-height: 1.47
    }

    .nav-phone__timesheet .timesheet-day {
        font-weight: 600
    }

    .nav-phone.open:before,
    .nav-phone.open .nav-phone__timesheet {
        opacity: 1;
        visibility: visible
    }

    .nav-wishlist .nav-wishlist__route-cities-wrapper {
        justify-content: start;
    }


    .nav-wishlist .nav-wishlist__route-city-short {
        font-size: 22px;
        letter-spacing: .29px;
    }

    .nav-wishlist .nav-wishlist__route-city-long {
        font-size: 14px;
        letter-spacing: .16px;
    }

    .nav-wishlist .nav-wishlist__info {
        width: 50%;
        text-align: left;
    }

    .nav-wishlist .nav-wishlist__observer {
        width: 40%;
    }

    .nav-wishlist .nav-wishlist__delete {
        width: 10%;
        border: none;
        margin-left: .5rem;
    }

    .nav-wishlist .nav-wishlist__route-item {
        flex-wrap: nowrap;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav__wrapper {
        max-width: 960px;
        position: relative;
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        height: 80px
    }

    .nav-menu {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-right: auto;
        background-color: transparent;
        z-index: 100
    }

    .nav-menu__items {
        position: relative;
        margin: 0 -15px
    }

    .nav-menu__item {
        margin: 0 15px
    }

    .nav-menu__link {
        position: relative;
        height: 80px;
        text-transform: uppercase
    }

    .nav-menu__link span {
        font-size: .87rem;
        font-weight: 600
    }

    .nav-menu__item__favs:before {
        position: absolute;
        top: 65px;
        left: calc(50% - 11px);
        width: 22px;
        height: 10px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-right: 11px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 11px solid transparent;
        border-radius: 2px;
        content: "";
        opacity: 0;
        visibility: hidden;
        z-index: 7
    }

    .nav-menu__item__favs {
        position: relative;
    }

    .nav-wishlist .nav-wishlist__route {
        max-width: unset;
        margin: unset;
    }
    
    .nav-menu .nav-menu__dropdown__favs {
        display: inherit;
        position: absolute;
        top: 75px !important;
        left: calc(50% - 150px);
        width: 300px;
        height: auto;
        max-height: 450px;
        background-color: #fff;
        border-radius: 4px;
        visibility: hidden;
        opacity: 0;
        z-index: 7;
        -webkit-box-shadow: 0 2px 8px 0 #0003;
        box-shadow: 0 2px 8px #0003;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .nav-menu__item__favs .nav-menu__dropdown__favs .nav-wishlist {
        padding: 20px;
        background-color: #fff;
        border-radius: 4px
    }

    .nav-menu__item__favs:not(.empty) .nav-menu__dropdown__favs {
        left: calc(50% - 480px) !important;
        width: 950px;
    }

    .nav-menu__item__favs .nav-menu__dropdown__favs .nav-wishlist .nav-wishlist__empty {
        margin: 0;
        color: #333;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .22px;
        line-height: 1.47
    }

    .nav-wishlist.mobile {
        display: none !important;
    }

    .nav-wishlist .nav-wishlist__empty span {
        font-weight: 700
    }

    .nav-wishlist .nav-wishlist__route {
        display: flex;
    }

    .nav-wishlist .nav-wishlist__route-cities {
        width: 35%;
    }

    .nav-wishlist .nav-wishlist__route-items {
        width: 65%;
    }

    .nav-wishlist .nav-wishlist__info {
        margin-block-start: 0;
    }

    .nav-wishlist .nav-wishlist__observer {
        margin: 0;
    }

    .nav-wishlist .nav-wishlist__headline {
        display: none;
        color: #a6a6bb;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: normal;
    }

    .nav-wishlist .nav-wishlist__route:first-child .nav-wishlist__route-cities:first-child .nav-wishlist__headline,
    .nav-wishlist .nav-wishlist__route:first-child .nav-wishlist__route-item:first-child .nav-wishlist__headline {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nav-wishlist .nav-wishlist__route-cities-wrapper {
        justify-content: flex-start;
    }

    .nav-menu .nav-menu__tooltip {
        width: 36px;
        height: 26px;
    }

    .nav-wishlist .nav-wishlist__observer {
        flex-direction: column;
    }

    .nav-wishlist .nav-wishlist__route:first-child .nav-wishlist__route-cities:first-child .nav-wishlist__delete,
    .nav-wishlist .nav-wishlist__route:first-child .nav-wishlist__route-item:first-child .nav-wishlist__delete {
        margin-top: 35px;
    }

    .nav-user__icon__wrapper {
        width: 44px;
        height: 40px;
        border-radius: 20px
    }

    .nav-user__icon__wrapper .nav-user__icon {
        width: 19px;
        height: 19px
    }

    .nav-user__icon__button {
        height: 80px
    }

    .nav-user .nav-user__dropdown {
        top: 75px;
        max-width: 1080px;
        width: 950px;
        height: auto;
        background-color: #fff;
        right: -62px;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 8px 0 #0003;
        box-shadow: 0 2px 8px #0003
    }

    .nav-user .nav-user__dropdown--logged-in {
        top: 75px;
        right: -61px;
        width: 260px;
        min-width: 260px;
        height: auto;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 8px 0 #0003;
        box-shadow: 0 2px 8px #0003
    }

    .nav-user .nav-user__dropdown__wrapper {
        display: flex;
        max-width: none
    }

    .nav-user__registration {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 30px 25px;
        border-right: 1px solid #a6a6bb80;
        width: calc(100% - 360px);
        max-height: 495.15px;
        height: 100%
    }

    .nav-user__registration .nav-user__features {
        display: flex;
        flex-wrap: wrap;
        margin: 30px -29px 0
    }

    .nav-user__registration .nav-user__features-item {
        display: flex;
        align-items: center;
        width: 50%;
        margin: 0 0 40px;
        padding: 0 25px
    }

    .nav-user__registration .nav-user__features-item p {
        max-width: 154.5px;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.29;
        color: #4a4a4a
    }

    .nav-user__features-icon-wrapper {
        display: flex;
        flex: 1 0 55px;
        align-items: center;
        justify-content: center;
        width: 55px;
        max-width: 55px;
        height: 55px;
        margin-right: 20px;
        border: 2px solid #a6a6bb;
        border-radius: 50%
    }

    .nav-user__registration__button {
        width: 300px;
        text-align: center;
        margin: 0 auto
    }

    .nav-user .nav-user__sign-in {
        width: 360px;
        padding: 30px 25px 25px;
        border-radius: 4px
    }

    .nav-user .nav-user__sign-in .nav-user__title.nav-user__title--sign-in {
        margin-bottom: 25px
    }

    .nav-user .nav-user__sign-in .nav-user__button {
        margin-bottom: 20px
    }

    .nav-user__logged-in {
        border-radius: 4px
    }

    .nav-brand {
        margin-right: 10px
    }

    .nav-brand img {
        min-width: 163px;
        width: 163px;
        height: 35px
    }

    .nav-phone {
        min-width: 140px;
        width: 140px;
        margin-right: 20px
    }

    .nav-phone .nav-phone__timesheet {
        top: 75px
    }

    .nav-submenu__button:before {
        position: absolute;
        top: 48px;
        left: calc(50% - 11px);
        width: 22px;
        height: 10px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-right: 11px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 11px solid transparent;
        border-radius: 2px;
        content: "";
        opacity: 0;
        visibility: hidden;
        z-index: 7
    }

    .nav-submenu__md-dropdown {
        display: inherit;
        position: absolute;
        top: 58px;
        right: 0;
        left: auto;
        width: 290px;
        padding: 25px;
        background-color: #fff;
        z-index: 200;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        visibility: hidden;
        opacity: 0
    }

    .nav-submenu__button.open~.nav-submenu__md-dropdown {
        visibility: visible;
        opacity: 1
    }

    .md-dropdown-menu {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 8px 0 #0003;
        box-shadow: 0 2px 8px #0003
    }

    .nav-submenu__md-dropdown .nav-submenu__link {
        color: #323c50;
        font-size: 15px;
        font-weight: 500;
        line-height: 2.13
    }

    .nav-menu__item__favs.open:before,
    .nav-menu__item__favs.open>.nav-menu__dropdown__favs,
    .nav-submenu__button.open:before {
        opacity: 1;
        visibility: visible
    }

    .nav-user .nav-user__icon__button:before,
    .nav-phone:before {
        top: 65px
    }

    .nav-user--logged-in .nav-user__registration,
    .nav-user .nav-user__sign-in .nav-user__anchors .nav-user__sign-up-link,
    .nav-submenu__dropdown,
    .nav-submenu__wrapper {
        display: none
    }
}

@media (min-width: 1400px) {
    .nav__wrapper {
        max-width: 1320px
    }

    .nav-brand {
        margin-right: 50px
    }

    .nav-menu__items {
        margin: 0 -20px
    }

    .nav-menu__item {
        margin: 0 20px
    }

    .nav-phone__number {
        font-size: 20px;
        margin-right: 10px
    }

    .nav-phone {
        min-width: 170px;
        width: 170px;
        margin-right: 18.5px
    }

    .nav-user .nav-user__dropdown {
        width: 1080px;
        height: auto;
    }

    .nav-user .nav-user__dropdown--logged-in {
        width: 260px;
        height: auto
    }

    .nav-user__registration {
        width: 660px;
        padding: 55px 40px;
    }

    .nav-user__registration .nav-user__features-item p {
        max-width: 189.5px
    }

    .nav-user .nav-user__sign-in {
        width: 420px;
        padding: 30px 40px 25px
    }

    .nav-user--logged-in .nav-user__logged-in .nav-user__profile,
    .nav-user--logged-in .nav-user__icon__wrapper {
        display: none
    }

    .nav-user--logged-in .nav-user__icon__button .nav-user__profile {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .nav-user--logged-in .nav-user__icon__button .nav-user__profile-info {
        min-width: 109px
    }

    .nav-user--logged-in .nav-user__icon__button .nav-user__profile-name,
    .nav-user--logged-in .nav-user__icon__button .nav-user__profile-bonus {
        color: #fff
    }

    .nav-user--logged-in .nav-user__icon__button .nav-user__profile-bonus {
        font-weight: 300
    }

    /* .nav-user--logged-in .nav-user__icon__button {
        min-width: 143.67px;
        max-width: 150px
    } */

    .nav-user__profile.nav-user__profile--logged-in .icon-chevron-down {
        width: 15px;
        height: 15px;
        margin-left: 20px;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .nav-user--logged-in.open .icon-chevron-down {
        transform: rotate(90deg)
    }
}