@charset "UTF-8";
:root {
    --black: #093F59;
    --gray: #F5F5F5;
    --dark-gray: #212121
}

html {
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em
}

a {
    background: 0 0
}

b {
    font-weight: bolder
}

img {
    border-style: none;
    width: 100%
}

.points__icon {
    width: 100px;
    height: 100px
}

button, input, select {
    font: 100%/1.15 inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

body, html {
    font: 18px/1.6 Montserrat, sans-serif;
    font-variation-settings: "wght" 500;
    color: var(--dark-gray)
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

main {
    display: block;
    flex-grow: 1
}

footer {
    flex-shrink: 0
}

body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0
}

.main-h2, h1, h2, h3 {
    color: var(--dark-gray);
    font-variation-settings: "wght" 700
}

h1, h2, h3 {
    font-family: Montserrat, sans-serif;
    line-height: 1.2
}

.main-h2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 60px
}

.section {
    padding-top: 100px
}

.container, .container-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

.container {
    max-width: 1196px;
    padding: 0 15px
}

.main {
    background: var(--gray);
    display: block;
    padding: 100px 0
}

.bold {
    font-variation-settings: "wght" 700
}

.active-color {
    color: #2b3b89
}

.main-btn {
    background: #2b3b89;
    display: inline-block;
    padding: 20px 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    font-variation-settings: "wght" 700;
    box-shadow: 0 0 40px rgba(0, 185, 244, .25);
    border-radius: 8px
}

.main-btn:hover {
    background: #2b2a89;
    box-shadow: 0 0 40px rgba(215, 36, 71, .25)
}

.header {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 10000;
    transform: translate(0)
}

.header__body {
    background: #fff;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.header__item:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-basis: 530px
}

.header__check-icon {
    width: 24px;
    height: 24px
}

.header__link {
    display: flex;
    flex-direction: column;
    color: #2b3b89;
    font-variation-settings: "wght" 700;
    text-decoration: none
}

.header__link-span:first-child {
    font-size: 18px
}

.header__link-span:last-child {
    font-size: 14px;
    color: var(--black)
}

.header__check {
    display: flex;
    align-items: center;
    font-size: 14px
}

.header__check-txt {
    display: flex;
    flex-direction: column
}

.page1 {
    max-height: 700px;
    padding-bottom: 80px
}

.page1__body {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -100px
}

.page1__item:first-child {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    max-width: 570px
}

.page1__item:last-child {
    flex-shrink: 0;
    flex-grow: 1;
    transform: translateX(-200px)
}

.page1__title {
    font-size: 64px;
    color: #2b3b89
}

.page1__txt {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.page1__list {
    list-style: none
}

.page1__li {
    display: flex;
    align-items: center
}

.page1__li:not(:first-child) {
    margin-top: 15px
}

.page1__btn-wrapper {
    margin-top: 30px
}

.container-wrapper_page1 {
    position: relative
}

.container-wrapper_page1::before {
    background: url(../img/left-leef.webp) no-repeat 50% 50%/contain;
    content: "";
    position: absolute;
    left: -10px;
    top: 120px;
    width: 140px;
    height: 170px
}

.container-wrapper_page1::after {
    background: url(../img/scroll-down.png) no-repeat 50% 50%/contain;
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 84px
}

.container-wrapper_page-last::after {
    display: none
}

.section-dang {
    background: #fff;
    border-radius: 8px;
    margin-top: 120px;
    padding-bottom: 100px
}

.dang {
    position: relative;
    display: grid;
    max-width: 100%;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px
}

.dang::after, .dang::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    z-index: 0
}

.dang::before {
    background: url(../img/right-leef.png);
    right: -90px;
    top: -110px
}

.dang::after {
    background: url(../img/left-leef.webp) no-repeat 0 0/contain;
    left: 20%;
    bottom: -100px
}

.dang__item {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding: 10px 10px 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07)
}

.dang__item img{
    max-width: 350px;
    width: 100%;
}

.dang__title {
    font-size: 20px;
    margin: 10px 0
}

.dang__txt {
    font-size: 16px
}

.you-dead {
    display: flex;
    justify-content: space-between
}

.you-dead__item {
    flex-basis: 33.333%;
    text-align: center
}

.you-dead__item img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

.you-dead__title {
    font-size: 16px;
    text-align: left;
    margin-top: 10px
}

.you-dead__item:not(:first-child) {
    margin-left: 40px
}

.dang-txt {
    background: rgb(43 59 137);
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 60px;
    max-width: 838px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto
}

.dang-offer {
    text-align: center;
    margin-top: 40px
}

.dang-offer__title {
    font-size: 36px;
    color: #2b3b89
}

.dang-offer .main-btn {
    margin-top: 20px
}

.you-dead-sub {
    color: #2b3b89;
    border-left: 3px solid #2b3b89;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 40px
}

.section-offer {
    padding: 80px 0
}

.main-offer {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    padding: 40px 20px;
    overflow: hidden
}

.main-offer__item:last-child {
    margin-left: 40px;
    position: relative;
    z-index: 5
}

.main-offer::after {
    background: url(../img/right-leef.png) no-repeat 0 0/contain;
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -60px;
    top: -60px;
    transform: rotate(180deg)
}

.main-offer__img {
    position: relative;
    z-index: 5
}

.main-offer__title {
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #2b3b89
}

.main-offer__title::before {
    background: url(../img/right-circle.webp) no-repeat 0 0/contain;
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    left: -265px
}

.main-offer__h3 {
    text-align: center
}

.main-offer__prices {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.main-offer__prices .active-color {
    font-size: 24px
}

.main-form__item {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.form-control, .main-form__input {
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0 15px;
    transition: .3s;
    outline: 0;
    width: 100%;
    font-size: 16px;
    height: 58px;
}

.main-form__input:focus {
    border-color: #2b3b89
}

.main-form__span {
    font-size: 16px
}

.clock, .clock2 {
    zoom: .7
}

.docs {
    background: #fff;
    border-radius: 8px;
    padding-top: 60px;
    padding-bottom: 80px
}

.docs__body {
    position: relative;
    display: flex;
    padding: 0 40px
}

.docs__body::after, .docs__body::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    z-index: 0
}

.docs__body::before {
    background: url(../img/docs/left-leef.webp) no-repeat 50% 50%/contain;
    top: -90px;
    left: -90px
}

.docs__body::after {
    background: url(../img/docs/right-leef.webp) no-repeat 50% 50%/contain;
    bottom: -90px;
    right: -90px
}

.docs__item {
    position: relative;
    z-index: 5;
    padding: 40px 20px 60px;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07);
    border-radius: 8px;
    flex-basis: 50%
}

.docs__item:after {
    background: url(../img/docs/kov.webp) no-repeat 50% 50%/contain;
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    right: 20px;
    bottom: 20px
}

.docs__item:last-child {
    margin-left: 40px
}

.docs__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.docs__img {
    width: 140px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.docs__name-p {
    font-size: 16px;
    margin-top: 15px
}

.docs__p:not(:first-child) {
    margin-top: 20px
}

.section-fast {
    padding: 50px 0
}

.fast {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.fast__p {
    text-align: center;
    margin-bottom: 1em
}

.reviews {
    background: #fff;
    padding-top: 70px;
    border-radius: 8px
}

.points, .points__item {
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.points {
    text-align: left;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px
}

.points__item {
    flex-basis: calc(50% - 30px);
    font-size: 16px
}

.points__txt {
    padding-left: 15px;
    padding-right: 15px
}

.points__title {
    color: #2b3b89
}

.points__p {
    margin-top: 20px
}

.reviews__body {
    display: flex;
    margin: 0 15px;
    padding-bottom: 60px
}

.reviews__item {
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07);
    flex-basis: 33.333%
}

.reviews__item:not(:first-child) {
    margin-left: 20px
}

.reviews__sub-title {
    display: block;
    text-align: center
}

.reviews__p {
    font-size: 16px
}

.footer {
    text-align: center;
    padding-top: 60px
}

@media (max-width: 1023px) {
    .header__item:nth-child(2) {
        display: none
    }

    .dang::before, .docs__body::after, .main-offer::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        background-image: none
    }

    .main-offer::after {
        background-size: contain;
        background-repeat: no-repeat;
        right: 100px;
        top: -60px;
        transform: rotate(180deg)
    }

    .dang::before, .docs__body::after {
        z-index: 0
    }

    .docs__body::after {
        bottom: -90px;
        right: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .dang::before {
        right: 19px;
        top: -110px
    }

    .page1 {
        max-height: 100%;
        padding-bottom: 60px
    }

    .page1__body {
        flex-direction: column-reverse;
        margin-top: 0
    }

    .page1__item:last-child {
        transform: translate(0)
    }

    .dang {
        grid-template-columns:auto;
        justify-content: center;
        max-width: 520px;
        margin: 0 auto
    }

    .dang__item:last-child {
        margin: 0 auto;
        grid-template-columns:auto;
        justify-self: center;
        align-self: center
    }

    .docs__header {
        flex-direction: column
    }

    .docs__img {
        margin-right: 0;
        margin-bottom: 30px
    }

    .reviews__body {
        flex-direction: column
    }

    .reviews__item {
        padding: 40px 15px;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(79, 113, 120, .07)
    }

    .reviews__item:not(:first-child) {
        margin-left: 0;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .main {
        padding-bottom: 60px
    }

    .dang::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 19px;
        top: -110px;
        background-image: none;
        z-index: 0
    }

    .main, .section {
        padding-top: 70px
    }

    .main-h2 {
        margin-bottom: 0;
        font-size: 24px;
        padding-bottom: 30px
    }

    .main-btn {
        width: 100%
    }

    .page1__title {
        font-size: 38px
    }

    .page1__item:last-child {
        position: relative;
        height: 420px;
        width: 100%
    }

    .page1__item:last-child img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        transform: scale(1)
    }

    .dang-txt {
        padding: 15px
    }

    .you-dead {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto
    }

    .you-dead__item:not(:first-child) {
        margin-left: 0;
        margin-top: 30px
    }

    .dang-offer__title {
        font-size: 24px;
        color: #2b3b89
    }

    .points {
        flex-direction: column;
        grid-template-columns:repeat(2, 1fr)
    }

    .points__item:not(:first-child) {
        margin-top: 30px
    }

    .points__icon {
        width: 80px;
        height: 80px
    }

    .main-offer {
        flex-direction: column
    }

    .main-offer__item:last-child {
        margin-left: 0;
        margin-top: 40px;
        position: relative;
        z-index: 5
    }

    .main-offer::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        right: 88px;
        top: -40px;
        transform: rotate(180deg)
    }

    .docs__body {
        flex-direction: column;
        padding: 0
    }

    .docs__item:last-child {
        margin-left: 0;
        margin-top: 40px
    }

    .fast {
        flex-direction: column
    }

    .fast__item:last-child {
        margin-top: 25px
    }
}

@media (max-width: 660px) {
    .page1__item:last-child img {
        position: absolute;
        top: 26px
    }

    .container-wrapper_page1::before {
        content: "";
        left: -10px;
        top: -50px
    }
}

@media (max-width: 550px) {
    .main-btn {
        padding: 15px 10px;
        width: 100%
    }

    .header__item:nth-child(3) {
        margin-left: 15px
    }
}

@media (max-width: 440px) {
    .page1__item:last-child img {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 33px;
        transform: scale(1)
    }
}

@media (max-width: 425px) {
    .main-offer__title {
        font-size: 32px
    }

    .main-offer__timer {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .clock, .clock2 {
        zoom: .7
    }

    .points__p {
        font-size: 14px
    }
}
.footer__body * {
    font-size: 14px;
}