@media (max-width: 1024px) {
    .is_adaptive .b-mail-voting__title {
        line-height: 30px;
        font-size: 24px;
    }

    .is_adaptive .b-mail-voting__content {
        flex: none;
        margin-left: 36px;
    }

    .is_adaptive .b-mail-voting__image-wrap {
        flex: none;
        order: 1;
    }

    .is_adaptive .b-mail-voting__body {
        display: flex;
        flex-direction: column;
    }

    .is_adaptive .b-mail-voting__message-text {
        margin: auto;
    }

    .is_adaptive .b-mail-voting__image {
        width: 315px;
        height: 221px;
    }
}

.b-mail-voting {
    padding: 0 36px;
    font-family: Arial;
    overflow: hidden;
    background: #FFFFFF;
    box-sizing: border-box;
    min-height: 100%;
}

.b-mail-voting__logo {
    margin: 24px 0 0 12px;
    width: 98px;
    height: 48px;
    background-image: url(svg/b-parking__logo.svg);
    background-position: center left;
    background-repeat: no-repeat;
}

.b-mail-voting__body {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 86px;
    padding-bottom: 168px;
}

.b-mail-voting__content {
    order: 3;
}

.l-align_center {
    text-align: center;
}

.b-mail-voting__icon-ok {
    display: block;
    margin: 24px auto 18px;
    width: 96px;
    height: 96px;
    background-size: cover;
    background-image: url(svg/b-mail-voting__icon-ok.svg);
}

.b-mail-voting__title {
    margin: 0;
    line-height: 42px;
    font-size: 32px;
    color: #364364;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.b-mail-voting__text {
    margin: 12px 0 24px;
    max-width: 584px;
    font-size: 24px;
    line-height: 30px;
    color: #9399AA;
}

.b-mail-voting__button {
    padding-top: 12px;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    color: #667695;
    background: #F2F4F9;
}

.b-button_size_medium {
    padding: 0 24px;
    height: 48px;
}

.b-button {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, FreeSans, sans-serif;
    text-align: center;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    transition: 220ms ease-in-out;
}

.b-mail-voting__message-text {
    color: #667695;
    margin: 12px 0 24px;
    max-width: 584px;
    font-size: 15px;
    line-height: 24px;
}

form {
    display: block;
    margin-top: 0em;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font: 400 11px system-ui;
}

.b-button_text-size_normal {
    font-size: 15px;
}

.b-button_color_primary {
    background-color: #00C084;
}

.b-button_size_medium {
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
}

input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="hidden" i] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: white;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-rtl-ordering: logical;
    margin: 0em;
    font: 400 11px system-ui;
}

.b-mail-voting__image-wrap {
    margin: 0 0;
}

.b-mail-voting__image {
    display: block;
    margin: 0 auto;
    width: 486px;
    height: 340px;
    background-size: cover;
    background-image: url(svg/b-mail-voting__image.svg);
}

.b-mail-voting__form-button {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    order: 1;
}
