

/* Start:/bitrix/templates/custom_eshop/owl/dist/assets/owl.carousel.min.css?16268664663351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/custom_eshop/owl/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/custom_eshop/owl/dist/assets/owl.theme.default.min.css?16268664661013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/custom_eshop/owl/dist/assets/custom.css?166320888812228*/
.product_quantity{
    padding-bottom: 20px;
    color: #a5a5a5;
}
.product_quantity p {
    font-size: 12px;
}
.product_quantity span{
    color: black;
}

.d-flex{
    display: flex !important;
}
.align-items-center{
    align-items: center !important;
}
.align-items-end{
    align-items: flex-end !important;
}
.justify-content-between{
    justify-content: space-between !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mb-8{
    margin-bottom: 8px !important;
}
.mb-16{
    margin-bottom: 16px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.fs-24{
    font-size: 24px;
}
.zero-container{
    padding-left: -15px !important;
    padding-right: -15px !important;
}
.bx-breadcrumb{
    display: flex;
    flex-wrap: wrap;
}
.bx-breadcrumb .bx-breadcrumb-item{
    float: none !important;
}

/* header */

.search_on_line_top{
    display: none;
}
.bx-logo{
    margin: 26px 0;
    margin-top: 0;
}
.bx-logo .bx-logo-block{
    height: auto !important;
    text-decoration: none !important;
}
.logo-img{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-right: 18px;
}
.logo-text{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    color: #3e454c;
    margin-bottom: -10px;
    text-decoration: none !important;
}
.logo-text span{
    padding-left: 26px;
}
.bx-top-nav-container{
    float: none !important;
    border-radius: 5px !important;
}
.bx-header-section{
    padding-top: 6px !important;
    padding-bottom: 18px !important;
}
.bx-top-nav-container .bx-nav-1-lvl>a{
    font-size: 18px !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
}
.bx-basket-block{
    display: inline-block;
    white-space: unset !important;
}
.pull-right{
    text-align: right;
}
#link-basket-my:before{
    font-size: 19px;
}
.bx-top-nav-container .bx-nav-2-lvl>a{
    font-size: 20px !important;
    line-height: 26px !important;
}
.bx-top-nav-container .bx-nav-3-lvl a{
    font-size: 18px !important;
    line-height: 24px !important;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced, 
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container{
    min-width: 650px !important;
    max-width: 650px !important;
    width: 100% !important;
}
.callback--mobile{
    display: none;
}

@media (max-width: 556px){
    .d-flex{
        flex-wrap: wrap;
    }
}

@media (max-width: 767px){
    .bx-logo-block.d-flex{
        display: none !important;
    }
    .bx-logo{
        margin: 0 !important;
    }
    .bx-basket-block{
        font-size: 16px !important;
        padding-left: 0 !important;
    }
    .bx-basket-block a{
        font-size: 18px !important;
        border-bottom: none !important;
        color: #3e454c !important;
        font-weight: 600 !important;
    }
    .bx-basket-fixed{
        padding-bottom: 10px;
    }
    .bx-basket-fixed .fa{
        display: none;
    }
    .bx-basket-fixed a{
        padding: 6px 14px;
        display: inline-block;
        text-decoration: none;
        color: #fff !important;
        border-radius: 4px;
        font-size: 16px !important;
        font-weight: 400 !important;
        background: #6f1a23;
    }
    .bx-logo{
        padding: 8px 16px !important;
        text-align: left !important;
    }
    .bx-aside-nav-control{
        left: auto !important;
        right: 8px !important;
        top: 10px !important;
    }
    .bx-aside-nav{
        padding-top: 65px !important;
    }
    .galex_line {
        padding-top: 65px !important;
    }
    .galex_line .container{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .galex_line .galex_logo{
        padding-left: 0 !important;
        max-width: 100px !important;
        width: 100%;
    }
    .callback--mobile{
        display: inline-block;
        font-size: 28px;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 13px;
        right: 60px;
        line-height: 40px;
        cursor: pointer;
        z-index: 1750;
        color: #fff !important;
        text-align: center;
    }
}



/* header end */


.bx-block-title{
    font-size: 20px !important;
    line-height: 1.4 !important;
}
.bx-s-info-content{
    font-size: 16px !important;
    line-height: 1.4 !important;
}
.bx-s-info-titletext{
    font-size: 18px !important;
}
.bx-wt-block{
    position: relative;
}
.bx-wt-block::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.bx-wt-block .bx-block-title,
.bx-wt-block ul{
    position: relative;
    z-index: 2;
}
.bx-searchtitle .bx-input-group-btn button{
    font-size: 17px !important;
    line-height: 1 !important;
    padding: 9px 12px !important;
}
.bx-searchtitle .bx-input-group .bx-form-control{
    height: auto !important; 
    padding: 7px 12px !important;
}




/* карточка товара  */

.product-item-image-wrapper{
    margin-bottom: 0;
    padding-top: 100%;
}
.product-item{
    padding: 0;
}
.product-item-title{
    margin-bottom: 0;
}
.product-item-title a{
    font-size: 14px;
}
.product-item-price-current{
    font-size: 18px;
}
.product-item-price-container{
    margin: 5px 0 !important;
}
.product-card__btn{
    display: block;
    border-color: #991d2a !important;
}
.product_quantity{
    padding-bottom: 0px;
}
.bx-touch .product-item{
    background-color: inherit;
}

@media (max-width: 576px){
    body{
        line-height: 1.2 !important;
    }
    .product-item-title a{
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}


/* карточка товара end */

.pagination-wrapper{
    margin-top: 20px;
}

/* боковой фильтр  */

.bx-filter .bx-filter-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
@media (min-width: 992px){
    .smart_filtr {
        padding-left: 40px !important;
    }
}
.btn-aside-filter{
    background-color: #6f1a23 !important;
    border-color: #6f1a23 !important;
    font-size: 16px !important;
}
.bx-filter .bx-filter-parameters-box-title{
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 16px;
}
.bx-filter .bx-filter-parameters-box-title span{
    color: #3e454c !important;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{
    font-size: 14px !important;
    line-height: 1.4 !important;
}
.bx-filter .bx-filter-parameters-box-title span:hover{
    border: none;
    color: #991d2a !important;
}
.btn-aside-filter:hover{
    background-color: #ad545d !important;
}
.btn-link:focus, 
.btn-link:hover{
    color: #991d2a !important;
}
.bx-filter-parameters-box-container{
    padding-bottom: 0;
}
.bx-filter .bx-filter-section{
    padding-bottom: 26px;
}
.bx-filter .bx-filter-block{
    padding-bottom: 6px;
}
@media (max-width: 991px){
    .catalog_page_my{
        width: 68% !important;
    }
}

@media (max-width: 576px){
    .acc-wrapper{
        display: flex;
        flex-direction: column;
    }
}

/* боковой фильтр end */



/* страница товара */

.sale_order_full_table .left_column{
    padding: 0 !important;
}
.success_text h2{
    font-size: 26px;
    text-transform: capitalize;
    color: #333333;
}
.btn.product-item-detail-buy-button.btn-top-fixed{
    margin-top: 0 !important;
}
.product-item-detail-info-section{
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
.product-item-detail-properties{
    font-size: 16px !important;
}
.product-item-detail-info-container{
    margin-bottom: 0;
}
.product_quantity p{
    font-size: 16px;
    margin-bottom: 0 !important;
}
.product_quantity{
    margin-bottom: 8px;
}
.promo-wrapper{
    margin-bottom: 8px;
}
.text_in_card{
    margin: 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    padding-bottom: 0 !important;
}
.product-item-detail-buy-button{
    margin: 18px auto 0 !important;
    border-color: #991d2a!important;
    max-width: 100% !important;
}
.bx-s-info-titleicon{
    margin-top: 0 !important;
}
.product-item-detail-compare{
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
}
.product-item-detail-tab-link{
    font-size: 18px;
    color: #3e454c;
    text-decoration: none !important;
}
.product-item-detail-properties{
    max-width: 100%;
    color: #3e454c;
    font-weight: 500;
}
.product-item-detail-tab-link:after{
    background: #991d2a;
}
.product-item-detail-tab-link:hover, 
.product-item-detail-tab.active .product-item-detail-tab-link{
    color: #991d2a;
}

@media (max-width: 576px){
    h1.bx-title{
        font-size: 24px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .product-item-detail-slider-block{
        padding-top: 75% !important;
    }
}


/* страница товара end */


.card-item-ball{
    overflow: hidden;
}
.bx-s-info-titleicon{
    top: 0 !important;
}
.basket-btn-checkout{
    border-color: #991d2a !important;
    font-weight: 400;
}
.bx-newslist .btn {
    background-color: #991d2a !important;
    border-color: #991d2a !important;
    padding: 6px 16px;
    font-size: 16px;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container{
    padding: 0 15px 15px !important;
}
.bx_item_list_recommended.col4 .bx_catalog_item{
    padding: 1px 15px !important;
}
.bx_item_list_recommended .bx_catalog_item_title a{
    font-size: 14px;
    line-height: 1.2 !important;
}
.bx_item_list_recommended .bx_catalog_item_price .bx_price{
    font-size: 16px !important;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    width: 100%;
    background: #991d2a !important;
    border-color: #991d2a !important;
    padding: 6px 16px !important;
    font-size: 16px !important;
    height: auto !important;
}

/* оформление заказа  */

.bx_logotype{
    height: 100%;
}
.bx_order_make .bx_logotype{
    background-color: #fff !important;
    border-width: 4px !important;
    border-color: #3e454ca4;
}
.bx_element input[type=radio]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype{
    background-color: #fff !important;
    border-width: 4px !important;
}
.bx_order_make .bx_logotype.active, .bx_order_make .bx_logotype:hover{
    border-color: #ad545d;
}
.bx_order_make .bx_description strong{
    font-size: 20px;
    font-weight: 600;
    color: #3e454c;
}
div#order_form_content p{
    font-style: normal !important;
    color: #3e454c !important;
    font-weight: 400 !important;
}
div#order_form_content p i{
    font-style: normal !important;
}
.bx_order_make .bx_block.horizontal .bx_logotype{
    margin-right: 20px;
}
.basket-items-list-container{
    min-height: auto !important;
}
.basket-items-list{
    min-height: auto !important;
}
.product-full{
    border-bottom: none;
    flex-wrap: wrap;
}
.product-full__price{
    text-align: left;
}
.basket-checkout-block-total{
    padding-top: 0;
}
.basket-coupon-block-total-price-current{
    font-weight: 600;
}
.bx-theme-red .btn.btn-default{
    border-color: #991d2a !important;
}
.product-item-detail-buy-button{
    padding: 24px 12px !important;   
    border-color: #991d2a !important;
    background-color: #991d2a!important;
    color: #fff !important;
    height: auto !important;
    border-radius: 4px;
}
.product-item-detail-buy-button:hover{
    color: #fff !important;
}
.product-item-detail-info-section{
    margin-bottom: 16px;
}

/* оформление заказа end */
/* End */


/* Start:/bitrix/templates/custom_eshop/components/bitrix/sale.basket.basket.line/template_phobos/style.min.css?16614194573567*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/custom_eshop/components/bitrix/menu/catalog_horizontal_phobos/style.css?166304979710941*/
.bx-top-nav-container {
	/*margin-top: 15px;*/
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 18px!important;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 18px!important;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 9px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
/* End */


/* Start:/bitrix/templates/custom_eshop/components/bitrix/menu/catalog_horizontal_phobos/themes/black/colors.min.css?1661419457825*/
.bx-black.bx-top-nav .bx-top-nav-container{background:#333}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{background:#5c5c5c;border-bottom:0}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a{color:#333;background-color:transparent}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover{color:#333;background:#f0f0f0}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover{color:#333;background:#f0f0f0}
/* End */


/* Start:/bitrix/templates/custom_eshop/components/bitrix/search.title/visual_phobos/style.min.css?16614194573445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/bitrix/templates/custom_eshop/components/bitrix/search.title/visual_phobos/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


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


/* Start:/bitrix/templates/custom_eshop/components/bitrix/menu/personal_menu_phobos/style.css?16614194572102*/
/* Sidebar menu */

.bx-inclinkspersonal-list {
	margin: 0;
	padding: 0 !important;
	border: 1px solid #e0eded;
	list-style: none;
	overflow: hidden;
}

li.bx-inclinkspersonal-item {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #e0eded;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.bx-inclinkspersonal-item:last-child {
	border-bottom: 0;
}

.bx-inclinkspersonal-selected{
	color: #fff;
}

.bx-inclinkspersonal-selected a{
	color: #fff;
}

.bx-inclinkspersonal-item:hover {
	background: #57c2d1;
	color: #fff;
}

.bx-inclinkspersonal-item.bx-theme-blue:hover{
	background: #0083d1;
}

.bx-inclinkspersonal-item.bx-theme-black:hover{
	background: #303030;
}

.bx-inclinkspersonal-item.bx-theme-green:hover{
	background: #44b1c9;
}

.bx-inclinkspersonal-item.bx-theme-red:hover{
	background: #991d2a;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover{
	background: #f4a52e;
}

.bx-theme-blue.bx-inclinkspersonal-selected{
	background: #3398d7;
}

.bx-theme-black.bx-inclinkspersonal-selected{
	background: #484848;
}

.bx-theme-green.bx-inclinkspersonal-selected{
	background: #5cc3d1;
}

.bx-theme-red.bx-inclinkspersonal-selected{
	background: #ad545d;
}

.bx-theme-yellow.bx-inclinkspersonal-selected{
	background: #fbb859;
}

.bx-inclinkspersonal-item-element {
	display: block;
	padding: 10px 15px 10px 15px;
	/*width: calc(100% - 10px);*/
	width:100%;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.cl-for-arrow-left-menu:after {/*
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'FontAwesome';
	content: "\f104";*/
}

.bx-inclinkspersonal-item:hover .bx-inclinkspersonal-item-element {
	color: #fff;
}

.bx-inclinkspersonal-item-element.bx-inclinkspersonal-item-element:hover:after {
	color: #fff;
}
/* End */


/* Start:/bitrix/templates/custom_eshop/components/bitrix/menu/bottom_menu/style.css?1661419457542*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?16472570164011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/custom_eshop/styles.css?16639047165997*/
* {
-webkit-font-smoothing: subpixel-antialiased;
}

h1,h2,h3,h4,h5,h6{

/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-weight: 500;

}
p{
	/*font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	/*font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/bitrix/templates/custom_eshop/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
.bx-filter.bx-black .bx-ui-slider-pricebar-v {
	background:#da3737;
}
.bx-filter.bx-black .bx-ui-slider-pricebar-vn {
	background:#aaa
}
.bx-filter.bx-black .bx-ui-slider-handle.left, .bx-filter.bx-black .bx-ui-slider-handle.right {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */}
.btn.product-item-detail-buy-button span {
    font-family: 'Roboto Condensed', sans-serif!important;
}
/* End */


/* Start:/bitrix/templates/custom_eshop/template_styles.css?166392048624968*/
/* my */
a {
color:#6f1a23
}

a:hover {
color:#ef7f1a
}

@media all{
body{
font-size:16px;
}
.row {
   
    display: flex;
    flex-wrap: wrap;
}
a.btn.btn-link.product-item-detail-buy-button {
    white-space: inherit!important;
}
/*видео*/

.video-container{
	position: relative;
	padding-bottom: 56%;
	width: 100%;	
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sp-form-outer {
    margin-top: 30px;
    margin-bottom: 50px;
}
	.change-balance{
		font-weight: 600;
		color: red;
		margin-left: 15px;
	}
	.balance-info{
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.row-btns .btn{
		font-size: 20px;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
.link_leasing{
/*border: 0px solid black;
padding: 10px 50px;
display: inline-block;
text-decoration: none;
color: #fff;
border-radius: 5px;
background: #991d2a;*/
	}
.link_leasing:hover{
/*background: #ad545d!important;
color: #fff;*/
	}
.bx-wt-block>ul>li {
    font-size: 12px;
}

.bx-newslist .btn:active, .bx-newslist .btn:hover {
    background-color: #e95c5c;
    border-color: #e95c5c;
}

.bx-newslist .btn {
    background-color: #e22b2b;
    border-color: #e22b2b;
}

blockquote,.blockquote{
font-size:16px;
line-height:1.5em;
	}
ul,li,ol{
font-size:16px;
}

.search_on_line_top:hover{
    background: #86470e;
    border-radius: 3px;
}

p{
font-size:16px;
 line-height: 1.5em;
	}

h1.bx-title{
    word-break: break-word;
	}

.col-lg-3.col-md-3.col-sm-4.col-xs-12.hidden-xs {
    width: 100%;
}

.col-xs-6.col-md-3 {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.19);
}

.bx-newslist-content{
max-height: 117px;
    overflow: hidden;

	}
.bx-newslist-title{
height:79px;
 overflow: hidden;
	}
*{
/*font-size:16px;*/
	}
label.bx-filter-param-label.disabled{

display:none;

	}
.bx-block-title{
text-transform:none!important;

	}
.btn.product-item-detail-buy-button span:before{
content: "\f07a ";
    font-family: FontAwesome;
    font-size: 1.5em;
    padding-right: 5px;
	}

.btn-sm{
text-transform:uppercase;
	}
.product-item-image-alternative{
opacity:1!important;
	}

.smart_filtr{
width:30%;
float:right;
/*padding-left: 70px;*/
	}
.catalog_page_my{
width:70%;
float:left;
	}

.img_catalog_pv{

height:100px;
    padding-bottom: 15px;
	}

.img_100x100{
width:100px;
height:100px;

	}

.img_900px{
max-width: 900px;
    width: 100%;
    height: auto;
}

.img_800px{
max-width: 800px;
    width: 100%;
    height: auto;
}

.img_700px{
max-width: 700px;
    width: 100%;
    height: auto;
}

.img_600px{
max-width: 600px;
    width: 100%;
    height: auto;
}

.img_500px{
max-width: 500px;
    width: 100%;
    height: auto;
}

.img_400px{
max-width: 400px;
    width: 100%;
    height: auto;
}
.img_250px{
max-width: 250px;
    width: 100%;
    height: auto;
}

.img_100pr{
    width: 100%;
    height: auto;
}
.img_padding{
margin:15px;
	}
a:hover .img_block_main{
opacity: 0.7;
	}
.img_block_main:hover{
opacity: 0.7;

	}

.div_cat_sec_1{
display:inline-block;
	}

.div_cat_sec_1{
min-width:150px;
text-align:center;
padding-right: 25px;
padding-bottom: 20px;
	}
.row-padding-2{
margin-left: -10px;
margin-right: -10px;
	}
.row-padding-2 > div{
padding-left: 10px;
padding-right: 10px;
	}
.img_block_main{
/*padding: 3px 1px;*/
margin-bottom: 20px;
transition: .3s;
-webkit-backface-visibility:hidden;
	}
.bx-breadcrumb .bx-breadcrumb-item span{
font-family: 'Roboto Condensed', sans-serif!important;
	}
.bx-top-nav-container{
font-family: 'Roboto Condensed', sans-serif!important;
	}
p {
font-family: 'Roboto Condensed', sans-serif!important;
	}
.bx-newslist-title, .bx-newslist-title a {
font-family: 'Roboto Condensed', sans-serif!important;
	}
.bx-theme-red .btn.btn-default{
background-color: #991d2a!important;
	}
a[href="/feedback.php"]>span:before{

font-family: FontAwesome;
    content: "\f0e0";
    /*float: left;*/
    width: 2em;
	}
a[href="/feedback.php"]>span{
font-weight: normal;
	}


.call_back:before{

font-family: FontAwesome;
    content: "\f095";
    /*float: left;*/
    width: 2em;
    font-weight: bold;
	}
.call_back{
    transition: .3s;
color: #991d2a;
font-weight: normal;
	}
.call_back:hover{
color: #612c33;
}


a[href="/search/index.php"]>span:before{

font-family: FontAwesome;
    content: "\f002";
    width: 2em;
	}
a[href="/search/index.php"]>span{
font-weight: normal;
	}

a[href="/search/map.php"]>span:before{

font-family: FontAwesome;
    content: "\f0e8";
    width: 2em;
	}
a[href="/search/map.php"]>span{
font-weight: normal;
	}


.bx-top-nav-container{
margin-top:0px!important;
float:right;
	}
.table_header{
width:100%;
}
.table_header > tbody > tr > td {
vertical-align:top;
}
.bx-aside-nav{
padding-top: 55px;
}
.main_menu_block{
/*padding-top:20px;*/
	}

.catalog_blocks_main > tbody > tr > td:hover{

/*background-color: red;*/
	}
.catalog_blocks_main > tbody > tr > td > img, .catalog_blocks_main > tbody > tr > td > a> img{
padding:5px;
	}

}

@media (max-width:991px){
.text_in_card{
width:80%;
padding-bottom: 20px;
	}

.img_actions_1{
display:none;
	}
.div_actions_1{
padding-left:5px!important;
	}
.my_inline_div_1{
width:100%;
	}
.if_inline_br{
display:none;
	}
.img_block_main{
width:100%;
	}

}
@media (min-width:992px){
.product-item-detail-slider-images-container {
    max-width: 85%;
}
.smart_filtr{
padding-left: 70px;
	}
.my_inline_div_1{
 display: inline-block;
}
.my_inline_div_1{
width:49%;
	}
.if_inline_br{
display:none;
	}

.product-item-detail-info-section{
width: 270px;
margin-left: -100px;
	}


}
/* default */
@media (max-width:767px){
#bx-panel{
display:none !important;
}
.bx-logo{
text-align:center;
}
}
body {
	background: #fff;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-image: url("/bitrix/templates/custom_eshop/images/bg.jpg");
}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px) {
.galex_line{
padding-top:55px;
}

.smart_filtr{
width:100%!important;

	}
.catalog_page_my{
width:100%!important;

	}

	body.bx-background-image {
		background: none;
	}
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	/*width: auto;*/
	max-width: 100%;
	height: auto;
}

.bx-header {}
/*Logo*/

.bx-logo {
	/*text-align:center;*/
	/*padding-left: 17px;*/
	/*padding-bottom: 19px;*/
}

.bx-logo .bx-logo-block {
	/*display: block;*/
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 3px 60px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {

	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	/*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	/*font-size: 18px;*/
	/*font-weight: bold;*/
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	/*background: url(/bitrix/templates/custom_eshop/images/wt.png) no-repeat center top;*/
	background: url(/upload/add_img/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	background: #292d2e;
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}

.bx-footer-section.bx-center-section>div {
	/*margin-bottom: 20px;*/
}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
font-family: 'Roboto Condensed', sans-serif!important;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}
.press__video {
    position: relative;
    padding-bottom: 33.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.press__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bx-newsdetail-content h3{
	margin-top:2em;
}
.bx-sidebar-block{
margin-bottom: 0px;
}
.bx-black.bx-top-nav .bx-top-nav-container {
    background: #6f1a23;
}
td, th {
    padding: 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	max-width: 100%;
}
.row{
	max-width: calc(100% + 30px);
}
.bx-searchtitle {
	margin-top:10px;
}
.logo-text {
	margin-bottom:5px
}
.bx-basket-block a {
	color: #6f1a23;
}
@media (max-width:991px){

.bx-nav-list-1-lvl li:last-child {
width: 100%;
margin-bottom: 12px;	
}
}

.div_cat_sec_1 a {
	color: #6f1a23;
}
.bx-filter .bx-filter-section > .row {
	padding:0px;
}

.product-item-small-card .article-container {
  font-size: 11px;
}

.smart_filtr * {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.smart_filtr .fa  {
    font-family: FontAwesome !important;

}
.bx-filter .bx-filter-parameters-box-title {
	padding-bottom:5px;
}
.bx-filter .bx-filter-parameters-box {
	padding-bottom:10px;
}
.bx-filter .bx-filter-block {
	padding-bottom:0px;
}

.product-item-detail-info-container {
font-family:'Roboto Condensed';
}
#basket-root *{
font-family:'Roboto Condensed';
}

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal;

}

.product-item-title a  {
	white-space: normal;
	height:60px;
	overflow:hidden;
	display:block;
	width:100%
}

.product-item:hover .product-item-title a{
	height:auto !important;

}

.bx-basket-block a[href=/personal/cart/] {
	background:#ef7f1a !important;
}
/* End */


/* Start:/bitrix/templates/custom_eshop/colors.css?16268664662305*/
@media (max-width: 767px){body.bx-theme-red .bx-logo{background: #903541;}}
body.bx-background-gradient{
	background: rgb(250,244,244);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(250,244,244,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,244,244,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(250,244,244,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(250,244,244,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,244,244,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(250,244,244,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf4f4', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small {color: #E22B2B;}

/* news.list.sidebar */
body.bx-theme-red .bx-s-info-titleicon{background: #991d2a;}

/*ABOUT*/
a.bxd-block:hover {border-color: #E22B2B;}
.bxd-icon {border: 1px solid #E22B2B;}
a.bxd-block:hover .bxd-icon {background: #E22B2B;}
.bxd-icon .fa {color: #E22B2B;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-red .btn.btn-default {
	outline: none;
	background-color: #da3737;
	border-color: #da3737;
	color: #FFF;
}
.bx-theme-red .btn.btn-default:hover {
	outline: none;
	background-color: #e48d8d;
	border-color: #e48d8d;
	color: #FFF;
}
.bx-theme-red .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* End */
/* /bitrix/templates/custom_eshop/owl/dist/assets/owl.carousel.min.css?16268664663351 */
/* /bitrix/templates/custom_eshop/owl/dist/assets/owl.theme.default.min.css?16268664661013 */
/* /bitrix/templates/custom_eshop/owl/dist/assets/custom.css?166320888812228 */
/* /bitrix/templates/custom_eshop/components/bitrix/sale.basket.basket.line/template_phobos/style.min.css?16614194573567 */
/* /bitrix/templates/custom_eshop/components/bitrix/menu/catalog_horizontal_phobos/style.css?166304979710941 */
/* /bitrix/templates/custom_eshop/components/bitrix/menu/catalog_horizontal_phobos/themes/black/colors.min.css?1661419457825 */
/* /bitrix/templates/custom_eshop/components/bitrix/search.title/visual_phobos/style.min.css?16614194573445 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1626866458467 */
/* /bitrix/templates/custom_eshop/components/bitrix/menu/personal_menu_phobos/style.css?16614194572102 */
/* /bitrix/templates/custom_eshop/components/bitrix/menu/bottom_menu/style.css?1661419457542 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?16472570164011 */
/* /bitrix/templates/custom_eshop/styles.css?16639047165997 */
/* /bitrix/templates/custom_eshop/template_styles.css?166392048624968 */
/* /bitrix/templates/custom_eshop/colors.css?16268664662305 */
