

@media (max-width: 600px) {

    .pc {
        display: none;
    }

    .agreements-text {
        margin-bottom: .5vw!important;
        text-align: center!important;
        font-weight: 500!important;
        font-size: 3.07vw!important;
        line-height: 5.09vw!important;
        color: #7E8494!important;
        cursor: pointer!important;
    }

    .mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

    .landing-head {
        position: absolute;
        width: 100%;
    
        z-index: 2;
    }
    
    
    .wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 3;
    }
    
    
    .logo {
        width: 35.37vw;
        height: 6.36vw;
    }
    
    
    
    .navigation {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.33vw;
        margin-bottom: 7.38vw;
    }
    
    
    .main-elements {
        display: flex;
        width: 100%;
        padding: 0 5.09vw;
    }
    
    
    .main-text-block {
        display: flex;
        flex-direction: column;
    
        gap: 5.09vw;
    }
    
    .main-info-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        width: 77.10vw;
        height: 7.89vw;
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        border-radius: 9.16vw;
    
        font-weight: 500;
        font-size: 3.05vw;
        line-height: 3.82vw;
    
        color: #FAFAFA;
    }
    
    .h1-text {
        font-weight: 600;
        font-size: 5vw;
        line-height: 6.11vw;
        text-transform: uppercase;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    .h3-text {
        font-weight: 400;
        font-size: 3.56vw;
        line-height: 4.33vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    .main-text-footer {
        display: flex;
        align-items: center;
    
        gap: 3.05vw;
    }
    
    .star {
        width: 5vw;
        height: 5vw;
    }
    
    .h2-text {
        font-weight: 500;
        font-size: 3.05vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    
    
    .main-img-block {
        width: 100%;
        height: 80vw;
        position: relative;
    
        display: flex;
        flex-direction: column;
    }
    
    .mobiles-svg {
        position: absolute;
        top: -5.5vw;
        width: 93vw;
    }
    
    
    
    
    .main-elements-2 {
        display: flex;
        flex-direction: column;
        margin-top: 20vw;

        width: 100%;
        padding: 0 5.09vw;
        gap: 30vw;
    }
    
    .main-element {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: 6.5vw;
    }
    
    .main-element > h1 {
        font-weight: 600;
        font-size: 5.5vw;
        /* identical to box height */
        
        text-transform: uppercase;
        
        /* gradient */
        
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    
    .main-element > .main-block {
        gap: 8vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-block > .element {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    
        gap: 1vw;
    
    }
    
    .element > .icon-block {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
        width: 14.50vw;
        height: 14.50vw;
        
        background: rgba(97, 87, 255, 0.08);
        box-shadow: inset 3px 4px 6px rgba(255, 255, 255, 0.42), inset -1px -2px 12px rgba(97, 87, 255, 0.16);
        border-radius: 3.31vw;
    }
    
    .element > .icon-block > .icon {
        width: 5.60vw;
        height: 5.60vw;
    }
    
    .element > .line {
        width: 0.5vw;
        height: 11.96vw;
        background-color: #DEDDFB;
        margin-top: 20vw;
    }
    
    .element > .p1 {
        width: 49vw;
        position: absolute;
        font-weight: 600;
        font-size: 3.56vw;
        line-height: 3.56vw;
        color: #6157FF;
        top: 20vw;
        text-align: center;
    }
    
    .element > .p2 {
        top: 26vw;
        font-weight: 500;
        font-size: 3.56vw;
        line-height: 4.33vw;
        text-align: center;
        color: #060606;
        position: absolute;
        width: 50vw;
    }
    


    .vector-block {
        position: relative;
    
        width: 100%;
        height: auto;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .vector-block > .vector {
        position: absolute;
    
        width: 100%;
        height: auto;
    }
    
    .vector-block > .elements {
        display: flex;
        flex-direction: column;
        gap: 51vw;
        width: 100%;
        margin-top: 40.5vw;
    }
    
    .vector-block > .elements > .element {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .vector-block > .elements > .element > .vector-icon {
        position: absolute;
        width: 34vw;
        top: -33vw;
    }
    
    .vector-block > .elements > .element > h2 {
        font-weight: 500;
        font-size: 3.56vw;
        line-height: 3.56vw;
        
        /* blue */
        
        color: #6157FF;
    }
    
    .vector-block > .elements > .element > h2 > a {
        font-weight: 500;
        font-size: 3.56vw;
        line-height: 3.56vw;
        
        /* gradient */
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        text-decoration: underline #6157FF;
    }
    
    
    .main-element > .block {
        position: relative;
    
        display: flex;
        flex-direction: column;
    
        width: 100%;
        padding: 2vw;
        background-color: #FFFFFF;
        border-radius: 3.5vw;
    }
    
    .main-element > .block > .info-block {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    
    .info-block > .text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
        width: 64.89vw;
        height: 7.89vw;
    
        
        /* blue */
        
        background: #6157FF;
        border-radius: 9.16vw;
    
    
        font-weight: 600;
        font-size: 3.05vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    
    .info-block > h1 {
        font-weight: 600;
        font-size: 5vw;
        line-height: 6.11vw;
        text-transform: uppercase;
        
        /* blue */
        
        color: #6157FF;
    }
    
    .info-block > button {
        display: flex;
        align-items: center;
        gap: 1.5vw;
    
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    
    .info-block > button > p {
        font-weight: 500;
        font-size: 4.58vw;
        /* identical to box height */
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    
    .info-block > button > img {
        width: 15vw;
        height: 6vw;
    }
    
    
    .main-element > .block > .img-block {
        position: relative;
        width: 100%;
        height: 50vw;
    }
    
    .main-element > .block > .img-block > .offer-page {
        position: absolute;
        width: 42vw;
        left: 7vw;
        top: 12.8vw;
    }
    
    
    .main-element > .block > .img-block > .index-page {
        position: absolute;
        width: 42vw;
        left: 35vw;
        top: 8.1vw;
    }
    
    
    .block-c {
        margin: 3vw 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .block-c > p {
        font-weight: 500;
        font-size: 3.56vw;
        margin-bottom: 2vw;
        color: #6157FF;
    }
}





@media (min-width: 601px) {

    .mobile {
        display: none;
    }

    .pc {
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

    .agreements-text {
        margin-bottom: 0.5vw!important;
        text-align: center!important;
        font-weight: 500!important;
        font-size: 1.07vw!important;
        line-height: 1.09vw!important;
        color: #4b4e56!important;
        cursor: pointer!important;
    }
    
    .agreements-text:hover {
        opacity: .8;
    }

    .landing-head {
        position: absolute;
        width: 100%;
    
        z-index: 2;
    }
    
    
    .wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 3;
    }
    
    
    .logo {
        position: absolute;
        width: 15.55vw;
        height: 2.75vw;
    }
    
    
    
    .navigation {
        position: relative;
        width: 100%;
        height: 5.9vw;
        display: flex;
        align-items: center;
        padding: 2% 15%;
    }
    
    .nav-items {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        gap: 5%;
        align-items: center;
    }
    
    .nav-item {
        cursor: pointer;
    }
    
    
    
    .h-menu {
        font-weight: 600;
        font-size: 1vw;
        line-height: 1.2vw;
        
        color: #FAFAFA;
    }

    .h-menu:hover {
        opacity: .8;
    }
    
    .nav-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.5vw 1.5vw;
        gap: 3vw;
        height: 3vw;
        background: #FAFAFA;
        border-radius: 4vw;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .nav-button:hover {
        opacity: .9;
    }

    
    .nav-button > .long-arrow {
        width: 5vw;
        height: 5vw;
    }
    
    .nav-button-p {
        font-weight: 600;
        font-size: 1.3vw;
        line-height: 1.1vw;
        color: #6157FF;
    }
    
    
    .main-elements {
        display: flex;
    
        margin-top: 7.5vw;
        width: 100%;
        padding: 0 15%;
    }
    
    .main-text-block {
        width: 70%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    
        gap: 1.5vw;
    }
    
    .main-info-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10vw;
    
        width: 25.2vw;
        height: 2.4vw;
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        border-radius: 2vw;
    
        font-weight: 500;
        font-size: 1vw;
        line-height: 1.2vw;
    
        color: #FAFAFA;
    }
    
    .h1-text {
        font-weight: 500;
        font-size: 2.2vw;
        line-height: 3vw;
        text-transform: uppercase;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    .h3-text {
        font-weight: 400;
        font-size: 1vw;
        line-height: 1.2vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    .main-text-footer {
        display: flex;
        align-items: center;
    
        gap: 0.8vw;
    }
    
    .star {
        width: 1vw;
        height: 1vw;
    }
    
    .h2-text {
        font-weight: 500;
        font-size: 1vw;
        line-height: 1vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    
    
    .main-img-block {
        width: 30%;
        position: relative;
    
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    
    .offer-page {
        position: absolute;
        width: 23vw;
        top: -7.5vw;
        left: -7.2vw;
    }
    
    .index-page {
        position: absolute;
        width: 25vw;
        top: 0.5vw;
        left: 2.5vw;
    }
    
    
    
    .main-elements-2 {
        display: flex;
        flex-direction: column;
        margin-top: 16vw;
        width: 100%;
        padding: 0 15%;
        gap: 12vw;
    }
    
    .main-element {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        gap: 3vw;
    }
    
    .main-element > h1 {
        font-weight: 600;
        font-size: 2.2vw;
        line-height: 3vw;
        /* identical to box height */
        
        text-transform: uppercase;
        
        /* gradient */
        
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    
    .main-element > .main-block {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-block > .element {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    
        gap: 1vw;
    
    }
    
    .element > .icon-block {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 2vw;
        gap: 0.8vw;
        
        width: 5vw;
        height: 5vw;
        
        background: rgba(97, 87, 255, 0.08);
        box-shadow: inset 3px 4px 6px rgba(255, 255, 255, 0.42), inset -1px -2px 12px rgba(97, 87, 255, 0.16);
        border-radius: 1.5vw;
    }
    
    .element > .icon-block > .icon {
        width: 2.5vw;
        height: 2.5vw;
    }
    
    .element > .line {
        width: 10vw;
        height: 0.1vw;
        background-color: #dddcff;
    }
    
    .element > .p1 {
        width: 16vw;
        position: absolute;
        font-weight: 600;
        font-size: 1.2vw;
        line-height: 1.2vw;
        color: #6157FF;
        top: 6vw;
        text-align: center;
    }
    
    .element > .p2 {
        top: 8vw;
        font-weight: 500;
        font-size: 1vw;
        line-height: 1.3vw;
        text-align: center;
        color: #060606;
        position: absolute;
        width: 14vw;    
    }
    
    .vector-block {
        position: relative;
    
        width: 100%;
        height: auto;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .vector-block > .vector {
        position: absolute;
    
        width: 100%;
        height: auto;
    }
    
    .vector-block > .elements {
        display: flex;
        flex-direction: column;
        gap: 10vw;
        width: 100%;
        margin-top: 3.5vw;
    }
    
    .vector-block > .elements > .element {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .vector-block > .elements > .element > .vector-icon {
        position: absolute;
        width: 10vw;
        height: 8vw;
    }
    
    .vector-block > .elements > .element > h2 {
        width: 22vw;
        font-weight: 500;
        font-size: 1.6vw;
        line-height: 1.6vw;
        
        /* blue */
        
        color: #6157FF;
    }
    
    .vector-block > .elements > .element > h2 > a {
        font-weight: 500;
        font-size: 1.6vw;
        line-height: 1.6vw;
        
        /* gradient */
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        text-decoration: underline #6157FF;
    }
    
    
    .main-element > .block {
        position: relative;
    
        display: flex;
    
        width: 100%;
        padding: 2vw;
        background-color: #FFFFFF;
        border-radius: 3.5vw;
    }
    
    .main-element > .block > .info-block {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    
    .info-block > .text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.6vw 2vw;
        
        width: 21.25vw;
        height: 2.5vw;
    
        
        /* blue */
        
        background: #6157FF;
        border-radius: 1.8vw;
    
    
        font-weight: 600;
        font-size: 1vw;
        line-height: 1.2vw;
        
        /* White */
        
        color: #FAFAFA;
    }
    
    
    .info-block > h1 {
        font-weight: 600;
        font-size: 2.2vw;
        line-height: 3vw;
        text-transform: uppercase;
        
        /* blue */
        
        color: #6157FF;
    }
    
    .info-block > button {
        display: flex;
        align-items: center;
        gap: 1.5vw;
    
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .info-block > button:hover {
        opacity: .8;
    }
    
    .info-block > button > p {
        font-weight: 500;
        font-size: 1.6vw;
        line-height: 2vw;
        /* identical to box height */
    
        background: linear-gradient(90.57deg, #6257FF 9.04%, #EE49FD 97.89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    
    .info-block > button > img {
        width: 7vw;
    }
    
    
    .main-element > .block > .img-block {
        position: relative;
        width: 30%;
        height: 100%;
    }
    
    .main-element > .block > .img-block > .offer-page {
        position: absolute;
        width: 13vw;
        left: 3vw;
        top: -1.2vw;
    }
    
    
    .main-element > .block > .img-block > .index-page {
        position: absolute;
        width: 15vw;
        left: 12vw;
        top: -6.4vw;
    }
    
    
    .block-c {
        margin: 3vw 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 15%;
    }
    
    .block-c > p {
        font-weight: 500;
        font-size: 1vw;
        margin-bottom: 2vw;
        color: #6157FF;
    }
}



