@font-face {
    font-family: "Formular";
    src: url("Formular.eot");
    src:
        local("Formular"),
        url("/fonts/Formular.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Formular.woff2") format("woff2"),
        url("/fonts/Formular.woff") format("woff"),
        url("/fonts/Formular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Formular";
    src: url("Formular-Medium.eot");
    src:
        local("Formular Medium"),
        local("Formular-Medium"),
        url("/fonts/Formular-Medium.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Formular-Medium.woff2") format("woff2"),
        url("/fonts/Formular-Medium.woff") format("woff"),
        url("/fonts/Formular-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Formular";
    src: url("Formular-BoldItalic.eot");
    src:
        local("Formular Bold Italic"),
        local("Formular-BoldItalic"),
        url("Formular-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("Formular-BoldItalic.woff2") format("woff2"),
        url("Formular-BoldItalic.woff") format("woff"),
        url("Formular-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Formular";
    src: url("Formular-Bold.eot");
    src:
        local("Formular Bold"),
        local("Formular-Bold"),
        url("/fonts/Formular-Bold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Formular-Bold.woff2") format("woff2"),
        url("/fonts/Formular-Bold.woff") format("woff"),
        url("/fonts/Formular-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* -webkit-transform: rotate(0deg); */
.defaultDisplayNone > :parent {
    display: none;
}

.select {
    position: relative;
}

.select_selected_span {
    color: #2c2f35;
}

.select_selected_span.unselected {
    color: #a8abb3;
}

.select__item {
    position: relative;
}

.select__title {
    background-color: white;
    cursor: pointer;
    width: 180px;
}
.select__title:hover {
    background-color: white;
}

.select__value {
    display: flex;
    height: 32px;
    width: 100%;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
    padding: 0px 12px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;

    font-size: 16px;
    line-height: 16px;
    color: #a8abb3;
}
.select__value:hover {
    background: #f2f2f2;
}

.select__value span {
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value::before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 9px;
    height: 6px;
    margin-right: 0px;
    background: url("images/svg/vec.svg") center/100% no-repeat;
}

.select__options {
    margin-top: 4px;
    color: #2c2f35;
    display: none;
    position: absolute;
    top: 30px;
    min-width: 100%;
    left: 0;
    background-color: white;
    border-top: 0;
    border-top: 0;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #ffffff;
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
    height: 292px;
    overflow-y: scroll;
}

.select__option {
    cursor: pointer;
    padding: 0px 12px;
    margin: 0px 0px 0px 0px;
}
.select__option:hover {
    background: #f2f2f2;
}

.select._active {
    z-index: 5;
}

.select._active .select__value::before {
    transform: rotate(-180deg);
}

.select._active.select__options {
    display: block;
}

.pcl-a {
    padding-top: 0px;
    margin: 7px 0px 7px 0px;
}
.cover-row {
    padding-top: 8px;
    padding-bottom: 8px;
}
.a_select_container {
    padding-top: 8px;
    padding-bottom: 8px;
}
.a_input_container {
    /* padding-top: 8px; */
    padding-bottom: 4px;
}
.a_col_title {
    margin-top: 16px;
    margin-bottom: 4px;
}
.a_col_hint {
    margin-top: -4;
}

#s4_22_07 {
    margin-right: 300px;
}
#s4_22_08 {
    margin-right: 300px;
}
#s4_22_09 {
    margin-right: 300px;
}

.casePowerBox {
    display: none;
}

@media (max-width: 759px) {
    .select {
        position: relative;
    }
    .select_selected_span {
        color: #2c2f35;
    }
    .select_selected_span.unselected {
        color: #a8abb3;
    }
    .select__item {
        position: relative;
    }
    .select__title {
        background-color: white;
        cursor: pointer;
        width: 100%;
    }
    .select__title:hover {
        background-color: white;
    }
    .select__value {
        display: flex;
        height: 56px;
        width: 100%;
        border: 1px solid #4f4f4f;
        border-radius: 5px;
        padding: 0px 12px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;

        font-size: 16px;
        line-height: 16px;
        color: #a8abb3;
    }
    .select__value:hover {
        background: #f2f2f2;
    }
    .select__value span {
        height: 1em;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .select__value::before {
        content: "";
        display: inline-block;
        transition: all 0.3s ease 0s;
        width: 9px;
        height: 6px;
        margin-right: 0px;
        background: url("images/svg/vec.svg") center/100% no-repeat;
    }
    .select__options {
        margin-top: 4px;
        color: #2c2f35;
        display: none;
        position: absolute;
        top: 30px;
        min-width: 100%;
        left: 0;
        background-color: white;
        border-top: 0;
        border-top: 0;
        font-size: 16px;
        padding: 0px 0px 5px 0px;
        border: 1px solid #ffffff;
        filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
        border-radius: 4px;
        height: 292px;
        overflow-y: scroll;
    }
    .select__option {
        cursor: pointer;
        padding: 4px 12px 4px 12px;
        margin: 0px 0px 0px 0px;
    }
    .select__option:hover {
        background: #f2f2f2;
    }
    .select._active {
        z-index: 5;
    }
    .select._active .select__value::before {
        transform: rotate(-180deg);
    }
    .select._active.select__options {
        display: block;
    }
}
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: white;
    margin: 0;
}

div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

div::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

div::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.1);
}

.step_event input[type="text"] {
    padding-left: 12px;
    border-radius: 5px;
    border-width: 1px;
    border: 1px solid #4f4f4f;
}
.step_event input[type="text"]:focus {
    border: 1px solid #727483;
}

.select {
    margin-bottom: 8px;
}

label {
    font-size: 16px;
    line-height: 22px;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

textarea:focus {
    outline: none !important;
    border: 1px solid #727483;
}

.closed .step_event {
    display: none;
}
.closed .step_event_unflex {
    display: none;
}
.closed .step_next {
    display: none;
}
.closed .step_title {
    color: #bdbdbd;
    margin-bottom: 32px;
    cursor: pointer;
}
.selected .step_title {
    margin-bottom: 8px;
}
.step_event.flex-direction-column {
    margin-top: -24px;
}

.main {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}

.padding-big {
    padding: 24px;
}

.gtitle_box {
    flex: 0 0 1240px;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
}

.gtitle_subbox {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    margin-top: 32px;
}

.gt_right {
    display: flex;
    flex: 0 0 auto;
    width: 380px;
    height: 56px;
    background: rgba(45, 156, 219, 0.1);
    border-radius: 8px;
    color: #2d9cdb;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gt_right img {
    margin-right: 8px;
}
.gt_right:hover {
    background: rgba(45, 156, 219, 0.15);
}
.gt_right:active {
    background: rgba(45, 156, 219, 0.2);
}

.lrow {
    display: flex;
    width: 900px;
    background: white;
    border-radius: 10px;
}

.progress_line {
    width: 2px;
    height: 790px;
    background: #e0e0e0;
    margin: 40px;
    margin-top: 45px;
}

.progress_line_loading {
    position: absolute;
    width: 2px;
    height: 20px;
    margin: 40px;
    margin-top: 45px;
    background: black;
    transition: 0.5s;
}

.progress_ball {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #e0e0e0;
    border-radius: 9px;
    margin-left: -69px;
    margin-top: 5px;
}
.progress_ball.selected {
    border: 1px solid black;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: white;
}
.progress_ball.completed {
    background-image: url("images/svg/galochka.svg");
    background-position: center;
}

.steps_block {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.s8_cols {
    width: 100%;
}

.steps_block input[type="text"] {
    width: 180px;
    height: 32px;
}

.step1 {
    transition: 0.5s;
}

.step_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 44px;
}
.step_title.end {
    margin-bottom: 0px;
}

.step_title3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}
.step_title3.end {
    margin-bottom: 0px;
}

.step_subtitle {
    margin-bottom: 32px;
    width: 100%;
    display: none;
}

.step_event {
    display: flex;
    flex-wrap: wrap;
}

.step_event_unflex {
    line-height: 10px;
}
.flex-direction-column {
    flex-direction: column;
}

.cover-row {
    width: 390px;
    justify-content: space-between;
}

.cover.radiobuttons {
    line-height: 10px;
}

.s1 {
    width: 182px;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    border: 1px solid transparent;
}
.s1.selected {
    border: 1px solid #333333;
}

.s6 {
    width: 182px;
    margin-right: 24px;
    margin-top: 12px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    border: 1px solid transparent;
}
.s6.selected {
    border: 1px solid #333333;
}

.s1_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.s1_img_img {
    max-width: 100%;
    max-height: 90px;
}

.s1_names {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 8px 16px 16px;
}

.step_next {
    display: flex;
    margin-top: 32px;
    margin-bottom: 40px;
}

.selector_first {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    background: white;
    border: 1px solid #e0e0e0;
    margin-left: 160px;
    margin-top: 6px;
}
.selector_first.selected {
    border: 1px solid black;
}
.selector_first.selected .inselector_first {
    background: black;
}

.inselector_first {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    margin-left: 2px;
    margin-top: 2px;
}

.step2 .cont_layer {
    opacity: 0;
}

.step3 .cont_layer {
    opacity: 0;
}

.s3 {
    width: 182px;
    height: 182px;
    margin-right: 24px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.s3.selected {
    border: 1px solid #333333;
}
.cfg_box {
    width: 182px;
    min-height: 182px;
    margin-right: 24px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.cfg_box.selected {
    border: 1px solid #333333;
}
.cfg_box_free {
    width: 182px;
    min-height: 182px;
    margin-right: 24px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.cfg_box_free.selected {
    border: 1px solid #333333;
}

.step4 .cont_layer {
    opacity: 0;
}

.s4_col1 {
    display: flex;
    width: 430px;
    flex-wrap: wrap;
}

.s4_colpict {
    position: absolute;
    margin-left: 430px;
}

.s4_col_title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
    order: 1;
}

.coltx {
    margin-top: 24px;
}

.coltx8 {
    margin-top: 16px;
}

.s4_col_input.error {
    border: 1px solid red;
}

.input_sub {
    font-size: 14px;
    line-height: 130%;
    color: #828282;
    margin-top: 4px;
}

.input_sub2 {
    font-size: 10px;
    color: #828282;
}

.s4_col1_right {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
}

.s4_col1_width {
    order: 2;
}

.s4_col2 {
    width: 600px;
    margin-top: 8px;
}

.s4_col22 {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.s4_col_right {
    margin-left: 32px;
}

.s4_radio {
    margin-left: 32px;
    margin-top: -4px;
}

.s4_radio_left {
    margin-left: 0px;
    margin-bottom: 0px;
}

.s4ccr {
    margin-left: 32px;
}

.s4_getinfo {
    display: flex;
    background: rgba(85, 81, 255, 0.05);
    border: 2px solid #5551ff;
    border-radius: 8px;
    padding: 16px 24px;
    margin-top: 24px;
}

.s4_getinfo_text {
    display: flex;
    align-items: center;
    margin-left: 16px;

    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.s4_hd {
    display: flex;
    width: 400px;
}

.s4_hd_left {
    display: none;
}

.s4_hd_center {
    margin-left: 0px;
}

.s4_hd_right {
    margin-left: 16px;
}

.hd_title {
    padding-bottom: 4px;
}

.sub_text01 {
    width: 120px;
    color: #828282;
    font-size: 14px;
    line-height: 130%;
}

.step5 .cont_layer {
    opacity: 0;
}

.s5_col1 {
    padding: 12px;
    padding-right: 16px;
    padding-left: 0px;
    background: #f7f7f7;
    border-radius: 4px;
    width: 244px;
    height: 48px;
}
.s5_col1 label {
    padding-left: 18px;
}
.s5_col1:hover {
    background: #f2f2f2;
}

.col1_pr {
    padding-right: 16px;
}

.col_title {
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 4px;
}

.s5_col3_box {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.s5_col4_box {
    display: flex;
    flex-direction: column;
}

.s5_col401_box {
    display: flex;
}

.s5_col4_item {
    margin-right: 16px;
}

.step6 .cont_layer {
    opacity: 0;
}

.s6_col1 {
    padding: 12px;
    padding-right: 16px;
    padding-left: 0px;
    background: #f7f7f7;
    border-radius: 4px;
    width: 255px;
    height: 48px;
}
.s6_col1 label {
    padding-left: 18px;
}
.s6_col1:hover {
    background: #f2f2f2;
}

.step7 .cont_layer {
    opacity: 0;
}

.s7_col1 {
    padding: 12px;
    padding-right: 16px;
    padding-left: 0px;
    background: #f7f7f7;
    border-radius: 4px;
    width: 174px;
    height: 48px;
}
.s7_col1 label {
    padding-left: 18px;
}
.s7_col1:hover {
    background: #f2f2f2;
}

.s7_col2 {
    display: flex;
    flex-direction: column;
}

.step8 .cont_layer {
    opacity: 0;
}

.step9 .cont_layer {
    opacity: 0;
}

.s9_col_box {
    display: flex;
}

.s9_item {
    margin-left: 32px;
    padding: 16px;
    border-radius: 4px;
    background: #f7f7f7;
    margin-top: 16px;
}
.s9_item:first-child {
    margin-left: 0px;
}

.s9_inputs {
    border-radius: 4px;
}

.s9_input_titles {
    margin-top: 12px;
    margin-bottom: 4px;
}

.s9_inp {
    border: 1px solid #d1d1d1 !important;
}

.silver_button {
    background: #ebebeb;
    color: #40444f;
}
.silver_button:after {
    content: "";
}
.silver_button:hover {
    background: #dedede;
}
.silver_button:active {
    background: #eaeaea;
}

.step10 .cont_layer {
    opacity: 0;
}

.s10_col1_box {
    display: flex;

    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 12px;
}

.s10_3days {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    border: 0.5px solid #e4e3e8;
    border-right: 0;
    cursor: pointer;
}
.s10_3days.active {
    background: #000;
    color: #fff;
}
.s10_3days.active:hover {
    background: #000;
}
.s10_10days {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    background: #fff;
    border: 0.5px solid #e4e3e8;
    cursor: pointer;
}
.s10_10days.active {
    background: #000;
    color: #fff;
}
.s10_10days.active:hover {
    background: #000;
}
.s10_30days {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    border: 0.5px solid #e4e3e8;
    border-left: 0;
    cursor: pointer;
}
.s10_30days.active {
    background: #000;
    color: #fff;
}
.s10_30days.active:hover {
    background: #000;
}
.s10_30days:hover {
    background: #fafafa;
}
.s10_30days.noend {
    border-radius: 0px 0px 0px 0px;
}

.s10_45days {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    border: 0.5px solid #e4e3e8;
    border-left: 0;
    cursor: pointer;
}
.s10_45days.active {
    background: #000;
    color: #fff;
}
.s10_45days.active:hover {
    background: #000;
}
.s10_45days:hover {
    background: #fafafa;
}

.step_final {
    margin-top: 50px;
    border-top: 1px solid #e0e0e0;
}
.step_final .cont_layer {
    opacity: 0;
}
.step_final.closed {
    margin-top: 0px;
    border-top: 0px;
}
.step_final input {
    margin-top: 7px;
    border-radius: 5px;
}

.cmpltd .step_title {
    color: black;
}

.stt_final {
    margin-top: 32px;
    margin-bottom: 0px;
    font-size: 32px;
}

.s11_col2 {
    display: flex;
    margin-top: 32px;
}

.s11_left {
    display: flex;
    flex-direction: column;
}

.s11_right {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.s11_col3 {
    display: flex;
    margin-top: 16px;
}

.comments {
    width: 630px;
    height: 114px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 20px;

    font-size: 16px;
    resize: vertical;
}

.s11_col5 {
    margin-top: 8px;
}

.s11_col5_image {
    width: 20px;
    height: 20px;
    background-image: url("images/svg/entypo_attachment.svg");
    background-repeat: no-repeat;
}

.s11_col5_text {
    margin-left: 6px;
    cursor: pointer;
}

.s11_col6 {
    display: flex;
    margin-top: 16px;
}

.rrow {
    margin-bottom: 80px;
}

.rrow_box {
    padding: 16px;
    width: 378px;
    background-color: #f3f4f6;
    border-radius: 8px;
    margin-top: 32px;
}

.rrow_title {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
}

.rrow_title2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.rrow_amount {
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    margin-top: 16px;
}
.rrow_amount.fixed {
    position: fixed;
    top: 0px;
    background: inherit;
    border-radius: 5px;
    padding-right: 24px;
    width: 360px;
}

.rrow_picture {
    text-align: center;
}

.pbb {
    margin-top: 4px;

    font-size: 13px;
    line-height: 140%;
    color: #000000;
}
.pbb span {
    color: #ac4ff4;
}

.prop_top {
    margin-top: 12px;
}

.prop_bottom {
    bottom: 0px;
    padding: 16px;
    width: 378px;
    background: rgba(243, 244, 246, 0.95);
    border-radius: 8px 8px 0px 0px;
    transition: 0.5s;
}
.prop_bottom.fixed {
    transition: 0.5s;
    position: fixed;
}

.prop_abs {
    margin-left: -16px;
}
.prop_abs.fixed {
    transition: 0.5s;
    position: absolute;
}

.download_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #bdbdbd;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.download_button .db_text {
    color: white;
}
.download_button .db_img {
    display: flex;
    justify-content: center;
    margin-left: 4px;
}
.download_button.active {
    background: #212121;
}

.prop_middle table {
    width: 100%;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    transition: background 0.1s ease-out;
}
.prop_middle table:hover {
    background: rgb(255, 255, 255);
}
.prop_middle table td {
    vertical-align: top;
    font-size: 16px;
    line-height: 21px;
}
.prop_middle table td span {
    color: #727483;
    font-weight: 400;
}

.npu {
    width: 100%;
    height: 1px;
    background: silver;
    margin-bottom: 5px;
    margin-left: 4px;
}

.pm_left {
    display: flex;
    align-items: flex-end;
}

.pm_l {
    display: flex;
    flex: 1 0 auto;
}

.config_table {
    display: none;
    padding: 8px;
}
.config_table td:first-child {
    font-weight: 500;
}
.config_table.active {
    display: block;
    cursor: pointer;
    padding: 8px;
}
.config_table.active td:first-child {
    font-weight: 500;
}

.unbold {
    font-weight: 400;
}

.rrow_tech {
    display: none;
}

.md_box {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 15;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
}

.md_close_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50vw - 460px);
    height: 100vh;
}

.md_close_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50vw - 460px);
    height: 100vh;
}

.md_close_top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    max-width: 100%;
    height: calc(50vh - 240px);
}

.md_close_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    max-width: 100%;
    height: calc(50vh - 280px);
}

.md_closer {
    position: absolute;
    margin-top: calc(50vh - 300px);
    margin-left: calc(50vw + 410px);
    background: url("images/svg/staurosbig.svg");
}

.md_video {
    width: 900px;
    min-height: 490px;
    background: white;
    margin: 0 auto;
    margin-top: calc(50vh - 250px);
}

.checkbox_orig {
    display: none;
}

.checkbox_orig:checked + .checkbox_label::after {
    transform: scale(1);
}

.checkbox_label {
    font-size: 16px;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.checkbox_label::before {
    content: "";
    flex: 0 0 16px;
    height: 16px;
    background-color: white;
    background-image: url("images/svg/Unchecked.svg");
    background-repeat: no-repeat;
    margin-right: 10px;
}

.checkbox_label::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
    background-image: url("images/svg/Checked.svg");
    background-repeat: no-repeat;
    transform: scale(0);
}

input[type="radio"] {
    display: none;
}

label {
    cursor: pointer;
}

/* simulate radiobutton appearance using pseudoselector */
input[type="radio"] + label:before {
    content: "";
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 5px;
    /* background-color only for content */
    margin-bottom: 4px;
    vertical-align: bottom;
    background-clip: content-box;
    border: 1px solid black;
    background-color: white;
    border-radius: 50%;
}

/* appearance of checked radiobutton */
input[type="radio"]:checked + label:before {
    background-color: black;
}

/* resetting default box-sizing */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* optional styles for centering radiobuttons */
.sound-signal label {
    display: inline-flex;
    align-items: center;
}

.checkbox_power:checked + .checkbox_power_label::before {
    background-color: black;
}

.checkbox_power:checked + .checkbox_power_label::after {
    right: -35px;
}

.checkbox_power_label {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.checkbox_power_label::before {
    content: "";
    width: 40px;
    height: 20px;
    background: #f2f2f2;
    border: 1px solid #000000;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    right: -35px;
    transition: 0.3s;
    cursor: pointer;
}

.checkbox_power_label::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    right: -15px;
    transition: 0.3s;
    cursor: pointer;
}

.input_final:focus {
    outline: none;
}

.radio_item {
    margin-top: 0px;
    margin-bottom: 2px;
}
.radio_item:first-child {
    margin-top: 0px;
}
.radio_item:last-child {
    margin-bottom: 8px;
}

.p_radio {
    margin: 4px;
}

#s4cr1 {
    font-weight: bold;
    line-height: 16px;
    color: #5551ff;
}

.offtabstyle {
    cursor: pointer;
}

.fileform_input {
    width: 460px;
    height: 30px;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.s11_fileform {
    display: none;
}

.silverspan {
    color: #828282;
}

.oinfo {
    color: #828282;
}

.picture {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 320px;
}

.massage {
    margin-top: 110px;
    width: 780px;
}

.m_title {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #2a2f37;
}

.m_subtitle {
    font-size: 32px;
    line-height: 40px;
    color: #2a2f37;
    margin-top: 20px;
}

.m_general {
    font-size: 22px;
    line-height: 32px;
    color: #2a2f37;
    margin-top: 48px;
}

.cp-info {
    display: none;
}

.pname_span {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2a2f37;
}

.op50 {
    opacity: 0.5;
}

.header_top {
    /* width: 1240px; */
    /* height: 66px; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 60px; */
}

.ht_left {
    margin-left: 30px;
}

.ht_logo {
    width: 200px;
}

.ht_phone {
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}
.ht_phone a {
    color: black;
    text-decoration: none;
}

.ht_mail a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

a:hover {
    color: #9471e5;
}

.footer_b {
    width: 100vw;
    max-width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    margin: 0;
}

.f_text {
    width: 1240px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 30px;
}

.s5_col4_box .select__options {
    overflow-y: auto;
    height: auto;
}

.s5_box28 {
    display: none;
}
.radio-layer {
    margin-right: 48px;
    margin-bottom: 24px;
}
.s4_massanger {
    display: flex;
    align-items: center;
    margin-top: 8px;
    background: #fefdeb;
    border: 1px solid #e4a312;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: max-content;
    min-width: 180px;
}

.s4_massanger div {
    font-size: 14px;
    line-height: 100%;
    color: #884407;
}

.s4m_right {
    margin-left: 10px;
    color: inherit;
}

.s4m_left {
    margin-top: 2px;
}

.sst5_flexlink {
    display: none;
}

.mt24 {
    margin-top: 8px;
}

.hd_imgs {
    cursor: pointer;
}

.s8_flexer {
    display: flex;
}

.s8_col2r {
    margin-left: 36px;
}
.s8_col4r {
    margin-left: 36px;
}

.s8_hide {
    display: none;
}

.select_s4_col1_width {
    order: 2;
    margin-bottom: 0px;
}

.tmphide {
    display: none;
}

#creator_image {
    max-width: 195px;
}

.creator_image {
    max-width: 195px;
}

@media (max-width: 1200px) {
    .prop_bottom {
        position: relative;
    }
}
.select__value.error {
    border: 1px solid red;
    border-radius: 5px;
}

.prop_abs {
    display: none;
    opacity: transparent;
    visibility: hidden;
}

.step_hide {
    display: none;
}

.rrow-middle-pda {
    display: none;
}

.modal_blur {
    display: none;
}
.modal_blur.pda_active {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.modal_blur_mpda {
    display: none;
}
.modal_blur_mpda.pda_active {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.main_pda {
    display: none;
}

.bort2 {
    display: none;
}

.s4m_warning {
    border: 1px solid rgb(226, 61, 62);
    background: rgb(253, 241, 241);
    color: rgb(144, 7, 8);
}
.s4m_valid {
    border: 1px solid rgb(88, 207, 162);
    background: rgb(241, 250, 247);
    color: rgb(3, 84, 62);
}

header {
    display: flex;
    justify-content: center;
}
.header_content {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 200px;
}
.h_left {
}
.h_center {
    display: flex;
}
.b1 {
    padding: 16px;
}
.h_right {
    display: flex;
}
.b2 {
    padding: 16px;
}

/* Основний стиль для бургер-меню */
.burger {
    display: none; /* Сховано на десктопі */
    position: relative;
    width: 35px; /* Ширина бургер-меню */
    height: 24px; /* Висота бургер-меню */
    cursor: pointer;
    padding: 0px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.burger-line {
    position: absolute;
    width: 100%; /* Ширина кожної палички */
    height: 4px; /* Товщина палички */
    background-color: #9471e5; /* Фіолетовий колір */
    border-radius: 2px; /* Закруглення країв */
    transition: all 0.3s ease;
}

/* Розташування паличок */
.burger-line:nth-child(1) {
    top: 0; /* Верхня паличка */
}

.burger-line:nth-child(2) {
    top: 50%; /* Середня паличка */
    transform: translateY(-50%); /* Центруємо по вертикалі */
}

.burger-line:nth-child(3) {
    bottom: 0; /* Нижня паличка */
}

/* Перетворення на хрестик при активному стані */
.burger.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.burger.active .burger-line:nth-child(2) {
    opacity: 0; /* Ховаємо середню паличку */
}
.burger.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Позиціонування меню під хедером */
.mobile-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px); /* Меню з'являється одразу під хедером */
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    z-index: 100;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.mobile-nav ul li {
    margin: 10px;
}

.mobile-nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.link_black {
    color: black;
    text-decoration: none;
}
.link_black_bold {
    color: black;
    font-weight: bold;
}
.link_free {
    text-decoration: none;
}

.link {
    text-decoration: none;
}
.link.active {
    color: #9471e5;
}

@media (min-width: 760px) and (max-width: 1279px) {
    .rrow {
        width: 1px;
    }
    .header_top {
        width: auto;
        padding-right: 16px;
    }
    .gtitle_box {
        width: auto;
    }
    .gtitle_subbox {
        width: auto;
    }
    .main {
        width: auto;
    }
    .rrow_box {
        display: none;
    }
    .rrow_box.pda_active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 128px;
        right: 16px;
        z-index: 2;
    }
    .progress_ball {
        margin-left: -40px;
    }
    .steps_block {
        margin-left: -9px;
    }
    .col4pict {
        width: 250px;
    }
    .rrow-middle-pda {
        position: absolute;
        top: 160px;
        right: 16px;
        display: flex;
        min-width: 56px;
        height: 56px;
        background: rgb(243, 244, 246);
        border-radius: 8px;
        justify-content: flex-end;
        align-items: center;
        z-index: 3;
        transition: 0.5s;
        cursor: pointer;
    }
    .rrow-middle-pda.active {
        width: 378px;
        background: transparent;
    }
    .rrow-middle-pda.active > .rmp-price {
        opacity: 0;
    }
    .rmp-price {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
        margin-right: 16px;
        font-size: 17px;
        width: max-content;
    }
    .rmp-bar {
        display: flex;
        flex-direction: column;
        width: 22px;
        height: 16px;
        position: relative;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
        margin-right: 16px;
        cursor: pointer;
        z-index: 5;
    }
    .rmp-bar > span {
        width: 22px;
        height: 2px;
        background: black;
    }
    .rmp-bar.active > span {
        transform: scale(0);
        transition: all 0.3s ease 0s;
    }
    .rmp-bar:before {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        transition: all 0.3s ease 0s;
    }
    .rmp-bar:after {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease 0s;
    }
    .rmp-bar.active:before {
        transform: rotate(45deg);
        top: 7px;
    }
    .rmp-bar.active:after {
        transform: rotate(-45deg);
        bottom: 7px;
    }
}
.config_blooks {
    display: flex;
    flex-wrap: wrap;
}
.config_blooks_virtual {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.-cb_02 {
    display: none;
}

.s5_hav {
    display: none;
}

.sidt-004 {
    height: auto;
}
.sidt-null {
    height: auto;
    max-height: 320px;
    min-width: 180px;
}

.captcha-massage {
    color: red;
}

.captcha-input {
    padding: 12px;
}

.captcha {
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 2px;
}

.captcha-ref {
    font-size: 13px;
    text-decoration: none;
    color: #8b00ff;
}

.captcha-insert {
    margin-top: 8px;
}

.defaultDisplayNone {
    display: none;
}

.s4_col1_left {
    display: flex;
    flex-direction: column;
}

.a_margins0x20 {
    margin-bottom: 12px;
    margin-top: -12px;
}

.a_col_title_virtual {
    padding-bottom: 8px;
}

.s4_col_title.a_col_title_virtual {
    margin-bottom: 0;
}
.ht_center {
    display: flex;
}

.s5_col401_box.food {
    display: none;
}

@media (max-width: 759px) {
    .main {
        width: auto;
        display: block;
    }
    .padding-big {
        padding: 16px;
    }
    .lrow {
        display: none;
    }
    .main_pda {
        display: block;
    }
    .rrow {
        width: 1px;
    }
    .header_top {
        width: auto;
        display: flex;
        margin-bottom: 0px;
        margin-top: 8px;
        height: auto;
    }
    .ht_logo {
        width: 138px;
    }
    .ht_left {
        margin-left: 16px;
    }
    .ht_phone {
        margin-top: -8px;
    }
    .ht_phone a {
        color: rgb(148, 113, 229);
        font-size: 17px;
    }
}
@media (max-width: 759px) and (max-width: 340px) {
    .ht_phone a {
        font-size: 15px;
    }
}
@media (max-width: 759px) {
    .ht_mail,
    .ht_phone {
        display: none;
    }
    .gtitle_box {
        width: auto;
    }
    .gtitle_subbox {
        width: auto;
    }
    .rrow_box {
        display: none;
    }
    .rrow_box.mpda_active {
        display: block;
        position: absolute;
        top: 70px;
        left: calc((100vw - 378px) / 2);
        z-index: 2;
    }
    .progress_ball {
        margin-left: -40px;
    }
    .steps_block {
        margin-left: -9px;
    }
    .col4pict {
        width: 250px;
    }
    .rmp-price {
        display: flex;
    }
    .rmp-bar {
        display: none;
    }
    .gt_left {
        display: none;
    }
    .gtitle_subbox {
        margin-top: 8px;
    }
    .progress_ball {
        display: none;
    }
    .progress_line {
        display: none;
    }
    .progress_line_loading {
        display: none;
    }
    .steps_block {
        display: none;
    }
    .footer_b {
        display: none;
    }
    .massage {
        margin-top: 0px;
        width: auto;
    }
    .m_title {
        font-family: "Formular";
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
    }
    .m_subtitle {
        font-family: "Formular";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        margin-top: 16px;
    }
    .m_general {
        font-family: "Formular";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }
    .cp-info {
        display: none;
    }

    .mpda_top {
        padding: 16px;
        padding-top: 0px;
    }
    .mpda_middle {
        flex-grow: 1;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 36px;
    }
    [id^="cover-id-"][id$="-mpda"] {
        margin-bottom: 36px;
    }
    .mpda_bottom {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px;
    }
    .mpda_bottom.fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 16px;
        margin: 0;
    }
    .gt_right {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        width: auto;
    }
    .mpda_h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0em;
    }
    .mpda_step {
        min-height: calc(100vh - 72px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mpda_step.closed {
        display: none;
    }
    .mpda_next_button {
        width: 100%;
        height: 56px;
        background: rgb(33, 33, 33);
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        color: white;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .mpda_next_button.double {
        width: calc(50% - 8px);
    }

    .mpda_prev_button.double {
        width: calc(50% - 8px);
    }

    .globalClass_dc4a {
        display: none;
    }
    .mpda_sidebar {
        display: flex;
        justify-content: space-between;
    }
    .mpda_sidebar_left {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        padding-top: 12px;
    }
    .mpda_sidebar_right {
        display: flex;
        background: rgb(241, 242, 244);
        border-radius: 4px;
        padding: 12px 16px 12px 16px;
        z-index: 4;
    }
    .mpda_ll {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
    }
    .mpda_ll > span {
        color: rgb(164, 169, 183);
    }
    .mpda_rmp {
        display: flex;
        flex-direction: column;
        width: 18px;
        height: 16px;
        position: relative;
        justify-content: center;
        align-items: center;
        margin-top: 4px;
        margin-left: 8px;
        margin-right: 4px;
        cursor: pointer;
        z-index: 5;
    }
    .mpda_rmp > span {
        width: 18px;
        height: 2px;
        background: black;
    }
    .mpda_rmp.active > span {
        transform: scale(0);
        transition: all 0.3s ease 0s;
    }
    .mpda_rmp:before {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        transition: all 0.3s ease 0s;
    }
    .mpda_rmp:after {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease 0s;
    }
    .mpda_rmp.active:before {
        transform: rotate(45deg);
        top: 7px;
    }
    .mpda_rmp.active:after {
        transform: rotate(-45deg);
        bottom: 7px;
    }
    .mpda_radioSelector {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        border: 1px solid #f1f2f4;
        border-radius: 8px;
        padding: 16px;
        cursor: pointer;
        width: 100%;
    }
    .mpda_radioSelector.selected {
        border: 1px solid #000000;
    }
    .mpda_radioSelector2 {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        border: 1px solid #f1f2f4;
        border-radius: 8px;
        padding: 16px;
        cursor: pointer;
        width: 100%;
    }
    .mpda_radioSelector2.selected {
        border: 1px solid #000000;
    }
    .rs_images {
        width: 35vw;
    }
    .mpda_rs_left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mpda_rs_left_bottom {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
    }
    .mpda_rs_left_top {
        text-align: left;
    }
    .selector_first {
        margin-top: 0px;
        margin-left: 0px;
    }
    .jc-start {
        justify-content: start;
    }
    .minW {
        min-width: 30px;
    }
    .mt4 {
        margin-top: 4px;
    }
    .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .mpda_d_topimg_img {
        max-width: 100%;
    }
    input[type="text"] {
        width: 100%;
        height: 56px;
        font-size: 16px;
        border-radius: 5px;
        border-width: 1px;
        border: 1px solid #4f4f4f;
        padding-left: 12px;
    }
    .s4_col_left {
        margin-top: 16px;
    }
    .s4_col1_left {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
    }
    .s4_col1_width {
        width: 100%;
    }
    .s5_col1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 56px;
        margin-top: 16px;
    }
    .s5_col1 label {
        padding-left: 12px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .checkbox_power_label {
        padding-right: calc(100vw - 240px);
    }
    .checkbox_power_label::after {
        top: auto;
    }
    .checkbox_power_label::before {
        top: auto;
    }
    .llx {
        padding-right: calc(100vw - 245px);
    }
    .mpda_s4_v2 {
        display: none;
    }
    .s8_col2 {
        width: -webkit-fill-available;
    }
    .s8_flexer {
        flex-wrap: wrap;
    }

    .config_2,
    .config_3 {
        display: none;
    }
    .lent-img {
        width: max(100px, 25vw);
    }
    .lent-img-color {
        width: max(150px, 40vw);
    }
    .s7_col1 {
        width: 100%;
        padding: 0px;
    }
    .s7_col1 label {
        padding-left: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padd3 {
        padding-right: calc(100vw - 160px);
    }
    .s6_col1 {
        width: 100%;
        width: 100%;
        padding: 0px;
    }
    .s6_col1 label {
        padding-left: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padd4 {
        padding-right: calc(100vw - 260px);
    }
    .s11_col2 {
        flex-direction: column;
    }
    .s11_col3 {
        flex-direction: column;
    }
    .s11_right {
        margin-left: 0px;
        margin-top: 16px;
    }

    .cl-pda:before {
        margin-top: -24px;
    }
    .s5_col4_item {
        border: 1px solid #f1f2f4;
        border-radius: 6px;
        padding: 2px;
    }
    .s5_col4_item input {
        padding-left: 4px;
    }
    .s5_col4_item.selected {
        border: 1px solid black;
    }
    .s5_col401_box {
        margin-bottom: 8px;
    }
    .s5_col5_item {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .burger {
        display: flex;
    }

    /* Выпадающее меню */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 70px; /* Четко под header */
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        padding-top: 10px;
    }

    .mobile-nav.active {
        display: block;
    }

    .mobile-nav ul {
        list-style: none;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .mobile-nav ul li {
        padding: 12px;
        margin: 0px;
    }

    .mobile-nav ul li a {
        text-decoration: none;
        font-size: 17px;
        color: #333;
    }
    .menu_links_pda.bold {
        font-weight: bold;
    }
    .header_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px;
    }
    .logo {
        width: 200px;
    }
    .h_left {
    }
    .ht_center {
        display: none;
    }
    .ht_right {
        display: none;
    }
}

.s4_food {
    display: none;
}

input[type="checkbox"]:checked ~ .s4_food {
    display: flex;
}


.s4_col1_left > .s4_col_title { order: 1; }
.s4_col1_left > input.s4_col_input { order: 2; }
.s4_col1_left > .input_sub { order: 3; }

.s4_col_title { order: 0 !important; }

.s4_col1_left > *,
.s4_col1_right > *,
.s4_col_left > *,
.s4_col_right > * {
    order: 0 !important;
}


/* Ножевой край */

.s4_nozh {
    display: flex;
}
.s4_nozhcount {
    margin-left: 90px;
    display: none;
}
.s4_nozhcount.open {
    display: block;
}
.s4_nozh.s4_col22 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.s4_nozhcentral {
    display: none;
}
.s4_nozhcentral.open {
    display: block;
}

#s5_col3_pvh:disabled,
#s5_col3_pvh:disabled + #s5_col3_04_label {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}


.mpda_nozh_box {
    margin-top: 24px;
}

.mpda_nozh_title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.mpda_nozh_middle {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mpda_nozh_sub {
    display: none;
    margin-top: 18px;
    margin-left: 0px;
}

.mpda_nozh_sub.open {
    display: block;
}

.mpda_nozh_box .mpda_radioSelector {
    width: 100%;
}

.bunkerBox {
    display: none;
    width: 100%;
    background-color: #F4F1FC;
    border-radius: 20px;
    padding: 16px;
    margin-left: -16px;
}

.bunkerBox_dimensions {
    display: flex;
    margin-top: 24px;
}
.steps_block input[type="text"].i_bulong,
.steps_block input[type="text"].i_buheight {
    width: 110px;
}
.s8_colpict {
    position: absolute;
    margin-left: 280px;
    margin-top: -100px;
}
.s8_colpict_i {
    display: none;
    margin-left: 32px;
}
.s8_colpict_flex {
    position: absolute;
    margin-left: 290px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 420px;
    height: 280px;
    margin-top: -122px;
}
.s8_colpict.colpict_rr {
    margin-left: 360px;
    margin-top: 0px;
    height: 180px;
}

.mobileBunkerBox {
    margin-top: 16px;
}

.mobileBunkerBox_inner {
    width: 100%;
    margin-top: 12px;
}

.mobileBunkerDimensions {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 14px;
}

.mobileBunkerField {
    flex: 1;
    min-width: 0;
}

.mobileBunkerField input {
    width: 100%;
    box-sizing: border-box;
}

.mobileBunkerImage {
    width: 100%;
    margin: 12px 0 18px 0;
    text-align: center;
}

.col8bu_mobile {
    max-width: 100%;
    height: auto;
    display: block;
}

.mobileBunkerCurtain {
    margin-top: 8px;
}

.VoronFlex {
    display: flex;
    flex-direction: column;
}

.voronOptionsRow {
    display: flex;
    align-items: flex-start;
    gap: 72px;
    margin-top: 22px;
}

.voronBox_inner,
.voronBox_inner2 {
    margin-left: 0;
    margin-top: 0;
}

.mobileVoronImage {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.mobileVoronImage img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.bunkerBox {
    display: block;
    width: 100%;
    background-color: #F4F1FC;
    border-radius: 20px;
    padding: 16px;
    margin-left: -16px;
    margin-top: 16px;
    box-sizing: border-box;
}

.bunkerBox .col_title {
    margin-top: 0;
    margin-bottom: 4px;
}

.voronBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    width: 100%;
    background-color: #F4F1FC;
    border-radius: 20px;
    padding: 16px;
    margin-left: -16px;
    margin-top: 16px;
    box-sizing: border-box;
}

.voronBox .col_title {
    margin-top: 0;
    margin-bottom: 4px;
}

.voronBox_picture {
    margin-left: 24px;
    flex-shrink: 0;
}

img.col8voron {
    height: 180px;
    width: auto;
    max-width: none;
    display: block;
}