.cta {
    position: relative
}

.cta__line {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 10.6%
}

.cta__line--desktop {
    display: none
}

@media (min-width: 1800px) {
    .cta__line {
        left: 10.1%
    }

    .cta__line--desktop {
        display: block
    }
}

.cta__line--laptop {
    display: none
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .cta__line--laptop {
        display: block
    }
}

.cta__wrapper {
    padding: 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

@media (min-width: 1200px) {
    .cta__wrapper {
        border-radius: 12px;
        padding: 26.5px 142px;
        min-height: 527px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1800px) {
    .cta__wrapper {
        padding: 40px 183px
    }
}

.cta__bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.cta__content {
    padding: 24px;
    border-radius: 8px;
    background-color: var(--white);
    width: 100%;
    max-width: 508px;
    position: relative;
    z-index: 1
}

.cta__head {
    text-align: center
}

@media (min-width: 760px) {
    .cta__head {
        text-align: left
    }
}

.cta__head--left {
    text-align: left
}

.cta__title .text-bg-sm {
    padding: 0 18px;
    margin: 0;
    display: inline-block
}

.cta__description {
    color: var(--gray);
    margin-top: 4px
}

@media (min-width: 1200px) {
    .cta__content {
        padding: 32px;
        border-radius: 12px;
        max-width: 648px
    }

    .cta__title .text-bg-sm {
        padding: 0 26px
    }

    .cta__description {
        margin-top: 8px
    }
}

.cta__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px
}

@media (min-width: 1200px) {
    .cta__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 24px;
        gap: 16px
    }
}

@media (min-width: 1800px) {
    .cta__content {
        padding: 40px;
        max-width: 880px
    }

    .cta__btns {
        margin-top: 32px
    }
}

.cta__btn {
    padding: 11px 15px
}

.cta__form-wrapper {
    margin-top: 16px
}

.cta__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.cta__form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 1200px) {
    .cta__btn {
        padding: 11px 31px
    }

    .cta__form-wrapper {
        margin-top: 20px
    }

    .cta__form-items {
        gap: 16px 24px
    }

    .cta__form-item--half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px)
    }
}

@media (min-width: 1800px) {
    .cta__btn {
        padding: 15px 31px
    }

    .cta__form-wrapper {
        margin-top: 24px
    }

    .cta__form-items {
        gap: 16px 32px
    }

    .cta__form-item--half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px)
    }
}

.cta__form-agree {
    margin-top: 8px
}

.cta__form-submit {
    padding: 11px 15px
}

.cta__form-submit-wrapper {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .cta__form-agree {
        margin-top: 16px
    }

    .cta__form-submit {
        padding: 11px 31px
    }

    .cta__form-submit-wrapper {
        margin-top: 24px
    }
}

@media (min-width: 1800px) {
    .cta__form-submit {
        padding: 15px 31px
    }

    .cta__form-submit-wrapper {
        margin-top: 32px
    }
}
