.page-thanks .main-home {
    padding: 0;
}

.thank-you {
    padding: 190px 0 268px;
    background: var(--color);
    position: relative;
}

.thank-you:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -70px;
    background: url(../img/bg-figures.png) no-repeat center top;
    background-size: cover;
}

.page-404 .thank-you:after {
    top: -250px;
    background: url(../img/bg-figures-2.png) no-repeat center top;
    background-size: cover;
}

.thank-you .alert {
    width: 527px;
    border-radius: 16px;
    background: #fff;
    padding: 40px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.thank-you .alert h2.title {
    margin-bottom: 8px;
}

.thank-you .alert .btn {
    margin-top: 24px;
}

@media (max-width: 550px) {
    .thank-you {
        padding: 83px 0 83px;
    }

    .thank-you .alert {
        width: 327px;
        padding: 24px;
    }

    .thank-you:after {
        display: none;
    }

    .thank-you .alert h2.title {
        font-size: 22px;
    }

    .thank-you .alert .btn {
        font-size: 14px;

    }
}