.lp-anchor {
    background-color: #15191F;
    color: white;
    border-radius: 2rem;
    padding: 1.79rem 2.14rem 21.43rem;
    position: relative;
    user-select: none;
}

@media only screen and (min-width: 600px) {
    .lp-anchor {
        padding: 3.93rem 4.29rem 4.29rem;
    }
}

@media only screen and (min-width: 992px) {
    .lp-anchor {
        padding: 5rem 5.71rem 5.71rem;
    }
}

.lp-anchor__content {
    position: relative;
    z-index: 10;
}

.lp-anchor__title {
    font: 600 2.29rem/1.2 var(--font);
    margin-bottom: 1.43rem;
    letter-spacing: -0.01em;
}

@media only screen and (min-width: 1200px) {
    .lp-anchor__title {
        font-size: 3.14rem;
    }
}

.lp-anchor__text {
    font: 500 1.29rem/1.3 var(--font);
    color: #BFC4CD;
}

.lp-anchor__form {
    color: var(--color-font);
    display: flex;
    flex-direction: column;
    gap: 1.43rem;
    margin: 2.14rem 0;
}

.lp-anchor__politica-and-rules {
    max-width: 600px;
}

@media only screen and (min-width: 600px) {
    .lp-anchor__form {
        flex-direction: row;
        gap: 2rem;
        margin: 2.5rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-anchor__input {
        min-width: 22.86rem;
    }
}

.lp-anchor__privacy {
    font: 0.93rem/1.4 var(--font);
    color: rgba(255, 255, 255, 0.6);
}

.lp-anchor::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/images/bg_anchor_person.png) center no-repeat;
    background-size: cover;
    height: 21.43rem;
}

@media only screen and (min-width: 600px) {
    .lp-anchor::after {
        display: none;
        background-position: left center;
        top: 0;
        left: 35%;
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    .lp-anchor::after {
        display: block;
    }
}
