

/* Start:/local/templates/.default/components/ma/catalog/catalog/css/section.css?17684587314977*/
.l-catalog {
    margin-top: 43px;
}
.l-catalog h1 {
    margin-bottom: 24px;
    font-size: 24px;
    color: var(--site-grey-color);
}
.l-content.l-content--inner{
    padding-top: 0 !important;
}
.l-catalog-banner{
    margin-bottom: 20px;
}
.l-catalog-banner.has-image{
    position: relative;
    overflow: hidden;
}
.l-catalog-banner-img,
.l-catalog-banner.has-image::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.l-catalog-banner-img{
    filter: blur(3px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.l-catalog-banner.has-image::before{
    content: '';
    background-color: #00000033;
    z-index: 1;
}
.l-catalog-banner.has-image,
.l-catalog-banner.has-image a,
.page-holder .l-catalog-banner.has-image a{
    color: var(--site-light-color);
}
.l-catalog-banner-inner{
    position: relative;
    z-index: 2;
    padding: 20px 0;
}
.l-catalog-banner-inner h1{
    margin: 0;
    margin-top: 16px;
    font-size: 37px;
}

.l-catalog-content{
    flex: 1;
    max-width: 100%;
}

.l-catalog-content-wrapper{
    display: flex;
	flex-wrap: wrap;
}

.l-catalog-sections{
	width: 100%;
}

.l-catalog-banner-bc .b-breadcrumb{
    margin-top: 0;
}


.l-catalog-filter-values{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.l-catalog-filter-values-item{
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--site-light-grey-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 8px;
    font-weight: 600;
}
.l-catalog-filter-values-item .clear{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23323233' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all{
    background-color: var(--site-light-color);
    color: var(--site-grey-color);
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all .clear{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23949594' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");

}

.b-catalog-elements-description{
	margin-top: 80px;
}

.b-catalog-item-filter {
    display: none;
}

@media(max-width: 1024px){
    .l-catalog h1 {
        font-size: 22px;
    }
    .l-catalog-content-wrapper{
        flex-direction: column;
        margin-bottom: 24px;
    }

    .b-catalog-item-filter {
        display: block;
        max-width: 118px;
    }
}

@media(max-width: 768px){
    .l-catalog h1{
        font-size: 18px;
    }
    .l-catalog-banner.has-image,
    .l-catalog-banner.has-image a,
    .page-holder .l-catalog-banner.has-image a{
        color: var(--site-default-color);
    }
    .l-catalog-banner-inner h1{
        display: none;
    }
    .l-catalog-banner-img{
        background-image: unset !important;
    }
    .l-catalog-banner.has-image::before {
        content: unset;
    }
    .l-catalog-banner-inner{
        padding-bottom: 0;
    }
    .l-catalog-banner {
        margin-bottom: 0;
    }

	.b-catalog-elements-description{
		margin-top: 20px;
	}
}

.l-catalog-content.l-catalog-search {
  order: 1;
}

.l-catalog-search-wrapper.l-catalog-content-wrapper {
  display: flex;
}

.l-catalog-sidebar--inner {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.l-catalog-sidebar--filter {
  order: 1;
}

.catalog__search-failed {
  display: table;
  margin: 0 auto 43px;
  text-align: center;
}

h2.catalog__title {
	/* font-weight: 300; */
	margin-bottom: 1rem;
	margin-top: 0;
}

h2.catalog__title span.count{
    padding-left: 16px;
    display: inline-block;
    color: #727272;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

h2.catalog__title > strong {
  font-weight: 700;
}

.search-language-guess {
  font-size: 16px;
}

.l-catalog-favorite {
    display: flex;
    gap: 24px;
    padding-top: 40px;
}

@media(max-width: 991px){
    h2.catalog__title span.count{
        padding-left: 8px;
        font-size: 16px;
        font-weight: 600;
    }

    .l-catalog-favorite {
        padding-top: 20px;
    }
}



@media(max-width: 1024px){
    .l-catalog {
        margin-top: 27px;
    }
}

@media(max-width: 767px){
    .l-catalog {
        margin-top: 16px;
    }

    .l-catalog-favorite {
        padding-top: 0;
    }
}

@media(max-width: 560px){
    .l-catalog h1 {
        font-size: 18px;
    }
    .l-catalog {
        margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/tiros/components/ma/breadcrumb/crumbs/style.css?1768303472694*/
.b-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px 0;

}

.b-breadcrumb a,
.page-holder .b-breadcrumb a {
    color: var(--site-grey-color);
    font-size: 14px;
}

.b-breadcrumb a:hover,
.page-holder .b-breadcrumb a:hover {
    border-color: transparent;
    color: var(--site-accent-color);
}

.b-breadcrumb .last-item {
    font-size: 14px;
    color: var(--site-accent-color);
}

@media(max-width: 768px) {
    .b-breadcrumb {
        gap: 18px 16px;
        padding: 10px 0 16px;
    }

    .b-breadcrumb a,
    .page-holder .b-breadcrumb a,
    .b-breadcrumb .last-item,
    .b-breadcrumb a {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/tiros/components/ma/menu/left-menu/style.css?1768455864747*/
.left-menu {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding-right: 20px;
    border-right: 1px solid var(--site-input-border-color);
}

.left-menu_item {
    display: flex;
    min-width: 110px;
    padding: 20px 0;
    border-bottom: 1px solid var(--site-input-border-color);

    @media (min-width: 1200px) {
        min-width: 240px;
    }
}

.left-menu_item:last-of-type {
    border-bottom: none;
}

.left-menu_item a {
    width: 100%;
    height: 100%;
    color: var(--site-text3-color);
    font-size: 14px;
}

.left-menu_item a:visited {
    color: var(--site-text3-color);
}

.left-menu_item.active a {
    font-weight: 700;
    color: var(--site-accent-color);
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.favorite.result/favorites/style.css?17684610361207*/
.favorite-content {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.empty-favorite.empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}

.empty-state__icon svg {
	width: 110px;
 	margin: 13px 0 28px;
}

.empty-state__title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 8px;
	color: var(--site-text4-color);
	letter-spacing: 0.005em;
}

.empty-state__subtitle {
	text-align: center;
	font-size: 14px;
	color: var(--site-text4-color);
	letter-spacing: 0.005em;
}

.empty-favorite__link{
	margin-top: 21px;
	width: 200px;
}


@media(max-width: 1024px) {
	.empty-state__icon svg {
		margin: 25px 0 28px;
	}

	.empty-state__title {
		font-size: 22px;
	}
}

@media(max-width: 767px) {
	.empty-state__icon svg {
		margin: 35px 0 30px;
	}

	.empty-state__title {
		font-size: 20px;
	}

	.empty-state__subtitle {
		font-size: 12px;
	}
}

@media(max-width: 560px) {
	.empty-state__title {
		font-size: 18px;
	}

	.empty-favorite__link {
		margin-top: 19px;
		width: 146px;
		font-size: 12px;
	}

	.empty-favorite.empty-state {
		padding: 40px 0 36px;
	}
}
/* End */


/* Start:/local/templates/tiros/components/bitrix/system.pagenavigation/modern/style.css?17664645292848*/
.modern-page-navigation-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

div.modern-page-navigation {
	padding: 20px 0;
	display: flex;
	gap: 5px;
}
div.modern-page-navigation a,
.page-holder div.modern-page-navigation a{
	border: none;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	display: inline-block;
	min-width: 42px;
	padding: 9px;
	font-size: 16px;
	line-height: 24px;
	background-color: transparent;
	border-radius: 8px;
	text-align: center;
}
div.modern-page-navigation a.modern-page-previous,
div.modern-page-navigation a.modern-page-next {
	background-color: var(--site-accent-light-color);
	position: relative;
	font-size: 0;
	min-height: 42px;
	transition: background .2s ease;
}
div.modern-page-navigation a.modern-page-previous:hover,
div.modern-page-navigation a.modern-page-next:hover{
	background-color: var(--site-accent-color);
}
div.modern-page-navigation a.modern-page-previous::before,
div.modern-page-navigation a.modern-page-next::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23323233' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transition: background .2s ease;

}
div.modern-page-navigation a.modern-page-previous:hover::before,
div.modern-page-navigation a.modern-page-next:hover::before{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}
div.modern-page-navigation a.modern-page-previous::before{
	transform: rotate(180deg);
}
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {

}

span.modern-page-current {
	background-color: var(--site-accent-color);
	color: var(--site-light-color);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {

}

.catalog__elements + div.modern-page-navigation{
	margin-top: 32px;
}


@media(max-width: 440px){
	.catalog__elements + div.modern-page-navigation{
		margin-top: 12px;
	}
	div.modern-page-navigation {
		gap: 3px;
	}
	div.modern-page-navigation a, span.modern-page-current, span.modern-page-dots {
		min-width: 35px;
		line-height: 16px;
	}
	div.modern-page-navigation a.modern-page-previous, div.modern-page-navigation a.modern-page-next {
		min-height: 35px;
	}
}

/* End */


/* Start:/local/templates/tiros/components/ma/catalog.section/blocks/style.css?176915326046436*/
.products {
    margin-top: 36px;
}

.products h2 {
    margin-bottom: 14px;
}

.products h3 {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 0.08px;
}

.main__products {
    --gap: 24px;
    --columns: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap);
}

.main__products.main__products--slider {
    --columns: auto;
}

.main__products.main__products--slider .main__products_item {
    max-width: 230px;
}

.main__products.main__products--slider .main__products_item.swiper-slide {
    max-width: 100%;
}

.new-products .main-block-title {
    padding: 0 16px;
}

.swiper-container.products--slider {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 2px;
}

.swiper-container h2 {
    margin-top: 6px;
    margin-bottom: 29px;
}

.products--slider .main__products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: unset;
}

.main__products.inner {
    --gap: 40px;
    --columns: 4;
    padding: 0 20px 20px;
    gap: 40px;
    /*overflow-x: hidden;*/
}

.l-catalog-content .main__products.main__products--list {
    width: 100%;
    --gap: 20px;
    gap: 0;
    --columns: 1;
}

.main__products .main__products_item a {
    border-bottom: none;
}

.main__products .main__products_item .g-button {
    padding: 8px;
    border: none;
    white-space: nowrap;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.main__products .main__products_item {
    position: relative;
    border: 1px solid var(--site-input-border-color);
    border-radius: var(--site-border-radius);
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s;
}

.main__products.main__products--list .main__products_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--site-separator-color);
}

.main__products-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
}

.main__products.main__products--list .main__products-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 768px) {
    .main__products.main__products--list .main__products-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .products {
        margin-top: 28px;
    }
}

@media(max-width: 560px) {
    .products {
        margin-top: 20px;
    }

    .products h2 {
        margin-bottom: 9px;
    }

    .products h3 {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.inner .main__products_item:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    display: block;
    width: calc(100% + 40px);
    /*width: calc(100% + 500px);*/
    height: 1px;
    background-color: var(--site-separator-color);
}

.main__products_item.swiper-slide {
    height: auto;
}

.main__products .main__products_name {
    margin-bottom: 15px;
}

.main__products .main__products_name a {
    font-size: 14px;
    font-weight: 500;
    color: var(--site-text4-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.07px;
}

.main__products .main__products_item.main__products_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-bottom: none;
    border-radius: 4px;
    background-color: var(--site-light-blue-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: var(--site-accent-color);
}

.main__products_more_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='%230064D8'/%3e%3cpath d='M18 15L23 20L18 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;

}

.main__products_pic {
    position: relative;
    border-bottom: 1px solid var(--site-separator-color);
    transition: all .3s;
}

/* .main__products .main__products_item:hover .main__products_pic,
.main__products .main__products_item:hover {
    border-color: var(--site-accent-color);
} */

.main__products_pic .main__products_pic_holder {
    position: relative;
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: 237px;
    border-radius: 4px;
    overflow: hidden;
    /*padding-top: calc(100%);*/
}

.main__products_pic .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main__products_pic .dots .dots-item {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--site-separator-color);
}

.main__products_pic .dots .dots-item.active {
    background: var(--site-accent-color);
}

.inner .main__products .main__products_pic_holder {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}

.main__products_pic img {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    /* width: 240px; */
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 53%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 150px;
}

.no-image img {
    width: 100px !important;
}

.main__products.main__products--list .main__products_pic img {
    height: auto;
}

.main__products_pic-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main__products_pic-dots-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    width: 4px;
    height: 4px;
    /* background: rgba(0, 100, 216, 0.30); */
    /* border-bottom: 2px solid var(--site-separator-color); */
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    width: 100%;
    height: 100%;
}

.main__products_pic-dots-item.active {
    /* background: var(--site-accent-color); */
}

.main__products_props {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.main__products_props-item-label {
    color: var(--site-grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;

}

.main__products_props-item-value {
    font-size: 14px;
    line-height: 19.6px;
}

.main__products_props-item-value a,
.main__products_props-item-value a:visited,
.page-holder .main__products_props-item-value a,
.page-holder .main__products_props-item-value a:visited {
    color: var(--site-accent-color);
}

.main__products_props-item-value a:hover,
.main__products_props-item-value a:visited:hover,
.page-holder .main__products_props-item-value a:hover,
.page-holder .main__products_props-item-value a:visited:hover {
    color: var(--site-accent-color--hover);
}

.main__products_product-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.main__products_product-counter .product-counter {
    padding: 6px;
    border: 1px solid var(--site-separator-color);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--site-grey-color);
    background-color: var(--site-light-grey-color);
}

.main__products_product-counter .product-counter .count {
    color: var(--site-default-color);
    font-weight: 600;
}

.main__products_supply {
    margin-top: auto;
}

.main__products.main__products--list .main__products_supply {
    margin-top: unset;
    margin-left: auto;
    min-width: 240px;
}

.main__products_supply-prices .catalog-price {
    font-family: 'RobotoFlex', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    white-space: nowrap;
}

.catalog-detail-price {
    /* font-family: 'PT Sans Caption', sans-serif; */
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: var(--site-price-color);
}

.main__products_supply-prices .is-discounted.catalog-price {
    color: #F33232;
}

.main__products_supply-prices .is-discounted.catalog-price .discount {
    color: var(--site-grey-color);
    font-size: 12px;
    /* text-decoration: line-through; */
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}

.main__products_supply-prices .is-discounted.catalog-price .discount::before {
    content: '';
    position: absolute;
    left: 0;
    right: 10px;
    height: 1px;
    background-color: var(--site-grey-color);
    top: calc(50% - 1px);
}

.catalog-detail-price--discount {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    color: var(--site-red-color);
}

.personal-price .catalog-detail-price--discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--site-default-color);
}

.catalog-detail-price--discount .catalog-detail-price--label {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: 400;
}

.catalog-detail-price--discount-percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    background-color: var(--site-red-color);
    color: var(--site-light-color);
    font-size: 10px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.2px;
}

.catalog-detail-price--old {
    color: var(--site-default2-color);
    text-decoration: line-through;
}

.personal-price .catalog-detail-price--old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

.personal-price .catalog-detail-price--old .catalog-detail-price--label {
    font-size: 12px;
    line-height: 12px;
}

.bmcl_supply-value,
.catalog-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bmcl_supply-value.personal-price {
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bmcl_supply-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 17px;
}

.bmcl_supply-buttons .g-add-cart {
    width: 100%;
}

.bmcl_supply-buttons .g-add-cart.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: default !important;
}

.bmcl_supply-not-available {
    width: 100%;
}

.main__products .bmcl_supply-buttons .g-add-cart.in-cart {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
}

/*.main__products .bmcl_supply-buttons .g-add-cart.in-cart:hover {*/
/*	color: var(--site-light-color);*/
/*	background-color: var(--site-accent-color);*/
/*}*/

.main__products_icons {
    position: absolute;
    top: 6px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.main__products_video-ico {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="6" fill="white"/><rect x="6" y="6" width="20" height="20" rx="6.36364" fill="%233181DE"/><path d="M13.8636 19.2099V12.707C13.8636 12.3359 14.2843 12.1212 14.5849 12.3389L19.1226 15.6261C19.3747 15.8088 19.3728 16.1851 19.1188 16.3651L14.581 19.5808C14.28 19.7941 13.8636 19.5789 13.8636 19.2099Z" fill="white" stroke="white" stroke-width="0.454545"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.main__products_video {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--site-light-color);
    font-size: 0;
    cursor: default;
}

.main__products .main__products_favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 0;
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 2;
}

.main__products_favorite-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.main__products_favorite-ico::before,
.main__products_favorite-ico::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: opacity .2s ease-in-out;
}

.main__products_favorite-ico::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.172 1.84907C17.1103 0.787078 15.7027 0.141398 14.2052 0.0294528C12.7077 -0.0824924 11.2198 0.346733 10.012 1.23907C8.73965 0.292709 7.15599 -0.136417 5.57991 0.038109C4.00384 0.212635 2.55243 0.977849 1.51797 2.17966C0.483501 3.38146 -0.0571834 4.93059 0.00479541 6.51509C0.0667742 8.09958 0.726812 9.60174 1.85199 10.7191L9.30199 18.1691C9.39496 18.2628 9.50556 18.3372 9.62742 18.388C9.74928 18.4387 9.87998 18.4649 10.012 18.4649C10.144 18.4649 10.2747 18.4387 10.3966 18.388C10.5184 18.3372 10.629 18.2628 10.722 18.1691L18.172 10.7191C18.7546 10.1368 19.2169 9.44541 19.5322 8.68444C19.8476 7.92346 20.0099 7.1078 20.0099 6.28407C20.0099 5.46034 19.8476 4.64468 19.5322 3.88371C19.2169 3.12273 18.7546 2.43135 18.172 1.84907ZM16.762 9.30907L10.012 16.0491L3.26199 9.30907C2.66717 8.71177 2.26197 7.95212 2.09722 7.12541C1.93248 6.2987 2.01553 5.44176 2.33595 4.66207C2.65637 3.88238 3.19989 3.21466 3.89834 2.74269C4.59679 2.27072 5.41906 2.01551 6.26199 2.00907C7.38811 2.01183 8.46709 2.46141 9.26199 3.25907C9.35496 3.3528 9.46556 3.42719 9.58742 3.47796C9.70928 3.52873 9.83998 3.55487 9.97199 3.55487C10.104 3.55487 10.2347 3.52873 10.3566 3.47796C10.4784 3.42719 10.589 3.3528 10.682 3.25907C11.5003 2.54995 12.5575 2.17822 13.6395 2.2191C14.7216 2.25998 15.7477 2.71042 16.5102 3.47926C17.2727 4.2481 17.7146 5.27791 17.7465 6.36026C17.7784 7.44261 17.3979 8.49666 16.682 9.30907H16.762Z' fill='%23393FD9'/%3e%3c/svg%3e");
    opacity: 1;
}

.main__products_favorite-ico::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.172 1.84907C17.1103 0.787078 15.7027 0.141398 14.2052 0.0294528C12.7077 -0.0824924 11.2198 0.346733 10.012 1.23907C8.73965 0.292709 7.15599 -0.136417 5.57991 0.038109C4.00384 0.212635 2.55243 0.977849 1.51797 2.17966C0.483501 3.38146 -0.0571834 4.93059 0.00479541 6.51509C0.0667742 8.09958 0.726812 9.60174 1.85199 10.7191L9.30199 18.1691C9.39496 18.2628 9.50556 18.3372 9.62742 18.388C9.74928 18.4387 9.87998 18.4649 10.012 18.4649C10.144 18.4649 10.2747 18.4387 10.3966 18.388C10.5184 18.3372 10.629 18.2628 10.722 18.1691L18.172 10.7191C18.7546 10.1368 19.2169 9.44541 19.5322 8.68444C19.8476 7.92346 20.0099 7.1078 20.0099 6.28407C20.0099 5.46034 19.8476 4.64468 19.5322 3.88371C19.2169 3.12273 18.7546 2.43135 18.172 1.84907Z' fill='%23393FD9'/%3e%3c/svg%3e ");
    opacity: 0;
}

.main__products .main__products_favorite.active .main__products_favorite-ico::after {
    opacity: 1;
}

.main__products_favorite-ico:hover::after {
    opacity: 1;
}

.main__products_favorite svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.main__products_favorite.active .main__products_favorite-ico svg {
    fill: var(--site-accent-color);

}

.products__basket-qty.basket-qty {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 40px;
    /* margin-bottom: 8px; */
    border-radius: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

}

.basket-qty__input {
    max-width: 60px;
}

.basket-qty__input--holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 6.5px 0;
}

.basket-qty__input--holder .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-qty__input--holder .quantity * {
    font-weight: 500;
    line-height: 11px !important;
}

.bmcl_supply-buttons .products__basket-qty .basket-qty__input,
.page-holder .bmcl_supply-buttons .products__basket-qty .basket-qty__input {
    width: 20px;
    min-width: 20px;
    /* max-width: 118px; */
    min-height: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    border: none;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    padding: 0 !important;
}

.bmcl_supply-buttons .products__basket-qty.active {
    background: transparent;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.basket-qty__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid var(--site-input-border-color);
    border-radius: 50%;
    background: transparent;
    width: 40px;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.basket-qty__btn:hover {
    background: var(--site-accent-color);
    border-color: var(--site-accent-color);
}

.basket-qty__btn path {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.basket-qty__btn:hover path {
    stroke: var(--site-light-color);
}

.basket-qty__btn.g-disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.basket-qty__btn.basket-qty__btn--plus {
    right: 0;
}

.basket-qty__result-price {
    display: none;
}

.products-blocks__labels {
    position: absolute;
    top: 8px;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.products-labels__item {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 8px;
    color: var(--site-light-color);
    background-color: var(--site-accent-color);
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
    text-align: left;

    text-transform: uppercase;
}

.catalog-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-empty__label-bar {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.catalog-empty__descr {
    text-align: center;
}

.item-prices {
    margin-bottom: 20px;
}

.item-prices__min-price .price {
    font-weight: 600;
    color: var(--site-accent-color);
    white-space: nowrap;
}

.products__qty-and-add {
    width: 120px;
    height: 40px;
    overflow: hidden;
}

.main__products .main__products_item .g-button {
    width: 40px !important;
    height: 40px;
}

/* .products__qty-and-add svg path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.products__qty-and-add:hover svg path {
    fill: var(--site-default-color);
}

.products__qty-and-add .g-button::before {
    display: none;
} */

.catalog__detail-view {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background-color: var(--site-light-color);
    border: 1px solid var(--site-separator-color);
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0014 9.9999H12.0014V6.9999C12.0014 6.73469 11.896 6.48033 11.7085 6.2928C11.5209 6.10526 11.2666 5.9999 11.0014 5.9999C10.7362 5.9999 10.4818 6.10526 10.2943 6.2928C10.1067 6.48033 10.0014 6.73469 10.0014 6.9999V9.9999H7.00137C6.73615 9.9999 6.4818 10.1053 6.29426 10.2928C6.10673 10.4803 6.00137 10.7347 6.00137 10.9999C6.00137 11.2651 6.10673 11.5195 6.29426 11.707C6.4818 11.8945 6.73615 11.9999 7.00137 11.9999H10.0014V14.9999C10.0014 15.2651 10.1067 15.5195 10.2943 15.707C10.4818 15.8945 10.7362 15.9999 11.0014 15.9999C11.2666 15.9999 11.5209 15.8945 11.7085 15.707C11.896 15.5195 12.0014 15.2651 12.0014 14.9999V11.9999H15.0014C15.2666 11.9999 15.5209 11.8945 15.7085 11.707C15.896 11.5195 16.0014 11.2651 16.0014 10.9999C16.0014 10.7347 15.896 10.4803 15.7085 10.2928C15.5209 10.1053 15.2666 9.9999 15.0014 9.9999ZM21.7114 20.2899L18.0014 16.6099C19.4415 14.8143 20.1389 12.5352 19.9502 10.2412C19.7615 7.94721 18.701 5.81269 16.9869 4.27655C15.2727 2.74041 13.0352 1.91941 10.7343 1.98237C8.43341 2.04534 6.24409 2.98747 4.61651 4.61505C2.98893 6.24263 2.0468 8.43194 1.98384 10.7328C1.92088 13.0337 2.74188 15.2713 4.27801 16.9854C5.81415 18.6996 7.94867 19.76 10.2427 19.9487C12.5367 20.1374 14.8158 19.44 16.6114 17.9999L20.2914 21.6799C20.3843 21.7736 20.4949 21.848 20.6168 21.8988C20.7387 21.9496 20.8694 21.9757 21.0014 21.9757C21.1334 21.9757 21.2641 21.9496 21.3859 21.8988C21.5078 21.848 21.6184 21.7736 21.7114 21.6799C21.8916 21.4934 21.9924 21.2442 21.9924 20.9849C21.9924 20.7256 21.8916 20.4764 21.7114 20.2899ZM11.0014 17.9999C9.6169 17.9999 8.26352 17.5894 7.11238 16.8202C5.96123 16.051 5.06403 14.9578 4.53421 13.6787C4.0044 12.3996 3.86578 10.9921 4.13587 9.63427C4.40597 8.27641 5.07265 7.02912 6.05162 6.05016C7.03059 5.07119 8.27787 4.4045 9.63574 4.13441C10.9936 3.86431 12.4011 4.00293 13.6802 4.53275C14.9592 5.06256 16.0525 5.95977 16.8217 7.11091C17.5908 8.26206 18.0014 9.61544 18.0014 10.9999C18.0014 12.8564 17.2639 14.6369 15.9511 15.9497C14.6384 17.2624 12.8579 17.9999 11.0014 17.9999Z' fill='%23595959'/%3e%3c/svg%3e ");
}

.catalog__detail-view:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0014 9.9999H12.0014V6.9999C12.0014 6.73469 11.896 6.48033 11.7085 6.2928C11.5209 6.10526 11.2666 5.9999 11.0014 5.9999C10.7362 5.9999 10.4818 6.10526 10.2943 6.2928C10.1067 6.48033 10.0014 6.73469 10.0014 6.9999V9.9999H7.00137C6.73615 9.9999 6.4818 10.1053 6.29426 10.2928C6.10673 10.4803 6.00137 10.7347 6.00137 10.9999C6.00137 11.2651 6.10673 11.5195 6.29426 11.707C6.4818 11.8945 6.73615 11.9999 7.00137 11.9999H10.0014V14.9999C10.0014 15.2651 10.1067 15.5195 10.2943 15.707C10.4818 15.8945 10.7362 15.9999 11.0014 15.9999C11.2666 15.9999 11.5209 15.8945 11.7085 15.707C11.896 15.5195 12.0014 15.2651 12.0014 14.9999V11.9999H15.0014C15.2666 11.9999 15.5209 11.8945 15.7085 11.707C15.896 11.5195 16.0014 11.2651 16.0014 10.9999C16.0014 10.7347 15.896 10.4803 15.7085 10.2928C15.5209 10.1053 15.2666 9.9999 15.0014 9.9999ZM21.7114 20.2899L18.0014 16.6099C19.4415 14.8143 20.1389 12.5352 19.9502 10.2412C19.7615 7.94721 18.701 5.81269 16.9869 4.27655C15.2727 2.74041 13.0352 1.91941 10.7343 1.98237C8.43341 2.04534 6.24409 2.98747 4.61651 4.61505C2.98893 6.24263 2.0468 8.43194 1.98384 10.7328C1.92088 13.0337 2.74188 15.2713 4.27801 16.9854C5.81415 18.6996 7.94867 19.76 10.2427 19.9487C12.5367 20.1374 14.8158 19.44 16.6114 17.9999L20.2914 21.6799C20.3843 21.7736 20.4949 21.848 20.6168 21.8988C20.7387 21.9496 20.8694 21.9757 21.0014 21.9757C21.1334 21.9757 21.2641 21.9496 21.3859 21.8988C21.5078 21.848 21.6184 21.7736 21.7114 21.6799C21.8916 21.4934 21.9924 21.2442 21.9924 20.9849C21.9924 20.7256 21.8916 20.4764 21.7114 20.2899ZM11.0014 17.9999C9.6169 17.9999 8.26352 17.5894 7.11238 16.8202C5.96123 16.051 5.06403 14.9578 4.53421 13.6787C4.0044 12.3996 3.86578 10.9921 4.13587 9.63427C4.40597 8.27641 5.07265 7.02912 6.05162 6.05016C7.03059 5.07119 8.27787 4.4045 9.63574 4.13441C10.9936 3.86431 12.4011 4.00293 13.6802 4.53275C14.9592 5.06256 16.0525 5.95977 16.8217 7.11091C17.5908 8.26206 18.0014 9.61544 18.0014 10.9999C18.0014 12.8564 17.2639 14.6369 15.9511 15.9497C14.6384 17.2624 12.8579 17.9999 11.0014 17.9999Z' fill='%23000000'/%3e%3c/svg%3e ");
}


@media (max-width:1440px) {
    /*.main__products:not(.inner) {*/
    /*	flex-wrap: nowrap;*/
    /*	width: 100%;*/
    /*	overflow-x: auto;*/
    /*}*/

    /*.products--slider .main__products {*/
    /*	overflow-x: unset;*/
    /*	gap: unset !important;*/
    /*}*/

    /*.main__products:not(.inner) .main__products_item {*/
    /*	min-width: 200px;*/
    /*	flex-shrink: 0;*/
    /*}*/
}

@media (max-width:1380px) {

    /* .catalog-detail-price--discount,
	.catalog-detail-price {
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
	} */

    .catalog-detail-price--old {
        font-size: 11px;
        font-weight: 400;
        line-height: 140%;
    }

    .catalog-detail-price--discount-percent {
        padding: 3px 2.5px;
        font-size: 9px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.18px;
    }

    .main__products.inner {
        --gap: 5px;
        gap: 30px 5px;
    }

    .inner .main__products_item:after {
        bottom: -15px;
    }

    .inner .main__products_pic .main__products_pic_holder {
        width: 100%;
    }

    .main__products_props {
        margin-bottom: 5px;
    }

    .inner .main__products_props-item {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
}

@media(max-width: 1024px) {

    .l-catalog-content .main__products,
    .l-catalog-favorite .main__products {
        width: 100%;
        --gap: 20px;
        gap: 20px;
    }

    .main__products_favorite svg:hover path {
        stroke: var(--site-accent-color) !important;
    }

    .main__products_favorite svg:hover {
        fill: var(--site-light-color) !important;
    }

    .main__products_favorite.active svg:hover path {
        stroke: var(--site-accent-color) !important;
    }

    .main__products_favorite.active svg:hover {
        fill: var(--site-accent-color) !important;
    }

}

@media (max-width:991px) {

    .filter-opened .main__products.inner {
        --columns: 2
    }

    .main__products:not(.inner) {
        --gap: 12px;
        gap: 12px;
    }

    .main__products .main__products_name {
        margin-bottom: 8px;
    }

    .main__products_props-item {
        font-size: 12px;
        font-weight: 400;
        line-height: 150%;
    }

    .catalog-detail-price,
    .main__products_supply-prices .catalog-price {
        font-size: 20px;
        line-height: 150%;
    }

    .main__products .main__products_item {
        border-radius: 12px;
    }
}

@media(max-width: 768px) {

    .l-catalog-content .main__products,
    .l-catalog-favorite .main__products {
        gap: 12px;
        --gap: 12px;
    }

    .main__products .main__products_name a {
        font-size: 12px;
    }

    .bmcl_supply-buttons {
        margin-top: 8px;
    }

    .products__qty-and-add {
        width: 118px;
        height: 36px;
    }

    .main__products .main__products_item .g-button {
        width: 36px;
        height: 36px;
    }

    .main__products .main__products_item {
        border-radius: 8px;
    }

    .basket-qty__btn {
        width: 36px;
        height: 36px;
    }

    .bmcl_supply-buttons .products__basket-qty.active {
        background: transparent;
        -webkit-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
        transform: translateY(-36px);
    }

    .products__basket-qty.basket-qty {
        height: 36px;
    }
}

@media (max-width: 743px) {
    .inner .main__products_item:after {
        width: calc(100% + 5px);
    }

    .main__products.inner {
        --columns: 2;
        padding: 0;
    }

    /* .products__basket-qty.basket-qty {
		height: 40px;
	} */

    .catalog-detail-price--discount,
    .catalog-detail-price,
    .main__products_supply-prices .catalog-price {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
    }

    .main__products_supply-prices .is-discounted.catalog-price .discount {
        font-size: 10px;
    }

    .products--slider {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .inner .main__products_item:after {
        position: static;
        margin: 20px 0;
    }
}

@media screen and (max-width: 476px) {
    .catalog-empty {
        padding-bottom: 40px;
    }

    .catalog-empty__label-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


.blocks-modal {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 115;
}

.blocks-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blocks-modal__inner {
    position: relative;
    width: 774px;
    background-color: var(--site-light-color);
    border-radius: 4px;
    overflow: hidden;
}

.blocks-modal__close {
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 20px;
    cursor: pointer;
}

.blocks-modal__content {
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 32px 0;
    padding: 0 20px;
}

.blocks-modal__content-after {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 40px;
    z-index: 1;
}

.blocks-modal__content-before {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 1;
}

.blocks-modal__content-before::before {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 40px;
}

.blocks-modal__content-before::after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--site-light-color);
}

.styled-scrollbars {
    --scrollbar-foreground: var(--site-accent-color);
    --scrollbar-background: var(--site-grey-color--darker);
    --scrollbar-size: 0px;
    --scrollbar-border-radius: 11px;
}

.styled-scrollbars::-webkit-scrollbar {
    width: var(--scrollbar-size);
    /* в основном для вертикальных полос прокрутки */
    height: 400px;
    /* в основном для горизонтальных полос прокрутки */
}

.styled-scrollbars::-webkit-scrollbar-thumb {
    /* плашка-бегунок */
    background: var(--scrollbar-foreground);
    /* фон */
    border-radius: var(--scrollbar-border-radius);
    padding: 20px 0;
}

.styled-scrollbars::-webkit-scrollbar-track {
    /* фон */
    background: var(--scrollbar-background);
    border-radius: var(--scrollbar-border-radius);

}

.blocks-modal__content .l-wrapper {
    padding: 0;
}

.blocks-modal__scrollbar {
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 31px;
    height: 454px;
    width: 4px;
    border-radius: 11px;
    background-color: var(--site-grey-color--darker);
    overflow: hidden;
}

.blocks-modal__scrollbar-inner {
    position: relative;
    width: 4px;
    height: 150px;
    border-radius: 11px;
    background-color: var(--site-accent-color);
}

.item-prices_mobile {
    display: none;
}

.catalog__detail-text-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--site-light-color);
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--site-accent-color);
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--site-separator-color);
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.catalog__detail-text-btn:hover {
    color: var(--site-accent-color);
}

.catalog__detail-text.active .catalog__detail-text-btn {
    background-color: var(--site-accent-color);
    color: var(--site-light-color);
}

.catalog__detail-text-content {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px;
    width: 523px;
    border-radius: 4px;
    z-index: 2;
    background-color: rgba(50, 50, 51, 0.8);
    color: var(--site-light-color);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}

.catalog__detail-text-content::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 30px;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 10H8.5H0L8.5 0L17 10Z" fill="%23323233" fill-opacity="0.8"/></svg>');
    background-size: 17px 10px;
}

.catalog__detail-text.active .catalog__detail-text-content {
    display: block;
}

.catalog__detail-text-content.last {
    right: 0;
    left: unset;
}

.catalog__detail-text-content.last::before {
    right: 195px;
    left: unset;
}

@media screen and (max-width: 1299px) {
    .main__products {
        --columns: 4;
    }
}

@media screen and (max-width: 991px) {
    .main__products {
        /* padding: 0 16px; */
    }

    .main__products .main__products_pic a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    /* .main__products:not(.inner) {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
	} */

    .products--slider .main__products {
        overflow-x: unset;
        gap: unset !important;
    }

    /* .main__products:not(.inner) .main__products_item {
		min-width: 160px;
		flex-shrink: 0;
	} */

    .main__products_pic .main__products_pic_holder {
        height: 152px;
    }

    .main__products_pic img {
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 110px;
    }

    .no-image img {
        width: 80px !important;
    }

    .products-labels__item {
        font-size: 8px;
        font-weight: 600;
        line-height: 8px;
        letter-spacing: 0.02em;
        padding: 4px;
        border-radius: 4px;
    }

    .catalog__detail-view,
    .catalog__detail-text {
        display: none !important;
    }

    .main__products_props {
        margin-top: 8px;
        margin-bottom: 6px;
        font-size: 12px !important;
    }

    .main__products_product-counter .product-counter {
        font-size: 12px;
    }

    .main__products_product-counter {
        gap: 6px;
    }

    .item-prices {
        margin-bottom: 8px;
    }

    .item-prices_mobile {
        display: inline;
    }

    .item-prices_desc {
        display: none;
    }

    .swiper-pagination-numbers {
        padding: 2px 8px;
        border-radius: 4px;
        background-color: var(--site-accent-color);
        color: var(--site-accent-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        white-space: nowrap;
    }
}

@media(max-width: 768px) {
    .main__products {
        --columns: 2;
    }

    .main__products.main__products--list .main__products_supply {
        margin-left: unset;
        min-width: unset;
    }

    .main__products.main__products--list .main__products_pic .main__products_pic_holder,
    .main__products.main__products--list .main__products_pic img {
        height: 153px;
    }

    .main__products.main__products--list .main__products_pic img {
        height: auto;
    }

    .no-image img {
        width: 64px !important;
    }

    .main__products.main__products--list .main__products_item {
        gap: 10px;
        padding: 10px 0;
        min-height: 230px;
    }

    .main__products.main__products--slider .main__products_item {
        max-width: 165px;
    }

    .main__products.main__products--list .main__products_name a {
        font-size: 14px;
    }

    .main__products.main__products--list .main__products_props-item-label,
    .main__products.main__products--list .main__products_props-item-value {
        font-size: 12px;
    }

    .main__products.main__products--list .main__products_favorite {
        position: relative;
        top: unset;
        right: unset;
    }

    .main__products.main__products--list .main__products_supply-prices {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 123px;
    }

    .main__products.main__products--list .item-prices__min-price {
        font-size: 12px;
        white-space: nowrap;
    }

    .main__products-right {
        padding: 17px 15px;
    }

}

.swiper-btn--wrapper {
    position: absolute;
    height: 40px;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    right: 0;
}

.swiper-container.products--slider .swiper-btn {
    cursor: pointer;
    border: 1px solid var(--site-input-border-color);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border-radius: 50%;
    border: 1px solid var(--site-input-border-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.4158 5.2458L5.9558 1.7058C6.14205 1.51844 6.24659 1.26498 6.24659 1.0008C6.24659 0.736612 6.14205 0.483161 5.9558 0.295798C5.86283 0.20207 5.75223 0.127675 5.63037 0.0769067C5.50852 0.026138 5.37781 0 5.2458 0C5.11379 0 4.98308 0.026138 4.86122 0.0769067C4.73936 0.127675 4.62876 0.20207 4.5358 0.295798L0.295798 4.5358C0.20207 4.62876 0.127676 4.73936 0.0769072 4.86122C0.0261385 4.98308 0 5.11379 0 5.2458C0 5.37781 0.0261385 5.50852 0.0769072 5.63037C0.127676 5.75223 0.20207 5.86283 0.295798 5.9558L4.5358 10.2458C4.62924 10.3385 4.74005 10.4118 4.86189 10.4616C4.98373 10.5113 5.11419 10.5366 5.2458 10.5358C5.3774 10.5366 5.50787 10.5113 5.6297 10.4616C5.75154 10.4118 5.86236 10.3385 5.9558 10.2458C6.14205 10.0584 6.24659 9.80498 6.24659 9.5408C6.24659 9.27661 6.14205 9.02316 5.9558 8.8358L2.4158 5.2458Z' fill='%23393FD9'/%3e%3c/svg%3e");
    border: 1px solid var(--site-input-border-color);
    transition: all .2s;
}

.swiper-container.products--slider .swiper-btn:hover {
    border-color: var(--site-accent-color);
}

.swiper-container.products--slider .swiper-btn.swiper-btn--next {
    transform: rotate(180deg);
}

.swiper-container.products--slider .swiper-btn.g-disabled {
    display: none !important;
}

.swiper-container.products--slider .swiper-btn.swiper-btn--disabled {
    display: block !important;
    opacity: .35;
    cursor: default;
    pointer-events: none;
}


.swiper-pagination {
    display: none !important;
}

@media (max-width: 767px) {
    .swiper-btn--wrapper {
        display: none !important;
    }

    .swiper-container.products--slider {
        padding-bottom: 23px;
    }

    .l-catalog-detail-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0 !important;
    }
    
    .b-catalog-detail__detail-slider .swiper-button-next,
    .b-catalog-detail__detail-slider .swiper-button-prev,
    .page-holder .b-catalog-detail__detail-slider .swiper-button-next,
    .page-holder .b-catalog-detail__detail-slider .swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination {
        display: flex !important;
        gap: 20px;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background-color: var(--site-input-border-color);
        opacity: 1;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--site-grey-color);
    }

    .swiper-container h2 {
        margin-bottom: 16px;
    }
}
/* End */


/* Start:/local/templates/tiros/js/libs/swiper/swiper-bundle.min.css?176603534618456*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

 @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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{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-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-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{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 svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.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: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-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:var(--swiper-pagination-bullet-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{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;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{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{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */
/* /local/templates/.default/components/ma/catalog/catalog/css/section.css?17684587314977 */
/* /local/templates/tiros/components/ma/breadcrumb/crumbs/style.css?1768303472694 */
/* /local/templates/tiros/components/ma/menu/left-menu/style.css?1768455864747 */
/* /local/templates/.default/components/ma/catalog.favorite.result/favorites/style.css?17684610361207 */
/* /local/templates/tiros/components/bitrix/system.pagenavigation/modern/style.css?17664645292848 */
/* /local/templates/tiros/components/ma/catalog.section/blocks/style.css?176915326046436 */
/* /local/templates/tiros/js/libs/swiper/swiper-bundle.min.css?176603534618456 */
