@import url('../fonts/roboto/roboto.css');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');*/

/* Globals */

.header svg, footer svg, .mobile-nav svg {
    vertical-align: top;
    width: auto;
    z-index: auto;
}

.header a, footer a {
    color: currentColor;
    text-decoration: none;
}

.header a:not([class]), footer a:not([class]) {
    text-decoration: none;
}

.header a:not([class]):hover, footer a:not([class]):hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

/*.header .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5em;
}*/

.svg-defs-global {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

.-arrow-right-bg {
    fill: #285769;
}

/*  Header */
.header, .footer {
    background: #F5F5F5;
    position: relative;
    color: #525252;
    font-size: 10px;
    padding-top: 48px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

.header {
    margin-bottom: 60px;
}

.header__columns {
    display: flex;
    align-items: flex-start;
}

.header__columns-actions {
    flex: 1;
}

.header__top-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.3em;
    border-bottom: 2px solid #C6C6C5;
    margin-bottom: .8em;
}

.header__logo-wrap {
    display: flex;
    flex-direction: row;
}

.header__logo {
    margin-right: 3.5em;
}

.header__logo-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15.3em;
    height: 11.6em;
    display: block;
}

.header__city {
    font-size: 1em;
    line-height: 1.2;
    display: flex;
    align-items: flex-end;
}


.header__city-link {
    display: flex;
    align-items: center;
}

.header__city-link:hover {
    text-decoration: none;
    color: #DCAA44;
}

.header__city-name {
    font-size: 1.8em;
    border-color: transparent;
    transition: .2s;
}

.header__city-link:hover .header__city-name {
}

.header__city-icon {
    transition: .2s;
}

.header__city-icon svg {
    margin-top: -0.2em;
}

.header__city-link:hover .header__city-icon {
    color: #DCAA43;
}

.header__city-popup {
    display: none;
    background: rgba(227, 227, 227, 0.97);
    border-radius: 30px;
    color: #333;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 2.7em;
    width: 100%;
    max-width: 100em;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 10px;
}

.header__city-popup-close {
    position: absolute;
    right: 2.2em;
    top: 3em;
    fill: #525252;
    cursor: pointer;
    transition: .2s ease;
    z-index: 10;
}

.header__city-popup-close:hover {
    opacity: .95;
}

.header__city-popup-search {
    position: relative;
    max-width: 30em;
    margin-bottom: 2.2em;
    padding-right: 2em;
}

.header__city-popup-input {
    width: 100%;
    font-size: 1.2em;
    padding-right: 2em;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    outline: none;
    border-radius: 20px;
    padding: .4em 3em .4em 1.2em;
    transition: .2s ease;
    color: #525252;
}

.header__city-popup-input::placeholder {
    color: #525252;
}

.header__city-popup-input:focus {
    background: rgba(255, 255, 255, 1);
}

.header__city-popup-button {
    position: absolute;
    font-size: 1.2em;
    right: 2em;
    top: .2em;
    cursor: pointer;
    border: none;
    background: none;
    transition: .2s ease;
    fill: #525252;
}

.header__city-popup-button:hover {
    opacity: .95;
}

.header__city-popup-favorites {
    margin-bottom: 2.2em;
}

.city-favorites__link {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 2.2;
    transition: .2s ease;
}

.city-favorites__link:hover {
    text-decoration: none;
    color: #DCAA44;
}

.header__city-popup-wrapper {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    padding-right: 2em;
}

.header__city-popup-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

.header__city-popup-wrapper::-webkit-scrollbar:vertical {
    width: 6px;
}

.header__city-popup-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #DCAA44;
}

.header__city-popup-wrapper::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #525252;
}

.header__city-popup-list.city-list {
    columns: 3;
}

.city-list__group {
    white-space: nowrap;
    position: relative;
    padding-left: 2em;
    font-size: 1.4em;
    line-height: 1.7;
    margin-bottom: .5em;
}

.city-list__group-letter {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

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

.city-list__group ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    margin-bottom: .7em;
}

.city-list__group ul li a {
    transition: .2s ease;
}

.city-list__group ul li a:hover {
    text-decoration: none;
    color: #DCAA44;
}

@media (max-width: 767px) {
    .header__city-popup-list.city-list {
        columns: 2;
    }

    .city-list__group {
        white-space: normal;
    }
}

@media (max-width: 500px) {
    .header__city-popup {
        border-radius: 0;
        height: 100%;
        padding-top: 70px;
    }

    .header__city-popup-wrapper {
        max-height: calc(100% - 8em);
    }

    .header__city-popup-list.city-list {
        columns: 1 !important;
    }
}

.header__toolbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__mobile {
    display: none;
    text-align: right;
}

.header__mobile_city-login {
    display: none;
    flex-direction: row;
    justify-content: space-between;
}

.header__control-hamburger {
    display: none;
    transition: 0.2s;
    fill: currentColor;
}

.nav-modal__close {
    display: none;
    transition: 0.2s;
    fill: currentColor;
}

.header__socials {
    display: flex;
    justify-content: flex-end;
    color: #C6C6C5;
}

.header__socials-link {
    margin-left: 1em;
    border-radius: 50%;
    overflow: hidden;
}

.header__socials-link:first-child {
    margin-left: 0;
}

.header__socials-link svg {
    transition: .2s;
    fill: currentColor;
}

.header__socials-link:hover svg {
    fill: #DCAA43;
}

.header__columns .header__search {
    display: none;
}

.header__search-container {
    max-width: 60.7em;
    position: relative;
    margin: 0 auto;
}

.header__search-input {
    width: 100%;
    background: rgba(220, 170, 68, .75);
    border: none;
    padding: .4em 1.6em .4em 0;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    color: #525252;
    outline: none;
    transition: .2s;
}

.header__search-input:focus {
    background: rgba(220, 170, 68, .9);
}

.header__search-input::placeholder {
    color: #525252;
}

.header__search-button {
    position: absolute;
    right: 2.2em;
    top: .9em;
    border: none;
    background: none;
    border: none;
    cursor: pointer;
}

.header__search-button svg {
    fill: #525252;
}

.header__search-button:hover {
    opacity: .9;
}

.header__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 400;
    line-height: 2.1;
}

.header__actions-eye {
    font-weight: 300;
    letter-spacing: .04em;
    margin-left: 2.1em;
}

.header__actions-eye-link:hover {
    text-decoration: none;
    color: #DCAA44;
}

.header__actions-eye-text {
    border-bottom: 1px solid currentColor;
    transition: .2s;
}

.header__actions-eye-link:hover .header__actions-eye-text {
    border-color: transparent;
}

.header__actions-eye-icon {
    transition: .2s;
}

.header__actions-eye-icon svg {
    margin-top: -0.2em;
}

.header__actions-eye-link:hover .header__actions-eye-icon {
    color: #DCAA43;
}

.header__actions-lang {
    margin-left: 2.1em;
}

.header__actions-lang-link {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    line-height: 1;
    transition: .2s;
}

.header__actions-lang-link:hover {
    color: #DCAA43;
}

.header__actions-lang-link svg {
    margin-left: .8em;
    font-size: 10px;
}

.header__actions-lang-link.is-active {
    font-size: 1.45em;
    font-weight: 500;
}

.header__actions-login {
    margin-left: 2.1em;
}

.header__actions-login .lkb_top, .mobile-nav .lkb_top {
    width: auto;
    height: auto;
}

.header__actions-login-link {
    display: flex;
    align-items: center;
    transition: .2s;
    
    /**/
    visibility: hidden;
}

.header__actions-login-text {
    font-size: 1.3em;
    display: none;
}

.header__actions-login-link > span {
    line-height: 1;
    margin-right: .9em;
}

.header__actions-login-link:hover {
    color: #DCAA43;
}


.header__nav-container {
    display: flex;
    flex: 1;
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__nav .header__control-hamburger {
    display: block;
}

.header__nav-item {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .78em 1.21em;
    font-size: 1.4em;
    line-height: 1.6;
    text-transform: uppercase;
    color: #525252;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header__nav-item:first-child {
    padding-left: 0;
}

.header__nav-link {
    font-weight: 500;
}

.header .header__nav-item:hover .header__nav-link {
    color: #DCAA44;
}

.header__nav-link:before {
    content: "";
    position: absolute;
    left: -1px;
    top: calc(50% - .715em);
    height: 1.43em;
    border-right: 2px solid #525252;
}

.header__nav-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1em);
    height: 2em;
    width: .1em;
    background: #525252;
    display: none
}

.header__nav-item-wrap {
    display: block;
    margin: 0 0.1em;
}

.header__nav-item:first-child .header__nav-link:before {
    display: none;
}

.header__nav-item:last-child .header__nav-link:after {
    display: none;
}

.header__nav-link:hover {
    text-decoration: none;
}

.header__nav-item.is-active {
    background: rgba(246, 246, 246, 0.95);
}

.header__nav-item:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    top: -.714em;
    left: 50%;
    transform: translateX(-50%);
    background: #525252;
    transition: width .3s linear;
}

.header__nav-item.is-active:before {
    width: 100%;
}

.header__nav-submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-weight: 500;
    font-size: .858em;
    line-height: 1.3;
    padding: 0 .357em;
    text-transform: none;
    background: rgba(246, 246, 246, 0.95);
    z-index: 2;
}

.header__nav-submenu-link {
    display: block;
    border-bottom: 1px solid #525252;
    margin-bottom: 0.6em;
    padding: 0.6em 0;
    text-align: center;
    transition: color .2s ease;
}

.header__nav-submenu-link:last-child {
    border-bottom: none;
}

.header__nav-submenu-link:hover {
    color: #DCAA44;
}

.header__nav-item:first-child .header__nav-submenu {
    width: calc(100% + 4em);
}

.header__nav-item:first-child .header__nav-submenu-link.-programm {
    text-align: left;
    /*margin-left: 1em;*/
    font-size: .85em;
    margin-bottom: 4px;
    line-height: 1.2;
}

.header__nav-item:first-child .header__nav-submenu-link {
    text-align: left;
}

.mobile-nav {
    color: #525252;
    font-size: 10px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
    color: #525252;
    transition: 0.2s;
    opacity: 0;
    z-index: 120;
}

.mobile-nav a {
    color: currentColor;
}

.mobile-nav a:hover {
    text-decoration: none;
}

.mobile-nav__container {
    max-width: 116em;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-nav.is-visible {
    visibility: visible;
    opacity: 1;
}

.mobile-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0 1em;
    color: #525252;
}

.mobile-nav__xs-search {
    display: none;
}

.mobile-nav__header .header__search-container, .mobile-nav__xs-search .header__search-container {
    flex: 1 1 auto;
    max-width: 75%;
    margin: 0;
}

.mobile-nav__xs-search .header__search-container {
    max-width: 100%;
    padding-bottom: 1.5em;
}

.mobile-nav__header .header__search-container form, .mobile-nav__xs-search .header__search-container form {
    margin: 0;
}

.mobile-nav__header .header__search-input, .mobile-nav__xs-search .header__search-input {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #525252;
    padding: .6em 1.6em .6em 0;
    color: #525252;
    font-weight: 700;
}

.mobile-nav__header .header__search-input::placeholder, .mobile-nav__xs-search .header__search-input::placeholder {
    font-weight: 700;
}

.mobile-nav__header .header__search-input:focus, .mobile-nav__xs-search .header__search-input:focus {
    border-color: #DCAA44;
}

.mobile-nav__header .header__search-button, .mobile-nav__xs-search .header__search-button {
    right: .3em;
    padding-right: 0;
}

.mobile-nav__header .nav-modal__close {
}

.mobile-nav__social {
    padding: 0 1em 0.5em;
    display: flex;
    justify-content: flex-end;
    color: #C6C6C5;
}

.mobile-nav__social a {
    color: currentColor;
}

.mobile-nav__xs-city-login {
    display: none;
}

.mobile-nav__list-wrap {
    overflow: hidden;
    overflow-y: auto;
    padding: 2em 0 0;
    flex: 1;
}

.mobile-nav__list {
    flex: 1;
    /*overflow-y: auto;*/
    column-count: 5;
}

.mobile-nav__list .header__nav-item {
    padding: 0.277em 0;
    background: none;
    font-size: 1.5em;
    font-weight: 500;
    page-break-inside: avoid;
    overflow: hidden;
}

.mobile-nav__list .header__nav-item:nth-child(3), .mobile-nav__list .header__nav-item:nth-child(5), .mobile-nav__list .header__nav-item:nth-child(6) {
    break-after: column;
}

.mobile-nav__list .header__nav-link {
    padding: 0 0.277em;
    margin-bottom: 0.777em;
    font-size: 1.2em;
}

.mobile-nav__list .header__nav-link:hover {
    color: #DCAA44;
}

.mobile-nav__list .header__nav-item-wrap {
    width: 100%;
    margin-top: 0.777em;
}

.mobile-nav__list .header__nav-submenu {
    position: static;
    padding-top: 1.11em;
    display: block;
    font-weight: 400;
}

.mobile-nav__list .header__nav-item:first-child .header__nav-submenu {
    width: 100%;
}

.mobile-nav__list .header__nav-submenu-link {
    text-align: left;
    margin-bottom: .25em;
    padding: .13em 0;
    border-bottom: none;
}

.mobile-nav__list .header__nav-link:after, .mobile-nav__list .header__nav-link:before {
    display: none;
}

.mobile-nav__list .header__nav-item:before {
    display: none;
}

.mobile-nav .header__nav-item:first-child .header__nav-submenu-link:first-child {
    font-weight: 700;
    font-size: 1.04em;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.mobile-nav .header__nav-item:first-child .header__nav-submenu-link:last-child {
    font-weight: 700;
    font-size: 1.04em;
    line-height: 1.3;
    margin-top: 0.75em;
}

.mobile-nav__city {
    color: #525252;
}

.mobile-nav__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
    margin-top: 4.5em;
    border-top: 1px solid #C6C6C5;
}

.mobile-nav__actions {
    color: #525252;
    display: flex;
    flex: 1;
    /*padding-left: 150px;*/
}

.mobile-nav__actions .header__actions-eye-link {
    margin-right: 2.5em;
}

.mobile-nav__login {
    color: #525252;
    display: flex;
}

.mobile-nav__login .header__actions-login-text {
    display: inherit;
}

.mobile-top-actions {
    display: none;
}

.mobile-top-actions {
    display: none;
}

@media (max-width: 1230px) {
    .header__nav-item {
        font-size: 1.2em;
    }
}

@media (max-width: 1100px) {

    .header {
        padding-top: 0;
    }

    .header__logo-image {
        width: 80px;
        height: 60px;
    }

    .header__nav-item {
        font-size: 1.4em;
    }
    .header__top-line {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .header__city-name {
        font-size: 1em;
        border-color: transparent;
        transition: .2s;
    }

    .header__columns {
        align-items: center;
    }

    .header__container {
        padding: 2em 2.82em 0;
    }

    .mobile-nav__container {
        padding: 2em 2.4em 0;
    }

    .mobile-nav__header {
        padding-top: 0;
    }

    .header__top-line {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .header__mobile_city-login {
        border-bottom: 1px solid #C6C6C5;
        padding: .61em 0;
        align-items: center;
        font-size: 1.65em;
    }

    .header__mobile_city-login .header__actions-login-text {
        display: inline;
        font-size: .85em;
        margin-right: .5em
    }

    .header__top-line {
        justify-content: flex-end
    }

    .header__actions {
        margin-right: 3.3em;
    }

    .header__city {
        font-size: 14px;
    }

    .header__city .svg-icon {
        margin: 0;
    }

    .header__actions .header__actions-eye, .header__actions .header__actions-lang, .header__actions .header__actions-login, .header__actions .header__city {
        display: none;
    }

    body.has-nav-opened {
        overflow: hidden;
    }

    .header__nav {
        display: none;
    }

    .header__search {
        margin: 3em 0;
    }

    .header__desc-text {
        font-size: 1.6em;
        line-height: 1.9;
    }

    .header__toolbar {
        padding-top: .5em;
    }

    .header__socials {
        display: none;
    }

    .header__mobile {
        display: block;
    }

    .header__mobile_city-login {
        display: flex;
    }

    .header__control-hamburger {
        display: block;
    }

    .nav-modal__close {
        display: none;
    }

    .mobile-nav__list .header__nav-item:nth-child(3), .mobile-nav__list .header__nav-item:nth-child(5), .mobile-nav__list .header__nav-item:nth-child(6) {
        break-after: auto;
    }

    .mobile-nav__list .header__nav-item:nth-child(3) .header__nav-link:after {
        display: none;
    }

    .mobile-nav__list {
        column-count: 4;
    }
}


@media (max-width: 992px) {
    .mobile-nav {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .header__actions-eye-text {
        display: none;
    }

    .header__actions-eye, .header__actions-lang {
        margin-right: 2em;
    }

    .mobile-nav__list {
        column-count: 3;
    }
}

@media (max-width: 600px) {

    .header__nav-item:first-child .header__nav-submenu-link.-programm {
        font-size: .97em;
        margin-bottom: 8px;
        padding: 1px 0;
    }

    .header__nav-submenu-link {
        font-size: 1.16em;
    }

    .header__city-name {
        font-size: .857em;
    }

    .header__mobile_city-login .header__actions-login-text {
        font-size: .73em;
    }

    .header__mobile_city-login .header__city-icon .svg-icon {
        width: 1.25em !important;
        height: 1.25em !important;
    }

    .header__mobile_city-login .header__actions-login-link .svg-icon {
        width: 1.1em !important;
        height: 1.1em !important;
    }

    .mobile-nav .header__nav-item:first-child .header__nav-submenu-link:first-child {
        margin-bottom: 12px;
    }

    .mobile-nav__header .header__search-container {
        display: none;
    }

    .mobile-top-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        padding-right: 2em;
    }

    .mobile-top-actions .mobile-nav__social .header__socials-link {
        margin-left: .5em;
    }

    .mobile-top-actions .header__actions-lang-link {
        font-size: 0;
    }

    .mobile-top-actions .header__actions-lang-link .svg-icon {
        margin-left: 0;
    }

    .mobile-top-actions .mobile-nav__actions .header__actions-eye-link {
        margin-right: 1em;
    }

    .mobile-top-actions .mobile-nav__social svg {
        width: 2.1em !important;
        height: 2.1em !important;
    }

    .mobile-nav .nav-modal__close .svg-icon {
        width: 1.7em !important;
        height: 1.7em !important;
    }

    .mobile-nav__xs-search {
        display: flex;
    }

    .mobile-nav__xs-city-login {
        display: flex;
        color: #525252;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 4em;
    }

    .mobile-nav__xs-city-login .header__actions-login-text {
        display: inline;
    }

    .mobile-nav__xs-search {
        display: flex;
    }

    .mobile-nav__list {
        column-count: 1;
        padding: 1em 0;
    }

    .mobile-nav__list .header__nav-submenu {
        display: none;
    }

    .mobile-nav__list .header__nav-item {
        margin: 0 0 1.5em;
        padding: 0;
        font-size: 1.55em;
    }

    .mobile-nav__list .header__nav-link {
        padding: .2em 0;
        font-size: .91em;
        display: block;
        margin: 0;
        border-bottom: 1px solid #A7A7A7;
    }

    .mobile-nav__list .header__nav-link:after {
        content: "";
        filter: brightness(.5);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDAwMzkgNy43TDEyLjAwMDQgMTMuN0wxOC4wMDA0IDcuN0wyMC40MDA0IDguOUwxMi4wMDA0IDE3LjNMMy42MDAzOSA4LjlMNi4wMDAzOSA3LjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
        display: block;
        width: 1.15em;
        height: 1.15em;
        position: absolute;
        right: 0.1em;
        top: 0.4em;
        opacity: .8;
    }

    .mobile-nav__list .header__nav-item:last-child .header__nav-link:after {
        display: block;
    }

    .mobile-nav__list .is-active .header__nav-link:after {
        transform: rotate(180deg);
        padding-top: 0;
        margin-right: 0;
    }

    .mobile-nav__footer .mobile-nav__city, .mobile-nav__footer .mobile-nav__login {
        display: none;
    }

    .mobile-nav__list .header__nav-item-wrap {
        margin: 0;
    }

    .mobile-nav__footer .mobile-nav__actions {
        order: 1;
        color: #C6C6C5;
        padding-left: 0;
    }

    .mobile-nav__footer .mobile-nav__social {
        order: 2;
        color: #C6C6C5;
    }

    .mobile-nav__footer {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .header__actions-eye, .header__actions-lang {
        margin-right: 1.5em;
    }

    .mobile-nav__city .header__city-icon {
        display: none;
    }
}

/* Footer */
.footer {
    margin: 0;
    padding: 0;
}

.footer__body {
    padding: 8em 0 6.5em;
}

.footer__nav-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}

.footer__nav-link {
    display: flex;
    position: relative;
    padding: 1.1em 1.5em;
    align-items: center;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    transition: .2s;
}

.footer__nav-link:hover a {
    opacity: .8;
    text-decoration: none;
}

.footer__nav-link.is-active a {
    text-decoration: underline;
    opacity: 1;
}

.footer__nav-link.is-active:hover a {
    opacity: 1;
    text-decoration: underline;
}

.footer__partners-list {
    display: flex;
    align-items: center;
    margin-top: 6em;
}

.footer__partners-item {
    display: flex;
    transition: .2s;
}

.footer__partners-item + .footer__partners-item {
    padding-left: 6em;
}

.footer__partners-item:hover {
    opacity: .8;
}

.footer__text {
    margin-top: 4em;
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}

.footer__text-notice {
    border-top: 1px solid #525252;
    margin-top: 1.7em;
    padding-top: 1.7em;
}

.footer__text a {
    color: #DCAA43;
}

@media (max-width: 1279px) {
    .header, .footer, .header__logo-image, .mobile-nav__footer, .mobile-nav__xs-search {
        font-size: 8.5px;
    }
}

@media (max-width: 1100px) {
    .footer__body {
        padding: 3em 2em 2em;
    }

    .footer__nav-link {
        width: 50%;
    }
    .show_mobile .container.mobile-nav__container {
        width: 100% !important;
        max-width: 100%;
    }
    .header__actions-eye-icon svg {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer__body {
        padding: 2em;
    }

    .show_mobile .container.mobile-nav__container, .show_mobile .container.header__container {
        width: auto !important;
    }
}

@media (max-width: 600px) {
    .footer__partners-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__partners-item {
        width: 26em;
        padding: 0;
        margin-bottom: 2em;
    }

    .footer__partners-item + .footer__partners-item {
        padding: 0;
    }
}

@media (max-width: 479px) {
    .show_mobile .container.mobile-nav__container, .show_mobile .container.header__container {
        width: auto !important;
    }
}

/* letsee */
#letsee-panel {
    z-index: 51;
}

.letsee-active .header__city-name, .letsee-active .header__actions-eye-text {
    border: none;
}

.letsee-active .header__logo-image {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: transparent !important;
    max-width: 152px;
}

.letsee-active.letsee-white .header__logo-image {
    filter: brightness(0);
}

.letsee-active.letsee-white .header__top-line, .letsee-active.letsee-white .mobile-nav__list {
    border-color: currentColor;
}

.letsee-active.letsee-white .footer__partners-item img {
    filter: brightness(0);
    background: none !important;
}

.letsee-active.letsee-white .footer__partners-item:last-child img {
    filter: brightness(.5);
}

.letsee-active .header__nav-link {
    padding: 0;
}

.letsee-active .header__search-input,
.letsee-active .header__city-popup-input,
.letsee-active .media__search-input {
    border: 1px solid currentColor;
}

.letsee-active input::placeholder {
    color: currentColor !important;
}

.letsee-active .header__city-popup-close .svg-icon, .letsee-active .header__socials-link .svg-icon {
    fill: currentColor;
}

.letsee-active .header__search-button, .letsee-active .header__search-button svg {
    background-color: transparent !important;
}

.letsee-active form button svg, .letsee-active .header__city-popup-button svg {
    fill: currentColor !important;
    margin-top: 0;
}

.letsee-active .header__city-popup-button {
    background-color: transparent !important;
}

.letsee-active .header__socials-link svg {
    max-width: 36px;
    max-height: 36px;
}

@media (max-width: 1100px) {
    .letsee-active .mobile-nav__search {
        top: 50px;
    }

    .letsee-active .mobile-nav__city {
        top: 90px;
    }

    .letsee-active .header__socials-link svg {
        max-width: 40px;
        max-height: 40px;
    }

    .letsee-active .mobile-nav__list {
        height: auto;
    }
}

@media (max-width: 767px) {
    .footer__container {
        z-index: 8;
    }
    
    body.letsee-active {
        margin-top: 100px !important;
    }

    .letsee-active .mobile-nav__search {
        top: 42px;
    }

    .letsee-active .header__logo-image {
        max-width: 130px;
        max-height: 150px;
    }

    .letsee-active .mobile-nav__city {
        top: .5em;
        background: none !important;
        font-size: 1.2em;
        text-align: left;
        padding-left: 2em;
    }

    .letsee-active .header__city-icon {
        margin-left: 0;
    }

    .letsee-active .mobile-nav__header .nav-modal__close {
        margin-top: 50px;
    }

    .letsee-active .mobile-nav__header .nav-modal__close .svg-icon, .header__control-hamburger .svg-icon {
        max-width: 36px;
    }
}

@media (max-width: 600px) {
    .letsee-active .header__actions-login-link .svg-icon {
        display: none;
    }

    .letsee-active .mobile-nav__header {
        padding: 3em 1em 2em;
    }

    .letsee-active .header__actions-eye, .letsee-active .header__actions-lang {
        margin-right: 1em;
    }
}

@media (max-width: 480px) {
    .letsee-active .footer__nav-link {
        width: 100%;
        padding: 0;
        margin-bottom: .5em;
    }
}

@media (max-width: 350px) {
    body.letsee-active {
        margin-top: 130px !important;
    }
}