*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    background: #f8f8f8;
    color: #202020;
    overflow-x: hidden;
}
:root {
    --width-screen: 1200px;
    --padding-screen: 0 40px;
}
:focus, :active {
    outline: none;
}
img {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
}
    h2 {
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px; /* 111.111% */
        letter-spacing: -1.08px;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    -webkit-appearance: none;
}
input {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    border-radius: 0;
}

p {
    line-height: 1.6;
}
a {
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    cursor: pointer;
}

.header--wrapper {
    width: 100%;
    background: #EAEEFE;
    backdrop-filter: blur(7px);
}
.header--wrapper.show {
    position: relative;
    width: 100%;
    height: 100%;
}
    .header--wrapper.show .closet {
        display: block;
    }
    .header--wrapper.show .open {
        display: none;
    }
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--width-screen, 1200px);
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
}
    .header--wrapper.show .header {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        overflow: hidden;
        gap: 80px 6px;
    }
    
    .burger {
        display: none;
        align-items: center;
        width: 32px;
        height: 32px;
        margin: 0 8px 0 0;
        cursor: pointer;
    }
        .burger img {
            width: 30px;
        }
        .closet {
            display: none;
        }

    .logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }
        .logo img {
            width: 36px;
        }
        .logo span {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 23px;
            letter-spacing: -0.8px;
        }
    .top-menu {
        display: flex;
        align-items: center;
        gap: 24px;
    }
        .top-menu--item {
            color: rgba(0, 0, 0, 0.60);
            font-style: normal;
            letter-spacing: -0.16px;
        }

.prime-block {
    width: 100%;
    min-height: 710px;
    background: linear-gradient(187deg, #EAEEFE 45.21%, #183EC2 97.31%);
}
    .prime-text {
        position: relative;
        width:  var(--width-screen, 1200px);
        min-height: 710px;
        margin: 0 auto;
        padding: 105px 40px;
        background-image: url(../img/header-2.png);
        background-size: 648px auto;
        background-position: calc(100% - 20px) calc(50% - 20px);
        background-repeat: no-repeat;
    }
        .prime-text::before, .prime-text::after {
            content: "";
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }
        .prime-text::before {
            top: 9px;
            left: 445px;
            width: 216px;
            height: 197px;
            background-image: url(../img/header-1.png);
        }
        .prime-text::after {
            right: 0;
            bottom: -82px;
            width: 231px;
            height: 231px;
            background-image: url(../img/header-3.png);
        }
        .prime-text h1 {
            width: 457px;
            margin: 0 0 30px 0;
            font-size: 90px;
            font-style: normal;
            font-weight: 700;
            line-height: 90px;
            letter-spacing: -1.8px;
            background: linear-gradient(180deg, #000 0%, #001354 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .prime-text p {
            width: 457px;
            margin: 0 0 30px 0;
            color: #010D3E;
            font-size: 22px;
            letter-spacing: -0.792px;
        }
        
.way-block {
    width: 100%;
    padding: 112px 0 148px 0;
    background: linear-gradient(180deg, #FFF 27.96%, #D2DCFF 100%);
}
    .way-block--prev {
        width: 632px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
        .way-block--prev h2 {
            margin: 0 0 20px 0;
            padding: 0 16px;
            background: linear-gradient(180deg, #000 0%, #001354 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .way-block--prev p {
            color: #010D3E;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: -0.792px;
        }
    .plate {
        display: inline-block;
        margin: 0 0 18px 0;
        padding: 10px 13px;
        border-radius: 10px;
        border: 1px solid rgba(34, 34, 34, 0.10);
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.325px;
    }

    .way-block--swiper {
        position: relative;
        width: 100%;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }
        .way-block--swiper .swiper-wrapper {
            margin: 0 0 40px 0;
        }
            .way-block--slide {
                width: 961px;
            }
                .way-block--slide img {
                    width: 100%;
                    border-radius: 8px;
                    box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
                }
            
        .way-block--pagination {
            position: relative;
            left: auto;
            top: auto;
            bottom: auto;
            right: auto;
        }
            .way-block--pagination .swiper-pagination-bullet {
                background: rgba(23, 23, 23, 0.20);
            }
            .way-block--pagination .swiper-pagination-bullet-active {
                background: #171717;
            }
            .way-block-btn--next, .way-block-btn--prev {
                top: 0;
                width: calc(50% - 480px);
                height: 100%;
            }
                .way-block-btn--next:after, .way-block-btn--prev:after {
                    display: none;
                }
            .way-block-btn--next {
                right: 0;
            }
            .way-block-btn--prev {
                left: 0;
            }
            
    .way-block--ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: var(--width-screen, 1200px);
        margin: 0 auto;
    }
        .way-block--li {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: calc(25% - 15px);
        }
            .way-block--li img {
                width: 24px;
            }
            .way-block--li h3 {
                color: #000;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: -0.558px;
            }
            .way-block--li p {
                color: #000;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: -0.16px;
            }


.footer-top--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 132px 0 52px 0;
    background: linear-gradient(180deg, #FFF 27.96%, #D2DCFF 102.93%);
}
    .footer-top--wrapper::before, .footer-top--wrapper::after {
        content: "";
        display: block;
        position: absolute;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .footer-top--wrapper::before {
        left: calc(50% - 362px);
        top: 10px;
        transform: translate(-256px, 0);
        width: 362px;
        height: 362px;
        background-image: url(../img/footer-1.png);
    }
    .footer-top--wrapper::after {
        right: calc(50% - 362px);
        bottom: 10px;
        transform: translate(274px, 0);
        width: 362px;
        height: 362px;
        background-image: url(../img/footer-2.png);
    }
    .footer-top {
        max-width: 540px;
        text-align: center;
    }
        .footer-top h2 {
            margin: 0 0 20px 0;
        }
        .footer-top p {
            margin: 0 0 40px 0;
            color: #010D3E;
            letter-spacing: -0.16px;
        }

.footer-bottom--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #000;
}
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        width: var(--width-screen, 1200px);
    }
        .footer-col--left {
            width: 240px;
            max-width: 100%;
        }
            .footer-logo {
                margin: 0 0 20px 0;
                display: flex;
                align-items: center;
                gap: 12px;
            }
                .footer-logo img {
                    width: 36px;
                }
                .footer-logo span {
                    color: #FFF;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 23px;
                    letter-spacing: -0.8px;
                }
            .footer-content {}
                .footer-content p {
                    color: #BCBCBC;
                    font-size: 14px;
                }

        .footer-col--right {
        }
            .footer-menu {
                display: flex;
                gap: 48px;
            }
                .footer-menu--col {}
                    .footer-menu--col h3 {
                        margin: 0 0 16px 0;
                        color: #FFF;
                        font-size: 14px;
                        font-weight: 700;
                    }
                    .footer-menu--col a, .footer-menu--col span {
                        display: block;
                        margin: 0 0 8px 0;
                        color: #7B7B7B;
                        font-size: 14px;
                        cursor: pointer;
                    }

.shadow-block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
.shadow-block.active {
    display: block;
}
.thanx-for-mes {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 564px;
    padding: 40px 32px 40px 32px;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    border-width: 2px;
    background: #EFF0F4;
    border: 2px solid #0A0D170D;
}
.thanx-for-mes p {
        margin: 0;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
        text-align: center;
        color: #000515;
    }
.thanx-for-mes.active {
    display: block;
}
.send-form {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 564px;
    padding: 40px 32px 40px 32px;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    border-width: 2px;
    background: #EFF0F4;
    border: 2px solid #0A0D170D;
}
.send-form.active {
    display: flex;
}
    .send-form h3 {
        margin: 0 0 8px 0;
        font-weight: 700;
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000515;
    }
    .send-form p {
        margin: 0 0 24px 0;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
        text-align: center;
        color: #000515;

    }
    .send-form__input {
        width: 100%;
        margin: 0 0 14px 0;
        border-radius: 10px;
        border-width: 1px;
        padding-top: 16px;
        padding-right: 14px;
        padding-bottom: 16px;
        padding-left: 14px;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.02em;
        color: #00051599;
    }
    .send-form__textarea {
        width: 100%;
        min-height: 180px;
        margin: 0 0 14px 0;
        border-radius: 10px;
        border-width: 1px;
        padding-top: 16px;
        padding-right: 14px;
        padding-bottom: 16px;
        padding-left: 14px;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.02em;
        color: #00051599;
    }
    .btn_form {
        align-self: flex-end;
        padding-right: 40px;
        background-image: url(../img/arrow-right.svg);
        background-position: calc(100% - 15px) 50%;
        background-repeat: no-repeat;
        background-size: 20px auto;
        cursor: pointer;
    }
    

                    
@media screen and (max-width:1250px) {
    :root {
        --width-screen: 100%;
    }
    .prime-text::after {
        display: none;
    }
    .way-block--ul {
        padding: 0 40px;
    }
    .prime-text {
        background-position: calc(100% + 50%) calc(50% - 20px);
    }
        .prime-text::before {
            left: auto;
            right: 15%;
        }
}
@media screen and (max-width:1000px) {
    .prime-text {
        background-position: calc(100% + 320px) calc(50% - 20px);
    }
    .prime-text::before {
        right: 149px
    }
    .way-block {
        padding: 80px 0;
    }
    .way-block--swiper {
        width: calc(100% - 128px);
        margin: 0 auto;
    }
        .way-block-btn--next, .way-block-btn--prev {
            width: 64px;
        }
        .way-block-btn--next {
            right: -64px;
        }
        .way-block-btn--prev {
            left: -64px;
        }
    .way-block--slide {
        width: 100%;
    }
    .way-block--li {
        width: calc(50% - 10px);
    }

    .footer-top {
        width: 484px;
    }
    .footer-top--wrapper::before {
        transform: translate(-210px, 0);
    }
    .footer-top--wrapper::after {
        right: calc(50% - 290px);
    }
}
@media screen and (max-width:720px) {
    body.show {
        overflow: hidden;
    }
    .burger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-menu--item {
        display: none;
    }
        .header--wrapper.show .top-menu--item {
            display: block;
            font-size: 22px;
            line-height: 31px;
            letter-spacing: -0.792px;
        }
        .header--wrapper.show .top-menu {
            flex-direction: column;
            width: 100%;
            height: calc(100% - 140px);
        }
            .header--wrapper.show .top-menu .btn {
                margin: auto 0 0 0;
            }
    .prime-text {
        padding: 34px 20px 424px 20px;
        background-size: calc(100% - 40px) auto;
        background-position: 50% calc(100% - 36px);
    }
        .prime-text h1 {
            width: 100%;
            margin: 0 0 24px 0;
            font-size: 54px;
            line-height: 1;
            letter-spacing: -1.08px;
        }
        .prime-text p {
            width: 100%;
            margin: 0 0 20px 0;
        }
        .prime-text::before {
            display: none;
        }
    .way-block {
        padding: 60px 0;
    }
        .way-block--prev {
            width: 100%;
        }
        .way-block--prev h2 {
            font-size: 32px;
            line-height: 115%;
            letter-spacing: -0.64px;
        }
    .way-block--swiper {
        width: calc(100% - 64px);
    }

        .way-block--ul {
            width: 260px;
            margin: 0 auto;
            padding: 0;
        }
            .way-block--li {
                width: 100%;
            }
    .footer-top--wrapper {
        padding: 216px 48px;
    }
        .footer-top--wrapper::before {
            left: -60px;
            top: -60px;
            width: 232px;
            transform: none;
        }
        .footer-top--wrapper::after {
            right: -60px;
            bottom: -60px;
            width: 231px;
            transform: none;
        }
        .footer-top h2 {
            font-size: 32px;
            line-height: 115%;
            letter-spacing: -0.64px;
        }
        .send-form, .thanx-for-mes {
            width: calc(100% - 32px);
            padding: 32px 24px;
        }
            .send-form h3 {
                font-size: 32px;
                line-height: 44px;
            }
            .btn_form {
                align-self: auto;
                width: 100%;
            }
    }
@media screen and (max-width:360px) {
    .footer-bottom {
        flex-direction: column;
        gap: 16px
    }
}