html {
    background: #030303;
}

body {
    position: relative;
    /* overflow: hidden; */
}

.page {
    overflow: hidden;
}

* {
    font-family: 'VK Sans', sans-serif !important;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.header {
    margin-bottom: clamp(32px, calc(44vw / var(--vw-factor)), 44px);
    position: relative;
}

.page__bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%, -30%);

    z-index: 0;

    pointer-events: none;

    @media screen and (max-width: 899px) {
        width: 1500px;

        transform: translate(-50%, -30%);
    }
}

.main {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    
    position: relative;

    /* padding: 0 46px; */

    padding: 0 16px;
    /* @media screen and (max-width: 899px) {
    } */
}

/* SWIPER */


.swiper {
    overflow: visible !important;
    z-index: 200 !important;

    @media (max-width: 899px) {
        margin: 0 -20px;
        left: -20px;
        padding: 0 20px !important;
        width: 100vw;
    }
}

.swiper-pagination {
    display: none !important;

    @media (max-width: 899px) {
        display: block !important;
        bottom: -30px !important;
    }
}

.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background: rgba(255, 255, 255, 0.30) !important;
    opacity: 1 !important;
    margin: 0 6px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}

/* SHIELD */

.shield-wrapper {
    width: clamp(328px, calc(406vw / var(--vw-factor)), 406px);
    height: clamp(221px, calc(273vw / var(--vw-factor)), 273px);

    position: absolute;
    right: 0;
    top: clamp(70px, calc(120vw / var(--vw-factor)), 120px);

    pointer-events: none;

    user-select: none;

    @media screen and (max-width: 899px) {
        position: relative;
        margin: 0 auto 32px;

        top: 0;
    }
}

.shield {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 190%;
}

/* SEGMENTED CONTROLS */

.segmented-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: clamp(48px, calc(128vw / var(--vw-factor)), 128px);
}

.segmented-control {
    background: none;
    outline: none;
    margin: 0;
    padding: clamp(11px, calc(15vw / var(--vw-factor)), 15px) clamp(28px, calc(43vw / var(--vw-factor)), 43px);
    border: 1px solid #FF700B;
    border-radius: 0 100px 100px 0;
    transition: background .2s, color .2s;
    cursor: pointer;

    font-size: clamp(16px, calc(20vw / var(--vw-factor)), 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.60);

    user-select: none;

    @media screen and (max-width: 899px) {
        text-transform: capitalize;
    }
}

.segmented-control:first-child {
    margin-right: -1px;
    border-radius: 100px 0 0 100px;
}

.segmented-control:hover {
    background: rgba(255, 112, 11, 0.2);
}

.segmented-control.active {
    background: rgba(255, 112, 11, 0.2);
    color: #FF700B;
}

.segmented-control span {
    @media screen and (max-width: 899px) {
        display: none;
    }
}

.segment {
    display: none !important;
}

.segment.active {
    display: flex !important;
}

/* SECTIONS */
/* TOP */

.top-section {
    flex-direction: column;
    margin-bottom: clamp(48px, calc(96vw / var(--vw-factor)), 96px);
}

.top-section h1 {
    color: #FFF;
    font-size: clamp(32px, calc(64vw / var(--vw-factor)), 64px);
    font-style: normal;
    font-weight: 500;
    line-height: 103.125%;
    letter-spacing: -2px;

    margin-bottom: 16px;
}

.top-section p {
    color: #FFF;
    font-size: clamp(16px, calc(20vw / var(--vw-factor)), 20px);
    font-weight: 500;
    line-height: 140%;

    max-width: 712px;

    width: calc(100vw - 430px);

    @media screen and (max-width: 899px) {
        width: 100%;
    }
}

/* POINTS */

.points-section {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: clamp(64px, calc(80vw / var(--vw-factor)), 80px);

    @media screen and (max-width: 899px) {
        align-items: flex-start;
    }
}

.points-section > h2 {
    color: #FF700B;
    text-align: center;
    font-size: clamp(20px, calc(28vw / var(--vw-factor)), 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 114.286%;
    letter-spacing: -0.5px;
    
    margin-bottom: 8px;

    @media screen and (max-width: 899px) {
        text-align: left;
    }
}

.points-section > p {
    color: #FF700B;
    font-size: clamp(14px, calc(16vw / var(--vw-factor)), 16px);
    line-height: 125%;

    margin-bottom: clamp(32px, calc(40vw / var(--vw-factor)), 40px);

    @media screen and (max-width: 899px) {
        text-align: left;
    }
}

.points {
    display: flex;
    gap: 32px;

    margin-bottom: clamp(48px, calc(56vw / var(--vw-factor)), 56px);

    position: relative;
}

@media screen and (max-width: 899px) {
    .points {
        flex-direction: column;
    }
}

@media screen and (max-width: 899px) {
    .points::after {
        content: '';
        position: absolute;
        left: clamp(16px, calc(28vw / var(--vw-factor)), 28px);
        top: 0;
        width: 1px;
        height: 100%;
        /* transform: translateX(54%); */
        background: #FF700B;
        opacity: 0.4;
        z-index: 0;
    }
}

.point {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 33%;

}

@media screen and (max-width: 899px) {
    .point {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
    }
}

.point::after {
    content: '';
    position: absolute;
    top: clamp(16px, calc(28vw / var(--vw-factor)), 28px);
    right: 0;
    height: 1px;
    width: 81%;
    transform: translateX(54%);
    background: #FF700B;
    opacity: 0.4;
}

@media screen and (max-width: 899px) {
    .point::after {
        content: '';
        height: calc(clamp(32px, calc(56vw / var(--vw-factor)), 56px) + 30px);
        width: calc(clamp(32px, calc(56vw / var(--vw-factor)), 56px) + 30px);
        top: -15px;
        left: -15px;
        right: auto;
        transform: none;
        background: #030303;
        opacity: 1;
        z-index: 1;
    }
}

@media screen and (max-width: 899px) {
    .point:last-child {
        background: #030303;
        position: relative;
        z-index: 2;
    }
}

@media screen and (min-width: 900px) {
    .point:last-child::after {
        display: none;
    }
}

.num-wrapper img {
    position: relative;
    z-index: 2;
    height: clamp(32px, calc(56vw / var(--vw-factor)), 56px);
    width: clamp(32px, calc(56vw / var(--vw-factor)), 56px);

    user-select: none;
}

.point > p {
    color: rgba(255, 255, 255, 0.70);
    font-size: clamp(14px, calc(16vw / var(--vw-factor)), 16px);
    font-weight: 500;
    line-height: 125%;
}

/* DESCRIPTORS */

.descriptors-section {
    align-items: center;

    flex-direction: column;
    gap: 32px;
}

.buttons {
    display: flex;
    align-items: center;

    gap: 8px;

    width: 100%;

    overflow: scroll;

    max-width: 100vw;

    scrollbar-width: none;

    @media screen and (max-width: 899px) {
        width: 100vw;
        padding: 0 16px;
    }
}

.buttons::-webkit-scrollbar { 
    display: none;
}

.button-descriptor {
    border: 0;
    outline: none;
    margin: 0;

    padding: clamp(16px, calc(20vw / var(--vw-factor)), 20px);

    width: clamp(140px, calc(177vw / var(--vw-factor)), 177px);
    min-width: clamp(140px, calc(177vw / var(--vw-factor)), 177px);
    height: clamp(140px, calc(177vw / var(--vw-factor)), 177px);

    display: block;

    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.10);

    cursor: pointer;
}

.button-descriptor.active {
    border-radius: 16px;
    border: 2px solid #FF700B;
    background: rgba(255, 171, 111, 0.30);
}

.button-descriptor img {
    width: 100%;
    height: 100%;
}

.descriptor {
    display: none;

    border-radius: 16px;
    background: linear-gradient(90deg, #4C4F57 0%, #2B2D2F 100%), #2B2D2F;

    padding: clamp(24px, calc(70vw / var(--vw-factor)), 70px) clamp(16px, calc(64vw / var(--vw-factor)), 64px);

    gap: 48px;

    margin-bottom: clamp(64px, calc(80vw / var(--vw-factor)), 80px);
}

.descriptor.active {
    display: flex;
}

.descriptor img {
    height: clamp(120px, calc(180vw / var(--vw-factor)), 180px);
    width: clamp(120px, calc(180vw / var(--vw-factor)), 180px);

    filter: drop-shadow(0px 0px 40px rgba(143, 163, 234, 0.40));

    @media screen and (max-width: 899px) {
        display: none;
    }
}

/* .descriptor div {
    @media screen and (max-width: 899px) {
        flex-direction: ;
    }
} */

.descriptor h3 {
    font-size: clamp(24px, calc(32vw / var(--vw-factor)), 32px);
    font-weight: 600;
    line-height: 112.5%;
    letter-spacing: -1px;

    margin-top: 12px;
    margin-bottom: clamp(12px, calc(16vw / var(--vw-factor)), 16px);

    @media screen and (max-width: 899px) {
        margin-top: 0;
    }
}

.descriptor p {
    font-size: clamp(14px, calc(18vw / var(--vw-factor)), 18px);
    line-height: 144.444%
}
