

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/style.css?173158033614025*/

@media (min-width: 992px) {
    .container {
        max-width: 1310px;
    }
}

.filter-page {
    padding-top: 5px;
}

.filter-page-top {
    background: #F2F2F2;
    padding: 40px 40px 15px;
    margin-bottom: 15px;
    text-align: center;
}

.filter-page .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
}

.filter-page-top .item-c,
.filter-page-search .item-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
    text-align: left;
}

.filter-page-top .item-c .item {
    width: calc(25% - 7px);
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
}

.filter-page-top .item-c .item img {
    max-width: 40px;
    margin-right: 15px;
}

.filter-page-top .col {
    width: calc(50% - 5px);

}

.filter-page-top .item-product{
    color: #000000;
    background: #fff;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
    display: block;
}

.filter-page-search {
    background: #F2F2F2;
    padding: 23px 23px 15px;
    margin-bottom: 40px;
}

.filter-page-search .item-c {
    justify-content: flex-start;
    margin-bottom: 0;
}

.filter-page-search .item {
    padding: 5px 13px;
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
    display: block;
}

.filter-page-top .item-c .active,
.filter-page-search .item-c .active {
    border: 2px solid #F0371E;
}

.filter-page-params {
    margin-bottom: 15px;
}
.filter-page-params > .container {
    padding: 0;
}
.filter-page-params .item-c {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.filter-page-params .item.item-ARTICUL .search {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 3px 15px 3px 8px
}

.filter-page-params .search button {
    background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/search.png) no-repeat 50% 50%;
    background-size: 14px auto;
    width: 35px;
    height: 26px;
    border: none;
    outline: none;
}

.filter-page-params .search input {
    padding: 7px 7px 7px 0;
    border: none;
    background: #FFFFFF;
    box-sizing: border-box;
    height: 26px;
    font-size: 13px;
    width: 125px;
    outline: none;
    color: #989898;
}

.filter-page-params .item {
    margin: 0 8px 8px 0;
    position: relative;
    min-height: 28px;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 4px;
}

.filter-page-params .item.item-IN_STOCK{
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.filter-page-params .item.item-IN_STOCK .bx_filter_parameters_box_container{
    flex-wrap: nowrap;
}

.filter-page-params .item.item-IN_STOCK .bx_filter_param_label{
    background: #FFFFFF;
    padding: 8px 8px 8px 35px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0;
    margin-right: 8px;
}

.filter-page-params .item.item-ARTICUL{
    background: transparent;
    border-radius: 0;
    padding: 0;
}


.filter-page-params .item .label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 8px;
}
.filter-page-params .item .active {
    background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/close.svg);
    background-repeat: no-repeat;
    background-position: top right;
}
.filter-page-params .in input {
    margin-left: 12px;
    border: 1px solid #E3E3E3;
    border-collapse: collapse;
    cursor: pointer;
}
.filter-page-params .in .label {
    padding-right: 35px;
    cursor: pointer;
    height: fit-content;
}


.filter-page-params .in .label span{
    white-space: nowrap;
}

.filter-page-params .in .label input + span:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 9px;
    background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/checkbox.png) no-repeat 0 0;
}
.filter-page-params .in .label input:checked + span:after {
    background-position: 0 -16px;
}
.filter-page-params .in .label input {
    display: none;
}
.filter-page-params .in {
    cursor: auto;
}

.filter-table {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 26px;

}
.filter-table-mobile {
    display: none;
}

.filter-table table {
    width: 100%;
    border-collapse: collapse;

}

.filter-table table th:first-child {
    width: 110px;
}

.filter-table table th:last-child {
    width: 100px;
}

.filter-table table th:nth-child(10) {
    width: 105px;
}

.filter-table table th {
    background: #F9F9F9;
    padding: 9px 0 9px 15px;
    position: relative;
}

.filter-table table th:after, .filter-table table td:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.filter-table table td {
    padding: 8.7px 10px 8px 15px;
    line-height: 1;
    position: relative;

}
.filter-table table th, 
.filter-table table td {
    white-space: nowrap;
}
.filter-table table tr:last-child td:after {
    display: none;
}

.filter-page .btn-math,
.filter-page .btn-cart {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
}

.filter-page .in-stock{
    color: #26B145;
}

.filter-page .not-stock{
    color: #F0371E;
}

.filter-page .btn-math {
    background: #fff url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/math.svg) no-repeat 50% 50%;
    border: 1px solid #D9D9D9;
}

.filter-page .btn-cart {
    background: #F0371E url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/basket.svg) no-repeat 50% 50%;
    border: 1px solid #F0371E;
}

.filter-page .btn-cart.in-cart {
    background: #26B145 url(/img/icon/misc/in-cart.svg) no-repeat 50% 50%;
    border: 1px solid #26B145;
}

.filter-bottom,
.filter-bottom-pagination {
    display: flex;
    margin-left: auto;
}

.filter-bottom-more {
    flex: 1 0 auto;
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    border: 1px solid #F0371E;
    margin-right: 30px;
    color: pointer;
    text-align: center;
    cursor: pointer;
}

.filter-bottom-pagination a,
.filter-bottom-pagination span.btn--pagin{
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #F0371E;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    font: 18px/1.5 "Roboto Condensed", sans-serif;
}


.filter-bottom-pagination .active,
.filter-bottom-pagination a:hover,
.filter-bottom-more:hover, {
    background: #F0371E;
    color: #fff;
}

.filter-bottom-pagination .page-nav__item--active span{
    color: #fff;
}

.filter-page-product {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    margin-top: -15px;
    text-align: center;
}
.filter-page-product-cols {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.filter-page-product h2 {
    font: 300 24px/28px "Roboto Condensed", sans-serif;
    margin: 0 95px 18px 0;
}
.filter-page-product p {
    margin-bottom: 8px;
}
.filter-page-product-cols>div:nth-child(1) {
    width: calc(38% - 40px);
    margin-right: 40px;
}
.filter-page-product-cols>div:nth-child(2) {
    width: 62%;
}
.filter-page-product .product-carousel__for {
    max-width: 100%;
}
.filter-page-product .product-carousel__item {
    background: #fff;
}
.filter-page-product .product-carousel__nav {
    margin-right: 0;
    margin-left: 7px;
}

.filter-page-product .product-carousel__for {
    max-height: 360px;
    overflow: hidden;
    border-radius: 5px;
}
.filter-page-product .product-carousel__nav .slick-current .product-carousel__item {
    border-color: #F0371E;
}
.filter-page-product-link, .filter-page-product-link1 {
    text-align: center;
    font-size: 14px;
    color: #1698D6;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}
.filter-page-product-link img, .filter-page-product-link1 img {
    margin-left: 10px;
}
.filter-page-product-link1 {
    display: none;
}
.filter-page-params.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
.filter-page-params.fixed>.container {
    padding: 0 15px;
}
.filter-page-params .bx_filter_block {

}
.filter-page-params .bx_filter_parameters_box_container {
    padding-top: 0;
}
.search-result {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 50;
    background: #fff;
    width: 373px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    display: none;
}
.search-result ul {
    padding: 0;
}
.search-result li {
    list-style: none;
}
.search-result li:first-child {
    border-bottom: 1px solid #D9D9D9;
}
.search-result li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.search-result li a:hover {
    background: #F9F9F9;
}
@media (max-width: 1199px) {
    .filter-bottom-pagination span.btn--pagin {
        padding: 12px 30px;
    }
}
@media (max-width: 991px) {
    .filter-page-top .item-c .item {
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }

    .filter-bottom {
        flex-wrap: wrap;
    }

    .filter-bottom-more {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .filter-bottom-pagination a {
        margin-left: 11px;
    }


    .filter-page-product-cols {
        flex-wrap: wrap;
    }
    .filter-page-product-cols>div {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .filter-page-product h2 {
        margin-right: 0;
    }
    .product-carousel__nav .product-carousel__item {
        width: 45px;
        height: 45px;
    }
    .product-carousel__nav .product-carousel__item img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-carousel {
        max-height: 100%;
    }
    .filter-page-params.fixed {
        position: static;
        box-shadow: none;
    }
    .filter-page-params.fixed>.container {
        padding: 0;
    }
    .filter-bottom-more {
        flex: 100%;
    }
    .filter-bottom-pagination .prev {
        margin-left: 0;
    }
    .filter-bottom-pagination span.btn--pagin,
    .filter-bottom-pagination a {
        padding: 4px 14px;
    }
}

@media (max-width: 768px) {
    .filter-page-top .item-c .item {
        width: 100%;
    }

    .filter-page-top .col {
        width: 100%;
    }

    .filter-bottom-pagination {
        flex-wrap: wrap;
    }

    .filter-bottom-pagination a {
        margin: 2px;
    }

    .filter-page-params .bx_filter_block {
        left: 0;
        margin-left: 0;
    }
    .filter-table {
        display: none;
    }
    .filter-table-mobile {
        display: block;
        margin-bottom: 15px;
    }
    .filter-table-mobile .item-link {
        display: flex;
        line-height: 32px;
        position: relative;
        padding: 10px 0 ;
        border-bottom: 1px solid #D9D9D9;
    }
    .filter-table-mobile .item-link img {
        cursor: pointer;
    }
    .filter-table-mobile .btn-math {
        margin-right: 5px;
    }
    .filter-table-mobile .item-link>div:nth-child(1) {
        flex: 1 0 auto;
    }
    .filter-table-mobile .item-more {
        columns: 2;
        font-size: 13px;
        padding: 0 0 10px;
        display: none;
        margin-top: -1px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #D9D9D9;
    }
    .filter-page-search {
        margin-bottom: 15px;
    }
    .filter-page-top, .filter-page-search {
        padding: 15px;
    }
    .filter-page-params {
        margin: 0 15px 0 0;
    }
    .filter-page-params .item-c {
        display: none;
    }
    .filter-page-top:after {
        content: "";
        clear: both;
        display: block;
    }
    .filter-page .title {
        cursor: pointer;
        position: relative;
    }
    .filter-page-search .title {
        margin-bottom: 0;
    }
    .filter-page-search .item-c {
        margin-top: 15px;
    }
    .filter-page .title:after {
        content: "";
        width: 14px;
        height: 7px;
        background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/arrow.png);
        position: absolute;
        top: 10px;
        right: 0;
    }
    .filter-page-top .item-c, .filter-page-search .item-c {
        display: none;
    }
    .filter-page .title.active {
        border: none;
    }

    .filter-table-mobile .item-link.active img, .filter-page .title.active:after {
        transform: rotate(180deg);
    }
    .filter-table-mobile .item-link.active+.item-more {
        display: block;
    }
    .filter-bottom-pagination a, .filter-bottom-pagination span {
        padding: 6px;
        line-height: 1;
    }
    .filter-bottom-pagination span.btn--pagin {
        padding: 2px 8px;
        margin-left: 0;
    }
    .page-nav__item.page-nav__item--active {
        padding: 0;
        margin: 2px;
    }
}

.m-footer-bar {
    display: none !important;
}

.section-description{
    text-align: left;
}

.show-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1698D6;
    position: relative;
    width: fit-content;
    margin: 24px auto 0;
    cursor: pointer;
    transition: 0.5s;
}

.show-description:after{
    content: "";
    position: absolute;
    top: 6px;
    right: -17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1698D6;
    transition: 0.5s;
    transform: rotateX(0);
    width: 8px;
    height: 4px;
    background-image: url(/bitrix/templates/informbox/img/down.svg);
    background-size: contain;
}

.show-description.show:after{
    transform: rotateX(180deg);
}

.show-description:hover{
    text-decoration: underline;
}

.paginator-item td a{
    color: #19AAF0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto';
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/catalog/style.min.css?1731580337467*/
.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:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/bitrix/catalog.element/.default/style.css?17315803361511*/
input[type="number"] {
    -moz-appearance: textfield;
}
.color_box {
	display: inline-block;
	flex-direction: row;
	align-items: flex-start;
	padding: 2px 8px;
	height: 28px;
	border-radius: 2px;
}
.color_box span{
	position: static;
	left: 8px;
	right: 8px;
	top: 4px;
	bottom: 4px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 10px;
}

.comparison img{
	width: 16px;
	height: 16px;
}

.comparison{
	display: block;
	padding: 5px 7px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}

.filter-page .btn-cart{
	transition: 0.5s;
}

.filter-page .btn-cart:hover{
	background-color: #d7260e;
}
@media (max-width: 991px){
	.filter-table table td{
		padding: 8.7px 5px 8px 12px;
	}
}

@media (max-width: 575px){
	.catalog-products-viewed .you-show__title,
	.catalog-products-viewed .you-show__list{
		padding: 0 15px;
	}
}

.comparison:hover{
	border: 1px solid #F0371E;
}

.you-show__title{
	font-weight: 300;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 32px;
	margin-top: 70px;
	font-family: "Roboto Condensed", sans-serif;
}

.paginator-item .item-title{
	color: #19AAF0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto';
	white-space: nowrap;
}

.filter-page .in-stock,
.filter-page .not-stock{
	white-space: nowrap;
}


@media (max-width: 768px){
	.you-show__list .filter-table{
		display: block;
	}
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/.default/style.min.css?17315803373220*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1731580337714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/style.css?173158033614025 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/catalog/style.min.css?1731580337467 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/bitrix/catalog.element/.default/style.css?17315803361511 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/.default/style.min.css?17315803373220 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1731580337714 */
