

/* Start:/bitrix/components/scalculator.core/calc_element/css/style_var.css?1764824072562*/
._sclc_main {
    --sc_base_color: #257de3;
    --sc_base_color_hover: #1e64b6;

    --white_text_black: #333;
    --basic_text_black: #555;
    --black_bg_black: #fff;
    --darkerblack_bg_black: #f8f8f8;
    --stroke_black: #ececec;
    --stroke_black_hover: #fff;

    --msg_primary_bg: #cce5ff;
    --msg_primary_color: #004085;
    --msg_primary_border: #b8daff;
    --lightgrey_black: #fafafa;
    --btn_light_hover_bg: #eeeeee; 

    --black_white: #000;
    --item_active: #f5f5f5;
    --grey_white: #808080;
    --shadow_block: rgba(34, 60, 80, 0.2);
}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_var_base.css?1764824072251*/
._sclc_main {
--sc_base_color:#257de3;
--sc_base_color_hover:#1e64b6;
--sc_base_color_btn_txt:#ffffff;
--sc_bsk_bg:#257de3;
--sc_bsk_bg_hover:#1e64b6;
--sc_bsk_color:#ffffff;
--sc_bska_bg:#808080;
--sc_bska_bg_hover:#808080;
--sc_bska_color:#ffffff;
}
/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_select.css?17648240721589*/
.sc_select-wrap {position: relative;flex-grow: 1;display: flex;justify-content: flex-start;align-items: center;margin: 2px 0;}
.sc_select-btn-info {position: relative;display: flex;width: 100%;height: 41px;margin: 0 0px 0px;padding: 0 11px;border-radius: 3px;background:var(--lightgrey_black);border: 1px solid #eeeeee;cursor: pointer;align-items:center;}
.sc_select-btn-info .btn-title {height: 100%;width: 100%; display: flex;flex-direction: row; justify-content: space-between;align-items: center;line-height:15px;}
.sc_select-icon-carret {width: 10px;margin-left: 10px;}
.sc_select-list {width: 100%; position: absolute;top: 100%;left: 0;z-index: 1000;display: none; float: left;min-width: 10rem;font-size: 1rem;color:var(--white_text_black);text-align: left;list-style: none;background-color:var(--black_bg_black);background-clip: padding-box;background:var(--black_bg_black);box-shadow: 0px 1px 4px var(--shadow_block);margin-top: 4px;}
.sc_select-list li {display:flex;align-items:center;text-align: left;padding: 4px 9px 4px 9px;cursor: pointer;list-style: none;min-height: 33px;margin: 0px;line-height:15px;}
.sc_select-list li::before {content: none!important;}
.sc_select-list li.active {color: #fff;background:var(--sc_base_color);}
.sc_select-list li:hover:not(.active) {cursor: pointer;background:var(--item_active);}
.sc_select-list li.active:hover {cursor: default;}
.sc_select-wrap .sc_select-value-name.val-empty {color: #bdbdbd;}

.sc_select-wrap.open .sc_select-list {display: block;}
.sc_select-wrap.open .sc_select-list .field-select-item.val-empty {color: #bdbdbd;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_checkbox.css?1764824072944*/
.sc_checkbox {position: absolute;z-index: -1;opacity: 0;}
.sc_checkbox+label {display: flex;align-items: center;user-select: none;font-weight: unset;margin-bottom: 5px;}
.sc_checkbox+label::before {content: '';display: inline-block;width: 21px;height: 21px;flex-shrink: 0;flex-grow: 0;border: 1px solid #cccccc;border-radius: 3px;margin-right: 0.5em;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.sc_checkbox:focus:not(:checked)+label::before {border-color:var(--sc_base_color);background-color:var(--sc_base_color);}
.sc_checkbox:checked+label::before {border-color:var(--sc_base_color);background-color:var(--sc_base_color);background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");}
.sc_checkbox:disabled+label::before {background-color: #e9ecef;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_loader.css?1764824072607*/
._sc_loader-img {width: max-content;margin: auto;text-align: center;display:flex;}
._sc_loader-img .pt {width: 20px;height: 20px;background-color: #999;border-radius: 100%;display: inline-block;animation: _sc_loader-img-pt 1.4s ease-in-out 0s infinite both;}
._sc_loader-img .pt-1 {animation-delay: -0.32s;}
._sc_loader-img .pt-2 {animation-delay: -0.16s;margin:0 5px;}
@keyframes _sc_loader-img-pt {0%, 40%, 100% {transform: scale(0.5);} 20% {transform: scale(1.0);}}
._sclc_btn ._sc_loader-img {display: none;}
.sc-loading ._sc_loader-img {display: flex;}
._sclc_btn.sc-loading .btn-text {display: none;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_main.css?176482407214461*/
._sclc_main {padding:20px;overflow:hidden;position:relative;}
._sclc_main .btn-wrap {width: 100%;margin-top: 20px;display: flex;justify-content: center;}
._sclc_main .btn-apply {width: 300px;height: 45px;display: flex;padding-top: 0;padding-bottom: 0;align-items: center;justify-content: center;}
._sclc_main .msg-info {margin: 20px auto;width: max-content;max-width: 100%;}


._sclc_btn_exec {width: 300px;height: 45px;display: flex!important;align-items: center;justify-content: center;padding: 0px 20px!important;}
._sclc_btn_exec ._sc_loader-img {display: none;}
._sclc_btn_exec ._sc_loader-img .pt {background-color: #fff;height: 15px;width: 15px;}
._sclc_btn_exec.sc-loading ._sc_loader-img {display: flex;}
._sclc_btn_exec.sc-loading .btn-txt {display:none;}

._sclc_h2,._sclc_h3,._sclc_h4 {color: var(--white_text_black);line-height: 1.126em;font-weight:400;margin: 30px 0 20px 0;}
._sclc_h2 {font-size: 1.867em;}
._sclc_h3 {font-size: 1.6em;}
._sclc_h4 {font-size: 1.4em;}
._sclc_h4.title-wrap {margin-top: 10px;}

._sclc_h2._sclc_pat_title {text-align: center;}

._sc_wid_xs ._sclc_h2 {font-size: 1.6em;}

._sclc_main .product-param-item input[type="number"].param-inp {width: 70px;}

._sclc_main ._sc_res_info_wrap {display: flex;justify-content: center;width: 100%;height: 40px;}
._sclc_main ._sc_res_info_wrap ._sclc_msg_info_error,
._sclc_main ._sc_res_info_wrap ._sclc_msg_info_res_old {display: none;align-items: center;height: 40px; width: max-content;color: var(--msg_primary_color);background-color: var(--msg_primary_bg);border-color: var(--msg_primary_border);padding: 0 1.25rem;border: 1px solid transparent;border-radius: 0.25rem;}
._sclc_main ._sc_res_info_wrap ._sclc_msg_info_error {background: #f8d7da;border-color: #f5c6cb;color:#721c24;}
._sclc_main ._sc_res_info_wrap.show-msg ._sclc_msg_info_res_old.active {display: flex;}
._sclc_main ._sc_res_info_wrap.show-error ._sclc_msg_info_error {display: flex!important;}
._sclc_main ._sc_res_info_wrap.show-error.show-msg ._sclc_msg_info_res_old {display:none;}
._sclc_main ._sc_res_info_wrap.show-msg ._sclc_msg_info_error {display: none;}

._sclc_main.no-check-wid ._sclc_content {opacity:0;}

._sclc_pat_inp_wrap {display: flex;flex-direction:column;align-items: center;padding-bottom: 20px;}
._sclc_pat_inp_wrap ._sclc_group {display: flex;flex-direction: row;justify-content: center;}
._sclc_pat_inp_wrap .imgblock-wrap {width:300px;height:300px; margin: 30px 40px 0 0;border: 1px solid var(--stroke_black);}
._sclc_pat_inp_wrap .imgblock-wrap .img-wrap {width:100%;height:100%;}
._sclc_pat_inp_wrap .imgblock-wrap img {width:100%;height:auto;}
._sclc_inp_list {display: flex;flex-direction: column;align-items: center;width:100%;}
._sclc_inp_list.padd-top {padding-top:40px;}
._sclc_inp_list ._sclc_h2 {text-align: center;}
._sclc_inp_list .product-param-item .param-title {line-height:15px;}

._sc_wid_m ._sclc_pat_inp_wrap ._sclc_group {width:100%;justify-content:space-between;}
._sc_wid_m ._sclc_inp_list {flex-grow:1;width:100%;}

._sc_wid_s ._sclc_pat_inp_wrap ._sclc_group {width:100%;justify-content:space-between;}
._sc_wid_s ._sclc_pat_inp_wrap .imgblock-wrap:not(.imgblock-product-type) {width:150px;height:150px;margin: 40px 20px 0 0;}
._sc_wid_s ._sclc_inp_list {flex-grow:1;width:100%;}
._sc_wid_s ._sclc_inp_list.padd-top {padding-top:0px;}

._sc_wid_xs ._sclc_pat_inp_wrap ._sclc_group {width:100%;flex-direction: column;align-items: center;}
._sc_wid_xs ._sclc_pat_inp_wrap .imgblock-wrap:not(.imgblock-product-type) {margin: 20px 0;height:200px;width:200px;}
._sc_wid_xs ._sclc_inp_list ._sclc_h2 {text-align: center;}
._sc_wid_xs ._sclc_inp_list.padd-top {padding-top:0px;}

._sclc_main .param-group-wrap {display:flex;flex-direction:column;align-items:center;width:100%;}
._sclc_main .product-params-wrap {padding-bottom: 20px;display: flex;flex-direction: column;align-items: center;}
._sclc_main .product-param-item {display: flex;align-items: center;padding: 4px 0;width: 400px;max-width:400px;justify-content: space-between;}
._sclc_main .product-param-item._sclc_pr_bl{width: 100%;flex-direction: column;}
._sclc_main .product-param-item .param-block {display: flex;align-items: center;}
._sclc_main .product-param-item .param-select-block {display: flex;align-items: center;}
._sclc_main .product-param-item .param-inp {padding: 0 5px;text-align: right;width: 60px;height: 41px;}
._sclc_main .product-param-item .param-inp.error-inp {border: 2px solid red;}
._sclc_main .product-param-item .param-value-simple {font-weight: bold;}
._sclc_main .product-param-item .param-unit {width: 30px;margin-left: 10px;text-align: left;}
._sclc_main .product-param-item .param-unit-xs {display: none;}
._sclc_main .product-param-item .sc_select-wrap {flex-grow: unset;}
._sclc_main .product-param-item .sc_select-wrap:not(.isset-img) .sc_select-btn-info {min-height: 30px;}
._sclc_main .product-param-item .sc_select-wrap.isset-img {flex-grow: unset;width: 210px;}
._sclc_main .product-param-item .sc_select-wrap.isset-img .sc_select-btn-info {height: 50px;padding-left:10px;}
._sclc_main .product-param-item .sc_select-wrap.isset-img .select-item-block {display: flex;align-items: center;padding-left: 50px;position: relative;min-height: 40px;}
._sclc_main .product-param-item:not(.param-item-cnn) .sc_select-wrap.isset-img .sc_select-btn-info .select-item-block {width: 255px;}
._sclc_main .product-param-item .sc_select-wrap.isset-img .img-wrap {width: 40px;height: 40px;border-radius: 50px;overflow: hidden;position: absolute;top: 0px;left: 0px;}
._sclc_main .product-param-item .sc_select-wrap.isset-img .img-wrap img {width: 100%;height:auto;}
._sclc_main .product-param-item .sc_select-wrap span {line-height: 15px;}
._sclc_main .product-param-item input[type="number"] {-moz-appearance: textfield;border: 1px solid #ececec;border-radius: 3px;box-shadow: none;padding: 0 5px;text-align: right;width: 60px;height: 35px;background:var(--darkerblack_bg_black);color:var(--white_text_black);}

._sclc_main .product-param-item.show-cnn {display: none;}
._sclc_main .product-params-wrap.show-cnn-2 .product-param-item.show-cnn.show-cnn-2 {display:flex;}
._sclc_main .product-params-wrap.show-cnn-3 .product-param-item.show-cnn.show-cnn-3 {display:flex;}

._sclc_main .product-param-item.show-column {flex-direction: column;align-items: flex-start;}
._sclc_main .product-param-item.show-column .param-title {font-weight: 600;}
._sclc_main .product-param-item.show-column .param-title .param-unit-xs {display: inline-block;}
._sclc_main .product-param-item.show-column .param-select-block {width: 100%;}
._sclc_main .product-param-item.show-column .sc_select-wrap {flex-grow: 1;}
._sclc_main .product-param-item.show-column .param-unit {display: none;}
._sclc_main .product-param-item.show-column .param-block {display:flex;align-items: center;width: 100%;height: 41px;padding: 0 11px;border-radius: 3px;border: 1px solid #eeeeee;}
._sclc_main .product-param-item.show-column .param-value-simple {font-weight: unset;}
._sclc_main .product-param-item.show-column .sc_select-wrap.value-simple .sc_select-btn-info {border-color: #eeeeee;font-weight: unset;}
._sclc_main .product-param-item.show-column .sc_select-wrap.value-simple .sc_select-btn-info .btn-title {display: flex;justify-content: flex-start;}

._sclc_main .param-imgsimple-wrap {display: flex;justify-content: center;margin: 10px 0 20px 0;width: 100%;}
._sclc_main .param-imgblock-wrap {display: flex;justify-content: center;margin: 10px 0 20px 0;}
._sclc_main .param-imgsimple-wrap img,
._sclc_main .param-imgblock-wrap img {height: 200px;width: auto;}

._sc_wid_s._sclc_main .product-param-item {width: 100%;}

._sc_wid_xs._sclc_main .product-param-item {width:100%;}
._sc_wid_xs._sclc_main .product-param-item .sc_select-wrap.isset-img .sc_select-btn-info .select-item-block {width: 255px;}
._sc_wid_xs ._sclc_msg_info_res_old {width: 300px;text-align: center;}

._sclc_res_list {display: flex;flex-direction: column;align-items: center;margin-top: 20px;position: relative;padding-bottom: 20px;}
._sclc_res_list ._sclc_h2 {margin-top: 20px;text-align: center;}
._sclc_res_list ._sclc_res_item {display: flex;flex-direction: column;align-items: center;margin: 5px 0;width: 420px;}
._sclc_res_list ._sclc_res_item._sc_separator {border-bottom: 1px solid var(--stroke_black);height: 2px;margin: 10px 0;}
._sclc_res_list ._sclc_res_value_wrap {width: 100px;text-align: right;padding-right: 10px;position: relative;min-height: 26px;}
._sclc_res_list ._sclc_res_value_wrap ._sc_loader-img {display: none;}
._sclc_res_list ._sclc_res_value_wrap ._sc_loader-img .pt {background-color:var(--white_text_black);height: 10px;width: 10px;opacity: 0.5;}
._sclc_res_list ._sclc_res_value svg {height: 20px;position: absolute;right: 10px;top: 3px;}
._sclc_res_list ._sclc_res_value svg path {fill: var(--white_text_black);opacity: .5;}
._sclc_res_list ._sclc_res_value.font-l {font-size: 18px;font-weight: bold;}
._sclc_res_list.sc-loading ._sclc_res_value_wrap {padding-left: 40px;}
._sclc_res_list.sc-loading ._sclc_res_value_wrap ._sc_loader-img {display:block;}
._sclc_res_list.sc-loading ._sclc_res_value {display:none;}
._sclc_res_list ._sclc_res_item_block {display: flex;align-items: center;justify-content: space-between;width: 100%;}
._sclc_res_list ._sclc_res_item_row {display: flex;align-items: center;}
._sclc_res_list ._sclc_res_unit {width: 30px;}

._sc_wid_xs ._sclc_res_list ._sclc_res_item {width: 300px;}
._sc_wid_xs ._sclc_res_list ._sclc_res_title {line-height: 20px;}


._sclc_btn {font-size: 12px;height: 40px;display: flex;align-items: center;justify-content: center;font-weight: 400;text-transform: uppercase;text-decoration: none;margin: 0;border: 1px solid;letter-spacing: .8px;border-radius: 3px;padding: 0 1.5em;overflow: hidden;cursor: pointer;}
._sclc_btn.disabled {cursor:default;}
._sclc_btn_default {background-color:var(--sc_base_color);border-color:var(--sc_base_color);color:var(--sc_base_color_btn_txt);}
._sclc_btn_default:not(.disabled):hover {background-color:var(--sc_base_color_hover);border-color:var(--sc_base_color_hover);}
._sclc_btn_xs {height: 30px;font-size: 10px;line-height: 10px;}
._sclc_btn_light {background-color:var(--black_bg_black);}
._sclc_btn_light:hover {background-color:var(--btn_light_hover_bg);}

._sclc_prev_list_top .row-wrap {display: flex;align-items: center;justify-content: flex-start;width:fit-content;}
._sclc_prev_list_top .pattern-list-top-title {font-size: 1.6em; line-height: 1.126em;font-weight: 400;}
._sclc_prev_list_top._sclc_show_car {display:flex;flex-direction:column;align-items:center;}

._sclc_car_prev_wrap {display: flex;justify-content: center;width:100%;height: 110px; overflow: hidden;margin:0 0 10px 0;position: relative;}
._sclc_car_prev_wrap ._sclc_car_prev_list {position: absolute; display: flex;width: max-content;align-items: center;transition: left 0.5s ease;}
._sclc_car_prev_wrap ._sclc_car_prev_list.simple-type {position: unset!important;}
._sclc_car_prev_wrap ._sclc_prev_item {margin: 4px;position: relative;background:var(--black_bg_black);padding: 4px;width:max-content;cursor: pointer;height:100px;width:100px;}
._sclc_car_prev_wrap ._sclc_prev_item img {height: 92px;width: auto;}
._sclc_car_prev_wrap ._sclc_prev_item.active {background:var(--sc_base_color);cursor:default;}

._sc_wid_xs ._sclc_car_prev_wrap {height: 80px;}
._sc_wid_xs ._sclc_car_prev_wrap ._sclc_prev_item {height: 70px!important;width: 70px;}
._sc_wid_xs ._sclc_car_prev_wrap ._sclc_prev_item {height:unset;} 
._sc_wid_xs ._sclc_car_prev_wrap ._sclc_prev_item img {height: 62px;}

 ._sc_wid_xs .btn.btn-show-pattern-list {width: 140px;padding: 0;display: flex;justify-content: center;align-items: center;white-space: inherit;line-height: 14px;height: 35px;}

._sclc_prev_list_wm {display: flex;flex-wrap: wrap;justify-content: space-around;}
._sclc_prev_item {width: 100px;height: 100px;cursor: pointer;margin-bottom: 10px;position: relative;}
._sclc_prev_item:hover {box-shadow:0 1px 12px 1px rgba(0,0,0,.12)}
._sclc_prev_item .imgblock-wrap{width:100%;height:100%;}
._sclc_prev_item .imgblock-wrap .img-wrap {width:100%;height:100%;}
._sclc_prev_item .imgblock-wrap img {width:100%;height:auto;}
._sclc_prev_item .icon-active {position: absolute;width: 100%;height: 100%;display:none;align-items: center;justify-content: center;top: 0;left: 0;z-index: 5;}
._sclc_prev_item .icon-active svg {height: 30px;}
._sclc_prev_item .icon-active svg path {fill: var(--theme-base-color);}
._sclc_prev_item.active .icon-active {display: flex;}

._sclc_pat_det {width: 100%;display: none;}
._sclc_pat_det.active {display: block;}
._sclc_pat_det .pattern-info {margin: 20px 0;}
._sclc_pat_det .pattern-name-wrap {margin-bottom: 10px;}
._sclc_pat_det input[type='number'] {width: 50px;height: 30px; padding-left: 5px;-moz-appearance:textfield;border: 1px solid var(--stroke_black);border-radius: 3px;box-shadow: none;}
._sclc_pat_det input::-webkit-outer-spin-button,
._sclc_pat_det input::-webkit-inner-spin-button {-webkit-appearance: none;}
._sclc_pat_det .title-wrap {font-weight: bold;font-size: 18px;width: 100%;text-align: center;margin-bottom: 10px;}
._sclc_pat_det .title-group {font-weight: bold;font-size: 18px;margin-bottom: 10px;}
._sclc_pat_det .title-xs {display: none;}
._sclc_pat_det .param-inp {width: 50px;}
._sclc_pat_det .param-hint {padding-left: 10px!important;}

._sc_wid_xs ._sclc_pat_det .pattern-info {display: flex;flex-direction: column;align-items: flex-start;}
._sc_wid_xs ._sclc_pat_det .title-xs {display: block;text-align: center;}
._sc_wid_xs ._sclc_pat_det .title-lg {display: none;}

.popup-sc {position: fixed;height:100%;width: 100%!important;top:0;left:0;display:none;text-align:center;z-index: 4050;background: unset!important;}
.popup_bg {background:rgba(0,0,0,0.4);position:absolute;z-index:4100;height:100%;width:100%;}
.popup-img-wrap {display: flex;justify-content: center;align-items: center;height: 100%;}
.popup-img-wrap .block-img {z-index: 4150;display: flex;flex-direction: row;max-height: 94vh;max-width:94vw;}
.popup-img-wrap .btn-popup-img-close {height: 40px;position: relative;left: 10px;cursor: pointer;}
.popup-img-wrap .btn-popup-img-close svg {height: 100%;}
.popup-img-wrap .btn-popup-img-close svg path {fill: #fff;opacity: 0.5;}

.popup-img-wrap .btn-popup-img-close:hover svg path {opacity: 1;}
.popup_img {z-index:4200;max-height:94%;max-width:94%;height: auto;object-fit: contain;}


/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_btn_basket.css?17648240721017*/
._sclc_btn_basket {display: flex;align-items: center;justify-content: center;padding: 0 20px;height: 40px;width: fit-content;min-width:200px;white-space:nowrap;}
._sclc_btn_basket {background-color:var(--sc_bsk_bg);border-color:var(--sc_bsk_bg);color:var(--sc_bsk_color);}
._sclc_btn_basket:not(.disabled):hover {background-color:var(--sc_bsk_bg_hover);border-color:var(--sc_bsk_bg_hover);}
._sclc_btn_basket._sc_in_basket {background-color:var(--sc_bska_bg);border-color:var(--sc_bska_bg);color:var(--sc_bska_color);cursor:default;}
._sclc_btn_basket._sc_in_basket:not(.disabled):hover {background-color:var(--sc_bska_bg_hover);border-color:var(--sc_bska_bg_hover);}
._sclc_btn_basket .txaf {display:none;}
._sclc_btn_basket._sc_in_basket .txst {display:none;}
._sclc_btn_basket._sc_in_basket .txaf {display:block;}
._sclc_btn_basket ._sc_loader-img .pt {background:var(--sc_bsk_color);height:15px;width:15px;}
._sclc_btn_basket.sc-loading .btn-txt {display:none;}

._sc_wid_xs ._sclc_btn_basket {min-width: 200px;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element.form/templates/roof-centerkrovel/style.css?17648241424136*/
._sclc_main .product-param-item._sclc_scheme_wrap {display: flex;flex-direction: column;align-items: center;width:600px;}
._sclc_schema_btn_save {margin-top: 20px;}
._sclc_cnvs_wrap {position: relative;width:100%;text-align:center;}
._sclc_cnvs {background:#ffffff;border:1px solid #bababa;}
._sclc_schema_bg {display: none; position: absolute;top:0;left:0;height: 100%;width: 100%;align-items: center;justify-content: center;background:#fafafa;}
._sclc_scheme_wrap.sc-loading ._sclc_schema_bg {display: flex;font-size: 20px;}
._sclc_scheme_wrap.sc-loading ._sclc_cnvs_wrap {height: 200px;overflow: hidden;width: 600px;}
._sclc_scheme_wrap.sc-loading .btn {display:none;}
._sclc_scheme_wrap.sc-loading ._sclc_skt_item.open ._sclc_skt_params {display:none;}

._sc_wid_xs ._sclc_main .product-param-item._sclc_scheme_wrap {width:100%;}

._sclc_skt_list {margin-bottom:20px;}
._sclc_skt_item.pattern {display:none;}
._sclc_skt_item:last-child ._sclc_skt_params {border-bottom:1px solid var(--white_text_black);}
._sclc_btn_skt_show {width:100%;}
._sclc_btn_skt_show ._sclc_skt_title {display:flex;align-items:center;height:100%;}
._sclc_btn_skt_show .icon-wrap {width:20px;margin-right:10px;}
._sclc_btn_skt_show svg {height:20px;}
._sclc_btn_skt_show .icon-on {display:none;}
._sclc_btn_skt_show .icon-off {display:block;}
._sclc_skt_params {display:none;padding:10px;border-left:1px solid var(--white_text_black);border-right:1px solid var(--white_text_black);}
._sclc_skt_item.open ._sclc_skt_params {display:block;}
._sclc_skt_item.open .icon-on {display:block;}
._sclc_skt_item.open .icon-off {display:none;}
._sclc_skt_param_item {display:flex;align-items:center;justify-content:space-between;padding:4px 0;}
._sclc_skt_param_item .param-value {display:flex;align-items:center;}
._sclc_skt_param_item .param-inp {margin:0 2px;}
._sclc_skt_param_item ._sclc_btn_skt_step {height:36px;width:40px;padding:0;font-size:24px;}
._sclc_skt_param_item .param-title {padding-right:10px;line-height:15px;}
@media(max-width: 430px){
    ._sclc_main .product-param-item._sclc_scheme_wrap {width:100%;}
    ._sclc_scheme_wrap.sc-loading ._sclc_cnvs_wrap  {width: 100%;height: 100px;}
}

._sclc_res_list ._sclc_res_item_block._sclc_lenlist_wrap {flex-direction:column;width:100%;width:420px;} 
._sclc_lenlist_wrap ._sclc_res_value_wrap {width:100%;padding:0;text-align:left;}
._sclc_lenlist_btn_copy {margin-top:10px;}
._sclc_lenlist_wrap ._sclc_res_value {text-align:center;} 
._sclc_lenlist_wrap ._sclc_res_value .value-txt {text-align:left;} 
._sclc_res_list ._sclc_lenlist_wrap ._sclc_res_value svg {position:unset;} 

._sclc_main .product-param-item.PRTYPE {width:600px;}

._sclc_main .param-group-wrap.GRSIZE {display:flex;align-items:flex-start;flex-direction:row;}
._sclc_main .param-group-wrap.GRSIZE .product-param-item.IMG {width:300px;margin:0 40px 0 0;padding:0;}
._sclc_main .param-group-wrap.GRSIZE .param-imgsimple-wrap {margin:0;}
._sclc_main .param-group-wrap.GRSIZE .param-imgsimple-wrap img {width:100%;height:auto;}
._sclc_main .param-group-wrap.GRSIZEINP {width:unset;}

._sclc_main .param-group-wrap.GRSOFIT {display:flex;flex-direction:column;align-items:center;}

._sclc_main .product-param-item.PR_MAIN .param-select-block {width:100%;}
._sclc_main .product-param-item.PR_MAIN .sc_select-wrap {flex-grow:1;}


._sc_wid_m ._sclc_pat_inp_wrap ._sclc_group {flex-direction:column;align-items:center;width:100%;}

._sc_wid_s ._sclc_pat_inp_wrap ._sclc_group {flex-direction:column;align-items:center;width:100%;}

._sc_wid_xs ._sclc_pat_inp_wrap ._sclc_group {flex-direction:column;align-items:center;width:100%;}
._sc_wid_xs .param-group-wrap.GRSIZE {align-items:center;flex-direction:column;}
._sc_wid_xs .param-group-wrap.GRSIZE .product-param-item.IMG {margin:0 0 20px 0;}
._sc_wid_xs .param-group-wrap.GRSIZEINP {width:100%;}

._sc_wid_xs .PR_TYPE ._sc_size_xs._sclc_pr_bl_item,
._sc_wid_xs .PR_SOFIT_TYPE ._sc_size_xs._sclc_pr_bl_item {width:50%;}


/* CUSTOM FOR CLIENT */

._sc_wid_xs .sclc-product-type-content.show-type-block {font-size: 12px; transform: scaleY(1.3); font-weight: 500;}

/* END CUSTOM FOR CLIENT */

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_prev_carusel.css?1764824072514*/
._sclc_car_prev_wrap .btn-nav {height: 40px;width: 40px;position: absolute;top: 35px;cursor: pointer;opacity: .5;z-index: 10;}
._sclc_car_prev_wrap .btn-nav:hover {opacity: 1;}
._sclc_car_prev_wrap .btn-nav.btn-prev {left: 10px;}
._sclc_car_prev_wrap .btn-nav.btn-next {right: 10px;}
._sclc_car_prev_wrap .btn-nav svg {height: 100%;}
._sclc_car_prev_wrap.btn-prev-hide .btn-prev {display: none;}
._sclc_car_prev_wrap.btn-next-hide .btn-next {display: none;}

._sc_wid_xs ._sclc_car_prev_wrap .btn-nav {top: 20px;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_product/templates/.default/style.css?17648240721245*/
.sclc-inp-product-type-wrap {width:100%;}
.sclc-inp-product-type-wrap ._sc_loader-img {display:none;}
.sclc-inp-product-type-wrap ._sc_loader-img .pt {height: 10px;width: 10px;margin:0;}
.sclc-inp-product-type-wrap .sc-loading ._sc_loader-img {display:flex;}
.sclc-inp-product-type-wrap ._sclc_h2 {text-align:center;}

.sclc-inp-product-type-wrap .sclc-product-type-content.show-type-slider {width:800px;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img .sclc-product-type-wrap {max-width:400px;}
.sclc-product-type-kit {display:none;}

.sclc-product-type-wrap {width:100%;display:flex;flex-direction:column;align-items:center;}
.sclc-product-type-wrap .sclc-product-type-title {cursor:default;margin:20px 0 0 0;}
.sclc-product-type-wrap .sclc-product-type-title label {cursor:pointer;}
.sclc-product-type-content {padding:30px 0 20px 0px;width:100%;}
.sclc-product-type-wrap.noshow .sclc-product-type-content {display:none;}

.sclc-product-type-wrap .imgblock-wrap {border:unset;}
.sclc-product-type-wrap .icon_noimage_product path {opacity: 0.1;fill:var(--white_text_black);}

._sclc_pr_sld_it_price {text-align: center;margin-top: 10px;}
._sclc_pr_sld_it_price .price_value {font-size: 20px;font-weight: bold;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_product.form/templates/block/style.css?17648240725354*/
._sclc_pr_bl_list_wrap {display: flex;flex-wrap: wrap;width: 100%;justify-content:center;position:relative;}
._sclc_pr_bl_item {display: flex;flex-direction:row;align-items: center;width: 400px;min-height: 120px;border: 1px solid var(--stroke_black);padding: 20px;border-color: var(--stroke_black);cursor: pointer;margin: 0 -1px -1px 0;position:relative;}
._sclc_pr_bl_item._sc_content_img {justify-content:center;padding:0;}
._sclc_pr_bl_item:not(.active):hover {box-shadow:0 1px 12px 1px rgba(0,0,0,.12)}
._sclc_pr_bl_item.product-name-hide {width: 142px;height: 142px;}
._sclc_pr_bl_item.active {border:5px solid var(--sc_base_color);padding: 16px;cursor:default;}
._sclc_pr_bl_item._sc_show_desc {padding-right: 36px;}
._sclc_pr_bl_item._sc_show_desc.active {padding-right: 32px;}

._sclc_pr_bl_item .imgblock-wrap {width:100px;height:100px;margin:0;border:none;}
._sclc_pr_bl_item .imgblock-wrap .img-wrap {width:100px;height:100px;display: flex;align-items: center;justify-content:center;overflow:hidden;}
._sclc_pr_bl_item .imgblock-wrap .img-wrap.img-circle {border-radius:50%;}
._sclc_pr_bl_item .imgblock-wrap img {margin: 0 auto;}
._sclc_pr_bl_item .imgblock-wrap img.resize-byh {height:100%;width:auto;}
._sclc_pr_bl_item .imgblock-wrap img.resize-byw {height:auto;width:100%;}
._sclc_pr_bl_item .imgblock-wrap .icon_noimage_product path {opacity: 0.5;fill:var(--white_text_black);}
._sclc_pr_bl_item:not(._sc_content_text) .product-item-info {padding-left:20px;}
._sclc_pr_bl_item .product-name {word-wrap:anywhere;display:inline-block;line-height:1.2em;overflow: hidden;text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient: vertical;}
._sclc_pr_bl_item .content-wrap {display: flex;align-items: center;justify-content:center;}

._sclc_pr_bl_desc_btn_show {position:absolute;top:10px;right:10px;height:20px;cursor:pointer;}
._sclc_pr_bl_desc_btn_show path {fill:var(--white_text_black);opacity:.5;}
._sclc_pr_bl_desc_btn_show:hover path {fill:var(--sc_base_color);opacity:1;}
._sclc_pr_bl_desc_btn_show.active path {fill:var(--sc_base_color);opacity:1;}
._sclc_pr_bl_item.active ._sclc_pr_bl_desc_btn_show {top:6px;right:6px;}
._sclc_pr_bl_desc_popup {position:absolute;top:40px;right:10px;display:block;background:var(--msg_primary_bg);color:var(--msg_primary_color);}
._sclc_pr_bl_desc_popup .content-wrap {position:relative;padding:10px 35px 10px 15px;}
._sclc_pr_bl_desc_popup_close {height:20px;right:10px;top:10px;position:absolute;cursor:pointer;opacity:0.5;}
._sclc_pr_bl_desc_popup_close:hover {opacity:1;}

._sc_size_m._sclc_pr_bl_item {width:320px;height:120px;}
._sc_size_m._sclc_pr_bl_item .imgblock-wrap,
._sc_size_m._sclc_pr_bl_item .imgblock-wrap .img-wrap {width:80px;height:80px;}
._sc_size_m._sclc_pr_bl_item .product-name {-webkit-line-clamp: 5;}

._sc_size_s._sclc_pr_bl_item {width:280px;height:90px;min-height: unset;}
._sc_size_s._sclc_pr_bl_item .imgblock-wrap,
._sc_size_s._sclc_pr_bl_item .imgblock-wrap .img-wrap {width:50px;height:50px;}
._sc_size_s._sclc_pr_bl_item .product-name {-webkit-line-clamp: 3;}

._sc_size_xs._sclc_pr_bl_item {width:200px;height:60px;min-height: unset;}
._sc_size_xs._sclc_pr_bl_item._sc_content_img {width:60px;}
._sc_size_xs._sclc_pr_bl_item .imgblock-wrap,
._sc_size_xs._sclc_pr_bl_item .imgblock-wrap .img-wrap {width:30px;height:30px;}
._sc_size_xs._sclc_pr_bl_item .product-name {-webkit-line-clamp: 2;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sclc_pr_bl_item:not(._sc_size_m):not(._sc_size_s):not(._sc_size_xs) {height:142px;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sclc_pr_bl_item._sc_content_img {width:50%;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_m._sclc_pr_bl_item {width:100%;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_m._sclc_pr_bl_item._sc_content_img {width:33%;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_s._sclc_pr_bl_item {width:50%;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_s._sclc_pr_bl_item._sc_content_img {width:25%;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_s._sclc_pr_bl_item .product-name {width:100px;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img ._sc_size_xs._sclc_pr_bl_item._sc_content_img {width:20%;}

._sc_wid_m ._sclc_pr_bl_item {width:50%;}
._sc_wid_m ._sc_size_m._sclc_pr_bl_item {width:33%;}
._sc_wid_m ._sc_size_s._sclc_pr_bl_item {width:25%;}
._sc_wid_m ._sc_size_xs._sclc_pr_bl_item {width:20%;}

._sc_wid_s ._sclc_pr_bl_item {width:50%;}
._sc_wid_s ._sclc_pr_bl_item._sc_content_img {width:140px;}
._sc_wid_s ._sc_size_m._sclc_pr_bl_item {width:50%;}
._sc_wid_s ._sc_size_m._sclc_pr_bl_item._sc_content_img {width:120px;}
._sc_wid_s ._sc_size_s._sclc_pr_bl_item {width:33%;}
._sc_wid_s ._sc_size_s._sclc_pr_bl_item._sc_content_img {width:90px;}
._sc_wid_s ._sc_size_xs._sclc_pr_bl_item {width:25%;}
._sc_wid_s ._sc_size_xs._sclc_pr_bl_item._sc_content_img {width:60px;}

._sc_wid_xs ._sclc_pr_bl_item {width:50%;}
._sc_wid_xs ._sc_size_m._sclc_pr_bl_item {width:50%;}
._sc_wid_xs ._sc_size_s._sclc_pr_bl_item {width:33%;}
._sc_wid_xs ._sc_size_xs._sclc_pr_bl_item {width:25%;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_product.form/templates/prop/style.css?17648240726240*/
.sclc-product-type-wrap .field-wrap {display: flex;align-items: center;}
.sclc-product-type-wrap .field-wrap .field-title {width: 150px;}
.sclc-product-type-wrap .field-wrap .field-prop {flex-grow: 1;}

.sclc-product-type-content.show-type-prop {display:flex;flex-direction:row;align-items:flex-start;}

.sclc-product-type-props-form-wrap {width: 600px;}
.sclc-product-type-props-form-wrap a {color:var(--black_white);}
.sclc-product-type-props-form-wrap a:hover {color:var(--black_white);}
.sclc-product-type-props-form-wrap .sc_select-item.active a {color:#fff!important;}

._sc_wid_l .sclc-product-type-content.show-type-prop {justify-content:center;}
._sc_wid_l .show-type-prop .sclc-product-type-props-form-wrap {width:50%;max-width:400px;}
._sc_wid_m .show-type-prop .sclc-product-type-props-form-wrap {flex-grow:1;width:60%;}
._sc_wid_s .show-type-prop .sclc-product-type-props-form-wrap {flex-grow:1;width:60%;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img .sclc-product-type-props-form-wrap {width: 400px;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s) ._sclc_group_img .sclc-product-type-content.show-type-prop {display:flex;flex-direction:column;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s) ._sclc_group_img .sclc-product-type-content.show-type-prop .product-item-wrap {margin:20px 0 0 0;}

.prop-value-wrap .sc_select-btn-info {height:unset;min-height:41px;line-height:15px;}

.prop-value-wrap.sc-loading {border-color: #e4e4e4;}
.prop-value-wrap.sc-loading .sk-child {background-color: #999;}
.prop-value-wrap.sc-loading .sc_select-btn-info {display: flex;align-items: center;}
.prop-value-wrap.sc-loading .btn-title {display: none;}
.prop-value-wrap.sc-loading .sc_select-list {display: none!important;}

.prop-value-wrap.noactive {border-color: #e4e4e4;}
.prop-value-wrap.noactive .btn-title {display: none;}
.prop-value-wrap.noactive .sc_select-list {display: none!important;}

.prop-value-wrap.nochange {border-color: #e4e4e4;}
.prop-value-wrap.nochange .sc_select-btn-info {cursor:default!important;}
.prop-value-wrap.nochange .btn-title {display: flex;cursor:default!important;}
.prop-value-wrap.nochange .btn-title .btn-show-list {display: none;}
.prop-value-wrap.nochange .sc_select-list {display: none!important;}

.prop-value-wrap.disabled .sc_select-btn-info {background:var(--black_bg_black);cursor: default;}
.prop-value-wrap.disabled .sc_select-icon-carret {display:none;}
.prop-value-wrap.prop-value-disabled {border-color: #e4e4e4;}
.prop-value-wrap.prop-value-disabled.disabled {opacity: 1;}
.prop-value-wrap.prop-value-disabled.disabled .sc_select-icon-carret {display:none;}
.prop-value-wrap.prop-value-disabled .sc_select-list {display: none!important;}
.prop-value-wrap.prop-value-disabled .sc_select-btn-info {background:var(--black_bg_black);cursor: default;}
.prop-value-wrap.prop-value-disabled .sc_select-icon-carret {display: none;}

.product-item-block {display: flex;justify-content:center;width:100%;margin:0 0 20px 0;}
.product-item-wrap {display: flex;flex-direction:row;align-items: center;width: 400px;min-height: 120px;padding: 20px;border: 1px solid #ececec;border-color: var(--stroke_black);}
.product-item-wrap:not(.product-nolink):hover {box-shadow:0 1px 12px 1px rgba(0,0,0,.12)}
.product-item-wrap .nolink {display: none;}
.product-item-wrap.product-nolink {cursor: default;}
.product-item-wrap.product-nolink .link-img {display: none;}
.product-item-wrap.product-nolink .link-name {display: none;}
.product-item-wrap.product-nolink .nolink {display: block;}

.product-item-wrap .imgblock-wrap {width:100px;height:100px;margin:0;}
.product-item-wrap .imgblock-wrap .img-wrap {width:100px;height:100px;display: flex;align-items: center;}
.product-item-wrap .imgblock-wrap img {max-width: 150px;}
.product-item-wrap .imgblock-wrap img.resize-byh {width:auto;height:100%;}
.product-item-wrap .imgblock-wrap img.resize-byw {width:100%;height:auto;}
.product-item-wrap .imgblock-wrap .icon_noimage_product {display: none; height: 100px;width: 100px;}
.product-item-wrap.product-noimage .img-wrap {display: flex;justify-content: center;}
.product-item-wrap.product-noimage img {display:none;}
.product-item-wrap.product-noimage .icon_noimage_product {display: block;}
.product-item-wrap .imgblock-wrap.noimage img {display: none;}
.product-item-wrap .product-item-info {padding-left:20px;}
.product-item-wrap .product-article-wrap {display: flex;align-items: center; margin-top: 10px;position: relative;}
.product-item-wrap .product-article-wrap .msg-info-copy {position:absolute;z-index: 5;top: 25px;left: 0px;padding: 4px 10px;background:var(--black_bg_black);-webkit-box-shadow: 0px 5px 10px 2px var(--shadow_block);-moz-box-shadow: 0px 5px 10px 2px var(--shadow_block);box-shadow: 0px 5px 10px 2px var(--shadow_block);border-radius: 4px;color: var(--grey_white);}
.product-item-wrap.sc-loading {justify-content: center;}
.product-item-wrap.sc-loading .product-link.link-img {display: none;}
.product-item-wrap.sc-loading .imgblock-wrap {display: none;}
.product-item-wrap.sc-loading .product-item-info {display: none;}

.product-item-wrap.product-empty {justify-content: center;padding-top: 0px;min-height:100px;}
.product-item-wrap.product-empty .product-item-info {display: none;}

.sc_select-wrap .row-wrap {display: flex;align-items: center;}
.sc_select-wrap .img-wrap {display: flex;height: 20px;width: 20px;border-radius: 50px;overflow: hidden;margin-right: 10px;border: 1px solid #eeeeee;}
.sc_select-wrap .img-wrap img {height: 100%;width: 100%;}

._sc_wid_xs .sclc-product-type-wrap .field-wrap .field-title {width: 100%;}
._sc_wid_xs .product-item-wrap {margin: 20px 0px;align-self: center;width:100%;padding:10px;}
._sc_wid_xs .product-item-wrap .product-name {word-break: break-word;}
._sc_wid_xs .product-item-wrap .imgblock-wrap, 
._sc_wid_xs .product-item-wrap .imgblock-wrap .img-wrap {width:80px;height:80px;}
._sc_wid_xs .product-item-wrap .product-item-info {padding-left:10px;}
._sc_wid_xs .sclc-product-type-props-form-wrap {width: 100%;}
._sc_wid_xs .sclc-product-type-props-form-wrap .field-wrap {flex-direction: column;align-items: flex-start;}
._sc_wid_xs .sclc-product-type-props-form-wrap .field-wrap .field-prop {width: 100%;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_product.form/templates/list/style.css?17648240726185*/
.sclc-product-type-wrap .field-wrap {display: flex;align-items: center;}
.sclc-product-type-wrap .field-wrap .field-title {width: 150px;}
.sclc-product-type-wrap .field-wrap .field-prop {flex-grow: 1;}

.sclc-product-type-content.show-type-prop {display:flex;flex-direction:row;align-items:flex-start;}

.sclc-product-type-list-form-wrap {width: 600px;}
.sclc-product-type-list-form-wrap a {color:var(--black_white);}
.sclc-product-type-list-form-wrap a:hover {color:var(--black_white);}
.sclc-product-type-list-form-wrap .sc_select-item.active a {color:#fff!important;}

._sc_wid_l .sclc-product-type-content.show-type-prop {justify-content:center;}
._sc_wid_l .show-type-prop .sclc-product-type-list-form-wrap {width:50%;max-width:400px;}
._sc_wid_m .show-type-prop .sclc-product-type-list-form-wrap {flex-grow:1;width:60%;}
._sc_wid_s .show-type-prop .sclc-product-type-list-form-wrap {flex-grow:1;width:60%;}

._sclc_main:not(._sc_wid_m):not(._sc_wid_s):not(._sc_wid_xs) ._sclc_group_img .sclc-product-type-list-form-wrap {width: 400px;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s) ._sclc_group_img .sclc-product-type-content.show-type-prop {display:flex;flex-direction:column;}
._sclc_main:not(._sc_wid_m):not(._sc_wid_s) ._sclc_group_img .sclc-product-type-content.show-type-prop .product-item-wrap {margin:20px 0 0 0;}

.prop-value-wrap .sc_select-btn-info {height:unset;min-height:41px;line-height:15px;}

.prop-value-wrap.sc-loading {border-color: #e4e4e4;}
.prop-value-wrap.sc-loading .sk-child {background-color: #999;}
.prop-value-wrap.sc-loading .sc_select-btn-info {display: flex;align-items: center;}
.prop-value-wrap.sc-loading .btn-title {display: none;}
.prop-value-wrap.sc-loading .sc_select-list {display: none!important;}

.prop-value-wrap.noactive {border-color: #e4e4e4;}
.prop-value-wrap.noactive .btn-title {display: none;}
.prop-value-wrap.noactive .sc_select-list {display: none!important;}

.prop-value-wrap.nochange {border-color: #e4e4e4;}
.prop-value-wrap.nochange .sc_select-btn-info {cursor:default!important;}
.prop-value-wrap.nochange .btn-title {display: flex;cursor:default!important;}
.prop-value-wrap.nochange .btn-title .btn-show-list {display: none;}
.prop-value-wrap.nochange .sc_select-list {display: none!important;}

.prop-value-wrap.prop-value-disabled {border-color: #e4e4e4;}
.prop-value-wrap.prop-value-disabled.disabled {opacity: 1;}
.prop-value-wrap.prop-value-disabled .sc_select-list {display: none!important;}
.prop-value-wrap.prop-value-disabled .sc_select-btn-info {background:var(--black_bg_black);cursor: default;}
.prop-value-wrap.prop-value-disabled .sc_select-icon-carret {display: none;}

.product-item-block {display: flex;justify-content:center;width:100%;margin:0 0 20px 0;}
.product-item-wrap {display: flex;flex-direction:row;align-items: center;width: 400px;min-height: 120px;padding: 20px;border: 1px solid #ececec;border-color: var(--stroke_black);}
.product-item-wrap:not(.product-nolink):hover {box-shadow:0 1px 12px 1px rgba(0,0,0,.12)}
.product-item-wrap .nolink {display: none;}
.product-item-wrap.product-nolink {cursor: default;}
.product-item-wrap.product-nolink .link-img {display: none;}
.product-item-wrap.product-nolink .link-name {display: none;}
.product-item-wrap.product-nolink .nolink {display: block;}

.product-item-wrap .imgblock-wrap {width:100px;height:100px;margin:0;}
.product-item-wrap .imgblock-wrap .img-wrap {width:100px;height:100px;display: flex;align-items: center;}
.product-item-wrap .imgblock-wrap img {max-width: 150px;}
.product-item-wrap .imgblock-wrap img.resize-byh {width:auto;height:100%;}
.product-item-wrap .imgblock-wrap img.resize-byw {width:100%;height:auto;}
.product-item-wrap .imgblock-wrap .icon_noimage_product {display: none; height: 100px;width: 100px;}
.product-item-wrap.product-noimage .img-wrap {display: flex;justify-content: center;}
.product-item-wrap.product-noimage img {display:none;}
.product-item-wrap.product-noimage .icon_noimage_product {display: block;}
.product-item-wrap .imgblock-wrap.noimage img {display: none;}
.product-item-wrap .product-item-info {padding-left:20px;}
.product-item-wrap .product-article-wrap {display: flex;align-items: center; margin-top: 10px;position: relative;}
.product-item-wrap .product-article-wrap .msg-info-copy {position:absolute;z-index: 5;top: 25px;left: 0px;padding: 4px 10px;background:var(--black_bg_black);-webkit-box-shadow: 0px 5px 10px 2px var(--shadow_block);-moz-box-shadow: 0px 5px 10px 2px var(--shadow_block);box-shadow: 0px 5px 10px 2px var(--shadow_block);border-radius: 4px;color: var(--grey_white);}
.product-item-wrap.sc-loading {justify-content: center;}
.product-item-wrap.sc-loading .product-link.link-img {display: none;}
.product-item-wrap.sc-loading .imgblock-wrap {display: none;}
.product-item-wrap.sc-loading .product-item-info {display: none;}

.product-item-wrap.product-empty {justify-content: center;padding-top: 0px;min-height:100px;}
.product-item-wrap.product-empty .product-item-info {display: none;}

.sc_select-wrap .row-wrap {display: flex;align-items: center;}
.sc_select-wrap .img-wrap {display: flex;height: 20px;width: 20px;border-radius: 50px;overflow: hidden;margin-right: 10px;border: 1px solid #eeeeee;}
.sc_select-wrap .img-wrap img {height: 100%;width: 100%;}

._sc_wid_xs .sclc-product-type-wrap .field-wrap .field-title {width: 100%;}
._sc_wid_xs .product-item-wrap {margin: 20px 0px;align-self: center;width:100%;padding:10px;}
._sc_wid_xs .product-item-wrap .product-name {word-break: break-word;}
._sc_wid_xs .product-item-wrap .imgblock-wrap, 
._sc_wid_xs .product-item-wrap .imgblock-wrap .img-wrap {width:80px;height:80px;}
._sc_wid_xs .product-item-wrap .product-item-info {padding-left:10px;}
._sc_wid_xs .sclc-product-type-list-form-wrap {width: 100%;}
._sc_wid_xs .sclc-product-type-list-form-wrap .field-wrap {flex-direction: column;align-items: flex-start;}
._sc_wid_xs .sclc-product-type-list-form-wrap .field-wrap .field-prop {width: 100%;}
._sc_wid_xs .sclc-product-type-list-form-wrap .sc_select-btn-info {min-height: 41px;height:max-content;padding:5px 11px;}
._sc_wid_xs .sclc-product-type-list-form-wrap .sc_select-value-name {width:95%;}


/* End */


/* Start:/bitrix/components/scalculator.core/calc_result/templates/roof-centerkrovel/style.css?17648241423505*/
._sclc_res_table {width:100%;display:flex;margin:20px 0 0 0;}
._sclc_res_table .show-xs {display:none;}
._sclc_res_table .icon_noimage_product {display:none;height:100%;}
._sclc_res_table .icon_noimage_product path {fill:var(--white_text_black);opacity:0.5;}
._sclc_res_table ._sclc_res_table_item .icon_noimage_product {display:block;}
._sclc_res_table.nodata {width:420px;}
._sclc_res_table .msg-nodata {display:none;align-items:center;justify-content:center;height:70px;width:100%;border:1px solid var(--stroke_black);}
._sclc_res_table.nodata .msg-nodata {display:flex;}
._sclc_res_table.nodata ._sclc_res_table_item,
._sclc_res_table.nodata ._sclc_res_table_list,
._sclc_res_table.nodata ._sclc_res_table_total_wrap {display:none;}
._sclc_res_table_list {width:700px;margin:0 20px 0 0;}
._sclc_res_table_total_wrap {width:360px;position:relative;}

._sclc_res_table_img {width: 80px;height: 80px;display: flex;align-items: center;overflow: hidden;}
._sclc_res_table_img #icon_noimage_product {height: 100%;}
._sclc_res_table_img img.resize-byh {height: 100%; width: auto;}
._sclc_res_table_img img.resize-byw {width: 100%;height: auto;}

._sclc_res_table_item {border:1px solid var(--stroke_black);margin:0 0 10px 0;}
._sclc_res_table_item .item-top {display:flex;align-items:flex-start;width:100%;justify-content:space-between;padding:10px;}
._sclc_res_table_item .item-middle {padding:10px 50px 10px 20px;border-top:1px solid var(--stroke_black);}
._sclc_res_table_item .item-bottom {display:flex;align-items:center;width:100%;justify-content:space-between;padding:10px 50px 10px 20px;border-top:1px solid var(--stroke_black);}
._sclc_res_table_item .item-block {display:flex;align-items:center;width:100%;justify-content:space-between;}
._sclc_res_table_item .item-name {display:flex;align-items:center;}
._sclc_res_table_item.nocalc {display:none;}
._sclc_res_table_btn_del {height:20px;width:20px;cursor:pointer;opacity:0.5;}
._sclc_res_table_btn_del:hover {opacity:1;}
._sclc_res_table_btn_del svg path {fill:var(--white_text_black);}
._sclc_res_table_name {padding:0 30px 0 20px;}
._sclc_res_table_price {padding:0 20px 0 0;display:flex;}
._sclc_res_table_price .value-txt {white-space: nowrap;}
._sclc_res_table_lens {width:100%;padding:10px;}
._sclc_res_table_sum .value-txt {font-weight:bold;font-size:18px;margin:0 0 0 10px;}

._sclc_res_table_total {width:300px;border:1px solid var(--stroke_black);padding:20px;}
._sclc_res_table_total .title-total {font-weight:bold;font-size:18px;}
._sclc_res_table_total .value-txt {font-weight:bold;font-size:18px;margin:0 0 0 10px;}
._sclc_res_table_total .item-middle {display:flex;align-items:center;justify-content:space-between;margin:20px 0;}

._sc_wid_xs ._sclc_res_table .show-xs {display:block;}
._sc_wid_xs ._sclc_res_table.nodata {width:100%;}
._sc_wid_xs ._sclc_res_table_list {width:100%;}
._sc_wid_xs ._sclc_res_table_item .item-block {flex-direction:column;align-items:flex-start;}
._sc_wid_xs ._sclc_res_table_item .item-middle,
._sc_wid_xs ._sclc_res_table_item .item-bottom {padding:10px;}
._sc_wid_xs ._sclc_res_table_img {width: 60px;height: 60px;}
._sc_wid_xs ._sclc_res_table_name {padding:0 10px;line-height:18px;display:block;}
._sc_wid_xs ._sclc_res_table_price {margin:10px 0 0 0;}
._sc_wid_xs ._sclc_res_table_price .title-txt {margin:0 5px 0 0;}

._sc_wid_xs ._sclc_res_table {flex-direction:column;}
._sc_wid_xs ._sclc_res_table_total_wrap {width:100%;}
._sc_wid_xs ._sclc_res_table_total {width:100%;margin:30px 0 0 0;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/style_modal.css?17648240722135*/
._sclc_modal {display: none;overflow: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;height:100%;width:100%;}
._sclc_modal-bg {display: none;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;height:100%;width:100%;background:var(--white_text_black);opacity:.5;}

._sclc_modal-dialog {position: relative;margin-left: auto;margin-right: auto;width: auto;padding:40px 10px;z-index: 1050;}
._sclc_modal.fade ._sclc_modal-dialog {display:none;transition:margin-top 0.5s ease;}
._sclc_modal.in ._sclc_modal-dialog {display:block;animation: ani 0.5s forwards;}
@keyframes ani { 0% {transform: translateY(-150%);} 100% {transform: translateY(0);}}
._sclc_modal.in.closing ._sclc_modal-dialog {margin-top:-150%;}

._sclc_modal-content {position: relative;background-color:var(--black_bg_black);border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);background-clip: padding-box;outline: 0;}
._sclc_modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5;min-height: 16.428571429px;}
._sclc_modal-icon-close {position: absolute;right: 15px;top:15px;cursor: pointer;opacity:0.3;}
._sclc_modal-icon-close path {fill:var(--white_text_black);}
._sclc_modal-icon-close:hover {opacity:1;}
._sclc_modal-title {margin: 0;line-height: 1.428571429;font-size: 1.6em;}
._sclc_modal-body {position: relative;padding: 20px;}
._sclc_modal.in {display:block;}

body._sclc_modal-show {height: 100vh; overflow-y: hidden;}
._sclc_modal-show ._sclc_content {-webkit-filter:blur(3px);filter:blur(3px);}
._sclc_modal-show ._sclc_modal-bg {display:block;}

._sc_wid_m ._sclc_modal-dialog {width: 700px;padding-top: 30px;padding-bottom: 30px;}
._sc_wid_m ._sclc_modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}

._sc_wid_s ._sclc_modal-dialog {width: 90%;}

._sc_wid_xs ._sclc_modal-title {font-size: 1.2em;}
._sc_wid_xs ._sclc_wm_pat_list ._sclc_prev_item {height: 60px;width:60px;}
._sc_wid_xs ._sclc_wm_pat_list .icon-active svg {height: 30px;}

/* End */


/* Start:/bitrix/components/scalculator.core/feedback/templates/.default/style.css?17648240727622*/
._sclc_fdbk_wrap {width: 100%;display: flex;justify-content: center;}
._sclc_inp_list.padd-top ._sclc_fdbk_form {margin-top:0;}

._sclc_fdbk_form {border: 1px solid var(--stroke_black); display: flex;justify-content: space-between;align-items: flex-start;-webkit-box-shadow: 0px 5px 10px 2px var(--shadow_block);-moz-box-shadow: 0px 5px 10px 2px var(--shadow_block);box-shadow: 0px 5px 10px 2px var(--shadow_block);margin: 40px;}
._sclc_fdbk_form .sclc-input-wrap {width: 100%;position: relative;}

._sclc_fdbk_form .input-text {padding-left: 10px;height: 41px;width: 100%;background:var(--darkerblack_bg_black);border: 1px solid var(--stroke_black);border-radius: 3px;box-shadow: none;}
._sclc_fdbk_form .input-textarea {;width: 100%;min-height:90px;background:var(--darkerblack_bg_black);border: 1px solid var(--stroke_black);border-radius: 3px;box-shadow: none;}
._sclc_fdbk_form input[type="text"].input-text:focus,
._sclc_fdbk_form .input-textarea:focus {background:var(--black_bg_black);}
._sclc_fdbk_form .block-text {padding-left: 10px;height: 41px;width: 100%;background:var(--darkerblack_bg_black);border: 1px solid var(--stroke_black);border-radius: 3px;cursor: pointer;display: flex;align-items: center;}
._sclc_fdbk_form .block-text:hover {background: var(--item_active);}
._sclc_fdbk_form .icon-require {position: absolute;top: 15px;right: 10px;z-index: 10;height: 10px;}
._sclc_fdbk_form .icon-require path {fill: red;}
._sclc_fdbk_form .img-wrap {height: 100%;overflow: hidden;}
._sclc_fdbk_form .img-wrap img {width: auto;height: 100%;}
._sclc_fdbk_form .main-form {max-width:500px;padding: 40px;background: var(--black_bg_black);height: 100%;}
._sclc_fdbk_form .btn-wrap {margin-top: 20px;}
._sclc_fdbk_form .filter.licence_block {padding: 0px;margin-top: 10px;}
._sclc_fdbk_form .filter.licence_block .licenses_register-error {display: none;line-height: 20px;padding-top: 2px;color: #e62222;font-size: 10px;position: absolute;top: -5px;right: 0px;font-weight: 400;}
._sclc_fdbk_form .filter.licence_block.error .licenses_register-error {display:block;left: 0px;}

._sclc_fdbk_form .sclc-input-wrap.error .input-text.email,
._sclc_fdbk_form .sclc-input-wrap.error .input-text.require {border-color:red;border-width: 2px;padding-left: 9px;}

._sclc_fdbk_form .onoff input[type="checkbox"]:not(:checked) + label::before {background: #e0e0e0!important;}
._sclc_fdbk_form .onoff input[type="checkbox"]:checked + label::before {background:var(--sc_base_color);}

.sclc-input-text {opacity: .7;}

._sclc_fdbk_field_wr {margin:0 0 10px 0;}
._sclc_fdbk_form_title._sclc_h2 {margin-top:0;}
._sclc_fdbk_field_top {display:flex;}
._sclc_fdbk_field_ckbx ._sclc_fdbk_field_top {min-height:25px;}
._sclc_fdbk_msg_after_exec {display:none;}
._sclc_fdbk_error_text,
._sclc_fdbk_error_email,
._sclc_fdbk_error_phone {color:red;display:none;}
._sclc_fdbk_field_wr.error ._sclc_fdbk_error_text {display:block;}
._sclc_fdbk_field_wr.error ._sclc_fdbk_field_top.show-ques.show-errtxt {justify-content:space-between;}
._sclc_fdbk_field_wr.error ._sclc_fdbk_field_top.show-errtxt {justify-content:flex-end;}
._sclc_fdbk_field_wr.error .input-text.require {border-color:red;border-width: 2px;padding-left: 9px;}
._sclc_fdbk_field_wr.error .input-textarea.require {border-color:red;border-width: 2px;}
._sclc_fdbk_field_wr.error .sc_checkbox.require + label::before {border-color:red;border-width:2px;}
._sclc_fdbk_field_wr.error-email .input-text.email {border-color:red;border-width: 2px;padding-left: 9px;}
._sclc_fdbk_field_wr.error-email ._sclc_fdbk_error_email {display:block;}
._sclc_fdbk_field_wr.error-email ._sclc_fdbk_field_top.show-ques.show-erremail {justify-content:space-between;}
._sclc_fdbk_field_wr.error-email ._sclc_fdbk_field_top.show-erremail {justify-content:flex-end;}
._sclc_fdbk_field_wr.error-phone .input-text._sclc_phone_inp {border-color:red;border-width: 2px;padding-left: 9px;}
._sclc_fdbk_field_wr.error-phone ._sclc_fdbk_error_phone {display:block;}
._sclc_fdbk_field_wr.error-phone ._sclc_fdbk_field_top.show-ques.show-errphone {justify-content:space-between;}
._sclc_fdbk_field_wr.error-phone ._sclc_fdbk_field_top.show-errphone {justify-content:flex-end;}
._sclc_fdbk_sep {width:100%;border-top:1px solid var(--stroke_black);margin:20px 0;}
._sclc_fdbk_span {margin:20px 0;}

._sclc_fdbk_wrap.sc-success ._sclc_fdbk_sep,
._sclc_fdbk_wrap.sc-success ._sclc_fdbk_span,
._sclc_fdbk_wrap.sc-success ._sclc_fdbk_field_wr,
._sclc_fdbk_wrap.sc-success ._sclc_fdbk_btn_exec {display:none;}
._sclc_fdbk_wrap.sc-success ._sclc_fdbk_msg_after_exec {display:block;}

._sclc_fdbk_field_file input[type="file"] {opacity:0;position:absolute;z-index:-1;display:block;height:0;width:0;}
._sclc_fdbk_field_file svg {height:18px;opacity:0.5;}
._sclc_fdbk_field_file svg path {fill:var(--white_text_black);}
._sclc_fdbk_field_file .file-item {display:flex;width:100%;text-transform:none;line-height:15px;align-items:center;justify-content:space-between;padding:0 10px;background:var(--item_active);min-height:40px;margin:0 0 10px 0;}
._sclc_fdbk_field_file .file-item.pattern {display:none;}
._sclc_fdbk_field_file .file-item .btn-file-del {cursor:pointer;height:20px;}
._sclc_fdbk_field_file .file-item .btn-file-del:hover {opacity:0.7;}
._sclc_fdbk_field_file .file-item .file-name {width:90%;padding:10px;word-break:break-word;}
._sclc_fdbk_field_file ._sclc_btn {border-color:var(--stroke_black);}
._sclc_fdbk_field_file ._sclc_btn svg.icon-preview {margin: 0 10px 0 0;}
._sclc_fdbk_field_file ._sclc_btn:hover {background:var(--darkerblack_bg_black);}
._sclc_fdbk_field_file ._sclc_btn:hover svg {opacity:0.7;}
._sclc_fdbk_field_file.file-selected ._sclc_btn {display:none;}

._sclc_fdbk_field_captcha ._sclc_fdbk_error_captcha {color:red;display:none;}
._sclc_fdbk_field_captcha.error-captcha ._sclc_fdbk_error_captcha {display:block;}
._sclc_fdbk_field_captcha .sclc-input-wrap {display:flex;align-items:center;justify-content:space-between;}
._sclc_fdbk_field_captcha .sclc-input-wrap img {margin:0;}
._sclc_fdbk_field_captcha .input-text._sclc_fdbk_inp {width:50%!important;}
._sclc_fdbk_field_captcha .icon-require {left:45%;}
._sclc_fdbk_field_captcha .img-wrap {background:#ffffff;display:flex;align-items:center;justify-content:center;height:41px;width:180px;overflow:hidden;}
._sclc_fdbk_field_captcha .img-wrap:not(.sc-loading) ._sc_loader-img {display:none;}
._sclc_fdbk_field_captcha .img-wrap.sc-loading img {display:none;}

._sclc_fdbk_btn_exec {width: 300px;height: 41px;}
._sclc_fdbk_btn_exec ._sc_loader-img .pt {background-color:var(--sc_base_color_btn_txt);}
._sclc_fdbk_btn_exec .btn-text.success {display: none;}
._sclc_fdbk_btn_exec.exec-success {background-color: #00b290!important;border-color: #00b290!important;cursor: default;}
._sclc_fdbk_btn_exec.exec-success .btn-text.main {display: none;}
._sclc_fdbk_btn_exec.exec-success .btn-text.success {display:block;}


._sc_wid_s ._sclc_fdbk_form .main-form {width: 360px;padding: 40px;}
._sc_wid_s ._sclc_fdbk_form .sclc-input-wrap {width: 100%;}
._sc_wid_s ._sclc_fdbk_form .block-text,._sclc_fdbk_form .input-text {width: 100%!important;}

._sc_wid_xs ._sclc_fdbk_form {height: unset!important;margin: 40px 0;}
._sc_wid_xs ._sclc_fdbk_form {width: 100%;}
._sc_wid_xs ._sclc_fdbk_form .img-wrap {display: none;}
._sc_wid_xs ._sclc_fdbk_form .main-form {width: 100%;padding: 20px;position: unset;height: unset;}
._sc_wid_xs ._sclc_fdbk_form .sclc-input-wrap {width: 100%;}
._sc_wid_xs ._sclc_fdbk_form .block-text,._sclc_fdbk_form .input-text {width: 100%!important;}

._sc_wid_xs ._sclc_fdbk_btn_exec {width: 100%;font-size: 10px;}

/* End */


/* Start:/bitrix/components/scalculator.core/calc_element/css/custom.css?1770117320652*/
._sclc_pr_bl_item {width:200px;height:60px;min-height:unset;text-align:center;display:block;}
._sc_size_xs._sclc_pr_bl_item {width:200px;height:60px;min-height: unset;text-align: center;display: block;} /*Максим 04 12 2025*/
._sclc_main .product-param-item input[type="number"] {text-align: center;} /*Максим 04 12 2025*/

._sclc_car_prev_wrap {z-index: 4;} /*Делаем так, чтобы на странице с калькулятором, в мобильной версии при вызове меню, стрелки выбора типа кровли не накаладывались поверх менюМаксим 03 02 2026*/
/* End */
/* /bitrix/components/scalculator.core/calc_element/css/style_var.css?1764824072562 */
/* /bitrix/components/scalculator.core/calc_element/css/style_var_base.css?1764824072251 */
/* /bitrix/components/scalculator.core/calc_element/css/style_select.css?17648240721589 */
/* /bitrix/components/scalculator.core/calc_element/css/style_checkbox.css?1764824072944 */
/* /bitrix/components/scalculator.core/calc_element/css/style_loader.css?1764824072607 */
/* /bitrix/components/scalculator.core/calc_element/css/style_main.css?176482407214461 */
/* /bitrix/components/scalculator.core/calc_element/css/style_btn_basket.css?17648240721017 */
/* /bitrix/components/scalculator.core/calc_element.form/templates/roof-centerkrovel/style.css?17648241424136 */
/* /bitrix/components/scalculator.core/calc_element/css/style_prev_carusel.css?1764824072514 */
/* /bitrix/components/scalculator.core/calc_product/templates/.default/style.css?17648240721245 */
/* /bitrix/components/scalculator.core/calc_product.form/templates/block/style.css?17648240725354 */
/* /bitrix/components/scalculator.core/calc_product.form/templates/prop/style.css?17648240726240 */
/* /bitrix/components/scalculator.core/calc_product.form/templates/list/style.css?17648240726185 */
/* /bitrix/components/scalculator.core/calc_result/templates/roof-centerkrovel/style.css?17648241423505 */
/* /bitrix/components/scalculator.core/calc_element/css/style_modal.css?17648240722135 */
/* /bitrix/components/scalculator.core/feedback/templates/.default/style.css?17648240727622 */
/* /bitrix/components/scalculator.core/calc_element/css/custom.css?1770117320652 */
