@charset "UTF-8";
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font: inherit;
    color: inherit
}

body {
    font-family: Lato, sans-serif;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.list {
    list-style: disc !important
}

.list_item {
    margin-left: 30px
}

.button-action[data-v-ed773765] {
    position: relative;
    display: flex;
    border: 1px solid #f90042;
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
    padding: 2px;
    margin: 0 auto 30px
}

.slider[data-v-ed773765] {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 55%;
    height: 97%;
    background: #f90042;
    border-radius: 30px;
    transition: transform .35s ease;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .slider[data-v-ed773765] {
        height: 95%
    }
}

.slider.right[data-v-ed773765] {
    transform: translate(100%)
}

.button-action button[data-v-ed773765] {
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    color: #292832;
    cursor: pointer;
    transition: color .3s ease
}

@media screen and (max-width: 767px) {
    .button-action button[data-v-ed773765] {
        font-size: 12px;
        padding: 10px 12px
    }
}

.button-action button.active[data-v-ed773765] {
    color: #fff
}

.button__actions[data-v-5158b9d0] {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f90042;
    border-radius: 30px;
    padding: 1px;
    font-size: 20px
}

@media screen and (max-width: 800px) {
    .button__actions[data-v-5158b9d0] {
        font-size: 12px
    }
}

.button__actions .btn__act[data-v-5158b9d0] {
    padding: 15px 40px;
    border-radius: 29px
}

@media screen and (max-width: 800px) {
    .button__actions .btn__act[data-v-5158b9d0] {
        padding: 10px 12px
    }
}

.button__actions .btn__act.accent[data-v-5158b9d0] {
    background: #f90042;
    color: #fff
}

.mobile-br[data-v-9c19295c] {
    display: none
}

@media (max-width: 767px) {
    .mobile-br[data-v-9c19295c] {
        display: block;
        content: ""
    }
}

.step__top[data-v-9c19295c] {
    display: flex;
    align-items: center;
    gap: 9px
}

.steps[data-v-9c19295c] {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media (max-width: 768px) {
    .steps[data-v-9c19295c] {
        margin-bottom: 20px
    }
}

.steps__title[data-v-9c19295c] {
    text-align: left;
    color: #292832;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .steps__title[data-v-9c19295c] {
        text-align: center;
        font-size: 24px
    }
}

.steps__subtitle[data-v-9c19295c] {
    text-align: center;
    margin-bottom: 24px
}

.steps__button[data-v-9c19295c] {
    font-size: 20px;
    padding: 17px 24px;
    gap: 10px
}

@media screen and (max-width: 768px) {
    .steps__button[data-v-9c19295c] {
        font-size: 14px
    }
}

.steps__list[data-v-9c19295c] {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .steps__list[data-v-9c19295c] {
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 15px
    }
}

.step__item[data-v-9c19295c] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    padding: 32px 26px;
    background: #fff;
    border-radius: 28px
}

@media screen and (max-width: 768px) {
    .step__item[data-v-9c19295c] {
        padding: 18px 15px
    }
}

.step__item .step__num[data-v-9c19295c] {
    padding: 9px 12px 9px 13px;
    background: #292832;
    color: #fff;
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .step__item .step__num[data-v-9c19295c] {
        padding: 0;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: 10px
    }
}

.step__item .step__title[data-v-9c19295c] {
    color: #292832;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media screen and (max-width: 768px) {
    .step__item .step__title[data-v-9c19295c] {
        font-size: 14px
    }
}

.step__item .step__text[data-v-9c19295c] {
    margin-left: 50px
}

@media screen and (max-width: 768px) {
    .step__item .step__text[data-v-9c19295c] {
        font-size: 12px;
        margin-left: 28px
    }
}

.none[data-v-964581db] {
    display: block
}

@media screen and (max-width: 768px) {
    .none[data-v-964581db] {
        display: none
    }
}

.d-none[data-v-964581db] {
    display: none
}

@media screen and (max-width: 768px) {
    .d-none[data-v-964581db] {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .partners__big img[data-v-964581db] {
        object-fit: cover;
        height: 130px
    }
}

.top__tit[data-v-964581db] {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .top__tit[data-v-964581db] {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.top__sub[data-v-964581db] {
    font-size: 24px;
    text-align: center;
    margin-bottom: 65px
}

@media screen and (max-width: 768px) {
    .top__sub[data-v-964581db] {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 25px
    }
}

.marquee[data-v-964581db] {
    width: 100%;
    overflow: hidden
}

.marquee__track[data-v-964581db] {
    display: flex;
    gap: 30px
}

.marquee__item[data-v-964581db] {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 110px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 4px 33px #00000008
}

h3[data-v-964581db] {
    text-align: center;
    margin-bottom: 55px;
    color: #292832;
    font-size: 36px;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    h3[data-v-964581db] {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.partners[data-v-964581db] {
    padding-bottom: 110px
}

.partners__big[data-v-964581db] {
    margin-bottom: 54px
}

.partners__big img[data-v-964581db] {
    width: 100%
}

.contacts__item a[data-v-2306a7ef] {
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.contacts__item svg[data-v-2306a7ef] {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.politic-mob[data-v-2306a7ef] {
    margin-top: auto;
    padding-top: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: none
}

@media screen and (max-width: 767px) {
    .politic-mob[data-v-2306a7ef] {
        display: block
    }
}

.f__bottom[data-v-2306a7ef] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px
}

@media screen and (max-width: 767px) {
    .f__bottom[data-v-2306a7ef] {
        justify-content: center
    }
}

.cards[data-v-2306a7ef] {
    display: flex;
    align-items: center;
    gap: 32px
}

@media screen and (max-width: 767px) {
    .cards[data-v-2306a7ef] {
        justify-content: center
    }
}

.copy[data-v-2306a7ef] {
    color: #ffffff80;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 685px
}

@media screen and (max-width: 767px) {
    .copy[data-v-2306a7ef] {
        text-align: center;
        margin-bottom: 24px
    }
}

.map-container[data-v-2306a7ef] {
    width: 100%;
    max-width: 598px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 28px
}

.footer[data-v-2306a7ef] {
    background: #333237;
    padding-top: 76px
}

.footer__main[data-v-2306a7ef] {
    margin-bottom: 44px;
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    border-radius: 28px;
    background: #403e45;
    box-shadow: 0 4px 33px #00000008;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .footer__main[data-v-2306a7ef] {
        flex-wrap: wrap
    }
}

.footer__main__left[data-v-2306a7ef] {
    flex: 48%;
    padding: 36px 44px
}

.footer__main__left h3[data-v-2306a7ef] {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.333px;
    margin-bottom: 22px
}

@media screen and (max-width: 767px) {
    .footer__main__left[data-v-2306a7ef] {
        display: flex;
        flex: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.footer__main__right[data-v-2306a7ef] {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .footer__main__right[data-v-2306a7ef] {
        padding: 0 10px 40px
    }
}

.steps__button[data-v-2306a7ef] {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 128px;
    font-size: 20px;
    padding: 17px 41px;
    gap: 10px;
    margin-bottom: 39px
}

.contacts[data-v-2306a7ef] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%
}

.contacts__item[data-v-2306a7ef] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.contacts .politic[data-v-2306a7ef] {
    margin-top: auto;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

@media screen and (max-width: 767px) {
    .contacts .politic[data-v-2306a7ef] {
        display: none
    }
}

.fade[data-v-988c42e1] {
    transition: opacity .5s ease
}

.video-card[data-v-988c42e1] {
    width: 100%;
    margin: 0 auto
}

.video-wrp[data-v-988c42e1] {
    border-radius: 28px;
    margin: 0 auto;
    position: relative;
    width: 60%;
    height: 390px;
    overflow: hidden
}

.video__player[data-v-988c42e1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer
}

.btn__play[data-v-988c42e1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3
}

.video-overlay[data-v-988c42e1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2
}

@media (max-width: 768px) {
    .video-wrp[data-v-988c42e1] {
        width: 100%;
        height: auto
    }

    .video__player[data-v-988c42e1] {
        height: 400px;
        aspect-ratio: 16/9
    }

    .btn__play svg[data-v-988c42e1] {
        width: 88px;
        height: 88px
    }

    .video-overlay[data-v-988c42e1] {
        height: 100%
    }
}

@media screen and (max-width: 800px) {
    .right[data-v-9f0c1640] {
        margin-top: 25px
    }
}

.wrp__list[data-v-9f0c1640] {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 800px) {
    .wrp__list[data-v-9f0c1640] {
        flex-direction: column;
        align-items: center
    }
}

.left__t[data-v-9f0c1640] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px
}

@media screen and (max-width: 800px) {
    .left__t[data-v-9f0c1640] {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center
    }
}

.left__list[data-v-9f0c1640] {
    margin-left: 10px
}

@media screen and (max-width: 800px) {
    .left__list[data-v-9f0c1640] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.left__list li[data-v-9f0c1640] {
    position: relative
}

@media screen and (max-width: 800px) {
    .left__list li[data-v-9f0c1640] {
        font-size: 14px;
        text-align: center;
        display: inline-flex;
        align-items: center
    }
}

.left__list li[data-v-9f0c1640]:before {
    content: "·";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%)
}

.bottom__title[data-v-9f0c1640] {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center
}

@media screen and (max-width: 800px) {
    .bottom__title[data-v-9f0c1640] {
        margin-bottom: 25px;
        font-size: 16px;
        max-width: 260px
    }
}

.none[data-v-9f0c1640] {
    display: block;
    font-size: 24px;
    margin-right: auto;
    font-weight: 600;
    margin-bottom: 45px
}

@media screen and (max-width: 800px) {
    .none[data-v-9f0c1640] {
        display: none
    }
}

.feat__img[data-v-9f0c1640] {
    margin-top: -5px;
    font-size: 16px;
    background: #292832;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px
}

@media screen and (max-width: 800px) {
    .feat__img[data-v-9f0c1640] {
        font-size: 10px;
        border-radius: 3px;
        width: 17px;
        height: 17px
    }
}

.feat[data-v-9f0c1640] {
    padding-top: 55px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 768px) {
    .feat[data-v-9f0c1640] {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.feat__title[data-v-9f0c1640] {
    text-align: center;
    color: #292832;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .feat__title[data-v-9f0c1640] {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.feat__subtitle[data-v-9f0c1640] {
    margin-bottom: 64px;
    text-align: center
}

@media (max-width: 768px) {
    .feat__subtitle[data-v-9f0c1640] {
        margin-bottom: 24px
    }
}

.feat__cards[data-v-9f0c1640] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .feat__cards[data-v-9f0c1640] {
        gap: 10px;
        margin-bottom: 25px
    }
}

.feat__card[data-v-9f0c1640] {
    flex: 0 0 570px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 32px 26px;
    border-radius: 28px;
    gap: 13px;
    max-width: 100%
}

@media (max-width: 768px) {
    .feat__card[data-v-9f0c1640] {
        padding: 14px 12px;
        gap: 5px;
        border-radius: 15px
    }
}

.feat__card .feat__text[data-v-9f0c1640] {
    flex: 1;
    font-size: 24px
}

@media screen and (max-width: 800px) {
    .feat__card .feat__text[data-v-9f0c1640] {
        font-size: 14px
    }
}

.v-title[data-v-b32c0f87] {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .v-title[data-v-b32c0f87] {
        font-size: 24px
    }
}

.list[data-v-b32c0f87] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #292832;
    margin-bottom: 73px
}

@media screen and (max-width: 768px) {
    .list[data-v-b32c0f87] {
        flex-direction: column;
        display: none
    }
}

.list .big-item[data-v-b32c0f87] {
    flex: 0 0 100%;
    padding: 22px;
    text-align: center;
    background: #fff;
    border-radius: 28px
}

.list .big-item .item__title[data-v-b32c0f87] {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .list .big-item .item__title[data-v-b32c0f87] {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .list .big-item .item__text[data-v-b32c0f87] {
        font-size: 12px
    }
}

.list .item[data-v-b32c0f87] {
    padding-top: 38px;
    padding-bottom: 46px;
    text-align: center;
    flex: 1;
    background: #fff;
    border-radius: 28px
}

@media screen and (max-width: 768px) {
    .list .item[data-v-b32c0f87] {
        font-size: 12px
    }
}

.list .item__title[data-v-b32c0f87] {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .list .item__title[data-v-b32c0f87] {
        font-size: 14px
    }
}

.list__mobile[data-v-b32c0f87] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .list__mobile[data-v-b32c0f87] {
        display: none
    }
}

.list__mobile .one[data-v-b32c0f87] {
    justify-content: center;
    align-items: center;
    text-align: center
}

.list__mobile .two[data-v-b32c0f87] {
    align-items: start;
    max-width: 249px
}

.list__mobile .there[data-v-b32c0f87] {
    margin-left: auto;
    width: 249px;
    align-items: end
}

.list__mobile .four[data-v-b32c0f87] {
    align-items: center;
    text-align: center
}

.list__mobile .big-item[data-v-b32c0f87], .list__mobile .item[data-v-b32c0f87] {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border-radius: 15px
}

.list__mobile .item__title[data-v-b32c0f87] {
    font-size: 14px;
    font-weight: 700
}

.list__mobile .item__text[data-v-b32c0f87] {
    font-size: 12px
}

html.lenis, html.lenis body {
    height: auto
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.lenis.lenis-autoToggle {
    transition-property: overflow;
    transition-duration: 1ms;
    transition-behavior: allow-discrete
}

.d-none {
    display: none
}

@media screen and (max-width: 768px) {
    .d-none {
        display: block
    }
}

.top-wrp {
    margin-top: 25px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 800px) {
    .top-wrp {
        margin-top: 20px
    }
}

.promo__img {
    margin-bottom: 50px
}

@media screen and (max-width: 800px) {
    .promo__img {
        margin-bottom: 20px
    }
}

.promo__subtitle.bold {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 55px
}

@media screen and (max-width: 800px) {
    .promo__subtitle.bold {
        font-size: 14px;
        margin-bottom: 0
    }
}

.promo__title {
    font-size: 47px;
    font-weight: semibold
}

.promo__button-fix {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 20px;
    padding: 15px 10px;
    background-color: #f90042;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #f90042;
    border-radius: 29px
}

.promo__button-fix:before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid white;
    border-radius: 50px;
    pointer-events: none
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px
}

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

.top .logo {
    display: flex;
    gap: 7px;
    max-height: 100px
}

.top .logo img {
    padding: 26px;
    max-height: 100px;
    object-fit: contain;
    object-position: center
}

@media (max-width: 768px) {
    .top .logo img {
        max-height: 70px;
        padding: 10px
    }
}

.header {
    background: #fff;
    position: absolute;
    width: 100%;
    max-height: 100px
}

.header__contacts {
    padding: 39px 0;
    display: flex;
    justify-content: flex-end;
    gap: 77px;
    align-items: center
}

.header__contact {
    display: flex;
    gap: 10px;
    align-items: center
}

.header__contact svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.bg {
    background: #f8f8f8
}

.main {
    background: #f8f8f8;
    width: 100vw;
    height: 100vh
}

.title {
    padding-top: 135px;
    color: #292832;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .title {
        font-size: 20px;
        padding-top: 90px
    }
}

.subtitle {
    color: #292832;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .subtitle {
        font-size: 14px;
        padding: 0 33px;
        margin-bottom: 10px
    }
}

.promo {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f8f8f8;
    box-sizing: border-box
}

.promo__button {
    font-size: 24px;
    padding: 12px 40px;
    background-color: #f90042;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #f90042;
    border-radius: 29px;
    position: relative
}

@media (max-width: 768px) {
    .promo__button {
        padding: 13px 73px
    }
}

.promo__button:before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid white;
    border-radius: 50px;
    pointer-events: none
}

.promo__text {
    font-size: 14px;
    text-align: center
}

.promo__img {
    max-width: 720px
}

.promo__img img {
    width: 100%;
    height: auto;
    padding: 10px 42px;
    object-fit: contain;
    object-position: center
}

.feat__title {
    text-align: center;
    font-size: 36px;
    font-weight: semibold;
    margin-bottom: 24px
}

.feat__subtitle {
    text-align: center;
    margin-bottom: 24px
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 20px
}

.burger span {
    display: block;
    height: 3px;
    background: #292832;
    border-radius: 2px
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff8ed;
    padding: 40px 20px;
    transition: right .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.mobile-menu.active {
    right: 0
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    flex: 1
}

.mobile-menu .close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    width: 35px;
    height: 35px;
    color: #fff8ed;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #292832;
    padding: 10px;
    text-align: center;
    font-size: 32px;
    cursor: pointer
}

.mobile-contacts {
    font-size: 14px;
    color: #292832;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.log__in {
    display: flex;
    gap: 10px;
    align-items: center
}

@media (max-width: 768px) {
    .header__contacts {
        display: none
    }

    .header__contact.mob {
        flex: 1;
        font-size: 16px
    }

    .burger {
        display: flex
    }
}