

/* 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.add/.default/style.css?17476585092275*/
.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/reviews.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/reviews.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);
}
/* End */


/* Start:/local/components/tbwp/reviews.field.rate/templates/main.edit/style.css?17474067631085*/
.tbwp-reviews-field-star{
    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-field-star .label{
    padding-right:1rem;
}
.tbwp-reviews-field-star .requeried{
    color:var(--danger);
}

.tbwp-reviews-field-star .star-input-group {
    display: inline-flex;
}
.tbwp-reviews-field-star .rating__icon {
    pointer-events: none;
}
.tbwp-reviews-field-star .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
.tbwp-reviews-field-star .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
    color:var(--danger);
}

.tbwp-reviews-field-star .rating__input:checked ~ .rating__label .rating__icon {
    color:var(--secondary);
}
.tbwp-reviews-field-star .star-input-group:hover .rating__label .rating__icon {
    color:var(--danger);
}
.tbwp-reviews-field-star .rating__input:hover ~ .rating__label .rating__icon {
    color:var(--secondary);
}

/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.field.enum/main.edit/style.min.css?1747658509640*/
.main-enum-dialog-input{padding:3px 32px 3px 3px;height:auto;min-height:38px;  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI1IDE2Ij4gIDxwb2x5Z29uIGZpbGw9IiM1MzVDNjkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIzLjU0NiA3LjQyNSAzLjU0NiAxLjYwNyAxLjYwNyAxLjYwNyAxLjYwNyA4LjM5NCAxLjYwNyA5LjM2NCA5LjM2NCA5LjM2NCA5LjM2NCA3LjQyNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDkuOSAxLjY1NykiLz48L3N2Zz4=); background-repeat:no-repeat;background-position:right center;color:#535c69;box-sizing:border-box;-moz-appearance:none;-webkit-appearance:none;appearance:none}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/style.css?17476585098953*/
.file-placeholder {
	margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #2067B0;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
	display: none;
}
.file-selectdialog .file-placeholder{
	margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 30px 0 10px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 188px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active {
	background-position:57px -88px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 190px;
}

.file-selectdialog .file-extended .file-load-img {
	background:url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}

.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}
.file-selectdialog  .file-hint{
	display: block;
	font-weight: 500;
	text-align:center;
	font-size: 12px;
	padding:15px;
	color:#7A808C;
}

/* 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.add/.default/style.css?17476585092275 */
/* /local/components/tbwp/reviews.field.rate/templates/main.edit/style.css?17474067631085 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.field.enum/main.edit/style.min.css?1747658509640 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/style.css?17476585098953 */
