.cta {
    padding: 12px 0 0;
    position: relative
}

.cta__circle {
    position: absolute;
    top: calc(100% - 487px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1000px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(208, 3, 21, .3) 0, rgba(8, 8, 8, .3)) 100%;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    pointer-events: none;
    width: 100%;
    max-width: 974px;
    aspect-ratio: 1/1;
    display: none
}

@media (min-width: 1200px) {
    .cta {
        padding: 70px 0
    }

    .cta__circle {
        display: block
    }
}

.cta > .container {
    position: relative;
    z-index: 1
}

.cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 760px) {
    .cta__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cta__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 813px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cta__title {
    line-height: 1.583;
    color: var(--white)
}

@media (min-width: 1200px) {
    .cta__title {
        line-height: .904
    }
}

.cta__description {
    color: var(--white)
}

@media (max-width: 759.98px) {
    .cta__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .cta__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.cta__btn {
    max-width: 224px
}

.cta__btn-wrapper {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 760px) {
    .cta__btn {
        max-width: 340px
    }

    .cta__btn-wrapper {
        margin-top: 60px;
        display: block
    }
}

@media (max-width: 759.98px) {
    .cta__btn-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.cta__phone {
    margin-top: 20px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: max-content;
    color: var(--primary)
}

@media (min-width: 760px) {
    .cta__phone {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 759.98px) {
    .cta__phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.cta__phone-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cta__phone-icon .icon {
    width: 22px;
    height: 22px
}

@media (min-width: 760px) {
    .cta__phone-icon .icon {
        width: 56px;
        height: 56px
    }
}

.cta__phone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cta__phone-label {
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: 2.125;
    color: var(--white)
}

@media (min-width: 1200px) {
    .cta__phone-label {
        font-size: var(--text-size-24);
        line-height: 1.41
    }
}

.cta__phone-link {
    font-size: var(--text-size-20);
    font-weight: var(--fw-normal);
    line-height: var(--lh-default)
}

@media (min-width: 1200px) {
    .cta__phone-link {
        font-size: var(--text-size-24);
        line-height: 1.41
    }
}

.cta__map-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 718px
}
