h1 {
    font-size: 35px;
    line-height: 40px;
}

#application-block .region-application #block-anketa {
    position: relative;
    flex: 0 0 48.7%;
}
#application-block .region-application #block-anketa::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 100%;
    background: #2c92be;
}
@media (min-width: 576px) {
    #application-block .region-application #block-anketa::after {
        display: none;
    }
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form {
    position: relative;
    z-index: 1;
    padding: 30px 5px 30px 5px;
    background: #2c92be;
}
@media (min-width: 576px) {
    form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form {
        padding: 63px 37px 63px 38px;
    }
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form div[data-drupal-messages] {
    display: none !important;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form strong.error {
    display: none !important;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item {
    margin: 0;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item .form-item--error-message {
    display: none !important;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item input.error {
    box-shadow: 0px 0px 7px 0px red;
    border: 2px solid red;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-vashe-imya,
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-summa-k-oplate {
    margin-bottom: 8px;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-vashe-imya input,
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-summa-k-oplate input {
    padding: 13px 15px 11px 19px;
    font-weight: 400;
    font-size: 16px;
    color: #9f9f9f;
    height: auto;
    border-radius: 0;
    border: 2px solid transparent;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-vashe-imya input::placeholder,
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-summa-k-oplate input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #9f9f9f;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-actions {
    margin: 28px 0 8px 0;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-actions input {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 14.5px;
    text-align: center;
    background: #12485f;
    border-radius: 0;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-actions input:hover {
    background: #11719a;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie {
    position: relative;
    display: flex;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie input:checked + .description::before {
    background-image: url("/sites/all/themes/vesta_theme/image/checked.png");
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie input + .description {
    position: relative;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie input.error + .description::after {
    content: "";
    position: absolute;
    top: 32%;
    left: -4px;
    transform: translate(0, -50%);
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: 0px 1px 0px 0px red;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie .description {
    display: flex;
    gap: 8px;
    margin-left: 0px;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie .description::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: white;
    background-size: contain;
}
form#webform-submission-oplata-chlenskih-vznosov-node-823-add-form .form-item-soglasie .description a {
    text-decoration: underline;
    color: inherit;
}