body {
    padding-top: 4.952rem;
}
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4.952rem;
    background: #FFF;

    display: flex;
    padding: 1.30208rem 7.29167rem;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.header .container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}
.header .headerLogo img{
    width: 6.71875rem;
    vertical-align: middle;
}
.header .mainMenu li, .header .mainMenu .headerLink {
    color: #0223C6;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0;
    opacity: 1;
    text-decoration: none;
}
.header .mainMenu li{
    display: inline-block;
    padding: 0;
}
.header .mainMenu {
    display: flex;
    align-items: flex-start;
    gap: 1.5625rem;
}

.header .mobile-menu {
    display: none;
    width: 5.9rem;
    height: 5.9rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.05128rem;
    background: url('/assets/images/svg/menu-open.svg') center no-repeat;
    background-size: 100%;
}
.header .mobile-menu.open {
    background: url('/assets/images/svg/menu-close.svg') center no-repeat;
    background-size: 100%;
}
.mobileMenu {
    display: none;
    position: fixed;
    top: 17.952rem;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;

    height: calc(100vh - 17.952rem);
    padding: 5.89744rem 5.89744rem 20rem 5.89744rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mobileMenu ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6.15385rem;
    align-self: stretch;
}
.mobileMenu li {
    list-style-type: none;
}
.mobileMenu li a{
    align-self: stretch;
    color: #0223C6;
    font-feature-settings: 'calt' off;
    font-size: 4.61538rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.mobileMenu.open {
    display: flex;
}
.mobileMenu .menu-buttons {
    display: flex;
    align-items: flex-start;
    gap: 5.89744rem;
    align-self: stretch;
}
.mobileMenu .menu-buttons p.labelSelect {
    color: #0223C6;
    font-size: 3.58974rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mobileMenu .menu-buttons .salonSelect {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3.33333rem;
    flex: 1 0 0;
}
.mobileMenu .switch-lang .lang-switcher {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3.33333rem;
    flex: 1 0 0;
}
.mobileMenu .menu-buttons .chooseSalon {
    display: flex;
    padding: 2.5641rem 3.84615rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.28205rem;
    flex: 1 0 0;
    max-height: 16.66667rem;
    height: 16.66667rem;
    min-height: 16.66667rem;
    background: transparent;
    border: 1px solid #0223C6;
    text-align: left;
}
.mobileMenu .menu-buttons .chooseSalon b {
    color: #0223C6;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.mobileMenu .menu-buttons .chooseSalon span {
    color: #0223C6;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mobileMenu .menu-buttons .switch-lang {
    display: flex;
    width: 16.66667rem;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.28205rem;
    align-self: stretch;
}
.mobileMenu .switch-lang .current-lang {
    display: flex;
    width: 16.66667rem;
    height: 16.66667rem;
    padding: 2.5641rem 3.84615rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.28205rem;
    align-self: stretch;
    border-radius: 0;
    border-width: 1px;
    color: #0223C6;
    font-size: 4.61538rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.mobileMenu .switch-lang .lang-dropdown {
    top: auto;
    bottom: 16.6667rem;
    width: 16.66667rem;
}
.mobileMenu .switch-lang .lang-dropdown div {
    width: 16.66667rem;
    height: auto;
    padding: 2.5641rem;
}
.mobileMenu .switch-lang .lang-dropdown a{
    color: #0223C6;
    font-size: 4.61538rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.switch-lang .current-lang {
    height: 2.34375rem;
    width: 2.34375rem;
    padding: 0;
    background: #FFF;
    border-radius: 5.20833rem;
    border: 2px solid #0223C6;
    color: #0223C6;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.switch-lang .lang-switcher {
    position: relative;
    display: inline-block;
}

.switch-lang .lang-dropdown {
    display: none;
    flex-direction: column;
    align-items: flex-start;

    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #0223C6;
    background: #FFF;
    z-index: 1;
}
.switch-lang .lang-dropdown div {
    display: flex;
    width: 7.34375rem;
    height: 2.34375rem;
    padding: 0.26042rem 0.78125rem;
    justify-content: center;
    align-items: center;
    gap: 0.52083rem;
    border-radius: 5.20833rem;
}
.switch-lang .lang-dropdown a {
    flex: 1 0 0;
    color: #0223C6;
    text-align: right;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header .online-order-btn {
    height: 2.34375rem;
    padding: 0 1.5625rem;
    color: #FFF;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.34375rem;
    text-transform: uppercase;
    border-radius: 1.45833rem;
    background: #0223C6;
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.switch-lang li {
    border: 1px solid #0223C6;
    color: #0223C6;
    font-size: 0.729rem;
    line-height: 0.885rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.switch-lang li a {
    color: #0223C6;
    padding: 0.521rem;
    display: block;
}
.switch-lang li.active a {
    color: #FFF;
}
.switch-lang li.active {
    border: 1px solid #0223C6;
    background: #0223C6;
    color: #FFF;
}
.switch-lang li img {
    width: 0.729rem;
    height: 0.729rem;
    vertical-align: middle;
    object-fit: cover;
}
.language-dropdown {
    display: none;
}

@media (max-width: 991px) {
    .header .mainMenu .headerLink {
        font-size: 1.033rem;
    }
}
@media (max-width: 767px) {
    .header .mobile-menu {
        display: flex;
    }
    .switch-lang {
        display: none;
    }
    .header .online-order-btn {
        display: none;
    }
    .switch-lang .current-lang {
        height: 8rem;
        width: 8rem;
        padding: 0;
        font-size: 3rem;
    }
    .header .headerLogo img {
        width: 18.956rem;
    }
    body {
        padding-top: 17.952rem;
    }
    .header {
        height: 17.952rem;
        padding: 5.385rem 6.41026rem;
    }
    .header .block-button-online, .header .block-menu, .header .block-lang {
        display: none;
    }
    .header {
        border-bottom: 1px solid #E1E1E1;
    }
    .header .flex-mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    .header .block-logo {
        width: 100%;
        padding: 0;
    }
}