

/* 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/reviews/style.css?174765850916343*/


.product-detail .slider-images-container,
.product-detail .slider-thumbs-container{
    position:relative;
}
.product-detail .slider-images-container .swiper-slide a,
.product-detail .slider-thumbs-container .swiper-slide a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
}
.product-detail .slider-images-container .swiper-slide,
.product-detail .slider-thumbs-container .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}

.product-detail .slider-thumbs-container .swiper-slide{
    border: 1px solid;
    border-color:#ffffff;
    border-radius: 3px;
}
.product-detail .slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.product-detail .slider-thumbs-container .swiper-button-next{
    right: 0;
}
.product-detail .slider-thumbs-container .swiper-button-prev{
    left: 0;
}
.slider-thumbs-container .swiper {
    width: auto;
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.product-detail .item-image-wrapper{
    position:relative;
}

.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-properties {
    font-weight: 400;
    font-size: 0.875rem;
}
.product-detail-properties dt{
    display: grid;
    place-items: baseline;
    grid-template-columns: auto 1fr;
}
.product-detail-properties-name{
    display:inline-block;
    width:100%;
    font-weight: 400;
}
.product-detail-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;
}
.product-detail-properties-value{
    font-weight: 500;
}
.product-detail-all-properties{
    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-scu-block{
    display:flex;
}
.product-detail-scu-block .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

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;
}

.product-detail .product-label-text .label {
    display: flex;
}

@media (max-width: 991px){
    .product-detail-other-actions .status-text-block{
        display:none !important;
    }
}
.product-detail-other-actions{
    --nav-link-font-size:0.875rem;
}
.product-detail-other-actions .review-item-rate .star-rate-label,
.product-detail-other-actions .review-item-rate .star-rate-text{
    font-size:0.875rem;
}
.product-detail-other-actions .product-video-review{
    font-size: 0.75rem;
    font-weight:500;
}
@media screen and (max-width: 991px) {
    .product-detail-other-actions{
        --nav-link-font-size:1rem;
    }
    .product-detail-other-actions .review-item-rate .star-rate-label,
    .product-detail-other-actions .review-item-rate .star-rate-text{
        font-size:1rem;
    }
    .product-detail-other-actions .product-video-review{
        font-size:0.857rem;
    }
}


.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%;
}

.product-detail-scu-block{
    display:flex;
    justify-content: end;
}
.product-detail-scu-block .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -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;
    }
}
/* End */


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

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

/* End */


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

/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.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/components/tbwp/reviews.field.rate/templates/main.view/style.css?1747406763623*/
.tbwp-reviews-field-rate .label-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position:relative;
    font-size:0.875rem;
    color:var(--secondary);
}
.tbwp-reviews-field-rate .label-block .value{
    padding-left:1rem;
}
.tbwp-reviews-field-rate .line-block{
    display:inline-block;
    position: relative;
    height: 4px;
    background-color:#797979;
    width: 100%;
}
.tbwp-reviews-field-rate .line-fill{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-color:#D12E26;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.item/.default/style.css?17476585092133*/
.tbwp-reviews-item .card{
    --card-border-width:0;
    --card-border-radius:0;
    --card-cap-bg:transparent;
    --card-bg:transparent;
    --card-spacer-x: 0;
    --card-cap-padding-x: 0;
}
.tbwp-reviews-item-useful-top{
    background-color:var(--light);
    padding:0.5rem 1rem;
}

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

.tbwp-reviews-item .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%);
}
.tbwp-reviews-item .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-item .field-label{
    font-weight: 500;
    margin-bottom:0.5rem;
}

.card-footer .nav{
    --nav-link-padding-y: 0;

}

.usefull-item-like .nav-link:hover,
.usefull-item-like .nav-link:focus,
.usefull-item-like .nav-link.active{
    --nav-link-hover-color: var(--success);
    --nav-link-color:var(--success);
}
.usefull-item-dislike .nav-link:hover,
.usefull-item-dislike .nav-link:focus,
.usefull-item-dislike .nav-link.active{
    --nav-link-hover-color: var(--danger);
    --nav-link-color:var(--danger);
}

.tbwp-reviews-item .tbwp-reviews-field-rate .label-block{
    color:#000000;
}
/* End */


/* Start:/local/components/tbwp/reviews.field.rate/templates/.default/style.css?1747406763623*/
.tbwp-reviews-field-rate .label-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position:relative;
    font-size:0.875rem;
    color:var(--secondary);
}
.tbwp-reviews-field-rate .label-block .value{
    padding-left:1rem;
}
.tbwp-reviews-field-rate .line-block{
    display:inline-block;
    position: relative;
    height: 4px;
    background-color:#797979;
    width: 100%;
}
.tbwp-reviews-field-rate .line-fill{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-color:#D12E26;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/main.pagenavigation/.default/style.css?17302138873219*/
.pagination-container .page-link{
	border:none !important;
	color:#808080;
	background-color: transparent !important;
	font-size: 1.142857rem;
	font-weight: 300;
}
.pagination-container .page-item.active .page-link {
	color: #000000;
	background-color: transparent !important;
}
.pagination-container .page-link.showing{
	font-size: 1rem;
	font-weight: 400;
	padding-left: 0;
	padding-right: 0;
}


.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/style.css?17431524048584 */
/* /local/templates/shtyl_2023/components/bitrix/catalog/.default/bitrix/catalog.element/reviews/style.css?174765850916343 */
/* /local/components/tbwp/compare.item/templates/.default/style.css?1730213886550 */
/* /local/components/tbwp/favourites.item/templates/.default/style.css?17302138861158 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.list/.default/style.css?17476585093527 */
/* /local/components/tbwp/reviews.field.rate/templates/main.view/style.css?1747406763623 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.item/.default/style.css?17476585092133 */
/* /local/components/tbwp/reviews.field.rate/templates/.default/style.css?1747406763623 */
/* /local/templates/shtyl_2023/components/bitrix/main.pagenavigation/.default/style.css?17302138873219 */
