

/* Start:/bitrix/templates/UpFly/components/bitrix/breadcrumb/breadcrumbs/style.css?1621418311585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/UpFly/components/bitrix/catalog/catalog/style.css?17255218381220*/
.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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@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;}

@media screen and (min-width: 900px) {
	.dots_mindbox_v {
		padding-bottom: 48px !important;
	}
}
/* End */


/* Start:/bitrix/templates/UpFly/components/bitrix/catalog.element/.default/style.css?173451592482773*/
/* Sidebar */
.single-product__profit-num {
	z-index: 1 !important;
}
.team__tabs-content {
	padding-right: 20px;
}
.single-content__info {
	width: 100%;
}
.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: #313932;
	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: 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: 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: #313932;
	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; }

.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: 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: 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: 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: 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: #313932; }

.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: #313932;
	-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;
}

/*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 {
	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: #313932;
}

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


.basket_small_text-cart-mobile-fixed-icon {
	font-size: 9px;
	line-height: 13px;
	bottom: -14px;
	right: 18px;
	font-weight: 400;
}
.review_item_admin .reviews__item {
	background: #FEF4EF;
}

.truncate-text-yt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
}

.overlay-block-yt {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #313932;
	opacity: .44;
	z-index: 100;
	display: none;
}


.popup-youtube-video {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 110;
}

.popup-youtube-video.active {
	display: block
}

.video-product-detail-items {
	display: flex;
	gap: 22px;
	align-items: center;
}

.video-product-detail-item {
	width: calc(25% - 30px);
	border-radius: 16px;
	height: 252px;
	position: relative;
	transition: all 0.5s;
}

.video-product-detail-item svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-product-detail-item:hover {
	cursor: pointer;
}

.video-product-detail-item:hover svg > circle {
	fill: #147627;
	transition: all 0.5s;
}

.video-product-detail-item svg > circle {
	transition: all 0.5s;
}

.video-product-detail-item svg > circle {
	transition: all 0.5s;
}

.video-product-detail-item:hover svg > path {
	stroke: white;
	transition: all 0.5s;
}

.video-product-detail-item img {
	width: 100%;
	border-radius: 16px;
	height: inherit;
	object-fit: cover;
}
.single-product__kaspi_detail {
	display: flex;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #EE4734;
	background: #FFF;
	justify-content: space-between;
	align-items: center;
	width: 375px;
	padding: 3px 4px 3px 1px;
	overflow: hidden;
	margin-bottom: 14px;
}
.mobile_kaspi_detail {
	display: none;
}
.single-product__kaspi_detail p{
	color: #EE4734;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}
.single-product__kaspi_detail img{
	max-width: 74px;
}
.single-product__kaspi_detail_button {
	position: relative;
	width: 74px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 47px;
	background: #EE4734;
	cursor: pointer;
}
.single-product__kaspi_detail_button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
	.faq__tab-wrapper p {
		max-width: 100%;
		padding-right: 0 !important;
	}
}

.notify_product_button-card-detail {
	height: 48px;
	font-size: 18px;
	line-height: 24px;
}
.single-product__item .notify_product_button-main {
	height: 74px;
	width: 375px;
	font-size: 20px;
	line-height:  28px;
	background-color: #8A8A8A;
}
@media screen and (max-width: 900px) {
	.single-product__item .notify_product_button-main {
		display: none;
	}
}

.whats_app_product {
	border-radius: 24px;
	background: #EDF4EE;
	display: flex;
	max-height: 112px;
	align-items: center;
	padding: 16px 40px;
	max-width: 1860px;
	margin: 0 auto;
}

.whats_app_product div {
	display: block;
	margin-right: auto;
}

.whats_app_product p {
	color: #313932;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.whats_app_product span {
	color: #147627;
}

.whats_app_product .button_whatsapp {
	border-radius: 36px;
	border: 1px solid #147627;
	display: inline-flex;
	padding: 21px 125px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-right: 0;
	transition: background-color 0.5s;
}

.whats_app_product .button_whatsapp p {
	color: #147627;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	transition: color 0.5s;
}

.app_image_whatsapp_product {
	height: 80px;
	margin-right: 32px;
}

.male_image_whatsapp_product {
	height: 132px;
	margin-right: 155px;
	transform: translateY(-10px);
}
.whats_app_product:hover .button_whatsapp p {
	color: #fff;
	transition: color 0.5s;
}

.whats_app_product:hover .button_whatsapp {
	background: #147627;
	transition: background-color 0.5s;
}

@media (max-width: 1868px){
	.container {
		padding: 0 15px;
	}
}


@media screen and (max-width: 1590px) {
	.whats_app_product p {
		font-size: 22px;
		line-height: 24px;
	}
	.male_image_whatsapp_product {
		margin-right: 16px;
	}
	.whats_app_product div {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1590px) {
	.whats_app_product p {
		font-size: 16px;
		line-height: 18px;
	}
}
@media screen and (max-width: 1100px) {
	.whats_app_product .button_whatsapp {
		padding: 16px 60px;
	}
	.whats_app_product .button_whatsapp p {
		font-size: 20px;
	}
	.form_sub_whatsapp_order .products__main-btn_order_notify {
		margin-top: 16px;
	}
	#form_notify_helper_order > div {
		max-width: 500px;
	}
	div.form_sub_whatsapp_order_wa {
		margin: 0 auto;
	}
}
@media screen and (max-width: 980px) {
	.whats_app_product .button_whatsapp {
		padding: 16px 30px;
	}
}
@media screen and (max-width: 900px) {
	.whats_app_product {
		display: none;
	}
	.whats_app_product-mobile {
		display: block;
		border-radius: 24px;
		background: #EDF4EE;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 24px;
	}
	.whats_app_product-mobile div {
		display: block;
		margin-bottom: 18px;
	}
	.whats_app_product-mobile div p {
		color: #313932;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px
	}
	.whats_app_product-mobile div span{
		color: #147627;
	}
	.whats_app_product-mobile div.button_whatsapp-mobile {
		display: flex;
		border-radius: 36px;
		border: 1px solid #147627;
		padding: 6px;
		margin-bottom: 0;
	}
	.whats_app_product-mobile div.button_whatsapp-mobile p{
		color: #147627;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 33px;
		text-align: center;
		align-items: center;
		width: 82%;
	}
	.app_image_whatsapp_product-mobile {
		height: 36px;
	}
}
@media screen and (min-width: 900px) {
	.whats_app_product-mobile {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.whats_app_product-mobile {
		margin-top: 16px;
	}
}

.products__item_help_with_order {
	display: flex;
	border-radius: 24px;
	background: #FFFFFF;
	max-height: 134px;
	align-items: center;
	padding: 32px 40px;
	max-width: 1860px;
	margin: 0 auto;
	box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .08);
	margin-top: 32px;
	margin-bottom: 24px;
}
.basket-user-info-input-product {
	display: block;
	position: relative;
}

.products__item_help_with_order_title {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	color: rgba(20, 118, 39, 1);
	margin-bottom: 8px;
}
.products__item_help_with_order_subtitle {
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
}
.privacy_product_container_notify {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	align-items: center;
}
.container.form_sub_whatsapp_order {
	display: flex;
	background: rgba(237, 244, 238, 1);
	border-radius: 16px;
	padding: 24px 72px;
	justify-content: space-between;
}
.form_sub_whatsapp_order_wa {
	margin: auto 0;
}

.form_sub_whatsapp_order_img {
	transform: translateY(24px);
}
.products__main-btn_order_notify {
	width: max-content;
	box-shadow: unset;
	border-radius: 36px;
	background: #147627;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: background-color 0.3s;
	cursor: pointer;
	padding: 13px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.products__main-btn_order_notify:hover {
	transition: background-color 0.3s;
	background: #f96222;
}


@media screen and (max-width: 1664px) {
	.products__item_help_with_order_title {
		font-size: 24px;
	}
	.products__item_help_with_order_subtitle {
		font-size: 15px;
		line-height: 24px;
	}
	.container.form_sub_whatsapp_order {
		padding: 24px;
	}
}
@media screen and (max-width: 1486px) {
	.basket-user-info-input-product .basket-user-info-input {
		width: 256px;
	}
	.privacy_product_container_notify {
		font-size: 12px;
		line-height: 16px;
	}
}
@media screen and (max-width: 1260px) {
	.basket-user-info-input-product .basket-user-info-input {
		width: 200px;
	}
}
@media screen and (max-width: 1097px) {
	.products__item_help_with_order {
		display: block;
		max-height: unset;
	}
	.basket-user-info-input-product .basket-user-info-input {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.basket-user-info-input-product {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.privacy_product_container_notify{
		position: relative;
		justify-content: center;
		bottom: unset;
		text-align: left;
		align-items: flex-start;
		margin-top: 16px;
	}
	.products__item_help_with_order .basket-user-info-input {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 500px) {
	.products__item_help_with_order_title,
	.products__item_help_with_order_subtitle{
		text-align: left;
		margin-bottom: 16px;
	}
	.products__item_help_with_order {
		padding: 24px;
	}
}
.basket-user-input_order_notify {
	width: 100% !important;
}
.active_not_value .basket-user-info-input-label{
	margin-top: -10px;
	font-size: 12px;
	line-height: 18px;
}
.basket-user-info-input.active_not_value {
	padding-top: 22px;
}
@media (max-width: 575px) {
	.faq__tab-wrapper p {
		max-width: 100%;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 900px) {
	.reviews__name {
		font-weight: 700 !important;
	}
}
.disclaimer_val_container {
	width: unset !important;
}
@media screen and (min-width: 900px) {
	.single-features__link {
		max-width: unset !important;
	}
	.single-features__label {
		min-width: 200px !important;
	}
}

@media (max-width: 480px){
	.fixed_product_footer .products__main-btn-text {
		font-size: 15px !important;
	}
	.products__main-tabs-mobile-wrap #characteristics .single-features__line {
		display: block !important;
	}
	.products__main-tabs-mobile-wrap #characteristics .single-features__line > div {
		padding-left: 32px !important;
		width: 100% !important;
	}
	.disclaimer-text {
		width: 280px !important;
		max-width: 280px !important;
		min-width: 280px !important;
	}
	.disclaimer-text {
		left: -10px !important;
	}
	.single-features__label_val {
		display: flex !important;
	}
	.single-features__link {
		max-width: 300px !important;
	}
	#characteristics {
		overflow: visible;
	}
	#characteristics .ss-wrapper {
		overflow: visible;
	}
}
@media screen and (max-width: 900px) {
	.delivery__partners-list p a, .delivery__payment-wrapper p a {
		font-size: 14px !important;
	}
	.products__item_help_with_order_title, .products__item_help_with_order_subtitle {
		font-size: 17px;
		line-height: 1.3;
	}

}
@media (max-width: 575px) {
	.faq__tab-content {
		padding: 2px 12px !important;
	}
}

.opylenie_subtitle_value {
	color: #147627 !important;
	text-decoration: underline;
}
.opylenie_subtitle_container {
	cursor: pointer;
	margin-bottom: 14px;
}

@media screen and (max-width: 900px) {
	.opylenie_subtitle_value {
		font-size: 14px !important;
	}
}

.benefits__item__notification_subtitle,
.benefits__item__notification_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: black;
}


.benefits__item__notification_subtitle {
	font-weight: 500;
	padding-left: 28px;
	font-size: 11px;
}

.benefits__item__notification_title {
	display: flex;
	gap: 10px;
	vertical-align: top;
}

.benefits__item_notification {
	padding: 14px;
	gap: 10px;
	border-radius: 16px;
	background: #EEEEEE;
	color: black;
}

.container .mobile_benefit_notification .benefits__item.benefits__item_notification {
	width: 100%;
	max-width: unset;
	padding: 14px;
	border-radius: 16px;
	background: #EEEEEE;
}
.benefits__item.benefits__item_notification {
	display: block;
}
.mobile_benefit_notification .benefits__item_notification{
	display: none;
}
@media screen and (max-width: 1200px) {
	.mobile_benefit_notification .benefits__item_notification {
		display: block;
	}
}
@media screen and (min-width: 1700px) {
	.mobile_benefit_notification {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.mobile_benefit_notification {
		display: flex;
		justify-content: center;
	}
	.mobile_benefit_notification {
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px) {
	.mobile_benefit_notification {
		justify-content: left;
	}
}
.single-product__info .single-product__name-wrapper .benefits__item_notification-medium {
	position: absolute;
	right: 15px;
	display: flex;
	width: 100%;
	max-width: 473px;
	border-radius: 40px;
	padding: 8px;
}
.single-product__info .single-product__name-wrapper .benefits__item_notification-medium  br {
	display: none;
}
/*@media screen and (max-width: 1700px) and (min-width: 1200px) {*/
/*	.single-product__info .single-product__name-wrapper .benefits__item_notification-medium {*/
/*		max-width: 473px;*/
/*	}*/
/*}*/

.benefits__item_notification-medium  .benefits__item__notification_subtitle {
	padding-left: 0;
}
.benefits__item_notification-medium  .benefits__item__notification_title {
	align-items: center;
}
.benefits__item_notification-medium  .benefits__item__notification_subtitle, .benefits__item_notification-medium  .benefits__item__notification_title {
	line-height: 14px;
}
.benefits__item_notification-medium  svg {
	width: -webkit-fill-available;
}

@media screen and (max-width: 1750px) and (min-width: 1200px) {
	.single-product__info-wrapper .single-product__header  {
		display: block;
	}
	.main-catalog .single-product__info-wrapper .single-product__available {
		margin-left: unset;
		margin: 12px 0 0 0;
	}
	.main-catalog .single-product__info-wrapper .single-product__article {
		margin-bottom: unset;
	}
	.main-catalog .single-product__info-wrapper {
		margin-left: 24px;
		margin-top: 0;
	}
	.main-catalog .slider-product-small-wrap {
		margin-right: 6px;
	}
}
@media screen and  (max-width: 1200px) {
	.benefits__item_notification-medium {
		display: none !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
	.benefits__item_notification {
		width: 100%;
		max-width: unset !important;
		display: flex;
		justify-content: center;
	}
	.benefits__item_notification br{
		display: none;
	}
	.benefits__item__notification_subtitle {
		display: flex;
		justify-content: center;
	}
	.benefits__item__notification_title {
		justify-content: center;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.main-catalog .single-product__slider-img {
		width: 50%;
		max-width: 44vw !important;
	}
	.detail-like {
		right: 24px;
	}
	.single-product__info {
		justify-content: unset !important;
	}
}

.ss-content .video-product-detail-item img{
	margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
	.product-detail-item .video-product-detail-item .truncate-text-yt {
		line-height: 18px !important;
	}
	.video-product-detail-items {
		gap: 0;
	}
}
@media (max-width: 480px) {
	.video-product-detail-item {
		margin-bottom: 75px;
	}
}
.products__main-tabs-mobile-wrap .delivery__payment-wrapper,
.products__main-tabs-mobile-wrap .faq__tab-wrapper li {
	font-size: 14px;
}

.delivery_pay_item {
	display: none
}

.amount-flex, .delivery_pay_item-container, .detail-like, .tab-item-pay-delivery {
	display: flex
}

.nav-delivery-active {
	background: #147627;
	color: #fff
}

.fixed_product_footer {
	display: flex;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 65px;
	background: #fff;
	filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
	padding: 8px 8px 8px 5px;
	z-index: 20
}

.plural-span-button, .plural-value-mobile {
	margin-right: 8px
}

@media (max-width: 900px) {
	.products__main-btn-wrap {
		z-index: 10
	}

	.products__main-btn-wrap.active {
		display: none
	}
}

.amount-flex {
	margin-right: 24px
}

.detail-like {
	position: absolute;
	right: -5px;
	top: 16px;
	width: 40px;
	height: 40px;
	background: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
	z-index: 5;
	transition: .5s;
	box-shadow: 0 0 6px rgb(9 82 23 / 11%)
}

@media (max-width: 1200px) {
	.detail-like {
		right: 30px !important;
		top: 10px
	}
}

@media (min-width: 1200px) and (max-width: 1460px) {
	.detail-like {
		right: 10px
	}
}

@media (max-width: 575px) {
	.detail-like {
		right: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
		border-radius: 15px
	}

	.detail-like > svg {
		width: 16px
	}
}

.main-catalog .viewed .products__wrapper-helper .products__item {
	margin: 0 4px;
	padding: 0
}

.main-catalog .viewed .products__wrapper-helper {
	margin: 0;
	padding: 0
}

.main-catalog .viewed .products-mini__row, .main-catalog .viewed:not(.section-similar) .products-mini__row {
	gap: 5px
}

.single-tabs .catalog-articles .catalog-articles__main {
	flex-wrap: unset;
	justify-content: unset;
	padding: 20px 0px
}

@media screen and (max-width: 623px) {
	.catalog-articles .catalog-articles__main-item {
		margin-bottom: 20px
	}
}

.catalog-articles .blaze-pagination {
	bottom: 10px
}

.catalog-articles .catalog-articles__main-item {
	margin-left: 5px
}

.single-tabs .catalog-articles .section-title {
	padding-bottom: 20px
}

@media screen and (min-width: 1200px) {
	.catalog-articles .catalog-articles__main {
		justify-content: space-between;
		padding: 20px 5px
	}

	.team__tabs-content-blog .catalog-articles .catalog-articles__main {
		justify-content: flex-start
	}

	.team__tabs-content-blog .catalog-articles .catalog-articles__main .catalog-articles__main-img {
		min-height: auto
	}

	.catalog-articles .catalog-articles__main-item {
		margin: 0
	}

	.catalog-articles .blaze-pagination {
		bottom: -50px
	}
}

@media screen and (max-width: 1200px) {
	#blogs .faq__tab-wrapper--scroll {
		max-height: inherit;
		height: auto !important;
	}

	.catalog-articles .faq__tab-wrapper {
		padding: 0;
		height: auto;
		max-height: inherit
	}

	.catalog-articles {
		background: #fef4ef
	}
}

.team__tabs-content-blog {
	padding-right: 0
}

.catalog-articles .catalog-articles__main-item {
	margin-right: 20px
}

.fixed_product_header {
	visibility: hidden
}


@media screen and (min-width: 1200px) and (max-width: 1367px) {
	.benefits__items {
		padding-top: 80px
	}

	.single-product__item .single-product__rating {
		margin-left: 20px
	}

	.single-product__btns .products__main-btn, .single-product__kaspi_detail {
		width: 350px
	}

	.single-product__sale.single-product__sale--active {
		padding-left: 34px
	}
}

@media screen and (min-width: 1700px) and (max-width: 1720px) {
	.single-product__sale.single-product__sale--active {
		padding-left: 20px
	}
}

@media screen and (max-width: 900px) {
	.single-product__kaspi_detail {
		display: none
	}

	.mobile_kaspi_detail {
		display: flex;
		width: calc(100% - 15px);
		margin: 0 auto 24px
	}

	.main-catalog .products-slider {
		padding-top: 0
	}

	.whatsapp_container_sub {
		margin-top: 16px;
		margin-bottom: 16px
	}
}


@media screen and (min-width: 625px) and (max-width: 767px) {
	.catalog-articles .blaze-pagination {
		bottom: -5px
	}
}

@media screen and (min-width: 900px) {
	.whatsapp_container_sub {
		margin-top: 32px
	}
}

@media screen and (min-width: 1200px) {
	.catalog-articles .blaze-pagination {
		bottom: -20px
	}
}

@media screen and (max-width: 480px) {
	.detail-like {
		right: 10px !important;
	}
}

.products__main-tabs-mobile-wrap .delivery_pay_nav p {
	background: #fff
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
	.section-title.container {
		padding: 0 10px
	}
}

@media screen and (min-width: 1200px) {
	.products-slider .viewed .products__arr-left-slider, .viewed .products__arr-right-slider {
		top: -55px
	}
}

.disable_arrow_slick, .products__arr-slider-none {
	display: none !important
}

@media screen and (max-width: 1200px) {
	.viewed .products__arr-left-slider, .viewed .products__arr-right-slider {
		top: -46px
	}
}

.disclaimer-text {
	right: unset !important;
	background-color: #fff !important
}

@media (max-width: 768px) {
	.single-features__line {
		display: flex;
		align-items: center;
		margin-bottom: 0
	}

	.single-features__label {
		margin-bottom: 0
	}

	.disclaimer {
		margin-left: 0;
		margin-right: 8px
	}

	.products__main-tabs-mobile-wrap .disclaimer p {
		line-height: 20px
	}

	.disclaimer-text {
		padding: 14px
	}
}

.btn-up {
	z-index: 1000
}

.fixed_product_header .products__main-btn {
	width: 265px
}

.single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow {
	transition: .3s
}

.single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow:hover {
	transition: .3s;
	background: #147627
}

.single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow:after, .single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow:before {
	transition: unset !important
}

.single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow:hover:after, .single-products__image-main.slider-for-img-detail.slider-product.slick-initialized .slick-arrow:hover:before {
	transition: unset !important;
	background: #fff
}

.single-tabs .disclaimer-text, .main-catalog .single-content__info, .main-catalog .single-content__info li, .main-catalog .single-tabs .delivery__payment-wrapper p, .main-catalog .single-tabs .delivery_pay_item, .products__main-tabs-mobile-wrap .faq__tab-wrapper p, .reviews__info, .single-features__link, .team__tabs-content .single-content__info p {
	font-weight: 500;
	color: #313932
}

.main-catalog .single-tabs .delivery__payment-wrapper a, .products__main-tabs-mobile-wrap .faq__tab .single-content__info a {
	font-weight: 500
}

.main-catalog .single-tabs .delivery__payment-wrapper a {
	font-size: 15px
}

@media screen and (min-width: 900px) {
	.single-tabs .disclaimer-text, .main-catalog .single-content__info, .main-catalog .single-content__info li, .main-catalog .single-tabs .delivery__payment-wrapper p, .main-catalog .single-tabs .delivery_pay_item, .reviews__info, .single-features__label, .single-features__link, .team__tabs-content .single-content__info p {
		font-size: 16px;
		line-height: 1.3;
	}
}
.delivery_pay_item {
	display: none;
}

.delivery_pay_item-container {
	display: flex;
}

.tab-item-pay-delivery {
	display: flex;
}
.nav-delivery-active{
	background: #147627;
	color: white;
}
.delivery_pay_item-title {
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: black;
}
.single-tabs .delivery_pay_item img {
	margin: unset;
}
.payment_block_page p {
	margin: 0;
}
.single-tabs .delivery-pay .delivery__payment-wrapper p {
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	margin: unset;
	color: unset;
}
.payment_block_page_main,
.payment_block_page {
	display: block;
}
.payment_block_page  .payment_block_page_main_list {
	display: block;
	gap: 24px;
}
.payment_block_page .payment_block_page_main_list > div {
	background: #EDF4EE;
	border-radius: 24px;
	width: 100%;
	padding: 16px 32px 32px 32px;
	margin-bottom: 12px;
}
.payment_block_page .payment_block_page_main_list_p > div {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
	position: relative;
}
.payment_block_page  .payment_block_page_main_list_p > div p {
	margin: 0;
}
.payment_block_page .payment_block_page_main_list_p img {
	height: fit-content;
}
.delivery-pay .delivery__payment-wrapper .payment_block_page  .payment_block_page_title_block {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 16px 0;
}
.delivery-pay .delivery__payment-wrapper  .payment_block_page  .payment_block_bank_name {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	margin-bottom: 8px;
}
.payment_block_page   .payment_block_bank_card {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.payment_block_page  .payment_block_page_main_list_p svg {
	position: absolute;
	right: 0;
	bottom: 4px;
	cursor: pointer;
}
.payment_block_page .payment_block_page_main_sub {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
}
.payment_block_page .payment_block_page_alfa_link {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #F32525;
	margin-top: 16px;
	text-decoration: underline 1px solid #F32525 !important;
	-webkit-decoration:  underline 1px solid #F32525 !important;

}
.payment_block_page  .payment_block_page_sber_link {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #147627;
	font-style: unset;
	margin-top: 16px;
	text-decoration: underline 1px solid #147627 !important;
	-webkit-decoration:  underline 1px solid #147627 !important;
}
.payment_block_page .payment_block_page_orange {
	background: #FEF4EF;
}
.payment_block_page  .payment_block_page_final {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	align-items: center;
	gap: 16px;
	margin: 12px 0;
}

.payment_info-sale_mail,
.payment_info-sale_viber,
.payment_info-sale_whatsapp {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
.delivery_pay_item a.payment_info-sale_whatsapp {
	color: #00B93D;
	text-decoration: underline 1px solid #00B93D !important;
	-webkit-decoration:  underline 1px solid #00B93D !important;
}
.delivery_pay_item a.payment_info-sale_viber {
	color: #7465EF;
	text-decoration: underline 1px solid #7465EF !important;
	-webkit-decoration:  underline 1px solid #7465EF !important;
}
.delivery_pay_item a.payment_info-sale_mail {
	color: #F96222;
	text-decoration: underline 1px solid #F96222 !important;
	-webkit-decoration:  underline 1px solid #F96222 !important;
}
.delivery_pay_item a {
	transition: all 0.3s;
}
.delivery_pay_item a:hover {
	text-shadow: 0 0 0.65px #fff, 0 0 0.85px #555;
	font-weight: 600;
	transition: all 0.3s;
}
.delivery__payment-wrapper {
	width: 100% !important;
}
.delivery-pay .delivery__payment-wrapper .payment_block_page_final > div p {
	margin-bottom: 8px;
}
.payment_block_page_alfa_block {
	padding-top: 16px;
}
.payment_block_page_online {
	display: flex;
	gap: 16px;
}
.payment_block_page_online > div {
	background: #EDF4EE;
	border-radius: 24px;
	padding: 32px;
	width: 50%;
}
.payment_block_page_online > div .payment_block_page_title_block {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}
.delivery_pay_item img.ukassa_modal {
	margin: 16px auto;
}
.dolyame_modal {
	margin-top: 16px;
}
.dolyame_modal > div {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}
.dolyame_modal > div span {
	color: white;
	background: black;
	min-width: 32px;
	min-height: 32px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}
.delivery-pay .delivery__payment-wrapper .payment_block_page_title_block_desc {
	margin: 24px 0;
}


@media screen and (max-width: 1610px) {
	.payment_block_page .payment_block_page_main_list > div {
		padding: 16px;
	}
	.payment_block_page .payment_block_page_main_list {
		gap: 8px;
	}
	.payment_block_page .payment_block_page_main_list_p > div {
		gap: 8px;
	}
}
@media screen and (max-width: 1420px) {
	.delivery-pay .delivery__payment-wrapper p {
		font-size: 14px;
	}
	.delivery-pay .delivery__payment-wrapper .payment_block_page .payment_block_page_title_block {
		font-size: 14px;
		gap: 8px;
	}
	.delivery-pay .delivery__payment-wrapper  .payment_block_page a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
	.payment_block_page .payment_block_page_main_list {
		display: block;
	}
	.payment_block_page .payment_block_page_main_list > div {
		width: 100%;
		margin-bottom: 16px;
	}
	.delivery-pay .delivery__payment-wrapper .payment_block_page .payment_block_page_title_block {
		margin-top: 0;
	}
}
@media screen and (max-width: 1200px) {
	.payment_block_page_online {
		display: block;
	}
	.payment_block_page_online > div {
		width: 100%;
		margin-bottom: 16px;
	}
	.delivery__questions_block {
		padding: 8px 24px;
	}
}
@media screen and (max-width: 900px) {
	.ukassa_modal {
		width: inherit;
		max-width: 400px;
	}
}
#bank_copy_1_success,#bank_copy_2_success,#bank_copy_3_success,#bank_copy_4_success{
	display: none;
	position: absolute;
	right: 0;
	bottom: 4px;
}
.single-tabs .delivery__questions_block {
	margin-bottom: 16px;
}
.single-tabs .bank_copy_svg path {
	transition: 0.3s all;
}

.single-tabs .bank_copy_svg:hover path{
	stroke: #147627;
	transition: 0.3s all;
}
.single-tabs .delivery__questions_block a {
	transition: 0.3s all;
}
.single-tabs .delivery__questions_block a:hover {
	text-shadow: 0 0 0.65px #fff, 0 0 0.85px #555;
	transition: all 0.3s;
}
@media screen and (max-width: 900px){
	.single-tabs .payment_block_page_online > div {
		padding: 32px 24px;
	}
}
@media screen and (max-width: 400px){
 .single-tabs	.payment_block_page_online > div {
		padding: 16px;
	}
}
.single-product__wrapper {
	position: relative;
}


.products-slider {
	padding-top: 0;
}

.products-slider .viewed .products__row {
	padding-bottom: 42px;
}

@media screen and (max-width: 900px) {
	.products-slider .viewed .products__row {
		padding-bottom: 40px;
	}
}

.container .products-slider .blaze-pagination {
	bottom: 0;
}

@media screen and (min-width: 900px) {
	.feedback_site_message{
		margin-top: 24px;
	}
}

@media screen and (max-width: 900px) {
	.container .products-slider {
		padding:0;
	}
	.container .products-slider .blaze-pagination {
		bottom: 14px;
	}
}


@media screen and (max-width: 1368px) {
	.single-product__item .single-product__slider-img .like-mob {
		right: 16px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
	.single-product__item .single-product__slider-img .like-mob {
		right: 40px;
	}
}

#single-tabs .blog__title--small_index {
	width: calc(25% - 18px);
}

@media screen and (max-width: 1500px) {
	#single-tabs .blog__title--small_index {
		width: calc(33% - 12px);
	}
}

section.catalog-articles.catalog-articles-blog .container {
	padding: 0;
}

div.products__main-tabs-mobile-wrap #blogs .faq__tab-wrapper--scroll {
	background: unset;
}

@media screen and (max-width: 900px) {
	div.products__main-tabs-mobile-wrap .catalog-articles .blaze-pagination {
		bottom: 10px;
	}
	div.products__main-tabs-mobile-wrap .catalog-articles .blog__img--small_index {
		width: 100%;
	}
}

div.disable_arrow_slick {
	display: none !important;
}


@media screen and (max-width: 1400px) and (min-width: 1200px){
	.single-product__item .single-product__name-wrapper div.single-product__rating {
		margin-left: 8px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
	.main-catalog .single-product .benefits__items.benefits__items-mob {
		margin-top: 16px;
	}
}

@media screen and (max-width: 1800px) and (min-width: 1700px){
	.single-product__name-wrapper .single-product__sale {
		right: -65px;
	}
	.single-product .single-product__name-wrapper .benefits__items {
		margin-left: 60px;
	}
}


div.products-slider .viewed .products__wrapper-helper {
	width: calc(16% + 7px);
	max-width: initial;
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {
	div.products-slider .viewed .products__wrapper-helper {
		width: calc(20% - 4px);
		max-width: initial;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1200px){
	div.products-slider .viewed .products__wrapper-helper {
		width: calc(25% - 4px);
		max-width: initial;
	}
}

@media screen and (max-width: 1200px) and (min-width: 900px){
	div.products-slider .viewed .products__wrapper-helper {
		width: 33%;
	}
}

@media screen and (max-width: 900px) and (min-width: 768px) {
	div.products-slider .viewed .products__wrapper-helper {
		width: calc(50% - 4px);
	}
}
@media screen and (max-width: 768px) {
	div.products-slider .viewed .products__wrapper-helper {
		width: calc(50%);
	}
	.products__main-btn-wrap {
		display: block !important;
	}
}

@media (max-width: 480px){
	.main-catalog .viewed div.products__wrapper-helper {
		padding: 0;
	}
	.main-catalog div.single-product__header {
		display: block;
	}
	.main-catalog .single-product__name-wrapper span.single-product__available {
		margin: 0 0 4px 0;
	}
	div.delivery_pay_item_nav p {
		text-align: left;
	}
}


.total_buy_product_detail_page {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 4px 15px;
	background: #FFF6DE;
	border-radius: 15px;
	color: #313932;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	width: fit-content;
	margin-bottom: 8px;
}


.total_buy_product_detail_page span{
	color: #f96222;
	font-weight: 600;
}

@media screen and (max-width: 1200px){
	.total_buy_product_detail_page {
		width: max-content;
	}
}

@media screen and (max-width: 1200px) and (min-width: 993px){
	.single-product__rating-wrapper {
		margin-left: 40px;
	}
}
.total_buy_product_detail_page-mobile {
	display: none;
}
@media screen and (max-width: 480px) {
	.total_buy_product_detail_page-desktop {
		display: none;
	}
	.total_buy_product_detail_page-mobile {
		display: flex;
		width: 100%;
	}
}
.hidden_arrow.products__arr-right-slider,
.hidden_arrow.products__arr-left-slider {
	display: none !important;
}
.catalog-articles .products__arr-right-slider,
.blaze-slider-youtube-video .products__arr-right-slider {
	right: 0;
}
.catalog-articles .products__arr-left-slider,
.blaze-slider-youtube-video .products__arr-left-slider {
	right: 70px;
}

.blaze-slider.blaze-slider-youtube-video .blaze-track-container {
	padding-bottom: 40px;
}
.blaze-slider.blaze-slider-youtube-video .blaze-pagination {
	bottom: -5px;
}

@media (max-width: 1200px) {
	div.video-product-detail-items {
		padding-bottom: 120px;
	}
	.blaze-slider.blaze-slider-youtube-video .blaze-pagination {
		bottom: 40px;
	}
	.single-tabs .catalog-articles .catalog-articles__main {
		padding-bottom: 50px;
	}
}

@media (max-width: 900px) {
	div.video-product-detail-items {
		padding-bottom: 80px;
	}
	.blaze-slider.blaze-slider-youtube-video .blaze-pagination {
		bottom: 0;
	}
}

@media (max-width: 768px) {
	div.video-product-detail-items {
		padding-bottom: 0;
	}
	.blaze-slider.blaze-slider-youtube-video .blaze-pagination {
		bottom: 15px;
	}
}

@media (max-width: 575px) {
	.blaze-slider.blaze-slider-youtube-video .blaze-pagination {
		bottom: 20px;
	}
}

@media (max-width: 1366px) {
	div.catalog-articles {
		padding-top: 0;
	}
}
.slider-product-small-video {
	position: relative;
}
.single-product__mini-slide.slider-product-small-video:before {
	content: url(/upload/play_youtube.svg);
	position: absolute;
	right: 50%;
	top: 50%;
	height: 48px;
	width: 48px;
	transform: translate(50%, -50%);
}

.svg_video_product {
	position: absolute;
	right: 50%;
	top: 50%;
	height: 48px;
	width: 48px;
	transform: translate(50%, -50%);
}
.slider-product-img.slider-product-small-video .svg_video_product circle,
.slider-product-img.slider-product-small-video .svg_video_product path {
	transition: 0.3s;
}

.slider-product-img.slider-product-small-video:hover .svg_video_product path {
	transition: 0.3s;
	stroke: #FFF;
}
.slider-product-img.slider-product-small-video:hover .svg_video_product circle {
	transition: 0.3s;
	fill: #147627;
}

.privacy-order-confirm-notify {
	max-width: 430px;
}

.basket-user-info-input-product > div {
	display: flex;
	gap: 16px;
}
.basket-user-info-input-product > div .basket-user-info-input{
	width: 100%;
	margin-top: 16px;
}

@media screen and (max-width: 1920px) {
	div.container.form_sub_whatsapp_order {
		width: calc(100% - 30px);
		margin: 24px auto;
		max-width: 1860px;
	}
}
.privacy-order-container_main {
	display: flex;
}
@media screen and (max-width: 900px) {
	.container.form_sub_whatsapp_order,
	.basket-user-info-input-product > div {
		display: block;
	}
	#form_notify_helper_order > div {
		max-width: 100%;
		margin-top: 16px;
	}
	.basket-user-info-input-product .basket-user-info-input {
		max-width: 100%;
	}
	.privacy-order-container_main {
		display: block;
	}
	.privacy_product_container_notify {
		justify-content: flex-start;
	}
	div.privacy-order-confirm-notify {
		max-width: 100%;
	}
}


@media screen and (max-width: 575px) {
	.form_sub_whatsapp_s div.button_whatsapp,
	.form_sub_whatsapp_order .products__main-btn_order_notify {
		width: 100%;
	}
	a.form_sub_whatsapp_s {
		max-width: 100%;
		font-size: 20px;
		line-height: 1.3;
	}

}

.form_sub_whatsapp_s {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	max-width: 462px;
}

.form_sub_whatsapp_s .button_whatsapp {
	background:rgba(20, 118, 39, 1);
	padding: 13px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #FFF;
	width: fit-content;
	margin-top: 16px;
	transition: 0.3s;
}

.form_sub_whatsapp_s .button_whatsapp:hover {
	transition: 0.3s;
	background: #f96222;
}

.form_sub_whatsapp_s span {
	color: rgba(20, 118, 39, 1);
}

@media screen and (max-width: 1460px) {
	.form_sub_whatsapp_order_img {
		display: none;
	}
}

@media (max-width: 768px) {
	div.feedback .reviews__name {
		font-size: 16px;
	}
}


@media (max-width: 480px) {
	.articles-comments a.single-article__leave-comm {
		width: fit-content;
	}
}

table.calendar_product{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
	border-radius: 16px;
}
table.calendar_product,table.calendar_product td, table.calendar_product th {
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
table.calendar_product td,table.calendar_product th {
	background: rgba(245, 245, 245, 1);
	position: relative;
}
table.calendar_product tr td:first-child {
	max-width: 210px;
}

table.calendar_product th {
	background: #347c99;
	color: #fff;
	font-weight: normal;
	padding: 16px;
}
table.calendar_product  td:first-child {
	padding: 16px 24px 16px 60px;
	position: relative;
}

table.calendar_product tbody tr:first-child td {
	padding: 16px;
	text-align: center;
	width: 90px;
}

table.calendar_product tbody tr:first-child td p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	text-align: center;
}
table.calendar_product tbody tr:first-child td:first-child {
	text-align: left;
}

.calendar_svg_container {
	min-height: 32px;
	height: 32px;
	min-width: 32px;
	width: 32px;
	background: rgba(20, 118, 39, 1);
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.calendar_svg_container_green {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFF;
	transition: 0.3s;
	cursor: pointer;
	z-index: 1;
}

.calendar_svg_container_green:hover {
	transition: 0.3s;
	background: rgba(20, 118, 39, 1);
}

.calendar_svg_container_green rect,
.calendar_svg_container_green path {
	transition: 0.3s;
}

.calendar_svg_container_green:hover rect,
.calendar_svg_container_green:hover path {
	stroke: #FFF;
	transition: 0.3s;
}

table.calendar_product tbody tr:first-child td:first-child {
	border-radius: 16px 0 0 0;
}

table.calendar_product tbody tr:first-child td:last-child {
	border-radius: 0 16px 0 0;
}

table.calendar_product tbody tr:last-child td:last-child {
	border-radius: 0 0 16px 0;
}

table.calendar_product tbody tr:last-child td:first-child {
	border-radius: 0 0 0 16px;
}

.calendar_name_td[onclick] {
	text-decoration: underline;
	transition: 0.3s;
	cursor: pointer;
}

.calendar_name_td:hover {
	color: #147627;
	transition: 0.3s;
}


.calendar_modal_description {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 762px;
	background: white;
	padding: 40px 80px;
	border-radius: 16px;
	z-index: 101;
	max-height: 90vh;
	display: flex;
	overflow: hidden;
}

.calendar_modal_inner {
	padding: 0 80px;
	margin: 0 -80px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 100%;
	scrollbar-color: #147627 #ffffff;
  scrollbar-width: thin;
}

.calendar_modal_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	margin-bottom: 24px;
}

.calendar_modal_body {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}

.calendar_modal_body a {
  color: #147627;
  text-decoration: underline;
}

.calendar_modal_description_close {
	position: absolute;
	top: 20px;
	right: 24px;
	cursor: pointer;
}

table.calendar_product {
	margin-bottom: 16px;
}

.calendar_modal_description_container img {
	border-radius: 24px;
	margin: 24px 0;
}

.calendar_modal_description_container:before {
	content: '';
	background: #313932;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 100
}

.calendar_modal_description_container .ss-scroll {
	left: calc(100% + 50px) !important;
}

@media screen and (max-width: 1280px) {
	.calendar_name_td .calendar_svg_container {
		display: none;
	}
	table.calendar_product td:first-child {
		padding: 10px;
	}
	table.calendar_product tbody tr:first-child td {
		padding: 8px;
	}
	table.calendar_product, table.calendar_product td, table.calendar_product th {
		font-size: 13px;
	}
}

[data-tooltip]:before {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
[data-tooltip]:before {
	position: absolute;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFFFFF;
	color: #7A7A7A;
	width: max-content;
	max-width: 200px;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	z-index: 2;
}

@media screen and (min-width: 900px) {
	[data-tooltip]:hover:before, [data-tooltip]:hover:after {
		visibility: visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

.calendar_mobile_faq {
	display: none;
}



.calendar_mobile_faq.active .calendar_name_mobile {
	display: block;
	position: relative;
	padding: 8px 24px 8px 12px;
	background: #F5F5F5;
	border-radius: 8px;
	margin: 10px 0;
	max-height: 58px;
	overflow: hidden;
}
.calendar_mobile_faq.active .calendar_name_mobile > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	background: #F5F5F5;
}

.calendar_mobile_faq.active .calendar_svg_container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: rgba(20, 118, 39, 1);
	top: unset;
	left: unset;
	bottom: unset;
	margin: 0 12px 0 0;
	padding: 0;
	transform: unset;
}

.calendar_mobile_faq_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}


.calendar_svg_container_open {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.calendar_name_mobile {
	display: block;
}
.calendar_mobile_faq_description {
	display: none;
	margin: 12px 0;
}

.calendar_name_mobile.active .calendar_mobile_faq_description {
	display: block;
}

.calendar_mobile_faq.active .calendar_name_mobile.active {
	max-height: max-content;
}

.calendar_mobile_faq_description_value {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	width: fit-content;
	background: #147627;
	padding: 2px 8px;
	border-radius: 20px;
	color: #FFF;
}

.calendar_mobile_faq_description_value_notify {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	margin-top: 10px;
}

.overlay-block-yt {
	z-index: 102;
}

.calendar_modal_video {
	cursor: pointer;
	position: relative;
}
.calendar_youtube_svg_container {
	display: none;
}
.calendar_modal_video .calendar_youtube_svg_container {
	display: flex;
	position: absolute;
	bottom: 16px;
	right: 16px;
	transition: 0.3s;
	height: 48px;
	width: 48px;
	justify-content: center;
	align-items: center;
	background: #147627;
	border-radius: 12px;
}

.calendar_modal_video:hover .calendar_youtube_svg_container {
	background: #F96222;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.team__tabs-link {
		font-size: 14px;
		line-height: 1.3;
	}
}

.notify_product_button {
	width: 100%;
	box-shadow: unset;
	border-radius: 36px;
	background: #8A8A8A;
	color: white;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	height: 46px;
	border: none;
	transition: background-color 0.3s;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding: 0 18px;
}

.privacy-order-confirm-notify {
	max-width: unset;
	text-align: left;
}

.notify_product_button.notify_product_button-main.products__main-btn {
	color: #FFF;
	border: none;
}

.container_helper_review_button {
	display: flex;
	justify-content: space-between;
	background: #edf4ee;
	border-radius: 12px;
	align-items: center;
	position: relative;
	padding: 16px 24px 16px 170px;
}

.container_helper_review_button img {
	position: absolute;
	bottom: 0;
	left: 24px;
}
.container_helper_review_button {
	margin-top: 40px;
}

.container_helper_review_button p {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #313932;
}

.container_helper_review_button a.single-article__leave-comm svg {
	display: none;
}

.container_helper_review_button a.single-article__leave-comm {
	margin-bottom: 0;
	min-width: max-content;
	transition: 0.3s;
}

.container_helper_review_button a.single-article__leave-comm:hover {
	background: #f96222;
	transition: 0.3s;
}

@media screen and (min-width: 900px) {
	.team__tabs-content.articles-comments {
		transform: translateY(-20px);
	}
}

a.single-article__leave-comm.hide-btn {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	position: unset;
}

.video_review_item {
	width: 90px;
	height: 90px;
	border-radius: 12px;
	border: 1px solid #147627;
	cursor: pointer;
	position: relative;
}

.video_review_item video {
	width: 90px;
	height: 90px;
}

.video_review_item:after {
	display: flex;
	content: url(/upload/svg_video_preview_product.svg);
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 30px;
	height: 30px;
	background: #147627;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	padding-top: 2px;
	padding-left: 2px;
}

.success_review_modal_fade:before,
.review_active_video_user_fade:before {
	content: '';
	background: #313932;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 24
}
.success_review_modal_fade > div,
.review_active_video_user_fade > div {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	z-index: 32;
	opacity: 1;
	width: max-content;
	border-radius: 16px;
	cursor: default !important;
	left: 0;
	right: 0;
	margin: 0 auto
}

.success_review_modal_fade > div {
	top: 50%;
	transform: translateY(-50%);
	padding: 56px;
	background: #FFF;
	border-radius: 16px;
	max-width: 516px;
}

.success_review_modal_subtitle {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #313932;
}
.success_review_modal_title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #147627;
}


.review_active_video_user_fade video {
	max-width: 700px;
}

.rating_value_number {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	color: #313932;
	margin-left: 8px;
	transform: translateY(-2px);
}

.review_info_title_user {
	color: #313932;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.feedback div.reviews__info {
	width: 100%;
	max-width: 100%;
}
.feedback div.reviews__item {
	padding: 24px 0;
}

div.reviews__name_char {
	background: #F1F1F1;
	color: #147627;
	width: 48px;
	min-height: 48px;
	min-width: 48px;
	height: 48px;
	margin-right: 8px;
}

.review_item_product_username_contaner {
	display: block;
}

.reviews__box .product-rating {
	height: auto;
}

.review_item_product_username_container_flex {
	display: flex;
	justify-content: flex-start;
}

.answer__items p.reviews__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	color: #313932;
}

.gardenmart_avatar_review {
	margin-right: 8px;
}

.review_admin_name_container {
	display: flex;
	height: 50px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	max-width: 255px;
}

.review_admin_name_container p {
	width: 100%;
}

.review_admin_user_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #147627;
}

.answer__item.review_item.review_item_admin .reviews__date {
	height: 44px;
	margin-left: 16px;
}

@media screen and (max-width: 1070px) {
	.container_helper_review_button img {
		display: none;
	}
	.container_helper_review_button {
		padding: 16px 24px;
	}
}

@media screen and (max-width: 900px){
	.container_helper_review_button {
		display: block;
		background: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.feedback div.container_helper_review_button a.single-article__leave-comm{
		width: calc(100% - 24px);
		padding-right: 16px;
		margin-top: 16px;
		justify-content: center;
	}

	.team__tabs-content.articles-comments .feedback .reviews__item .reviews__top-wrapper {
		align-items: flex-start;
		display: flex;
		flex-direction: unset;
	}

	.products__main-tabs-mobile-wrap .feedback div.reviews__item {
		padding: 0;
	}

}

.review_item_product_username_container {
	position: relative;
}

@media screen and (max-width: 900px){
	.answer__items p.reviews__name {
		font-size: 12px;
		width: unset;
	}
	.reviews__box {
		width: calc(100% - 30px);
		overflow: hidden;
	}
	.success_review_modal_fade > div {
		max-width: calc(100% - 30px);
		padding: 16px;
	}
}

#admin_review_text {
	width: 100%;
	height: 72px;
	border: 1.5px solid #F1F1F1;
	background: #F8F8F8;
	padding: 10px;
	border-radius: 12px;
	margin-bottom: 16px;
	margin-top: 12px;
	overflow: hidden;
	height: 120px;
}

.success_review_modal_fade_admin > div {
	padding: 24px;
}

.success_review_modal_fade_admin button {
	border-radius: 24px;
	background: #147627;
	padding: 14px 24px;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	border: 0;
	transition: 0.3s;
	cursor: pointer;
}

.success_review_modal_fade_admin button:hover {
	background: #ff6130;
	transition: 0.3s;
}


.success_review_modal_fade_admin .success_review_modal_subtitle {
	font-size: 18px;
	text-align: left;
}

.success_review_modal_fade_admin svg {
	position: absolute;
	right: 24px;
	top: 24px;
}

.tab-itemwidth {
	max-width: 1141px;
}

.calendar_mobile_faq_more {
	margin-top: 16px;
	text-align: center;
}

.calendar_mobile_faq_more a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	color: #f96222;
}


@media screen and (min-width: 900px){
	section.main-catalog .single-tabs .delivery__payment-wrapper a, section.main-catalog .single-tabs .single-content__info span,
	section.main-catalog .single-tabs .delivery__payment-wrapper p, section.main-catalog .single-tabs div.delivery_pay_item p, .main-catalog .single-tabs div.delivery_pay_item li,
	section div.reviews__info {
		font-size: 16px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 1600px) {
	a.team__tabs-link {
		padding: 14px 16px;
	}
}
@media screen and (max-width: 1400px) {
	a.team__tabs-link {
		font-size: 15px;
		line-height: 1.3;
	}
}

@media (max-width: 768px) {
	div.feedback .reviews__name {
		font-size: 13px;
		max-width: initial;
		min-width: max-content;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}

	.calendar_modal_description {
		height: auto;
		left:16px;
		top: 16px;
		bottom: 72px;
		width: calc(100% - 32px);
		padding: 40px 16px 24px;
		transform: none;
	}

	.calendar_modal_inner {
		padding: 0 16px;
		margin: 0 -16px;
	}

	.calendar_modal_title {
		font-size: 24px;
		line-height: 1.3;
	}

	.calendar_modal_body {
		font-size: 14px;
	}

	.ss-content {
		width: 100% !important;
	}
}


@media screen and (min-width: 1200px) {
	.slider-product-img.slider-product-small-video  img {
		height: 500px;
	}
}

.container_dolyami_split_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 375px;
	margin-bottom: 16px;
}

.container_dolyami_split_detail > div {
	border: 1px solid #DEDEDE;
	border-radius: 24px;
	padding: 6px 16px 6px 6px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	min-height: 44px;
	position: relative;
}

div.container_dolyami_split_detail img {
	width: 65px;
	height: 28px;
}

.container_dolyami_split_detail p {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: #313932;
	min-width: 65px;
	margin: 0 12px;
}

.container_dolyami_split_detail_widget_fade {
	display: none;
}
.container_dolyami_split_detail_widget_fade:before {
	content: '';
	background: #313932;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 24;
}

.container_dolyami_split_detail_widget_fade > div {
	position: fixed;
	top: 120px;
	background: #fff;
	z-index: 32;
	opacity: 1;
	width: fit-content;
	border-radius: 16px;
	padding: 10px;
	cursor: default !important;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.container_dolyami_split_detail.mobile_split p {
	font-size: 14px;
}

.container_dolyami_split_detail.mobile_split {
	display: none;
}
.container_dolyami_split_detail.mobile_split .widget_svg_container {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
	.container_dolyami_split_detail {
		margin-bottom: 0;
		padding-top: 24px;
	}
}

@media screen and (max-width: 775px) {
	.widget_svg_container {
		display: none;
	}
	.container_dolyami_split_detail > div {
		padding: 6px;
	}
}
@media screen and (max-width: 725px) {
	.widget_svg_container {
		display: block;
	}
	.container_dolyami_split_detail {
		display: none;
	}
	.container_dolyami_split_detail.mobile_split {
		display: block;
		margin-bottom: 24px;
	}
	.container_dolyami_split_detail {
		max-width: unset;
	}
	.container_dolyami_split_detail > div {
		margin-bottom: 8px;
	}
	.digi-dolyame-modal__wrapper {
		top: 24px !important;
		transform: unset !important;
		bottom: unset !important;
	}
	.digi-dolyame-modal-advanced-new:not(.digi-dolyame-scheme__product-card) {
		transform: translateX(-50%) !important;
	}
	.container_dolyami_split_detail_widget_fade > div {
		padding: 0;
		top: 24px;
	}
}
.ya-pay-widget {
	width: 360px !important;
}

@media screen and (max-width: 575px) {
	.container_dolyami_split_detail {
		padding: 0 15px;
	}
	.ya-pay-widget {
		width: 300px !important;
	}
}
.single-product__slider-img .compare_grid {
	right: 0;
}

.single-product__info-wrapper .compare_grid_n svg {
	height: 24px;
}
.single-product__info-wrapper .compare_grid_n {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: rgba(122, 122, 122, 1);
	height: 32px;
	margin-left: 12px;
	cursor: pointer;
}

.single-product__info-wrapper .compare_grid_n path {
	transition: 0.3s;
}

.single-product__info-wrapper .compare_grid_n:hover path {
	stroke: #147627;
	transition: 0.3s;
}

.single-product__info-wrapper .compare_grid_n.compare_remove svg path {
	stroke: #147627;
}

div.products__wrapper-helper [data-tooltip]:before {
	left: -90px;
}

.single-product__slider-img > [data-tooltip]:before {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
.single-product__slider-img > [data-tooltip]:before {
	width:  165px;
	position: absolute;
	bottom: 5px;
	left: -90px;
	right: unset;
	border-radius: 8px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #333333;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
@media screen and (min-width: 900px) {
	.single-product__slider-img > [data-tooltip]:hover:before, .single-product__slider-img > [data-tooltip]:hover:after {
		visibility: visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}
.single-product__slider-img .compare_grid {
	top: 70px;
}

@media screen and (max-width: 1368px) {
	.single-product__slider-img .compare_grid {
		right: 16px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 480px) {
	.single-product__slider-img .compare_grid {
		right: 40px;
	}
}

.total_buy_product_detail_page-mobile_compare {
	border: 1px solid #DEDEDE;background: #FFF;border-radius: 24px;padding: 1px;
}
.total_buy_product_detail_page-mobile_compare a {
	gap: 12px;
}
.total_buy_product_detail_page-mobile_compare p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.tab-itemwidth-advice {
	max-width: unset !important;
}
.new_agronom_flex {
	display: flex;
	justify-content: space-between;
}

.new_agronom_flex > div {
	width: calc(50% - 16px);
}
.new_agronom_flex li {
	margin-bottom: 8px;
}

.new_agronom_flex h4.tab-item-delivery-pay-item {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}

@media screen and (max-width: 900px) {
	.new_agronom_flex {
		display: block;
	}
	.new_agronom_flex > div {
		width: 100%;
	}
	.new_agronom_flex h4.tab-item-delivery-pay-item {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.3;
	}
	.new_agronom_flex > div:last-child {
		margin-bottom: 16px;
	}
	.new_agronom_flex > div:nth-child(2) {
		margin-top: 12px;
	}
}
/* End */


/* Start:/bitrix/templates/UpFly/components/bitrix/catalog.section/page_product_slider/style.css?16968302633808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-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 */


/* Start:/bitrix/templates/UpFly/components/bitrix/catalog.section/page_product_slider/themes/blue/style.css?1696830263825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/bitrix/templates/UpFly/components/bitrix/catalog.element/.default/themes/blue/style.css?16263573941064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /bitrix/templates/UpFly/components/bitrix/breadcrumb/breadcrumbs/style.css?1621418311585 */
/* /bitrix/templates/UpFly/components/bitrix/catalog/catalog/style.css?17255218381220 */
/* /bitrix/templates/UpFly/components/bitrix/catalog.element/.default/style.css?173451592482773 */
/* /bitrix/templates/UpFly/components/bitrix/catalog.section/page_product_slider/style.css?16968302633808 */
/* /bitrix/templates/UpFly/components/bitrix/catalog.section/page_product_slider/themes/blue/style.css?1696830263825 */
/* /bitrix/templates/UpFly/components/bitrix/catalog.element/.default/themes/blue/style.css?16263573941064 */
