

/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/main/style.css?175560126920331*/
/*--new style--*/
.property-hint{
    position: absolute;
    left: calc(100% - 15px);
    top: 2px;
    width: 200px;
    z-index: 33;
    background: #217ad4;
    padding: 6px 15px;
    color: #fff;
    display: none;
    border-radius: 3px;
    box-shadow: 7px 6px 20px rgba(0,0,0,0.3);
    font-size: 12px;
}
.property-hint::before{
    border: 10px solid transparent;
    border-right: 10px solid #217ad4;
    position: absolute;
    top: 20px;
    right: 100%;
    content: '';
}
.blue-tip:hover + .property-hint{
    display: block;
}

.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;*/
    left: -227px;
    z-index: 10;
    width: 215px;
    top: 265px;
}
.filter-help-popup:before { 
content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    /*left: -14px;*/
    right: -14px;
    top: 16px;
    border: 7px solid;
    /*border-color: transparent #444b5b transparent transparent; */
    border-color: transparent transparent transparent #444b5b; 
}
.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 {
		background-repeat: no-repeat;
		line-height: 21px;
		height: 45px;
		background-image: url('/local/templates/aspro_kshop_web-c/images/iconsort-icon.svg?1'); 
		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;
}
.inner_accord__trigger{
    cursor: pointer;
}
.inner_accord__trigger .filter__arrow.far{
    position: static;
    font-size: 17px;
    margin-left: 6px;
}
.inner_accord__trigger.is_closed .filter__arrow.far {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filter__section.is-opened .inner_accord__trigger .filter__arrow{
    transform-origin: 5px 5px;
}
.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/main/./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/main/./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;
}

.filter_feedback{
    background: #efefef;
    padding: 15px;
    border-radius: 6px;
}
.filter_feedback__title{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.filter_feedback__button{
    color: #7e7e7e;
    cursor: pointer;
}
.filter_feedback__button .fas{
    margin-right: 8px;
}
@media (max-width: 991px) {
    .property-hint{
        left: auto;
        right: 50px;
    }
    .property-hint::before{
        border: 10px solid transparent;
        border-left: 10px solid #217ad4;
        right: -20px;
    }
	/*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/components/pena/uncond.sections/templates/.default/style.css?1732034689743*/

.filter-section{
    white-space: nowrap;
    position: relative;
    font-size: 13px;
	display: flex; flex-flow: wrap;
	background-color: #165cbe;
    border-radius: 20px;
    padding: 4px 10px;
}

.filter-section a.link{
    
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}
.filter-section a.link.close{
	margin-left: 5px;
}
.filter-section.active{
    background-color: rgb(224, 117, 0);
}
.filter-section .count{
    color: #165cbe;
    background-color: #fff;
    padding: 1px 6px;
    display: block;
    border-radius: 8px;
    font-size: 10px;
    line-height: 13px;
}
.filter-section .count.exit{
	 padding: 1px 3px;
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/main_catalog/style.css?17345082711909*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;

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

.pagination li::before,
.pagination li::after {
    display: none !important;
}
.clearfix::after{
    display: table;
    content: '';
    clear: both;
}
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 35px;
    padding-left: 0;

    list-style: none;

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

.pagination__item {
    position: relative;

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

    min-width: 30px;
    max-width: 40px;
    height: 30px;
    margin: 0 1px;
    padding: 0 5px !important;

    cursor: pointer;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;

    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 0 rgba(65, 133, 0, 0);
    box-shadow: 0 -1px 0 rgba(65, 133, 0, 0);

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

.pagination__item span,
.pagination__item a{
    -webkit-transition: .3s color;
    transition: .3s color;
}

.pagination__item:hover,
.pagination__item.is-current,
.pagination__item:hover a {
    color: #fff;
    background-color: #ff8a02;
}
.pagination__item:hover a{
    background-color: transparent;
}

.pagination__link {
    position: relative;
    z-index: 5;
    text-decoration: none;
    color: inherit;
    width: 100%;
    text-align: center;
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.section/main/style.css?17473910833573*/
img.need_foto_section {
	width: 110px;
	height: 22px;
    right: 0;
    position: absolute;
}
.sort {
    display: grid;

    margin-bottom: 20px;

    grid-template-columns: 1fr 35% 15%;
}

.sort__title {
    font-size: 15px;
    font-weight: 600;

    margin: 0;
}

.sort__select + .select_common {
    margin-left: 10px;
}

.sort__select--sort + .select_common {
    width: 100%;
    max-width: 158px;
}

.sort__select--count + .select_common {
    width: 100%;
    max-width: 70px;
}

.sort-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.sort-counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.view-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

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

.view-change__item.is-active .fas {
    color: #ff8a02;
}

.view-change__icon {
    margin-left: 14px;
    cursor: pointer;
    color: #bdc5cd;
    font-size: 27px;
}

.products {
    z-index: 100;
	margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: #fff;

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

.js-products-tab {
    display: none;
}

.js-products-tab.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.articles_section{
    position: relative;
}
.articles_slider_wrapp{
    margin: 0 auto;
    width: 92% !important;
}
.article__item{
    padding: 10px;
}
.articles_slider_wrapp .article{
    display: block;
    border: 1px solid #EDEDED;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    text-decoration: none;
    color: #212121;
    padding: 15px;
    min-height: 170px;
    overflow: hidden;
}
.articles_slider_wrapp .article span{
    display: block;
}
.article__item__data{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.article__date{
    color: #999999;
    font-size: 12px;
}
.article__title{
    color: #212121;
    font-weight: 700;
}
.articles_slider-arrow {
    height: 41px;
    width: 43px;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    background-image: url('/local/templates/aspro_kshop_web-c/components/aspro/com.banners/top_slider_banners/images/mini-slider.png');
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -20px;
}
.articles_slider_wrapp .slick-arrow{
    opacity: 0;
}
.articles_slider-arrow.arrow-prev {
    left: -18px;
    z-index: 50;

}
.articles_slider-arrow.arrow-next  {
    right: -20px;
    z-index: 50;
    background-position: -199px 0;
}

@media (max-width: 350px) {
    .products {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/style.css?177548226216830*/
.modal.preview{
    background-image: url("/images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.products__item.product {
    position: relative;
    display: block;
    padding: 26px 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    border-bottom: 1px solid rgba(215, 222, 228, .5);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.products__item.product .show-preview{
    position: absolute;
    top: 115px;
    right: 0;
    left: 0;
    margin: auto;
    height: 34px;
    width: 70%;
    line-height: 34px;
    background-color: #e1e1e1;
    padding: 0px 15px;
    color: #000;
    border-radius: 15px;
    text-decoration: none;
    z-index: 222;
    text-align: center;
    cursor: pointer;
    display: none;
}
.products__item.product .show-preview:hover{
    background-color: #ececec;
}
.products__item.product:hover .show-preview{
    display: block;
}
.product__user__action{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 8px;
    background: #ffffff;
}
.product__comments{
    margin-left: 10px;
    font-size: 11px;
    color: grey;
}
.product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    padding: 26px 20px;
}

.product__right {
    width: 30%;
    padding: 26px 30px;

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

.product__btn-buy {
    font-size: 13px;
    font-weight: 600;

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

    width: 100%;
    margin-top: 15px;
    padding: 12px 0;

    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #005cc2;

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

a.product__btn-buy {
    text-decoration: none;
}

a.product__btn-buy:hover {
    text-decoration: none;
    color: #fff;
}

.product__btn-buy:hover {
    background-color: #0063d1;
}

.product__btn-buy span {
    font-size: 12px;
    font-weight: 500;
}

.product__btn-buy .btn-buy__icon {
    margin-right: 10px;
    color: #fff;
}

.product__label_wrap {
    /*display: inline-block;*/
	display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.product__label {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    background-color: #005CC2;
    text-align: center;
	margin-left: 4px;
}
.product__label[data-code="hitprod"] {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: math-auto;
    color: #fff;
    border-radius: 0;
    background-color: #F2880E;
    text-align: center;
	margin-left: 4px;
	margin-top: 3px;
}
.product__label[data-code="hitprod"] .fa-icon-hit {
	font-size: 13px;
}
.product__label[data-code="hitprod"] .fa-icon-hit:before {
	content: "Хит продаж";
	font-style: normal;
}
.product__label_year {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	background-size: 100%;
}
.product__label_year.action_22301 {
	background-image: url(/upload/img/action-22301.png);
}
.product__label_year.action_22302 {
	background-image: url(/upload/img/action-22302.png);
}
.product__label_year.action_22303 {
	background-image: url(/upload/img/action-22303.png);
}
.product__label_year.action_22320 {
	background-image: url(/upload/img/action-22320.svg);
	background-size: cover;
}
.product__label_year.action_22322 {
	background-image: url(/upload/img/action-22322.svg);
	background-size: cover;
}
.product__label_year.action_22336 {
	background-image: url(/upload/img/action-22336.svg);
	background-size: cover;
}
.product__label i {
    font-size: 18px;
}

.product__label i.fa-percent{
    position: absolute;
    left: 11px;
    top: 8px;
}

.fa-icon-new {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-icon-new:before {
    content: "new";
    font-size: 12px;
    font-weight: bold;
}

.product__link-wrapp {
    text-decoration: none;

    color: inherit;
}

.product__link-wrapp:hover {
    text-decoration: none;

    color: inherit;
}

.product__img-wrapp {
    display: block;
	width: 192.5px;
	height: 130px;
    text-align: center;
}

.product__img-wrapp img {
    max-width: 100%;
	max-height: 100%;
}

.product__title {
	height: 66px;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	overflow: hidden;
}

.product__sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	
}
.product__sale.product-sale-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.price-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.product-sale .product-sale__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__sale .fa.fa-ruble-sign {
    font-size: 12px;

    vertical-align: 0;
}

.product__price {
    font-size: 16px;
    position: relative;
    margin: 0;
}

.product__price .fa.fa-ruble-sign {
    font-size: 14px;
    vertical-align: 1px;
}

.product__price .price-amount {
    font-size: 17px;
    font-weight: bold;

    margin-right: 3px;
}

.product__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__icon-wrapp {
    margin: 0 3px;
}

.product__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    fill: #bdc5cd;
}

.product__icon-wrapp.active .product__icon--cart {
    font-weight: bold;
    color: #ff8a02;
}

.product__icon--heart.fas {
    font-weight: normal;
    font-size: 20px;
    color: #bdc5cd;
}

.product-item .product__icon--stat {
    vertical-align: 2px;
}

.product__icon--cart {
    color: #ff8a02;
    font-size: 20px;
    margin-right: 2px;
}

.product-item .product__icon--stat {
    position: relative;
    top: 2px;
    color: #c3cbd2;
    --primary-color: #c3cbd2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product__icon--heart:hover,
.product__icon--stat:hover:not(.full),
.product__icon--cart:hover {
    fill: #1a6cbd;
    color: #1a6cbd;
    --primary-color: #1a6cbd;
    stroke: #1a6cbd;
}

.product__icon--heart.active {
    font-weight: bold;
    color: #1a6cbd;
}

.product__icon-wrapp.active .product__icon--stat,
.product__icon-wrapp .product__icon--stat.full {
    display: none;
}

.product__icon-wrapp.active .product__icon--stat.full {
    display: inline-block;
}

.product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -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;
    width: 100%;
}

.product--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.product-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product--col:hover {
    z-index: 2;

    -webkit-transition: all .3;
    transition: all .3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.product--col:not(:nth-child(3n + 3)) {
    border-right: 1px solid rgba(215, 222, 228, .5);
}

.products__item.product--row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product--row .product__title,
.product--row .product__title a,
.product--row .product__title span {
    font-size: 16px;
    line-height: 1.4;

    margin-bottom: 10px;
}

.product--row .product__img-wrapp {
    min-width: 40%;
}

.product--row .product__img-wrapp img {
    max-width: 150px;
}

.product--row .product__info {
    margin-left: 20px;
}

.product--row .product__price,
.product--row .product__price .price-amount {
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
}

.product-sale__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;

    margin: 0;

    text-decoration: line-through;

    color: #565b61;
}

.product-sale__percent {
    font-size: 11px;
    width: 42px;
    padding: 2px 0;
    margin: 0 0 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #c00;
}

/**/
.product__remove-favorite {
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/./images/delete-row.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
    transition-delay: 0.1s;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%) scale(0.1, 0.1);
}

.products__item:hover .product__remove-favorite {
    transform: translateY(-50%) scale(1, 1);
    opacity: 1;
}

.products__item:hover .product__remove-favorite:hover {
    transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.2);
    opacity: 1;
}

/**/

.product__label_sale_desc {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 22px;
    position: absolute;
    left: -20px;
    top: 100%;
    width: 350px;
    z-index: 105;
    color: #000;
    text-align: left !important;
    text-align-last: left !important;
    border-radius: 3px;
    margin-left: 8px;
}

.product__label_sale:hover .product__label_sale_desc {
    display: block !important;
}

.product__label_sale:hover .product__label_sale_desc:before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 40px;
    margin-left: -6px;
    z-index: 1;
}

.product__label_sale:hover .product__label_sale_desc:after {
    content: '';
    border-bottom: 6px solid #dcdcdc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -7px;
    left: 40px;
    margin-left: -6px;
    z-index: 0;
}
.external_code {
	display: block;
    font-size: 11px;
    color: grey;
    line-height: 1;
    padding: 2px 0;
}
span.external_code{
    white-space: nowrap;
}
b.external_code{
    text-align: right;
}
.external_code.padding_code {
	padding-top: 9px;
}
.prop_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__rating td {
    border: none;
}
.bx_item_detail_rating{
    margin-bottom: 0;
}
.bx_item_detail_rating td{
    vertical-align: middle;
    text-align: right;
    padding: 0;
}
.bx_item_detail_rating .bx_item_rating{
    text-align: right;
    position: relative;
}
.bx_item_detail_rating .bx_item_rating::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_stars_bg::before, .bx_stars_progress::before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #ffffff;
    top: 0;
    left: -1px;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
    .bx-touch .bx_item_detail_rating .bx_stars_container{
        height: 15px;
        margin: 4px 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 7px;
        line-height: 7px;
    }
}
/**/
@media (max-width: 979px) {
    .products__item.product:hover .show-preview{
        display: none;
    }
}

@media (max-width: 768px) {
	.product__title a{
        font-size: 14px;
    }
	.product__img-wrapp {
		width: 142.5px;
	} 
    .products__item.product--col:not(:nth-child(3n + 3)) {
        border-right: none;
    }

    .products__item.product--col:nth-child(2n + 1) {
        border-right: 1px solid rgba(215, 222, 228, .5);
    }
	.product__label_sale:hover .product__label_sale_desc {
        display: none !important;
    }

    .no-mobile {
        display: none !important;
    }

    .show-mobile {
        display: initial !important;
    }
}

@media (max-width: 600px) {

    .product__title a{
        font-size: 14px;
    }

    .product__icon {
        /*width: 16px;
        height: 16px;*/
    }

    .product--col:hover {
        -webkit-transform: none;
        transform: none;

        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product__left {
        width: 50%;
        display: block;
    }

    .product__right {
        width: 50%;
    }

    .product--row .product__info {
        margin: 0;
    }
    .prop_row{display: none !important;}
}

@media (max-width: 450px) {
    .products__item.product--row {
        display: block;
    }

    .product__left,
    .product__right {
        float: none;
        width: 100%;
    }

    .product__left {
        padding: 26px 30px 0 30px
    }

    .product__right {
        padding-top: 0;
    }

    .product--row .product__info {
        max-width: 320px;
        margin: 0 auto;
    }
	.product__footer {
		justify-content: center;
	}
}

@media (max-width: 400px) {
    .product__sale {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		flex-direction: column;
    }

    .product__icons {
        margin-top: 5px;
		width: 100%;
		justify-content: space-around;
    }

    .product__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products__item.product--col {
        /*width: 100%;*/
    }
	.external_code.padding_code {
		/*padding-top: 52px;*/
		text-align: center;
	}
}

@media (max-width: 350px) {
    .products__item.product {
        width: 100%;
        margin-bottom: 20px;

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




/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/hint/style.css?16880427842987*/
.store-list{
    position: relative;
}
.slick-slide .store-list{
    display: none !important;
}
.store-list-title{
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
.store-list-title::before{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyOCAxMjg7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMUFGOTE7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPjxnPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjY0IiBjeT0iNjQiIHI9IjY0Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NC4zLDk3LjJMMjQuOCw2Ny43Yy0wLjQtMC40LTAuNC0xLDAtMS40bDguNS04LjVjMC40LTAuNCwxLTAuNCwxLjQsMEw1NSw3OC4xbDM4LjItMzguMiAgIGMwLjQtMC40LDEtMC40LDEuNCwwbDguNSw4LjVjMC40LDAuNCwwLjQsMSwwLDEuNEw1NS43LDk3LjJDNTUuMyw5Ny42LDU0LjcsOTcuNiw1NC4zLDk3LjJ6Ii8+PC9nPjwvc3ZnPg==);
}

.store-list-inner{
    background: #ffffff;
    z-index: 2;
    transition: transform 0.3s linear;
}
.product--col:hover .store-list-inner{
    transform: scale(0.9);
}
.store-list .store-list-inner{
    width: 400px;
    position: absolute;
    padding: 15px;
    right: 100%;
    top: -40px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    display: none;
}
.store-columns_title{
    font-weight: 600;
    margin-bottom: 5px;
}

.store-list-inner .store-columns.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.store-list-close{
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.store-list-inner ul li span{
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.count-value{
    display: flex;
    align-items: center;
    margin-top: 7px;
    font-weight: 600;
}
.store-item{
    padding-bottom: 5px;
    border-bottom: 1px solid #d7dee4;
}
.store-item-inline{
    list-style: disc;
    margin-right: 15px;
}
.balance{
    margin-left: 5px;
}
.store-columns.--empty{
    margin-left: 20px;
}
.store-columns.grid{
    margin-bottom: 15px;
}
.store-columns_title.to_order{color: red;}
.balance.available, .store-columns_title.available{color: darkgreen;}
.mobile-stores-popup{
    width: 100%;
    height: calc(100vh - 60px);
    border: 1px solid #d7dee4;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
}
.mobile-stores-popup .store-columns{
    overflow: auto;
    padding-right: 11px;
}
.mobile-stores-popup .store-list-inner{
    padding: 25px 0 15px 15px;
}
@media (max-width: 1370px){
    .store-list .store-list-inner{
        top: 25px;
        right: 0;
    }
}

/* End */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.smart.filter/main/style.css?175560126920331 */
/* /local/components/pena/uncond.sections/templates/.default/style.css?1732034689743 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/main_catalog/style.css?17345082711909 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.section/main/style.css?17473910833573 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/style.css?177548226216830 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/hint/style.css?16880427842987 */
