

/* Start:/calc/style.css?177454783118898*/
.bg-calc-banner{border-radius:16px;background-color:#179BD7;background-image:url(/calc/images/bg-calc-top-block.png);background-size:cover;height:300px;margin-top:30px;display: flex;justify-content: space-between;}
.bg-calc-banner .banner-image{position: relative;min-width:60%;}
.bg-calc-banner .banner-image img{position:absolute;right:0;top:-47px;height:347px;width:auto;border-top-right-radius: 16px;border-bottom-right-radius: 16px;}
.bg-calc-banner .banner-content{padding:40px 60px;color:#FFFFFF;}
.bg-calc-banner .banner-content .caption{font-size:3rem;font-weight:800;margin-bottom:1rem;}
@media screen and (max-width: 400px) {
    .bg-calc-banner .banner-content .caption{font-size:2.5rem;font-weight:800;margin-bottom:1rem;}
}
.bg-calc-banner .banner-content .text{font-weight:700;font-size:1.3rem;}
.bg-calc-banner .banner-image:after{content:"";background:transparent;position: absolute;right:-5px;top:-5px;z-index:1;width:32px;height:32px;border:none;border-radius: 0 16px 0 0;border-top: 5px solid #FFFFFF;border-right: 5px solid #FFFFFF;}
.calc-tab-content .b-product__s2__tabs__title{border:var(--very--dark--shade--blue) 1px solid;padding:14px 40px;font-size:20px;font-weight:700;}
.calc-tab-content .b-product__s2__tabs__title a{color:inherit;}
.calc-tab-content .b-product__s2__tabs{gap:4px;}
.calc-tabs-block{margin-bottom:10px;}
.calc-tabs-content{background:#F5F7FB;padding:40px;border-radius:16px;}
.tabs-content-block > div:not(.calc-fo.offer){display:none;}
.tabs-content-block > div:not(.calc-fo.offer).active{display:block;}
.tab-content .caption{font-size:24px;line-height: 1.2;font-weight:700;margin-bottom:8px; text-transform: uppercase; color:#404040;}
.calc-text h2{color:#404040;font-size:2rem;line-height: 1.2;font-weight:700;margin-bottom:2rem;}
/* .calc-tab-content, .calc-fo, .calc-text{margin-bottom:5rem;} */
.calc-text img{border-radius:16px;}
.calc-text li{position: relative;padding-left:20px;margin-bottom:20px;}
.calc-text li:before{content:"";position: absolute;left:0;top:0;width:8px;height:8px;background: #5BB521;border-radius: 50%;}
.calc-text .d_flex{gap:40px;}
.calc-text .image{min-width:30%;}
.calc-fo{background:no-repeat url(/calc/images/bg-calc-fo.jpg) right top / cover;}
.calc-fields-block{display:none;}
.calc-fields-block.active{display:block;}
.w-50{width:50%;}
.w-100{width:100%;}
.w-85{width: 85%;}
.calc-fo .image{position: relative;height:100%;}
.calc-fo .image img{position: absolute;right:0;bottom:0;width:100%;}
.calc-form-fo{margin:40px 0;}
.calc-form-fo .caption{color:#FFFFFF;font-size:32px;font-weight:700;margin-bottom:1rem;}
.calc-form-fo .text{color:#FFFFFF;margin-bottom:1.2rem;}
.input {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    outline: none;
    resize: none;
    width: 100%;
}
.input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.fos {
    position: relative;
}
.fos .fos-form {
    max-width: 60%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.fos .fos-form-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: clamp(28px, 2.8vw, 48px);
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 14px;
}
.fos .fos-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    color: var(--belyy);
    margin-bottom: 40px;
}
.fos .form-fos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.fos .form-fos .fos-form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fos .form-fos .fos-form-block input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    width: 100%;
}
.fos .form-fos textarea {
    height: 80px;
}
.fos .form-fos .fos-form-bottom {
    margin-top: 20px;
}
.fos .form-fos .fos-form-bottom .policy {
    margin-bottom: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14px 1fr;
    grid-template-columns: 14px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.fos .form-fos .fos-form-bottom .policy input {
    width: 100%;
    height: 100%;
}
.fos .form-fos .fos-form-bottom .policy label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
}
.fos .form-fos .fos-form-bottom .btn--accent {
    background: var(--belyy);
    color: var(--chernyy);
    width: 100%;
}
.fos-form-block .input{margin-bottom:1rem;}
.offer .form-offer .form-offer-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.offer .form-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.form-notice {
    color: #FFFFFF;
    font-size: 12px;
}
.offer .form-offer .offer-form-btn {
    cursor: pointer;
    background: var(--belyy);
    width: 100%;
    color: #000;
}
.btn--accent {
    border-radius: 8px;
    padding: 16px 40px;
    background: var(--t-siniy);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--belyy);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn--blue {
    border-radius: 8px;
    text-align: center;
    /* padding: 16px 40px; */
    background: #179BD7;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--belyy);
    border: none;
    padding: 14px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--blue-outline {
    border-radius: 8px;
    text-align: center;
    /* padding: 16px 40px; */
    background: var(--belyy);
    border: 1px solid #179BD7;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    padding: 14px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.offer .form-offer .policy label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
}
.zamer-text a{font-size:18px;font-weight:500;border-bottom:1px dotted #404040;color:#404040;text-decoration: none;}
.zamer-text{margin-bottom:30px;}
.modal-window{display:none;}
.modal-window.active{display: block;}
.calc-popup-list .popup_mm{max-width:700px;background: #FFFFFF;max-height: 70vh;overflow-y:scroll;}
.popup-list.calc-popup-list > div.active{overflow: auto;}
.mt-3 {margin-bottom:30px;}
.calc-param .calc-param-title, .calc-param-two .calc-param-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#404040;}
.calc-param-values{display:flex;gap:4px;flex-wrap: wrap;width:100%;margin-bottom: 20px;}
.calc-param-values.input-razmer_teplitsy{gap:0;justify-content: space-between;}
.calc-param-values .w-50{width:calc(50% - 5px);}
.calc-param-values .calc-radio{cursor:pointer;display:block;padding:14px 27px 14px 53px;font-size:16px;color:inherit;font-weight: 400;background: #FFFFFF;position: relative;border-radius: 8px;border:1px solid #FFFFFF;color:#404040;}
.calc-param-values .calc-radio.active{border-color:#064A69;}
.calc-param-values .calc-radio:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid rgba(44, 103, 159, 0.2);left:20px;top:14.5px;position:absolute;}
.calc-param-values .calc-radio.active:before{border-color:#064A69;}
.calc-param-values .calc-radio.active:after{background:#064A69;content:"";position: absolute;left:23px;top:17.5px;width:12px;height:12px;border-radius:50%;}
.calc-param-values [type=text], .calc-param-values [type=number]{height:47px;border-radius:8px;border:1px rgba(44, 103, 159, 0.2) solid;padding:14px 20px;margin-bottom:10px;}

#calc-image{border-radius:16px;
     width: 100%; height: 100%; 
     object-fit: cover;}
.calc-white-block{background:#FFFFFF;padding:20px;border-radius: 8px;}
.gap-20{gap:20px;}
.calc-raschet{font-size:16px;font-weight:400;}
.calc-raschet .comment{font-size:14px;margin-bottom:1.8rem; color: #404040}
.raschet-row .value{text-align: right;font-weight:700;color:#383838;}
.raschet-row .separator{border-bottom:rgba(56, 56, 56, 0.2) 1px dashed;
    /* width:50%; */
    width: 100%;
    bottom:4px;position: relative;}
.raschet-row{gap:5px;}

/* Вид поликарбонат */
.vid-polikarbonat {padding: 14px 28px; font-family: var(--font-family); font-weight: 400; font-size: 16px; color: #404040; background-color: var(--belyy); border-radius: 8px; display: block; cursor: pointer;}
.input-vid_polikarbonat {margin-top: 10px;}
.rachet-block {margin-top: 20px;}
input[data-name='vid_polikarbonat']:checked + label {
    border: 1px solid #064A69;
}


.param-two-block {position: relative;}
.param-two-block .info-pol-block {position: absolute; width: 20px; height: 20px; top: 4px; left: 4px;}

.raschet-content .title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-wrap: nowrap;
} 

.calc-param-values .title {
    font-family: var(--font-family);
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-wrap: nowrap;
}

.raschet-content .value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #383838;
    text-wrap: nowrap;
}

.raschet-content {display: flex; flex-direction: column; gap: 14px;}


.image-block {position: absolute; top: 0; bottom: 0; left: 0; right: 0;}


/* Рекомендуемый материал */
.calc-buttons-block .product {display: flex; gap: 14px; justify-content: space-between;}
.calc-buttons-block .product-image img {min-width: 60px; border-radius: 4px; width: 100%; max-width: 80px;}
.calc-buttons-block .product-name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #404040;
}

.calc-buttons-block {display: flex; flex: 1 1 0; flex-direction: column; justify-content: space-between;}

.calc-buttons-block .price {display: flex; gap: 10px; justify-content: space-between;}
.calc-buttons-block .product-raschet {display: flex; flex-direction: column; gap: 14px;}
.calc-buttons-block .button-raschet-content {z-index: 5;}
/* .calc-buttons-block .caption {margin-bottom: ;} */

.calc-raschet .calc-raschet-button {margin-top: 40px; display: block;}


.blocks_two_deactive {display: none}

.dop-calc-param-values{cursor: pointer; width: 100%; border-radius: 8px; padding: 8px 14px; border: 1px solid #064A69; display: flex; align-items: center; justify-content: space-between;}
.dop-calc-param-values span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
}

.calc-inputs-box{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

/* .calc-param-values.input-orientatsiya_listov {
    gap: 0px;
} */

.calc-param-values [type=number]{height:47px;border-radius:8px;border:1px rgba(44, 103, 159, 0.2) solid;padding:14px 20px;margin-bottom:10px;}
.calc-param-values [type=number]::placeholder{color: rgba(64, 64, 64, .6)}
.calc-param .toggler {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    cursor: pointer;
    margin: 0;
}

.calc-param .toggler {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    cursor: pointer;
    margin: 0;
}

.calc-param .toggler-custom {
    border: 1px solid #064A69;
    width: 50px;
    height: 28px;
    border-radius: 1000px;
    background: #f8f8f8;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.calc-param .toggler-custom:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #064A69;
    border-radius: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.toggler:checked + .toggler-custom {background: #064A69;}
.toggler:checked + .toggler-custom:before {
    left: auto;
    right: 2px;
    background: #fff;
}



.calc-param .toggler-btn {
    position: relative;
}

.calc-param .btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;   
}

.calc-pol-content .tab-content .d_flex .image.image-block.mobile{display: none;}

.calc-pol-content .calc-tab-content .b-product__s2__tabs__title {border-color: #064A69; background: #F5F7FB;}
.calc-pol-content .calc-tab-content .b-product__s2__tabs__title.active {background: #064A69;}

.top-banner {margin-bottom: 50px;}
.calc-pol-content .calc-pol-breadcrumb ul li {
    font-size: 16px;
    font-weight: 700;
    color: #616161; 
}

.calc-pol-content .calc-form-fo.offer-form .policy {display: flex; gap: 10px;}
 
.calc-pol-content .calc-fo.offer {border-radius: 8px; margin-top: 30px;}
.calc-pol-content .calc-fo.offer .form-left-block {margin-left: 60px;}

.calc-pol-content .btn-calc-whatsapp-mobile {display: none;}


/* попап */
.calc-pol-content .cont_popup{align-items: start;}
.calc-pol-content .popup_mm .cont_popup {padding: 60px 40px; margin: 0; max-width: 100% !important;}

.calc-pol-content .popup_mm .cont_popup h2 {margin-bottom: 30px; color:#404040;}
.calc-pol-content .popup_mm .cont_popup img {margin: 0 auto;}
.calc-pol-content .popup_mm .cont_popup .title_two {font-size: 20px;font-weight: 700;color:#404040;}
.calc-pol-content .popup_mm .cont_popup ol li {font-size: 18px;font-weight: 400;color:#404040;}
.calc-pol-content .popup_mm .cont_popup ol li span {font-weight: 600;}

.calc-pol-content .calc-tab-content {margin-bottom: 30px;}

.calc-pol-content .popup_mm .cont_popup {background: #F5F7FB;}  

.calc-pol-content .calc-text {display: none;}

.calc-pol-content .param-two-block-info-text {
    padding: 20px;
    position: absolute;
    width: 640px;
    height: 160px;
    z-index: 2;
    background: #ECF3F6;
    border-radius: 8px; 
    top: 35px;
    left: -38px; 
    display: none;  
}

.info-pol-block:hover .param-two-block-info-text {
    display: block; /* Показываем текст при наведении */
}

@media screen and (max-width: 991px) {
    .calc-pol-content .info-pol-block:hover .param-two-block-info-text {display: none;}


    .calc-pol-content .calc-tab-content {margin-bottom: 20px;}


    .calc-pol-content .popup_mm .cont_popup {padding: 40px 10px;}
    .calc-pol-content .popup_mm .cont_popup ol { padding-left: 20px;}

    .calc-pol-content .tab-content .d_flex .w-50 {width: 100%;}
    .calc-pol-content .tab-content .d_flex:not(.raschet-row) {flex-direction: column;}
    .calc-pol-content .tab-content .d_flex .image.image-block{height: 250px; position: static; display: none;}
    .calc-pol-content .tab-content .d_flex .image.image-block.mobile{display: block; height: 100%; overflow: hidden; margin-bottom: 20px}
    .calc-pol-content .tab-content .d_flex .image.image-block.mobile img{height: 250px; width: 100%; border-radius: 4%;}
    .calc-pol-content .calc-param .calc-param-values a {width: 100%;}
    .calc-pol-content .calc-buttons-block .product{gap: 8px; justify-content: start;}
    .calc-pol-content .calc-buttons-block {gap: 20px;}
    .calc-pol-content .calc-text .d_flex {flex-direction: column;}
    .calc-pol-content .calc-text .d_flex.text_flex-block-two {flex-direction: column-reverse;}
    .calc-pol-content .calc-text .image img {width: 100%; object-fit: cover;}
    .calc-pol-content .bg-calc-banner .banner-image {display: none;}
    .calc-pol-content .bg-calc-banner .banner-content {padding: 20px 10px;}
    .calc-pol-content .calc-tabs-content {padding: 10px;}
    .calc-pol-content 
    .calc-pol-content .calc-pol-breadcrumb ul li {font-size: 12px;}

    .calc-pol-content .b-product__s2__tabs {width: 100% !important;}

    .calc-pol-content .calc-fo.offer {background: #064A69;}
    .calc-pol-content .calc-fo.offer .form-right-block{display: none;}
    .calc-pol-content .calc-fo.offer .form-left-block {margin: 0 10px; width: 100%;}

    .calc-pol-content .calc-form-fo {margin-top: 20px; margin-bottom: 20px;}

    .calc-pol-content .calc-form-fo.offer-form .policy #aggry-checkbox {width: 24px; height: 24px;}

    .calc-pol-content .btn-calc-whatsapp-mobile{
        display: flex;
        align-items: center;
        gap: 10px; 
        justify-content: center;
        border: 1px solid #fff;
        padding: 18 0;
        border-radius: 8px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 16px;
        color: var(--belyy);

    }
}

@media screen and (min-width: 991px) {
    .calc-fo{height:520px;}
    .calc-fo .wrap>div {height: 100%;}
}

#place-order .order-title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #404040;
    line-height: 1.2;
    text-transform: uppercase;
}

#place-order .order-desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    margin-top: 10px;
}

#place-order .form-offer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    margin-top: 30px;
}

#place-order .form-offer-block .input {background: #ffffff; color: #404040; padding: 14px 0; padding-left: 20px;}
#place-order .form-offer-block .input::placeholder {color: rgba(64, 64, 64, .6);}

.calc-tab-content .js-tab-title:hover {color:#ffffff; background: #064A69;}

.calc-tabs-content input[type=number]:focus {border-color: #064A69 !important;}
.calc-tabs-content input[type=number] {outline: none;}

@media screen and (max-width: 540px) {
    .calc-fo.offer .input {padding: 16px;}
    .calc-fo.offer .form-offer-block {grid-template-columns: 1fr;}
}

.raschet-sq.deactive {display: none;}

.calc-white-block {    display: flex;
    flex-direction: column;
    /* flex: 1 1 0; */
    height: 100%;
    justify-content: space-between;}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1750782210467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /calc/style.css?177454783118898 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1750782210467 */
