.parallax-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.46%, #000000 79.2%);
    z-index: 1;
}

.promo_section__subtitle {
    max-width: 56em;
    font-family: Gilroy, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.125em;
    font-weight: 100;
    line-height: 120%;
    opacity: 0.9;
}

.mb-5em {
    margin-bottom: 5em;
}

.block_section {
    position: relative;
    padding: 3em 5em;
    min-height: auto;
    z-index: 2;
    transform-origin: center center;
    will-change: transform;
}

.gallery-wrap {
    display: grid;
    grid-template-columns: 73.125em auto;
    align-items: flex-start;
    overflow: visible;
}

.gallery {
    position: relative;
    --gallery-index: 0;
    width: 73.125em;
    height: 43.75em;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.gallery:active {
    cursor: grabbing;
}

.gallery-controls {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: .3em;
}

.gallery-controls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 62px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-user-drag: none;
    flex-shrink: 0;
}

.gallery>img[data-slide] {
    position: relative;
    z-index: 0;
    transform: translate3d(0, calc(var(--gallery-index) * -100%), 0);
}

.gallery.is-initialized>img[data-slide] {
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-description-wrap {
    position: relative;
    display: grid;
    justify-items: center;
    width: 100%;
    grid-column: 1 / -1;
}

.gallery-track {
    display: flex;
    flex-direction: column;
    gap: 0.965em;
    height: 100%;
    margin-left: 5em;
}

.gallery-track a {
    display: block;
    width: 7.876em;
    height: 4.625em;
    opacity: 0.4;
    transition: opacity 0.25s ease;
}

.gallery-track a.active {
    opacity: 1;
    border: 1.6px solid transparent;
    border-image: linear-gradient(148.48deg, #801111 3.37%, #0B0B0B 144.58%) 1;
}

.gallery-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-description {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    width: 100%;
    margin: 2.5em auto 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0.45em, 0);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.55s;
    pointer-events: none;
}

.gallery-description.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    pointer-events: auto;
}

.gallery-description.is-leaving {
    opacity: 0;
    transform: translate3d(0, -0.2em, 0);
    transition-delay: 0s;
}

.gallery-description .gallery-description-title {
    flex-shrink: 0;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.875em;
    line-height: 1.135em;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.gallery-description .gallery-description-desc {
    font-size: 1.125em;
    font-weight: 100;
    line-height: 1.222em;
    letter-spacing: 0%;
    max-width: 30.55em;
    opacity: 0.6;
    border-left: 1px solid transparent;
    border-image: linear-gradient(180deg,
            rgba(210, 139, 15, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 64.42%) 1;
    padding: 1em;
}

.mob-dots {
    display: none;
}

.promo_section .promo_section__head {
    margin-bottom: 0.2em;
}

.feauters-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8em;
}

.phone-preview {
    width: 23.75em;
    flex-shrink: 0;
    box-shadow: 53.57px 58.71px 73.39px 0px #00000073;
    border-radius: 3.6em;
    overflow: hidden;
}

.phone-preview img {
    width: 100%;
    height: auto;
}

.func-wrap {
    width: 39.5625em;
    margin-top: 2.5em;
}

.tabs {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
}

.tab-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-btns a {
    position: relative;
    display: block;
    flex-basis: 50%;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.115em;
    padding-bottom: 1em;
    margin-bottom: 3em;
    opacity: 0.6;
}

.tab-btns a.active {
    opacity: 1;
}

.tab-btns a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #C22019;
    transition: width 0.3s ease;
}

.tab-btns a.active::after {
    width: 100%;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.accordion-item {
    width: 100%;
    height: auto;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #FFFFFF1A;
}

.accordion-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.115em;
    cursor: pointer;
    opacity: 0.6;
}

.accordion-item-description {
    height: 0;
    font-weight: 100;
    font-size: 1.125em;
    line-height: 1.225em;
    opacity: 0.7;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion-item .accordion-item-title svg {
    opacity: 0.4;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-item-title svg {
    transform: rotate(180deg);
    opacity: 0.9;
}

.accordion-item.active .accordion-item-title {
    opacity: 1;
}

.accordion-item.active .accordion-item-description {
    height: auto;
    padding-top: 2em;
}

.other-games-wrap {
    margin-bottom: 6em;
}

.games-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em;
}

.game-item {
    width: 19.375em;
    height: 20em;
    display: flex;
    flex-direction: column;
    background: #1D1D1D99;
}

.game-item-title {
    position: relative;
    width: 100%;
    height: auto;
}

.game-item-title img {
    width: 100%;
}

.game-item-title span {
    position: absolute;
    bottom: 1em;
    left: 1.7em;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.115em;
}

.game-item-content {
    padding-top: 1em;
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.game-item-content a {
    font-weight: 500;
    font-size: 0.75em;
    letter-spacing: 12%;
    text-transform: uppercase;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.game-item-content a:hover {
    opacity: 0.9;
}

.uniqe-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    align-items: stretch;
}

.uniqe-item {
    background: #1D1D1D99;
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.uniqe-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.875em;
    line-height: 1.135em;
    letter-spacing: 0%;
    padding-bottom: 0.8em;
    margin-bottom: 3em;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(180deg, rgba(210, 139, 15, 0.2) 0%, rgba(255, 255, 255, 0.2) 64.42%) 1;
}

.uniqe-item-title svg {
    opacity: 0;
}

.uniqe-item-desc {
    font-size: 1.125em;
    font-weight: 100;
    line-height: 1.222em;
    letter-spacing: 0%;
    opacity: 0.6;
}

.uniqe-desc-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
    margin-top: 5em;
    gap: 1em;
    background: #1D1D1D99;
}

.uniqe-desc-block-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em;
    background: linear-gradient(88.09deg, #200510 -33.47%, #9A1515 95.4%);
}

.uniqe-desc-block-card .uniqe-item-title {
    margin-bottom: 0;
    border-bottom: none;
}

.uniqe-desc-block-card .uniqe-item-desc {
    opacity: 1;
}

.uniqe-desc-block-accordion {
    padding: 2em;
}

.ul-dotted {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
    line-height: 1.3em;
}

.parallax-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.with-img {
    width: 100%;
    display: flex;
    gap: 1em;
    opacity: 1;
}

.with-img img {
    width: calc(50% - 1em);
    height: auto;
    object-fit: contain;
}

.with-img span {
    opacity: 0.7;
}

.gallery-line {
    display: flex;
    justify-content: center;
    gap: .5em;
    margin-bottom: 3em;
}

.mb2-5em {
    margin-bottom: 2.5em;
}

.static-imgs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 3em;
}

.static-imgs img {
    border-radius: 2.5em;
    height: 28.125em;
    width: auto;
    box-shadow: 0px 3.83px 26.79px 0px #000000;
}

.one-img {
    height: 42.9375em;
}

@media (max-width: 1000px) {

    .static-imgs {
        flex-direction: column;
        margin-top: 2em;
    }

    .static-imgs img {
        width: 100%;
        height: auto;
    }

    .one-img {
        width: 100%;
        height: auto;
    }

    .active .uniqe-item-title svg {
        opacity: 0.9;
        transform: rotate(180deg);
    }

    .uniqe-item-title svg {
        opacity: 0.6;
        transition: transform 0.3s ease;
    }

    .uniqe-item {
        background: transparent;
        padding: 0;
    }

    .uniqe-item.active {
        margin-bottom: 1.5em;
        border-bottom: 1px solid transparent;
        border-image: linear-gradient(180deg, rgba(210, 139, 15, 0.2) 0%, rgba(255, 255, 255, 0.2) 64.42%) 1;
        padding-bottom: 1.5em;
    }

    .uniqe-item-title {
        margin-bottom: 1em;
        padding-bottom: 1em;
        opacity: 0.6;
    }

    .active .uniqe-item-title {
        opacity: 1;
        border-bottom: none;
    }

    .active .uniqe-item-desc {
        height: auto;
    }

    .uniqe-item-desc {
        height: 0;
        overflow: hidden;
    }

    .with-img {
        flex-direction: column-reverse;
    }

    .with-img img {
        width: 100%;
    }

    .gallery-line {
        --gallery-line-index: 0;
        justify-content: flex-start;
        gap: 0;
        width: 22.365em;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        touch-action: pan-y;
    }

    .gallery-line .phone-preview {
        width: 100%;
        flex: 0 0 100%;
        margin: 0;
        transform: translate3d(calc(var(--gallery-line-index) * -100%), 0, 0);
    }

    .gallery-line.is-initialized .phone-preview {
        transition: transform 0.45s ease;
    }

    .uniqe-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .uniqe-desc-block {
        grid-template-columns: 1fr;
    }

    .mb-5em {
        margin-bottom: 3em !important;
    }

    .mt-100 {
        margin-top: 40vh;
        margin-top: 40svh;
    }

    .block_section.container,
    .promo_section .container {
        max-width: 100% !important;
        padding-left: 3%;
        padding-right: 3%;
    }

    .gallery-wrap {
        grid-template-columns: 1fr;
    }

    .gallery {
        width: 106%;
        height: 36em;
        margin-left: -3%;
        margin-right: -3%;
        touch-action: pan-y;
        flex-direction: row;
    }

    .gallery>img[data-slide] {
        transform: translate3d(calc(var(--gallery-index) * -100%), 0, 0);
    }

    .gallery-controls {
        display: none;
    }

    .gallery-track-wrap {
        overflow-x: auto;
        margin-right: -3%;
        margin-left: -3%;
        order: 2;
    }

    .gallery-track {
        flex-direction: row;
        margin-left: 0;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
        padding-right: 3%;
        padding-left: 3%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .gallery-track::-webkit-scrollbar {
        display: none;
    }

    .gallery-track a {
        flex-shrink: 0;
        width: 10.2em;
        height: 6em;
    }

    .gallery-track a.active {
        border: 1.4px solid transparent;
        border-image: linear-gradient(148.48deg,
                #801111 3.37%,
                #0B0B0B 144.58%) 1;
    }

    .gallery-description-wrap {
        order: 1;
    }

    .gallery-description {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        gap: 1em;
        text-align: center;
        margin: 2em 0;
    }

    .gallery-description .gallery-description-desc {
        font-size: 1.4em;
        border: none;
        padding: 0;
    }

    .mob-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-top: 2em;
    }

    .mob-dots span {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #D9D9D966;
    }

    .mob-dots span.active {
        width: 26px;
        border-radius: 6px;
        background: #D9D9D9CC;
    }

    .features-section {
        padding-top: 4em;
        padding-bottom: 0;
    }

    .feauters-wrap {
        flex-direction: column;
        width: 100%;
    }

    .phone-preview {
        width: 22.365em;
        margin: auto;
    }

    .func-wrap {
        width: 100%;
        margin-top: -3.5em;
    }

    .tab-btns a {
        font-size: 1em;
        line-height: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }

    .accordion-item-title {
        font-size: 1.6em;
        line-height: 1.8em;
    }

    .accordion-item-description {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .other-games-wrap {
        width: 100%;
        margin-bottom: 4em;
    }

    .games-slider {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-right: max(0px, calc(100% - 12.8em));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .games-slider::-webkit-scrollbar {
        display: none;
    }

    .game-item {
        flex-shrink: 0;
        width: 12.8em;
        height: 19.2em;
        scroll-snap-align: start;
    }

    .game-item-title {
        height: 6em;
    }

    .game-item-title img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .game-item-title span {
        left: 1em;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .game-item-content {
        padding-left: 1em;
    }

    .game-item-content a {
        font-size: 0.8em;
        letter-spacing: 2%;
    }

    .contacts-section {
        padding-top: 3em;
    }
}