

/* Start:/bitrix/templates/mav/components/bitrix/catalog/custom/style.css?17476527102208*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 767px) {
	.big-data-block {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
	padding: 10px 0;
}

.short-description p {
	font-weight: 400;
	color: #777;
}

.related-pages-tags-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.tag-link {
	padding: 0 5px;
	color: var(--bs-primary);
	font-weight: 400;
	letter-spacing: -0.02rem;
}
.related-pages-tags-wrapper .relevant-tag {
	margin-right: 8px;
	float: left;
	height: 34px;
	line-height: 32px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}
.related-pages-tags-wrapper::-webkit-scrollbar {
	height: 3px;
}
.related-pages-tags-wrapper::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: var(--bs-primary);
}
.related-pages-tags-wrapper::-webkit-scrollbar-track {
	background: #F5F5F5;
	border-radius: 3px;
}
.related-pages-tags-wrapper .relevant-tags {
	display: flex;
}

.related-pages-tags-wrapper .filtered-item {
	margin-right: 8px;
	float: left;
	height: 34px;
	line-height: 32px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	background-color: var(--bs-primary);
	color: #fff;
	opacity: 0.9;
}
.related-pages-tags-wrapper .filtered-item .filtered-wrapper {
	padding-left: 15px;
}
.related-pages-tags-wrapper .filtered-item i {
	padding: 0 15px 0 5px;
}

@media (min-width: 992px) {
	.related-pages-tags-wrapper {
		display: flex;
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/mav/components/bitrix/breadcrumb/custom/style.css?1742039388896*/
.bx-breadcrumb {
	margin: 0 0 5px 0;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bx-breadcrumb::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.bx-breadcrumb i {
	line-height: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 10px;
	color: #777;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name {
	color: #777;
	font-size: 15px;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name.last {
	color: #333;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
	.bx-breadcrumb {
		margin: 15px 0 15px 0;
	}
}
/* End */


/* Start:/bitrix/templates/mav/components/bitrix/catalog.element/custom/style.css?174772205254938*/
/*region Sidebar */

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current {
    font-weight: bold;
    font-size: 30px !important;
    line-height: 40px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
}

.product-item-detail-economy-price {
    color: #ea2222;
    /*white-space: nowrap;*/
    font-size: 18px;
    line-height: 18px;
}

/*endregion*/

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 60px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--theme-color-primary);
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.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;
    overflow: hidden;
    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-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    outline-color: var(--theme-color-primary);
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*endregion*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
    position: sticky;
    top: 15px;
    padding-bottom: 10px;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 97%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-images-container.discontinued .product-item-detail-slider-image img {
    opacity: 0.7;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background-color: #006cc0;
    background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 30px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 2px;
    border-radius: 0.5rem;
    text-align: center;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
    outline-color: var(--theme-color-primary);
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
    opacity: 0.7;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 10px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: 100%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 100%;
        height: 100%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: 100vh;
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        display: none !important;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 10px !important;
    font-weight: normal;
    font-size: 15px !important;
    line-height: 15px;
    vertical-align: middle;
    border-radius: .25rem;
    background: var(--bs-light-plus);
    color: var(--bs-dark);
    font-weight: 600;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }

}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #000;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #006cc0;
    color: var(--theme-color-primary);
    text-decoration: none;
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #006cc0;
    background: var(--theme-color-primary);
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    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: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}

.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: auto;
}

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-properties-item {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}

.product-item-detail-properties-dots {
    border-bottom: 1px dotted #a5a5a5;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    width: auto;
    font-size: 12px;
}

.product-item-detail-properties-name {
    padding-right: 3px;
    color: #a5a5a5;
}

.product-item-detail-properties-value {
    color: #343a40;
    padding-left: 3px;
    text-align: right;
}

/*endregion*/

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/************************
CUSTOM TEMPLATE
component name: bitrix:catalog.element.
************************/

.product-detail-block .photo-block {
    margin-bottom: 40px;
    position: relative;
}
.product-name {
    padding-top: 0;
    padding-bottom: 10px;
}
.product-name .brand-more {
    padding-top: 0;
}

.product-name .discontinued-label {
    color: var(--bs-primary);
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
}
.product-name h1 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.product-name h1::-webkit-scrollbar {
    height: 5px;
}
.product-name h1::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--bs-primary);
}
.product-name h1::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 3px;
}

.brand-more .brand-name {
    color: var(--bs-primary);
}

.product-detail-block {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.product-detail-block .photo-block {
    width: 100%;
}

.product-detail-block .props-block {
    width: 100%;
}
.product-detail-block .cashback-block {
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    display: inline-block;
    padding: 5px 10px;
}
.product-detail-block .cashback-block .cashback-value {
    font-weight: 700;
    padding: 5px 0;
    margin-right: 5px;
    border-radius: 1rem;
}

/*Slider*/
.product-item-detail-slider-block {
    padding-top: 80%;
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
    width: 10%;
}

/*Info block*/
.info-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 10px;
    padding-bottom: 15px;*/
    border-bottom: 1px solid #dfdfe1;
    padding: 10px 0;
}

/*Article*/
.info-block .article {
    padding: 5px 10px;
    font-size: 15px;
}
.article .code {
    font-weight: 700;
}

/*Rating*/
.rating .bx-rating-icon-container svg {
    width: 20px;
    height: 20px;
    fill: var(--bs-yellow);
}
.product-rating .rating {
    color: var(--bs-yellow);
}

/*Product navigation*/
.product-navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfe1;
}
.product-navigation a {
    color: var(--bs-gray-dark);
}
.product-navigation a i {
    padding-right: 5px;
}
.product-navigation .nav-item {
    display: flex;
    margin-right: 25px;
}
.product-navigation .product-rating {
    margin-right: 10px;
}

/*Prices*/
.product-detail-block .props-block .prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 30px 0 10px 0;
}

.product-detail-block .props-block .prices .product-item-detail-price-old {
    padding: 0 10px;
}
.product-detail-block .props-block .prices .price-on-request {
    color: #212121;
    font-size: 28px;
}
.product-detail-block .props-block .prices .tax-block {
    width: 100%;
    margin-top: 5px;
}
.product-detail-block .props-block .prices .tax-block .tax-value {
    font-weight: 600;
    color: var(--bs-gray);
    font-size: 0.85rem;
}
/*Stock*/
.product-detail-block .props-block .current-stock {
    display: block;
    margin-bottom: 10px;
}

.product-detail-block .props-block .current-stock label {
    width: 100%;
    padding: 5px 0;
}

.product-detail-block .props-block .current-stock label i {
    margin-right: 10px;
}

.product-detail-block .props-block .current-stock label.inStock {
    color: var(--bs-green);
}

.product-detail-block .props-block .current-stock label.outOfStock {
    color: #777;
    width: auto;
}

/*Shippment*/
.product-detail-block .props-block .shipping-from-block {
    color: var(--bs-gray);
    border-left: 1px solid;
    padding-left: 10px;
    margin: 20px 0 4px 0;
}

/*Deliver geo*/
.product-detail-block .props-block .deliver-geo {
    border-left: 1px solid;
    padding-left: 10px;
}

/*Offers*/
.offers .sku-block .accordion-item {
    border-top: none;
}
.offers .sku-block .accordion-header .accordion-button {
    padding: 20px 0;
}
.offers .sku-block .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.offers .sku-title {
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    line-height: 25px;
    font-size: 16px;
}
.offers .sku-title .name {
    display: flex;
    flex-wrap: wrap;
}
.offers .accordion-item .accordion-body {
    padding: 0;
}
.offers .sku-title .current-sku {
    font-weight: 300;
    margin-left: 10px;
    color: var(--bs-gray);
}

.offers .offers-show-more-button {
    font-weight: 700;
}

.sku-title .success_icon {
    color: var(--bs-gray);
    display: none;
    padding: 0 10px;
}

.product-item-sku-list .product-item-sku-item-list {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.product-item-sku-list .product-item-sku-item-list li.text {
    width: calc(50% - 8px);
    margin: 4px;
    border: 1px solid #dfdfe1 !important;
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer;
}

.product-item-sku-list .product-item-sku-item-list li.text.selected {
    box-shadow: 0 0 0 1px #212121, 0 0 1px var(--bs-dark);
}
.product-item-sku-list .product-item-sku-item-list li.text:hover {
    background-color: var(--bs-light);
}
.product-item-sku-list .product-item-sku-item-text-block {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 15px;
}
.product-item-sku-list .product-item-sku-item-list li.picture {
    width: 100px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #dfdfe1;
    box-shadow: 0 0 0 0 #fff;
    border-radius: .25rem;
    cursor: pointer;
}
.product-item-sku-list .product-item-sku-item-list li.picture .product-item-sku-item-color {
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: .25rem;
}

.product-item-sku-list .product-item-sku-item-list li.picture.selected {
    box-shadow: 0 0 0 1px #212121, 0 0 4px var(--bs-primary);
    border-radius: .25rem !important;
}

.product-item-sku-list .product-item-sku-item-text-container.more-than-3 {
    display: none;
}

#sidebar-offers-block {
    z-index: 10000 !important;
}
#sidebar-offers-block .product-item-sku-item-list {
    list-style: none;
    padding: 0;
    margin: 2px;
}

#sidebar-offers-block .product-item-sku-item-list li {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #dfdfe1;
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer;
}

#sidebar-offers-block .product-item-sku-item-text-block {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 8px;
    font-size: 15px;
}

#sidebar-offers-block .product-item-sku-item-list li:hover {
    background-color: #f5f5f5;
}

#sidebar-offers-block .product-item-sku-item-list li.selected {
    box-shadow: 0 0 0 1px #212121, 0 0 1px var(--bs-dark);
}

#sidebar-offers-block .sidebar-wrapper {
    height: calc(100% - 150px);
}

#sidebar-offers-block .sku-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#sidebar-offers-block .sku-price .product-item-detail-price-current {
    font-size: 1.1rem !important;
}

#sidebar-offers-block .sku-price .product-item-detail-price-old {
    font-size: 1rem !important;
    padding-left: 10px;
}
#sidebar-offers-block .sku-price .inStock {
    color: var(--bs-green);
    padding-left: 10px;
}
#sidebar-offers-block .sku-price .outOfStock {
    color: #777;
    padding-left: 10px;
}
#sidebar-offers-block .offers-show-more-button {
    display: none !important;
}

/*Properties*/
.accordion-button {
    text-transform: uppercase;
    font-weight: 700;
}
.accordion-button .accordion-icon {
    margin-right: 10px;
    width: 20px;
}

/*Video*/
.video-block {
    padding: 20px 0 40px 0;
    text-align: center;
}
.video-block video, .video-block iframe {
    border-radius: .5rem;
    max-width: 500px;
}

/*Cart block*/
.product-detail-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfe1;
}

.product-detail-cart-buttons .add-to-cart-block {
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail-cart-buttons .item-amount-description {
    font-weight: 500;
    width: 100%;
}
.product-detail-cart-buttons .add-to-cart-block .add-to-cart {
    padding: 0 0 20px 0;
    width: 100%;
}
.product-detail-cart-buttons .add-to-cart-block .add-to-cart button {
    padding: 20px 10px;
    border: none;
    font-weight: 600;

}
.product-detail-cart-buttons .add-to-cart-block .item-amount {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0;
    margin-right: 10px;
}

.item-amount .count-plus {
    width: 50px;
    text-align: right;
    background-color: var(--bs-light);
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.item-amount .count-plus:hover {
    background-color: var(--bs-primary);
}

.item-amount .count-minus {
    width: 50px;
    text-align: left;
    background-color: var(--bs-light);
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.item-amount .count-minus:hover {
    background-color: var(--bs-primary);
}

.item-amount .count-input {
    width: 40px;
    padding: 20px 0;
}

.item-amount .count-input input {
    width: 95%;
    text-align: center;
    border: none;
    margin: 0 1px;
    padding: 0;
}
.product-detail-cart-buttons .price-on-request {
    display: none;
    padding: 20px 0;
    flex: 4;
    max-width: 500px;
    text-align: center;
}
.product-detail-cart-buttons .price-on-request .btn {
    padding: 20px 20px;
    border-radius: .25rem;
    font-weight: 600;
}
.product-detail-cart-buttons .price-on-request .custom-quote {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray);
    font-style: italic;
    margin-top: 10px;
}

/*Catalogs list*/
.catalogs .catalogs-list {
    display: flex;
    flex-wrap: wrap;
}
.catalogs .catalogs-list .catalog-item {
    display: flex;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    align-items: center;
}
.catalog-item .cat-img {
    width: 75px;
    padding-right: 20px;
}
.catalog-item .cat-name {
    flex: 5;
    text-align: left;
}
.catalog-item .download {
    flex: 2;
}
.catalog-item .download a {
    color: var(--bs-primary);
}

/*Wishlist*/
.props-block .wishlist-button {
    cursor: pointer;
    padding: 0 10px;
    margin-right: 10px;
    background-color: var(--bs-light);
}
.props-block .wishlist-button:hover {
    background-color: var(--bs-primary);
}
.props-block .wishlist-button .wishlist-icon {
    display: inline-block;
    line-height: 65px;
    width: 65px;
    height: 65px;
    text-align: center;
    vertical-align: bottom;
}

/*Description block*/
.description-block .product-description {
    max-width: 90ch;
    margin: 10px 0 40px 0;
    font-size: 15px;
    line-height: 1.4;
}

.description-block .product-description dl,
.description-block .product-description ul,
.description-block .product-description ol {
    padding-left: 1rem;
}

    /*Reviews*/
.reviews-block .reviews-list {
    display: flex;
    flex-wrap: wrap;
}
.reviews-block .reviews-list .review {
    width: 100%;
    margin: 20px 0;
}
.reviews-block .reviews-list .review-inner {
    width: 100%;
    padding: 20px;
    background-color: var(--bs-light);
    border-radius: .25rem;
    position: relative;
}
.reviews-block .reviews-list .review-inner .rating {
    color: var(--bs-yellow);
}
.reviews-list .review .arrow-down {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid var(--bs-light);
    margin-left: 50px
}

.reviews-block .review .user-details {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    padding-top: 10px;
}
.reviews-block .review .review-text {
    width: 100%;
    padding: 10px 0;
    word-wrap: break-word;
}
.reviews-block .user-details .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50px;
    color: #fff;
}
.reviews-block .user-details .icon img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.new-review-block .new-review {
    border-radius: 50px;
    padding: 5px 20px;
    color: #777;
    border-color: #777;
}
.new-review-block .new-review:hover {
    color: #777;
    background-color: unset;
    border-color: unset;
}
.reviews-block .name-date {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.reviews-block .name-date .flag img {
    border-radius: 50px;
    height: 25px;
}
.reviews-block .name-date .name {
    width: 100%;
    font-weight: 500;
}
.reviews-block .name-date .date {
    width: 100%;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    padding: 5px 0;
}
.reviews-block .on-moderation {
    position: absolute;
    top: 20px;
    right: 20px;
}
.reviews-block .new-review-block {
    width: 100%;
    display: flex;
}
.reviews-block .new-review-block .review {
    width: 100%;
}
.reviews-block .add-review {
    display: block;
    text-align: right;
    padding-bottom: 20px;
    width: 100%;
}
.reviews-block .form-new-rating {
    width: 100%;
}
.reviews-block .form-floating {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}
.reviews-block .form-floating label i {
    margin-right: 20px;
}
.reviews-block .form-floating .form-control {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 72px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dfdfe1 !important;
    border-radius: 0;
}
.reviews-block .form-floating .form-control:focus {
    box-shadow: unset;
}
.reviews-block .form-floating .select-rating {
    padding: 20px 0;
    text-align: center;
}
.reviews-block .select-rating i {
    cursor: pointer;
    font-size: 1.4rem;
}
.reviews-block .review.new {
    border: none;
}
.reviews-block .review.not-authorized {
    border: none;
    border-radius: .25rem;
    padding: 20px;
    background-color: var(--bs-light);
    text-align: center;
}
.reviews-block .empty-list {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

/*Reviews summary*/
.reviews-block .summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.reviews-block .summary .left-block {
    width: 100%;
    text-align: center;
}
.reviews-block .summary .right-block {
    width: 100%;
}
.reviews-block .summary .left-block .sum-rating {
    font-size: 2rem;
    font-weight: 700;
}
.reviews-block .summary .left-block .stars {
    color: var(--bs-yellow);
    font-size: 1.4rem;
}

.reviews-block .left-block .summary {
    padding-top: 50px;
}
.reviews-block .summary .right-block .stars-line {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.reviews-block .summary .right-block .stars-line .side {
    width: 15%;
}
.reviews-block .summary .right-block .stars-line .middle {
    width: 70%;
}
.reviews-block .summary hr {
    border: 1px solid var(--bs-secondary);
    margin: 20px 0;
}
.reviews-block .customer-reviews {
    text-align: center;
    font-weight: 700;
}

/* Place text to the right */
.reviews-block .right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 50px;
}

/* Individual bars */
.bar {
    background-color: var(--bs-dark);
    height: 20px;
    border-radius: 50px;
}

/*AR*/
model-viewer {
    line-height: 50px;
    height: 65px;
    width: 57px;
    z-index: 91;
    top: unset;
    bottom: unset;
    position: relative;
}
#ar-viewer {
    --poster-color: transparent;
    --progress-mask: none;
}
.slot.default {
    display: none !important;
}
#ar-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    transform: scale(var(--ar-button-scale, 1));
    transform-origin: bottom right;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    border: none;
    border-radius: 100px;
    top: 10px;
}
#ar-button img {
    height: 20px;
}

.related-tags .tag-wrap {
    background: var(--bs-light-plus);
    margin-right: 10px;
    float: left;
    height: 36px;
    line-height: 36px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related-tags {
    flex-wrap: wrap;
    overflow: hidden;
}

.related-tags .tag-wrap a {
    padding: 0 15px;
    font-weight: 500;
}
.related-tags button {
    padding: 0 15px;
    height: 36px;
}

.related-tags .tag-wrap a:hover {
    color: var(--bs-primary);
}

/*Устройства Small (телефоны с горизонтальной ориентацией, 576 пикселей и выше)*/
@media (min-width: 576px) {
    .product-detail-cart-buttons .add-to-cart-block {
        flex-wrap: nowrap;
    }
    .product-detail-cart-buttons .add-to-cart-block .add-to-cart {
        flex: 1;
        width: auto;
        padding: 20px 0;
    }
}

/*Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {
    .catalogs .catalogs-list .card {
        width: 25%;
    }
    .reviews-block .new-review-block .alert {
        width: 100%;
    }
}

/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
    .product-detail-block .photo-block {
        width: 50%;
        padding-right: 50px;
    }

    .product-detail-block .props-block {
        width: 50%;
    }
    .info-block {
        border-bottom: unset;
    }
}

/*Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) {

}

/*Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {

}

@media (max-width: 991px) {
    .product-item-detail-slider-container .product-item-detail-slider-controls-block {
        overflow-x: auto;
        white-space: nowrap;
        margin: 0 -5px;
    }
}

/************************
STYLES FOR FEATURES LIST  IN ELEMENT
************************/
.features-list {
    padding: 12px;
    margin-top: 30px;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--bs-light);
    font-size: 14px;
    font-weight: 400;
    max-width: 600px;
}
.features-list .features-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2px 0;
    width: 100%;
}
.features-list .item-picture {
    width: 20px;
    margin-right: 10px;
}
.features-list .item-picture img {
    max-height: 20px;
}
.features-list .item-description {
    width: 100%;
    letter-spacing: .04em;
}

/************************
STYLES FOR ADDITIONAL ICONS  IN ELEMENT
************************/
.additional-icons {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.additional-icons .additional-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
}
.additional-icons .item-picture img {
    max-height: 65px;
}

/*Payment & Delivery*/
.payment-delivery {
    display: flex;
    flex-wrap: wrap;
}
.payment-delivery .delivery {
    width: 100%;
}
.payment-delivery .prop-data .name img {
    height: 35px;
}
.payment-delivery .block-name {
    font-weight: 700;
    padding: 10px 0;
    font-size: 1.1rem;
}
.payment-delivery .prop-data .name {
    text-align: center;
    padding: 20px 0;
}
.payment-delivery .prop-data .value {
    font-weight: 600;
    background-color: unset !important;
    padding: 20px 0;
}
.payment-delivery .payment {
    width: 100%;
    padding-top: 20px;
}
.payment-delivery label.shipment-date {
    color: var(--bs-primary);
}

/*Delivery geo*/
.props-block .optimal-website {
    display: inline-block;
    max-width: 400px;
}
#optimal-prod-website {
    display: flex;
    align-items: center;
    border-top: 2px solid var(--bs-primary);
    color: #3b3b3b;
    padding: 20px 5px;
    font-size: 15px;
}
#optimal-prod-website .loc-icon {
    padding-right: 15px;
}
#optimal-prod-website .loc-alert .link {
    border-bottom: 1px solid;
    font-weight: 500;
    color: var(--bs-secondary);
}

/*Breadcrumb*/
.bx-breadcrumb-item.go-back {
    margin-right: 30px;
    display: none;
}
.bx-breadcrumb-item.go-back .go-back-link {
    color: var(--bs-primary);
}

/*Timer*/
.timer__items {
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    color: var(--bs-secondary);
}
.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}
.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}
.timer .final-label {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
    font-weight: 700;
}

/*Sales Block*/
.sales-block {
    display: block;
    padding: 40px 0;
}
.sales-block .sale-item {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.sales-block .sale-item a {
    color: #ff4646;
    font-weight: 700;
}
.sales-block .sale-item a:hover {
    color: var(--bs-secondary);
}

/*Find cheaper*/
.find-cheaper {
    text-align: center;
    padding: 10px;
}
.find-cheaper .heading {
    margin-bottom: 6px;
}
.find-cheaper img {
    max-height: 75px;
}
.find-cheaper button:focus {
    box-shadow: none;
}

#find-cheaper-modal .best-offer-header p, #price-on-request-modal .best-offer-header p {
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    color: var(--bs-gray);
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 20px auto 40px;
    max-width: 700px;
}
/*Offers in stock*/
.offers-in-stock {
    padding: 20px 0;
}
.offers-in-stock h2 {
    padding: 30px 0 0 0;
    text-align: center;
}
.offers-in-stock .subheader {
    color: #777;
    text-align: center;
}
.offers-in-stock .table {
    margin-top: 30px;
    vertical-align: middle;
}
.offers-in-stock .table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.offers-in-stock .table tr td .offer-name {
    font-weight: 600;
    width: 100%;
}
.offers-in-stock .add-offer-to-cart, .offers-in-stock .request-offer-price {
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 20px;
    min-width: 230px;
}
.offers-in-stock .table tr td.stock-qty {
    display: none;
    color: var(--bs-green);
    font-weight: 600;
}
.offers-in-stock .table tr td.stock-qty i {
    margin-right: 10px;
}
.offers-in-stock .offer-prices {
    margin: 10px 0;
    width: 100%;
}
.offers-in-stock .offer-prices .discount-price {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
}
.offers-in-stock .offer-prices .old-price {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
}
.offers-in-stock .offer-prices .discount-diff {
    color: #ea2222;
}
.offers-in-stock .offer-sku {
    color: #777;
}
.offers-in-stock .show-all-offers {
    text-align: center;
    padding: 30px 0 0 0;
}
.offers-in-stock .show-all-offers .btn {
    border-radius: 50px;
    padding: 10px 20px;
}

/*Price subscription*/
#price-subscription {
    padding: 25px 0;
    position: relative;
    display: flex;
    align-items: center
}
#price-subscription .show-field {
    margin-right: 10px;
    border-bottom: 1px solid;
    border-radius: 0.25rem;
}
#price-subscription .show-field:focus {
    box-shadow: none;
}
#price-subscription .show-field span {
    padding-left: 10px;
    font-weight: 600;
}
#price-subscription .email-block {
    display: none;
    width: 400px;
}
#price-subscription .email-block input {
    border-radius: 50px 0 0 50px;
}
#price-subscription .email-block button {
    padding-left: 20px;
    padding-right: 20px;
}
#price-subscription .email-block .note {
    display: block;
    color: var(--bs-secondary);
    padding-top: 10px;
    font-size: 0.9rem;
    text-align: center;
}

/*Additional prices*/
#additional-prices {
    font-size: 20px !important;
}

/*Dimensions Images*/
.weight-dimensions .dimension-images a {
    text-align: center;
}
.weight-dimensions .dimension-images a:hover {
    opacity: 0.7;
    cursor: zoom-in;
}
.weight-dimensions .dimension-images img {
    max-height: 250px;
}

#product-calculated-delivery .flag {
    margin-right: 5px;
    margin-left: 5px;
}
#product-calculated-delivery .flag img {
    border-radius: 50px;
    height: 20px;
}
#product-calculated-delivery .change-location {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 600;
}

/*Устройства Small (телефоны с горизонтальной ориентацией, 576 пикселей и выше)*/
@media (min-width: 576px) {
    .sales-block .sale-item {
        font-size: 1.5rem;
    }
}

/*Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {
    .bx-breadcrumb-item.go-back {
        display: block;
    }
}

/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
    .offers-in-stock .table tr td.stock-qty {
        display: table-cell;
    }
    .offers-in-stock .not-found-offer-pic {
        width: unset;
    }
    .product-name h1 {
        overflow-x: unset;
        overflow-y: unset;
        white-space: unset;
    }
}

/*Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) {

}

/*Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {

}
/* End */


/* Start:/bitrix/templates/mav/components/webdebug/propsorter/custom/style.css?1742039388394*/
.group-block {
	padding: 0;
}
.group-block .group-name {
	padding: 30px 0 10px 0;
	font-weight: 700;
	font-size: 1.1rem;
}
.group-block .prop-data {
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #dfdfe1;
	align-items: center;
}
.group-block .prop-data div  {
	width: 50%;
	padding: 15px 0;
}
.group-block .prop-data .value {
	background-color: var(--bs-light);
	padding: 15px;
}
/* End */


/* Start:/bitrix/components/mav/product.gallery/templates/.default/style.css?17420393801156*/
.photo-gallery {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.photo-gallery .splide__pagination {
    position: relative;
    margin-top: 10px;
}

.photo-gallery::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.photo-gallery .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.photo-gallery .item {
    background: #fff;
    padding-right: 10px;
    height: 300px;
}

.photo-gallery .item img {
    border-radius: .25rem;
    height: 300px;
    cursor: zoom-in;
}

.photo-gallery .splide__arrows {
    display: none;
}

@media (min-width: 768px) {
    .testimonials .item.review {
        width: 50vw;
    }
    .photo-gallery .item {
        height: 500px;
    }
    .photo-gallery .item img {
        height: 500px;
    }
}
@media (min-width: 992px) {
    .testimonials .item.review {
        width: 25vw;
    }
    .photo-gallery .item {
        height: 600px;
    }
    .photo-gallery .item img {
        height: 600px;
    }
}
/* End */


/* Start:/bitrix/components/mav/reviews/templates/random/style.css?17420393792193*/
.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.testimonials .splide__pagination {
    position: relative;
    margin-top: 10px;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.testimonials .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h2 {
    font-weight: 700;
}
.testimonials .testi .item {
    background: #fff;
    padding-right: 25px;
    border-radius: 15px;
}
.testimonials .testi .item .review-inner {
    padding: 20px;
    background-color: var(--bs-light);
    border-radius: 0.5rem;
    position: relative;
}
.testimonials .testi .item .arrow-down {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid var(--bs-light);
    margin-left: 50px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-top: 10px;
}
.testimonials .testi .item .profile .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50px;
    color: #fff;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .rating i {
    color: var(--bs-yellow);
}
.testimonials .testi .item .profile .information .name {
    font-weight: 700;
}
.testimonials .testi .item .profile .information .date {
    width: 100%;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    padding: 5px 0;
}
.testimonials .testi .item img {
    border-radius: 50px;
    height: 20px;
}
.testimonials .item.review {
    width: 99vw;
}
.testimonials .item.review .review-text {
    padding: 20px 0;
}
.testimonials .splide__arrows {
    display: none;
}

@media (min-width: 768px) {
    .testimonials .item.review {
        width: 50vw;
    }
}
@media (min-width: 992px) {
    .testimonials .item.review {
        width: 25vw;
    }
}
/* End */
/* /bitrix/templates/mav/components/bitrix/catalog/custom/style.css?17476527102208 */
/* /bitrix/templates/mav/components/bitrix/breadcrumb/custom/style.css?1742039388896 */
/* /bitrix/templates/mav/components/bitrix/catalog.element/custom/style.css?174772205254938 */
/* /bitrix/templates/mav/components/webdebug/propsorter/custom/style.css?1742039388394 */
/* /bitrix/components/mav/product.gallery/templates/.default/style.css?17420393801156 */
/* /bitrix/components/mav/reviews/templates/random/style.css?17420393792193 */
