.selection_section {
    padding: 60px 0;
}

.selection-form {
    display: block;
}

.selection-form__header {
    display: block;
    margin: 0 0 21px;
}

@media only screen and (min-width: 992px) {
    .selection-form__header {
        margin: 0 0 27px;
    }
}

.selection-form__header:last-child {
    margin-bottom: 0;
}

.selection-form__title {
    display: block;
    margin: 0;
    font-size: 32px;
}

.selection-form__controls {
    display: none;
}

@media only screen and (min-width: 992px) {
    .selection-form__controls {
        display: block;
        margin: 0 0 29px;
    }

    .selection-form__controls:last-child {
        margin-bottom: 0;
    }
}

.selection-form__panels {
    margin: 0 0 32px;
}

.selection-form__panels:last-child {
    margin-bottom: 0;
}

.selection-form__panel {
    margin: 0 0 12px;
}

.selection-form__panel:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .selection-form__panel_state_active:not(:last-child) {
        margin-bottom: 16px;
    }

    .selection-form__panel .selection-panel__content {
        display: none;
    }

    .selection-form__panel_state_active .selection-panel__content {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .selection-form__panel {
        display: none;
        margin: 0;
    }

    .selection-form__panel_state_active {
        display: block;
    }
}

.selection-form__description {
    display: block;
    margin: 0 0 24px;
}

.selection-form__description:last-child {
    margin-bottom: 0;
}

.radio-group {
    display: block;
}

.radio-group__wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.radio-group__item {
    display: block;
    flex: 0 1 auto;
    margin: 0 24px 0 0;
}

.radio-group__item:last-child {
    margin-right: 0;
}

.radio-group__control {
    position: relative;
    display: block;
    cursor: pointer;
}

.radio-group__input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1px;
    margin: -1px 0 0 -1px;
    opacity: .001;
}

.radio-group__input:checked + .radio-group__label {
    color: #ca4038;
    font-weight: 700;
}

.radio-group__label {
    display: block;
    color: #bab9b9;
    color: var(--gray_bg_black);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .3s ease;
}

@media only screen and (min-width: 1100px) {
    .radio-group__label {
        font-size: 16px;
    }
}

.selection-panel {
    position: relative;
    border: 1px solid #ececec;
    border-color: var(--stroke_black)
}

@media only screen and (min-width: 992px) {
    .selection-panel {
        padding: 24px 28px 33px;
    }
}

.selection-panel__header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    min-height: 88px;
    padding: 15px 90px 15px 15px;
}

@media only screen and (min-width: 992px) {
    .selection-panel__header {
        position: static;
        display: block;
        min-height: auto;
        margin: 0 0 27px;
        padding: 0;
    }

    .selection-panel__header:last-child {
        margin-bottom: 0;
    }
}

.selection-panel__heading {
    z-index: 1;
    display: block;
    margin: 0;
}

.selection-panel__heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .selection-panel__heading:before {
        display: none;
    }
}

.selection-panel__label {
    display: block;
    font-size: 20px;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .selection-panel__label {
        font-size: 24px;
    }
}

.selection-panel__label_type_desktop {
    display: none;
}

@media only screen and (min-width: 992px) {
    .selection-panel__label_type_desktop {
        display: block;
    }

    .selection-panel__label_type_mobile {
        display: none;
    }
}

.selection-panel__content {
    padding: 13px 9px 23px;
    background: #f8f8f8;
    background: var(--light_bg_black);
    border-top: 1px solid #ececec;
    border-color: var(--stroke_black);
}

@media only screen and (min-width: 992px) {
    .selection-panel__content {
        max-width: 61%;
        padding: 0;
        background: transparent;
        border: none;
    }
}

@media only screen and (min-width: 1200px) {
    .selection-panel__content {
        max-width: 66%;
    }
}

.selection-panel__inputs {
    display: block;
    margin: 0 0 20px;
}

.selection-panel__inputs:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .selection-panel__inputs {
        display: flex;
        flex-wrap: wrap;
        margin: -10px -10px 22px;
    }

    .selection-panel__inputs:last-child {
        margin-bottom: -10px;
    }
}

.selection-panel__field {
    display: block;
    margin: 0 0 12px;
}

.selection-panel__field:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .selection-panel__field {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 10px;
    }
}

.selection-panel__controls {
    display: block;
    margin: 0 0 20px;
}

.selection-panel__controls:last-child {
    margin-bottom: 0;
}

.selection-panel__control {
    display: block;
    margin: 0 0 12px;
}

@media only screen and (min-width: 768px) {
    .selection-panel__control {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 0;
        min-width: 181px;
    }
}

.selection-panel__control:last-child {
    margin: 0;
}

.selection-panel__illustration {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 88px;
}

@media only screen and (min-width: 992px) {
    .selection-panel__illustration {
        height: auto;
        max-height: 100%;
    }
}

.selection-panel__image {
    display: block;
    max-height: 100%;
}

.custom-select {
    position: relative;
    display: block;
}

.custom-select__field {
    position: relative;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    height: 44px;
    padding: 7px 38px 6px 11px;
    color: #333;
    color: var(--white_text_black);
    font-size: 14px;
    text-align: left;
    line-height: 1;
    background: #fff;
    background: var(--black_bg_black);
    border: 1px solid #ccc;
    border-color: var(--gray_bg_black);
    outline: none;
    transition: border-color .3s ease;
}

@media only screen and (min-width: 992px) {
    .custom-select__trigger {
        padding: 7px 58px 7px 19px;
    }
}

.custom-select__trigger-label {
    display: block;
    flex: 0 1 auto;
}

.custom-select__trigger:hover,
.custom-select_state_open .custom-select__trigger {
    border-color: #CA4038;
}

.custom-select_state_open .custom-select__trigger:after {
    transform: translate(50%, -25%) rotate(-135deg);
}

.custom-select_state_open .custom-select__options {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.custom-select__trigger:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    z-index: 1;
    display: block;
    width: 7px;
    height: 7px;
    color: #555;
    color: var(--basic_text_black);
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translate(50%, -75%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
    .custom-select__trigger:after {
        right: 29px;
    }
}

.custom-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: block;
    visibility: hidden;
    overflow: hidden auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-width: 200px;
    max-height: 223px;
    padding: 15px;
    pointer-events: none;
    background: #fff;
    background: var(--black_bg_black);
    border: 1px solid #ccc;
    border-top: none;
    border-color: var(--gray_bg_black);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
}

.custom-select__list {
    display: block;
}

.custom-select__item {
    margin: 0 0 12px;
}

.custom-select__item:last-child {
    margin-bottom: 0;
}

.custom-select__check {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}

.custom-select__input {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 1px;
    height: 1px;
    margin: -1px 0 0 -1px;
    opacity: .001;
}

.custom-select__input:checked + .custom-select__label:before {
    border-color: #CA4038;
}

.custom-select__input:checked + .custom-select__label:after {
    opacity: 1;
}

.custom-select__label {
    position: relative;
    display: block;
    margin: 0;
    padding: 1px 0 1px 28px;
    font-size: 14px;
    line-height: 18px;
}

.custom-select__label:hover:before {
    border-color: #CA4038;
}

.custom-select__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-color: var(--gray_bg_black);
    transition: border-color .3s ease;
}

.custom-select__label:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 5px;
    height: 10px;
    color: #CA4038;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    opacity: 0;
    transform: translate(-3px, -60%) rotate(45deg);
    transition: opacity .3s ease;
}

.btn.btn-default.btn-alt {
    width: 100%;
    padding: 10px 19px 9px;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    background-color: #CA4038;
    border-color: #CA4038;
}

.btn.btn-alt.disabled,
.btn.btn-alt[disabled] {
    color: #fff !important;
    background-color: #CA4038 !important;
    border-color: #CA4038 !important;
    opacity: .6;
}

.custom-select__item_disabled,
.custom-select__trigger:disabled {
    opacity: 0.6;
}

.custom-select__search {
    margin: 0 0 16px;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
}

.selection-form[v-cloak] {
    visibility: hidden;
}