@import "https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

nav, footer, header, aside {
    display: block
}

html, body {
    width: 100%;
    font-size: 100%;
    line-height: normal;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited, a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

body {
    font-family: Poppins, sans-serif;
    color: #242f4b
}

body.noScroll {
    overflow: hidden !important
}

.container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.btn-dark {
    background: #242f4b;
    color: #fff;
    border: 2px solid #242F4B;
    border-radius: 20px;
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 50px #0000001a;
    transition: .3s;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.btn-dark:hover {
    background: #fff;
    color: #242f4b
}

.btn-light {
    background: #c9ff88;
    color: #242f4b;
    border: 2px solid #C9FF88;
    border-radius: 20px;
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 50px #0000001a;
    transition: .3s;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.btn-light:hover {
    background: #fff
}

[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e9e9e9;
    border-radius: 100px;
    height: 10px;
    cursor: pointer;
    width: 100%
}

[type=range]::-webkit-slider-runnable-track {
    background-color: #e9e9e9;
    border-radius: 100px;
    height: 10px;
    position: relative
}

[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    border: 9px solid #242F4B;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -10px;
    position: relative;
    z-index: 2
}

[type=range]::-moz-range-track {
    height: 10px;
    border-radius: 100px;
    background-color: #e9e9e9
}

[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 9px solid #242F4B;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -10px
}

[type=range]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #242F4B var(--progress-width), #E9E9E9 var(--progress-width))
}

[type=range]::-moz-range-progress {
    background-color: #242f4b;
    height: 10px;
    border-radius: 100px
}

[type=range]:focus {
    outline: none
}

[type=range]:focus::-webkit-slider-thumb {
    outline: 2px solid black;
    outline-offset: 1px
}

[type=range]:focus::-moz-range-thumb {
    outline: 2px solid black;
    outline-offset: 1px
}

.section-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px
}

@media (min-width: 1024px) {
    .section-title {
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 50px
    }
}

.page-title {
    color: #242f4b;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
}

@media (min-width: 1024px) {
    .page-title {
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }
}

.shadow-block {
    box-shadow: 0 4px 50px #0000001a;
    background: #fff;
    border-radius: 20px
}

html {
    scroll-behavior: smooth
}

.header {
    background: #fff;
    box-shadow: 0 4px 50px #0000001a;
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 15px 0
}

.header__toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 6px;
    min-width: 30px;
    border: 2px solid #242F4B;
    display: flex;
    flex-direction: column;
    background: transparent;
    gap: 2px;
    justify-content: center;
    border-radius: 100%;
    z-index: 9
}

.header__toggle span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #242f4b;
    transition: .3s
}

.header__logo {
    margin: 0 auto;
    width: 157px;
    height: 38px
}

.header__logo img {
    width: 100%;
    height: 38px;
    object-fit: contain
}

.header__menu {
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    transition: .3s;
    position: absolute;
    top: 0;
    left: -1100px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #c9ff88;
    min-height: 100dvh
}

.header__menu .header__logo img {
    filter: brightness(0) invert(0)
}

.header__menu-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 36px;
    overflow: auto;
    height: 100dvh
}

.header__list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.header__item {
    text-align: center;
    font-size: 23px
}

.header__item a {
    text-align: center;
    color: #242f4b;
    line-height: normal
}

.header__leave {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header__leave .btn-dark {
    width: 100%;
    max-width: 540px
}

.header__menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header__menu-bg img {
    position: absolute;
    width: 100%;
    object-fit: contain
}

.header__menu-bg img:first-child {
    max-height: 216px;
    height: 208px;
    position: absolute;
    top: 50%;
    left: -51%;
    transform: translateY(-50%)
}

.header__menu-bg img:last-child {
    max-height: 288px;
    height: 278px;
    bottom: 10%;
    right: -50%
}

.header.active .header__menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.header.active .header__toggle span:nth-child(1) {
    top: 4px;
    transform: rotate(45deg)
}

.header.active .header__toggle span:nth-child(2) {
    opacity: 0
}

.header.active .header__toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: -4px
}

@media (min-width: 1024px) {
    .header {
        padding: 18px 0
    }

    .header__toggle {
        display: none
    }

    .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header__logo {
        margin: 0;
        width: 222px;
        height: 54px
    }

    .header__logo img {
        height: 54px
    }

    .header__menu {
        height: max-content;
        min-height: 0;
        position: static;
        opacity: 1;
        visibility: visible;
        align-items: center;
        pointer-events: all;
        left: 0;
        width: max-content;
        background: transparent
    }

    .header__menu .header__logo {
        display: none
    }

    .header__menu .header__menu-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 0;
        height: auto
    }

    .header__menu .header__leave, .header__menu-bg {
        display: none
    }

    .header__list {
        flex-direction: row;
        gap: 60px
    }

    .header__item {
        font-size: 20px
    }
}

.hero {
    background: #b4c8fb;
    position: relative;
    padding-top: 20px;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-bg img {
    object-fit: contain
}

.hero-bg img:nth-child(1) {
    display: none
}

.hero-bg img:nth-child(2) {
    position: absolute;
    width: 212px;
    height: 212px;
    top: -40px;
    right: -30%
}

.hero-bg img:nth-child(3) {
    position: absolute;
    width: 261px;
    height: 261px;
    bottom: 20px;
    right: -34%
}

.hero__container {
    max-width: 1490px
}

.hero__content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.hero__text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px
}

.hero__text h2 {
    font-size: 37px;
    font-weight: 800;
    line-height: 36px
}

.hero__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.hero__img {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    height: 320px
}

.hero__img img {
    height: 357px;
    margin: 0 auto;
    transform: translateY(-37px)
}

@media (min-width: 1024px) {
    .hero {
        padding-top: 34px;
        height: 612px
    }

    .hero__content {
        flex-direction: row;
        gap: 40px;
        justify-content: space-between;
        align-items: flex-start
    }

    .hero__text {
        max-width: 644px
    }

    .hero__text h2 {
        margin-top: 33px;
        font-size: 55px;
        line-height: 60px
    }

    .hero__text p {
        max-width: 488px;
        font-size: 29px;
        line-height: 30px
    }

    .hero__img {
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 40%;
        transform: translate(-50%);
        height: 429px;
        width: 360px
    }

    .hero__img img {
        height: 429px;
        width: 360px;
        transform: translateY(0)
    }

    .hero-bg img:nth-child(1) {
        display: block;
        width: 380px;
        height: 380px;
        position: absolute;
        top: -160px;
        left: -160px
    }

    .hero-bg img:nth-child(2) {
        width: 380px;
        height: 380px;
        top: auto;
        bottom: 37px;
        right: -100px
    }

    .hero-bg img:nth-child(3) {
        width: 323px;
        height: 323px;
        bottom: -120px;
        left: 13%;
        right: auto
    }
}

.hero-form {
    position: relative;
    z-index: 2;
    width: calc(100% + 30px);
    transform: translate(-15px);
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 4px 50px #0000001a
}

.hero-form__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hero-form__title p {
    font-size: 19px
}

.hero-form__title b {
    font-size: 23px
}

.hero-form__range {
    margin-top: 10px
}

.hero-form__days {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
    gap: 9px;
    margin: 33px auto
}

.hero-form__days label {
    cursor: pointer;
    height: 47px;
    display: flex;
    padding: 10px;
    font-size: 18px;
    align-items: center;
    border: 2px solid #242F4B;
    border-radius: 100px;
    transition: all .3s ease;
    justify-content: center;
    width: 100%
}

.hero-form__days label input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none
}

.hero-form__days label:has(input:checked) {
    background: #c9ff88;
    color: #242f4b
}

.hero-form__days label:hover {
    background: #242f4b;
    color: #fff
}

.hero-form__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.hero-form__content p {
    font-size: 17px;
    text-align: center;
    white-space: nowrap
}

.hero-form__content p b {
    font-variant-numeric: tabular-nums
}

.hero-form__content .btn-light {
    max-width: 370px;
    height: 80px
}

@media (min-width: 375px) {
    .hero-form__content p br {
        display: none
    }
}

@media (min-width: 1024px) {
    .hero-form {
        max-width: 772px;
        width: 100%;
        border-radius: 10px;
        padding: 33px 20px
    }

    .hero-form__days {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 640px
    }

    .hero-form__days label {
        max-width: 135px
    }

    .hero-form__content .btn-light {
        margin-top: 13px
    }
}

.steps {
    padding: 50px 0;
    background: #b4c8fb;
}

.steps__content {
    margin: 50px 0;
    width: 100%;
    display: grid;
    grid-template-columns:1fr;
    gap: 24px
}

.steps__item {
    transition: .3s all ease;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 50px #0000001a;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 60px 10px 20px;
    height: 277px;
    justify-content: center
}

.steps__item span {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

.steps__item p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    max-width: 540px
}

.steps__item:has(.imgs) {
    gap: 6px
}

.steps__item .imgs {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between
}

.steps__item .imgs img {
    height: 43px;
    object-fit: contain
}

.steps__item .imgs img:first-child {
    height: 30px
}

.steps__item:hover {
    background: #c9ff88
}

.steps .btn-light {
    max-width: 460px;
    margin: 0 auto;
    height: 100px
}

@media (min-width: 768px) {
    .steps__content {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .steps {
        padding: 70px 0
    }
}

.why-us {
    overflow: hidden;
    padding: 37px 0 73px;
    position: relative
}

.why-us .img-top {
    position: absolute;
    z-index: 1;
    width: 135px;
    top: -60px;
    left: -80px;
    height: 100px
}

.why-us .img-top img {
    width: 135px;
    height: 100px
}

.why-us .img-bottom {
    position: absolute;
    z-index: 1;
    width: 228px;
    height: 169.44px;
    bottom: -110px;
    right: -80px
}

.why-us .img-bottom img {
    width: 100%;
    height: 100%
}

.why-us__container {
    position: relative;
    z-index: 2
}

.why-us__content {
    padding-top: 29px;
    display: grid;
    grid-template-columns:1fr;
    gap: 20px
}

.why-us__content .btn-light {
    grid-row: 3/4
}

.why-us__text {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.why-us__text h3 {
    font-size: 25px;
    text-align: start
}

.why-us__text p {
    font-size: 18px;
    font-style: normal;
    line-height: 30px
}

.why-us__list {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%
}

.why-us__item {
    width: 100%;
    height: 372px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 50px 9px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 50px #0000001a
}

.why-us__item .svg {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff3fe
}

.why-us__item .svg.green {
    background: #c9ff88
}

.why-us__item p {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

@media (min-width: 1024px) {
    .why-us {
        padding: 149px 0
    }

    .why-us__content {
        padding-top: 70px;
        grid-template-columns:minmax(200px, 450px) 1fr;
        column-gap: 140px
    }

    .why-us__list {
        grid-row: 1/4;
        grid-column: 2/3;
        align-items: flex-end
    }

    .why-us__text {
        grid-column: 1/2;
        grid-row: 1/3;
        gap: 30px
    }

    .why-us__text h3 {
        font-size: 40px;
        line-height: 60px
    }

    .why-us__text p {
        line-height: 39px
    }

    .why-us .btn-light {
        grid-row: 3/4;
        grid-column: 1/2
    }

    .why-us__item {
        width: 100%;
        flex-direction: row;
        padding: 30px 20px 20px;
        height: max-content;
        max-width: 752px;
        gap: 5px
    }

    .why-us .img-bottom {
        width: 380px;
        height: 380px;
        bottom: -180px;
        right: -100px
    }

    .why-us .img-bottom img {
        width: 380px;
        height: 380px
    }

    .why-us .img-top {
        top: -120px;
        left: -160px;
        width: 380px;
        height: 380px
    }

    .why-us .img-top img {
        width: 380px;
        height: 380px
    }
}

.faq {
    padding: 70px 0
}

.faq__content {
    margin-top: 50px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px
}

@media (min-width: 1024px) {
    .faq {
        padding: 70px 0 205px
    }
}

.faq-item {
    width: 100%;
    border-radius: 24px;
    border: 1px solid #242F4B;
    transition: .3s;
    background: #fff;
    box-shadow: 0 4px 50px #0000001a
}

.faq-item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 14px;
    transition: .3s;
    cursor: pointer
}

.faq-item .head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.faq-item .content {
    transition: .3s;
    padding: 0 14px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    color: #505050;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.faq-item .close {
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    transition: .3s
}

.faq-item .close span {
    transition: .3s
}

.faq-item .close span:nth-child(1) {
    position: absolute;
    width: 2px;
    height: 16px;
    background: #92db3a;
    top: 0;
    left: 11px
}

.faq-item .close span:nth-child(2) {
    position: absolute;
    width: 2px;
    height: 16px;
    background: #92db3a;
    top: 0;
    left: 11px;
    transform: rotate(90deg)
}

.faq-item.active {
    background: #b4c8fb
}

.faq-item.active .head {
    padding-bottom: 0
}

.faq-item.active .content {
    padding: 30px 14px;
    height: auto;
    visibility: visible
}

.faq-item.active .close {
    transform: rotate(180deg)
}

.faq-item.active .close span:nth-child(1) {
    opacity: 0
}

.faq-item.active .close span:nth-child(2) {
    background: #fff
}

@media (min-width: 1024px) {
    .faq-item .head {
        padding: 30px
    }

    .faq-item .content {
        padding: 0 30px
    }

    .faq-item.active .head {
        padding-bottom: 0
    }

    .faq-item.active .content {
        padding: 30px
    }
}

.footer {
    padding: 30px 0;
    color: #fff;
    background: #242f4b
}

.footer__top {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.footer__top ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer__top ul li a {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.footer__logo {
    width: 222px;
    height: 55px
}

.footer__logo img {
    width: 222px;
    height: 55px;
    object-fit: contain
}

.footer__bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.footer__bottom div {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.footer__bottom p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.footer__bottom p b {
    font-weight: 700;
    color: #b4c8fb
}

.footer__bottom p a {
    color: #b4c8fb;
    text-decoration: underline;
    font-weight: 700
}

@media (min-width: 1024px) {
    .footer {
        padding: 50px 0
    }

    .footer__logo, .footer__logo img {
        width: 312px;
        height: 77px
    }

    .footer__top {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__top ul {
        width: 100%;
        max-width: 697px;
        flex-direction: row;
        gap: 60px
    }

    .footer__top ul li {
        display: flex;
        gap: 60px;
        align-items: center
    }

    .footer__top ul li + li:before {
        content: "";
        display: block;
        width: 1px;
        height: 24px;
        background: #fff
    }

    .footer__bottom {
        margin-top: 53px;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px
    }

    .footer__bottom div:first-child {
        max-width: 698px
    }
}

.modal {
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #17183acc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.modal__wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 50px #0000001a;
    max-width: 1420px;
    width: 100%;
    position: relative;
    padding: 48px 14px
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    cursor: pointer
}

.modal__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center
}

.modal__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    align-items: center
}

.modal__text p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #242f4b
}

.modal__text p a, .modal__text p span {
    color: #242f4b;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600
}

.modal .btn-light {
    max-width: 370px;
    height: 80px
}

.modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

@media (min-width: 1024px) {
    .modal {
        padding: 20px 60px
    }

    .modal__wrapper {
        padding: 50px 60px
    }

    .modal__content {
        gap: 64px
    }

    .modal__text p {
        font-size: 25px;
        line-height: normal
    }
}

.form-section {
    padding: 20px 0;
    background: #b4c8fb;
    overflow: hidden;
    position: relative;
    min-height: calc(100dvh - 68px)
}

.form-section h1, .form-section h2 {
    text-align: center
}

.form-section .form {
    padding: 13px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 50px #0000001a;
    gap: 30px
}

.form-section .content, .form-section .list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.form-section .btn-light {
    max-width: 370px;
    margin: 0 auto;
    height: 80px
}

@media (min-width: 1024px) {
    .form-section {
        padding: 90px 0;
        min-height: calc(100dvh - 90px)
    }

    .form-section .form {
        padding: 50px 60px;
        gap: 40px
    }

    .form-section .content {
        gap: 33px;
        display: grid;
        grid-template-columns:1fr 1fr;
        max-width: 900px;
        margin: 0 auto
    }

    .form-section .list {
        gap: 33px
    }

    .form-section .input-item .checkbox label {
        display: flex;
        width: max-content
    }

    .form-section .input-item .checkbox label:before {
        top: 50%;
        transform: translateY(-50%)
    }

    .form-section .input-item .checkbox label:after {
        left: 8px;
        top: 42%;
        transform: translateY(-50%) rotate(45deg)
    }
}

.input-item {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.input-item input[type=text], .input-item input[type=date] {
    padding: 10px;
    font-size: 22px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    width: 100%;
    border: 1px solid #242F4B;
    border-radius: 3px
}

.input-item input[type=text]::placeholder, .input-item input[type=date]::placeholder {
    color: #00000080
}

.input-item span {
    color: red;
    display: none
}

.input-item .checkbox input {
    display: none
}

.input-item .checkbox label {
    padding-left: 30px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    color: #242f4b;
    margin: 0 auto
}

.input-item .checkbox label span {
    display: inline !important;
    margin-left: 2px;
    color: #242f4b;
    text-decoration: underline;
    cursor: pointer
}

.input-item .checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #B4C8FB;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: 0
}

.input-item .checkbox label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s all ease;
    z-index: 2
}

.input-item .checkbox input:checked + label:before {
    background: #b4c8fb;
    color: #fff
}

.input-item .checkbox input:checked + label:after {
    opacity: 1
}

.input-item.error input {
    border: 1px solid red
}

.input-item.error span {
    display: inline-block
}

.input-item:has(.otp-input) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #242F4B;
    border-radius: 3px
}

.input-item:has(.otp-input) input {
    width: 110px;
    border: 0px solid transparent
}

.checking {
    padding: 20px 0;
    background: #b4c8fb;
    overflow: hidden;
    min-height: calc(100dvh - 68px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.checking__container {
    position: relative;
    z-index: 2
}

.checking__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px
}

.checking__content .page-title {
    text-align: center
}

.checking__content .progress {
    max-width: 700px;
    margin: 44px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.checking__content .progress span {
    line-height: 70px;
    font-size: 70px;
    font-style: normal;
    font-weight: 700
}

.checking__content .progress-line {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    background: #e9e9e9
}

.checking__content .progress-fill {
    border-radius: 100px;
    background: #92db3a;
    height: 100%
}

.checking__content.refuse {
    gap: 30px;
    text-align: center
}

.checking__content.refuse .page-subtitle {
    font-size: 17px;
    font-style: normal;
    font-weight: 400
}

.checking__content.refuse .input-item {
    max-width: 432px;
    width: 100%
}

.checking__content.refuse .btn-light {
    max-width: 370px;
    margin: 0 auto;
    height: 80px
}

.checking__list {
    margin: 64px auto 0
}

.checking__list li {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.checking__list li svg {
    height: 40px;
    width: 40px
}

.checking__list li + li {
    margin-top: 15px
}

@media (min-width: 1024px) {
    .checking {
        padding: 90px 0;
        min-height: calc(100dvh - 90px)
    }

    .checking__content {
        padding: 70px 0
    }

    .checking__content.refuse {
        gap: 64px
    }

    .checking__content.refuse .page-subtitle {
        max-width: 690px;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }
}

@media (min-width: 1024px) {
    .success {
        width: 135px;
        height: 135px
    }
}

.href {
    color: #02d3ff;
    text-decoration: underline;
    font-size: 22px
}

.offer-hero {
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    background: #c9ff88
}

.offer-hero__container {
    position: relative;
    z-index: 2
}

.offer-hero .hero-bg img:nth-child(1) {
    display: none
}

.offer-hero .hero-bg img:nth-child(3) {
    display: none
}

.offer-hero__content, .offer-hero__text {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.offer-hero__text img {
    display: block;
    margin: 0 auto;
    width: 74px;
    height: 74px;
    object-fit: contain
}

.offer-hero__text div {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.offer-hero__text div .section-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px
}

.offer-hero__text div .section-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400
}

.offer-hero__time {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #242f4b;
    display: flex;
    flex-direction: column
}

.offer-hero__time span {
    display: block;
    margin: 0 auto;
    font-size: 23px;
    font-style: normal;
    font-weight: 800
}

.offer-hero__img {
    display: none
}

.offer-hero.v-2 {
    background: #b4c8fb
}

.offer-hero.v-2 .offer-hero__img, .offer-hero.v-2 .offer-hero__text img {
    display: none !important
}

@media (min-width: 1024px) {
    .offer-hero {
        padding: 0
    }

    .offer-hero .hero-bg img:nth-child(1) {
        display: block
    }

    .offer-hero .hero-bg img:nth-child(2) {
        display: none
    }

    .offer-hero .hero-bg img:nth-child(3) {
        display: block;
        left: 90%;
        bottom: -140px
    }

    .offer-hero__container {
        display: flex;
        justify-content: space-between
    }

    .offer-hero__content {
        padding: 56px 0;
        justify-content: center
    }

    .offer-hero__text {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .offer-hero__text img {
        width: 126px;
        height: 126px
    }

    .offer-hero__text .section-title {
        text-align: start;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        max-width: 740px
    }

    .offer-hero__text .section-subtitle {
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        max-width: 400px
    }

    .offer-hero__text div {
        gap: 5px
    }

    .offer-hero__time {
        flex-direction: row;
        width: max-content;
        padding: 20px
    }

    .offer-hero__time span {
        display: inline;
        margin: 0 0 0 4px
    }

    .offer-hero__img {
        display: block
    }
}

.offers {
    padding: 20px 0
}

.offers__content {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px
}

@media (min-width: 1024px) {
    .offers {
        padding: 50px 0
    }

    .offers__content {
        grid-template-columns:repeat(auto-fill, minmax(440px, 1fr))
    }
}

.offer-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.offer-item__head {
    padding: 20px 10px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px
}

.offer-item__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px
}

.offer-item__footer {
    background: #e0e9ff;
    padding: 10px;
    color: #606060;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.offer-item .logo img {
    width: 175px;
    height: 80px;
    object-fit: contain
}

.offer-item .raiting {
    display: flex;
    align-items: center;
    gap: 2px
}

.offer-item .raiting svg {
    width: 20px;
    height: 20px
}

.offer-item .grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 22px
}

.offer-item .grid-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 170px
}

.offer-item .grid-item span {
    color: #242f4b;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.offer-item .grid-item p {
    color: #242f4b;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

.offer-item .btn-dark {
    height: 80px;
    width: 100%;
    color: #c9ff88
}

.offer-item .btn-dark:hover {
    color: #000
}

@media (min-width: 1024px) {
    .offer-item__head {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }
}

.creditor-item {
    display: flex;
    flex-direction: column
}

.creditor-item span, .creditor-item p {
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px
}

.creditor-item span {
    color: #242f4b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px
}

.creditor-item p {
    color: #606060;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}

.creditor-item p + p {
    border-top: 1px solid #DBDBDB
}

.checkbox label p {
    max-width: 800px;
}