

/* Start:/local/templates/simplestroysite/components/bitrix/catalog.element/ykv_modularHouse/style.css?178609831727916*/
body.noScroll {
    overflow-y: hidden;
}

.container-fluid.modulnye .col-xs-12,
.container-fluid.modulnye .col-sm-12,
.container-fluid.modulnye .col-md-12,
.container-fluid.modulnye .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.modulnye {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.product__images {
    width: 70%;
    display: none;
    padding-bottom: 30px;
}
.product__images.active {
    display: block;
}
.swiper.product__slider {
    width: 100%;
    height: max-content;
}
.swiper.product__slider .swiper-slide {
    width: 100%;
}
.swiper.product__slider .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper.product__slider .swiper-button-next,
.swiper.product__slider .swiper-button-prev {
    color: #000000;
}
.product__slider-tabs .swiper-button-next,
.product__slider-tabs .swiper-button-prev {
    color: #000000;
}


.product__under-slider {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.product__under-image-block {
    width: 50%;
    /*height: 100%;*/
}
.product__under-image-block img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.product__3d {
    width: 50%;
    /*height: 100%;*/
}
.product__3d img {
    width: 100%;
    height: auto;
}

.product__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    transform: translateX(100%);
    /*transition: transform .6s;*/
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    background: rgba(0, 0, 0, 0);
    transition: background .3s;
    z-index: 35;
}
.product__modal.open {
    transform: translateX(0);
    background: rgba(0, 0, 0, .5);
    transition: background .3s;
    z-index: 999999;
}

.product__modal-inner {
    width: 20%;
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 70px 20px 0;
    transform: translateX(100%);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product__modal.open .product__modal-inner {
    transform: translateX(0);
    transition: transform .3s;
}

.product__modal-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.product__modal-tab img {
    border-bottom: 2px solid transparent;
}
.product__modal-tab.active img{
    border-bottom: 2px solid #000000;
}
.product__modal-tab span {
    font-size: 13px;
}
.product__modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 44px;
    line-height: 1;
    font-weight: 100;
    color: #000000;
    transform: rotate(45deg);
    border: 0;
    background: transparent;
    outline: none;
}
.product__modal-tab {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
}
.product__modal-tab img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product__modal-apply {
    width: 100%;
    border-top: rgba(0, 0, 0, .07);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.product__modal-apply-btn {
    border: 0px;
    color: #000000;
    padding: 7px 15px;
}
.product__modal-apply-btn:hover {
    background-color: #ccc;
}
.product__modal-apply-btn .label{
    color: #000000;
    font-size: 16px;
}

.product__info-block {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
    position: sticky;
    top: 80px;
}

/* SINGLE: desktop — слайдер слева, текст справа; mobile — заголовок → слайдер → остальное */
.product--single-hero {
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(0, 36%);
    grid-template-areas:
        "images hero"
        "images info";
    align-items: start;
    column-gap: 0;
    width: 100%;
    box-sizing: border-box;
}
.product--single-hero .modular-hero {
    grid-area: hero;
    box-sizing: border-box;
    padding: 10px;
    min-width: 0;
    max-width: 100%;
}
.product--single-hero .product__images {
    grid-area: images;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}
.product--single-hero .product__images .product__slider-tabs {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.product--single-hero .product__images .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
.product--single-hero .product__info-block {
    grid-area: info;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: static;
    box-sizing: border-box;
}
.product__subtitle {
    text-align: left;
    color: #d6d6d6 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product__subtitle.mob {
    display: none;
}
.product__title {
    text-align: left;
    color: #000000 !important;
    margin-bottom: 40px !important;
}
.product__title.mob {
    display: none;
}

/* Hero-блок из макета для M15–M90 SINGLE */
.modular-hero {
    width: 100%;
    padding: 0 0 10px;
}
.modular-hero__badge {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6f6f6f;
    font-weight: 700;
    margin-bottom: 18px;
}
.modular-hero__model {
    font-size: 48px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #111;
    margin: 0 0 18px;
}
.modular-hero__tagline {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin: 0 0 18px;
}
.modular-hero__lead {
    font-size: 16px;
    line-height: 1.45;
    color: #333;
    margin: 0 0 10px;
    max-width: 520px;
}

/* Характеристики как на главной (main-product__characts-block_new) */
.product--single-hero .product-single__subtitle {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}
.product-single__characts-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    margin: 0 0 18px;
    padding: 4px 0 0;
}
.product-single__characts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 0;
    border: 0;
}
.product-single__charact-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    text-align: left;
}
.product-single__charact-value b {
    font-weight: 700;
}
.product-single__charact-name {
    color: #7f8185;
    font-size: 12px;
    line-height: 1.3;
}

.single-pack-builder {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
}
.single-pack-builder__subtitle {
    margin: 0 0 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7f8185;
    font-size: 12px;
}
.single-pack-builder__stage-labels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
}
.single-pack-builder__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 10px 8px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    color: #222;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.single-pack-builder__stage.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
}
.single-pack-builder__stage-name {
    display: block;
}
.single-pack-builder__stage small {
    display: block;
    margin-top: 4px;
    color: #7f8185;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.25;
}
.single-pack-builder__stage.is-active small {
    color: rgba(255, 255, 255, 0.72);
}

.single-pack-builder__range-wrap {
    position: relative;
    margin: 16px 0 10px;
    --stage-cols: 4;
    --stage-gap: 6px;
    /* ход кружка — под центрами карточек; линия на всю ширину через ::before */
    padding-inline: calc((100% - (var(--stage-cols) - 1) * var(--stage-gap)) / (var(--stage-cols) * 2));
    box-sizing: border-box;
}
.single-pack-builder__range-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 4px;
    background: #d8d8d8;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}
.single-pack-builder__stage-range {
    position: relative;
    z-index: 1;
    width: 100%;
    appearance: none;
    height: 22px;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin: 0;
    display: block;
}
.single-pack-builder__stage-range::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent;
}
.single-pack-builder__stage-range::-moz-range-track {
    height: 4px;
    background: transparent;
    border: 0;
}
.single-pack-builder__stage-range::-webkit-slider-thumb {
    appearance: none;
    width: 22px;
    height: 22px;
    margin-top: -9px;
    border-radius: 50%;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.single-pack-builder__stage-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.single-pack-builder__price-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.single-pack-builder__price-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.single-pack-builder__price-name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7f8185;
}
.single-pack-builder__compare-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.2;
    color: #7f8185;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}
.single-pack-builder__compare-link:hover,
.single-pack-builder__compare-link:focus {
    color: #222;
    border-bottom-color: #222;
    text-decoration: none;
}
.single-pack-builder__compare-icon {
    font-size: 14px;
    line-height: 1;
}
.single-pack-builder__price-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.product--single-hero .product__socials {
    margin-top: 36px;
}

@media (max-width: 767px) {
    .product-single__characts-block {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .single-pack-builder__stage-labels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }
    .single-pack-builder__stage {
        width: 100%;
        box-sizing: border-box;
    }
}
.product__tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.product__tab {
    width: 31%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}
.product__tab.active {
    /*border-bottom: 2px solid #000000;*/
    background: #000000;
}
.product__tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.product__tab span {
    /*display: none;*/
    color: #000000;
}
.product__tab.active span {
    color: #ffffff;
}

.product__price-block {
    width: 100%;
    margin-top: 15px;
}
.product__price-item {
    width: 100%;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product__price-item.active {
    display: flex;
}
.product__price-title {
    font-size: 14px;
    width: 100%;
    padding-bottom: 20px;
    display: none;
}
.product__price {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    width: 100%;
    display: none;
    justify-content: flex-end;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}
.product__price.open {
    display: flex;
}
.product__info-description {
    display: none;
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 15px;
    padding-bottom: 5зч;
}
.product__info-description.active {
    display: block;
}
.product-under {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
}
.product-under__text {
    width: 50%;
    text-align: left;
    font-size: 24px;
}

.product__order-btn {
    width: 100%;
    height: 50px;
    border: 0px;
    background: #000000;
    color: #ffffff;
    margin: 30px 0;
}

.product2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.product2__image {
    width: 39%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.product2__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}
.product2__description {
    width: 60%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
}
.product2__description p.small {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

/*блок с видео*/
.video-block {
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-block video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*Попап*/
.product-complect-include-popup {
    position: relative;
    width: auto;
    padding: 12px 20px;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}
/*Цвета*/
.product__colors {
    width: 100%;
    /*height: 130px;*/
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
}
.product__color {
    width: 30%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    position: relative;
    opacity: 0.5;
}
.product__color.active {
    border: 1px solid #000000;
    opacity: 1;
}
.product__color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__color span {
    display: none;
}
.product__color:last-child {
    font-size: 28px;
    line-height: 1;
}

.product__color span.product__color-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #d6d6d6 !important;
    font-size: 12px;
    display: block;
}
/*Планировка*/
.product__plans {
    width: 100%;
    /*height: 130px;*/
    display: flex;
    justify-content:space-between;
    align-items: stretch;
    margin-bottom: 30px;
    overflow-x: auto;
}
.product__plan {
    width: 33%;
    /*width: 185px;*/
    height: auto;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    flex-shrink: 0;
    margin-right: 5px;
}
.product__plan.active {
    border-bottom: 2px solid #000000;
}
.product__plan img {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

@media (max-width: 1499px) {
    .product__tab span {
        font-size: 14px;
    }
}
@media (max-width: 1399px) {
    .product__tab {
        width: 33%;
    }
    .product__tab span {
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
    .product {
        flex-wrap: wrap;
    }
    .product--single-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "hero"
            "images"
            "info";
        width: 100%;
    }
    .product__images,
    .product--single-hero .product__images {
        width: 100%;
    }
    .product__info-block,
    .product--single-hero .product__info-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }
    .product--single-hero .modular-hero {
        padding: 10px 20px 0;
    }
    .product--single-hero .single-pack-builder,
    .product--single-hero .product-single__characts-block,
    .product--single-hero .product-single__subtitle,
    .product--single-hero .product__socials {
        width: 100%;
        align-self: stretch;
        box-sizing: border-box;
    }
    .product--single-hero .single-pack-builder__stage-labels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }
    .product__info-block .product__title,
    .product__info-block {
        order: 2;
    }
    .product__modal {
        transform: translateY(100%);
    }
    .product__modal.open {
        transform: translateY(0);
    }
    .product__modal-inner {
        transform: translateY(100%);
        width: 100%;
        height: max-content;
    }
    .product__modal.open .product__modal-inner {
        transform: translateY(0);
    }
    .product__price-title {
        display: none;
    }
    .product__subtitle.h2,
    .product__title {
        display: none;
    }
    .product__subtitle.mob {
        display: block;
        width: 100%;
        padding-left: 20px;
    }
    .product__title.mob {
        display: block;
        width: 100%;
        padding-left: 20px;
    }

    .modular-hero__model {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .modular-hero__tagline {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .modular-hero__lead {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .product-under__text {
        width: 100%;
    }
    .product__tabs {
        height: max-content;
        position: relative;
        text-align: right;
    }
    .product__modal-inner {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product__modal-close {
        display: none;
    }
    .product__modal-tabs {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product__modal-tab {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0, 0.3);
    }
    .product__modal-tab span {
        display: block;
    }
    .product__modal-tab img {
        width: 75px;
        margin-right: 10px;
    }
    .product__modal-tab.active img {
        border-bottom: 0px solid #000000;
    }
    .product__modal-apply-btn {
        width: 100%;
        background: #000000;
        color: #ffffff;
    }
    .product__modal-apply-btn .label {
        color: #ffffff;
    }
    .product__modal-apply {
        padding: 10px 0;
    }
    .product__modal {
        align-items: flex-end;
    }
    .swiper.product__slider {
        height: max-content;
    }
    .product__price {
        font-size: 24px;
    }
    .product2__description {
        font-size: 22px;
    }
    .product2__description p.small {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .swiper.product__slider {
        height: max-content;
    }
    .swiper.product__slider .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: none;
    }

    .product2__image {
        width: 30%;
    }
    .product2__description {
        width: 70%;
        font-size: 14px;
    }
    .video-block {
        height: 80vh;
    }
    .product2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .product2__image {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
    .product2__image img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
    .product2__description {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .product2__description p.small {
        font-size: 12px;
    }

    .product__tabs {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }
    .product__tab {
        width: 100%;
    }
}

/* ===== Нижние секции SINGLE (по макету M60) ===== */
.single-below {
    --sb-text: #111;
    --sb-muted: #6f6f6f;
    --sb-line: #dedede;
    --sb-soft: #f5f5f3;
    width: 100%;
    color: var(--sb-text);
    box-sizing: border-box;
}
.single-below__wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
}
.single-below__section {
    padding: 96px 0;
    border-top: 1px solid var(--sb-line);
}
.single-below__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 44px;
}
.single-below__title {
    font-size: 42px;
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: var(--sb-text);
}
.single-below__note {
    max-width: 520px;
    color: var(--sb-muted);
    font-size: 16px;
    line-height: 1.45;
}

.single-below__why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--sb-line);
    border: 1px solid var(--sb-line);
}
.single-below__why {
    background: #fff;
    padding: 34px;
    min-height: 190px;
    box-sizing: border-box;
}
.single-below__why b {
    font-size: 22px;
    display: block;
    margin-bottom: 14px;
}
.single-below__why p {
    margin: 0;
    color: var(--sb-muted);
    line-height: 1.45;
}

.single-below__plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center;
}
.single-below__plan-card {
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}
.single-below__plan-zoom {
    display: block;
    cursor: zoom-in;
}
.single-below__plan-card img {
    width: 100%;
    display: block;
}
.single-below__plan-placeholder {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sb-muted);
    font-size: 18px;
}
.single-below__tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.single-below__tab {
    border: 1px solid var(--sb-line);
    background: #fff;
    padding: 12px 18px;
    cursor: pointer;
    font: inherit;
    color: var(--sb-text);
}
.single-below__tab.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
}
.single-below__plan-text h3 {
    font-size: 32px;
    margin: 0 0 16px;
    line-height: 1.15;
}
.single-below__plan-text p {
    color: var(--sb-muted);
    font-size: 17px;
    margin: 0;
    line-height: 1.45;
}
.single-below__plan-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--sb-line);
}
.single-below__plan-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--sb-line);
}

.single-below__compare-wrap {
    overflow: auto;
    border: 1px solid var(--sb-line);
}
.single-below__table {
    border-collapse: collapse;
    width: 100%;
    min-width: 820px;
}
.single-below__table th,
.single-below__table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--sb-line);
    text-align: center;
}
.single-below__table th:first-child,
.single-below__table td:first-child {
    text-align: left;
}
.single-below__table thead th {
    background: var(--sb-soft);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.single-below__check {
    font-weight: 800;
}
.single-below__no {
    color: #aaa;
}
.single-below__table-note {
    margin-top: 16px;
    color: var(--sb-muted);
    font-size: 14px;
}

.single-below__process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.single-below__step {
    border-top: 2px solid #111;
    padding-top: 18px;
}
.single-below__step-num {
    font-size: 13px;
    color: var(--sb-muted);
    margin-bottom: 26px;
}
.single-below__step b {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.single-below__step p {
    color: var(--sb-muted);
    margin: 0;
    line-height: 1.45;
}

.single-below__testdrive {
    background: #111;
    color: #fff;
    padding: 96px 0;
}
.single-below__testdrive-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}
.single-below__testdrive .single-below__title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 16px;
}
.single-below__testdrive p {
    color: #cfcfcf;
    max-width: 700px;
    font-size: 18px;
    margin: 0;
    line-height: 1.45;
}
.single-below__btn-light {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 16px 24px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}
.single-below__btn-light:hover,
.single-below__btn-light:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
}

.single-below__faq {
    max-width: 900px;
}
.single-below__faq-item {
    border-bottom: 1px solid var(--sb-line);
}
.single-below__faq-q {
    width: 100%;
    border: 0;
    background: none;
    padding: 22px 0;
    text-align: left;
    font-weight: 700;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    color: var(--sb-text);
    font-family: inherit;
}
.single-below__faq-a {
    display: none;
    padding: 0 0 22px;
    color: var(--sb-muted);
    max-width: 760px;
    line-height: 1.45;
}
.single-below__faq-item.is-open .single-below__faq-a {
    display: block;
}

.single-below__final {
    text-align: center;
    padding: 110px 0;
    border-top: 1px solid var(--sb-line);
}
.single-below__final .single-below__title {
    font-size: 50px;
    margin-bottom: 18px;
}
.single-below__final p {
    color: var(--sb-muted);
    font-size: 18px;
    margin: 0 0 30px;
}
.single-below__btn-primary {
    display: inline-block;
    background: #111;
    color: #fff;
    border: 1px solid #111;
    padding: 17px 28px;
    text-decoration: none;
    white-space: nowrap;
}
.single-below__btn-primary:hover,
.single-below__btn-primary:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 960px) {
    .single-below__why-grid {
        grid-template-columns: 1fr;
    }
    .single-below__plan-grid {
        grid-template-columns: 1fr;
    }
    .single-below__process {
        grid-template-columns: 1fr 1fr;
    }
    .single-below__testdrive-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 620px) {
    .single-below__wrap {
        padding: 0 18px;
    }
    .single-below__section,
    .single-below__testdrive {
        padding: 68px 0;
    }
    .single-below__head {
        align-items: flex-start;
        flex-direction: column;
    }
    .single-below__title {
        font-size: 34px;
    }
    .single-below__testdrive .single-below__title,
    .single-below__final .single-below__title {
        font-size: 36px;
    }
    .single-below__process {
        grid-template-columns: 1fr;
    }
    .single-below__final {
        padding: 72px 0;
    }
}
/* End */


/* Start:/local/components/simpletemplates/form.order/templates/.default/style.css?173226269765*/
.modal_popup_checkbox {
    text-align: left;
    color: black;
}
/* End */


/* Start:/local/components/simpletemplates/form.order/templates/landWithHouse/style.css?1732262697103*/
.land-with-house {
    text-align: left;
    color: #fff;
}
.land-with-house label {
    color: #fff;
}
/* End */


/* Start:/local/templates/simplestroysite/components/bitrix/system.pagenavigation/show_more/style.css?1715936533124*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */
/* /local/templates/simplestroysite/components/bitrix/catalog.element/ykv_modularHouse/style.css?178609831727916 */
/* /local/components/simpletemplates/form.order/templates/.default/style.css?173226269765 */
/* /local/components/simpletemplates/form.order/templates/landWithHouse/style.css?1732262697103 */
/* /local/templates/simplestroysite/components/bitrix/system.pagenavigation/show_more/style.css?1715936533124 */
