

/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/filter_write_magic/style.css?163964622018770*/
/*--new style--*/
.filter-mobile-sort {
	display: none;
}
.filter-help-popup {
	display: none;	
	background: #444b5b;
    color: white;
    padding: 20px;
    font-size: 13px;
    border-radius: 10px;
    position: absolute;
    left: 250px;
    z-index: 10;
    width: 215px;
    top: 265px;
}
.filter-help-popup:before { 
content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -14px;
    top: 16px;
    border: 7px solid;
    border-color: transparent #444b5b transparent transparent; 
}
.filter-help-popup .filter-help-popup-button{
    text-align: center;
    font-size: 13px;
    background: #626875;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-top: 15px;
	cursor: pointer;
}


.d-btn.reset-filter {
    min-height: 30px;
    padding: 10px 20px;
    /*margin-top: 20px;*/
    letter-spacing: initial;
    width: 100%;
}

.bx-filter-button-box {
    display: none !important;
}

.catalog__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog__container * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/***********/
.noUi-target,
.noUi-target * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    touch-action: none;
}

.noUi-target {
    position: relative;

    direction: ltr;
}

.noUi-base,
.noUi-connects {
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    z-index: 0;

    overflow: hidden;
}

.noUi-connect,
.noUi-origin {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    will-change: transform;
}

/* Offset direction
 */

html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
    right: 0;
    left: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-touch-area {
    width: 100%;
    height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -17px;

    width: 34px;
    height: 28px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    top: -17px;
    left: -6px;

    width: 28px;
    height: 34px;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    cursor: default;

    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    position: absolute;
    top: 6px;
    left: 14px;

    display: block;

    width: 1px;
    height: 14px;

    content: '';

    background: #e8e7e6;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    top: 14px;
    left: 6px;

    width: 14px;
    height: 1px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;

    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;

    text-align: center;
    white-space: nowrap;
}

.noUi-value-sub {
    font-size: 10px;

    color: #ccc;
}

/* Markings;
 *
 */

.noUi-marker {
    position: absolute;

    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    top: 100%;
    left: 0;

    width: 100%;
    height: 80px;
    padding: 10px 0;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    top: 0;
    left: 100%;

    height: 100%;
    padding: 0 10px;
}

.noUi-value-vertical {
    padding-left: 25px;

    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    position: absolute;

    display: block;

    padding: 5px;

    text-align: center;
    white-space: nowrap;

    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;

    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
    top: 50%;
    right: 120%;

    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/**********/

	/*filter-mobile-sort*/
	.filter-mobile-sort {
	display: none;
	}
	.filter-mobile-sort .sort__title {
		display: none !important;
		width: 12%;
		display: inline-flex;
	}
	.filter-mobile-sort .select_common {
		line-height: 21px;
		height: 45px;
		background-image: url('/local/templates/aspro_kshop_web-c/images/iconsort-icon.svg');
		background-size: 100%;
		border: none;
	}
	.filter-mobile-sort .select_common .select_items {
		left: auto;
	}
	.filter-mobile-sort .select_common .placeholder_select {
		text-indent: -999em;
	}
	.filter-mobile-sort .sort__select + .select_common {
		margin-left: 0;
	}
/**/
.filter-mobile-trigger .fa-angle-right {
    font-size: 20px;
}

.filter-mobile-trigger {
    font-weight: 600;
    display: none;
    /*width: 100%;*/
	width: 40%;
    max-width: 360px;
    margin: 0 10px 27px 0;
    padding: 14px 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1a6cbd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-mobile-trigger span{
	    font-size: 13px;
}
.filter-mobile-trigger svg {
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke: #fff;
}

.filter-mobile {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: -100%;

    overflow-y: auto;

    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-top: 50px;

    -webkit-transition: .5s all;
    transition: .5s all;

    background-color: #fff;
}

.filter-mobile.is-show {
    left: 0;

    display: block;
}

.filter-mobile.is-show .filter-mobile__header,
.filter-mobile.is-show .filter-mobile__footer {
    left: 0;
}

.filter-mobile__header {
    position: fixed;
    z-index: 120;
    top: 0;
    left: -100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transition: .5s all;
    transition: .5s all;

    background-color: #fff;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-mobile__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 55px;
    height: 55px;

    background-color: #165cbe;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-mobile__header .filter-mobile__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    font-size: 25px;
    line-height: 17px;
}

.filter-mobile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 18px;

    border-bottom: 1px solid rgba(215, 222, 228, .5);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-mobile__body {
    padding-bottom: 80px;
}

.filter-mobile__footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: -100%;

    width: 100%;

    -webkit-transition: .5s all;
    transition: .5s all;
}

.filter-mobile__apply-btn,
.filter-mobile__reset-btn {
    font-size: 15px;
    font-weight: 500;

    padding: 14px;

    text-transform: uppercase;

    color: #fff;
    border: none;
}

.filter-mobile__apply-btn {
    background-color: #ff8a02;
}

.filter-mobile__apply-btn:disabled {
    background-color: #cca272;
}

.filter-mobile__reset-btn {
    background-color: #1a6cbd;
}

.filter__section {
    border-bottom: 1px solid #d7dee4;
}

.filter__section.is-opened .filter__section-header {
    /*padding-bottom: 11px;*/
}

.filter__section.is-opened .filter__section-body {
    display: block;
}

.filter__section.is-opened .filter__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter__section-header {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 0;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.filter__section-header.reset {
    padding-bottom: 25px;
}

.filter__section-body {
    display: none;

    margin-bottom: 20px;
}

.filter__title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    min-width: 70%;
}

.filter__reset {
    font-size: 13px;
    margin: 0;
    /*margin-left: 25px;*/
    cursor: pointer;
    text-decoration: underline;
    color: #565b61;
    position: absolute;
    bottom: 5px;
}

.filter__reset:hover {
    text-decoration: none;
}

.filter__arrow.far {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 10px;
}

.filter-price .filter__section-header {
    padding-top: 10px;
}

.filter-price__flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body .filter-price__flex-row input {
    font-size: 12px;

    width: 40%;
    height: auto;
    padding: 7px 10px;

    border: 1px solid #d7dee4;
    border-radius: none;
    outline: none;
}

.filter-price__slider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-price__slider.noUi-horizontal {
    height: 3px;

    border: none;
    background-color: #d7dee4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter-price__slider .noUi-connect {
    background-color: #fdcf6d;
}

.filter-price__slider .noUi-handle-lower {
    right: -10px !important;
}

.filter-price__slider .noUi-handle-upper {
    right: 0 !important;
}

.filter-price__slider .noUi-handle {
    top: -4px;

    width: 11px;
    height: 11px;

    cursor: pointer;

    border: none;
    border-radius: 50%;
    outline: none;
    background: #ff8a02;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter-price__slider .noUi-handle::after,
.filter-price__slider .noUi-handle::before {
    top: auto;
    left: auto;

    display: none;

    width: auto;
    height: auto;

    background: transparent;
}

.filter-price__slider .noUi-handle.noUi-handle-lower::before,
.filter-price__slider .noUi-handle.noUi-handle-upper::before {
    font-size: 12px;

    top: -20px;

    display: block;

    color: #565b61;
}

.filter-price__slider .noUi-handle.noUi-handle-lower::before {
    content: 'от';
}

.filter-price__slider .noUi-handle.noUi-handle-upper::before {
    content: 'до';
}

.filter-price__slider input {
    width: 100%;
    margin-bottom: 10px;
}

.filter-cat__item {
    font-size: 14px;
    font-weight: 400;

    margin-bottom: 10px;

    color: #565b61;
}

.f-colors__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f-colors__row .f-color {
    margin: 0;
}

.f-colors__check-all {
    font-size: 14px;

    margin-bottom: 17px;
}

.f-colors__check-all > * {
    pointer-events: none;
}

.f-colors__list {
    overflow-y: auto;

    max-height: 250px;
    margin-top: 20px;
}

.f-colors__item {
    margin-bottom: 10px;
}

.f-color {
    font-weight: 400;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.f-color__input {
    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.f-color__input:checked + .f-color__square::before {
    opacity: 1;
}

.f-color__square {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
}

.f-color__square--multi-color {
    background-image: url('/local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/filter_write_magic/./images/multi-color.jpg');
    background-repeat: no-repeat;
    background-size: 105% 105%;
}

.f-color__square::before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    text-shadow: 0 0 2px #000;
}

.f-color__name {
    font-size: 13px;
    margin-left: 9px;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 37px);
}

.filter__params .blue-tip {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/filter_write_magic/./images/blue-tip-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .3s all;
    margin-left: 5px;
}

.filter__params .blue-tip:hover {
    top: -1px;
}

@media (max-width: 991px) {
	/*filter mobile sort*/	
	.filter-mobile-sort {
		display: inline-flex;	
	}

	.fast_link {
		margin-bottom: 0px !important;
	}
	.catalog__sort.sort {
		margin: 0 !important;
	}
	.js-filter-mobile-toggle-clear {
		display: none !important;
		width: 100% !important;
		margin-top: -15px;
		text-align: center;
	}
	.js-filter-mobile-toggle-clear.active {
		display: block!important;
	}
	
    .filter-mobile-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
    }

    .d-btn.reset-filter {
        display: none;
    }

    .filter {
        display: none;
    }

    .filter__section-header {
        padding: 0;
    }

    .filter__title {
        padding: 20px 16px;
        width: 90%;
    }

    .filter__reset {
        padding-left: 16px;
    }

    .filter__section-body {
        margin-top: 12px;
        padding-right: 26px;
        padding-left: 26px;
    }

    .filter__arrow.far {
        right: 56px;
    }

    .filter-price .filter__section-header {
        padding-top: 20px;
    }

    .filter__params .blue-tip {
        position: absolute;
        right: 20px;
    }

    .filter__params .blue-tip:hover {
        top: auto;
    }
	.filter-help-popup {
	display: none;	
	background: #444b5b;
    color: white;
    padding: 20px;
    font-size: 13px;
    border-radius: 10px;
    position: absolute;
    left: 140px;
    z-index: 10;
    width: 215px;
    top: 175px;
	}
	.filter-help-popup:before { 
	content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		left: 25px;
		top: -14px;
		border: 7px solid;
		border-color: transparent transparent #444b5b transparent; 
	}
	.filter-help-popup .filter-help-popup-button{
		text-align: center;
		font-size: 13px;
		background: #626875;
		height: 35px;
		line-height: 35px;
		border-radius: 5px;
		margin-top: 15px;
		cursor: pointer;
	}

}

@media (max-width: 600px) {

    .f-colors__row .f-color {
        width: 45px;
        margin: 0;
    }

    .f-colors__row .f-color__square {
        width: 100%;
        height: 45px;
    }

}
.fa-count-right {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background: #ff8a02;
    padding-top: 3px;
    border-radius: 50%;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 13px;
    width: 21px;
    height: 20px;
    text-align: center;
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/nav_artical/style.css?16431193801389*/
.pagination-default ul li:before{
    display:none !important;
}

.pagination-default ul.pag-ul li{
    padding-left: 0;
    margin: 5px;
}

.pagination-default ul li.active span, .pagination-default ul li a:hover, .pagination-default ul li.active a {
border: 1px solid #005CC3;
}

.pagination-default ul li a:hover {
    z-index: 3;
}

.pagination-default {
    width: 100%;
    margin-left: 4px;
    text-align: center;
}

.pagination-default ul {
    list-style: none;
}

.pagination-default ul.pag-ul li {
    display: inline-block;
    margin-bottom: 0px;
}

.pagination-default ul.pag-ul li:before {
    width: 0px;
    content: "";
    margin: 0px;
}

.pagination-default ul li a, .pagination-default ul li span {
    display: inline-block;
    text-align: center;
    padding: 0px;
    width: 37px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 38px;
    margin: 0px;
    margin-left: -4px;
}

.pagination-default ul li a {
    font-weight: 700;
}

.pagination-default ul li a.page-dots {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.pagination-default ul li.pg-prev a, .pagination-default ul li.pg-next a {
    border: none;
    background: none;
    width: 23px;
    padding: 0px;

}

/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/news.list/article_template_new/style.css?16431168602310*/
.articles-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-list .item{
    width: 31%;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-bottom: 1px #217ad4 solid;
    margin-bottom: 11px;
    margin: 5px;
}
.articles-list .item:hover {
    border-bottom: 1px #ff9c00 solid;
}
.articles-list .item:hover .item-title a {
    color: #ff9c00;
}
.articles-list .item img {
    width: 100%;
}
.articles-list .item .description{
	margin-top: 15px;
	text-align: center;
}

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.articles-list.no-circle .item .left-data img.circle-art{
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
}
.circle.thumb{
        border-radius: 88px;
    -moz-border-radius: 88px;
    -webkit-border-radius: 88px;
}

.articles-list {
    margin-top: 20px;
}

.articles-list .shadow {
    margin-top: 32px;
}
.left-item-data, .left-data {
    float: left;
}
.articles-list .item .left-data {
    width: 176px;
    margin-right: 16px;
}
.articles-list .item .left-data img {
    max-width: 176px;
    max-height: 176px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.right-data{
    overflow: hidden;
}

.articles-list .item .right-data{
    margin-left: 140px;
}

.articles-list .date_small {
    font-size: 14px;
    color: #afafaf;
    
}

.articles-list .item .item-title {
    margin-bottom: 5px;
    margin-top: 5px
}

.category-artical-filter {
    display: flex;
    align-items: center;
}
.category-artical-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.checkbox {
    margin: 5px;
}
.category-artical-item_text {
    padding: 5px;
    color: #565B61;
    background: #E9E9E9;
    border-radius: 5px;

}

input[type="checkbox"]{
    display: none;
}
input[type="checkbox"]:checked + span{
    background: #005CC3;
    color: #fff;
}
s
.articles-list .item .item-title a span {
    font-size: 16px;
}
@media (max-width: 768px) {
.category-artical-filter  {
    flex-direction: column;
}
.articles-list .item{
    width: 40%;
}
}
@media (max-width: 368px) {
.articles-list .item{
    width: 100%;
}
}
/* End */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/filter_write_magic/style.css?163964622018770 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/nav_artical/style.css?16431193801389 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/news.list/article_template_new/style.css?16431168602310 */
