

/* Start:/bitrix/templates/amt/components/bitrix/catalog/catalog/style.css?17459241823462*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.bottom-text ul {
    list-style: disc;
    padding: revert;
 	 margin: 10px 0;
    padding-left: 20px; 
}
.bottom-text li {
    margin: 8px 0px; /* Отступ снизу для элементов списка */
    line-height: 1.5; /* Высота строки для элементов списка */
    color: #444; /* Цвет текста для списков */
    font-size: 1em; /* Размер шрифта для элементов списка */
}
.bottom-text h3 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 16px;
}

.category__span {
    display: none;
        padding: 20px 0;
    width: 50%;
}
.catalog__descr {
    padding: 10px;
}
.catalog__descr > li {
    margin: 10px 0;
}
.category__deskr_full {
    margin-top: 2em;
}
.category__inner:hover .category__span {
    display: block; 
}

.bottom-text h2 { 
    font-size: 24px;
    margin-block: 10px;
	line-height: 26px;
}
          .spoiler {
                display: flex; 
                justify-content: space-between; 
                align-items: end; 
            }
            .spoiler-content {
                padding: 10px;
                overflow: hidden;
                flex-grow: 1; 
				max-width: 82%;
            }
            .toggle-button {
                background-color: #ce0005;
                color: white;
                border: none;
                border-radius: 5px;
                padding: 5px 10px;
                cursor: pointer;
                margin-left: 10px;
            }
            .toggle-button:hover {
                -webkit-box-shadow: 0 0 12px rgba(206, 0, 5, .6);
                box-shadow: 0 0 12px rgba(206, 0, 5, .6);
                color: #FFFFFF;
            }

            @media (max-width: 768px) {
                .spoiler {
                    flex-direction: column; 
                    align-items: flex-start; 
                }
                .toggle-button {
                    margin-left: 0; 
                    margin-top: 10px; 
                }
         .spoiler-content {
				max-width: 100%;
            }
            }

.bottom-text {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    background: #fff;
    margin-top: 20px;
}

.category__phone {
padding-bottom: 20px;
}


/* 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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
.category__inner:hover {
    background-color: #b00005;
}

}
@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:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}


body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.compare.list/bottom/style.css?17437961732245*/
.bx_catalog-compare-list{
    font-size:14px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:340px;
		height:440px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    border:1px solid #e3e3e3;
    border-top-right-radius:7px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
		margin-bottom: 0px;
		transition: all 0.3s ease-in-out;
		left: -100px;
		bottom: -400px;
}
.bx_catalog-compare-list:hover {
	left: 0px;
	bottom: 0px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom2{
    bottom:0px;
}
.bx_catalog-compare-list.left2{
    left:0px;
}
.bx_catalog-compare-list .bx_catalog_compare_form { height: 344px;
	overflow-y: auto; }
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog-compare-list .bx_catalog_compare_form tr { 
	border-bottom: 1px solid #e3e3e3;
}
.bx_catalog-compare-list .bx_catalog_compare_form tr td { 
	padding: 7px 5px;
	font-size: 14px;
	line-height: 14px;
}
.bx_catalog-compare-list .bx_catalog_compare_form tr td.tdcap { 
	font-weight: 700;
	padding-top: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
		text-align: center;
		font-weight: 700;
}
.bx_catalog_compare_count p::after{
	content: "";
	background-image: url("/bitrix/templates/amt/img/chevron-down-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 11px;
  right: 21px;
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}
.bx_catalog-compare-list:hover .bx_catalog_compare_count p::after{
	transform: rotate(0deg);
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
}
.bx_catalog_compare_count p.compare-redirect .btn-outline{
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	margin-top: 6px;
}
.bx_catalog-compare-list .compare-items td{
  padding-bottom:10px;
	vertical-align: middle;
}
.link-red {
	color: #ce0005;
	font-weight: 700;
}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.element/detail/style.css?177866491849061*/
/*
!* Sidebar *!
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
}

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

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

!*Compare*!
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

!* Price *!
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

!* SCU *!
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

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

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	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: 38px;
	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-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;
	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;
}

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

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-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 {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: var(--ui-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; }

.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 {
	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: var(--ui-font-weight-bold);
	font-size: 12px;
}

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

!*Buy button*!
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

!* Slider *!
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

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

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

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

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

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

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

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

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

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	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; }

!*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: 90vh;
	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: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

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

!* 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: calc(100vh - 111px);
	}

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

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

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

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

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

}

!*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: var(--ui-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: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@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: var(--ui-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%); }

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

.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: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-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: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	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: 1000;
	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; }

!*Small Card*!
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	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;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

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

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

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

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

!*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: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

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

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body {
	background: #000;
	color: #000;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

.form-item__desc {
	font-size: 11px;
	color: #949494;
	margin-top: 5px;
	line-height: 13px;
  display: inline-block;
}
.compare_control {
	display: inline-block;
	margin-left: 53px;
	border: none;
	min-height: 18px;
	font-weight: 600;
	line-height: normal;
	color: #8e8b8b;
}
.compare_control .form-checkbox {
	align-items: center;
}
.compare_control .form-checkbox__lab {
	line-height: 17px;
}
.compare_control .form-checkbox__box {
	margin-right: 8px;
}
@media screen and (max-width: 1024px) {
	.compare_control {
		display: block;
		margin-left: 10px;
	}
	.compare_control .form-checkbox__box {
    margin-right: 6px;
	}
}
.catalog-item-buy-btn.is-active {
    background: url(/bitrix/templates/amt/img/check-icon-white.svg) 20px center no-repeat #29a71a;
}
.catalog-item-buy-btn.is-active:hover {
    background: url(/bitrix/templates/amt/img/check-icon-white.svg) 20px center no-repeat #29a71a;
		-webkit-box-shadow: 0 0 12px rgba(5, 255, 0, .6);
        box-shadow: 0 0 12px rgba(5, 255, 0, .6);
}

/* Строка под заголовком: рейтинг, сравнение, избранное */
.product__title-row {
    display: flex;
    flex-wrap: wrap;
		justify-content: space-between;
    align-items: center;
    gap: 15px 15px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #8E8B8B;
}
.product__rating-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product__rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.product__rating-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.product__rating-star img {
    display: block;
    vertical-align: middle;
    object-fit: contain;
}
.product__rating-stars--head .product__rating-star {
    width: 20px;
    height: 20px;
}
.product__rating-stars--head .product__rating-star img {
    width: 20px;
    height: 20px;
}
.product__rating-stars--head .product__rating-star img {
    filter: none;
}
.product__rating-star--empty img {
    opacity: 0.5;
}
.product__rating-star--filled img {
    opacity: 1;
}
.product__review-count {
    color: #8E8B8B;
    text-decoration: none;
}
.product__review-count:hover {
    text-decoration: underline;
    color: #8E8B8B;
}
.product__rating-head-mobile {
	display: none;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 1;
}
.product__rating-head-mobile:hover {
	color: #000;
	text-decoration: underline;
}
.product__rating-head-mobile__star {
	display: inline-flex;
	line-height: 0;
}
.product__rating-head-mobile__star img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.product__rating-head-mobile__value {
	font-weight: 400;
	color: #000;
}
.product__compare-btn,
.product__wishlist {
    display: flex;
		min-height: 19px;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    background: none;
    font: inherit;
    color: #8E8B8B;
    padding: 0;
}
.product__compare-btn:hover,
.product__wishlist:hover {
    color: #8E8B8B;
		text-decoration: underline;
}
.product__compare-btn__icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: auto;
    vertical-align: middle;
}
.product__compare-btn .product__compare-btn__icon,
.product__wishlist .product__wishlist-icon {
    color: #8E8B8B;
}
.product__wishlist-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: auto;
    vertical-align: middle;
}
.product__promo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	margin-bottom: 12px;
	background: rgb(206, 0, 5, 0.2);
	color: #d0021b;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 700;
}
.product__promo-icon {
    width: 18px;
    height: 18px;
    background: #D0A8AA;
		color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
		font-weight: 700;
    cursor: help;
}
.product__controls-in-cart {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* Блок количества: единый блок с красными кнопками по краям и белым полем по центру */
.product__controls-in-cart .counter {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    background: #fff;
		padding: 0;
		min-width: 224px;
		width: 224px;
		height: 50px;
}
.product__controls-in-cart .counter__btn {
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 50px;
    padding: 0;
    border: none;
    background: #d0021b;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}
.product__controls-in-cart .counter__btn:hover {
    background: #b00218;
}
.product__controls-in-cart .counter__btn--minus {
    border-radius: 8px 0 0 8px;
}
.product__controls-in-cart .counter__btn--minus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    border-radius: 1px;
}
.product__controls-in-cart .counter__btn--plus {
    border-radius: 0 8px 8px 0;
}
.product__controls-in-cart .counter__btn--plus::before,
.product__controls-in-cart .counter__btn--plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    border-radius: 1px;
}
.product__controls-in-cart .counter__btn--plus::after {
    transform: rotate(90deg);
		margin-left: -7px;
    margin-top: -2px;
}
.product__controls-in-cart .counter__input {
    width: 80%;
    min-width: 52px;
    text-align: center;
    margin: 0;
    border: none;
    border-top: 1px solid #d0021b;
    border-bottom: 1px solid #d0021b;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -moz-appearance: textfield;
}
.product__controls-in-cart .counter__input::-webkit-outer-spin-button,
.product__controls-in-cart .counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product__controls-in-cart .counter__input:focus {
    outline: none;
}
/* Выпадающий список вариантов товара */
.product__variant-select {
    position: relative;
    max-width: 220px;
    margin-bottom: 22px;
}
.product__variant-select__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
}
.product__variant-select__trigger:hover {
    border-color: #ccc;
}
.product__variant-select__trigger[aria-expanded="true"] {
    border-color: #999;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product__variant-select__swatch {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /*border: 1px solid rgba(0,0,0,0.15);*/
}
.product__variant-select__label {
    flex-grow: 1;
}
.product__variant-select__arrow {
    flex-shrink: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    margin-left: auto;
}
.product__variant-select__trigger[aria-expanded="true"] .product__variant-select__arrow {
    transform: rotate(180deg);
}
.product__variant-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-height: 240px;
    overflow-y: auto;
    z-index: 10;
}
.product__variant-select__list[hidden] {
    display: none;
}
.product__variant-select__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
}
.product__variant-select__option:hover,
.product__variant-select__option:focus {
    background: #f5f5f5;
    outline: none;
}
.product__variant-select__option--current {
    background: #f0f0f0;
    font-weight: 600;
}

.product__controls-add {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.catalog-item-buy.input-basket-submit.product__btn.product__btn--w-half.btn {
	width: 224px;
}
.product__btn-label--add-mobile {
	display: none;
}
.product__btn-label--1click-mobile {
	display: none;
}
.counter__btn.btn {
	min-width: 20px;
}
@media (max-width: 767.98px) {
	.catalog-item-buy.input-basket-submit.product__btn.product__btn--w-half.btn {
		width: auto;
		font-size: 15px;
	}
	.product__btn-label--add-desktop {
		display: none;
	}
	.product__btn-label--add-mobile {
		display: inline;
	}
	.product__btn-label--1click-desktop {
		display: none;
	}
	.product__btn-label--1click-mobile {
		display: inline;
	}
}
.product__chars--offset-sm {
    margin-top: 16px;
}
/* Блок характеристик: две колонки, подписи серые слева, значения справа, разделители пунктиром */
.product__chars .product__table {
    margin-bottom: 0;
}
.product__chars .product__table table {
    width: 100%;
    border-collapse: collapse;
}
.product__chars .product__table th,
.product__chars .product__table td {
    padding: 10px 0;
    vertical-align: top;
    border-bottom: 1px dashed #d0d0d0;
}
.product__chars .product__table th {
    color: #8e8b8b;
    font-weight: 400;
    text-align: left;
    width: 40%;
}
.product__chars .product__table td {
    color: #000;
    font-weight: 400;
    text-align: right;
    width: 60%;
}
.product__chars .product__table tr:last-child th,
.product__chars .product__table tr:last-child td {
    border-bottom: none;
}
.product__tabs-wrapper {
    width: 100%;
    margin-top: 30px;
		padding-left: 15px;
		padding-right: 5px;
}
.product__tabs-wrapper--full {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}
.product__tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.product__tab {
    margin: 0;
    flex: 1;
    min-width: 0;
}
.product__tab button {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    box-sizing: border-box;
}
.product__tab button:hover {
	background: #f5f5f5;
}
.product__tab-label--mobile {
	display: none;
}
.product__tab-count {
	display: inline-block;
	margin-left: 2px;
	white-space: nowrap;
}
.product__tab:first-child button {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.product__tab:last-child button {
    border-right: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.product__tab--active button {
    background: #000;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #000;
}
.product__tab--active + .product__tab button {
    border-left: 1px solid #e0e0e0;
}
.product__tab--active button:hover {
	background: #000;
}
.product__tab-content {
    display: none;
    padding: 25px 0;
}
.product__tab-content--active {
    display: block;
}
.product__tab-inner--two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
@media (max-width: 768px) {
    .product__tab-inner--two-cols {
        grid-template-columns: 1fr;
    }
}
.product__detail-text--collapsed {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.product__expand-btn {
    margin-top: 10px;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #8E8B8B;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #8E8B8B;
    line-height: 1.4;
    display: inline-block;
}
.product__expand-btn:hover {
    color: #6e6b6b;
    border-bottom-color: #6e6b6b;
}
.product .product__subtitle {
  text-transform: none;
	font-size: 16px;
}
.product__tab-col--delivery a {
  color: #ce0005;
	text-decoration: underline;
}
.product__tab-col--delivery a:hover {
  color: #ce0005;
	text-decoration: none;
}
.product__delivery__logos {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.product__delivery__logos img {
    width: 80px;
    height: 80px;
}
.product__payment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.product__payment-list li:before {
    content: "✓ ";
    margin-right: 6px;
		color: #ce0005;
		font-size: 21px;
}
.product__payment-logos {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.product__payment-logos img {
	width: auto;
	height: auto;
	object-fit: contain;
}
.product__qa-title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
}
.product__qa-desc {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
}
.product__qa-form {
    max-width: 100%;
    margin-bottom: 35px;
}
.product__qa-form .btn {
	margin-top: 10px;
	min-width: 300px;
}
@media (min-width: 769px) {
    .product__qa-form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 0;
    }
    .product__qa-form-row .product__qa-form-cell {
        flex: 1;
        min-width: 0;
    }
    .product__qa-form-question {
        margin-top: 16px;
    }
}
.product__qa-form-row .form-item {
    margin-bottom: 10px;
}
@media (min-width: 769px) {
    .product__qa-form-row .form-item {
        margin-bottom: 0px;
    }
}
@media (max-width: 767.98px) {
	.product__qa-form .btn {
		min-width: 100px;
	}
}
.product__qa-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__qa-item {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.product__qa-meta {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.product__qa-author {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.product__qa-date {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
.product__qa-question {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}
.product__qa-answer-block {
    margin-top: 16px;
    padding: 14px 16px;
    background: #fff5f5;
    border-left: 2px solid #CE0005;
    border-radius: 0 6px 6px 0;
}
.product__qa-answer-label {
    font-size: 14px;
    color: #CE0005;
    font-weight: 400;
    margin-bottom: 8px;
}
.product__qa-answer {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}
.product__load-more {
    margin-top: 20px;
}
.product__reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.product__reviews-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product__reviews-summary {
    font-size: 22px;
		font-weight: 700;
    color: #000;
}
.product__reviews-rating-value {
    font-weight: 700;
    color: #c00;
}
.product__reviews-count {
    font-size: 16px;
		padding-top: 3px;
    color: #888;
}
.product__reviews-add-btn {
    background: #fff !important;
    color: #c00 !important;
    border: 2px solid #c00 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 10px 20px;
}
.btn.product__reviews-add-btn {
	min-width: 300px;
}
.product__reviews-add-btn:hover {
    background: #c00 !important;
    color: #fff !important;
}
.product__reviews-list {
    padding-top: 0;
}
.product__review-item {
	padding: 20px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	margin-top: 20px;
}
.product__review-item:first-child {
	margin-top: 0px;
}

.product__review-item-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}
.product__rating-stars--sm .product__rating-star {
    width: 20px;
    height: 20px;
}
/* Красные звёзды в списке отзывов — icon-star-red-solid/empty.svg */
.product__review-author {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.product__review-date {
	font-size: 13px;
	color: #888;
	font-weight: 400;
}
.product__review-text {
    margin-top: 12px;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
}
.product__review-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
@media (min-width: 768px) {
		.product__review-text,
		.product__review-photos {
				padding-left: 132px;
		}
}
@media (max-width: 767.98px) {
	.btn.product__reviews-add-btn {
		min-width: 100px;
	}
}
.product__review-photo {
    display: block;
}
.product__review-photo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.product__review-rating-stars .product__rating-star {
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.product__review-rating-stars .product__rating-star img {
    transition: filter 0.15s ease;
}
.modal-review .form-item {
	margin-bottom: 10px;
}
/* Красные звёзды в форме отзыва — иконки icon-star-red-solid/empty.svg */
.product__review-rating-stars--red .product__rating-star--empty img {
    opacity: 0.6;
}
.product__review-rating-stars--red .product__rating-star--empty:hover img {
    opacity: 1;
}
.product__review-photo-hint {
    margin: 0 0 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}
.product__review-photo-upload {
    position: relative;
}
.product__review-photo-placeholder {
    width: 150px;
    height: 40px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #999;
    cursor: pointer;
}
.product__review-photo-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.product__load-more {
	width: 100%;
}
.catalog__content .modal__title {
	font-style: normal;
}
@media (max-width: 767.98px) {
	.product__rating-block {
    gap: 4px;
	}
	.product__title-row {
    gap: 1px 5px;
	}
	.product__rating-stars {
    gap: 1px;
		font-size: 13px;
	}
	.product__rating-stars--head .product__rating-star {
		width: 14px;
		height: 14px;
	}
	.product__rating-stars--head .product__rating-star img {
		width: 14px;
		height: 14px;
	}
	.product__rating-stars--head-desktop {
		display: none;
	}
	.product__rating-head-mobile {
		display: inline-flex;
		align-items: center;
	}
	.product__rating-head-mobile__star img {
		width: 20px;
		height: 20px;
	}
	.product__rating-head-mobile__value {
		font-size: 16px;
	}
	.product__review-count {
		display: none;
	}
	.product__compare-btn, .product__wishlist {
    min-height: 16px;
		font-size: 16px;
    gap: 4px;
		text-decoration: none;
	}
	.product__compare-btn:focus, .product__wishlist:focus {
		text-decoration: none;
	}
	.product__compare-btn__icon {
    width: 20px;
	}	
	.product__compare-btn--active .product__compare-btn__text {
		color: #333333;
		text-decoration: none;
	}
	.product__wishlist__icon {
		width: 20px;
	}
	.in_wishlist .product__wishlist-text {
		color: #333333;
		text-decoration: none;
	}
	.product__wishlist-block .product__wishlist:not(.product__wishlist--detail) {
    padding: 0 0 0 20px;
    min-height: 14px;
    background-size: contain;
	}
	.product__wishlist-block .product__wishlist--detail {
		padding: 0;
		background: none;
		min-height: 14px;
	}
	.product__col .product__price-old {
    font-size: 19px;
	}
	.product__col .product__price-new, .product__title {
		font-size: 30px;
	}
	.product__controls-add,
	.product__controls-in-cart {
		align-items: stretch;
		gap: 5px;
		width: 100%;
	}
	.product__controls .product__controls-in-cart .counter,
	.product__controls .product__controls-in-cart .product__btn--w-half,
	.product__controls .product__controls-add .product__btn--w-half {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
		max-width: none;
		margin: 0;
	}
	.product__controls .product__btn--w-half {
		width: auto;
		font-size: 15px;
		padding: 5px 20px;
		min-width: 0;
		box-sizing: border-box;
	}
	.product__controls .product__btn--w-half.btn-outline {
		width: auto;
		min-width: 0;
		flex: 1 1 0;
	}
	.product__col .product__controls {
		padding-bottom: 25px;
		margin: 0;
	}
	.product__tabs-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
	}
	.product__tab button {
    padding: 8px 6px;
    font-size: 12px;
		line-height: 13px;
		height: 100%;
	}
	.product__tab-label--desktop {
		display: none;
	}
	.product__tab-label--mobile {
		display: inline;
	}
	.product__reviews-summary {
    font-size: 16px;
	}
	.product__controls .product__btn:not(:last-child) {
		margin-right: 0px;
	}
	.product__controls-in-cart .counter {
		height: auto;
		min-height: 0;
	}
	.product__controls-in-cart .counter__input {
		width: 100%;
		min-width: 0;
		flex: 1 1 auto;
		font-size: 15px;
	}
	.product__controls-in-cart .counter__btn {
		width: 48px;
		min-width: 44px;
		height: auto;
		align-self: stretch;
		min-height: 44px;
	}
}
@media (max-width: 430.98px) {
	.product__controls .product__btn--w-half {
		font-size: 15px;
		padding: 5px 10px;
	}
	.catalog-item-buy.input-basket-submit.product__btn.product__btn--w-half.btn {
		font-size: 15px;
	}
}
@media (max-width: 369.98px) {
	.catalog-item-buy.input-basket-submit.product__btn.product__btn--w-half.btn {
		width: auto;
	}
	.product__controls .product__btn--w-half {
		width: auto;
		padding: 5px 10px;
		min-width: 50px;
	}
	.product__controls-in-cart .product__btn--w-half {
		width: auto;
		margin: 0px;
	}
	.product__controls-in-cart .counter__input {
		width: 100%;
    min-width: 30px;
	}
	.product__controls-in-cart .counter__btn {
    width: 52px;
	}
}
.product .btn,
.product .btn-outline {
	font-style: normal;
	font-weight: 600;
}
button:focus {
	outline: none;
}
.modal-review .product__qa-form-row--review .form-item {
	margin-bottom: 15px;
}
.modal-review .product__qa-form-row--review .form-item .product__review-rating-stars .product__rating-star {
	width: 40px;
	height: 40px;
	margin-top: 6px;
}
.modal-review .product__qa-form-row--review .form-item .product__rating-star img {
	width: 40px;
	height: 40px;
}
@media (max-width: 346px) {
	.product__tab button {
		font-size: 10px;
		line-height: 1.2;
	}
}
@media (min-width: 768px) {
	.product__qa-form-row--review {
		gap: 30px;
	}
	.product__qa-form-row--review .form-item {
		min-width: 300px;
	}
	
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16975413212802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.section/add_product/style.css?17870428622014*/
.row::before {
	display: initial;
}

.card-img-container {
    height: 100px; /* Фиксированная высота для изображения */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; /* Светлый фон, если нет изображения */
}

.card-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* Сохраняем пропорции изображения */
}

.offer-image-placeholder-bootstrap {
   width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #999;
    font-size: 12px;
    border-radius: 4px;
}

.card-attributes {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.attribute-item {
    margin-bottom: 5px;
		text-align: center;
}

.attribute-item:last-child {
    margin-bottom: 0;
}

.card-price {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Убираем отступы у последнего элемента перед кнопкой */
.card-body .mt-auto {
    margin-top: auto;
}

.offer-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.offer-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.offer-card-image {
    flex-shrink: 0;
}

.offer-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.offer-card-details {
    flex-grow: 1;
}

.offer-card-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
}

.offer-card-price {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 5px;
}

.offer-card-stock {
    font-size: 14px;
    margin-bottom: 10px;
}

.offer-card-stock.in-stock {
    color: #27ae60;
}

.offer-card-stock.out-of-stock {
    color: #e74c3c;
}

.card-body .btn {
	font-size: 13px;
	padding: 5px 10px;
	height: auto;
	min-width: auto;
}

/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.products.viewed/.default/style.min.css?16975413083220*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */
/* /bitrix/templates/amt/components/bitrix/catalog/catalog/style.css?17459241823462 */
/* /bitrix/templates/amt/components/bitrix/catalog.compare.list/bottom/style.css?17437961732245 */
/* /bitrix/templates/amt/components/bitrix/catalog.element/detail/style.css?177866491849061 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16975413212802 */
/* /bitrix/templates/amt/components/bitrix/catalog.section/add_product/style.css?17870428622014 */
/* /bitrix/templates/amt/components/bitrix/catalog.products.viewed/.default/style.min.css?16975413083220 */
