

/* Start:/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/style.css?17320405806061*/
.filter_l_block, .filter_r_block {
    display: block;
    float: left;
    width: 100%;
}

.filter_prise_diopozon span {
    display: block;
    cursor: pointer;
}


.left_content_block {
    display: block;
    float: left;
    width: 21%;
    margin-right: 3%;
}

.right_content_block {
    display: block;
    float: left;
    width: 76%;
}

.sectiom_catalog_h1 {
    padding: 30px 0px;
    font-weight: 600;
    font-size: 26px;
}


/*//////////////////////////////////////////////////////////////*/
.grid{}
.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: left;
    width: 66%;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media (max-width:960px){
    .grid2x1 .bx_sidebar{
        padding-left: 4%;
    }
}
@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar{
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar{
        padding-left: 3%;
    }
}
@media (max-width:479px){
    .grid2x1 .bx_sidebar{
        padding-left: 1%;
    }

}

.catalog-block-header{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    margin:5px 0;
    padding:5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.left_content_block a.left_in_catalog {
    display: block;
    text-align: center;
    position: relative;
    padding: 7px 10px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    transition: .3s ease-in-out;
    background: #8ab75a;
    /*background: linear-gradient(#bdcf63,#8ab75a) 100% 0 no-repeat;*/
}

.left_content_block a.left_in_catalog:hover {
    /*background: #7aa54c;*/
}

.left_content_block a.left_in_catalog:active {
    /*background: #6c963f;*/
}

.left_content_block a.left_in_catalog span {
    display: block;
    position: relative;
    z-index: 10;
}

.left_content_block a.left_in_catalog:before {
    /*content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s ease-out;*/
    /*background: linear-gradient(#8ab75a,#bdcf63) 100% 0 no-repeat;*/
}

/*.left_content_block a.left_in_catalog:hover:before,
.left_content_block a.left_in_catalog:active:before{
	opacity: 1;
}*/

/*.left_content_block a.left_in_catalog:active:before {
	background: linear-gradient(#bdcf63,#bdcf63) 100% 0 no-repeat;
}*/

/*.left_content_block a.left_in_catalog:after {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	left: -10%;
	width: 120%;
	 height: 45px;
	 background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
	 background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
	 background-size: 50px 100%;
	 -webkit-transform: skewX(-30deg);
	 transform: skewX(-30deg);
	 background-position: -65px 0;
	 z-index: 40;
	 -webkit-animation-duration: 10s;
	 animation-duration: 10s;
	 -webkit-animation-name: blink_button;
	 animation-name: blink_button;
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
}*/


.catalog-box h1.catalog-title {
    padding: 20px 0;
}

.top_banner{
    width: 100%;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/upload/iblock/afb/afb9dc747f73d04a1bdf280711df38df.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.top_banner:before{
    background-color: #00000060;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}
.top_banner .title{
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    max-width: 80%;
    text-align: center;
}

.right_content_block .product-item-container.hovercat{
    position: absolute;
    width: 100%;
}
.right_content_block .product-item-container:hover{
    position: absolute;
    z-index: 1;
}
.right_content_block .product-item-container:hover .product-item-price-container {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.right_content_block .product-item-container.hovercat{
z-index: 600;
}
.right_content_block .product-item-container.hovercat .product-item-info-container{
    z-index: 600;
}
.right_content_block .product-item-container.hovercat .product-item {
    box-shadow: 0px 2px 4px #00000030;
}

@media all and (max-width: 768px){
    .right_content_block .product-item-container .product-item-price-container {
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
    }
    .right_content_block .product-item-container.hovercat{
    z-index: 100;
    }
    .right_content_block .product-item-container.hovercat .product-item-info-container{
        z-index: 100;
    }
    .right_content_block .product-item-container.hovercat{
     position: relative !important;
    }
}

@media all and (max-width: 768px){
    .right_content_block .product-item-container:hover{
         position: static;
    }
}

@media all and (max-width: 481px){
    .top_banner .title{
        font-size: 22px;
    }
    .top_banner{
        height: 170px;
    }

}


/* End */


/* Start:/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/style.min.css?173204058046363*/
.js-top_prop_block_link{color:#009dfe;cursor:pointer;font-size:15px;line-height:1;margin-top:15px;font-weight:500;padding-bottom:5px;border-bottom:1px solid #cacaca}.js-top_prop_block_link:hover{color:#0095e6}.jq-selectbox li.disabled{display:none}.flag{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:4px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-top:-1px}.bx-catalog-element .top_prop_box .top_prop_box_value span.country,.bx-catalog-element .product-item-detail-properties .prop_value span.country{display:inline-block;vertical-align:middle;float:none;line-height:20px}.element_superbox{width:1240px}.sravnenie_img{display:block;width:50px;height:50px;cursor:pointer;background-size:cover}.sravnenie label input{display:none}.r_box,.l_box{display:inline-block;vertical-align:top}.l_box{float:right}.forever{width:50px;height:50px;cursor:pointer;background-size:cover}.pup_wind_srav{position:absolute;top:200px;left:500px;bottom:0;right:0;width:300px;height:170px;background:#ece7e7;z-index:100}
.r_content_box,.l_content_box{display:inline-block;width:49%}#bx-pager img{width:100px;height:100px}.slider_nav{display:inline-block;width:20%;vertical-align:top}.slider_block{display:inline-block;width:78%}.slider_block img{width:100%}.container-fluid{width:1240px}.hiden{display:none}.old-current-price{text-decoration:line-through;opacity:.6;font-style:italic;line-height:1;margin-bottom:8px;display:block}.wdr2_add{margin:2rem 0}.wdr2_add .form-control.review{height:auto!important;min-height:44px!important;width:100%!important;border:1px solid #ccc!important;outline:0!important;font-size:12px!important;font-weight:400!important;border-radius:2px!important;-ms-flex-positive:1!important;flex-grow:1!important;box-shadow:none!important;padding:8px!important}.wdr2_add textarea.form-control.review{line-height:1.4!important}.wdr2_add .add_btn,.wdr2_add .submit input[type=submit]{width:190px!important;height:44px!important;background:#009DFE!important;border-radius:30px!important;font-weight:700!important;box-shadow:0px 10px 32px rgba(96,179,184,25%),0px 4px 4px rgba(0,0,0,25%)!important;border:0!important;outline:0!important;padding:0!important;cursor:pointer!important;-webkit-transition:.3s ease!important;transition:.3s ease!important;color:#fff!important;font-size:12px!important;text-transform:uppercase!important;display:flex!important;align-items:center!important;justify-content:center!important}
.wdr2_add .add_btn:hover,.wdr2_add .submit input[type=submit]:hover{background-color:#0095e6!important}.wdr2_list{margin:2rem 0}.product-item-detail-info-section{padding:0 20px}@media (max-width:992px){.product-item-detail-info-section{padding:0}}.product-item-detail-info-container-title{font-weight:700;color:#000;font-size:13px;margin-bottom:3px}.bx-retina .product-item-detail-pay-block{border-width:.5px}.product-item-detail-compare-container{font-size:12px;padding:4px 15px;border-top:1px solid #e4e4e4;position:relative;margin:0 -20px;background:#f3f3f3;line-height:20px;vertical-align:middle;min-height:30px;box-shadow:inset 0 1px 1px 0 #eee;color:#4e4e4e}.product-item-detail-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{font-size:12px;color:#333}.product-item-scu-list{margin:0}.product-item-scu-item-list{list-style:none;padding:0;overflow:hidden;margin:0 0 0 -2px}.product-item-scu-item-color-container,.product-item-scu-item-text-container{padding:5px 3px;box-sizing:border-box;display:inline-block;max-width:100%;vertical-align:middle}
.product-item-scu-item-text-container{min-width:48px}.product-item-scu-item-color-container{max-width:60px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;cursor:pointer;outline:1px solid #c0cfda}.bx-no-touch .product-item-scu-item-color-block{transition:outline .2s ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;left:2px;bottom:2px;background-size:contain;background-repeat:no-repeat;background-position:center}.product-item-scu-item-text-block{position:relative;cursor:pointer;outline:1px solid #c0cfda;padding:0 5px}.bx-no-touch .product-item-scu-item-text-block{transition:outline .3s ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}
.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{vertical-align:middle;text-align:center;font-size:11px;line-height:18px;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;max-width:100%}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important;overflow:hidden}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;content:"";background:rgba(255,255,255,.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;background-size:80% 80%}.product-item-selected-scu-container{word-spacing:1px}.product-item-selected-scu{display:inline-block;outline:1px solid #c0cfda;vertical-align:middle;text-align:center;font-size:11px;line-height:22px;height:22px;min-width:22px;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;padding:0 5px}
.bx-retina .product-item-selected-scu{outline-width:.5px}.product-item-selected-scu-color{background-position:center;background-size:20px 20px;background-repeat:no-repeat}.product-item-amount{text-align:center;padding:0 0 2px}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{height:22px;min-width:22px;display:inline-block;vertical-align:middle;background-color:#f2f2f2;color:#fff;text-align:center;border-radius:2px;cursor:pointer;position:relative;transition:background .3s ease,opacity .3s ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity .3s ease,background .3s ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity .3s ease}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{max-width:50px;width:auto;color:#000;font-weight:700;display:inline-block;line-height:22px;vertical-align:middle;height:22px;padding:0;font-size:19px;text-align:center;background:0 0 !important;border:1px solid transparent;border-radius:2px;transition:border .3s ease}.bx-retina .product-item-amount-field{border-width:.5px}
.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-item-amount-description-container{color:#a5a5a5;font-size:12px;white-space:nowrap}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{font-weight:700;color:#a5a5a5;font-size:12px;margin:5px 0}.product-item-quantity{color:#333;font-size:12px;font-weight:400}.btn.product-item-detail-buy-button{width:100%;max-width:250px;display:block;font-weight:800;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:50px;text-transform:uppercase;position:relative;margin:0 auto 20px}.product-item-detail-short-card-btn .btn.product-item-detail-buy-button{margin:0}.btn.product-item-detail-buy-button span{line-height:16px;display:inline-block;min-height:16px;position:absolute;top:50%;right:0;left:0;max-width:100%;white-space:normal;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.btn-link.product-item-detail-buy-button{height:25px}.product-item-detail-slider-container{max-width:100%;position:relative;margin-bottom:0;-webkit-transition:background .8s ease;-moz-transition:background .8s ease;-ms-transition:background .8s ease;-o-transition:background .8s ease;transition:background .8s ease;background-color:#fff}.product-item-detail-slider-container.fulling{padding-left:95px}.product-item-detail-slider-container.empty-slider{padding-left:0;margin-bottom:0}.product-item-detail-slider-block{position:relative;box-sizing:border-box;height:0;border:1px solid #dbdbdb;background-color:#fff}.product-item-detail-slider-block.product-item-detail-slider-block-square{padding-top:100%}.product-item-detail-slider-images-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:auto;background-color:#fff}.product-item-detail-slider-image{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;opacity:0;-webkit-transition:opacity .25s linear;-moz-transition:opacity .25s linear;-ms-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear;background-color:#fff}
.product-item-detail-slider-image.active{opacity:1;z-index:10}.product-item-detail-slider-image .slider-image-box{width:100%;height:100%;padding:10px}.product-item-detail-slider-image img{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:background-size .45s ease,width .45s ease,height .45s ease,outline .45s ease;-moz-transition:background-size .45s ease,width .45s ease,height .45s ease,outline .45s ease;-ms-transition:background-size .45s ease,width .45s ease,height .45s ease,outline .45s ease;-o-transition:background-size .45s ease,width .45s ease,height .45s ease,outline .45s ease;transition:background-size .45s ease,width .45s ease,height .45s ease,outline .45s ease;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;height:auto;width:auto;max-height:80%;max-width:80%;outline:1px solid transparent}
.product-item-detail-slider-progress-bar{height:3px;position:absolute;left:0;bottom:0;z-index:180}.product-item-detail-slider-controls-block{position:absolute;left:0;top:0;text-align:center;width:90px;height:100%;overflow:hidden}.product-item-detail-slider-controls-image{width:80px !important;height:90px !important;background-color:#fff;position:relative;text-align:center;cursor:pointer;overflow:hidden;margin:0 0 10px;border:1px solid rgba(0,0,0,.1);padding:5px;transition:.3s ease-in-out}.product-item-detail-slider-controls-image.active{border:1px solid #00a1fa}.product-item-detail-slider-controls-image .slider-image-box{transition:.3s ease-in-out;opacity:1}.product-item-detail-slider-controls-image.active .slider-image-box{opacity:1}.product-item-detail-slider-controls-image img{max-width:70px;max-height:80px;height:auto;width:auto;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%}
.product-item-detail-slider-left,.product-item-detail-slider-right{display:block;position:absolute;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:.57;background:rgba(255,255,255,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;z-index:111;top:0;bottom:0;width:25%}.product-item-detail-slider-left{left:0}.product-item-detail-slider-right{right:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.product-item-detail-slider-left:hover,.product-item-detail-slider-right:hover{opacity:.8;background-color:rgba(255,255,255,.4)}.product-item-detail-slider-close{display:none}.product-item-detail-slider-container.popup .product-item-detail-slider-close{width:25px;height:25px;right:-45px;top:-2px;opacity:.4;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;bottom:0;display:block;position:absolute;cursor:pointer;z-index:150}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:after,.product-item-detail-slider-container.popup .product-item-detail-slider-close:before{content:'';display:block;position:absolute;width:26px;height:2px;background-color:#000;top:12px;left:-1px}.product-item-detail-slider-container.popup .product-item-detail-slider-close:before{transform:rotate(-45deg)}.product-item-detail-slider-container.popup .product-item-detail-slider-close:after{transform:rotate(45deg)}.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{opacity:.6}.product-item-detail-slider-container.popup .product-item-detail-slider-right{right:105px}.product-item-detail-slider-container.magnified .product-item-detail-slider-image{z-index:50}.product-item-detail-slider-container.magnified .product-item-detail-slider-left,.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50}.product-item-detail-slider-container.magnified .product-item-label-text,.product-item-detail-slider-container.magnified .product-item-label-ring{opacity:0}
.product-item-detail-slider-container.popup.empty-slider,.product-item-detail-slider-container.popup.fulling{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;height:100%;animation-name:imgPopupShow;animation-duration:.2s;animation-timing-function:ease-in;margin:0;padding:0;background-color:rgba(255,255,255,.95)}.product-item-detail-slider-container.popup .owl-nav{display:none}.product-item-detail-slider-container.popup .product-item-detail-slider-container-relative{width:60%;height:80%;position:relative;margin:50px auto 0;background-color:#fff;padding-left:135px;box-shadow:0 0 10px rgba(0,0,0,.3)}.product-item-detail-slider-container.popup .product-item-detail-slider-block{height:100%;padding-top:0;border:0}.product-item-detail-slider-container.popup .product-item-detail-slider-image{width:100%;height:100%;position:absolute;margin:auto;top:100%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}
@keyframes imgPopupShow{from{opacity:0}to{opacity:1}}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{background-color:#fff;position:absolute;top:0;bottom:0;right:initial;padding:20px;overflow-y:auto;width:135px;height:550px;margin:auto}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{display:block}.product-item-detail-slider-container.popup button.slick-prev{top:-10px}.product-item-detail-slider-container.popup button.slick-next{bottom:-10px}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:190;opacity:1;-webkit-transition:opacity .45s ease;-moz-transition:opacity .45s ease;-ms-transition:opacity .45s ease;-o-transition:opacity .45s ease;transition:opacity .45s ease}.product-item-label-text span,.product-item-label-ring{margin-bottom:2px;color:#fff;display:inline-block;clear:both;background:#f42c2c;text-align:center;vertical-align:middle;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}
.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-detail-slider-container.popup .product-item-label-text,.product-item-detail-slider-container.popup .product-item-label-ring{display:none}.product-item-label-text span{padding:2px 5px;font-weight:700;vertical-align:middle}.product-item-label-text.product-item-label-small span{line-height:14px;font-size:13px;padding:2px 7px;margin-bottom:1px;font-weight:400}.product-item-label-text.product-item-label-big span{line-height:17px;font-size:13px;padding:4px 10px}@media (max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{line-height:14px;font-size:10px;padding:2px 7px;margin-bottom:1px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;line-height:16px;font-size:14px;padding:3px 12px}
    .product-item-big-card .product-item-label-text.product-item-label-big span{line-height:25px;font-size:20px;padding:3px 12px}}.product-item-label-ring{border-radius:50%;font-weight:700;box-sizing:border-box}.product-item-label-ring.product-item-label-small{width:40px;height:40px;line-height:40px;font-size:14px}.product-item-label-ring.product-item-label-big{width:50px;height:50px;line-height:50px;font-size:18px}@media (max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:20px;height:20px;line-height:20px;font-size:13px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;line-height:35px;font-size:12px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;line-height:70px;font-size:24px}
}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.product-item-label-center.action{width:59px;height:60px;background-color:#dd4473;left:25px;top:0;transform:none}
.product-item-label-center.action span{background-color:transparent;margin-top:17px}.product-item-label-center.action:after{content:'';position:absolute;top:100%;left:0;border:29px solid transparent;border-top:9px solid #dd4473;transition:.3s ease-in-out}.product-item-detail-tabs-container{min-height:60px;background:#fff;border-bottom:1px solid #ededed}.product-item-detail-tabs-list{list-style:none;margin:0;padding:0;display:block}.product-item-detail-tabs-list:after{content:"";clear:both;display:table}.product-item-detail-tab{float:left;min-height:60px}.product-item-detail-tab-link{height:60px;display:inline-block;position:relative;box-sizing:border-box;padding:10px 25px;-ms-text-overflow:ellipsis;text-overflow:ellipsis;line-height:45px;font-weight:700;font-size:13px;text-transform:uppercase;color:#039be5;vertical-align:middle;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}
.product-item-detail-tab-link:hover,.product-item-detail-tab.active .product-item-detail-tab-link{color:#000}.product-item-detail-tab-link:after{content:"";height:0;position:absolute;left:0;right:0;bottom:0;background:#1485ce;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.product-item-detail-tab-link:hover:after,.product-item-detail-tab.active .product-item-detail-tab-link:after{height:3px}.product-item-detail-tab-link:active:after{height:6px}.product-item-detail-tab-content{padding:25px 0}@media (max-width:991px){.product-item-detail-tabs-container{display:none !important}.product-item-detail-tab-content{display:block !important}}.product-item-detail-tabs-container-fixed{position:fixed;top:-100px;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 4px 14px 0 rgba(32,54,74,.23);-webkit-transition:top .35s linear;-moz-transition:top .35s linear;-ms-transition:top .35s linear;-o-transition:top .35s linear;transition:top .35s linear}
.product-item-detail-tabs-container-fixed{min-height:45px;background:#fff}.product-item-detail-tabs-container-fixed.active{opacity:1;top:0}.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list{max-width:1048px;margin:0 auto}.product-item-detail-tabs-container-fixed .product-item-detail-tab{min-height:45px}.product-item-detail-tabs-container-fixed .product-item-detail-tab-link{height:45px;padding:10px 25px;line-height:25px}.bx-touch .product-item-detail-tabs-container-fixed{display:none !important}.product-item-detail-short-card-fixed{position:fixed;top:-85px;left:0;right:0;z-index:1010;background-color:#fff;box-shadow:0 4px 14px 0 rgba(32,54,74,.23);-webkit-transition:top .22s linear;-moz-transition:top .22s linear;-ms-transition:top .22s linear;-o-transition:top .22s linear;transition:top .22s linear;height:85px;box-sizing:border-box;padding:7px 0 8px}.product-item-detail-short-card-fixed.active{opacity:1;top:0}.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active{top:85px}
.bx-touch .product-item-detail-short-card-fixed{display:none !important}.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container{max-width:1048px;margin:0 auto}.product-item-detail-short-card-content-container table{border-collapse:collapse;min-width:100%}.product-item-detail-short-card-image{vertical-align:middle;text-align:left;width:80px;padding-right:15px}.product-item-detail-short-card-image img{height:65px;max-width:none}.product-item-detail-short-title-container{max-width:650px}.product-item-detail-short-title-text{display:block;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;color:#000;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.product-item-detail-short-card-price{text-align:right;vertical-align:middle;padding:0 10px}.product-item-detail-short-card-btn{padding-left:10px;min-width:120px}.product-item-detail-tab-content{display:none}.product-item-detail-tab-content.active{display:block}.product-item-detail-tab-content h3{font-size:14px;font-weight:700;margin-bottom:10px}
.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox{font-family:"Arimo" !important}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select{height:auto;padding:0 20px 0 3px;border:0;font-size:12px}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select-text{display:inline-block;width:100%;line-height:normal;color:#00a1fa;border-bottom:1px dashed;transition:ease-out .3s}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select-text:hover{color:#365d88;border-bottom-color:transparent}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select-text:active{color:#23476f;border-bottom-color:transparent}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__trigger-arrow{-webkit-background-size:7px;background-size:7px}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__trigger{width:20px}
.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box *{display:inline-block;vertical-align:middle}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__dropdown{top:25px !important;font-size:12px !important;border:0;background:0 0}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox li{height:auto;padding:5px;transition:ease-out .3s}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox li:active{color:#00a1fa}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__dropdown:after{content:'';position:absolute;bottom:100%;left:0;right:0;margin:auto;border:10px solid transparent;border-bottom:5px solid #fff;width:10px}.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox ul{padding:3px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.15)}.bx-catalog-element .complect_box .element_dop_bloc .input_box label.radio{border:1px solid #8ab75a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.bx-catalog-element .complect_box .element_dop_bloc .input_box label.checkbox{border:1px solid #00a1fa;-webkit-border-radius:0% !important;-moz-border-radius:0% !important;border-radius:0 !important}.bx-catalog-element .complect_box .content_hiden_block button.slick-arrow{text-indent:-9999px;position:absolute;border:0;background-color:transparent;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;background-position:center;top:0;bottom:0;margin:auto;width:20px;height:20px;outline:none;cursor:pointer;opacity:.5;transition:.2s ease-in-out}.bx-catalog-element .complect_box .content_hiden_block button.slick-arrow.slick-disabled,.bx-catalog-element .complect_box .content_hiden_block button.slick-arrow.slick-disabled:hover{opacity:.2;cursor:default}.bx-catalog-element .complect_box .content_hiden_block button.slick-arrow:hover{opacity:1}.bx-catalog-element .complect_box .content_hiden_block button.slick-prev{background-image:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/slider_arrow_left.svg);left:-30px}
.bx-catalog-element .complect_box .content_hiden_block button.slick-next{background-image:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/slider_arrow_right.svg);right:-30px}.preview_img{display:none;position:absolute;width:auto;height:auto;min-height:100px;min-width:100px;border:1px solid rgba(0,0,0,.2);top:125px;z-index:1000}.preview_img span{background-color:#fff;display:block;width:20px;height:20px;position:absolute;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);float:right;border-top:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);z-index:-2;top:-10px;left:20px}.bx-catalog-element .complect_osn_box{margin-top:10px}.bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img{top:0;left:115px}.bx-catalog-element .complect_box .recomend .doprectovar-list .preview_img{right:110px}.bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img span{top:35px;left:-11px;border-top:0;border-right:0;border-bottom:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(0,0,0,.2)}
.preview_img-box{display:table-cell;vertical-align:middle;background:#fff;padding:5px}.preview_img-box img{float:left;vertical-align:middle;max-width:250px;max-height:250px}.section_name,.section_name span{cursor:pointer}.section_name span,.section_name i,.prop_group_title span{display:inline-block;vertical-align:middle}.prop_group_title i,.detail_text_box__title i{display:none}.section_name i,.prop_group_title i,.detail_text_box__title i{width:15px;height:15px;background-image:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/arrow_down.svg);background-size:10px;background-repeat:no-repeat;background-position:center;margin-left:5px;transition:.2s ease-in-out}.open_list .section_name i,.open_list .prop_group_title i,.open_list .detail_text_box__title i{transform:rotate(-180deg)}.bg_niz{display:block;width:100%;position:relative;top:0;z-index:1;height:10px}.bottom_padding{width:100%;height:1px}.bg_niz2{background:none repeat scroll 0 0 rgba(0,0,0,0) !important;box-shadow:none;height:23px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;position:absolute;width:100%;z-index:99}
.sticky{top:90px !important;padding-top:10px !important}.sticky .bg_niz2,.stop .bg_niz2{box-shadow:0 12px 15px -13px #00000030 inset;-webkit-box-shadow:0 12px 15px -13px #00000030 inset;-moz-box-shadow:0 12px 15px -13px #00000030 inset}.detail_text_box__title span{display:inline-block;vertical-align:middle}.detail_text_box__title{font-size:14px;text-transform:uppercase;font-weight:700;padding-bottom:7px}.detail_text_box .description{padding-top:15px;line-height:1.5}.bx-catalog-element .product-item-right .phone__block{margin:25px auto;width:250px;height:250px;position:relative}.bx-catalog-element .product-item-right .phone__block-box{display:table-cell;vertical-align:middle;width:250px;height:250px;text-align:center}.bx-catalog-element .product-item-right .phone__block .text_box{position:relative;z-index:50}.bx-catalog-element .product-item-right .phone__block .text{font-size:18px}.bx-catalog-element .product-item-right .phone__block .phone-num{color:#000;font-weight:900;font-size:24px;display:block;margin-top:15px}
.bx-catalog-element .product-item-right .phone__block span.square_big{position:absolute;width:150px;height:150px;border:3px solid rgba(98,144,195,.5);top:0;bottom:0;right:0;left:0;margin:auto}.bx-catalog-element .product-item-right .phone__block span.square_top{position:absolute;width:50px;height:50px;top:25px;right:25px;background-color:#fff9ed}.bx-catalog-element .product-item-right .phone__block span.square_bot{position:absolute;width:50px;height:50px;bottom:25px;left:25px;background-color:#f2f7ec}.bx-catalog-element .top_prop_box a .hint,.bx-catalog-element .prop_link .hint{opacity:0;visibility:hidden;color:#000;background-color:#fef3de;position:absolute;padding:5px 10px;z-index:100;width:200px;right:0;bottom:25px;font-size:12px;text-align:center}.bx-catalog-element .top_prop_box a .hint:after,.bx-catalog-element .prop_link .hint:after,.open_hint .hint:after{content:'';position:absolute;top:100%;right:19px;border:6px solid transparent;border-top:8px solid #e9f7ff;width:10px}
.bx-catalog-element .top_prop_box a:hover .hint,.bx-catalog-element .prop_link:hover .hint{opacity:1;visibility:visible}.open_hint .hint{opacity:0;visibility:hidden;color:#000;background-color:#e9f7ff;position:absolute;padding:5px 10px;font-size:12px;font-weight:500;text-align:center;z-index:100;width:260px;bottom:-7px;left:83px}.open_hint .hint:after{border:6px solid transparent;border-bottom:8px solid #e9f7ff;top:initial;right:initial}.open_hint:hover .hint,.open_hint:hover .hint{opacity:1;visibility:visible}.lable_detail_box{display:block;position:absolute;top:10px;right:0;width:65px}.lable_detail_box .product-item-label-discount_detail,.lable_detail_box .product_deteil_label{display:block;position:relative;padding:5px 0;margin-bottom:5px;width:66px;height:27px;color:#fff;z-index:80;font-size:18px;text-align:center;background-size:100%;font-weight:400;font-size:12px}.lable_detail_box .product_deteil_label{padding:5px 0}.lable_detail_box .product-item-label-discount_detail{background-color:#e2419d}
.lable_detail_box .best{background-color:#dcae00}.lable_detail_box .akciya{background-color:#903fc9}.lable_detail_box .ucenka{background-color:#004dca}.lable_detail_box .new{background-color:#00a1fa}.lable_detail_box .product-item-label-discount_detail:after,.lable_detail_box .product_deteil_label:after{content:"";position:absolute;height:0;width:0;right:66px;bottom:0;border-bottom:27px solid;border-left:12px solid transparent}.lable_detail_box .product-item-label-discount_detail:after{border-bottom-color:#e2419d}.lable_detail_box .best:after{border-bottom-color:#dcae00}.lable_detail_box .akciya:after{border-bottom-color:#903fc9}.lable_detail_box .ucenka:after{border-bottom-color:#004dca}.lable_detail_box .new:after{border-bottom-color:#00a1fa}.product-item-left .popup .lable_detail_box{display:none}.box__element_ocn_block .doprectovar-list .mego_box{margin-left:40px}.box__element_ocn_block .doprectovar-list .mego_box>.section_name{display:block !important;border-color:#cacaca !important}
.box__element_ocn_block .doprectovar-list .mego_box .doptovarbox{margin-left:0}.bx-catalog-element .complect_box .recomend .hint{display:none}.bx-catalog-element .complect_box .recomend .container-dop .mego_box:first-child .element_ocn_block:first-child .element_dop_bloc:nth-child(2) .hint{display:block;top:35px}.bx-catalog-element .complect_box .recomend .container-dop .mego_box:first-child .element_ocn_block:first-child .element_dop_bloc:nth-child(2) .hint:after{left:23px}.product-item-detail-pay-block .not-quantity{text-align:center;background-color:#cacaca;padding:10px 15px;color:#fff;width:155px;border-radius:2px;font-weight:600;font-size:12px;text-transform:uppercase}.bx-catalog-element .product-item-detail-data{display:flex;flex-direction:column}.cat_el_tabs_wrp{margin-top:50px}.tabs_nav{height:55px;background-color:#f9f9f9;display:flex;align-items:center;margin:3px;box-shadow:0px 0px 3px #00000020;position:relative}.tabs_nav .tab_title{padding-left:20px;padding-right:20px;font-size:14px;font-weight:600;height:100%;display:flex;align-items:center;cursor:pointer;position:relative;z-index:1}
.top-menu__line{position:absolute;bottom:0;left:100%;background:#00a1fa;width:100px;height:3px;transition:linear .2s;z-index:0}.cat_el_tabs_wrp .characteristics,.cat_el_tabs_wrp .type_rel{display:none}.cat_el_tabs_wrp .characteristics .describe_tab{padding:20px;color:#555}.bx-catalog-element .bx-title-line .btns .bookmark .icon,.bx-catalog-element .bx-title-line .btns .compare .icon{width:23px;height:23px}.bx-catalog-element .bx-title-line .btns .bookmark .icon.active,.bx-catalog-element .bx-title-line .btns .bookmark.active .icon.not-active{display:none}.bx-catalog-element .bx-title-line .btns .bookmark.active .icon.active,.bx-catalog-element .bx-title-line .btns .bookmark .icon.not-active{display:block}.bx-catalog-element .bx-title-line .btns .bookmark .icon.active{background-image:url('/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/heart.svg')}.bx-catalog-element .bx-title-line .btns .bookmark .icon.not-active{background-image:url('/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/heart_dis.svg')}.bx-catalog-element .bx-title-line .btns .compare .icon.active{background-image:url('/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/bar-chart_act.svg')}
.bx-catalog-element .bx-title-line .btns .compare .icon.not-active{background-image:url('/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/bar-chart.svg')}.bx-catalog-element .bx-title-line .btns .compare input+label .icon.active,.bx-catalog-element .bx-title-line .btns .compare input:checked+label .icon.not-active{display:none}.bx-catalog-element .bx-title-line .btns .compare input:checked+label .icon.active{display:block}@media all and (max-width:1024px){.tabs_nav .tab_title:nth-of-type(3){display:flex}}@media all and (max-width:768px){.sticky{top:60px !important}}@media all and (max-width:481px){.bg_niz2,.bg_niz{display:none}.cat_el_tabs_wrp{margin-rop:20px}}.props_description span{font-weight:600;font-size:13px;display:block;background-color:#fff;padding-right:5px;margin-bottom:5px}.props_description{padding-left:20px}.collection_element_block.product-carousel .product-item-container.hovercat{position:absolute;z-index:1}.other_from_coll{margin-bottom:-65px}.other_from_coll .right .checkbox{margin:0;padding:0}.product-item-info-container .product-item-conteiner-low,.product-item-container .product-item-compare-container{display:block;background-color:transparent;box-shadow:none;border:0;padding:0;margin:0;z-index:100;width:28px;height:30px;background-repeat:no-repeat;background-size:contain;background-position:center}
.product-item-info-container .product-item-conteiner-low .flag-low{background-image:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/images/big-bookmark_item_h.svg);background-repeat:no-repeat;background-position:center;transition:.15s ease-i-out;width:30px;height:30px;position:relative;margin:auto auto;top:30%;cursor:pointer;background-size:16px;top:0}.product-item-info-container .product-item-conteiner-low .flag-low.active{background-image:url(/local/templates/mian/components/bitrix/catalog.item/section/images/bookmark-tag_act.svg)}.product-item-info-container .product-item-conteiner-low .flag-low:before{content:" ";display:block;width:30px;height:30px;position:absolute;background-repeat:no-repeat;background-size:16px;background-position:center;opacity:1;transition:ease-out .3s}.other_from_coll .owl-carousel .owl-stage-outer{min-height:605px}.other_from_coll .card_prop_block{display:block !important}.other_from_coll .owl-stage{padding-bottom:80px}.other_from_coll .price_cont{margin-top:27px !important}.other_from_coll .product-item-price-container .right{display:flex;align-items:center;justify-content:flex-end;width:100%}
.other_from_coll .product-item-info-container .product-item-conteiner-low .flag-low{background-repeat:no-repeat;background-position:center;transition:.15s ease-i-out;width:30px;height:30px;position:relative;margin:auto auto;top:30%;cursor:pointer;background-size:16px;top:0}.other_from_coll .product-item-info-container .product-item-conteiner-low .flag-low.active{backgroun-size:15px}.other_from_coll .product-item-info-container .product-item-conteiner-low .hint{width:120px;left:-50px;bottom:44px;white-space:initial}.other_from_coll .product-item-info-container .product-item-compare .hint{width:120px;right:-23px;bottom:44px;font-weight:500;white-space:initial;margin-left:-131px}.bx-catalog-element .product-item-detail-pay-block-wrapper .not_sale{flex-direction:column;align-items:normal;padding-bottom:15px}.product-item-detail-price,.product-item-detail-quantity,.bx-catalog-element .product-item-detail-pay-block .box-buy-btn{display:flex;justify-content:space-between}.product-item-detail-quantity{align-items:center}
.quantity-yes,.quantity-no{font-weight:700;text-transform:uppercase;font-size:18px;padding:5px 0 4px 44px}.quantity-yes{color:#0ebd01;background:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/./images/vnalichii.svg) left center no-repeat;background-size:40px auto;padding-left:44px}.quantity-no{color:#f5bc2c;background:url(/local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/./images/podzakaz.svg) left center no-repeat;background-size:32px auto;padding-left:38px}.bx-catalog-element .product-item-detail-buycredit .btn-buycredit{width:260px}.bx-catalog-element .product-item-detail-pay-block .product-item-detail-pay-block-wrapper .buy-btn .buy-btn-in{width:260px;height:44px;border-radius:30px;font-weight:700;background-color:#ffc945;box-shadow:0px 4px 4px rgba(0,0,0,25%)}.bx-catalog-element .product-item-detail-pay-block .product-item-detail-pay-block-wrapper .buy-btn span{padding-left:10px}.bx-catalog-element .product-item-detail-pay-block-wrapper .product-item-detail-price .product-item-detail-price-current .prise_nap,.bx-catalog-element .product-item-detail-pay-block-wrapper .goods_block .goods_pay_box .goods_prise .osn_price{font-weight:700}
.product-item-detail-pay-block-wrapper .btn.btn-greybg{width:190px;height:44px;background:0 0;border:2px solid #00a1fa;color:#00a1fa;font-weight:700;font-size:12px;border-radius:30px;transition:all linear .2s}.product-item-detail-pay-block-wrapper .btn.btn-greybg:hover,.product-item-detail-pay-block-wrapper .btn.btn-greybg:focus{background:#00a1fa;color:#fff;transition:all linear .2s}.product-item-detail-pay-block-wrapper .btn.btn-yellow{font-weight:700;border-radius:30px;width:190px;height:44px;color:#fff;box-shadow:0px 4px 4px rgba(0,0,0,15%)}.modal-title{font-size:16px;text-transform:uppercase}.modal-title span{display:block;font-weight:700;font-size:18px;text-transform:none;color:#3e3e3e}.block-modal-form-row{margin-bottom:20px}.block-modal-input-col{margin-bottom:1rem}.block-modal-input-col .form-control{padding:17px 20px;height:auto;font-size:17px;line-height:1.2;font-weight:500;border:1px solid #ececec;border-radius:5px;-webkit-box-shadow:0px 1px 10px rgba(0,0,0,9%);box-shadow:0px 1px 10px rgba(0,0,0,9%)}
.block-modal-input-col .form-control:focus{border-color:#c7c7c7}.block-modal-form-row .btn{min-width:180px;height:44px;background-color:#009dfe;border-radius:30px;font-weight:700;box-shadow:0px 10px 32px rgba(96,179,184,25%),0px 4px 4px rgba(0,0,0,25%)}.form-text-success{color:#0ebd01;font-size:20px}.product-item-detail-data.mobile .product-item-detail-pay-block-wrapper{width:100%}.product-item-detail-pay-block-wrapper .box-buy-btn{padding-top:10px}.product-item-detail-pay-block-wrapper .product-modal{width:210px;margin-left:10px}.bx-catalog-element .product-item-detail-pay-block .box-buy-btn .product-modal a{justify-content:center;border-radius:30px}@media screen and (max-width:1024px){.bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .product-item-detail-price{text-align:left;padding:14px 15px 20px}.bx-catalog-element .product-item-detail-pay-block-wrapper .product-item-detail-price .product-item-detail-price-current .prise_nap{font-size:26px}
}@media(max-width:568px){.product-item-detail-pay-block-wrapper{padding:0}.bx-catalog-element .product-item-detail-pay-block .product-item-detail-pay-block-wrapper .buy-btn .buy-btn-in,.product-item-detail-pay-block-wrapper .btn.btn-yellow,.product-item-detail-pay-block-wrapper .btn.btn-greybg{width:150px;height:40px;padding:6px 8px;text-align:center}.quantity-yes,.quantity-no{font-size:14px;padding:5px 0 4px 36px;background-size:36px auto}.bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .product-item-detail-price{text-align:left;align-items:start;display:flex;flex-direction:column}.product-item-detail-quantity{padding:5px 0 15px}.bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .box-buy-btn{justify-content:space-between;-ms-flex-direction:column;flex-direction:column}.bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .box-buy-btn .btn-greybg{margin-top:1rem;width:100%}
    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .box-buy-btn .buy-btn-in{width:100%}.bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block-wrapper .box-buy-btn .buy-btn{width:100%;margin:0}.bx-catalog-element .product-item-detail-pay-block .product-item-detail-pay-block-wrapper .box-buy-btn a{align-items:start}}.make_request{width:260px;height:44px;border-radius:30px;font-weight:700;background-color:#ffc945;box-shadow:0px 4px 4px rgba(0,0,0,25%);display:inline-block;vertical-align:middle;padding:0 10px 0 45px;-webkit-transition:.3s ease-out;transition:.3s ease-out;text-transform:uppercase;z-index:10;position:relative;font-weight:600;font-size:16px;border-radius:30px;cursor:pointer}.make_request:hover{background-color:#00a1fa;color:#fff}.make_request:before{display:block;content:"";position:absolute;top:0;left:-10%;width:120%;height:45px;background:linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,.2),rgba(255,255,255,0)) -2em 0 no-repeat;background-size:50px 100%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);background-position:-65px 0;z-index:40;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-name:blink_button;animation-name:blink_button;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.make_request span{vertical-align:sub}
/* End */


/* Start:/local/templates/specialflat/components/webdebug/reviews2.add/template_atum/style.css?17320405808425*/
.wdr2_add {}
	.wdr2_add .wdr2_result {}
		.wdr2_add .wdr2_result ul {margin:0; padding:0 0 0 21px;}
	.wdr2_add form {margin:0; padding:0;}
	.wdr2_add .wdr2_success {color:green; font-weight:bold; margin-bottom:20px;}
	.wdr2_add .wdr2_error {color:red; margin-bottom:20px;}
	.wdr2_add hr {background:#999; border:0; border-bottom:1px solid #eee; display:block; font-size:0; height:1px; line-height:0; margin:0 0 12px; overflow:hidden;}
	.wdr2_add .form_title {font-size:20px; line-height:140%; margin-bottom:10px;}
	.wdr2_add .ratings {font-size:11px; margin:0 0 12px;}
		.wdr2_add .ratings table {background:transparent; border:0; }
			.wdr2_add .ratings table td {background:transparent!important; border:0!important; padding:1px 6px 1px 0;}
			.wdr2_add .ratings table td.rating_title {text-align:right; vertical-align:top;}
			.wdr2_add .ratings table td.rating_value {text-align:left; vertical-align:middle;}
	.wdr2_add .fields {}
		.wdr2_add .fields .field {margin:16px 0;}
			.wdr2_add .fields .field label {display:block;}
				.wdr2_add .fields .field label .required {color:red; padding:1px; position:relative; top:-1px;}
			.wdr2_add .fields .field .input {margin-top:10px;}
				.wdr2_add .fields .field .input input[type=text],
				.wdr2_add .fields .field .input textarea,
				.wdr2_add .fields .field .input select {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:26px; max-width:100%; outline:0; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
				.wdr2_add .fields .field .input input[type=text] {line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input textarea {height:auto; line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input select {padding:6px 1px;}
				.wdr2_add .fields .field .input select option {padding:2px 4px;}
				.wdr2_add .fields .field .input input[type=file] {outline:0;}
				.wdr2_add .fields .field .input .file_design_wrapper {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:30px; outline:0; width:360px; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1 {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABM0lEQVR42pWTIa+CYBSG/YkGgolCM9FMNhOJ4gkENv+J1blZmM3AFFBA0M1ie+95mZ/iletVtmfPe87ZYfIJvd4H12w2EwV079srDENRcL1eQX+1HASBKDifz6B/8f7XTKdTUXA6nUCbTC6Xi+l138T3fVFQ1zVoUhTFPbdnL8ue54mCqqpAkzzPTRYzj+O46T0tTyYTUXA8HkGT/X5vsph5u3dfHo/HoqAsS9AkyzKTpWP+WB6NRqI0z0mTJElMlo75Y9l1XVFwOBxAk+12a7J0zJ9PfjgcNs9EK0Kv1+unuj1/OXXHcRBFEehbLczGPAdTd/7ntm1juVyCbvWEdZqmTZ/1n2/cYDDAYrEA3YaHeMvvX1nLsjCfz7FarbDb7Ro2mw3YV/7/+vr9vijo4KNP9weiTpKdOX1I7QAAAABJRU5ErkJggg==") 10px center no-repeat; cursor:text; display:block; height:100%; line-height:22px; min-height:16px; overflow:hidden; padding:4px 8px 4px 32px; text-overflow:ellipsis; white-space:nowrap; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=Y] {color:gray;}
					.wdr2_add .fields .field .input .file_design_wrapper input[type=file] {width:300px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
	.wdr2_add .agreement {}
		.wdr2_add .agreement input[type=checkbox] {margin:0; vertical-align:middle;}
		.wdr2_add .agreement label {display:inline; font-weight:normal; vertical-align:middle;}
	.wdr2_add .wdr2_reqfield {display:none;}
	.wdr2_add .submit {margin-top:16px;}
		.wdr2_add .add_btn, .wdr2_add .submit input[type=submit] {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 18px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:36px; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}
		.wdr2_add .add_btn:hover, .wdr2_add .submit input[type=submit]:hover {background:#00a2df; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd)); background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );}
		.wdr2_add .add_btn:active, .wdr2_add .submit input[type=submit]:active {background:#0a7ddd; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df)); background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 ); -moz-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); -webkit-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);}
		.wdr2_add .add_btn[disabled], .wdr2_add .submit input[type=submit][disabled] {background:#d8d8d8; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #d8d8d8 0%, #bcbcbc 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc)); background:-webkit-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-o-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-ms-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:linear-gradient(to bottom,  #d8d8d8 0%,#bcbcbc 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );}

/* Visual HTML-editor */
.wdr2_add {} .nicEdit-panelContain {border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be!important;}
.wdr2_add {} .nicEdit-editorContent {border-color:#fff #a0b4be #b6c8d1 #a0b4be!important; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}

/* End */


/* Start:/local/templates/specialflat/components/webdebug/reviews2.list/template_atum/style.css?178901678712422*/
.wdr2_list {}
	.wdr2_list .wdr2_pager {}
	.wdr2_list .wdr2_pager.wdr2_pager_top {margin-bottom:16px;}
	.wdr2_list .wdr2_pager.wdr2_pager_bottom {margin-top:16px;}
	.wdr2_list .wdr2_items {}
		.wdr2_list .wdr2_items .wdr2_item {margin-bottom:50px; position:relative;}
		.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#b4e391; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2MWM0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 50%, #b4e391 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); background:-webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-o-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-ms-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:radial-gradient(ellipse at center,  #b4e391 0%,#61c419 50%,#b4e391 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );}
		.wdr2_list .wdr2_items .wdr2_item_moderated_N:before{content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#ff3019; background url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); background:-webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {background:#F4F4F4; border:1px solid #E4E4E4; margin-bottom:24px; padding:18px; position:relative;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {content:''; border-style: solid; border-width: 20px 20px 0 0; border-color: #E4E4E4 transparent transparent transparent; height: 0; left:36px; position:absolute; top:100%; width: 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after {content:''; border-style: solid; border-width: 20px 18px 0 0; border-color: #F4F4F4 transparent transparent transparent; height: 0; left:37px; margin-top:-1px; position:absolute; top:100%; width: 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_target_name {margin-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {margin-bottom:10px; position:relative;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating .wdr2_item_rating_detail {background:#fff; border:1px solid #E4E4E4; display:none; font-size:14px; left:-21px; overflow:hidden; padding:12px 20px 6px; position:absolute; top:-32px; z-index:11; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); box-shadow:0 0 6px 0px rgba(0,0,0,0.2);}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_item_rating_detail {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating {margin-bottom:10px;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating .wd_reviews2_rating {margin-top:1px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_fields {}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field {margin:0 0 6px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field.wdr2_field_block {margin-bottom:10px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_title {display:inline-block; font-weight:bold;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_block .wdr2_field_title {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value {display:inline-block; max-width:100%; word-wrap:break-word; word-break:break-word; overflow-wrap:break-word;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value img {border:0; height:auto; max-width:100%;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta {}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo {float:left; height:27px; margin:0 8px 0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo table {border-collapse:collapse; border-spacing:0; height:27px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td {padding:0; vertical-align:middle;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td img {background:#F4F4F4; border:1px solid #E4E4E4; display:inline-block; font-size:0; padding:2px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {color:#3d8810; float:left; font-size:100%; font-weight:bold; height:27px; line-height:27px; margin:0 8px 0 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {color:#999; float:left; font-size:90%; font-style:italic; height:27px; line-height:27px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote {color:#999; display:block; float:right; font-size:90%;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a {text-decoration:underline;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a:hover {text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send {font-weight:bold; text-decoration:none; margin-left:4px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_y {color:#099913;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_n {color:#d5181f;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_count {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer {margin:20px 0 24px 100px; }
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:before {border-width:0 20px 20px 0; border-color:transparent #E4E4E4 transparent transparent; left:auto; right:36px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:after {border-width:0 18px 20px 0; border-color:transparent #F4F4F4  transparent transparent; left:auto; right:37px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_name {float:right; margin-right:0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right; margin:0 0 0 8px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons {display:none; position:absolute; left:0; text-align:right; top:-26px; width:100%;}
			.wdr2_list .wdr2_items .wdr2_item:hover .wdr2_user_review_admin .wdr2_buttons {display:block; padding-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a {display:inline-block; font-size:90%; height:16px; line-height:16px; margin-left:8px; padding-left:20px; position:relative; text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:before {background:url("/local/templates/specialflat/components/webdebug/reviews2.list/template_atum/images/buttons.png") 0 0 no-repeat; content:''; display:inline-block; display:inline-block; height:16px; left:0; position:absolute; top:0; width:16px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a span {display:inline-block; border-bottom:1px dashed gray; line-height:120%; padding-bottom:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:hover span {border-bottom:0; padding-bottom:1px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_answer:before {background-position:0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_up:before {background-position:-16px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_down:before {background-position:-32px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_y:before {background-position:-48px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_n:before {background-position:-64px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_delete:before {background-position:-80px 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block {display:none;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block h2 {background:transparent; border:0; font-size:120%; font-weight:bold; margin:0 0 8px;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_btn_save {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 14px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:24px; outline:0; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}

.wdr2_clear {clear:both;}
/*---------------------------------------------------------------------------*/
.review-item-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.review-item-gallery__item {
	max-width: 100%;
	/*max-width: calc((100% - 10px) / 2);*/
	flex: 0 0 auto;
}
.review-item-gallery__item-box, .review-item-gallery__item .wdr2_lightbox {
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	display: flex;
}
.review-item-gallery__item-box, .review-item-gallery__item .wdr2_lightbox:hover {
	border-color: #00a1fa;
}
.review-item-gallery__item-box img, .review-item-gallery__item .wdr2_lightbox img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	.review-item-gallery {
		gap: 10px;
	}
}
@media (min-width: 992px) {
	.review-item-gallery {
		gap: 20px;
	}
}



/* End */


/* Start:/local/templates/specialflat/components/bitrix/form/form_element_consultation/bitrix/form.result.new/.default/style.css?1732040580666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/specialflat/components/bitrix/form/form_element_consultation/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/specialflat/components/bitrix/form/form_element_consultation/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/specialflat/components/bitrix/form/form_modal/bitrix/form.result.new/.default/style.css?1732040580666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/specialflat/components/bitrix/form/form_modal/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/specialflat/components/bitrix/form/form_modal/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/specialflat/components/bitrix/form/form_request/bitrix/form.result.new/.default/style.min.css?1732040580532*/
table.form-table{width:100%;background-color:#fff;border-collapse:collapse;font-size:100%;font-weight:400;line-height:160%}table.form-table td,table.form-table th{border:1px solid #adc3d5;vertical-align:top}table.form-table th{padding:5px;background-image:url(/local/templates/specialflat/components/bitrix/form/form_request/bitrix/form.result.new/.default/images/table_head.gif);background-repeat:repeat-x;text-align:left;color:#25639a}table.form-table td{padding:15px 5px}.form-required{color:red}.error-fld{display:block;float:left;height:13px;width:15px;background-repeat:no-repeat;background-image:url(/local/templates/specialflat/components/bitrix/form/form_request/bitrix/form.result.new/.default/images/icon_warn.gif)}
/* End */
/* /local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/style.css?17320405806061 */
/* /local/templates/specialflat/components/itconstruct/catalog/santehnika_catalog/bitrix/catalog.element/.default/style.min.css?173204058046363 */
/* /local/templates/specialflat/components/webdebug/reviews2.add/template_atum/style.css?17320405808425 */
/* /local/templates/specialflat/components/webdebug/reviews2.list/template_atum/style.css?178901678712422 */
/* /local/templates/specialflat/components/bitrix/form/form_element_consultation/bitrix/form.result.new/.default/style.css?1732040580666 */
/* /local/templates/specialflat/components/bitrix/form/form_modal/bitrix/form.result.new/.default/style.css?1732040580666 */
/* /local/templates/specialflat/components/bitrix/form/form_request/bitrix/form.result.new/.default/style.min.css?1732040580532 */
