

/* Start:/local/templates/wse60c/css/pwa-install.css?17761518242110*/
/* PWA install banner */
.pwa-install-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 9999;
  font-family: inherit;
}

.pwa-install-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid rgba(25, 45, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(25, 45, 70, 0.12);
}

.pwa-install-banner__logo {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwa-install-banner__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pwa-install-banner__content {
  flex: 1 1 auto;
  min-width: 0;
}

.pwa-install-banner__title {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #1c2f45;
}

.pwa-install-banner__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5f6f82;
}

.pwa-install-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
}

.pwa-install-banner__btn {
  appearance: none;
  border: 0;
  border-radius: 12px;
  background: #1c2f45;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  padding: 11px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.pwa-install-banner__btn--secondary {
  background: #eef3f8;
  color: #1c2f45;
}

.pwa-install-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #7b8b9c;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 640px) {
  .pwa-install-banner__inner {
    align-items: flex-start;
    padding: 14px 14px 14px 14px;
  }

  .pwa-install-banner__actions {
    width: 100%;
    margin-top: 6px;
  }

  .pwa-install-banner__btn {
    width: 100%;
  }

  .pwa-install-banner__inner {
    flex-wrap: wrap;
  }

  .pwa-install-banner__content {
    width: calc(100% - 66px);
  }
}

/* End */


/* Start:/local/templates/wse60c/components/bitrix/catalog.item/mainitem/style.css?177583832924863*/
.product-item-container { position: relative; }
.product-item-container.hover { z-index: 17; }
.product-item {display: block;box-sizing: border-box;padding-top: 15px;width: 100%;border: 1px solid transparent;border-radius: 2px;background: #fff;box-shadow: 0 0 0 0 rgba(0, 0, 0, .19)}
.product-item-big-card .product-item,
.product-item-small-card .product-item { }
.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }
.bx-no-touch .product-item-container.hover .product-item {position: absolute;right: -15px;left: -15px;padding: 15px 15px 0;width: auto;border-color: transparent;box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19)}
.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}
.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.product-item-image-wrapper {position: relative;display: block;margin-bottom: 15px;padding-top:180px;width:180px;transition: all 300ms ease}
.product-item-image-wrapper:hover { }
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
.product-item-image-original { z-index: 11; }
.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }
.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }
.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }
.product-item-image-slider-slide-container {position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;overflow: hidden;width: 100%;height: 100%;transition: opacity 300ms ease}
.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}
.snds{font-weight:400; font-size:13px; color:#777777}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

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

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

/*SMALL*/
.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-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@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,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

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

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

@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 {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.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%;
	-webkit-transform: translateX(-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%;
	-webkit-transform: translateY(-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 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

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

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

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

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

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

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

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

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

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

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }
.product-item-amount-field-block {-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
.product-item-amount-field {
	display: block;font-family:'Nunito',sans-serif;
	padding: 0;width: 100%;height: 22px;border: 1px solid transparent;border-radius: 2px;background: transparent !important;
	color: #000;vertical-align: middle;text-align: center;font-weight: bold;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;appearance: none}
.product-item-amount-description-container {position: absolute;top: 100%;left: 0;right: 0;color: #a5a5a5;white-space: nowrap;font-size: 12px}

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

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

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

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

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

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

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

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

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

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

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

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

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

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

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

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

.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;
	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-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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; }
/* End */


/* Start:/local/templates/wse60c/template_styles.css?177885370632856*/
:root{
	--green: #4a9b6f; --green-dark: #357a55; --green-deep: #2d5f42; --green-light:  #7cbf96; --green-pale: #e8f5ee; --green-muted:  #c5e0cf; --text:  #2d3a2e; --text-muted: #4b5d4d; --text-light: #7a9a7c; 
	--white: #fefefe; --cream: #faf9f6; --cream-dark: #f2f0eb; --border: rgba(74,155,111,0.14);
	--shadow: 0 8px 40px rgba(74,155,111,0.12); --shadow-card:  0 4px 24px rgba(45,58,46,0.08); --heading: 'Manrope', sans-serif; --body:  'Nunito', sans-serif
}
*, *::before, *::after{box-sizing: border-box; margin: 0; padding: 0}
html{scroll-behavior: smooth}
body{font-family: var(--body);background: var(--white);color: var(--text);overflow-x: hidden;-webkit-font-smoothing: antialiased}
nav{position: fixed; top: 0; left: 0; right: 0; z-index: 100;display: flex; align-items: center; justify-content: space-between;padding: 0 48px; height: 72px;
	background: rgba(254,254,254,0.95);backdrop-filter: blur(16px);border-bottom: 1px solid var(--border);gap: 20px
}
.nav-logo{flex-shrink: 0}
.nav-logo img{height: 34px; width: auto; display: block; object-fit: contain}
.nav-logo-fallback{font-family: var(--heading); font-size: 16px; font-weight: 800; color: var(--green); text-decoration: none}
.nav-links{display: flex; gap: 26px; list-style: none; flex: 1; justify-content: center}
.nav-links a{font-family: var(--body); font-size: 14px; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: color .2s}
.nav-links a:hover{color: var(--green)}
.nav-right{display: flex; align-items: center; gap: 14px; flex-shrink: 0}
.nav-phone{font-family: var(--heading); font-size: 14px; font-weight: 700; color: var(--text); text-decoration: none; transition: color .2s; white-space: nowrap}
.nav-phone:hover{color: var(--green)}
.nav-tg{display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green-pale); text-decoration: none; transition: background .2s, transform .15s; flex-shrink: 0}
.nav-tg:hover{background: var(--green-muted); transform: scale(1.08)}
.nav-tg svg{width: 18px; height: 18px; fill: var(--green)}
a.nav-cta{font-family: var(--heading);font-size: 13px;font-weight: 700;padding: 10px 20px;background: var(--green);color: var(--white);text-decoration: none;
	border-radius: 8px;transition: background .2s, transform .15s;white-space: nowrap;position: relative;align-items: center;display: flex;gap: 10px
}
a.nav-cta:hover{background: var(--green-dark); transform: translateY(-1px); text-decoration:none;opacity:0.8; color:#fff;}
h1{line-height: 1.2em;display: block;margin: 10px 0}
.cart-qual {background: #6DB658;width: 20px;height: 20px;display: block;border-radius: 50px;color: #fff;font-size:13px;font-weight: 600;text-align: center;position: absolute;top: -7px;right: 0px}
.cart-head .cart-qual {left: calc(100% + -10px);right: initial}
hr{margin-top: 20px;margin-bottom: 50px;border: 0 none;border-bottom: 1px solid rgba(0,0,0,0.2)}
.breadcrumb {display: flex;flex-wrap: wrap;padding: 0 0;margin-bottom: 0;margin-top: 1em;list-style: none;background:transparent}
.breadcrumb li{font-size:13px;color: #777777}
.breadcrumb-item+.breadcrumb-item {padding-left: .5rem}
.breadcrumb-item+.breadcrumb-item::before {padding-right: .5rem;color: #6c757d;content: '|'}
.breadcrumb li a{font-size: 13px;color: #5D8167;text-decoration: none}
.breadcrumb li a:hover{font-size: 13px;color: #5D8167;text-decoration: underline}

  /* ─── HERO ─────────────────────────────────────────── */
.hero{display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; overflow: hidden}
.hero-left{display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 80px; background: var(--green-deep); position: relative; overflow: hidden}
.hero-left::before{content: ''; position: absolute; top: -80px; right: -60px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(124,191,150,0.16) 0%, transparent 70%); pointer-events: none}
.hero-left::after{content: ''; position: absolute; bottom: -60px; left: -30px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(74,155,111,0.14) 0%, transparent 70%); pointer-events: none}
.hero-badge{display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--green-light); text-transform: uppercase; margin-bottom: 26px}
.hero-badge::before{content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); flex-shrink: 0; animation: pulse 2.5s ease-in-out infinite}
@keyframes pulse{
	0%,100%{opacity:1; transform:scale(1)}
	50%{opacity:.35; transform:scale(1.4)}
}
.hero-title{font-family: var(--heading); font-size: clamp(52px, 6vw, 88px); font-weight: 800; line-height: .95; color: var(--white); letter-spacing: -.03em; margin-bottom: 10px}
.hero-title-sub{font-family: var(--body); font-size: clamp(12px, 1.2vw, 15px); font-weight: 400; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 34px}
.hero-desc{font-family: var(--body); font-size: 16px; line-height: 1.72; color: rgba(255,255,255,.65); max-width: 430px; margin-bottom: 44px; font-weight: 400}
.hero-desc strong{color: var(--green-light); font-weight: 700}
.hero-actions{display: flex; gap: 12px; flex-wrap: wrap}
.btn-primary{font-family: var(--heading); font-size: 14px; font-weight: 700; padding: 14px 32px; background: var(--green); color: var(--white); text-decoration: none; border-radius: 10px; transition: background .2s, transform .15s, box-shadow .2s; border: none; cursor: pointer; display: inline-block}
.btn-primary:hover{background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,155,111,0.4)}
.btn-ghost{font-family: var(--heading); font-size: 14px; font-weight: 600; padding: 14px 32px; background: transparent; color: rgba(255,255,255,.72); text-decoration: none; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.2); transition: border-color .2s, color .2s, background .2s; cursor: pointer; display: inline-block}
.btn-ghost:hover{border-color: rgba(255,255,255,.48); color: #fff; background: rgba(255,255,255,.05)}

.hero-right{display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px 56px; background: var(--cream); position: relative; overflow: hidden}
.hero-right::after{content: 'WSE'; position: absolute; font-family: var(--heading); font-size: 200px; font-weight: 800; color: rgba(74,155,111,0.05); letter-spacing: -.04em; right: -10px; bottom: 10px; pointer-events: none; line-height: 1}
.hero-stat-grid{display: grid; grid-template-columns: 1fr 1fr; gap: 3px; width: 100%; max-width:520px; margin-bottom: 36px; border-radius: 14px; overflow: hidden}
.hero-stat{background: var(--white); padding: 24px 20px}
.stat-num{font-family: var(--heading); font-size:44px; font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 5px}
.stat-num span{font-size:28px; color: var(--green)}
.stat-label{font-family: var(--body); font-size: 12px; font-weight: 500; color: var(--text-light); line-height: 1.4}
.hero-packages-label{font-family: var(--body); font-size: 11px; letter-spacing: .1em; color: var(--text-light); text-transform: uppercase; margin-bottom: 14px; align-self: flex-start; font-weight: 700}
.hero-pkg-row{display: flex; gap: 12px; align-items: flex-end; width: 100%; max-width: 420px}
.pkg-item{flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; cursor: pointer; transition: transform .2s}
.pkg-item:hover{transform: translateY(-5px)}
.pkg-item img{height:96px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,.10))}
.pkg-label{font-family: var(--heading); font-size: 11px; font-weight: 700; color: var(--text-muted); text-align: center}

/* ─── SECTION COMMONS ──────────────────────────────── */
section{position: relative}
.section-inner{max-width: 1200px; margin: 0 auto; padding: 0 48px}
.section-inner p{margin:20px 0;}
.section-tag{font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; display: block}
.section-title{font-family: var(--heading); font-size: clamp(26px, 3.6vw, 48px); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; color: var(--text)}
.section-title em{font-style: normal; color: var(--green)}

/* ─── FEATURES BAR ─────────────────────────────────── */
.features-bar{background: var(--green-deep); padding: 22px 0; overflow: hidden}
.features-bar-inner{display: flex}
.feat-item{display: flex; align-items: center; gap: 9px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.08); white-space: nowrap; flex-shrink: 0}
.feat-item:last-child{border-right: none}
.feat-icon{font-size: 17px; opacity: .8}
.feat-text{font-family: var(--body); font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72)}
.feat-text strong{color: var(--green-light); font-weight: 700}

/* ─── WHY ──────────────────────────────────────────── */
.why-section{padding: 120px 0; background: var(--white)}
.why-grid{display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; margin-top: 56px}
.why-desc{font-family: var(--body); font-size: 16px; line-height: 1.75; color: var(--text-muted); margin-top: 22px}
.why-number-block{margin-top: 40px; padding: 30px; background: var(--green-deep); border-radius: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px}
.wn-val{font-family: var(--heading); font-size: 28px; font-weight: 800; color: var(--green-light); line-height: 1}
.wn-label{font-family: var(--body); font-size: 12px; color: rgba(255,255,255,.42); margin-top: 5px; line-height: 1.4}
.why-cards{display: flex; flex-direction: column; gap: 3px}
.why-card{background: var(--cream); padding: 28px 32px; display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: start; transition: background .2s; cursor: default; border-radius: 4px}
.why-card:first-child{border-radius: 14px 14px 4px 4px}
.why-card:last-child{border-radius: 4px 4px 14px 14px}
.why-card:hover{background: var(--green-pale)}
.why-card-num{font-family: var(--heading);font-size: 20px;font-weight: 700;color: var(--green);text-align: center;background: #fff;border-radius: 50%;height: 40px;width: 40px;display: flex;align-items: center;justify-content: center}
.why-card-title{font-family: var(--heading); font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px}
.why-card-text{font-family: var(--body); font-size: 13px; line-height: 1.65; color: var(--text-muted)}

/* ─── DILUTION TABLE ───────────────────────────────── */
.dilution-section{padding: 100px 0; background: var(--cream)}
.dilution-grid{display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 52px; border-radius: 16px; overflow: hidden}
.dil-card{background: var(--white); padding: 34px 28px}
.dil-card.highlight{background: var(--green-deep)}
.dil-ratio{font-family: var(--heading); font-size: 24px; font-weight: 800; color: var(--text); margin-bottom: 8px; line-height: 1}
.dil-card.highlight .dil-ratio{color: var(--green-light)}
.dil-result{font-family: var(--body); font-size: 12px; color: var(--text-light); margin-bottom: 18px; font-weight: 600}
.dil-card.highlight .dil-result{color: rgba(255,255,255,.42)}
.dil-divider{width: 28px; height: 2px; background: var(--green-muted); margin-bottom: 16px; border-radius: 2px}
.dil-card.highlight .dil-divider{background: rgba(255,255,255,.14)}
.dil-title{font-family: var(--heading); font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 9px}
.dil-card.highlight .dil-title{color: var(--white)}
.dil-text{font-family: var(--body); font-size: 13px; line-height: 1.65; color: var(--text-muted)}
.dil-card.highlight .dil-text{color: rgba(255,255,255,.52)}
.dil-apps{display: flex; flex-wrap: wrap; gap: 5px; margin-top: 14px}
.dil-tag{font-family: var(--body); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; background: var(--green-pale); color: var(--green-dark)}
.dil-card.highlight .dil-tag{background: rgba(255,255,255,.1); color: rgba(255,255,255,.62)}
.notice-box{margin-top: 20px; padding: 18px 22px; background: var(--white); border-radius: 10px; border-left: 3px solid var(--green)}
.notice-box p{font-family: var(--body); font-size: 13px; color: var(--text); line-height: 1.65}
.notice-box strong{font-weight: 700; color: var(--green-dark)}

main{padding: 100px 0 20px;background: var(--cream)}
main .innertext{background: var(--white);padding: 34px 28px;border-radius: 16px;}

.industries-section{padding: 120px 0; background: var(--white)}
.industries-header{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px}
.ind-grid{display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; border-radius: 16px; overflow: hidden}
.ind-card{background: var(--cream); padding: 28px 24px; cursor: default; transition: background .25s, transform .2s}
.ind-card a{display:block; text-decoration:none}
.ind-card:hover{background: var(--green-deep); transform: translateY(-3px); box-shadow: var(--shadow)}
.ind-card a:hover{text-decoration:none}

.ind-card:hover .ind-title{color: var(--white)}
.ind-card:hover .ind-desc{color: rgba(255,255,255,.48)}
.ind-icon{font-size:40px; margin-bottom: 12px}
.indimage{display:block; height:160px}
.indimage img{width:auto;height:auto;max-width:100%; display:block; }
.ind-title{font-family: var(--heading); font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 7px; transition: color .25s}
.ind-desc{font-family: var(--body); font-size: 12px; line-height: 1.6; color: var(--text-muted); transition: color .25s}

.how-section{padding:80px 0; background: var(--green-deep)}
.how-section .section-tag{color: var(--green-light)}
.how-title{color: var(--white)}
.how-title em{color: var(--green-light)}
.how-steps{display: grid; gap: 3px; margin-top: 52px; border-radius: 16px; overflow: hidden}
.how-steps.steps1{grid-template-columns: repeat(1,1fr)}
.how-steps.steps2{grid-template-columns: repeat(2,1fr)}
.how-steps.steps3{grid-template-columns: repeat(3,1fr)}
.how-steps.steps4{grid-template-columns: repeat(4,1fr)}
.how-step{background: rgba(255,255,255,.04); padding: 32px 24px; border-top: 2px solid transparent; transition: border-color .3s, background .3s}
.how-step:hover{background: rgba(255,255,255,.08); border-color: var(--green-light)}
.step-num{font-family: var(--heading); font-size: 40px; font-weight: 800; color: rgba(255,255,255,.28); line-height: 1; margin-bottom: 16px}
.step-title{font-family: var(--heading); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 9px}
.step-text{font-family: var(--body); font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.68)}
.step-text ul{padding-left:15px}

.pricing-section{padding: 80px 0; background: var(--cream)}
.pricing-grid{display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin-top: 52px; border-radius: 16px; overflow: hidden}
.price-card{background: var(--white); padding: 32px 24px; transition: transform .2s; position: relative}
.price-card:hover{transform: translateY(-4px); box-shadow: var(--shadow); z-index: 1}
.price-card.featured{background:var(--green-pale); padding-top:12px;}
.price-badge{font-family: var(--body);font-size: 10px;font-weight: 700;letter-spacing: .05em;padding: 4px 10px;border-radius: 20px;background: var(--green-pale);color: var(--green-dark);display: block;margin-bottom:0;position: absolute;right: 12px;top: 12px;z-index: 24}
.featured .price-badge{background:var(--green-dark);color:var(--green-pale)}
.price-img{height:160px; object-fit: contain; margin-bottom: 16px; display: block; border-radius:10px}
.price-volume{font-family: var(--heading); font-size: 14px; font-weight: 700; color: var(--text-muted); margin-bottom: 5px}
.price-per-kg{font-family: var(--heading); font-size: 26px; font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 3px}
.price-unit{font-family: var(--body); font-size:14px; color: var(--text-light)}
.price-total{margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); font-family: var(--body); font-size: 13px; color: var(--text-muted)}
.price-total strong{font-family: var(--heading); font-size: 17px; font-weight: 800; color: var(--text)}
.price-card.featured .price-total strong{color: #000}
.price-cta{display: block; margin-top: 20px; font-family: var(--heading); font-size: 13px; font-weight: 700; padding: 11px; text-align: center; background: var(--green-pale); color: var(--green-dark); text-decoration: none; border-radius: 8px; transition: background .2s; border: none; cursor: pointer; width: 100%}
.price-cta:hover{background: var(--green-muted)}
.price-card.featured .price-cta{background: var(--green); color: var(--white)}
.price-card.featured .price-cta:hover{background: var(--green-dark)}

.trust-section{padding: 100px 0; background: var(--white)}
.trust-grid{display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 52px; border-radius: 16px; overflow: hidden}
.trust-grid.recept2{grid-template-columns: repeat(2,1fr)}
.trust-card{background: var(--cream); padding: 36px 32px; transition: background .2s}
.trust-card:hover{background: var(--green-pale)}
.trust-card a,
.trust-card a:hover{display:block; text-decoration:none}

.trust-icon{font-size: 28px; margin-bottom: 16px}
.trust-icon span{color:var(--green); text-decoration:none; font-weight:700; font-size:18px;}
.trust-title{font-family: var(--heading); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 9px}
.trust-text{font-family: var(--body); font-size: 14px; line-height: 1.7; color: var(--text-muted)}

.prefoot{padding: 10px 0;background: #fff;box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1); position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}
.prefoot .container{width: 100%;padding-right: 1rem;padding-left: 1rem;margin-right: auto;margin-left: auto}
.prefoot .row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(var(--bs-gutter-y) * -1);margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5)}
.prefoot .col{flex:1}
.prefoot .col a{flex:1; width: 100%;margin: 0 auto;height: 36px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;text-decoration: none;color: #121212;flex-direction: column;}
.prefoot .col a img{width:16px;height:16px;display:block}
.prefoot .cart-num{background: #3CCBDA;border-radius: 2px;font-weight: 600;font-size: 8px;color: #fff;position: absolute;top: -7px;right: -32px;padding: 1px 3px}
.prefoot .col a>span.labl{display: block;font-size: 11px;line-height: 12px;text-decoration: none;color: #121212}

.order-section{padding: 120px 0; background: var(--cream)}
.order-layout{display: grid;grid-template-columns: 1fr 1.55fr;gap: 56px;align-items: start;margin-top: 52px}
 
.cookiesinfo{opacity:0.8;border: 1px solid #dedede;position: fixed;max-width: 100%;width: 800px;padding: 10px 15px;bottom: 20px; left: calc(50% - 400px);display: flex;align-items: center;justify-content: center;background: #fff;border-radius:10px;z-index:1002}
.cookiesinfo:hover{opacity:1}
.cookiesinfo .cookiestext{color: #333;font-size: 12px;line-height: 1.25em;margin: 0 10px 0 0}
.cookiesinfo .cookiestext a{color:var(--green); text-decoration:underline}
.cookiesinfo .cookiestext a:hover{color:var(--green-light);}
.cookiesinfo a.cookiesbtn{padding:10px 30px; cursor: pointer; font-weight: 300;text-align: center; border:1px solid var(--green); background:var(--green); color:#fff}
.cookiesinfo a.cookiesbtn:hover{color:#fff; border:1px solid var(--green-light); background:var(--green-light)}

.totop{background: url(/local/templates/wse60c/img/arrow-up-circle.svg) transparent 0 0 no-repeat; width: 40px; height: 40px; display: block; position: fixed; bottom: 10%; right: 3%}

.order-channels { display: flex; flex-direction: column; gap: 3px; }
.order-channel {
  background: var(--white); padding: 18px 24px;
  display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center;
  transition: background .2s; cursor: pointer; text-decoration: none; border-radius: 4px;
}
.order-channel:first-child { border-radius: 14px 14px 4px 4px; }
.order-channel:last-child  { border-radius: 4px 4px 14px 14px; }
.order-channel:hover { background: var(--green-deep); }
.order-channel:hover .oc-title { color: rgba(255,255,255,.5); }
.order-channel:hover .oc-val   { color: var(--green-light); }
.oc-icon  { font-size: 19px; }
.oc-title { font-family: var(--body); font-size: 11px; font-weight: 700; color: var(--text-light); transition: color .2s; letter-spacing: .04em; text-transform: uppercase; }
.oc-val   { font-family: var(--heading); font-size: 14px; font-weight: 700; color: var(--text); transition: color .2s; }
 
/* ── Right: form ── */
.order-form-wrap {
  background: var(--green-deep);
  padding: 40px 40px 36px;
  border-radius: 20px;
}
.form-title { font-family: var(--heading); font-size: 19px; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.form-sub   { font-family: var(--body); font-size: 13px; color: rgba(255,255,255,.42); margin-bottom: 28px; }
 
/* Two-column grid for short fields */
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
 
.form-group { margin-bottom: 14px; }
.form-label {
  display: block; font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: .07em; color: rgba(255,255,255,.45); text-transform: uppercase; margin-bottom: 7px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%; padding: 11px 14px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 8px; color: var(--white);
  font-family: var(--body); font-size: 14px;
  transition: border-color .2s, background .2s; outline: none;
}
.form-textarea { resize: vertical; min-height: 68px; line-height: 1.55; }
.form-input:focus,
.form-select:focus,
.form-textarea:focus  { border-color: var(--green-light); background: rgba(255,255,255,.1); }
.form-input::placeholder,
.form-textarea::placeholder { color: rgba(255,255,255,.22); }
.form-select { appearance: none; cursor: pointer; }
.form-select option { background: #2d5f42; color: #fff; }
 
/* ── Checkbox group ── */
.check-group {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 2px;
}
.check-item {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  font-family: var(--body); font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.7);
  user-select: none;
}
.check-item input[type="checkbox"] { display: none; }
.check-box {
  width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .18s, background .18s;
}
.check-box svg { width: 10px; height: 10px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transition: opacity .15s; }
.check-item input:checked ~ .check-box { border-color: var(--green-light); background: var(--green); }
.check-item input:checked ~ .check-box svg { opacity: 1; }
.check-item:hover .check-box { border-color: var(--green-light); }
 
/* Hidden "other" text field */
.other-field {
  display: none; margin-top: 8px;
}
.other-field.visible { display: block; }
 
/* ── File upload ── */
.file-upload-label {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: rgba(255,255,255,.07);
  border: 1.5px dashed rgba(255,255,255,.18);
  border-radius: 8px; cursor: pointer;
  transition: border-color .2s, background .2s;
  font-family: var(--body); font-size: 13px; color: rgba(255,255,255,.55);
}
.file-upload-label:hover { border-color: var(--green-light); background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); }
.file-upload-label svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; flex-shrink: 0; }
#file-names { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 5px; min-height: 16px; }
 
/* ── Divider ── */
.form-divider {
  height: 1px; background: rgba(255,255,255,.08); margin: 18px 0;
}
 
.form-submit {
  width: 100%; margin-top: 20px; padding: 15px;background: var(--green); color: var(--white);font-family: var(--heading); font-size: 14px; font-weight: 700;border: none; border-radius: 10px; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.form-submit:disabled {opacity: 0.5;cursor: not-allowed;pointer-events: none}
.form-submit:hover:not(:disabled) { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,155,111,0.4); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; }
.form-submit .spinner {
  width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff; border-radius: 50%; display: none;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
 
.form-note { font-family: var(--body); font-size: 11px; color: rgba(255,255,255,.26); margin-top: 12px; line-height: 1.5; }
.form-note a {color: #fff;text-decoration: underline;opacity: 0.9}
.form-note a:hover{text-decoration:none}

.form-result {
  display: none; margin-top: 16px; padding: 14px 18px; border-radius: 10px;
  font-family: var(--body); font-size: 14px; font-weight: 600;
}
.form-result.success { background: rgba(74,155,111,.25); color: #a8e6c0; border: 1px solid rgba(124,191,150,.3); }
.form-result.error   { background: rgba(180,60,50,.2);  color: #f5b7b1; border: 1px solid rgba(180,60,50,.3); }
 
/* ─── MOBILE ── */
@media (max-width: 960px) {
  .order-layout { grid-template-columns: 1fr; gap: 28px; }
  .form-row-2   { grid-template-columns: 1fr; }
}


.sample-section{padding: 36px; background: var(--green-pale); border-top: 1px solid var(--green-muted); margin-top:20px}
.sample-inner{display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap}
.sample-label{font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--green); text-transform: uppercase; margin-bottom: 9px}
.sample-title{font-family: var(--heading); font-size: 28px; font-weight: 800; color: var(--text); line-height: 1.18; letter-spacing: -.02em}
.sample-desc{font-family: var(--body); font-size: 15px; color: var(--text-muted); margin-top: 10px; max-width: 450px; line-height: 1.65}
.btn-sample{font-family: var(--heading); font-size: 14px; font-weight: 700; padding: 16px 40px; background: var(--green); color: var(--white); text-decoration: none; border-radius: 10px; display: inline-block; transition: transform .15s, background .2s, box-shadow .2s; white-space: nowrap}
.btn-sample:hover{background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,155,111,0.35)}

  footer{background: var(--green-deep); padding: 56px 0 34px}
.footer-inner{margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 40px}
.footer-logo-img{height:48px; width: auto; filter: brightness(10); opacity: .9; margin-bottom: 12px; display: block}
.footer-tagline{font-family: var(--body); font-size:12px; color: rgba(255,255,255,.38); line-height: 1.5}
.footer-col-title{font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.32); text-transform: uppercase; margin-bottom: 14px}
.footer-links{list-style: none; display: flex; flex-direction: column; gap: 9px}
.footer-links a{font-family: var(--body); font-size: 14px; color: rgba(255,255,255,.52); text-decoration: none; transition: color .2s}
.footer-links a:hover{color: var(--green-light)}
.footer-bottom{margin: 0 auto; padding: 20px 48px 0; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px}
.footer-copy{font-family: var(--body); font-size: 12px; color: rgba(255,255,255,.26)}
.footer-site a{font-family: var(--heading); font-size: 12px; font-weight: 600; color: var(--green-light); text-decoration: none}
.footer-site a:hover{color: var(--white)}

.reveal{opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease}
.reveal.visible{opacity: 1; transform: translateY(0)}
.reveal-d1{transition-delay: .1s}
.reveal-d2{transition-delay: .2s}
.reveal-d3{transition-delay: .3s}

.burger-btn{display: none; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 0; gap: 5px; z-index: 1001; position: relative;
	background: var(--green); border-radius:5px;
}

.burger-btn span{display: block; width: 24px; height: 2px; background: #fff; /* замените на цвет вашей шапки */
  border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease}

.burger-btn.is-active span:nth-child(1){transform: translateY(7px) rotate(45deg)}
.burger-btn.is-active span:nth-child(2){opacity: 0; transform: scaleX(0)}
.burger-btn.is-active span:nth-child(3){transform: translateY(-7px) rotate(-45deg)}

.nav-overlay{display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 998; opacity: 0; transition: opacity 0.35s ease}
.nav-overlay.is-visible{opacity: 1}
.mobile-nav{
	position: fixed; top: 0; left: 0; bottom: 0; width: min(320px, 85vw); background:var(--green-deep); 
	z-index: 999; transform: translateX(-100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; padding: 80px 24px 120px; overflow-y: auto
}
.mobile-nav.is-open{transform: translateX(0)}
.mobile-nav__links{list-style: none; padding: 0; margin: 0; flex: 1}
.mobile-nav__links li{border-bottom: 1px solid rgba(255, 255, 255, 0.08)}
.mobile-nav__links li a{display: block; padding: 16px 0; color: #fff; text-decoration: none; font-size: 17px; font-weight: 400; transition: color 0.2s, padding-left 0.2s}
.mobile-nav__links li a:hover{color: #7dd3fc; padding-left: 6px}
.mobile-nav__bottom{margin-top: 32px; display: flex; flex-direction: column; gap: 16px}
.mobile-nav__phone{color: #fff; text-decoration: none; font-size: 20px; font-weight: 600}
.mobile-nav__tg{display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: 14px; transition: color 0.2s}
.mobile-nav__tg:hover{color: #fff}
.mobile-nav__tg svg{width: 20px; height: 20px; fill: currentColor; flex-shrink: 0}

@media (max-width:991.98px){
	nav{padding: 0 10px;height:56px}
	.indimage{display:block; height:auto; margin-bottom:10px}
	.indimage img{border-radius:5px}
	.burger-btn{display: flex}
	a.nav-cta{font-size: 12px; padding: 5px 7px}
	a.nav-cta span.oformbtn{display:none}
	.trust-section{padding:50px 0}
	main {padding: 64px 0 20px}
	main .innertext {padding: 24px 18px}
	.cookiesinfo{width: 100%;padding: 5px 8px;bottom:55px;left: 0}
	.cookiesinfo .cookiestext{font-size: 11px;line-height: 1.2em}
	.innertext h2,.innertext h3{line-height: 1.2em}
	.nav-links,
	.nav-phone{display: none}
	.order-form-wrap {padding: 20px 20px 16px}
	.hero{grid-template-columns: 1fr; min-height: auto; padding-top:56px}
	.hero-left{padding:48px 16px 36px}
	.hero-right{padding: 44px 16px 36px}
	.hero-right::after{display: none}
	.why-card{padding:14px 16px}
	.section-inner{padding: 0 16px}
	.why-grid, .order-grid{grid-template-columns: 1fr; gap: 32px}
	.dilution-grid, .ind-grid, .how-steps, .pricing-grid, .trust-grid{grid-template-columns: 1fr}
	.industries-header{flex-direction: column; align-items: flex-start; gap: 10px}
	.footer-inner{grid-template-columns: 1fr; gap: 28px; padding: 0 16px}
	.footer-bottom{padding:12px 16px 40px}
	.sample-inner{flex-direction: column}
	.why-section, .pricing-section, .industries-section, .order-section{padding: 64px 0}
}
.kontpage.row {display: flex;flex-wrap: wrap;margin-top:0;margin-right:-15px;margin-left:-15px}
.kontpage.row .col-lg-6 {flex: 0 0 auto;width: 100%; padding-left:15px; padding-right:15px}
.kontpage p{font-size:14px}
@media (min-width: 992px) {
	.kontpage.row .col-lg-6 {flex: 0 0 auto;width: 50%}
}
@media (min-width: 768px){
	.mobile-nav,
	.nav-overlay{display:none!important}
}
/* End */
/* /local/templates/wse60c/css/pwa-install.css?17761518242110 */
/* /local/templates/wse60c/components/bitrix/catalog.item/mainitem/style.css?177583832924863 */
/* /local/templates/wse60c/template_styles.css?177885370632856 */
