

/* Start:/local/templates/light/components/bitrix/system.pagenavigation/main.favor/style.min.css?17683545832129*/
.ajax_load_btn{background:#fafafa;border:1px solid #ececec;border-radius:3px;color:var(--text-color);cursor:pointer;display:block;font-size:.8rem;letter-spacing:.8px;line-height:1;margin:0 0 30px;padding:21px 0;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease;z-index:2}.ajax_load_btn:hover{background-color:var(--main-hover-color);border-color:transparent;color:#fff}.ajax_load_btn.htmx-request{opacity:.6;pointer-events:none}.bottom_nav.animate-load-state.has-nav .ajax_load_btn{margin-bottom:25px}.module-pagination{font-size:0;margin:30px 0 0;position:relative;text-align:center}.module-pagination .flex-direction-nav{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0}.module-pagination .flex-direction-nav li::before{display:none!important}.bottom_nav .ajax_load_btn+.module-pagination{margin-top:0;margin-bottom:3rem}.module-pagination .flex-direction-nav .flex-nav-next{right:-60px}.module-pagination .flex-direction-nav .flex-nav-prev{left:-60px}.module-pagination .flex-direction-nav .flex-nav-prev .svg{transform:rotate(180deg)}.module-pagination .flex-direction-nav>li{position:absolute;top:2px;margin:0}.module-pagination .flex-direction-nav>li>a{width:40px;height:20px;display:block}.module-pagination .flex-direction-nav>li:hover>a{background:0 0}.module-pagination .flex-direction-nav>li:hover svg path{fill:var(--main-active-color)}.module-pagination .nums{display:inline-block;position:relative}.module-pagination .nums a:not(.link){color:var(--text-color)}.module-pagination .nums a:not(.link):hover{color:var(--main-active-color)}.module-pagination .nums>a,.module-pagination .nums span{display:inline-block;width:26px;height:26px;text-align:center;line-height:26px;margin:0 12px 5px;text-decoration:none;font-size:14px;font-weight:700;color:var(--text-color);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.module-pagination .nums .cur{color:#fff;background:var(--main-color)}@media(max-width:767px){.flex-direction-nav{display:none!important}.bottom_nav{padding-bottom:5px}}
/* End */


/* Start:/local/templates/light/components/bitrix/catalog.section/catalog_block/style.css?17705041177311*/
/* PRODUCT ITEM */
.items-wrapper .row {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.items-wrapper .row > * {
    padding: 0;
}
.items-wrapper .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ececec;
	margin: 0 0 -1px -1px;
    padding: 1rem;
}
.items-wrapper .item:hover {
	box-shadow: 0 0 1rem 0 rgba(0,0,0,.15);
}
.items-wrapper .item__image {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.items-wrapper .item__image .stickers {
    position: absolute;
    top: 0;
    left: 0;
}
.items-wrapper .item__image .stickers > div {
    line-height: 1;
}
.items-wrapper .item__image .stickers [class*=sticker_] {
    display: inline-flex;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
    background-color: #60c339;
    border-radius: 2px;
    padding: 0.125rem 0.375rem 0.125rem;
    margin: 0.0625rem;
}
.items-wrapper .item__image .stickers .sticker_hit,
.items-wrapper .item__image .stickers .sticker_khit {
    background-color: #2992d9;
}
.items-wrapper .item__image .stickers .sticker_aktsiya,
.items-wrapper .item__image .stickers .sticker_stock {
    background-color: #ffd83a;
    color: #333;
}
.items-wrapper .item__image .stickers .sticker_recommend,
.items-wrapper .item__image .stickers .sticker_sovetuem {
    background-color: #893ca9;
}

.items-wrapper .item__image .like_icons {
    position: absolute;
    top: 0;
    right: 0;
}
.items-wrapper .item__image .like_icons span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
	background-color: var(--bg-color);
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
.items-wrapper .item__image .like_icons span .svg path {
    fill: #999;
}
.items-wrapper .item__image .like_icons span:hover {
    background-color: var(--main-color);
}
.items-wrapper .item__image .like_icons span:hover .svg path {
    fill: #fff;
}
.items-wrapper .item__image .like_icons span.added {
    background-color: var(--main-color);
}
.items-wrapper .item__image .like_icons span.added .svg path {
    fill: #fff;
}

.items-wrapper .item__image .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}
.items-wrapper .item__image .thumb img {
    height: 200px;
    object-fit: contain;
}
.items-wrapper .item__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
}
.items-wrapper .item__info .name a {
    display: flex;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #333;
	word-break: break-word;
}
.items-wrapper .item__info .name a:hover {
    color: var(--main-color);
}
.items-wrapper .item__info .prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.items-wrapper .prices-wrapper {
    display: flex;
	flex-direction: column-reverse;
}
.items-wrapper .price {
    font-weight: bold;
    line-height: 1;
}
.items-wrapper .price > div {
    display: inline-block;
}
.items-wrapper .price.discount {
    font-weight: normal;
	text-decoration: line-through;
    margin-left: 0.5rem;
}
.items-wrapper .price.discount > span {
	color: var(--text-color);
    font-size: 0.8125rem;
  	opacity: .7;
}
.items-wrapper .sale_block {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: 0.25rem;
}
.items-wrapper .sale_block .sale-number {
    display: inline-block;
    background: #ffd83a;
    color: #333;
    padding: 0.0625rem;
    border-radius: 2px;
    white-space: nowrap;
}
.items-wrapper .sale_block .value {
    display: inline-block;
    padding: 0 0.1875rem 0 0.3125rem;
}
.items-wrapper .sale_block .inner-sale {
    display: inline-block;
    background: #fff8db;
    padding: 0.125rem 0.3125rem 0.0625rem;
    border-radius: 1px;
}
.items-wrapper .btn-exlg .svg {
    margin: 0;
}
.items-wrapper .btn-exlg .svg svg {
    max-height: 16px;
}
.items-wrapper .btn-exlg .svg path {
    fill: #fff;
}
.items-wrapper .btn-exlg .svg + span {
    display: none;
}
.items-wrapper .item__info .more_text {
    display: none;
}

@media (max-width: 991px) {
    .items-wrapper .row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
	/* Для разделов каталога товаров */
    .section-catalog-wrapper .items-wrapper .row {
        flex-wrap: wrap;
    }
}

@media (min-width: 320px) and (max-width: 499px) {
    .items-wrapper:not(.slider) .row {
        padding: 0;
    }
    .items-wrapper:not(.slider) .item {
        padding: 0.5rem;
    }
    .items-wrapper:not(.slider) .item__image {
        height: 140px;
    }
    .items-wrapper:not(.slider) .item__image .thumb img {
        height: 140px;
    }
    .items-wrapper:not(.slider) .item__info .prices {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1rem;
    }
	.items-wrapper:not(.slider) .price_measure,
	.items-wrapper:not(.slider) .item__info .name a {
		font-size: .875rem;
	}
    .items-wrapper:not(.slider) .btn-exlg {
        width: 100%;
        padding: 0.5rem;
        margin-top: 0.5rem;
    }
    .items-wrapper:not(.slider) .btn-exlg .svg {
        margin-right: 0.5rem;
    }
    .items-wrapper:not(.slider) .btn-exlg .svg + span {
        display: inline-block;
        font-size: 0.75rem;
    }
}
/* -- */

.section-count-elements {border:1px solid var(--border-color); font-size:.85rem; margin-left:.75rem; opacity:.7; padding:2px 6px 3px; position:relative; top:-3px}
.no-products {border-top:1px solid var(--border-color); padding:4rem 0; text-align:center}
.no-products::before {
	content: "";
	display: block;
	position: relative;
	height: 117px;
	width: 117px;
	margin: auto auto 23px;
	background: url(/local/templates/light/components/bitrix/catalog.section/catalog_block/../../../../images/empty_catalog.png) 0 0 no-repeat;
}

/* Блок "Часто ищут" */
.search-tags-cloud blockquote.info {
	border-left: 5px solid var(--border-color);
	font-size: 1rem;
	margin: 3rem 0;
	color: #555;
	padding: .5rem 1rem;
}
.search-tags-cloud blockquote.info a {
	color: inherit;
	text-decoration: underline;
}
.search-tags-cloud blockquote.info a span,
.search-tags-cloud blockquote.info a b {
	color: inherit !important;
}
.search-tags-cloud blockquote::before {display:none}
.search-tags-cloud .tags a {
	background: var(--bg-color);
	border: 1px solid var(--border-color) !important;
	border-radius: 4px;
	color: var(--text-color);
	display: inline-block;
	font-size: .8125rem;
	line-height: 1.2;
	margin: 0 2px 6px;
	padding: 5px 11px 6px;
}
.search-tags-cloud .tags a span[style] {
	color: inherit !important;
}
/* -- */

/* В тексте блок со ссылками на pdf-файлы */
.icon-files {border:1px solid #ececec; padding:1.875rem 2.5rem}
.icon-files a {display:inline-block; padding:0 20px 20px 60px; position:relative; vertical-align:top; width:32%}
.icon-files a:before {background:url(/local/templates/light/images/svg/docs.svg) 0 0 no-repeat; content:""; display:block; left:0; width:40px; height:40px; position:absolute}
@media (max-width: 800px){
	.icon-files {padding:1.5rem 1rem}
	.icon-files a {width:49%}
}
@media (max-width: 500px){
	.icon-files a {width:100%}
}
/* -- */
/* End */
/* /local/templates/light/components/bitrix/system.pagenavigation/main.favor/style.min.css?17683545832129 */
/* /local/templates/light/components/bitrix/catalog.section/catalog_block/style.css?17705041177311 */
