@font-face {
    font-family: "Druk Cyr";
    font-weight: 500;
    src: url(../fonts/DrukCyr-Medium.woff2) format("woff2")
}

@font-face {
    font-family: "Druk Cyr";
    font-weight: 700;
    src: url(../fonts/DrukCyr-Bold.woff2) format("woff2")
}

@font-face {
    font-family: "Druk Cyr";
    font-weight: 1000;
    src: url(../fonts/DrukCyr-Super.woff2) format("woff2")
}

@font-face {
    font-family: "Druk Cyr";
    font-weight: 1000;
    font-style: italic;
    src: url(../fonts/DrukCyr-SuperItalic.woff2) format("woff2")
}

.vanila {
    opacity: 1 !important;
    position: relative;
    color: #fdfded;
    min-height: 100vh;
    height: auto
}

.vanila .container {
    overflow: hidden
}

.vanila::after {
    display: none
}

.vanila-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vanila-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.vanila .stories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 28px;
    top: calc(50% + 10px);
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vanila .stories-title {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfded;
    -webkit-transform: rotate(-90deg) translateX(116px);
    transform: rotate(-90deg) translateX(116px);
    margin-bottom: 56px;
    position: absolute;
    letter-spacing: .4px
}

.vanila .stories-item {
    width: 72px;
    height: 72px;
    border: 2px solid rgba(253, 253, 237, .0901960784);
    padding: 0;
    background: 0 0
}

.vanila .stories-item img {
    width: 60px;
    height: 60px
}

.vanila .stories::after {
    content: "";
    width: 2px;
    height: 824px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: calc(100% + 26px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3
}

.vanila__wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.vanila__title {
    margin-bottom: 32px;
    max-width: 773px;
    width: 100%
}

.vanila__desc {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    max-width: 883px;
    position: relative;
    margin-bottom: 64px;
    letter-spacing: 2px
}

.vanila__desc::before {
    content: "";
    height: 2px;
    width: 1213px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -24px;
    right: 30px;
    opacity: .3
}

.vanila__desc::after {
    content: "";
    height: 2px;
    width: 1213px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -24px;
    left: 30px;
    opacity: .3
}

.vanila__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.vanila__date-open {
    font-family: "Druk Cyr";
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.vanila__date-open span {
    opacity: .68
}

.vanila-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-bottom: 36px
}

.vanila-timer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vanila-timer__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase
}

.vanila-timer__number {
    font-family: "Druk Cyr";
    font-weight: 900;
    font-size: 112px;
    line-height: 100%;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(86.8%, rgba(255, 255, 255, .749512)), color-stop(121.98%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, .749512) 86.8%, rgba(255, 255, 255, 0) 121.98%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.vanila__btns {
    width: 100%;
    max-width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vanila .gift {
    position: absolute;
    bottom: 48px;
    right: 48px;
    overflow: visible
}

.vanila .gift-img {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -53px;
    top: calc(50% + 6px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vanila .gift .body-14mp {
    margin-left: auto
}

@media screen and (max-height: 1000px) and (min-width: 992px) {
    .vanila__title {
        max-height: 200px;
        width: auto
    }

    .vanila__desc {
        font-size: 36px;
        max-width: 620px;
        margin-bottom: 52px
    }

    .vanila__date-open {
        font-size: 32px
    }

    .vanila__btns {
        max-width: 630px;
        gap: 22px
    }

    .vanila .vanila-btn, .vanila .vanila-btn2 {
        height: 60px;
        font-size: 26px
    }

    .vanila-timer__number {
        font-size: 86px
    }
}

@media screen and (max-width: 1600px) {
    .vanila .gift {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .vanila {
        padding-top: 88px;
        padding-bottom: 24px
    }

    .vanila .stories {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 32px
    }

    .vanila .stories-title {
        display: none
    }

    .vanila .stories::after {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .vanila {
        padding-left: 0;
        padding-right: 0
    }

    .vanila__desc {
        font-size: 22px;
        max-width: 360px;
        letter-spacing: 1px;
        margin-bottom: 56px;
        opacity: .82
    }

    .vanila__desc::before {
        width: 100vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .vanila__desc::after {
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .vanila__date-open {
        font-size: 22px;
        line-height: 110%;
        letter-spacing: 1px
    }

    .vanila-timer {
        gap: 38px;
        margin-bottom: 32px
    }

    .vanila-timer__text {
        font-size: 10px;
        line-height: 16px
    }

    .vanila-timer__number {
        font-size: 52px
    }

    .vanila__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 240px;
        gap: 12px
    }

    .vanila .stories {
        -webkit-transform: translateX(48px);
        transform: translateX(48px)
    }
}

.vanila-btn {
    height: 74px;
    width: 100%;
    max-width: 368px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fdfded;
    color: #161616;
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    overflow: hidden;
    position: relative;
    border: none;
    cursor: pointer
}

.vanila-btn_dark {
    background: #161616;
    color: #fdfded
}

.vanila-btn span {
    position: relative;
    z-index: 2
}

.vanila-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e12f27;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

.vanila-btn:hover {
    color: #fdfded
}

.vanila-btn:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 768px) {
    .vanila-btn {
        height: 54px;
        max-width: 240px;
        font-size: 20px
    }
}

.vanila-btn2 {
    height: 74px;
    width: 100%;
    max-width: 368px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1215686275);
    backdrop-filter: blur(4px);
    color: #fdfded;
    border: 2px solid #fdfded;
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    overflow: hidden;
    position: relative
}

.vanila-btn2 span {
    position: relative;
    z-index: 2
}

.vanila-btn2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fdfded;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

.vanila-btn2:hover {
    color: #161616
}

.vanila-btn2:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 768px) {
    .vanila-btn2 {
        height: 54px;
        max-width: 240px;
        font-size: 20px
    }
}

.roadmap {
    color: #fdfded;
    padding-top: 142px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.roadmap__title {
    font-family: "Druk Cyr";
    text-align: center;
    font-weight: 500;
    font-size: 112px;
    line-height: 100%;
    margin-bottom: 120px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    z-index: 1
}

.roadmap-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: 0;
    height: 166vh;
    -o-object-fit: cover;
    object-fit: cover
}

.roadmap-btn {
    height: 66px;
    min-width: 278px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid var(--White, #fdfded);
    background: rgba(255, 255, 255, .0784313725);
    backdrop-filter: blur(4px);
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fdfded;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.roadmap-btn:hover {
    background-color: #fdfded;
    color: #161616
}

.roadmap-btn:hover path {
    fill: #161616
}

.roadmap__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1724px;
    margin-left: auto;
    margin-right: auto;
    gap: 60px;
    position: relative
}

.roadmap__wrap::before {
    content: "";
    width: calc(100vw - 200px);
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -15vw;
    top: 0;
    opacity: .3
}

.roadmap__wrap::after {
    content: "";
    width: calc(100vw - 20px);
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -15vw;
    bottom: 0;
    opacity: .3
}

.roadmap .desktop-pagination {
    left: -88px;
    top: 50%;
    -webkit-transform: rotate(90deg) translateY(-50%) translateX(-16px);
    transform: rotate(90deg) translateY(-50%) translateX(-16px);
    position: absolute
}

.roadmap .desktop-pagination .swiper-pagination {
    z-index: 10;
    position: static;
    -webkit-transform: none !important;
    transform: none !important
}

.roadmap .desktop-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1;
    background-color: #fdfded !important;
    margin: 0 6px !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.88888888);
    transform: scale(.88888888);
    opacity: .2
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active-next-next ~ .swiper-pagination-bullet + .swiper-pagination-bullet {
    opacity: 0
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.88888888);
    transform: scale(.88888888);
    opacity: .2
}

.roadmap .desktop-pagination .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1
}

.roadmap__images {
    width: 100%;
    height: 31vw;
    max-height: 550px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px
}

.roadmap__images::before {
    content: "";
    width: 2px;
    height: 823px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3
}

.roadmap__swiper-mask {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), color-stop(19.14%, rgba(217, 217, 217, .8)), color-stop(49.06%, #d9d9d9), color-stop(81.39%, rgba(203, 203, 203, .8)), to(rgba(115, 115, 115, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, .8) 19.14%, #d9d9d9 49.06%, rgba(203, 203, 203, .8) 81.39%, rgba(115, 115, 115, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), color-stop(19.14%, rgba(217, 217, 217, .8)), color-stop(49.06%, #d9d9d9), color-stop(81.39%, rgba(203, 203, 203, .8)), to(rgba(115, 115, 115, 0)));
    mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, .8) 19.14%, #d9d9d9 49.06%, rgba(203, 203, 203, .8) 81.39%, rgba(115, 115, 115, 0) 100%);
    height: 875px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.roadmap__swiper-mask .swiper-pagination {
    pointer-events: none;
    opacity: 0;
    position: static;
    display: block !important;
    left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    right: auto !important
}

@media screen and (min-width: 991px) {
    .roadmap__swiper-mask .swiper-pagination {
        width: auto !important;
        min-width: 18px;
        height: 18px
    }
}

.roadmap__swiper-mask .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1;
    background-color: #fdfded !important;
    margin: 12px 0 !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block !important
}

.roadmap__swiper-mask .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.roadmap__swiper-mask .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.88888888);
    transform: scale(.88888888);
    opacity: .2
}

.roadmap__swiper-mask .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1
}

.roadmap__swiper-mask .swiper-pagination-bullet-active-next-next ~ .swiper-pagination-bullet + .swiper-pagination-bullet {
    opacity: 0
}

.roadmap__swiper-mask .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.88888888);
    transform: scale(.88888888);
    opacity: .2
}

.roadmap__swiper-mask .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.6666666);
    transform: scale(.6666666);
    opacity: .1
}

.roadmap__image {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--White, #fdfded);
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.roadmap__image:not(.swiper-slide-active) {
    -webkit-transform: scale(.86);
    transform: scale(.86)
}

.roadmap__content {
    width: 40%;
    max-width: 682px;
    overflow: visible;
    margin-left: 0;
    margin-right: 0
}

.roadmap-slide {
    position: relative
}

.roadmap-slide__number {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 92px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--Grey, #949494);
    position: absolute;
    left: calc(100% + 14px);
    top: -36px
}

.roadmap-slide__title {
    font-family: "Druk Cyr";
    font-weight: 1000;
    font-style: italic;
    font-size: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 36px
}

.roadmap-slide__title span {
    color: #e12f27
}

.roadmap-slide__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #949494
}

.roadmap-slide__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 36px
}

.roadmap-slide__date-before {
    position: relative;
    color: rgba(253, 253, 237, .2)
}

.roadmap-slide__date-before::before {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    background-color: #e12f27;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-5deg);
    transform: translateY(-50%) rotate(-5deg)
}

.roadmap-slide__date-before::after {
    content: "";
    width: 3px;
    height: 24px;
    background-color: #fdfded;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 12px)
}

.roadmap-slide__end {
    padding-top: 40px;
    position: relative;
    margin-top: 36px
}

.roadmap-slide__end::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3
}

.roadmap-slide__subtitle {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.roadmap-slide__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    margin-top: 36px
}

@media screen and (max-width: 991px) {
    .roadmap {
        padding-top: 64px
    }

    .roadmap__title {
        margin-bottom: 42px;
        font-size: 48px
    }

    .roadmap__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .roadmap__wrap::after, .roadmap__wrap::before {
        display: none
    }

    .roadmap__images {
        width: 100%;
        overflow: visible;
        padding-left: 0;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        max-height: none
    }

    .roadmap__images::before {
        display: none
    }

    .roadmap__swiper-mask {
        -webkit-mask-image: none;
        mask-image: none;
        height: auto;
        width: 100%
    }

    .roadmap__swiper-mask .swiper-pagination {
        opacity: 1;
        pointer-events: all;
        position: static;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .roadmap__swiper-mask .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
        margin: 0 6px !important;
        display: inline-block !important
    }

    .roadmap__swiper-mask .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .roadmap__swiper-mask .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.6666666);
        transform: scale(.6666666);
        opacity: .1
    }

    .roadmap__swiper-mask .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.6666666);
        transform: scale(.6666666);
        opacity: .1
    }

    .roadmap__image {
        max-height: 600px
    }

    .roadmap__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .roadmap__image:not(.swiper-slide-active) {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2
    }

    .roadmap__content {
        width: 100%;
        max-width: 100%
    }

    .roadmap-slide {
        text-align: center
    }

    .roadmap-slide__number {
        display: none
    }

    .roadmap-slide__title {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 24px;
        text-align: center
    }

    .roadmap-slide__desc {
        font-size: 16px;
        line-height: 20px
    }

    .roadmap-slide__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 1px;
        margin-bottom: 32px
    }

    .roadmap-slide__date-before {
        color: #949494
    }

    .roadmap-slide__date-before::before {
        -webkit-transform: translateY(-50%) rotate(-12deg);
        transform: translateY(-50%) rotate(-12deg)
    }

    .roadmap-slide__date-before::after {
        display: none
    }

    .roadmap-slide__end {
        padding-top: 22px;
        margin-top: 22px
    }

    .roadmap-slide__end::before {
        opacity: .3;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%)
    }

    .roadmap-slide__subtitle {
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 1px;
        margin-bottom: 12px
    }

    .roadmap-slide__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        margin-top: 22px
    }

    .roadmap-btn {
        height: 54px;
        font-size: 20px
    }

    .roadmap .desktop-pagination {
        display: none
    }
}

.quote {
    padding-top: 160px;
    color: #fdfded;
    padding-left: 90px;
    padding-right: 90px;
    overflow: hidden
}

.quote__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 80px 0
}

.quote__wrap::before {
    display: none
}

.quote__wrap::after {
    content: "";
    width: 1688px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .3
}

.quote__text {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    max-width: 1180px;
    position: relative
}

.quote__text::before {
    content: "";
    width: 92px;
    height: 84px;
    background: url(../img/quote.svg) no-repeat center;
    position: absolute;
    left: -69px;
    top: -54px
}

.quote__text::after {
    content: "";
    width: 92px;
    height: 84px;
    background: url(../img/quote.svg) no-repeat center;
    position: absolute;
    bottom: -54px;
    right: -18px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quote__text strong {
    color: #e12f27
}

.quote__text span {
    color: #949494
}

@media screen and (max-width: 991px) {
    .quote {
        padding-top: 64px;
        padding-left: 24px;
        padding-right: 24px
    }

    .quote__wrap {
        padding: 20px 0
    }

    .quote__wrap::after, .quote__wrap::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
        width: 100%
    }

    .quote__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        font-size: 22px;
        line-height: 122%
    }

    .quote__text::after, .quote__text::before {
        position: static;
        width: 52px;
        height: 47px;
        background-size: cover
    }

    .quote__text::after {
        margin-left: auto
    }
}

.version {
    position: relative;
    padding-top: 0;
    padding-bottom: 270px;
    margin-top: 156px;
    padding-left: 100px;
    overflow: hidden;
    padding-right: 100px
}

.version::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/grid.webp) no-repeat center/cover;
    left: 0;
    top: 200px;
    pointer-events: none
}

.version__title {
    font-family: "Druk Cyr";
    text-align: center;
    font-weight: 500;
    font-size: 112px;
    line-height: 100%;
    margin-bottom: 116px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    z-index: 1
}

.version-line__top {
    position: absolute;
    left: -209px;
    top: -66px
}

.version-line__top::before {
    content: "";
    height: 2px;
    width: 1688px;
    opacity: .3;
    position: absolute;
    left: -134px;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%)
}

.version-line__top::after {
    content: "";
    height: 1475px;
    width: 2px;
    opacity: .3;
    position: absolute;
    top: -167px;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%)
}

.version-line__bot {
    position: absolute;
    right: -208px;
    bottom: -70px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.version-line__bot::before {
    content: "";
    height: 2px;
    width: 1688px;
    opacity: .3;
    position: absolute;
    left: -134px;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%)
}

.version-line__bot::after {
    content: "";
    height: 1475px;
    width: 2px;
    opacity: .3;
    position: absolute;
    top: -167px;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%)
}

.version__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 893px;
    width: 100%;
    max-width: 1233px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3
}

.version__wrap::before {
    content: "";
    width: 266px;
    height: 499px;
    background: url(../img/version-arrow.svg) no-repeat center;
    position: absolute;
    left: -87px;
    top: 286px
}

.version__wrap::after {
    content: "";
    width: 313px;
    height: 236px;
    background: url(../img/version-arrow2.svg) no-repeat center;
    position: absolute;
    bottom: 70px;
    right: -80px
}

.version-card {
    position: absolute;
    width: 322px;
    height: 453px;
    cursor: pointer
}

.version-card:first-child {
    top: 67px;
    left: 81px;
    z-index: 3
}

.version-card:nth-child(2) {
    top: 0;
    left: 497px;
    rotate: -2deg
}

.version-card:nth-child(3) {
    right: 0;
    top: 72px;
    z-index: 3;
    rotate: 6deg
}

.version-card:nth-child(4) {
    bottom: 0;
    left: 238px;
    rotate: 2.6deg
}

.version-card:nth-child(5) {
    bottom: 0;
    right: 250px;
    rotate: -3deg
}

.version-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform .32s;
    transition: -webkit-transform .32s;
    transition: transform .32s;
    transition: transform .32s, -webkit-transform .32s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.version-card__back, .version-card__front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.version-card__back img, .version-card__front img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.version-card__back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.version-card__top {
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    display: none
}

.version-card__top:hover {
    height: 100%;
    z-index: 3
}

.version-card__top:hover ~ .version-card__inner {
    -webkit-transform: skew(-6deg) scaleX(1.01);
    transform: skew(-6deg) scaleX(1.01)
}

.version-card__bot {
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    display: none
}

.version-card__bot:hover {
    height: 100%;
    z-index: 3
}

.version-card__bot:hover ~ .version-card__inner {
    -webkit-transform: skew(6deg) scaleX(1.01);
    transform: skew(6deg) scaleX(1.01)
}

.version-card.active .version-card__inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media screen and (max-width: 1450px) {
    .version-card {
        width: 280px;
        height: 395px
    }

    .version-line {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .version {
        padding-left: 30px;
        padding-right: 30px
    }

    .version__wrap::before {
        background-size: cover;
        width: 170px;
        height: 340px;
        left: -15px;
        top: 250px
    }

    .version__wrap::after {
        display: none
    }

    .version-card:nth-child(2) {
        left: calc(50% - 120px)
    }

    .version-card:nth-child(3) {
        right: 40px
    }

    .version-card:nth-child(4) {
        left: 140px
    }

    .version-card:nth-child(5) {
        right: 110px
    }
}

@media screen and (max-width: 991px) {
    .version {
        padding-top: 64px;
        margin-top: 64px;
        padding-bottom: 64px
    }

    .version::after {
        opacity: .52
    }

    .version__title {
        margin-bottom: 42px;
        font-size: 48px
    }

    .version__wrap {
        height: 965px;
        width: 360px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0;
        margin-right: 0
    }

    .version__wrap::before {
        width: 180px;
        height: 127px;
        right: 25px;
        top: 13px;
        left: auto;
        top: auto;
        background-image: url(../img/version-arrow3.svg)
    }

    .version-card {
        width: 188px;
        height: 265px
    }

    .version-card__bottom, .version-card__top {
        display: none
    }

    .version-card:nth-child(1) {
        top: 80px;
        left: 0;
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }

    .version-card:nth-child(2) {
        top: 143px;
        left: auto;
        right: 0;
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        z-index: 3
    }

    .version-card:nth-child(3) {
        top: 360px;
        right: auto;
        left: 0;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: 4
    }

    .version-card:nth-child(4) {
        top: 430px;
        left: auto;
        right: 0;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        z-index: 5
    }

    .version-card:nth-child(5) {
        right: 50%;
        top: 661px;
        -webkit-transform: rotate(-3deg) translateX(50%);
        transform: rotate(-3deg) translateX(50%);
        z-index: 6
    }
}

.way {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    padding-top: 72px;
    padding-bottom: 200px;
    margin: 0;
    z-index: 3;
    padding-left: 0;
    padding-right: 0
}

.way::after {
    content: "";
    width: 100%;
    height: 407px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-38.07%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #fff -38.07%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: .1
}

.way__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.way__bg-back {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    top: -14.2vw
}

.way__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 4;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 64px
}

.way__list::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    top: 0;
    opacity: .3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%)
}

.way__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 761px;
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px
}

.way__title {
    font-family: "Druk Cyr";
    text-align: center;
    font-weight: 500;
    font-size: 112px;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    z-index: 4
}

.way__subtitle {
    font-family: "Druk Cyr";
    font-weight: 1000;
    font-style: italic;
    font-size: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 4
}

.way__subtitle span {
    color: #e12f27
}

.way__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.way__item-name {
    font-family: "Druk Cyr";
    font-weight: 900;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    max-width: calc(100% - 940px);
    text-align: center;
    cursor: pointer
}

.way__item-info {
    position: absolute;
    top: 8px;
    right: 0;
    padding-left: 16px;
    border-left: 6px solid #721e1a;
    color: #949494;
    font-size: 20px;
    line-height: 28px;
    max-width: 460px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.way__item.current {
    opacity: 1
}

.way__item.current .way__item-info {
    opacity: 1 !important
}

.way__item.hide .way__item-info {
    opacity: 0 !important
}

@media screen and (max-width: 1650px) {
    .way__item-name {
        max-width: calc(100% - 620px)
    }

    .way__item-info {
        max-width: 300px
    }
}

@media screen and (max-width: 1280px) {
    .way__item-name {
        max-width: 100%
    }

    .way__item-info {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .way {
        padding-bottom: 52px
    }

    .way__bg-back {
        display: none
    }

    .way__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .way__title {
        font-size: 48px;
        letter-spacing: 1px;
        max-width: 312px
    }

    .way__subtitle {
        font-size: 36px;
        line-height: 42px
    }

    .way__list {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
        gap: 24px
    }

    .way__item-name {
        font-size: 30px
    }
}

.socials_vanila {
    gap: 22px !important
}

.socials_vanila .socials-item {
    margin-top: 0 !important
}

.contacts_vanila {
    overflow: visible;
    margin-top: 0
}

.contacts_vanila .contacts-bg {
    max-width: 1920px;
    max-height: 1448px;
    width: 100%;
    height: auto;
    bottom: -200px;
    top: auto;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts_vanila .contacts-bg img {
    max-height: 1448px
}

.contacts_vanila::after {
    display: none
}

@media screen and (max-width: 1100px) {
    .contacts_vanila {
    }
}

@media screen and (max-width: 768px) {
    .contacts_vanila {
        margin-top: 0
    }

    .contacts_vanila .contacts-bg {
        bottom: -434px
    }

    .contacts_vanila .contacts-bg img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center
    }
}

.faq-vanila {
    padding-left: 24px;
    padding: 24px;
    color: #fdfded;
    padding-top: 200px;
    position: relative;
    overflow: visible
}

.faq-vanila::before {
    content: "";
    width: 2956px;
    height: 1472px;
    position: absolute;
    max-width: 100%;
    background: url(../img/audio-lines.svg) no-repeat center;
    right: 0;
    top: -468px;
    pointer-events: none
}

.faq-vanila__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    max-width: 1600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.faq-vanila__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 700px
}

.faq-vanila__right {
    max-width: 692px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.faq-vanila__title {
    font-family: "Druk Cyr";
    text-align: center;
    font-weight: 500;
    font-size: 112px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    z-index: 4;
    text-align: left
}

.faq-vanila__subtitle {
    font-family: "Druk Cyr";
    font-weight: 1000;
    font-style: italic;
    font-size: 62px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.faq-vanila__subtitle span {
    color: #e12f27
}

.faq-vanila__name {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.faq-vanila__cap {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #949494;
    text-transform: uppercase;
    margin-bottom: 50px
}

.faq-vanila__title2 {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px
}

.faq-vanila__timecodes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

.faq-vanila__timecode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    cursor: pointer
}

.faq-vanila__timecode p {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #e12f27;
    width: 64px
}

.faq-vanila__timecode span {
    color: #949494;
    font-size: 20px;
    line-height: 100%
}

@media screen and (max-width: 1500px) {
    .faq-vanila::before {
        display: none
    }

    .faq-vanila__right {
        max-width: 500px
    }
}

@media screen and (max-width: 1100px) {
    .faq-vanila {
        padding-top: 100px
    }

    .faq-vanila__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64px
    }

    .faq-vanila__right {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .faq-vanila__title {
        font-size: 48px;
        text-align: center
    }

    .faq-vanila__subtitle {
        font-size: 36px;
        line-height: 42px;
        text-align: center
    }

    .faq-vanila__left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 8px
    }

    .faq-vanila__name {
        font-size: 26px
    }

    .faq-vanila__cap {
        font-size: 18px
    }

    .faq-vanila__title2 {
        font-size: 48px
    }

    .faq-vanila__timecodes {
        gap: 16px
    }

    .faq-vanila__timecode {
        gap: 12px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .faq-vanila__timecode p {
        font-size: 18px
    }

    .faq-vanila__timecode span {
        font-size: 16px
    }
}

.audio-vanila {
    width: 100%;
    margin-bottom: 80px
}

@media screen and (max-width: 768px) {
    .audio-vanila {
        margin-bottom: 42px
    }
}

.controls {
    width: 100%
}

.controls__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px
}

.controls #progress-bar {
    width: calc(100% - 56px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-6.52%, rgba(225, 47, 39, 0)), color-stop(39.16%, #e12f27), to(#e12f27));
    background-image: linear-gradient(90deg, rgba(225, 47, 39, 0) -6.52%, #e12f27 39.16%, #e12f27 100%);
    background-repeat: no-repeat;
    background-size: 0 100%
}

.controls #progress-bar::-webkit-slider-runnable-track {
    border-radius: 0;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.1%, rgba(255, 255, 255, 0)), color-stop(47.61%, rgba(255, 255, 255, .32)), color-stop(113.82%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -2.1%, rgba(255, 255, 255, .32) 47.61%, rgba(255, 255, 255, 0) 113.82%)
}

.controls #progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -8px;
    background-color: #e12f27;
    border-radius: 50%;
    height: 19px;
    width: 19px
}

.controls #current-time {
    position: absolute;
    left: -2px;
    top: -64px;
    width: 60px;
    text-align: center;
    color: #fdfded;
    font-size: 18px;
    font-weight: 700;
    opacity: .8
}

.controls #current-time::before {
    content: "";
    width: 2px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 49.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: calc(50% - 1px);
    top: calc(100% + 10px)
}

.controls #duration {
    position: absolute;
    right: -2px;
    top: -64px;
    width: 60px;
    text-align: center;
    color: #fdfded;
    font-size: 18px;
    font-weight: 700;
    opacity: .8
}

.controls #duration::before {
    content: "";
    width: 2px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 49.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: calc(50% - 1px);
    top: calc(100% + 10px)
}

.controls__bot {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.controls .volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.controls .volume-icon {
    width: 38px;
    height: 38px;
    background: url(../img/volume.svg) no-repeat center/cover;
    cursor: pointer
}

.controls .volume-icon.hide {
    background-image: url(../img/volume-full.svg)
}

.controls .speed {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

.controls #volume-bar {
    width: 92px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-14.92%, rgba(255, 255, 255, .32)), color-stop(89.57%, #fff), color-stop(228.73%, #fff));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .32) -14.92%, #fff 89.57%, #fff 228.73%);
    background-repeat: no-repeat;
    background-size: 50% 100%
}

.controls #volume-bar::-webkit-slider-runnable-track {
    border-radius: 12px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-14.92%, rgba(255, 255, 255, 0)), color-stop(89.57%, rgba(255, 255, 255, .32)), color-stop(228.73%, rgba(255, 255, 255, .32)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -14.92%, rgba(255, 255, 255, .32) 89.57%, rgba(255, 255, 255, .32) 228.73%)
}

.controls #volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    background-color: #fdfded;
    border-radius: 50%;
    height: 14px;
    width: 14px
}

.controls #play-pause-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: transparent url(../img/audio-play.svg) no-repeat center/cover;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease
}

.controls #play-pause-btn.pause {
    background-image: url(../img/audio-pause.svg)
}

.controls #play-pause-btn:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(225, 47, 39, .5215686275);
    box-shadow: 0 0 30px 0 rgba(225, 47, 39, .5215686275)
}

.controls #play-pause-btn:active {
    opacity: .5
}

@media screen and (max-width: 768px) {
    .controls__top {
        margin-bottom: 40px
    }

    .controls #play-pause-btn {
        width: 42px !important;
        height: 42px !important
    }

    .controls #progress-bar {
        width: 100%
    }

    .controls #current-time {
        top: -37px;
        font-size: 12px;
        width: 35px
    }

    .controls #current-time::before {
        left: 0;
        top: 100%;
        height: 26px
    }

    .controls #duration {
        top: -37px;
        font-size: 12px;
        width: 35px
    }

    .controls #duration::before {
        right: 0;
        left: auto;
        top: 100%;
        height: 26px
    }

    .controls .volume {
        left: -2px;
        display: none
    }

    .controls .volume-icon {
        width: 28px !important;
        height: 28px !important
    }

    .controls .speed {
        font-size: 18px;
        right: 0
    }

    .controls #volume-bar {
        width: 62px
    }
}

.footer {
    position: relative;
    z-index: 2
}

.vanila-video {
    position: relative;
    color: #fdfded;
    z-index: 4;
    padding-bottom: 200px
}

.vanila-video__file {
    width: 100%
}

.vanila-video__title {
    font-family: "Druk Cyr";
    font-weight: 500;
    font-size: 112px;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 52px
}

.vanila-video__wrap {
    position: absolute;
    left: 158px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media screen and (max-width: 1400px) {
    .vanila-video {
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .vanila-video__file {
        min-height: 700px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .vanila-video__wrap {
        width: 100%;
        max-width: 260px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        left: 50%;
        top: 62px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .vanila-video__title {
        font-size: 48px;
        margin-bottom: 24px
    }
}

.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 48px);
    background: #fff;
    -webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, .5215686275);
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, .5215686275);
    z-index: 20;
    max-width: 1808px;
    padding: 32px 42px;
    color: #161616;
    display: none
}

.cookie-banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

.cookie-banner__wrap-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px
}

.cookie-banner__title {
    font-family: "Druk Cyr";
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase
}

.cookie-banner__desc {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px
}

.cookie-banner__desc a {
    border-bottom: 1px solid
}

.cookie-banner__desc a:hover {
    border-bottom-color: transparent
}

.cookie-banner .vanila-btn {
    width: 100%;
    max-width: 368px
}

@media screen and (max-width: 768px) {
    .cookie-banner {
        padding: 32px 24px;
        bottom: 10px
    }

    .cookie-banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cookie-banner__wrap-left {
        gap: 12px
    }

    .cookie-banner .vanila-btn {
        max-width: 100%
    }

    .cookie-banner__title {
        font-size: 32px;
        line-height: 100%
    }

    .cookie-banner__desc {
        font-size: 14px;
        line-height: 20px
    }
}