div,
p,
span {
    font-family: ProximaNova-Regular;
}
.constructor2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 850px) {
    .constructor2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.constructor2 .constructor2__view-side {
    width: 40%;
}
.constructor2 .constructor2__view-side.view-side-mobile {
    display: none;
}
@media (max-width: 1000px) {
    .constructor2 .constructor2__view-side {
        width: 35%;
    }
}
@media (max-width: 850px) {
    .constructor2 .constructor2__view-side {
        width: 100%;
        display: none;
    }
    .constructor2 .constructor2__view-side.view-side-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
.constructor2 .constructor2__view-side .view-side-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 850px) {
    .constructor2 .constructor2__view-side .view-side-stage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 1000px) {
    .constructor2 .constructor2__view-side .view-side-stage img {
        max-width: 300px;
    }
}
.constructor2 .constructor2__view-side .view-side-stage .watch-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 343px;
    font-size: 13px;
    padding: 15px 0;
    font-family: ProximaNova-Bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    margin-top: 30px;
    cursor: pointer;
}
.constructor2 .constructor2__view-side .view-side-stage .watch-video::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/play-btn.svg);
    display: block;
    margin-right: 10px;
    height: 22px;
}
@media (max-width: 1000px) {
    .constructor2 .constructor2__view-side .view-side-stage .watch-video {
        width: 80%;
        font-size: 12px;
    }
}
@media (max-width: 850px) {
    .constructor2 .constructor2__view-side .view-side-stage .watch-video {
        margin-bottom: 35px;
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .constructor2 .constructor2__view-side .view-side-stage .watch-video {
        width: 100%;
    }
}
.constructor2 .constructor2__control-side {
    width: 60%;
}
@media (max-width: 1000px) {
    .constructor2 .constructor2__control-side {
        width: 65%;
    }
}
@media (max-width: 850px) {
    .constructor2 .constructor2__control-side {
        width: 100%;
    }
}
.constructor2 .constructor2__control-side .control-side__title {
    font-family: ProximaNova-Semibold;
    font-size: 34px;
    letter-spacing: -0.03em;
}
.constructor2 .constructor2__control-side .control-side__main-info {
    margin-bottom: 45px;
}
.constructor2 .constructor2__control-side .control-side__main-info > p {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}
@media (max-width: 850px) {
    .constructor2 .constructor2__control-side .control-side__main-info {
        padding: 0 20px;
    }
}
.constructor2 .constructor2__control-side .control-side__product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}
.constructor2 .constructor2__control-side .control-side__product-info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 9px 16px;
    font-family: ProximaNova-Bold;
    background-color: #ec8c44;
    border-radius: 100px;
}
.constructor2 .constructor2__control-side .control-side__product-info > div.free-measurement {
    margin-right: 10px;
}
.constructor2 .constructor2__control-side .control-side__product-info > div.free-measurement::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/measurement-icon.svg);
    display: block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.constructor2 .constructor2__control-side .control-side__product-info > div.installation-cost::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/installation-icon.svg);
    display: block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.constructor2 .constructor2__control-side .control-side__section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .constructor2 .constructor2__control-side .control-side__section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.constructor2 .constructor2__control-side .control-side__section-wrapper > div {
    width: 46%;
}
@media (max-width: 600px) {
    .constructor2 .constructor2__control-side .control-side__section-wrapper > div {
        width: 100%;
    }
    .constructor2 .constructor2__control-side .control-side__section-wrapper > div:not(:last-child) {
        margin-bottom: 30px;
    }
}
.constructor2 .constructor2__control-side .control-side__section .control-side__section-title {
    font-size: 16px;
    font-family: ProximaNova-Bold;
    margin-bottom: 15px;
    position: relative;
    color: #666666;
}
.constructor2 .constructor2__control-side .control-side__section .control-side__section-title > span {
    font-family: ProximaNova-Regular;
    color: #6c6c6c;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.constructor2 .constructor2__control-side .control-side__section .color-list {
    position: relative;
}
.constructor2 .constructor2__control-side .control-side__section .color-list .blur-layout {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.75%, rgba(255, 255, 255, 0)), color-stop(46.88%, rgba(255, 255, 255, 0.79)), color-stop(71.87%, #fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 18.75%, rgba(255, 255, 255, 0.79) 46.88%, #fff 71.87%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.75%, rgba(255, 255, 255, 0.79) 46.88%, #fff 71.87%);
    z-index: 5;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul {
    width: 332px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 115px;
    overflow: auto;
    position: relative;
}
@media (max-width: 1150px) {
    .constructor2 .constructor2__control-side .control-side__section .color-list ul {
        width: 100%;
    }
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul::-webkit-scrollbar {
    width: 4px;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul::-webkit-scrollbar-thumb {
    background-color: #ec8c44;
    outline: 0;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul li {
    margin-right: 27px;
    margin-bottom: 15px;
}
@media (max-width: 1150px) {
    .constructor2 .constructor2__control-side .control-side__section .color-list ul li {
        margin-right: 13px;
    }
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul li .color-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul li.selected .color-item {
    background: 0 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul li.selected .color-item::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}
.constructor2 .constructor2__control-side .control-side__section .color-list ul li.selected .color-item::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/check.svg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ec8c44;
    z-index: 3;
}
.constructor2 .constructor2__control-side .control-side__section .measurements-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.constructor2 .constructor2__control-side .control-side__section .measurements-form input {
    width: 100%;
    font-size: 12px;
    padding: 15px 20px;
    font-family: ProximaNova-Semibold;
    line-height: 15px;
    background: #fff;
    border: 2px solid #d8d8d8;
    margin-bottom: 15px;
    color: #6c6c6c;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.constructor2 .constructor2__control-side .control-side__section .measurements-form input:focus {
    border: 2px solid #ec8c44;
}
.constructor2 .constructor2__control-side .control-side__section .control-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    border: 2px solid #d8d8d8;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item.selected,
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item:hover {
    border: 2px solid #ec8c44;
}
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item.left-line {
    margin-right: 20px;
}
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/control-side-icon.svg);
    display: block;
    margin-right: 10px;
}
.constructor2 .constructor2__control-side .control-side__section .control-line .control-line__item.right-line::before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.constructor2 .constructor2__control-side .additional-fittings {
    margin-top: 45px;
    padding: 25px;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .constructor2 .constructor2__control-side .additional-fittings .additional-fittings__list .fittings-checkboxes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.constructor2 .constructor2__control-side .additional-fittings .additional-fittings__title {
    color: #686c6c;
    font-size: 10px;
    font-family: ProximaNova-Semibold;
    line-height: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.constructor2 .constructor2__control-side .costs-block {
    padding: 25px;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
@media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .constructor2 .constructor2__control-side .costs-block {
        padding: 40px 20px;
    }

    .constructor2 .constructor2__control-side .control-side__section .control-side__section-title {
        text-align: center;
        font-size: 14px !important;
    }

    .sub-product-page .last-constructor .constructor2 .constructor2__control-side .costs-block .cost-text {
        width: auto;
        text-align: center;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .constructor2 .constructor2__control-side .control-side__section .color-list ul {
        justify-content: center;
    }

    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .separate-line {
        display: none;
    }

    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text {
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text {
        margin-bottom: 35px;
    }

    .sub-product-page .last-constructor .constructor2 .constructor2__control-side .costs-block .main-price-block {
        padding: 0;
    }
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text {
    margin-right: 45px;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text span {
    font-family: ProximaNova-Regular;
    font-size: 12px;
    color: #686c6c;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text span:not(.bot) {
    font-family: ProximaNova-Semibold;
    font-size: 10px;
    text-transform: uppercase;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text > div {
    font-family: ProximaNova-Semibold;
    font-size: 32px;
    margin: 0;
}
/* @media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text > div {
        font-size: 20px;
        margin-right: 20%;
    }
} */
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text > div span {
    font-size: 13px;
    color: #373737;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .cost-text span.bot {
    color: #949494;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .separate-line {
    width: 1px;
    height: 28px;
    background: #e5e5e5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
/* @media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .separate-line {
        display: none;
    }
}
@media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing > div:not(.separate-line) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        margin: 0;
        padding: 15px 0;
    }
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing > div:not(.separate-line) > span:not(.bot) {
        width: 100px;
    }
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing > div:not(.separate-line) > span.bot {
        position: absolute;
        right: 15px;
        bottom: 5px;
        display: none;
    }
} */
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text {
    margin-left: 45px;
    margin-right: 45px;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text span {
    font-family: ProximaNova-Regular;
    font-size: 12px;
    color: #686c6c;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text span:not(.bot) {
    font-family: ProximaNova-Semibold;
    font-size: 10px;
    text-transform: uppercase;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text > div {
    font-family: ProximaNova-Semibold;
    font-size: 32px;
    margin: 0;
}
/* @media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text > div {
        font-size: 20px;
        margin-right: 20%;
    }
} */
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text > div span {
    font-size: 13px;
    color: #373737;
}
.constructor2 .constructor2__control-side .costs-block .content__cost-timing .timing-text span.bot {
    color: #949494;
}
.constructor2 .constructor2__control-side .costs-block .buttons-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .buttons-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.constructor2 .constructor2__control-side .costs-block .buttons-control a {
    width: calc(50% - 15px);
    max-width: 300px;
    display: block;
    font-family: ProximaNova-Bold;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #c4c4c4;
    color: #373737;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .buttons-control a {
        width: 100%;
        height: 39px;
        line-height: 39px;
        max-width: none;
    }
}
.constructor2 .constructor2__control-side .costs-block .buttons-control a.orange-btn {
    background-color: #ec8c44;
    color: #fff;
    margin-left: 15px;
    border: none;
}
@media (max-width: 650px) {
    .constructor2 .constructor2__control-side .costs-block .buttons-control a.orange-btn {
        margin: 0;
        margin-top: 15px;
    }
}
.constructor2 .constructor2__control-side .control-side__bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}
@media (max-width: 600px) {
    .constructor2 .constructor2__control-side .control-side__bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block {
    width: calc(50% - 7px);
    padding: 25px;
    border: 1px solid #f2f2f2;
}
@media (max-width: 600px) {
    .constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block {
        width: 100%;
        border: none;
        padding: 20px 0;
        border-bottom: 1px solid #f2f2f2;
    }
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-title {
    font-size: 14px;
    font-family: ProximaNova-Semibold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-title.payment-icon::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/payment-icon.svg);
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-title.delivery-icon::before {
    content: url(/wp-content/themes/jaluzimarket/assets/images/delivery-icon.svg);
    position: relative;
    top: 2px;
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-title::before {
    display: block;
    margin-right: 8px;
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-content > div {
    height: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}
.constructor2 .constructor2__control-side .control-side__bottom-info .bottom-info__block .bottom-info__block-content > div > span {
    color: #6c6c6c;
}
.gray-bgc {
    background-color: #f6f6f6;
}
.content__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 47px;
}
@media (max-width: 480px) {
    .content__share {
        margin-bottom: 25px;
    }
}
@media (max-width: 350px) {
    .content__share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content__share > span {
    font-family: ProximaNova-Semibold;
    font-size: 13px;
}
@media (max-width: 480px) {
    .content__share > span {
        font-size: 11px;
    }
}
@media (max-width: 350px) {
    .content__share > span {
        margin-bottom: 6px;
    }
}
.content__share > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content__share > ul li {
    margin-left: 17px;
}
@media (max-width: 480px) {
    .content__share > ul li {
        margin-left: 10px;
    }
}
@media (max-width: 350px) {
    .content__share > ul li {
        margin: 0;
    }
    .content__share > ul li:not(:first-child) {
        margin-left: 10px;
    }
}
.content__share > ul li a {
    font-family: ProximaNova-Regular;
    font-size: 13px;
    color: #373737;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .content__share > ul li a {
        font-size: 11px;
    }
}
.content__share > ul li a::before {
    content: "";
    display: block;
    float: left;
    position: relative;
    top: 1px;
    right: 5px;
    width: 14px;
    height: 12px;
    background: url(/wp-content/themes/jaluzimarket/assets/images/share-product-sprite.png);
}
.content__share > ul li a.facebook-icon::before {
    background-position: -4px -48px;
}
.content__share > ul li a.telegram-icon::before {
    background-position: -5px -15px;
}
.content__share > ul li a.twitter-icon::before {
    background-position: -5px 0;
}
.content__share > ul li a.viber-icon::before {
    background-position: -4px -32px;
}
.fittings-checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fittings-checkboxes .container {
    font-family: ProximaNova-Regular;
    font-size: 14px;
}
.fittings-checkboxes .container {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    padding-right: 20px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: ProximaNova-Bold;
    font-size: 14px;
    color: #1e1e1e;
    margin-right: 25px;
}
@media (max-width: 1150px) {
    .fittings-checkboxes .container {
        margin-right: 0;
    }
}
.fittings-checkboxes .container i {
    position: relative;
    top: -2px;
}
.fittings-checkboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.fittings-checkboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.fittings-checkboxes .container input:checked ~ .checkmark {
    background-color: #ec8c44;
    border: none;
}
.fittings-checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.fittings-checkboxes .container input:checked ~ .checkmark:after {
    display: block;
}
.fittings-checkboxes .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.how-working {
    display: none !important;
}
@media (max-width: 650px) {
    .container.last-constructor {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .container.last-constructor .control-side__section {
        padding: 0 20px;
    }
}
/*# sourceMappingURL=constructor-last-version.css.map */



.sub-product-constructor-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
}

.sub-product-constructor-popup .sub-product-constructor-popup__content {
   position: relative;
   width: 965px;
   background: #FFFFFF;
   z-index: 1002;
   margin: 0 auto;
   top: 5%;
   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08), 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2-main-wrapper {
    display: flex;
    padding: 0 30px;
    padding-bottom: 40px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .sub-product-constructor-popup__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-bottom: 1.5px solid #E5E5E5;
    margin-bottom: 37px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .sub-product-constructor-popup__title > div{
    font-size: 24px;
    font-family: "ProximaNova-Semibold";
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper {
   flex-direction: column;
}

.sub-product-page .last-constructor .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper>div:nth-child(1),
.sub-product-page .last-constructor .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper>div:nth-child(2) {
    width: 100%;
}

.sub-product-page .last-constructor .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper>div:nth-child(2) {
    border: none;
    padding: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__view-side {
    width: calc(47% - 5px);
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side {
    width: calc(53% - 25px);
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .measurements-form {
    justify-content: space-between;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .measurements-form input {
    width: 50%;
    max-width: 220px;
    font-family: "ProximaNova-Regular";
    border: 1px solid #C4C4C4;
    margin-bottom: 0;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 {
    justify-content: space-between;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .control-side__section-title {
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    margin-bottom: 10px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .additional-fittings {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .fittings-checkboxes .container {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6C6C6C;
    font-family: "ProximaNova-Regular";
    padding-right: 0;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .additional-fittings .additional-fittings__title {
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper {
    margin-bottom: 25px;
}

.sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .color-list ul {
    height: auto;
    max-height: 135px;
}

.popup-costs-block {
    display: flex;
}

.popup-costs-block .cost-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.popup-costs-block .cost-text .main-price-block {
    border: none;
    font-size: 32px;
    font-family: "ProximaNova-Semibold";
    padding: 0;
}

.popup-costs-block .cost-text .main-price-block span {
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    color: #373737;
}

.popup-costs-block .cost-text > span:not(.bot) {
    color: #686C6C;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
}

.popup-costs-block .cost-text > span.bot {
    font-size: 12px;
    color: #949494;
    text-align: left;
}

.popup-costs-block .footer-content__button {
    width: auto;
    padding: 15px 27px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.popup-costs-block .footer-content__button.footer-content__button--call {
    margin-bottom: 10px;
    cursor: pointer;
}


.sub-product-constructor-popup__title .close-calc-popup::before {
    content: url(assets/images/icons/close.svg);
    display: block;
    width: 18px;
    height: 18px;
    /* position: absolute; */
    /* right: 32px; */
    /* top: 32px; */
    cursor: pointer;
}

.control-side__section-wrapper .control-side__section .control-side__section-main-title,
.control-side__section-main-title-mobile {
    font-family: "ProximaNova-Semibold";
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 25px;
}

.control-side__section-main-title-mobile {
    display: none;
}

@media (max-width: 1000px) {
    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .control-side__section-title {
        text-align: center;
        margin-top: 35px;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .fittings-checkboxes .container {
        margin-right: 15px;
    }

    .control-side__section-main-title-mobile {
        display: block;
        text-align: center;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .additional-fittings {
        margin-bottom: 60px;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .additional-fittings .additional-fittings__title {
        text-align: center;
    }

    .control-side__section-wrapper .control-side__section .control-side__section-main-title {
        display: none;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content {
        width: 100%;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__view-side {
        display: block;
        width: 100%;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content {
        top: 0;
        min-height: 100%;
    }
}

@media (max-width: 970px) {
    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 {
        width: 100%;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content {
        width: 100%;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side {
        width: auto;
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 765px) {
    .sub-product-page .last-constructor .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section-wrapper>div:nth-child(2) {
        display: block;
    }
}

@media (max-width: 480px) {
    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .measurements-form input {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .control-side__section-title {
        margin-top: 0;
    }

    .popup-costs-block {
        flex-direction: column;
        align-items: center;
    }

    .popup-costs-block .cost-text {
        margin-bottom: 15px;
        width: auto;
    }

    .popup-control-btn {
        width: 100%;
    }

    .popup-costs-block .footer-content__button {
        width: 100%;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .control-side__section .control-line {
        justify-content: center;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .constructor2 .constructor2__control-side .additional-fittings .additional-fittings__list .fittings-checkboxes {
        flex-direction: row;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .sub-product-constructor-popup__title > div {
        font-size: 18px;
        line-height: 22px;
    }

    .sub-product-constructor-popup .sub-product-constructor-popup__content .sub-product-constructor-popup__title {
        padding: 20px;
        justify-content: center;
        position: relative;
        margin-bottom: 25px;
    }

    .close-calc-popup {
        position: absolute;
        right: 20px;
    }
}