


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -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;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */



/* Start:/bitrix/components/kemplox/catalog.collection_ajax/templates/.default/style.css*/
.catalog_collection_h1 {
    background-color: #dbdbdb !important;
    margin: 20px 0 5px 0px;
}
.catalog_collection_h1 h1 {
    color: #343c47;
    font-size: 20px;
    line-height: 33px;
    background: #fff;
    display: inline-block;
    padding: 0px 20px;
}
@media (min-width: 960px) {
    .catalog_collection_h1 h1 {
        font-size: 30px;
    }
}
.news-detail {
    display: block;
    position: relative;
    background: white;
    float: left;
    width: 100%;
    z-index: 1;
}

.detail-text {
    display: block;
    position: relative;
    /*float: left;*/
    /*width: 949px;*/
    margin-bottom: 22px;
    padding: 4px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.detail-text.bottom {
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
}

.news-detail-backlink {
    display: block;
    position: relative;
    /*width: 949px;*/
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 20px;
}

.news-detail .catalog.isseria {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.catalog-price {
    color:red;
}
div.catalog-section table td {
    padding-right:10px;
    padding-top:10px;
}
i.color {
    position: relative;
    float: left;
    display: block;
    margin: 1px;
    top: 0px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-size: cover !important;
}

.section_box.small {
    height: 22px;
}
.colorsEx span
{
    float: left;
    display: block;
    width: 65px;
    font-size: 12px;
    color: #333333;
    margin-right: 12px;
    position: relative;
    top: 5px;
}

.color-name-left
{
    left: -80px;
    top: 35px;
    display: none;
    width: 106px;
    z-index: 999;
}

.color-name-left.show
{
    display: block;
    position: absolute;
    background: #000;
    color: #CCCCCC;
    font-style: normal;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
}

.arrow
{
    position: absolute;
    top: -10px;
    right: 29px;
    height: 10px;
    width: 10px;
    background: url('/bitrix/components/kemplox/catalog.collection_ajax/templates/.default/buttons.png') -34px -61px no-repeat;
}

.collection_pagination {
    font-size: 16px;
}
.wrap-products-list .product-item .product-picture img {
    width: 100%;
}

.wrap-products-list .product-item .product-colors .color .ct-sub-color {
    width: 27px;
    height: 27px;
    margin-left: 2px;
    margin-top: 2px;
    display: block;
    border-radius: 50%;
    position: relative;
}
.wrap-products-list .product-item .product-colors .color.t-red a {
    background-color: red;
}
.wrap-products-list .product-item .product-colors .color.t-black a {
    background-color: black;
}
.wrap-products-list .product-item .product-colors .color.t-white a {
    background-color: white;
}
.wrap-products-list .product-item .product-colors .color.t-brown a {
    background-color: #583827;
}
.wrap-products-list .product-item .product-colors .color.t-beige a {
    background-color: #f5f5dc;
}
.wrap-products-list .product-item .product-colors .color.t-gray a {
    background-color: gray;
}
.wrap-products-list .product-item .product-colors .color.t-yellow a {
    background-color: yellow;
}
.wrap-products-list .product-item .product-colors .color.t-blue a {
    background-color: blue;
}
.wrap-products-list .product-item .product-colors .color.t-orange a {
    background-color: #fe7936;
}
.wrap-products-list .product-item .product-colors .color.t-green a {
    background-color: green;
}

@media (min-width: 1256px) {
    .wrap-products-list .product-item .product-colors .color .ct-sub-color {
        width: 30px;
        height: 30px;
    }
}

.catalog .collection_pagination .bx-pagination .bx-pagination-container ul li {
    background: none;
    padding: 0;
}
.catalog .collection_pagination .bx-pagination .bx-pag-all {
    display: none;
}
.catalog .collection_pagination .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #292c2f;
}
.bx-pagination .bx-pagination-container.row {
    width: 100%;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
    background: none;
    padding: 0;
}
.bx-pagination .bx-pag-all {
    display: none !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #373e49 !important;
    border: 1px solid #373e49 !important;
}
.bx-pagination .bx-pagination-container ul li span {
    border: 1px solid #373e49 !important;
    background-color: #fff !important;
    line-height: 30px !important;
}
.catalog .collection_pagination .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #292c2f !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
    color: #fff !important;
    background-color: #444 !important;
}

/* фильтры раздела */

#filters-group {
    padding: 20px 0 0;
    border-top: solid 1px #cecece;
    margin-top: 20px;
    position: relative;
    z-index: 1001;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
    /*font-weight: bold;*/
}
#filters-group .fg-item {
    margin-bottom: 10px;
}
#filters-group .fg-item:nth-child(1) { z-index: 10 }
#filters-group .fg-item:nth-child(2) { z-index: 9 }
#filters-group .fg-item:nth-child(3) { z-index: 8 }
#filters-group .fg-item:nth-child(4) { z-index: 7 }
#filters-group .fg-item:nth-child(5) { z-index: 6 }
#filters-group .fg-item:nth-child(6) { z-index: 5 }
#filters-group .fg-item:nth-child(7) { z-index: 4 }
#filters-group .fg-item:nth-child(8) { z-index: 3 }
#filters-group .fg-item:nth-child(9) { z-index: 2 }
#filters-group .fg-item:nth-child(10) { z-index: 1 }
#filters-group .fg-item .fg-filter {
    border: solid 1px #cecece;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
#filters-group .fg-item .fg-filter.fg-fill {
    border: solid 1px #ffcc00;
    box-shadow: 0 0 5px rgba(255, 204, 0, .6);
}
#filters-group .fg-item .fg-filter .fg-title {
    background: url(data:image/img+png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAQAAAA9Wg7gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBxYXFDfCdTNtAAAAG0lEQVQI12Ng+M+ACv7DCWQBZMZ/dOXoRiAEAMuhCPgG1kvaAAAAAElFTkSuQmCC) no-repeat right 11px center;
    font-size: 14px;
    /*font-weight: 300;*/
    line-height: 1.29;
    z-index: 2;
    position: relative;
    padding: 7px 10px 7px 12px;
    cursor: pointer;
}
#filters-group .fg-item .fg-filter.fg-show .fg-title {
    background: url(data:image/img+png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAQAAAC7znxOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBxYXER+Kt2/SAAAALUlEQVQI103MwQkAMBACQff679k8jLkIgsxDrASbrCmkj7BkirNQRBf2YH7IPuCREQkdXZyTAAAAAElFTkSuQmCC) no-repeat right 11px center;
}
#filters-group .fg-item .fg-filter .fg-list {
    position: absolute;
    left: -1px;
    width: 100%;
    top: -1px;
    padding-top: 32px;
    z-index: 1;
    background-color: #fff;
    border: solid 1px #cecece;
    border-radius: 3px;
    display: none;
}
#filters-group .fg-item .fg-filter.fg-fill .fg-list {
    border: solid 1px #ffcc00;
}
#filters-group .fg-item .fg-filter.fg-show .fg-list {
    display: block;
}
#filters-group .fg-item .fg-filter .fg-list .fg-search-block {
    padding: 8px 10px 20px;
    /*border-bottom: solid 1px #cecece;*/
}
#filters-group .fg-item .fg-filter .fg-list .fg-search-block input {
    padding: 3px 35px 3px 10px;
    border: solid 1px #cecece;
    font-size: 14px;
    /*font-weight: 300;*/
    color: #818181;
    height: 30px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options {
    padding: 18px 10px;
    border-top: solid 1px #cecece;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options-list {
    overflow: auto;
    max-height: 175px;
    padding-right: 15px;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options-list::-webkit-scrollbar {
    width: 2px;
    height: 45px;
    background-color: #cecece;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options-list::-webkit-scrollbar-thumb {
    background: #6e6e6e;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option {
    font-size: 14px;
    line-height: 16px;
    /*font-weight: bold;*/
    /* font-weight: 600; */
    color: #454545;
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    cursor: pointer;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option.disabled {
    /*opacity: .6;*/
    /*cursor: default;*/
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option .fg-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: calc(100% - 27px);
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option.is-null {
    opacity: .4;
    cursor: not-allowed;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option:last-child {
    margin-bottom: 0;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #dbdbdb;
    border-radius: 3px;
    left: 0;
    top: 0;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option.active:before {
    background: #f74545 url(data:image/img+png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAQAAABq86Y9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBxYXGwmEjDIJAAAAM0lEQVQI12XMQQ4AIAwCwYX//xkP2hotNyYEhZF4EngSMvlpL/MSGJ3aBAq9Vb24q+71AkJmDAun3y2pAAAAAElFTkSuQmCC) no-repeat center;
}
#filters-group .fg-item .fg-filter .fg-list .fg-options .fg-option span.fg-count {
    font-size: 11px;
    /*font-weight: 300;*/
    color: #6e6e6e;
    position: absolute;
    right: 0;
    top: 0;
}
#filters-group .fg-item .fg-filter .fg-list .fg-apply {
    font-size: 12px;
    color: #454545;
    padding: 10px 20px;
    border: solid 1px #edbf08;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
    background-image: none;
    background-color: #fc0;
}
#filters-group .fg-item .fg-filter .fg-list .fg-apply:hover {
    /*background-image: linear-gradient(to bottom, #e0e0e0, #ffffff), linear-gradient(to top, #ffffff, #ffffff);*/
}
#filters-group .fg-item .fg-filter .fg-list .fg-apply.disabled {
    cursor: not-allowed;
    opacity: .5;
    color: #454545;
    border: solid 1px #cecece;
    background-image: linear-gradient(to top, #e0e0e0, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
}
#filters-group .selections-params {

}
#filters-group .selections-params span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    background-color: #353c47;
    color: #fff;
    padding: 5px 22px 5px 7px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
}
#filters-group .selections-params span:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 10px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}
#filters-group .selections-params span:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 10px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: rotate(135deg);
}
#filters-group .selections-params span.remove-filters {
    background-color: #ff4343;
}
#filters-group .range-slider {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 18px 10px 35px;
    box-sizing: border-box;
}
#filters-group .range-slider .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#filters-group .range-slider svg,
#filters-group .range-slider input[type=range] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}
#filters-group input[type=number] {
    border: solid 1px #cecece;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.29;
    color: #5e5e5e;
    width: 80px;
    height: 28px;
}
#filters-group input[type=number]::-webkit-outer-spin-button,
#filters-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#filters-group input[type=number]:invalid,
#filters-group input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}
#filters-group input[type=range] {
    -webkit-appearance: none;
}
#filters-group input[type=range]:focus {
    outline: none;
}
#filters-group input[type=range]:focus::-webkit-slider-runnable-track {
    /*background: #2497e3;*/
}
#filters-group input[type=range]:focus::-ms-fill-lower {
    /*background: #2497e3;*/
}
#filters-group input[type=range]:focus::-ms-fill-upper {
    /*background: #2497e3;*/
}
#filters-group input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #f74545;
    box-shadow: none;
    border: 0;
}
#filters-group input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    border: 1px solid #cecece;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #fcfcfc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}
#filters-group input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
#filters-group input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}
#filters-group input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
#filters-group input[type=range]::-ms-fill-lower,
#filters-group input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
#filters-group input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}
#filters-group .fg-apply.rs  {
    margin-left: 10px;
    margin-bottom: 18px;
}
#filters-group .mob-title {
    background-color: #ffcc00;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

#filtered-no-results {
    display: none;
    font-size: 16px;
    padding: 15px;
    margin: 25px 0;
    border-radius: 3px;
    border: 2px solid #ffc107;
    color: #ffc107;
}

@media (max-width: 991.98px) {

    #filters-group .mob-title {
        display: block;
    }
    #filters-group .filters-group-wrapper {
        display: none;
    }

}


/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css */
/* /bitrix/components/kemplox/catalog.collection_ajax/templates/.default/style.css */
