

/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/style.css?17431524048584*/
.catalog-section-top-block .bg{
	background-color: #F4F4F4;
	position:relative;
	z-index: 1;
}

.catalog-section-top-block .container-angle{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.catalog-section-top-block .inner-bg{
	position: absolute;
	top: 0;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	z-index: -1;
}

.catalog-section-top-block .content-section{
	z-index: 3;
}

.catalog-section-top-block .section-text-block{
	font-size:1.071rem;
}
.catalog-section-top-block .img-block{
	display: block;
	position: relative;
}
@media (min-width: 768px) {


}
@media (min-width: 992px) {
	.catalog-section-top-block .collapsing,
	.catalog-section-top-block .collapse{
		display: block !important;
	}
	.catalog-section-top-block .img-block{
		margin-top: -1rem;
		margin-bottom: -2rem;
	}
}

@media (max-width: 991px) {
	.catalog-section-top-block .inner-bg{
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.catalog-section-top-block .img-block{
		margin-top: -2rem;
		display: block;
		position: relative;
	}
	.catalog-section-top-block .section-text-block{
		font-size:1rem;
	}
}


@media (min-width: 768px) {
	.catalog-sections-page .collapsing,
	.catalog-sections-page .collapse{
		display: block !important;
	}
}

.catalog-sections-page a.nav-link.bg-body {
    color: var(--primary) !important;
}

.catalog-sections-page .nav-link{
	background-color: var(--primary);
	border-bottom: 1px solid var(--gray-200);
	color:#ffffff!important;
	padding-right: calc(var(--gutter-x) * 0.5);
	padding-left: calc(var(--gutter-x) * 0.5);
}

.catalog-sections-page .nav-link.collapsed{
	background-color: var(--gray-100);
	color:var(--primary) !important;
}
@media (min-width:768px) and (max-width: 991px) {
	.catalog-section.product-item-grid .product-item [data-entity="price-block"]{
		flex: 0 0 auto;
		width: 100%;
	}
	.catalog-section.product-item-grid .product-item [data-entity="buttons-block"]{
		flex: 0 0 auto;
		width: 100%;
	}
}



.border-bottom {
	border-bottom: 1px solid var(--gray-200);
}

.catalog-section .row:last-child{
	margin-bottom: 0 !important;
}

.section-content-bottom .content__info {
	margin-bottom: 0.7143rem;
}

.section-content-bottom .quote {
	background: #f5f5f5;
	padding: 1.8571rem 2.1429rem;
	border-radius: 0.2143rem;
	margin: 1.4286rem 0 1.9286rem 0;
}
.section-content-bottom .full {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.section-content-bottom .half {
    padding-bottom: 1rem;
}
.section-content-bottom .table {
    margin-bottom: 2rem;
}
.section-content-bottom .info__down__header {
	color: var(--primary);
}
/*
.section-content-bottom .info__down__header {
	color: #034991;
	font-size: 1.35rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.section-content-bottom h3.info__down__header {
    color: black;
    font-size: 1.30rem;
}
*/
/*
@media (min-width:992px){
	.section-content-bottom .info__down__header {
		margin-top: 2rem;
	}
	.video_sidebar .info__down__header {
		margin-top: 0px;
	}
}
*/

/* add table */
.article__content__info {
    width: 100%;
    overflow-x: auto;
}
.article__content__info.table table thead {
    background: var(--gray-100);
}
.section-content-bottom .row.no-padding.content__info td {
    font-size: 1rem;
    line-height: 1.6rem;
}
/*.article__content__info.table table thead tr td {
    border-right: 0.06667rem solid #e5e5e5;
}*/
.article__content__info.table table thead tr td {
    font-weight: 500;
    color: #000;
    padding: 0.9333rem 1.3333rem;
}
/*.article__content__info.table table tr td:last-child {
    border-right: 1px solid #e5e5e5;
}
.article__content__info.table table tbody tr:first-child td, .table table tbody tr:first-child th {
    border: 1px solid #e5e5e5;
}
*/
.article__content__info.table tr td,
.article__content__info.table tr th {
    text-align: left;
    padding: 0.3333rem 1.3333rem;
	border: 1px solid #e5e5e5;
}
/* /add table/ */



.catalog-section-wrapper .pagination-wrapper{
	margin-bottom: -3rem;
}
.section-content-bottom .articles-catalog-list .nav-link{
	color:#000000;
}
/*
.section-content-bottom .half h2{
	padding-top: 1.5rem;
}
.no-hide-info {
    display: block !important;
    opacity: 1 !important;
}
*/
.section-content-bottom .table>:not(:first-child) {
	border: 0 !important;
}
.section-content-bottom .quote b{
	display: inline-block;
}

.section-content-bottom .no-border-bottom {
    border-bottom: 0 !important;
}

.additional_text h3.info__down__header {
	color: black !important;
	font-size: 1.285714rem !important;
	padding-top: 1rem !important;
}


@media (max-width: 767px){
	.border-top.additional_text {
		border-top: 0 !important;
		padding-top: 0 !important;
	}
	.video_sidebar {
		order: 1;
	}
/*	.section-content-bottom .bg-light{
		background-color: #ffffff !important;
	}*/
	.section-content-bottom .half.col-6 {
		flex: 0 0 auto;
		width: 1000%;
	}
	.section-content-bottom .full{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.section-content-bottom .half {
		padding-bottom: 0rem;
		border: 0 !important;
		margin-bottom: 0 !important;
	}
	.section-content-bottom .info__down__content,
	.section-content-bottom .hidden-block{
		display: none;
		opacity: 0;
	}
	.section-content-bottom .info__down__content.show,
	.section-content-bottom .hidden-block.show{
		display: block;
		opacity: 1;
		/*margin-bottom: 1rem;*/
		border-bottom: 1px solid #cccccc;
	}
	.section-content-bottom .hidden-block .show-more{
		display:none;
	}

	.section-content-bottom .g-3{
		--gutter-y: 0 !important;
		--gutter-x: 0 !important;
	}
	.section-content-bottom h2.info__down__header{
		font-size: 1.2rem;
	}
	.section-content-bottom h3.info__down__header{
		font-size: 1rem;
	}
	.section-content-bottom h2.info__down__header,
	.section-content-bottom h3.info__down__header{
		padding: 0.5rem 0 !important;
		margin-bottom: 0 !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #cccccc;
	}

	.section-content-bottom h2.info__down__header.active,
	.section-content-bottom h3.info__down__header.active{
		margin-bottom: 1rem !important;
		border-bottom:none;
	}

	.section-content-bottom h2.info__down__header:after,
	.section-content-bottom h3.info__down__header:after{
		content: "\e004";
		font-family: "Iconly";
		font-weight: 400;
		display: inline-block;
		padding: 0 0.5rem;
		vertical-align: middle;
		color:#CCCCCC;
		font-size: 1.5rem;
	}
	.section-content-bottom h2.info__down__header:not(.active):after,
	.section-content-bottom h3.info__down__header:not(.active):after{
		content: "\e005";
	}
	.section-content-bottom .hidden-block.show > .collapse {
		display: block;
	}
	.section-content-bottom .hidden-block.show > a.more-link-collapse {
		display: none;
	}
	.section-content-bottom .border-top{
		--border-width:0
	}
	.section-content-bottom .info__down__content .half:last-child .info__down__header{
		border-bottom:0;
	}

	.hidden-block.fade.show {
		border-bottom: 1px solid #cccccc;
		padding-bottom: 1rem;
		margin-bottom: 0px;
	}
	.section-content-bottom p:last-child {
		margin-bottom: 1rem !important;
	}
	.catalog-list-page .style-block .swiper-nav {
		right: 0.5rem;
	}
	.row.full {
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}
}


.h3.info__down__header {
	font-size: 1.429rem;
}
.h4.info__down__header {
	font-size: 1.286rem;
}
@media (min-width:768px) and (max-width:991px)  {
	.section-content-bottom .img-block img {
		margin-top: 1rem;
	}
}

.info__down__content ul li {
	padding-top: 0.7143rem;
}
.info__down__content .p_ul_tag p {
	margin-bottom: 0;
}
.hidden-block .more-link-collapse {
	margin-top: 1rem;
}
.section-content-bottom.default-page-margin .info__down__content h3 {
	font-size: 1.285714rem !important;
}
.section-content-bottom .additional_text h4,
.section-content-bottom .additional_text .h4{
	font-size: 1.1429rem;
}

.section-content-bottom .image__item img{
	height: auto;
	max-width: 100%;
}

.section-content-blocks .news-pills {
	--nav-link-font-size: 1.571rem;
}

.catalog-list-page .banner-image-adaptive .img-block {
	width: 100%;
	height:14.286rem;
}

#popularLinks .nav-link.active {
	background-color: #034991;
	color: white !important;
}
@media (min-width: 991px) {
	#popularLinks .nav-link:not(.show-more){
		display:flex;
		align-items:center;
		justify-content: center;
		height:5.286rem;
		width:13.929rem;
		white-space: normal;
	}
	#popularLinks .nav-link:not(.show-more) .img-block{
		width:4.286rem;
		height:4.286rem;
		display:inline-block;
	}
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/shtyl/catalog.section.list/catalog-section/style.css?17302138874753*/
.catalog-podborki-block ul.nav-pills{
    height: auto !important;
    display: flex;
    align-items:center;
    width: 100%;
    --nav-link-font-size: 1rem;
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.4rem;
    --nav-pills-border-radius: 1.3333rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-link-font-weight: 500;
    --nav-link-color:#000000;
}

@media (min-width: 768px) {
    .catalog-podborki-block ul.nav-pills:not(.show) {
         overflow: hidden !important;
         flex-wrap: nowrap;
    }
    .catalog-podborki-block ul.nav-pills:not(.show) .nav-item.hidden{
          display: none;
    }
    .catalog-podborki-block .nav-item{
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 767px) {
    .catalog-podborki-block .nav-item{
        margin-bottom: 0.071rem;
    }
}

.catalog-podborki-block .nav-link:hover{
    border-color:transparent;
    background: linear-gradient(213deg, rgba(3, 73, 145, 0.31) -34.86%, rgba(3, 73, 145, 0.07) 111.5%), #FFF;
}

.catalog-podborki-block .nav-link{
    white-space: nowrap;
    vertical-align: baseline;
    border: 0.071rem solid #4C4C4C;
    font-size: 1rem;
    text-decoration: none;
}
.catalog-podborki-block .nav-link.show-more{
    color:#4C4C4C;
    border:none;
}

.catalog-podborki-block .nav-link.show-more:hover{
    background: none;
    color: var(--primary);
}

.catalog-podborki-block .nav-item{
    margin-left: 1.5rem;
}
.catalog-podborki-block .title-icon{
    display: inline-block;
    width:2.643rem;
    text-align:center;
}
.catalog-podborki-block .title-icon i{
    font-size:2.643rem;
}
.catalog-podborki-block .title{
    display: inline-block;
    width: 10rem;
    padding-left: 1.85rem;
    font-size: 1.071rem;
    line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-podborki-block .scroll-bg::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .catalog-podborki-block .get-more-link {
        display: none;
    }
    .catalog-podborki-block .title{
        width:100%;
    }
}

.catalog-sections-block ul.nav-pills{
    --nav-link-font-size: 1.429rem;
    --nav-link-padding-x: 1.85rem;
    --nav-link-padding-y: 0.5rem;
    --nav-pills-border-radius: 1.786rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-link-font-weight: 500;
    --nav-link-color:#000000;
    margin-bottom:1.5rem;
}

.catalog-sections-block ul.nav-pills .nav-item:not(:last-child){
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.catalog-sections-block .swiper-slide .item{
    border:1px solid #E5E5E5;
    text-align: center;
    color: #000;
    display: block;
    height: 100%;
    padding:1rem;
}
.catalog-sections-block .swiper-slide .item:hover{
    background-color: #F5F5F5;
}
@media (min-width: 768px){
    .catalog-sections-block .swiper-slide{
        max-width:15.714rem;
    }
}

.catalog-sections-block .swiper-slide .item .img-block{
    height: 11.25rem;
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.catalog-sections-block .swiper-slide .item .title-block{
    font-size: 1.07143rem;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 767px){
    .catalog-sections-block .swiper-slide .item .img-block{
        height: 8.19214rem;
    }
    .catalog-sections-block .swiper-slide .item{
        padding:0.5rem;
    }
    .catalog-sections-block .swiper-slide .item .title-block{
        font-size: 1rem;
    }
}

.catalog-sections-block ul.nav-menu{
    --nav-link-font-size: 1.0667rem;
    --nav-link-padding-x: 1.6429rem;
    --nav-link-padding-y: 0.85rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: #000000;
    --nav-link-font-weight: 500;
    --nav-link-color:#000000;
    flex-wrap: nowrap;
    width: 100%;
}
.catalog-sections-block ul.nav-menu .nav-link{
    text-transform: uppercase;
}
.catalog-sections-block ul.nav-menu .nav-link:not(.collapsed){
    background-color:var(--primary);
    color:#ffffff;
}
.catalog-sections-block ul.nav-menu .nav-link.collapsed{
    background-color:#F5F5F5;
}
.catalog-sections-block ul.nav-menu .caret-dow-top {
    display: flex;
}
.catalog-sections-block ul.nav-menu .caret-dow-top:after {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: auto;
    padding: 0 0 0 0.5rem;
}
.catalog-sections-block ul.nav-menu .collapse{
    position:relative;
}
.catalog-sections-block ul.nav-menu > .nav-item:not(:last-child){
    border-bottom: 1px solid #E5E5E5;
}


.catalog-podborki-block > .row > div:first-child{
    margin-top:2rem;
}
.catalog-podborki-block > .row > div:last-child{
    margin-bottom:2rem;
}
/* End */


/* Start:/local/assest/public/swiper/swiper-bundle.min.css?173021388617864*/
/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?173021388710609*/
@media (min-width: 768px) {
    .smart-filter .offcanvas{
        visibility: visible;
        position: relative;
        transform:none;
        border:none;
    }
    .smart-filter .offcanvas-body{
        overflow: visible;
        border: 1px solid rgba(0, 0, 0, 0.35);
    }
    .smart-filter .offcanvas-title,
    .smart-filter .smart-filter-title{
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .smart-filter .offcanvas{
        border-right: none;
    }
    .smart-filter .offcanvas-body{
        margin-bottom: 8rem;
    }

}

@media (max-width: 767px) {
    .smart-filter .offcanvas-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 400px;
        background-color: #ffffff;
    }
    .smart-filter .offcanvas-footer .btn{
        border-radius: 0;
    }
    .smart-filter-button-container{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #ffffff;
        padding: 1rem;
        flex-direction: column;
        margin: 0;
    }
}
.smart-filter{
    background-color:#ffffff ;
}
.smart-filter .offcanvas-title,
.smart-filter .smart-filter-title{
    font-size: 1.28571rem;
    font-weight: 500;
}
.smart-filter-parameters-box-title-text{
    font-weight: 500;
    font-size: 1.14286rem;
}
.smart-filter-parameters-box-title{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: start;
}
.smart-filter-parameters-box{
    border-bottom: 1px solid #B2B2B2;
    position: relative;
}
.smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title{
    margin-bottom: .85rem;
}
.smart-filter-input-group-checkbox-list .form-check:last-child{
    margin-bottom: 0 !important;
}
.smart-filter-parameters-box,
.smart-filter-parameters-box-title,
.smart-filter-parameters-box-container{
    margin-bottom: 1rem;
}

.smart-filter-block {
    display: none;
    box-sizing: content-box;
    transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }


.smart-filter-angle{

    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}
.smart-filter-angles{
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.smart-filter-angle-up .smart-filter-angles:before{
    content: "\f106";
    display: block;
}
.smart-filter-angle-down .smart-filter-angles:before{
    content: "\f107";
}

.smart-filter-input-group-number .form-group{
    padding-left: .5rem;
}
.smart-filter-input-group-number .form-group:first-child{
    padding-left: 0;
}
.smart-filter-input-group-checkbox-list .form-check,
.smart-filter-input-group-checkbox-list .form-check input,
.smart-filter-input-group-checkbox-list .form-check label{
    cursor: pointer;
}
.smart-filter-input-group-checkbox-list .form-check:hover .form-check-input{
    border: 1px solid var(--primary);
}
.smart-filter-input-group-checkbox-list .form-check-input[disabled] ~ .form-check-label,
.smart-filter-input-group-checkbox-list .form-check-input:disabled ~ .form-check-label {
    opacity: 0.25;
}

.smart-filter-input-container{
    display: flex;
    align-items: center;
}
.smart-filter-input-container label{
    padding-right:0.5rem;
}

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 1.5rem 1rem 1rem;
    margin-top: 0.5rem;
}

.smart-filter-slider-track {
    position: relative;
    height: 0.25rem;
    background: #03499157;
}

.smart-filter-slider-ruler {
    position: absolute;
    width: 1px;
    height: 1.125rem;
    background: #cccccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
    position: absolute;
    top: -1.25rem;
    display: block;
    width: 4.375rem;
    color: #000;
    text-align: center;
    font-size: 0.929rem;
    transform: translateX(-50%);
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086;     left: 50%;}

.smart-filter-slider-ruler.p1 span{
    text-align:left;
    left: -0.5rem;
    transform: none;
}
.smart-filter-slider-ruler.p5 span{
    text-align:right;
    right: -0.5rem;
    transform: none;
}

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: var(--primary);
}

.smart-filter-slider-price-bar-vn {
    z-index: 70;
    background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
    z-index: 80;
    background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
    position: absolute;
    top: -0.34em;
    width: 0;
    height: 0;
    border: 0.438rem solid var(--primary);
    border-radius: 50%;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -0.438rem;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -0.438rem;
}

/*endregion*/

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    white-space: nowrap;
    background-color:#ffff;
    flex-direction: column;
    box-shadow: -4px 5px 20px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    border-radius:0.214rem;
    top: 50%;
    transform: translateY(-50%);
}
.smart-filter-popup-text{
    color:#666666
}
.smart-filter-popup-text span{
    color:#000000;
    font-weight:500;
}
.smart-filter-popup-result.show {
    display: flex;
}

.smart-filter-popup-result.right { left: 100%; }

.smart-filter-popup-result.left { right: 100%; }

.smart-filter-popup-result.right:after {
    content: " ";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-right: 15px solid #ffff;
    border-left: none;
    border-bottom: 15px solid transparent;
}


.smart-filter-horizontal .smart-filter-popup-result {
    position: relative;
    right: auto;
    bottom: -7px;
    left: auto;
    display: inline-block;
}

.smart-filter-popup-result-close { display: none; }


.smart-filter .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.25rem;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
}
.smart-filter-hint{
    display:inline;
}
.filter-items-list {
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.46rem;
}
.filter-item{
    vertical-align: baseline;
    border-radius: 1.42857rem;
    background: linear-gradient(213deg, rgba(3, 73, 145, 0.31) -34.86%, rgba(3, 73, 145, 0.07) 111.5%), #FFF;
    color: #000000 !important;
    font-size: 1rem;
    font-weight:500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.filter-items-list .nav-item{
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px){
    .filter-items-list .nav-item{
        max-width: 40rem;
    }
}
.filter-item.clear{
    background: #F5F5F5;
}
.filter-item i{
    color:#666666;
    font-size: 1.25rem;
    line-height: 1.25;
}

.smart-filter input::-webkit-outer-spin-button,
.smart-filter input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
@media (max-width: 767px){
    .filter-items-list{
        margin-bottom: 0.5rem;
    }

    .filter-items-list .nav-item{
        margin-bottom: 0;
    }
}
.smart-filter .smart-filter-count{
    color:#666666;
}


.smart-filter .js-range-slider{
    display:none;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max,
.smart-filter .irs--round .irs-from,
.smart-filter .irs--round .irs-to,
.smart-filter .irs--round .irs-single{
    font-size:0.929rem;
    background-color: transparent;
    color: #666666;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max{
font-weight:600;
}

.smart-filter .irs--round .irs-bar {
    background-color: var(--primary);
    height: 2px;
}
.smart-filter .irs--round .irs-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: solid;
    border-color:var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: none;
}
.smart-filter .irs--round .irs-handle.state_hover,
.smart-filter .irs--round .irs-handle:hover {
    background-color: var(--primary);
    cursor:pointer;
}
.smart-filter .irs--round .irs-from:before,
.smart-filter .irs--round .irs-to:before,
.smart-filter .irs--round .irs-single:before{
    display:none;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max,
.smart-filter .irs-from,
.smart-filter .irs-to,
.smart-filter .irs-single {
    top: 0.5rem;
}
@media screen and (max-width: 767px) {
    .smart-filter .range-slider{
        padding: 0 0.5rem;
    }
}
.smart-filter .irs--round {
    height: 2rem;
    margin-top: 0.5rem;
}

.smart-filter .irs--round .irs,
.smart-filter .irs--round .irs-bar{
    width:100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.smart-filter .irs--round .irs-line{
    top:0;
    height: 2px;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/ion-rangeslider/css/ion.rangeSlider.min.css?173021388711084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/advertising.banner/slider_v2/style.css?1730213887393*/
.banners-slider-list .swiper .banner-slider{
    height:100%;
}
.banners-slider-list .swiper .banner-slider .wrapper-bg{
    height:20.7143rem;
}
@media (max-width: 991px) {
    .banners-slider-list .swiper .banner-slider .wrapper-bg{
        height:14.8571rem;
    }
}
@media (max-width: 767px) {
    .banners-slider-list .swiper .banner-slider .wrapper-bg{
        height:13.3571rem;
    }
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/tbwp/catalog.sortgrid.panel/.default/style.css?17302138871230*/
.tbwp_catalog_sg_panel{
    --nav-link-color:var(--gray-700);
    --nav-link-hover-color:var(--primary);
}
.tbwp_catalog_sg_panel .nav-link.active{
    --nav-link-font-weight:500;
    color:var(--nav-link-hover-color);
}

.tbwp_catalog_sg_panel .nav-link:hover{
    color:var(--nav-link-hover-color);
}
.tbwp_catalog_sg_panel .nav-link i {
    color: inherit;
}
.tbwp_catalog_sg_panel .sort-panel .label,
.tbwp_catalog_sg_panel .grid-panel .label {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}
.tbwp_catalog_sg_panel .offcanvas-title {
    font-size: 1rem;
    font-weight: 500;
}
.tbwp_catalog_sg_panel .offcanvas {
    --offcanvas-height: 50vh;
    --offcanvas-padding-x: 1.85rem;
}
.tbwp_catalog_sg_panel .offcanvas ul.nav {
     --nav-link-padding-x: 0;
}
.tbwp_catalog_sg_panel .grid-panel ul.nav {
    --nav-link-padding-x: 0.65rem;
}
@media screen and (max-width: 767px){
    .tbwp_catalog_sg_panel .sort-panel .label,
    .tbwp_catalog_sg_panel .grid-panel .label {
        font-size: 1rem;
    }
    .tbwp_catalog_sg_panel .grid-panel ul.nav{
        --nav-link-padding-x: 0.2rem;
    }
    .tbwp_catalog_sg_panel .grid-panel ul.nav .nav-item:not(:first-child) {
        padding-left: 0.4rem;
    }
}

/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/system.pagenavigation/.default/style.css?17302138871289*/
.pagination-container .pagination {
    --pagination-padding-x: 0.75rem;
    --pagination-padding-y: 0.375rem;
    --pagination-font-size: 1.143rem;
    --pagination-color: #000;
    --pagination-border-color: transperrent;
    --pagination-border-radius: 50%;
    --pagination-hover-color: #000000;
    --pagination-hover-bg: #E4E4E5;
    --pagination-hover-border-color: transperrent;
    --pagination-focus-color: #ffff;
    --pagination-focus-bg: #666666;
    --pagination-focus-box-shadow: none;
    --pagination-active-color: #fff;
    --pagination-active-bg: #666666;
    --pagination-bg:none;
    --pagination-active-border-color: transperrent;
}

.pagination-container .pagination .page-item:first-child .page-link {
    border-radius:50%;
}
.pagination-container .pagination .page-item:last-child .page-link {
    border-radius:50%;
}

.pagination-container .pagination .page-link,
.pagination-container .pagination .page-link:focus,
.pagination-container .pagination .page-link:hover {
    border-radius:50%;
    line-height: 1.25;
}
.pagination-container .showing{
    color:#666666;
}
.pagination-container .view-more-button{
    text-decoration:none;
    font-weight: 500;
}
.pagination-container .view-more-button:hover{
    color:var(--primary);
    text-decoration:none;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog.item/.default/style.css?174215212914650*/


.product-item.card{
    --card-border-color:#E5E5E5;
    --card-border-radius: 0.2143rem;
    --card-height:100%;
    --card-spacer-y: 1.4286rem;
    --card-spacer-x: 1.4286rem;
}
@media (min-width: 992px) {
    .bx-no-touch .product-item:hover{
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }
}

.product-item .card-body{
    position:relative;
    padding: 0;
    margin: 0 var(--card-spacer-y) var(--card-spacer-x);
}
.product-item-line .product-item .card-body{
    margin: var(--card-spacer-y) var(--card-spacer-x);
}

.product-item .product-item-top-block{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
}
.product-item .product-item-other-actions{
    z-index:2;
}
.product-item .product-item-other-actions ul.nav{
    --nav-link-padding-x: 0.5rem;
    --nav-link-padding-y: 0.95rem;
    --nav-link-font-size:1.25rem;

}
.product-item-line .product-item .product-item-other-actions ul.nav {
    --nav-link-padding-y: 0rem;

}
.product-item .product-item-other-actions i{
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .product-item-line .product-item .product-item-other-actions{
        position: absolute;
        top: -1rem;
        right: -1rem;
        z-index: 1;
        margin-top: 0;
        padding: 0;
    }
}

.product-item .product-item-picture{
     width:100%;
     height:100%;
     display:block;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
    background-color: #fff;
 }
.product-item .item-image-wrapper{
    padding-top:15.6429rem;
    z-index: 1;
}

.product-item .product-item-image-wrapper{
    margin-left: var(--card-spacer-x);
    margin-right: var(--card-spacer-x);
    margin-top: var(--card-spacer-y);
    margin-bottom: 1rem;
}
.product-item-line .product-item .product-item-image-wrapper {
    margin-left: 0;
    margin-right:0;
    margin-top:0;
    margin-bottom: 0;
}
.product-item .product-item-image-wrapper .swiper-pagination-bullet{
    border-radius: 0!important;
}
.product-item .product-item-image-wrapper .swiper-pagination{
    display: flex;
    bottom: 0 !important;
    position: relative !important;
    --swiper-pagination-bullet-height:2px;
    --swiper-pagination-bullet-width:100%;
    --swiper-pagination-color:var(--primary);
}

.product-item .product-item-title{
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.0714rem;
    line-height:1.2857rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.7rem;
}
.product-item .product-item-title:hover{
    text-decoration:none;
    color:var(--primary) !important;
}

.product-item-line .product-item .product-item-title{
    height:auto !important;
}

/*@media (max-width: 767px) {
    .product-item.card.with-hit-description{
        --card-spacer-y: .5rem;
        --card-spacer-x: .5rem;
    }
    .product-item.with-hit-description .product-item-title{
        font-size: 0.8571rem;
        line-height:1rem;
    }
    .product-item.with-hit-description .review-item-rate > .row > .star-rate-block{
        width: auto;
    }
}*/

.swiper-slide .product-item:not(.with-hit-description){
    max-width:22.7143rem;
}
.swiper-slide .product-item-slide{
    background: transparent !important;
    width:auto;
}
@media (max-width: 767px){
    .swiper-slide.product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (max-width: 991px){
    .product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (min-width: 992px){
    .swiper-slide .product-item-container{
        padding: 1rem;
    }
}


/*Amount*/
.product-item .product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item .product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}


.product-item .product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item .product-item-amount-field-btn-plus,
.bx-retina .product-item .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item .product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item .product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-plus:hover:after,
.product-item .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item .product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item .product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item .product-item-amount-field { border-width: .5px; }

.product-item .product-item-amount-field:focus { outline: none !important; }

.bx-no-touch .product-item input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .product-item input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item .product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item .product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item .product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/* SKU */
.product-item ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.product-item ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
.product-item ul.product-item-scu-item-list li{
    margin-right: .5rem;
}
.product-item ul.product-item-scu-item-list li:last-child{
    margin-right: 0;
}

/* Price */
.product-item .product-item-price-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-item .product-item-price-current{
    color: var(--primary);
    font-size: 1.5714rem;
    font-weight: bold;
    line-height: 1.85;
    white-space: nowrap;
}
.product-item .product-item-price-old{
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 1rem;
    color:var(--secondary);
    line-height: 1;
}

@media (max-width: 767px) {
    .product-item .product-item-price-current{
        font-size: 1.2857rem;
    }
    .product-item .product-item-price-old {
        font-size: 1rem;
    }
}
.product-item .product-item-button-container .btn{
    width:100%;
}
.product-item .add-to-cart-btn.in-cart {
    --btn-bg: var(--success) !important;
    --btn-border-color: var(--success) !important;
}
.product-item .btn{
    vertical-align: text-top;
    --btn-padding-y: 0.5rem;
}
.product-item .hit-description-block{
    height: 100%;
    padding-left: 0;
    padding-right: var(--card-spacer-x);
    padding-top: calc(var(--card-spacer-y)*1.85);
    padding-bottom: calc(var(--card-spacer-y)*1);
}
.product-item .hit-description-block > div{
    border-left: var(--border-width) var(--border-style) var(--border-color);
    padding-left:var(--card-spacer-x);
    height:100%;
    /*display: flex;
    flex-wrap: wrap;*/
}
.product-item .hit-description-block > div > *{
    width:100%;
}
.product-item .hit-description-title{
    font-size:1rem;
    font-weight:500;
    margin-bottom:1rem;
}

.product-item .hit-description-block .btn-link{
    font-size:1.0714rem;
}
@media (max-width: 767px) {
    .product-item .hit-description-block{
        padding:0 var(--card-spacer-y) var(--card-spacer-x) var(--card-spacer-x);
    }
    .product-item .hit-description-block > div{
        border-left:none;
        padding-left:0;
    }
}

@media (max-width: 767px) {
    .product-item-line .product-item .product-item-properties{
        font-size: 0.8rem;
    }
}
.product-item-line .product-item .product-item-properties{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    font-weight: 400;
    font-size: 0.9286rem;
}
.product-item-line .product-item .product-item-properties li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    padding: 0.25rem 1rem;
}
.product-item-line .product-item .product-item-properties li:nth-of-type(odd){
    background-color: #f7f7f7;
}
.product-item-line .product-item .product-item-properties-name{
    color:#4C4C4C;
    margin-right: 0.5rem;
}
.product-item-line .product-item .product-item-properties-value{
    color:#4c4c4c;
    font-weight: 500;
    text-align: end;
}


.product-item .product-label-text{
    padding: 0.65rem;
    position: relative;
}

.product-label-text .label {
    display: inline-block;
    position: relative;
}

.product-label-text .sticker {
    font-size: 0.857rem;
    font-weight: 500;
    border-radius: 2.1429rem;
    border: 2px solid;
    border-color: #E5E5E5;
    padding: 0.35rem 0.65rem;
    line-height: 1;
    cursor:pointer;
    background-color: #ffff;
}
.product-label-text .label:nth-child(2n+1) {
    z-index: 11;
}
.product-label-text .label:nth-child(2n){
    padding-left: 1rem;
}

.product-label-text .sticker.new {
    border-color: var(--success);
    color:var(--success);
}

.product-label-text .sticker.action {
    border-color: var(--warning);
    color:var(--secondary);
}

.product-label-text .sticker.hit {
    border-color:var(--warning);
    color:var(--warning);
}

.product-label-text .label .tooltip-img{
    line-height: 1;
    margin-top: 0;
}



.product-item .hit-description ul:last-child{
    margin-bottom:0;
}

.product-item .review-item-rate .star-rate-label,
.product-item .review-item-rate .star-rate-text {
    font-weight:500;
}


ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
/*
ul.product-item-scu-item-list li:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
ul.product-item-scu-item-list li:not(:first-child), ul.product-item-scu-item-list li:nth-child(n+3){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

*/
ul.product-item-scu-item-list li:not(:first-child) {
    margin-left: .5rem;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    background-color: #ffffff;
    color: #414142;
    font-weight: 500;
    font-size:0.7333rem;
    padding: 0.3rem 0.65rem 0.15rem;
    line-height: 1;
    max-width: 100%;
    cursor:pointer;
    border-radius: 0.25rem;
}
.product-item-scu-item-color-container.selected,
.product-item-scu-item-text-container.selected{
    border: 1px solid #000000;
    color: #000000;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item .in-stock-block i.few{
    color:#D12E26;
}
.product-item .in-stock-block i.medium{
    color:#FF9605;
}
.product-item .in-stock-block i.lot{
    color: #007D23;
    
}
.product-item .in-stock-block i.in_production_1,
.product-item .in-stock-block i.in_production_2{
    color:var(--primary);
}
/* End */


/* Start:/local/components/tbwp/compare.item/templates/.default/style.css?1730213886550*/
.compare-item-link:hover{
    cursor:pointer;
}
.compare-item-link .nav-link:hover i,
.compare-item-link .nav-link.active i{
    color:var(--danger) !important;
    text-decoration: none;
}

.compare-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.compare-item-link .status-text-block span{
    display:none;
}
.compare-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.compare-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/components/tbwp/favourites.item/templates/.default/style.css?17302138861158*/
.favourite-item-link:hover{
    cursor:pointer;
}
.favourite-item-link .nav-link i{
    vertical-align: 1px;
}
.favourite-item-link .nav-link:hover i,
.favourite-item-link .nav-link.active i{
    color:var(--danger) !important;
    text-decoration: none;
}
.favourite-item-link .nav-link .block-icons{
    display:inline-block;
}
.favourite-item-link .nav-link .block-icons i:last-child{
    display:none;
}
.favourite-item-link .nav-link .block-icons i:first-child{
    display:block;
}
.favourite-item-link .nav-link:hover .block-icons i:last-child,
.favourite-item-link .nav-link.active .block-icons i:last-child {
    display:block;
}
.favourite-item-link .nav-link:hover .block-icons i:first-child,
.favourite-item-link .nav-link.active .block-icons i:first-child {
    display:none;
}
.favourite-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.favourite-item-link .status-text-block span{
    display:none;
}
.favourite-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.favourite-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.rate/.default/style.css?17476585091925*/
.tbwp-reviews-rate .star-rate-block{
    display: flex;
    align-items: center;
    margin-right:1rem;
}
.tbwp-reviews-rate .star-rate-text{
    display: flex;
    align-items: center;

}

.tbwp-reviews-rate .star-rate-label{
    padding-left:0.25rem;
}


.tbwp-reviews-rate .star-rate-label,
.tbwp-reviews-rate .star-rate-text {
    color: #000000;
    white-space: nowrap;
    line-height:1;
    font-weight:400;
}
.tbwp-reviews-rate .star-rate-text i{
    padding-right: 0.5rem;
}
.tbwp-reviews-rate .star-rate-text.empty-items{
    color:var(--secondary);
}
.tbwp-reviews-rate .star-rate-text:hover{
    text-decoration:none;
    color:var(--primary) !important;
}



.tbwp-reviews-rate .rating-wrapper{
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tbwp-reviews-rate .rating-wrapper .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color:var(--secondary);
}
.tbwp-reviews-rate .rating-wrapper .stars-fill{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    color:var(--danger);
}
.tbwp-reviews-rate .rating-wrapper .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.tbwp-reviews-rate .rating-wrapper .stars div:not(:first-child){
    margin-left:0.2rem;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog/.default/shtyl/highloadblock.list/catalog-tooltip/style.css?1731416489191*/
.catalog-tooltip:hover i,
.catalog-tooltip:hover a,
.catalog-tooltip:hover{
    color:var(--primary) !important;
    text-decoration:none;
}
.catalog-tooltip .tooltip-img{
    margin-top:0;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog.top/section_accessories/slider/style.css?1730213887597*/
.catalog-top .product-item-slide{
	background: transparent !important;
	width:auto;
}
.catalog-top{
	--swiper-pagination-bottom:-1rem;
}
@media (min-width: 992px){
	.product-item-slide.swiper-slide .product-item-container{
		padding: 1rem;
	}

	.product-item-slide.swiper-slide{
		max-width:23.5714rem;
	}
}
@media (max-width: 991px) {
	.product-item-slide.swiper-slide{
		max-width:19.5714rem;
	}
}
@media (max-width: 767px) {/*
	.product-item-slide .product-item.with-hit-description{
		max-width:23.5714rem;
		margin: 0 auto;
	}*/
	.product-item-slide.swiper-slide{
		max-width:19.5714rem;
	}
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/news.list/reviews_top/style.css?17302138873781*/

.reviews-items-list .card{
    --card-border-color: #E5E5E5;
    --card-border-radius: 0.2143rem;
    --card-height: 100%;
    --card-spacer-y: 1.4286rem;
    --card-spacer-x: 1.4286rem;
}
.bx-no-touch .reviews-items-list .card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.reviews-items-list .card-footer {
    background-color: #ffffff;
    border-top: none;
}
.reviews-items-list .img-block{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 5.429rem;
}
.reviews-items-list .product-title{
    font-size:0.938rem;
    font-weight:500;
    line-height: 1.2857rem;
}
.reviews-items-list .title{
    font-size:1.125rem;
    font-weight:500;
}
.reviews-items-list .text-block{
    font-size:0.938rem;
}
.reviews-items-list .text-date{
    display: inline-block;
    vertical-align: bottom;
}
/*
STAR
 */
.review-item-rate .star-rate-block{
    display: flex;
    align-items: center;
}

.review-item-rate .star-rate-label{
    padding-left:0.25rem
}

.review-item-rate .star-rate-label,
.review-item-rate .star-rate-text {
    display: inline-block;
    font-size:1.0714rem;

    color: #000000;
    white-space: nowrap;
    line-height:1;
}
.review-item-rate .star-rate-text a:hover{
    text-decoration:none;
}
.review-item-rate .star-rate-text a:hover i{
    color:var(--danger) !important;
}

.review-item-rate .star-rate-text i{
    padding-right: 0.25rem;
}

@media (min-width: 992px) {
    .review-item-rate .rate-icon-block{
        display:none;
    }
}
@media (max-width: 991px) {
    .review-item-rate .rate-text-block{
        display:none;
    }
}

.review-item-rate .rating-wrapper{
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.review-item-rate .rating-wrapper .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color:#797979;
}
.review-item-rate .rating-wrapper .stars-fill{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    color:#D12E26;
}
.review-item-rate .rating-wrapper .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #dcdcdc;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.review-item-rate .rating-wrapper .stars div:not(:first-child){
    margin-left:0.2rem;
}
/*
STAR
 */

.reviews-items-list .label {
    display: flex;
    position: relative;
}
.reviews-items-list .sticker {
    font-size: 0.857rem;
    font-weight: 500;
    border-radius: 2.1429rem;
    border: 2px solid;
    border-color: #E5E5E5;
    padding: 0.1rem 0.65rem;
}
.reviews-items-list .sticker:after{
    display: block;
    content: '';
    height: 100%;
    width: 1.5rem;
    position: absolute;
    top: 0;
    right: -1.45rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.reviews-items-list .sticker.us_by {
    border-color: #636E7F;
    color:#636E7F;
}

.reviews-items-list i{
    font-size:1.25rem;
    color:#636E7F;
}
.reviews-items-list .panel .icons i:not(:last-child){
    padding-right:0.5rem;
}
@media (max-width: 991px){
    .reviews-items-list .swiper-slide{
        max-width:21.286rem;
    }
}

/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/news.list/news-list/style.css?17302138876055*/
.news-items-list .card{
    --card-border-width: 0;
    --card-inner-border-radius:3px;
}
.news-items-list .card .card-text{
    font-size: 1.0714rem;
    line-height: 1.2857rem;
}

.news-items-list .card .img-block{
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom:1.25rem;
    height: 12.143rem;
}
.news-items-list .card:hover .img-block{
    opacity: .8;
}

@media (max-width: 991px) {
    .news-items-list .swiper-slide{
        max-width: 21.07143rem;
    }
}
@media (max-width: 767px) {
    .news-items-list .swiper-slide{
        max-width: 21.85714rem;
    }
}


.news-items-list .label-wrapper{
    position: absolute;
    top:0;
    left:0;
}
.news-items-list .label {
    border-radius: 3px 0 0 0;
    line-height: 1.6667rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8667rem;
    padding: 0 0.5rem;
    display: inline-block;
    position: relative;
}
.news-items-list .label:after{
     display: block;
     content: '';
     height: 100%;
     width: 1.5rem;
     position: absolute;
     top: 0;
     right: -1.45rem;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }
.news-items-list .label.red{
    background-color: #dc0d15;
    color:#ffffff;
}
.news-items-list .label.red:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjREMwRDE1Ii8+Cjwvc3ZnPgo=");
}

.news-items-list .label.blue{
    background-color: #2f72cf;
    color:#ffffff;
}
.news-items-list .label.blue:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMkY3MkNGIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.grayy{
    background-color: #6A645C;
    color:#ffffff;
}
.news-items-list .label.grayy:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjNkE2NDVDIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.fiolet{
    background-color: #83418c;
    color:#ffffff;
}
.news-items-list .label.fiolet:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjODM0MThDIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.orange{
    background-color: #f29c38;
    color:#ffffff;
}
.news-items-list .label.orange:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjRjI5QzM4Ii8+Cjwvc3ZnPgo=");
}

.news-items-list .label.deep_blue{
    background-color: #034991;
    color:#ffffff;
}
.news-items-list .label.deep_blue:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMDM0OTkxIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.green{
    background-color: #197b30 !important;
    color:#ffffff;
}
.news-items-list .label.green:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMTk3QjMwIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.yellow{
    background-color: #f7c644 !important;
    color:#ffffff;
}
.news-items-list .label.yellow:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjRjdDNjQ0Ii8+Cjwvc3ZnPgo=");
}

@media (min-width: 768px) {
    .news-items-list .label-wrapper .label:nth-child(2n+1){
        z-index: 11;
    }
    .news-items-list .label-wrapper .label:nth-child(2n){
        padding-left: 1.25rem;
    }
}


/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/news.list/catalog-faq-list-blocks-slider/style.css?17302138871450*/
.faq-items-list .item{
    position:relative;
    padding: 1rem 1.25rem;
    background: linear-gradient(216deg, rgba(3, 73, 145, 0.07) 0%, rgba(3, 73, 145, 0.31) 100%);
    min-height:10.429rem;
    height: 100%;
}
.faq-items-list .item:hover{
    cursor:pointer;
    background:var(--primary);
    text-decoration:none;
}
.faq-items-list .item .title{
    font-size:1.4286rem;
    line-height:1.6429rem;
    font-weight:500;
    color:#000000;
    padding-right: 7rem;
    z-index:2;
}

.faq-items-list .item:hover a,
.faq-items-list .item:hover .title{
    color:#ffffff !important;
    text-decoration:none;
}
.faq-items-list .item .image-block{
    position:absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    width:7.1429rem;
    height:7.1429rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index:1;
}
@media (max-width: 991px){
    .faq-items-list .item {
        min-height:9rem;
    }
    .faq-items-list .item .title{
        font-size:1.0714rem;
        line-height:1.2857rem;
        padding-right: 4.5rem;
    }
    .faq-items-list .item .image-block{
         width:5rem;
         height:5rem;
     }

}
@media (max-width: 767px) {
    .faq-items-list .swiper-slide{
        max-width: 16.57143rem;
    }
    .faq-items-list .item .title {
        font-size: 1rem;
    }
    .faq-items-list .item .image-block{
        width: 4.71429rem;
        height: 4.71429rem;
    }
}
/* End */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/style.css?17431524048584 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/shtyl/catalog.section.list/catalog-section/style.css?17302138874753 */
/* /local/assest/public/swiper/swiper-bundle.min.css?173021388617864 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?173021388710609 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/ion-rangeslider/css/ion.rangeSlider.min.css?173021388711084 */
/* /local/templates/shtyl_2023/components/bitrix/advertising.banner/slider_v2/style.css?1730213887393 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/tbwp/catalog.sortgrid.panel/.default/style.css?17302138871230 */
/* /local/templates/shtyl_2023/components/bitrix/system.pagenavigation/.default/style.css?17302138871289 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.item/.default/style.css?174215212914650 */
/* /local/components/tbwp/compare.item/templates/.default/style.css?1730213886550 */
/* /local/components/tbwp/favourites.item/templates/.default/style.css?17302138861158 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.rate/.default/style.css?17476585091925 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/shtyl/highloadblock.list/catalog-tooltip/style.css?1731416489191 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.top/section_accessories/slider/style.css?1730213887597 */
/* /local/templates/shtyl_2023/components/bitrix/news.list/reviews_top/style.css?17302138873781 */
/* /local/templates/shtyl_2023/components/shtyl/news.list/news-list/style.css?17302138876055 */
/* /local/templates/shtyl_2023/components/shtyl/news.list/catalog-faq-list-blocks-slider/style.css?17302138871450 */
