

/* Start:/local/templates/simplestroysite/components/bitrix/catalog.element/ykv_modularHouse/style.css?174247452712645*/
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;
}
.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;
}
.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__images {
        width: 100%;
    }
    .product__info-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .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;
    }
    .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%;
    }
}
/* 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?174247452712645 */
/* /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 */
