.calc-vorota-price{
    cursor:pointer!important;
    z-index:999!important;
}

.loaded {
    content:url("img/loading.svg");
    width: 20px;
    height: 20px;
}

[data-sid=PRODUCT] {
    display: none;
}

.form_group.invisible {
    display: none;
}

.disclaimer {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 12px;
}

.option_color.rainbow {
    background-image: linear-gradient(90deg, #f44336, #ffc107, #4caf50, #2196f3);
}

.s_calc .select_discount_badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #e6f6e8;
    color: #17702b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.rascheska_debug_dump {
    padding: 32px 0 10px;
}

.rascheska_debug_dump__wrap {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fafafa;
    padding: 24px;
}

.rascheska_debug_dump__wrap h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
}

.rascheska_debug_dump__group + .rascheska_debug_dump__group {
    margin-top: 24px;
}

.rascheska_debug_dump__group-title {
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f4f4f;
}

.rascheska_debug_dump__item + .rascheska_debug_dump__item {
    margin-top: 14px;
}

.rascheska_debug_dump__item-title {
    margin-bottom: 6px;
    font-weight: 600;
}

.rascheska_debug_dump__item pre {
    margin: 0;
    padding: 16px;
    border-radius: 10px;
    background: #111111;
    color: #f4f4f4;
    font-size: 13px;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    overflow: auto;
}

.s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el {
    width: calc((100% - 15px) / 2);
}

.s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el:last-child {
    width: 100%;
}

.s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.s_calc .block_forma #rascheska-vue-select-height .select_group .list {
    max-height: 260px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.s_calc.calculator__block .block_forma.block_forma--neutral {
    background: #F2F2F2;
}

.s_calc.calculator__block .block_forma.block_forma--neutral .label {
    font-weight: 600;
}

.s_calc.calculator__block .block_forma.block_forma--neutral .input_group input,
.s_calc.calculator__block .block_forma.block_forma--neutral .select_group .main,
.s_calc.calculator__block .block_forma.block_forma--neutral .select_group .list,
.s_calc.calculator__block .block_forma.block_forma--neutral .checkbox_group .el {
    background: #FFFFFF;
}

.s_calc.calculator__block .block_gallery {
    position: relative;
}

.s_calc.calculator__block .block_gallery .block_details {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    width: calc(100% - 36px);
    max-width: 350px;
    margin-bottom: 0;
}

.s_calc.calculator__block .block_gallery .block_price {
    width: 100%;
    padding: 20px;
}

.s_calc.calculator__block .block_gallery .block_price .price_zag {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.s_calc.calculator__block .block_gallery .block_price .price_info {
    padding: 8px 14px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.s_calc.calculator__block .block_gallery .block_price .price_info .old_price {
    margin-right: 10px;
    font-size: 15px;
}

.s_calc.calculator__block .block_gallery .block_price .price_info .price {
    font-size: 30px;
}

.s_calc.calculator__block .block_gallery .block_price .disclaimer {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
}

.s_calc.calculator__block .block_gallery .block_price .btn_main {
    width: 100%;
    max-width: none;
    min-height: 46px;
}

.s_calc.calculator__block .block_gallery .block_price .block_social {
    height: 42px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.s_calc.calculator__block .block_gallery .block_price .block_social .social_body {
    padding: 4px;
}

.s_calc.calculator__block .block_gallery .block_price .block_social .social_inner {
    margin: 0;
    gap: 4px;
}

.s_calc.calculator__block .block_gallery .block_price .block_social .social_body a {
    width: calc(50% - 2px);
    margin: 0;
    font-size: 13px;
}

.s_calc.calculator__block .block_gallery .block_price .block_social .social_body a.tg {
    background: linear-gradient(83.89deg, #1F97C9 0%, #38AFE3 100%);
}

/* Experimental combined gallery + price block. Quick rollback:
   1) restore the commented legacy markup in template.php
   2) remove the block_gallery--experiment markup and styles below */
.s_calc.calculator__block .block_gallery.block_gallery--experiment {
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__price {
    flex: 0 0 280px;
    width: 280px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__gallery {
    flex: 1 1 auto;
    min-width: 0;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment {
    width: 100%;
    height: 100%;
    padding: 18px 16px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_zag {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_info {
    padding: 8px 14px;
    margin-bottom: 8px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_info .old_price {
    margin-right: 10px;
    font-size: 15px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_info .price {
    font-size: 28px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .disclaimer {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .btn_main {
    width: 100%;
    max-width: none;
    min-height: 44px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social {
    height: 40px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social .social_body {
    padding: 4px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social .social_inner {
    margin: 0;
    gap: 4px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social .social_body a {
    width: calc(50% - 2px);
    margin: 0;
    font-size: 13px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
    height: 338px;
    margin-bottom: 10px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini {
    gap: 10px;
}

.s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
    height: 62px;
}

/* Experiment v3: legacy-based stacked price block above gallery. Quick rollback:
   1) restore the commented experiment v2 or legacy markup in template.php
   2) remove the block_gallery--stacked markup and styles below */
.s_calc.calculator__block .block_gallery.block_gallery--stacked .block_details {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
}

.s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked {
    width: 100%;
    --stacked-price-inner-max-width: 350px;
    align-items: center;
}

.s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked > #rascheska-vue-price-card,
.s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked > .block_social {
    width: 100%;
    max-width: var(--stacked-price-inner-max-width);
    margin-left: auto;
    margin-right: auto;
}

/* Experiment v4: gallery stays in right column, price block moves below form.
   Quick rollback:
   1) restore the commented experiment v3 markup in template.php
   2) remove the block_gallery--gallery-only / block_details--below-form markup and styles below */
.s_calc.calculator__block .block_details.block_details--below-form {
    display: block;
    background: transparent;
    margin-top: 15px;
}

.s_calc.calculator__block .block_price.block_price--below-form {
    width: 100%;
    padding: 20px;
    --below-form-inner-max-width: 350px;
    align-items: center;
}

.s_calc.calculator__block .block_price.block_price--below-form > #rascheska-vue-price-card,
.s_calc.calculator__block .block_price.block_price--below-form > .block_social {
    width: 100%;
    max-width: var(--below-form-inner-max-width);
    margin-left: auto;
    margin-right: auto;
}

.s_calc.calculator__block .block_price.block_price--below-form .price_zag {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.s_calc.calculator__block .block_price.block_price--below-form .price_info {
    padding: 8px 14px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.s_calc.calculator__block .block_price.block_price--below-form .price_info .old_price {
    margin-right: 10px;
    font-size: 15px;
}

.s_calc.calculator__block .block_price.block_price--below-form .price_info .price {
    font-size: 30px;
}

.s_calc.calculator__block .block_price.block_price--below-form .disclaimer {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
}

.s_calc.calculator__block .block_price.block_price--below-form .btn_main {
    width: 100%;
    max-width: none;
    min-height: 46px;
}

.s_calc.calculator__block .block_price.block_price--below-form .block_social {
    height: 42px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.s_calc.calculator__block .block_price.block_price--below-form .block_social .social_body {
    padding: 4px;
}

.s_calc.calculator__block .block_price.block_price--below-form .block_social .social_inner {
    margin: 0;
    gap: 4px;
}

.s_calc.calculator__block .block_price.block_price--below-form .block_social .social_body a {
    width: calc(50% - 2px);
    margin: 0;
    font-size: 13px;
}

/* Experiment v5: price block moves into the form column below block_forma.
   Quick rollback:
   1) restore the commented experiment v4 markup in template.php
   2) remove the block_details--form-column / block_price--form-column markup and styles below */
.s_calc.calculator__block .block_details.block_details--form-column {
    display: block;
    background: transparent;
    margin-top: 15px;
}

.s_calc.calculator__block .block_price.block_price--form-column {
    width: 100%;
    padding: 20px;
    align-items: center;
}

.s_calc.calculator__block .block_price.block_price--form-column > #rascheska-vue-price-card,
.s_calc.calculator__block .block_price.block_price--form-column > .block_social {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.s_calc.calculator__block .block_price.block_price--form-column .price_zag {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.s_calc.calculator__block .block_price.block_price--form-column .price_info {
    padding: 8px 14px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.s_calc.calculator__block .block_price.block_price--form-column .price_info .old_price {
    margin-right: 10px;
    font-size: 15px;
}

.s_calc.calculator__block .block_price.block_price--form-column .price_info .price {
    font-size: 30px;
}

.s_calc.calculator__block .block_price.block_price--form-column .disclaimer {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
}

.s_calc.calculator__block .block_price.block_price--form-column .btn_main {
    width: 100%;
    max-width: none;
    min-height: 46px;
}

.s_calc.calculator__block .block_price.block_price--form-column .block_social {
    height: 42px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.s_calc.calculator__block .block_price.block_price--form-column .block_social .social_body {
    padding: 4px;
}

.s_calc.calculator__block .block_price.block_price--form-column .block_social .social_inner {
    margin: 0;
    gap: 4px;
}

.s_calc.calculator__block .block_price.block_price--form-column .block_social .social_body a {
    width: calc(50% - 2px);
    margin: 0;
    font-size: 13px;
}

.s_calc.calculator__block .block_forma .form_group .input_group input,
.s_calc.calculator__block .block_forma .form_group .select_group .main {
    height: 58px;
}

.s_calc .calc_debug_group {
    margin-bottom: 0;
}

.s_calc .calc_debug_group.calc_debug_group--wide {
    width: 100%;
    margin-top: 30px;
}

.s_calc .calc_debug {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background: #fdfdfd;
    overflow-x: auto;
}

.s_calc .calc_debug__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #2a2a2a;
}

.s_calc .calc_debug__table th,
.s_calc .calc_debug__table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    vertical-align: top;
}

.s_calc .calc_debug__table thead th {
    background: #f3f5f6;
    font-weight: 600;
    white-space: nowrap;
}

.s_calc .calc_debug__table tbody tr:last-child td {
    border-bottom: 0;
}

.s_calc .calc_debug__table .calc_debug__subtotal td {
    background: #f7f7f7;
    font-weight: 600;
}

.s_calc .calc_debug__table .calc_debug__markup td {
    background: #f1f6fb;
    font-weight: 600;
}

.s_calc .calc_debug__table .calc_debug__total td {
    background: #dff4e3;
    font-weight: 700;
    color: #163c1c;
}

@media (max-width: 1200px) {
    .s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el {
        width: calc((100% - 15px) / 2);
    }

    .s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el:last-child {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .s_calc.calculator__block .block_gallery .block_details {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        max-width: 320px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment {
        gap: 14px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__price {
        flex-basis: 260px;
        width: 260px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
        height: 300px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
        height: 56px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked {
        --stacked-price-inner-max-width: 320px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form {
        --below-form-inner-max-width: 320px;
    }

    .s_calc.calculator__block .block_forma .form_group .input_group input,
    .s_calc.calculator__block .block_forma .form_group .select_group .main {
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .s_calc.calculator__block .block_gallery .block_details {
        max-width: 290px;
    }

    .s_calc.calculator__block .block_gallery .block_price {
        padding: 16px;
    }

    .s_calc.calculator__block .block_gallery .block_price .price_zag {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_gallery .block_price .price_info .price {
        font-size: 26px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment {
        gap: 12px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__price {
        flex-basis: 240px;
        width: 240px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment {
        padding: 16px 14px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_zag {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_info .price {
        font-size: 25px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
        height: 260px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
        height: 50px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked {
        --stacked-price-inner-max-width: 290px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form {
        padding: 16px;
        --below-form-inner-max-width: 290px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .price_zag {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .price_info .price {
        font-size: 26px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column {
        padding: 16px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .price_zag {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .price_info .price {
        font-size: 26px;
    }

    .s_calc.calculator__block .block_forma .form_group .input_group input,
    .s_calc.calculator__block .block_forma .form_group .select_group .main {
        height: 44px;
    }
}

@media (max-width: 1199px) {
    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__price {
        flex-basis: 220px;
        width: 220px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
        height: 230px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
        height: 44px;
    }
}

@media (max-width: 767px) {
    .s_calc.calculator__block .block_gallery .block_details {
        position: static;
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_gallery .block_price {
        padding: 16px 14px;
    }

    .s_calc.calculator__block .block_gallery .block_price .price_zag {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: left;
    }

    .s_calc.calculator__block .block_gallery .block_price .price_info .price {
        font-size: 24px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment {
        display: block;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_gallery_experiment__price {
        width: 100%;
        margin-bottom: 12px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment {
        padding: 16px 14px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_zag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .price_info .price {
        font-size: 24px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
        height: 260px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
        height: 52px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--stacked .block_price.block_price--stacked {
        --stacked-price-inner-max-width: none;
    }

    .s_calc.calculator__block .block_price.block_price--below-form {
        padding: 16px 14px;
        --below-form-inner-max-width: none;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .price_zag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .price_info .price {
        font-size: 24px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column {
        padding: 16px 14px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .price_zag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .price_info .price {
        font-size: 24px;
    }

    .s_calc .select_discount_badge {
        font-size: 0;
    }

    .s_calc .select_discount_badge::before {
        content: "-15%";
        font-size: 11px;
    }

    .s_calc .block_forma .form_group .checkbox_group.checkbox_group--features {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el {
        width: calc((100% - 15px) / 2);
    }

    .s_calc .block_forma .form_group .checkbox_group.checkbox_group--features .el:last-child {
        width: 100%;
    }

    .s_calc .block_forma #rascheska-vue-select-height .select_group .list {
        max-height: 220px;
    }
}

@media (max-width: 479px) {
    .s_calc.calculator__block .block_gallery .block_price .btn_main {
        min-height: 42px;
    }

    .s_calc.calculator__block .block_gallery .block_price .block_social {
        height: 40px;
    }

    .s_calc.calculator__block .block_gallery .block_price .block_social .social_body a {
        font-size: 12px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .btn_main {
        min-height: 42px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social {
        height: 40px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .block_price.block_price--experiment .block_social .social_body a {
        font-size: 12px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .btn_main {
        min-height: 42px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .block_social {
        height: 40px;
    }

    .s_calc.calculator__block .block_price.block_price--below-form .block_social .social_body a {
        font-size: 12px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .btn_main {
        min-height: 42px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .block_social {
        height: 40px;
    }

    .s_calc.calculator__block .block_price.block_price--form-column .block_social .social_body a {
        font-size: 12px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_main {
        height: 210px;
        margin-bottom: 6px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini {
        gap: 6px;
    }

    .s_calc.calculator__block .block_gallery.block_gallery--experiment .gallery .gallery_mini .item {
        height: 42px;
    }

    .s_calc.calculator__block .block_forma .form_group .input_group input,
    .s_calc.calculator__block .block_forma .form_group .select_group .main {
        height: 40px;
    }
}

/* Experiment v6: full-width form on top, gallery + price below.
   Quick rollback:
   1) restore the disabled v5 markup block in template.php
   2) remove the calc_form--wide-layout / calc_showcase--v6 styles below */
.s_calc.calculator__block .calc_form.calc_form--wide-layout {
    display: block;
}

.s_calc.calculator__block .calc_form.calc_form--wide-layout .col_full {
    width: 100%;
}

.s_calc.calculator__block .block_forma.block_forma--wide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 30px;
    align-items: start;
}

.s_calc.calculator__block .block_forma.block_forma--wide > * {
    margin-bottom: 0;
}

.s_calc.calculator__block .block_forma.block_forma--wide .form_group {
    width: auto;
    min-width: 0;
}

.s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full {
    width: auto;
    grid-column: 5;
    grid-row: 1 / span 2;
    display: flex;
    height: 100%;
}

.s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el,
.s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el:last-child {
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    align-items: stretch;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__gallery {
    flex: 1 1 auto;
    min-width: 0;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__price {
    flex: 0 0 470px;
    width: 470px;
    display: flex;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_gallery.block_gallery--showcase {
    margin-bottom: 0;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_details.block_details--showcase {
    width: 100%;
    height: 100%;
    display: flex;
    background: transparent;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase {
    width: 100%;
    height: 100%;
    padding: 24px 22px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase > #rascheska-vue-price-card,
.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase > .block_social {
    width: 100%;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_zag {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_info {
    padding: 6px 18px;
    margin-bottom: 12px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_info .price {
    font-size: 32px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .disclaimer {
    margin-bottom: 18px;
    line-height: 1.45;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .btn_main {
    width: 100%;
    max-width: none;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
    height: 410px;
    margin-bottom: 10px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini {
    gap: 10px;
}

.s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
    height: 76px;
}

@media (max-width: 1600px) {
    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__price {
        flex-basis: 430px;
        width: 430px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase {
        padding: 22px 20px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_zag {
        font-size: 26px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_info .price {
        font-size: 30px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 370px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 68px;
    }
}

@media (max-width: 1440px) {
    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__price {
        flex-basis: 390px;
        width: 390px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase {
        padding: 20px 18px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_zag {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_info .price {
        font-size: 28px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 330px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 60px;
    }
}

@media (max-width: 1199px) {
    .s_calc.calculator__block .block_forma.block_forma--wide {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .s_calc.calculator__block .block_forma.block_forma--wide .form_group {
        width: auto;
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full {
        grid-column: 1 / -1;
        grid-row: auto;
        display: block;
        height: auto;
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el {
        width: calc((100% - 15px) / 2);
        flex: 0 0 calc((100% - 15px) / 2);
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el:last-child {
        width: 100%;
        flex-basis: 100%;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__price {
        flex-basis: 360px;
        width: 360px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 290px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 54px;
    }
}

@media (max-width: 991px) {
    .s_calc.calculator__block .block_forma.block_forma--wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el,
    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el:last-child {
        width: 100%;
        flex: 1 1 0;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 {
        display: block;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__gallery {
        margin-bottom: 15px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .calc_showcase__price {
        width: 100%;
        display: block;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 400px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .s_calc.calculator__block .block_forma.block_forma--wide {
        grid-template-columns: 1fr;
    }

    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el,
    .s_calc.calculator__block .block_forma.block_forma--wide #rascheska-vue-checkbox-features.form_group.full > .checkbox_group.checkbox_group--features .el:last-child {
        width: 100%;
        flex: 0 0 auto;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase {
        padding: 16px 14px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_zag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .price_info .price {
        font-size: 24px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 300px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 58px;
    }
}

@media (max-width: 479px) {
    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .btn_main {
        min-height: 42px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .block_social {
        height: 40px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .block_price.block_price--showcase .block_social .social_body a {
        font-size: 12px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_main {
        height: 230px;
        margin-bottom: 6px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini {
        gap: 6px;
    }

    .s_calc.calculator__block .calc_showcase.calc_showcase--v6 .gallery .gallery_mini .item {
        height: 46px;
    }
}
