@font-face {
    font-family: Manrope;
    src: local('Manrope Thin'), local('Manrope-Thin'), url('../fonts/Manropethin.woff2') format('woff2'), url('../fonts/Manropethin.woff') format('woff'), url('../fonts/Manropethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Light'), local('Manrope-Light'), url('../fonts/Manropelight.woff2') format('woff2'), url('../fonts/Manropelight.woff') format('woff'), url('../fonts/Manropelight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Regular'), local('Manrope-Regular'), url('../fonts/Manroperegular.woff2') format('woff2'), url('../fonts/Manroperegular.woff') format('woff'), url('../fonts/Manroperegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Medium'), local('Manrope-Medium'), url('../fonts/Manropemedium.woff2') format('woff2'), url('../fonts/Manropemedium.woff') format('woff'), url('../fonts/Manropemedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Semibold'), local('Manrope-Semibold'), url('../fonts/Manropesemibold.woff2') format('woff2'), url('../fonts/Manropesemibold.woff') format('woff'), url('../fonts/Manropesemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Bold'), local('Manrope-Bold'), url('../fonts/Manropebold.woff2') format('woff2'), url('../fonts/Manropebold.woff') format('woff'), url('../fonts/Manropebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.hidden {
    display: none !important;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Manrope;
    font-size: 16px;
    color: #000000;
    background: #F4F7F7;
    display: flex;
    flex-direction: column;
}

header .normal-header {
    position: relative;
    width: 100%;
    height: 90px;
    background: #000000;
}

header .normal-header .head-menu {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    transform: translate(-50%);
}

header .normal-header .head-menu .logo-cont {
    display: flex;
    justify-content: space-between;
    width: 445px;
    height: 52px;
}

header .normal-header .head-menu .logo-cont a {
    font-size: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

header .normal-header .head-menu .logo-cont .delimiter {
    width: 25px;
    height: 0;
    border: 1px solid #FFFFFF;
    transform: rotate(90deg);
    margin-top: 23px;
}

header .normal-header .head-menu .logo-cont .slogan {
    width: 205px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffffb3;
    margin-top: 9px;
}

header .normal-header .head-menu .menu-cont {
    display: flex;
    justify-content: space-evenly;
    width: max-content;
    height: 52px;
}

header .normal-header .head-menu .menu-cont a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 14px;
    position: relative;
    margin-left: 45px;
}

.head-menu .menu-cont a:before {
    padding-right: 5px;
    margin-top: 3px;
    position: absolute;
    left: -20px;
}

.head-menu .menu-cont a.personal-account:before {
    content: url(/local/templates/new/images/enter.svg);
}

.head-menu .menu-cont a.add-salon:before {
    content: url(/local/templates/new/images/add-salon.svg);
}

.content {
    flex: 1 0 auto;
    position: relative;
}

*:focus-visible {
    outline: none;
}

section.main {
    width: 1200px;
    margin: 60px auto 100px;
    display: flex;
}

.head-menu-cont a {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.head-menu-cont {
    padding: 25px 18px 0;
    margin-top: -8px;
    border-radius: 5px;
    height: max-content;
}

.head-menu-cont.open {
    background: #312F36;
}

.head-menu-cont a.head-popup-menu-btn {
    display: flex;
}

.head-menu-cont a.head-popup-menu-btn:before {
    content: url(/local/templates/account/images/user_icon.png);
    margin-top: -11px;
    margin-right: 10px;
}

.head-menu-cont a.head-popup-menu-btn:after {
    content: url(/local/templates/account/images/menu_arrow.png);
    margin-top: 6px;
    margin-left: 10px;
}

.head-menu-cont .head-popup-menu {
    display: none;
    padding: 22px 48px 18px;
}

.head-menu-cont .head-popup-menu a {
    display: block;
    margin-bottom: 20px;
}

.mobile-header, .about-video.video-is-playing #video-play, .mobile-back-btn {
    display: none;
}

.last-news, .about-section {
    padding: 52px 48px 60px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 40px;
}

.last-news .section-title, .about-section .section-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    margin-bottom: 32px;
}

.last-news .news-item {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #A2A2A2;
    margin-bottom: 30px;
}

.last-news .news-item a, .about-section .about-text a {
    color: #D00025;
}

.about-section .about-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.8);
    margin-bottom: 50px;
}

.about-section .about-video {
    width: 689px;
    height: 387px;
    position: relative;
}

.about-section .about-video video {
    width: 100%;
    border-radius: 5px;
}

#video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    background: #D00025;
}

#video-play:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 24px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-color: #fff;
    border-right-width: 0;
}

.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000005e;
    z-index: 98;
    top: 0;
}

.figure {
    width: 4em;
    height: 4em;
    background-color: #D00025;
    border-radius: 100%;
    animation: figure 1.0s infinite ease-in-out;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.tech-plug {
    background: white;
    width: 415px;
    padding: 50px;
    margin: 75px auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}

.sub-header {
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
}

.sub-header .sub-header-btn {
    font-weight: 600;
    font-size: 15px;
    color: #1A181F;
    padding: 20px 0;
    margin: 0 15px;
    display: block;
    text-decoration: none;
}

.sub-header .sub-header-btn.active {
    color: #D00025;
    border-bottom: 3px solid #D00025;
}

.warning-message {
    background: #FFFFFF;
    border-radius: 5px;
    max-height: 96px;
    margin-bottom: 30px;
    padding: 22px 20px;
    display: flex;
    position: relative;
}

.warning-message .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F4F7F7;
    background-image: url(/local/templates/account/images/warning_message.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    margin-right: 20px;
}

.warning-message .message {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #1A181F;
}

.warning-message .message .link {
    color: #D00025;
    text-decoration: none;
}

.warning-message .message .gray {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    opacity: 0.5;
}

.warning-message .close-message {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url(/local/templates/account/images/close_warning_message.png);
}

footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #E5E5E5;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    z-index: 3;
}

footer .footer-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

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

footer .footer-header .buttons .btn {
    font-size: 14px;
    color: #1A181F;
    text-decoration: none;
    line-height: 2;
}

footer .footer-header .buttons .btn:hover {
    text-decoration: underline;
}

footer .footer-header .buttons .btn.arrow {
    display: flex;
}

footer .footer-header .buttons .btn.arrow:after {
    content: url(/local/templates/account/images/footer_arrow_up.png);
    margin-left: 10px;
    margin-top: 9px;
}

footer .footer-header .buttons .btn.arrow.open {
    color: #D00025;
}

footer .footer-header .buttons .btn.arrow.open:after {
    content: url(/local/templates/account/images/footer_arrow_down.png);
}

footer .footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer-container .footer-sections {
    display: flex;
}

footer .footer-container .footer-section {
    width: 25%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer-container .footer-section .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    margin-bottom: 12px
}

.footer-container .footer-section .item {
    margin-bottom: 12px;
}

.footer-container .footer-section .name, .footer-container .age-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: rgba(26, 24, 31, 0.5);
}

.footer-container .footer-section .btn {
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    text-decoration: none;
}
.footer-container .footer-section .btn:hover {
    text-decoration: underline;
}

.footer-container .age-info {
    margin-bottom: 15px;
}

@keyframes figure {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/*@media (min-width: 768px) {
    body {
        zoom: 85%;
    }
}*/

@media (max-width: 767px) {
    .tech-plug {
        width: initial;
        padding: 30px;
        margin: 75px 20px;
        border-radius: 12px;
    }

    .figure {
        left: 42%;
    }

    .normal-header {
        display: none;
    }

    html, body {
        width: 100vw;
        display: block;
    }

    .mobile-header {
        display: flex;
        background-color: #ffffff;
        position: sticky;
        top: 0;
        width: 100vw;
        height: 73px;
        z-index: 12;
        border-bottom: 1px solid #f0f0f0
    }

    .mobile-header .menu-button {
        display: block;
        position: relative;
        width: 73px;
        height: 73px;
        border-right: 1px solid #f0f0f0;
    }

    .mobile-header .menu-button:before {
        content: '';
        background: url(/local/templates/account/images/svg-burger.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        height: 15px;
        filter: grayscale(100%) opacity(0.4);
    }

    .mobile-header .menu-button.open:before {
        content: '';
        background: url(/local/templates/account/images/svg-close.svg) no-repeat;
        background-size: contain;
    }

    .mobile-header .logo {
        display: block;
        color: black;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 16px;
        margin-top: 20px;
    }

    section.main {
        width: initial;
        display: block;
        margin-top: 0;
    }

    .last-news, .about-section {
        padding: 28px 20px 20px;
        border-radius: 12px;
    }

    .about-section .about-video {
        width: 100%;
        height: initial;
    }

    .about-section .about-video video {
        border-radius: 12px;
    }

    #video-play {
        display: none;
        width: 41px;
        height: 35px;
        border-radius: 5px;
    }

    #video-play:before {
        left: 16px;
        border: 12px solid transparent;
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-color: #fff;
        border-right-width: 0;
    }

    .options-block .title {
        display: none;
    }

    .mobile-back-btn {
        display: block;
        margin: 35px 0 30px;
    }

    .mobile-back-btn a {
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1A181F;
        position: relative;
        display: block;
        padding-left: 40px;
    }

    .mobile-back-btn a:before {
        content: '';
        background: #FFFFFF url(/local/templates/account/images/mobile-option-arrow.svg) no-repeat;
        background-position-x: 50%;
        background-position-y: 50%;
        transform: rotate(90deg);
        position: absolute;
        left: 0;
        top: -7px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        display: block;
    }

    .warning-message {
        border-radius: 20px;
        margin-top: 30px;
        padding-right: 50px;
        max-height: max-content;
    }

    .warning-message .icon {
        display: none;
    }

    footer .footer-container, footer .footer-header {
        max-width: initial;
        display: block;
    }

    footer {
        position: relative;
        padding: 50px 30px 40px;
        width: calc(100% - 60px);
    }

    footer .footer-container.hidden {
        display: block !important;
    }

    footer .footer-header .buttons, footer .footer-container .footer-sections {
        display: block;
    }

    footer .footer-header .buttons .btn.arrow, .footer-container .footer-section .items {
        display: none;
    }

    footer .footer-container .footer-section {
        width: initial;
        margin-top: -5px;
        padding-bottom: 15px;
    }

    footer .footer-header .buttons, .footer-container .age-info {
        font-size: 12px;
    }

    .footer-container .footer-section .items.no-hidden {
        display: block;
    }

    .footer-container .footer-section {
        border-bottom: 1px solid #E5E5E5;
    }

    .footer-container .footer-section.no-border {
        border-bottom: none;
    }

    .footer-container .footer-section .title {
        display: flex;
        justify-content: space-between;
    }

    .footer-container .footer-section .title.no-arrow:after {
        content: none;
    }

    .footer-container .footer-section .title:after {
        content: url(/local/templates/account/images/footer_arrow_up.png);
        transform: rotate(180deg);
        margin-bottom: 5px;
    }

    .footer-container .footer-section .title.open:after {
        transform: rotate(0deg);
        margin-bottom: 0;
        margin-top: 7px;
    }
}