.page-intro.x-2024 {
    display: block;
    padding: 60px 0;
}

.page-intro.x-2024 .page-intro__text-content {
    padding: 0;
}

.page-intro.x-2024 .page-intro__img {
    background-position: center;
    background-size: cover;
}

.page-intro.x-2024 h1 {
    max-width: 100%;
    font-family: Pragmatica, sans-serif;
    font-size: 70px !important;
    line-height: .95;
}

#fp-welcome-form {
    margin: 60px 0;
    position: relative;
    background-color: rgba(115, 175, 240, 1);
    border-radius: 5px;
    padding: 20px;
    width: 534px;
    overflow: hidden;
    box-sizing: border-box;
}

.fp-form-bg {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 87px;
    height: 87px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/kommersant/assets_2/form-logo.png');
}

.fp-form-policy a {
    color: inherit;
}

.fp-form-title {
    font-family: Pragmatica, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    width: 90%;
}

.fp-form-fields {
    position: relative;
    margin-bottom: 10px;
}

#fp-name {
    width: 24%;
}

.fp-form-fields.x-disabled {
    opacity: 0.6;
}

#fp-email {
    width: 37%;
}

.fp-form-fields input {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 10px 10px 9px;
    margin-right: 1.8%;
    outline: none;
    border: none;
}

.fp-form-fields button {
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 0 9px;
    width: 34%;
    background-color: rgba(230, 240, 245, 1);
    cursor: pointer;
    box-sizing: border-box;
}

.fp-form-policy {
    line-height: 11px;
    font-size: 12px;
}

.fp-form-policy > *:last-child {
    margin-bottom: 0;
}

.fp-form-policy {
    line-height: 1;
    font-size: 12px;
}

.fp-form-policy > *:last-child {
    margin-bottom: 0;
}

.page-intro.x-2024 .page-intro__tags.tags {
    max-width: 500px;
}

.fp-watermark {
    position: absolute;
    bottom: -3px;
    right: 4px;
    color: white;
    font-size: 8px;
    z-index: 1;
    opacity: .2;
}

@media (640px <= width < 1040px) {

    .page-intro.x-2024 .page-intro__title {
        font-size: 52px !important;
    }
}

@media (width <= 640px) {

    .page-intro.x-2024 {
        min-height: 0;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .page-intro.x-2024 .page-intro__title {
        font-size: 32px !important;
    }

    #fp-welcome-form {
        width: 100%;
        margin: 40px 0;
    }

    .fp-form-fields {
        display: flex;
        flex-direction: column;
    }

    .fp-form-bg {
        width: 120px;
        height: 120px;
        right: -17px;
        top: -17px;
    }

    #fp-name,
    #fp-email,
    #fp-welcome-form button {
        width: 100%;
        margin-right: 0;
    }

    #fp-name {
        margin-bottom: 10px;
    }

    #fp-email {
        margin-bottom: 20px;
    }

    .fp-form-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .page-intro.x-2024 .page-intro__img.x-block-with-form {
        height: calc(100% - 192px);
    }

    .page-intro.x-2024 .page-intro__tags.tags {
        max-width: 100%;
        padding-left: 5px;
    }

    .page-intro.x-2024 .tag--more-2 .tag::after {
        border: 1px solid black;
    }

    .page-intro.x-2024 .tag {
        font-size: 14px;
        padding: 8px 12px 7px;
    }

    .page-intro.x-2024 .tags__item {
        margin-bottom: 8px;
        margin-left: 7px;
    }
}
