

/* 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/bitrix/catalog.element/.default/style.css?174253721526121*/
/*
@media (min-width: 992px) {
    .col-shtyl-1 {
        flex: 0 0 auto;
        width: 36.44%;
    }
    .col-shtyl-2 {
        flex: 0 0 auto;
        width: 39.74%;
    }
    .col-shtyl-3 {
        flex: 0 0 auto;
        width: 24.72%;
    }
}
*/



.product-detail .slider-images-container{
    width: 100%;
    height: 100%;
}
.product-detail .slider-images-container .item-image-wrapper{
    z-index: 1;
}


.product-detail .product-detail-slider-container .product-detail-picture{
    width:100%;
    height:100%;
    display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.product-detail .slider-images-container,
.product-detail .slider-thumbs-container{
    --swiper-navigation-size:1.5rem;
    --swiper-navigation-color: var(--gray-600);
}
.product-detail .slider-thumbs-container{
    position:relative;
}
.product-detail .slider-thumbs-container .item-image-wrapper{
    width:5rem;
    height:5rem;
    z-index: 1;
}

.product-detail .slider-thumbs-container .swiper-button-next{
    right: 0;
}
.product-detail .slider-thumbs-container .swiper-button-prev{
    left: 0;
}
.slider-thumbs-container .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-detail .slider-images-container,
.slider-thumbs-container .swiper-slide{
    border: 1px solid;
    border-color:#f5f5f5;
    border-radius: 3px;
}

.slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.slider-thumbs-container .swiper-slide{
    cursor: pointer;
}
.slider-thumbs-container .swiper {
    width: auto;
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.product-detail-slider-container .swiper-slide .video-bg{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-detail-slider-container .swiper-slide .video-bg:after{
    content:'';
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40%;
    width: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGNpcmNsZSBjeD0iMTEuMDA2NyIgY3k9IjExLjEzMiIgcj0iMTAuMTY3NCIgZmlsbD0iI0RDMEQxNSIvPg0KICAgIDxwYXRoIGQ9Ik0xNC43MDM5IDExLjEzMkw5LjE1ODAyIDE0LjMzMzlMOS4xNTgwMiA3LjkzMDE1TDE0LjcwMzkgMTEuMTMyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .product-detail .slider-images-container{
        padding:1rem;
    }
    .product-detail .slider-images-container{
        position:relative;
    }
}


@media (min-width: 992px) {
    .product-detail .product-detail-slider-container{
        border: 1px solid #E5E5E5;
        border-radius: 3px;
        padding: 1rem 1rem 1.5rem 1rem;
        position:relative;
    }
    .product-detail .slider-images-container{
        border: none;
        border-radius: 0;
    }
}


.product-detail-other-actions{
    --nav-link-padding-x: 0.7rem;
    --nav-link-hover-color: #4c4c4c;
}
.product-detail-other-actions .review-item-rate .rate-text-block {
    font-size:1rem;
}
@media (max-width: 767px) {
    .product-detail-other-actions .status-text-block {display: none !important;}

    .product-detail-other-actions .review-item-rate .rate-text-block {
        display: block !important;
    }
    .product-detail-other-actions .review-item-rate .rate-icon-block {
        display: none;
    }
}

.product-detail .review-item-rate .star-rate-block {
    width: auto;
    align-items: flex-start;
}

.product-detail .review-item-rate .star-rate-label,
.product-detail .review-item-rate .star-rate-text{
    line-height:1.5rem;
}
.product-detail .compare-item-link i{
    vertical-align: 1px;
}
.tag-nav-list{
    --nav-link-padding-x: 0.85rem;
    --nav-link-padding-y: 0;
}
@media (max-width: 991px) {
    .tag-nav-list{
        --nav-link-padding-x: .75rem;
        --nav-link-padding-y: 0;
    }
}
.tag-nav-list .tag-item{
    font-size: 0.9286rem;
    font-weight: 500;
    border-radius: 2.1429rem;
    border:2px solid;
    border-color:#E5E5E5;
    color:#FFFFFF;
    cursor: pointer;
    position: relative;
}

.tag-nav-list .free-delivery .tag-item{
    border-color:#636E7F;
    background-color:#636E7F;
}

.tag-nav-list .free-delivery:not(.show){
    display: none;
}
@media (min-width: 1400px) {
    .tag-nav-list li:not(:first-child){
        margin-left: 1rem;
    }
}
@media (max-width: 991px) {
    .tag-nav-list li:not(:first-child){
        margin-left: 1rem;
    }
}

.product-label-text{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65rem;
    z-index:5;
}
.product-label-text .label {
    display: inline-block;
    position: relative;
}
.product-detail .product-label-text .label {
    display: flex;
}
.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){
    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-video-review{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.85rem 0.65rem;
    z-index:2;
}
.product-video-review a:hover{
    cursor:pointer;
    text-decoration:none;
    color:var(--primary) !important;
}

.product-detail-properties{
padding: 0;
margin-bottom: 1.85rem;
list-style: none;
}
.product-detail-properties > li{
    width: 100%;
    display: grid;
    place-items: stretch;
    grid-template-columns: minmax(150px, auto) auto;
    font-weight: 400;
    font-size: 0.9286rem;
}
.product-detail-properties > li:nth-of-type(odd){
background-color: #f7f7f7;
}
.product-detail-properties-name{
color:#4C4C4C;
position:relative;
padding: 0.25rem 1rem 0.25rem 1.65rem;
display:inline-block;
}
.product-detail-properties-value{
color:#000000;
font-weight: 500;
text-align: end;
    padding: 0.25rem 1.65rem 0.25rem 1rem;
display:inline-block;
}
.product-detail-all-properties{
    color:var(--primary);
    font-size: 1rem;
    font-weight:500;
    text-decoration: none;
}
.product-detail-all-properties:hover{
text-decoration: underline;
}

.product-detail-buy-attention {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    font-size: 0.9286rem;
    cursor: pointer;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    line-height: 1.25;
    display: flex;
    justify-content: start;
    align-items: start;
}
.product-detail-buy-attention .icon-warning{
    color: #FF9605;
    font-size: 1.25rem;
    padding-right: 0.65rem;
}
.product-detail-pay-block {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    padding:1rem 1.57rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .product-detail-pay-block {
        padding:1rem;
    }
}
.product-detail-price-current{
font-size: 1.8rem;
color:var(--primary);
font-weight: 600;
line-height: 1;
white-space: nowrap;
display: block;
width: 100%;
}
.product-detail-price-old{
text-decoration: line-through;
white-space: nowrap;
font-size: 1rem;
color: var(--secondary);
line-height: 1;
display: block;
width: 100%;
}


ul.product-detail-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style:none;
}
ul.product-detail-scu-item-list label,
ul.product-detail-scu-item-list li{
    cursor:pointer;
}

.product-detail-scu-checkbox ul.product-detail-scu-item-list{
    flex-direction: column;
}

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

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

.product-detail-scu-item-color-container,
.fake-product-detail-scu-item-text-container label,
.product-detail-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 2px 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-detail-scu-item-color-container.selected,
.product-detail-scu-item-text-container.selected{
    border: 2px solid var(--primary);
    color: #414142;
}
.fake-product-detail-scu-item-text-container .form-check-input{
    display:none;
}
.fake-product-detail-scu-item-text-container .form-check-input:checked + label {
    border: 2px solid var(--primary);
    color: #414142;
}
.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-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-detail-scu-checkbox .product-detail-scu-item-container{
    display: flex;
    position: relative;
}
/*region Amount*/
.product-detail-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-detail-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-detail-amount-field-btn-plus,
.product-detail-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-detail-amount-field-btn-plus,
.bx-retina .product-detail-amount-field-btn-minus { border-width: .5px; }

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

.product-detail-amount-field-btn-plus:after,
.product-detail-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-detail-amount-field-btn-disabled.product-detail-amount-field-btn-plus:after,
.product-detail-amount-field-btn-disabled.product-detail-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

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

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

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

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

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

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

.product-detail-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;
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}

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

.product-detail-amount-field:focus {
    outline: none !important;
    border-color: #006cc0;
    border-color: var(--theme-color-primary);
}

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

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

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

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


.product-detail-buttons .btn{
    width: 100%;
}

.product-detail-buy-button.in-cart {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}


.product-detail .in-available{
    display: flex;
    align-items: center;
    line-height: 1;
}

.product-detail .kredit-block{
    display:flex;
    align-items: center;
}
.product-detail .kredit-block-icon{
    font-size: 1.8rem;
    margin-right:0.5rem;
}

.product-detail .in-stock-block{
    display:flex;
    white-space: nowrap;
    justify-content:end;
    line-height: 1.25rem;
}
.product-detail .in-stock-block .icon-stock-rate{
    margin-right:0.25rem;
    font-size:0.85rem
}
.product-detail .in-stock-block i.few{
    color:#D12E26;
}
.product-detail .in-stock-block i.medium{
    color:#FF9605;
}
.product-detail .in-stock-block i.lot{
    color:#007D23;
}
.product-detail .in-stock-block i.in_production_1,
.product-detail .in-stock-block i.in_production_2{
    color:var(--primary);
}
.product-detail .in-stock-block .tooltip-img {
    margin-top:-0.5rem;
}
@media (min-width: 768px){
    .product-detail .in-stock-block .title{
        font-size:12px;
        line-height: 1;
    }
}

/*
.product-best-items-list{
    position: relative;
    --swiper-navigation-size: 1.5rem !important;
}
.product-best-items-list .product-best-item{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.product-best-items-list .best-block-text{
    font-size:0.8667rem;
    padding-left: 1rem;
    font-weight: 400;
    text-align: start;
    width: 100%;
    line-height: 1.25;
}
.product-best-items-list .best-block-ico{
    display:block;
    width: 2.1429rem;
    height:2.1429rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}*/
.product-detail-accordion{
    --accordion-border-radius:0;
    --accordion-inner-border-radius:0;
    --accordion-border-width: 0;
}
.product-detail-accordion-header {
    font-size:var(--accordion-btn-font-size);
    font-weight:var(--accordion-btn-font-weight);
    --accordion-btn-focus-border-color:none;
    text-transform:uppercase;
    --accordion-active-color: #000;
    --accordion-active-bg: transparent;
    --accordion-btn-font-size:1.0714rem;
    --accordion-btn-font-weight:700;
    --accordion-btn-padding-x: 1rem;
    --accordion-btn-padding-y: 0.85rem;
}
.product-detail-tab-content{
    background-color: #ffffff;
    --accordion-body-padding-x: 2.8rem;
    --accordion-body-padding-y: 2.8rem;
}

@media (max-width: 767px) {
    .product-detail-tab-content{
        --accordion-body-padding-x: 1.6429rem;
        --accordion-body-padding-y: 1.25rem;
    }
    .product-detail-accordion-header {
        --accordion-active-color: #ffffff;
        --accordion-active-bg: var(--primary);
        --accordion-btn-bg: var(--light);
        --accordion-btn-font-size:1.0667rem;
        --accordion-btn-font-weight:500;
        --accordion-btn-padding-x: 1.6429rem;
        --accordion-btn-padding-y: 0.85rem;
    }
}
@media screen and (min-width: 768px){

    .product-detail-accordion-header:hover{
        color:var(--primary);
    }
    .product-detail-accordion-header::after{
        display:none;
    }
    .product-detail-accordion-header:not(.collapsed) {
        border-bottom: 3px solid var(--primary);
    }
}
/*
@media (min-width: 768px) {
    .product-detail-tab-content-nav{
        --nav-pills-link-active-color: #000000;
        --nav-pills-link-active-bg: transparent;
        --nav-link-padding-x: 1rem;
        --nav-link-padding-y: 0.85rem;
        --nav-pills-border-radius:0;
        --nav-link-font-weight:700;
        --nav-link-font-size: 1.0714rem;
        --nav-link-color:#000;
        text-transform: uppercase;
    }

    .product-detail-tab-content-nav .nav-link.active{
        border-bottom: 3px solid var(--primary);
    }
}

.product-detail-tab-content .accordion-item {
    background: none !important;
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.product-detail-accordion{
    padding: 2.8rem 2.8rem 1rem;
}
@media (max-width: 767px){
    .product-detail-accordion{
        padding:1.25rem 1.6429rem;
    }
    .product-detail .accordion{
        --accordion-btn-bg: var(--light);
    }

    .product-detail-tab-content .product-detail-accordion-header {
        text-transform: uppercase;
        font-size: 1.0667rem;
        font-weight: 500;
        border-radius: 0;
        padding: 0.85rem 1.6429rem;
    }
}*/

.product-detail-tab-content-nav-inner .nav-link {
    color: var(--primary);
    font-size: 0.9333rem;
}


/* Tabs */

.product-detail-tab-content table:not(.table) th,
.product-detail-tab-content table:not(.table) td{
    border: 1px solid var(--gray-100);
}

.product-detail-table table{
    margin-bottom: 0;
    vertical-align: middle;
}
.product-detail-table table tr td{
    padding: 0.5rem 1rem;
}
.product-detail-table table tr td:hover{
    cursor:pointer;
}
.product-detail-table table tr:last-child th,
.product-detail-table table tr:last-child td{
    border-bottom-width:0;
}

.product-detail-table table td:first-child{
    width: 80%;
}
.product-detail-table table td:last-child{
    width: 20%;
    text-align: right;
}
.product-detail-table table .depth-level-2 .item-num,
.product-detail-table table .depth-level-2 .item-name{
    padding-left: 1.5rem;
}
.product-detail-table table .depth-level-3 .item-num,
.product-detail-table table .depth-level-3 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table .depth-level-4 .item-num,
.product-detail-table table .depth-level-4 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table{
    --table-hover-bg: #f7f7f7 !important
}

.product-detail-table table .item-num{
    width: 1%;
    padding-left: 1rem;
    padding-right: 0;
    color:#666666;
    font-weight:400;
}


.product-detail-downloads .download-item-header{
    color: var(--primary);
    padding: 0.5rem 0rem;
    font-weight: 500;
}

.product-detail-downloads .downloads-item-row:last-child{
    margin-bottom: 0;
}
.product-detail-downloads a>i{
    color:#4C4C4C;
}
.product-detail-downloads a{
    font-weight: 500;
    color:var(--primary) !important;
}
@media (max-width: 767px) {
    .product-detail-downloads table td{
        width: 100% !important;
        float: left;
        text-align: left !important;
        border-bottom-width: 0;
        padding: 0.5rem 0;
    }
    .product-detail-downloads table tr td:last-child{
        border-bottom-width: 1px;
    }
    .product-detail-table table .depth-level-2 .item-num,
    .product-detail-table table .depth-level-2 .item-name,
    .product-detail-table table .depth-level-3 .item-num,
    .product-detail-table table .depth-level-3 .item-name,
    .product-detail-table table .depth-level-4 .item-num,
    .product-detail-table table .depth-level-4 .item-name{
        padding-left: 1rem;
    }
}



/* Tabs content style */




.product-detail .detail_text p,
.product-detail .detail_text ul li,
.product-detail-tab-content .grupperHeaderList ul li,
.product-detail-tab-content .quote {
    font-weight: 300;
}
.product-detail .detail_text .quote b {
    font-weight: 500;
}

.product-detail .detail_text .header {
    color: var(--blue);
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 1.5714rem;
    /*margin: 1.4rem 0 1.4rem 0;*/
    margin: 1.2rem 0 1.2rem 0;
}


.half > p {
    margin-top: 0.4286rem !important;
}
.product-detail-tab-content .collapsing {
    transition: none ;
}
.product-detail-tab-content .accordion-item{
    background: none !important;
    border:none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.product-detail-tab-content .accordion-item .avtonom-work-block:not(:last-child)
{
    margin-bottom:1rem
}

@media (max-width: 767px) {
    .product-detail .product-detail-tab-content .detail_text{
        margin:0 -1rem;
    }
}
.product-detail .detail_text p {
    margin-top:1rem;
    margin-bottom:1.1rem;
}
.product-detail .detail_text .p_ul_tag p {
    margin-bottom:0;
}
.product-detail .detail_text .quote p {
    margin-bottom:0;
    margin-top:0;
}
.product-detail .detail_text .content__info {
    padding-bottom: 0.7143rem;
}
.product-detail .detail_text .p_ul_tag ul {
    padding: 0.1429rem 0 0rem 1.4286rem;
}
.product-detail .detail_text .center_moon {
    padding: 2rem 0;
}
.product-detail .detail_text .image__item {
    margin: 0 auto;
}

.product-detail .detail_text .full.row .half {
    padding-top: 1.0714rem;
}

.product-detail .detail_text .full.row {
    padding-bottom: 1.3571rem;
}
.product-detail .detail_text .full:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.product-detail .detail_text .quote b {
    display: block;
}
.product-detail .detail_text .full.row:nth-child(n) {
    border-top: 1px solid #e5e5e5;
}

.product-detail .detail_text .no-border-top {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.product-detail .detail_text .image__item img {
    width: 100%;
}
.product-detail .detail_text .full.row:nth-child(1) {
    border-top: 0px;
    padding-top: 0;
}
.product-detail .detail_text .quote {
    background: var(--gray-100);
    padding: 2rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-weight: 300;
}


.products-best-tab-list .h5 {
    color: var(--primary);
}
.products-best-tab-list .h5 {
    font-weight: 400;
}
.products-best-tab-list ul {
    padding-left: 1.3rem;
}
.products-best-tab-list ul li {
    font-weight: 300;
}



.product-detail-scu-block{
    display:flex;
    justify-content: end;
}
.product-detail-scu-block .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

.property_options ul li:first-child{
    display:none;
}

.link-get-kp,
.link-found-cheap{
    font-size: 0.85714rem;
}

.text-number-of-sales i{
    font-size:1.25rem;
}

.product-detail .location-city-line .nav-link i{
    font-size: 1.25rem;
    color: #000000;
    margin-right: 0.85rem;
}


/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}
.product-item-detail-short-card-fixed.active {
    top: 3.8rem;
    opacity: 1;
}
.product-item-detail-short-card-price .product-item-detail-price-current{
    font-size: 1.2857rem;
    color: var(--primary);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.product-item-detail-short-card-fixed .btn{
    --btn-padding-y: 0.5rem;
    --btn-padding-x: 1.5rem;
}

/*endregion*/

.fancybox__slide.has-iframe .fancybox__content{
    padding: 0;
}
/* 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/tbwp/discussion.count/.default/style.css?1748855113211*/
.tbwp-discussion-count a{
    color: #000000 !important;
    white-space: nowrap;
    line-height: 1;
    font-weight: 400;
}
.tbwp-discussion-count a:hover{
    text-decoration:none;
    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/shtyl/properties.chars.list/.default/style.css?17484621121191*/
.product-detail-properties-value .ellipsed-text {
    position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-detail-properties-value .hidden-checkbox {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.product-detail-properties-value .ellipsed-text:not(.truncated) ~ label{
    display: none;
}

.product-detail-properties-value {
    position: relative;
}
.product-detail-properties-value .hidden-checkbox:checked + .ellipsed-text{
    -webkit-line-clamp: unset;
}

.show-more-label {
    padding-left: 0.15rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    background: none;
}

.product-detail-properties-value .hidden-checkbox:checked ~ label {
    display: block;
    transform: rotate(180deg);
    bottom:0.5rem;
}

.show-more-label i {
    color: var(--primary);
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    text-align: center;

}

.product-detail-properties-name-action {
    color: var(--primary);
    font-weight: 500;
    cursor:pointer;
}

.product-detail-properties-name-action:hover {
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/calculate.delivery/.default/style.css?17406514324539*/

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}
.tbwp-location-delivery .laoder,
.tbwp-location-delivery .result{
	-webkit-transition: opacity 350ms;
	-moz-transition: opacity 350ms;
	-ms-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
}

.tbwp-location-delivery .loader{
	text-align: center;
	font-size: 1.5rem;
}
.tbwp-location-delivery .loader .cssload-speeding-wheel{
	width: 3.2667rem;
	height: 3.2667rem;
	margin: 0 auto;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEyOCkgc2NhbGUoMSwtMSkiPjxwYXRoIGQ9Ik03OC43NSAxNi4xOFYxLjU2YTY0LjEgNjQuMSAwIDAgMSA0Ny43IDQ3LjdIMTExLjhhNDkuOTggNDkuOTggMCAwIDAtMzMuMDctMzMuMDh6TTE2LjQzIDQ5LjI1SDEuOGE2NC4xIDY0LjEgMCAwIDEgNDcuNy00Ny43VjE2LjJhNDkuOTggNDkuOTggMCAwIDAtMzMuMDcgMzMuMDd6bTMzLjA3IDYyLjMydjE0LjYyQTY0LjEgNjQuMSAwIDAgMSAxLjggNzguNWgxNC42M2E0OS45OCA0OS45OCAwIDAgMCAzMy4wNyAzMy4wN3ptNjIuMzItMzMuMDdoMTQuNjJhNjQuMSA2NC4xIDAgMCAxLTQ3LjcgNDcuN3YtMTQuNjNhNDkuOTggNDkuOTggMCAwIDAgMzMuMDgtMzMuMDd6IiBmaWxsPSIjMDM0OTkxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209Ii05MCA2NCA2NCIgdG89IjAgNjQgNjQiIGR1cj0iMTAwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tbwp-location-delivery .loader .loader-text{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
}
.tbwp-location-delivery .delivery-item dt {
	display: grid;
	place-items: baseline;
	grid-template-columns: auto 1fr;
}
.tbwp-location-delivery .delivery-item dd {
	margin-bottom:0;
}

.tbwp-location-delivery .delivery-item .dotted{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}
.tbwp-location-delivery .delivery-group-item-name,
.tbwp-location-delivery-city .item-info{
	font-size: 0.9333rem;
	font-weight: 500;
	padding-right: .5rem;
}

.tbwp-location-delivery .delivery-item .delivery-item-value,
.tbwp-location-delivery-city .item-info-value{
	font-weight:400;
}
.tbwp-location-delivery .delivery-item .delivery-item-name{
	padding-right:0.25rem;
	font-weight:400;
}
.tbwp-location-delivery .delivery-item .delivery-item-name a{
	color:var(--primary);
}
.tbwp-location-delivery .delivery-item .delivery-item-value-wrap .delivery-item-value:not(:last-child){
	padding-right:0.25rem;
}
.tbwp-location-delivery .location-city-line .location-name{
	color:var(--primary);
}
.tbwp-location-delivery .location-city-line .icon-city-icon{
	font-size:1.25rem;
	color:#666666;
}
.tbwp-location-delivery .tbwp-delivery-group{
	position:relative;
	display: flex;
	align-items: center;
	margin-bottom:0.5rem
}
.tbwp-location-delivery .tbwp-delivery-group i{
	font-size: 1.7rem;
	color: #000000;
	margin-right: 0.5rem;
}
.tbwp-location-delivery .tbwp-delivery-group .delivery-group-name{
	font-size:1rem;
	font-weight:700;
}

.tbwp-location-delivery .tbwp-delivery-group-list .delivery-item:not(:last-child){
	margin-bottom:0.25rem
}

/*.tbwp-location-delivery .location-city-line a>div:first-child,
.tbwp-location-delivery .tbwp-delivery-group .delivery-group-image{
	width:1.7143rem;
	display:inline-block;
}*/


.tbwp-location-delivery .calculate-delivery-list > div:not(:last-child){
	margin-bottom: .5rem;
}

@media (max-width: 767px) {
	.tbwp-location-delivery {
		font-size: 1rem;
	}
}

.tbwp-location-delivery .tbwp-delivery-title{
	font-size:1rem;
	font-weight:700;
	color:#4C4C4C;
}
/*
.tbwp-location-delivery .tbwp-delivery-title i{
	font-size:1.0714rem;
}
.tbwp-location-delivery .tooltip-img{
	margin-left: 0.5rem;
	margin-top: -0.5rem;
	position: relative;
	display: block;
	cursor:pointer;
}*/

.tbwp-location-delivery .location-city-line .location-name {
	max-width: 15rem !important;
}
.tbwp-calculte-delivery-popup .fancybox__content{
	width: 100%;
}
@media screen and (min-width: 992px){
	.tbwp-calculte-delivery-popup .fancybox__content{
		width: 70%;
	}
}

/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/highloadblock.list/product_detail_best_items/style.css?17302138871943*/


.product-detail-best-items-list .item {
    display:flex;
    align-items: center;
}

.product-detail-best-items-list .swiper-wrapper{
    display: flex;
}
.product-detail-best-items-list .swiper-wrapper .swiper-slide {
    height: auto;
}

.product-detail-best-items-list .image-block{
    margin: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background-position: center;
    background-repeat:no-repeat;
    background-size: contain;
}
.product-detail-best-items-list .title{
    font-size:1rem;
    font-weight: 400;
    line-height:1.2143rem;
}


@media (max-width: 991px) {
   /* .product-detail-best-items-list .item {
        flex-direction:column;
        text-align:center;
    }*/
}
@media (max-width: 767px) {
    .product-detail-best-items-list .title{
        font-size:0.85714rem;
        line-height: 1rem;
    }
    .product-detail-best-items-list .image-block{
        width: 2.8571rem;
        height: 2.8571rem;
    }
}

.product-detail-best-items-list .swiper-slide{
    width:11.5rem;
}
.product-detail-best-items-list #bestItem1{
    width:15rem;
}
.product-detail-best-items-list #bestItem6,
.product-detail-best-items-list #bestItem7{
    width:12rem;
}
@media (max-width: 991px) {
    .product-detail-best-items-list #bestItem2,
    .product-detail-best-items-list #bestItem3,
    .product-detail-best-items-list #bestItem4{
        width:10rem;
    }
}
@media (max-width: 767px) {
    .product-detail-best-items-list .swiper-slide{
        width:10rem;
    }
    .product-detail-best-items-list #bestItem2{
        width:8rem;
    }
    .product-detail-best-items-list #bestItem3{
        width:9.5rem;
    }
    .product-detail-best-items-list #bestItem4{
        width:8rem;
    }
    .product-detail-best-items-list #bestItem1{
        width:11rem;
    }
    .product-detail-best-items-list #bestItem6,
    .product-detail-best-items-list #bestItem7{
        width:10.85rem;
    }
}

/* 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/components/shtyl/properties.grouper.list/templates/.default/style.css?17435780052292*/

.grupper-properties-list .scroll-bg ul.nav {
	--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: #000000;
	--nav-pills-link-active-bg: none;
	--nav-link-font-weight: 500;
}
.grupper-properties-list  .scroll-bg .nav-pills .nav-link.active,
.grupper-properties-list  .scroll-bg .nav-pills .show>.nav-link {
	background: linear-gradient(212.62deg, rgba(3, 73, 145, 0.311398) -34.86%, rgba(3, 73, 145, 0.0689096) 111.5%), #FFFFFF;
	background-color: var(--nav-pills-link-active-bg);
	color: var(--nav-pills-link-active-color);
}

@media (min-width:768px) {
	.grupper-properties-list  .scroll-bg .nav-pills .nav-item{
		margin-bottom:0.8rem
	}
}

.grupper-properties-list .grupper-list .tab-content-title{
	font-size: 1.0714rem;
	font-weight:500;
	color:var(--primary);
	border-radius: 0 !important;
	background-color: #ffffff;
	box-shadow: none;
	padding: 0.5rem 0rem;

}
.grupper-properties-list .grupper-list table{
	font-size: 0.85714rem;
}
.grupper-properties-list .grupper-list table tr td{
	width: 50%;
}
.grupper-properties-list .grupper-list table tr td:first-child{
	color: #4c4c4c;
	font-weight: 400;
	background-color: transparent !important;
}
.grupper-properties-list .grupper-list table tr td:last-child{
	padding-left: 1.5rem;
	color: #000000;
	font-weight: 400;
}
.grupper-properties-list .grupper-list table tr:last-child > *{
	border-bottom: none;
}

.grupper-properties-list .grupper-list .grupper-list-item-first{
	position:relative;
	padding-right: 1rem;
}
.grupper-properties-list .grupper-list .tooltip-img {
	margin-left: 0.5rem;
	margin-top: -0.25rem;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.grupper-properties-list .grupper-list table tr td:first-child{
		padding-left:0;
	}
	.grupper-properties-list .grupper-list table tr td:last-child{
		padding-right:0;
	}
}
@media (min-width: 768px) {
	.grupper-properties-list .grupper-list .tab-content-title{
		font-size: 1.4286rem;
		font-weight:500;
		margin-bottom:1rem;
	}
	.grupper-properties-list .grupper-list .grupper-list-item-first{
		padding-left: 1.5rem;
	}
	.grupper-properties-list .grupper-list table{
		 font-size: 1.0714rem;
	}
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog.top/compatible_list/slider/style.css?17484621121260*/

.catalog-top-compatible-list .scroll-bg ul.nav {
	--nav-link-padding-y: 0.414rem;
	--nav-link-padding-x: 1rem;
	--nav-link-font-size: 0.875rem;
	--nav-pills-link-active-color: #fff;
	--nav-pills-link-active-bg: var(--primary);
	--nav-pills-border-radius: 0.2rem;
}


.catalog-top-compatible-list  .scroll-bg .nav-pills .nav-item .nav-link{
	border: 1px solid;
	border-color: var(--secondary);
}
.catalog-top-compatible-list .scroll-bg .nav-pills .nav-item .nav-link:hover{
	color: var(--nav-pills-link-active-color);
	background-color: var(--nav-pills-link-active-bg);
	border-color: var(--nav-pills-link-active-bg);
}
.catalog-top-compatible-list  .scroll-bg .nav-pills .nav-item:not(:last-child){
	margin-right: 1rem;
}
@media (min-width:768px) {
	.catalog-top-compatible-list  .scroll-bg .nav-pills .nav-item{
		margin-bottom:1rem
	}
}

.catalog-top-compatible-list .tab-content .tab-pane:not(:last-child){
	margin-bottom:1rem;
}

.nav-compatible {
	--nav-link-color: var(--primary);
	--nav-link-hover-color: var(--primary);
	flex-direction: column;
}

.nav-compatible .nav-item:not(:last-child) .nav-link {
	border-bottom: 1px solid #D9D9D9;
}

.nav-compatible .nav-link:hover, .nav-compatible .nav-link:active{
	background: #F5F5F5;
	font-weight: 600;
} 
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.list/.default/style.css?17476585093527*/

.tbwp-reviews-star .star-wrapper{
    position:relative;
    display: inline-block;
    height: 1.5rem;
    width: 6.25rem;
}

.tbwp-reviews-star .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color:#797979;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none;
}
.tbwp-reviews-star .stars-fill{
    z-index: 2;
    color:#D12E26;
}
.tbwp-reviews-star .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #dcdcdc;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.tbwp-reviews-star .stars div:not(:first-child){
    margin-left:0.2rem;
}


#reviewsUserPhoto .field-img{
    width: 8.6667rem;
    height: 8.6667rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

#reviewsUserPhoto .video-bg{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#reviewsUserPhoto .video-bg:after{
    content:'';
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40%;
    width: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGNpcmNsZSBjeD0iMTEuMDA2NyIgY3k9IjExLjEzMiIgcj0iMTAuMTY3NCIgZmlsbD0iI0RDMEQxNSIvPg0KICAgIDxwYXRoIGQ9Ik0xNC43MDM5IDExLjEzMkw5LjE1ODAyIDE0LjMzMzlMOS4xNTgwMiA3LjkzMDE1TDE0LjcwMzkgMTEuMTMyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tbwp-reviews-list .tbwp-reviews-list-wrap .tbwp-reviews-list-item:not(:last-child) .tbwp-reviews-item{
    border-bottom:1px solid #ccc;
}
.tbwp-reviews-list .sort-nav{
    --nav-link-padding-y:0;
    --nav-link-padding-x:0.5rem;
    --nav-link-hover-color: var(--danger);
    --nav-link-font-weight:400;
}
.tbwp-reviews-list .sort-item a:not(.active) i{
    display:none;
}
.tbwp-reviews-list .sort-item a:not(:first-child):not(.active) {
    display:none;
}
.tbwp-reviews-list .sort-item a.active{
    font-weight:500;
    color:var(--danger);
}

.tbwp-reviews-list .star-nav .btn{
    --btn-padding-x: 0.5rem;
    --btn-padding-y: 0;
    --btn-font-weight:400;
}
.tbwp-reviews-list .form-select{
    padding-top:0;
    padding-bottom:0;
    border:none;
}
@media screen and (min-width: 768px) {
    .tbwp-reviews-list #offcanvasFilter{
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        --offcanvas-padding-x: 0;
        --offcanvas-padding-y: 0;
        --offcanvas-border-width: 0;
        --offcanvas-height: auto;
        --offcanvas-zindex: 100;
    }
    .tbwp-reviews-list #offcanvasFilter .offcanvas-body{
        overflow: hidden;
    }

}
.tbwp-reviews-list #offcanvasSort .nav{
    --nav-link-padding-y:0.25rem;
    --nav-link-padding-x:0;
    --nav-link-hover-color: var(--danger);
    --nav-link-font-weight:400;
}
.tbwp-reviews-list .form-check{
 min-height: auto;
}
.tbwp-reviews-list .offcanvas{
    --offcanvas-box-shadow:none;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/discussion.list/.default/style.css?1748855113158*/
.tbwp-discussion-list-wrap .tbwp-discussion-list-item:not(:last-child)>.tbwp-discussion-item{
    padding-bottom: 1rem;
    border-bottom:1px solid #dadcde;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/discussion.add/.default/style.css?17488551132422*/
.tbwp-reviews-star-input{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.tbwp-reviews-star-input .star-input-group {
    display: inline-flex;
}
.tbwp-reviews-star-input .rating__icon {
    pointer-events: none;
}
.tbwp-reviews-star-input .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
.tbwp-reviews-star-input .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    color:var(--danger);
}
.tbwp-reviews-star-input .rating__input:checked ~ .rating__label .rating__icon {
    color:var(--secondary);
}
.tbwp-reviews-star-input .star-input-group:hover .rating__label .rating__icon {
    color:var(--danger);
}
.tbwp-reviews-star-input .rating__input:hover ~ .rating__label .rating__icon {
    color:var(--secondary);
}

.tbwp-reviews-add .user-field-rate{
    border:1px solid var(--border-color);
    border-radius:var(--border-radius);
    padding:1rem;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star{
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star .label{
    padding-left:0;
    margin-bottom:0.5rem;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star .rating__label{
    font-size:1.5rem;
}

.tbwp-reviews-add .photo-input .file-selectdialog .file-extended .file-load-img {
    background:url("/local/templates/shtyl_2023/components/tbwp/discussion.add/.default/images/picture.png") no-repeat 0 0;
    height:79px;
    left:80px;
    top:0;
    position:absolute;
    width:90px;
    background-size: contain;
}
.tbwp-reviews-add .video-input .file-selectdialog .file-extended .file-load-img {
    background:url("/local/templates/shtyl_2023/components/tbwp/discussion.add/.default/images/video.png") no-repeat 0 0;
    height:79px;
    left:80px;
    top:0;
    position:absolute;
    width:90px;
    background-size: contain;
}
.tbwp-reviews-add .file-selectdialog .file-extended .file-selector{
    padding: 20px 0 20px 188px;
}
.tbwp-reviews-add .bx-user-consent{
    line-height:1;
}
.tbwp-reviews-add .bx-user-consent .main-user-consent-request-announce-link{
    font-size:0.75rem;
    color:var(--secondary);
}

.tbwp-reviews-add .text-form-agree-personal-data {
    display: block;
    font-size: 0.75rem;
    color: var(--secondary);
    line-height: 1;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/delivery.points.map/.default/style.css?17385783562371*/
.tbwp_delivery_points .map{
    display:block;
    width:100%;
    height: 35rem;
}

.tbwp_delivery_points .loader {
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}
.tbwp_delivery_points .loader .cssload-container {
    width: 100%;
    height: 4.2667rem;
    text-align: center;
    position: absolute;
    top: 50%;
}
.tbwp_delivery_points .loader .cssload-speeding-wheel {
    width: 4.2667rem;
    height: 4.2667rem;
    margin: 0 auto;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEyOCkgc2NhbGUoMSwtMSkiPjxwYXRoIGQ9Ik03OC43NSAxNi4xOFYxLjU2YTY0LjEgNjQuMSAwIDAgMSA0Ny43IDQ3LjdIMTExLjhhNDkuOTggNDkuOTggMCAwIDAtMzMuMDctMzMuMDh6TTE2LjQzIDQ5LjI1SDEuOGE2NC4xIDY0LjEgMCAwIDEgNDcuNy00Ny43VjE2LjJhNDkuOTggNDkuOTggMCAwIDAtMzMuMDcgMzMuMDd6bTMzLjA3IDYyLjMydjE0LjYyQTY0LjEgNjQuMSAwIDAgMSAxLjggNzguNWgxNC42M2E0OS45OCA0OS45OCAwIDAgMCAzMy4wNyAzMy4wN3ptNjIuMzItMzMuMDdoMTQuNjJhNjQuMSA2NC4xIDAgMCAxLTQ3LjcgNDcuN3YtMTQuNjNhNDkuOTggNDkuOTggMCAwIDAgMzMuMDgtMzMuMDd6IiBmaWxsPSIjMDM0OTkxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209Ii05MCA2NCA2NCIgdG89IjAgNjQgNjQiIGR1cj0iMTAwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tbwp_delivery_points .loader .loader-text{
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.tbwp_delivery_points .form-check,
.tbwp_delivery_points .form-check input,
.tbwp_delivery_points .form-check label{
    cursor:pointer;
}
.tbwp_delivery_points .filter-point-img{
    width: 1.5rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.tbwp_delivery_points .filter-point-label{
    padding-left:0.5rem;
    font-size:1rem;
    font-weight:500;
}
/* 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 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/style.css?17431524048584 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?174253721526121 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.rate/.default/style.css?17476585091925 */
/* /local/templates/shtyl_2023/components/tbwp/discussion.count/.default/style.css?1748855113211 */
/* /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/shtyl/properties.chars.list/.default/style.css?17484621121191 */
/* /local/templates/shtyl_2023/components/tbwp/calculate.delivery/.default/style.css?17406514324539 */
/* /local/templates/shtyl_2023/components/shtyl/highloadblock.list/product_detail_best_items/style.css?17302138871943 */
/* /local/assest/public/swiper/swiper-bundle.min.css?173021388617864 */
/* /local/components/shtyl/properties.grouper.list/templates/.default/style.css?17435780052292 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.top/compatible_list/slider/style.css?17484621121260 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.list/.default/style.css?17476585093527 */
/* /local/templates/shtyl_2023/components/tbwp/discussion.list/.default/style.css?1748855113158 */
/* /local/templates/shtyl_2023/components/tbwp/discussion.add/.default/style.css?17488551132422 */
/* /local/templates/shtyl_2023/components/tbwp/delivery.points.map/.default/style.css?17385783562371 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.item/.default/style.css?174215212914650 */
