

/* Start:/bitrix/templates/af.white/components/bitrix/catalog.smart.filter/main/style.css?15422287976401*/
.bx-filter {
    width: 100%;
    margin-bottom: 20px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bx-filter .bx-filter-section {
    /*background: #edf6fc; /* color */
    position: relative;
    /* padding-top: 26px*/
}

.bx-filter-parameters-box-container {
    padding: 14px 0 14px 0;
}

.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 14px;
    color: #3f3f3f;
}

.bx-filter-parameters-box-container-block-wrap-wrap {
    padding: 0 !important;
}

.bx-filter-parameters-box-container-block-wrap {
}

.bx-filter-parameters-box-container-block-wrap > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.bx-filter-parameters-box-container-block-wrap:after {
    content: '';
    display: block;
    clear: both
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 17px;
    padding-bottom: 15px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
    /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: 30px;
    width: 1px;
    height: 17px;
    background: none;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: -12px;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -46px;
    text-align: center;
    color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-range {
    z-index: 90;
}

.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
    /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
    /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 8;
    background: #606060;
    height: 3px;
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: -9px;
    width: 16px;
    height: 16px;
    border-bottom: none;
    box-sizing: content-box;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    border: 2px solid #ffffff;
    background: #606060;
    border-radius: 50%;
    margin-left: -15px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #606060;
    margin-right: -15px;
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 0px;
    white-space: nowrap;
    min-height: 37px;
    border-style: solid;
    left: 100%;
    top: 40%;
    padding: 13px 18px;
    text-align: left;
    border: none;
    color: white;
}
.bx-filter .bx-filter-popup-result .btn{margin: 0 0 0 17px;}

.bx-filter-horizontal .bx-filter-popup-result {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}

.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
    display: none;
}

@media (max-width: 767px) {
    .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        background: rgb(244, 244, 244);
    }

    .bx-touch .bx-filter .bx-filter-popup-result br {
        display: none;
    }

    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }

    .widgets {
        overflow-x: hidden
    }
}

.color-filter a {
    cursor: pointer
}

.color-filter .active {
    color: #999
}

.color-filter .color {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: -2px;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container input {
    display: block;
    border: none;
    text-align: left;
    width: 100%;
}

.bx-filter .bx-right .bx-filter-input-container input {
    text-align: right
}

.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 0px;

}

.bx-filter .bx-filter-parameters-box-container {
    display: none
}

.bx-filter .bx-active .bx-filter-parameters-box-container {
    display: block
}

.bx-filter .widget-title{transition: all .3s ease;position: relative}
.bx-filter .widget-title:hover {opacity: .9;}

.bx-filter .widget-title i{    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    cursor: pointer;
    text-align: center;
    line-height: 41px;}
.bx-filter .widget-title i:hover:before{
    border-radius: 50%;
    color: white;
    padding: 2px 3px; }

.bx-filter-section .widget-title { cursor: pointer;    margin: 0; }
.bx-filter-section .bx-active .widget-title { }
/* End */


/* Start:/bitrix/templates/af.white/components/bitrix/catalog.element/main/style.css?15422287973012*/


.catalog.detail .info .order .btn-paper{margin-right: 0}

/*center block*/
.catalog.detail .content .section_title{color:#9aa7af;font-size:18px;}
.catalog.detail .content .prop{}
.catalog.detail .content .prop span{color:#2f383d;padding-left:10px;}
.catalog.detail .content .prop .item{margin-top:10px;}
.catalog.detail .content .prop .item + .item{margin-top:0;}
.catalog.detail .content hr{margin:20px 0;}
.catalog.detail .content .noradius{border-radius:0px;}
.catalog.detail .content .wrap{margin:-10px 0 -6px;}
.catalog.detail .content .preview{margin-bottom:15px;}

/*right block*/
.catalog.detail .info{}
.catalog.detail .info .price, .catalog.detail .info .order, .catalog.detail .info .share{padding:15px 15px 12px;text-align:center;}
.catalog.detail .info .price{padding-top:30px;padding-bottom:24px;}
.catalog.detail .info .price .icon{width:20px;height:20px;line-height:20px;text-align:center;font-size:33px;background:none;}
.catalog.detail .info .price .price_val{font-size:36px;padding-right:5px;}
.catalog.detail .info .price .price_old .price_val, .catalog.detail .price .price_old .icon{font-size:12px;padding-right:2px;color:#000;padding-top:5px;text-decoration:line-through;}
.catalog.detail .info .price .price_old{color:#777777;font-size:12px;padding:12px 0 0 0;}
.catalog.detail .info .share{}
.catalog.detail .info .order .text{color:#707f88;}
.catalog.detail .description{margin-top:15px;    margin-bottom: 15px;}
.catalog.detail .styled-block.catalog .btn{margin:0px;}
.catalog.detail .styled-block.catalog{padding:15px 30px;clear:both;margin-bottom:30px;}
.catalog.detail .styled-block.catalog  .right{display:inline-block;}

/*characteristics*/
.props_table dl{position: relative;margin: 0;color: #404040;background: white;}
.props_table dl:after{content: '';display: block;clear: both}
.props_table dt{display: inline-block;width: 48%;margin: 0 0 7px;vertical-align: top;background: inherit;    font-weight: normal;float: left;}
.props_table dt span{position: relative;padding: 0 10px 0 0;background: inherit;z-index: 2;}
.props_table dt:after {position: absolute;right: 5px;left: 0;
	height: 1px;margin: 1.05em 0 0;content: '';background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;}
.props_table dd{display: inline-block;width: 52%;margin: 0 0 7px;vertical-align: bottom;background: inherit;float: left;}
.props_table dd span{    position: relative;display: block;padding: 0 0 0 10px;background: inherit;z-index: 2;}
.props_table .hint .icons:hover + .tooltips{	display:block;}
.props_table .hint .tooltips{display:none;position:absolute;left:-30px;top:40px;width:100px;padding:5px;box-shadow:0 0 10px;z-index:9;background:#fff;}


/*projects*/
.catalog.detail .row .projects .image {position: relative}

/*media*/
@media (max-width:990px){
	.catalog.detail .content .prop .item.text-right{text-align:left !important;}
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153271075251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/af.white/components/bitrix/catalog.smart.filter/main/style.css?15422287976401 */
/* /bitrix/templates/af.white/components/bitrix/catalog.element/main/style.css?15422287973012 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153271075251 */
