

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16103812102530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.item/bootstrap_v4/style.css?177790821115966*/
.catalog-section-tile__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-border-grey-light);
  background-color: var(--color-bg-item-white);
  border-radius: var(--main-template-border-radius-elements, 4px);
}
.catalog-section-tile__item:hover {
  border: 1px solid var(--color-border-grey-medium);
}
.catalog-section__card {

}

.catalog-section__media {
	position: relative;
	padding: 16px 16px 0;
}

.catalog-section__badges {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	max-width: calc(100% - 72px);
}

.catalog-section__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	white-space: nowrap;
}

.catalog-section__badge--sale {
	background: #ef4444;
	color: #fff;
}

.catalog-section__badge--hit {
	background: #f59e0b;
	color: #fff;
}

.catalog-section__media-actions {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.catalog-section__media-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: none;
}

.catalog-section__media-action svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #9ca3af;
	stroke-width: 1.8;
	transition: stroke 0.2s ease, fill 0.2s ease;
}

.catalog-section__media-action:focus {
	outline: none;
}

.catalog-section__favorite {
	appearance: none;
	-webkit-appearance: none;
}

.catalog-section__favorite:hover {
	opacity: 0.8;
}

.catalog-section__favorite.active svg {
	fill: #ef4444;
	stroke: #ef4444;
}

.catalog-section__compare {
	appearance: none;
	-webkit-appearance: none;
}

.catalog-section__compare-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.catalog-section__compare:hover .catalog-section__compare-icon {
	opacity: 0.8;
}

.catalog-section__compare input:checked + .catalog-section__compare-icon svg {
	stroke: #2563eb;
}

.catalog-section__image-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	padding: 24px 12px 20px;
}

.catalog-section__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 216px;
}

.catalog-section__image {
	display: block;
	max-width: 100%;
	max-height: 216px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.catalog-section__image-box--slider {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 300px;
}

.catalog-section__image-slider {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.catalog-section__image-slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.catalog-section__image-slider .swiper-slide,
.catalog-section__image-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

.catalog-section__image-slide .catalog-section__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 216px;
}

.catalog-section__hover-zones {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
}

.catalog-section__hover-zone {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: default;
}

.catalog-section__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	gap: 6px;
	padding-top: 10px;
}

.catalog-section__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d9d9d9;
	font-size: 0;
	cursor: pointer;
	transition: background 0.2s ease;
	flex: 0 0 auto;
}

.catalog-section__dot--active {
	background: #111111;
}

@media (hover: none), (pointer: coarse) {
	.catalog-section__hover-zones {
		display: none;
	}
}

.catalog-section__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 16px 16px 18px;
}

.catalog-section__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	line-height: 1.35;
}

.catalog-section__article {
	color: var(--color-text-grey-medium, #6b7280);
}

.catalog-section__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	font-weight: 500;
	text-align: right;
}

.catalog-section__status--in-stock {
	color: #059669;
}

.catalog-section__status--out-of-stock {
	color: #ef4444;
}

.catalog-section__status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
}

.catalog-section__status-icon svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.catalog-section__title {
	min-height: 44px;
}

.catalog-section__title-link {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text-base-black, #111827);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-decoration: none;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.catalog-section__title-link:hover {
	color: var(--color-text-blue, #2563eb);
	text-decoration: none;
}

.catalog-section__rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.2;
}

.catalog-section__rating-star {
	width: 15px;
	height: 15px;
	fill: #f59e0b;
}

.catalog-section__rating-value {
	color: #111827;
	font-weight: 600;
}

.catalog-section__rating-separator {
	color: #d1d5db;
}

.catalog-section__price-block {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.catalog-section__price {
	color: var(--color-text-base-black, #111827);
	font-size: 26px;
	line-height: 1.1;
	font-weight: 700;
}

.catalog-section__price-old {
	color: var(--color-text-grey-medium, #9ca3af);
	font-size: 14px;
	line-height: 1.2;
	text-decoration: line-through;
}

.catalog-section__discount {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	background: #fff1f2;
	color: #ef4444;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}

.catalog-section__quantity-limit {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	line-height: 1.35;
	color: var(--color-text-grey-medium, #6b7280);
}

.catalog-section__quantity-limit-title {
	font-weight: 500;
}

.catalog-section__status-quantity {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--color-text-grey-medium, #6b7280);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
}

.catalog-section__actions {
	display: flex;
	align-items: stretch;
	gap: 10px;
	padding-top: 4px;
}

.catalog-section__quantity-box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 44px;
	margin-right: 0;
	border: 1px solid var(--color-border-grey-light, #e5e7eb);
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
	flex: 1 1 auto;
}

.catalog-section__quantity-box--hidden {
	display: none;
}

.catalog-section__quantity-box .product-item-amount,
.catalog-section__quantity-box .product-item-amount-field-container,
.catalog-section__quantity-box .product-item-amount-field-block,
.catalog-section__quantity-box .product-item-amount-field-btn-minus,
.catalog-section__quantity-box .product-item-amount-field-btn-plus,
.catalog-section__quantity-input {
	background: transparent;
}

.catalog-section__quantity-box .product-item-amount,
.catalog-section__quantity-box .product-item-amount-field-container,
.catalog-section__quantity-box .product-item-amount-field-block {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.catalog-section__quantity-box .product-item-amount-field-block {
	flex: 1;
}

.catalog-section__quantity-box .product-item-amount-description-container {
	display: none;
}

.catalog-section__quantity-box .product-item-amount-field-btn-minus::after,
.catalog-section__quantity-box .product-item-amount-field-btn-plus::after {
	display: none;
	content: none;
}

.catalog-section__quantity-box .product-item-amount-field-btn-minus,
.catalog-section__quantity-box .product-item-amount-field-btn-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 100%;
	cursor: pointer;
	color: #111827;
	user-select: none;
	flex: 0 0 42px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.catalog-section__quantity-box .product-item-amount-field-btn-minus:hover,
.catalog-section__quantity-box .product-item-amount-field-btn-plus:hover {
	background: rgba(17, 24, 39, 0.06);
}

.catalog-section__quantity-box .product-item-amount-field-btn-minus::before {
	content: "-";
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
}

.catalog-section__quantity-box .product-item-amount-field-btn-plus::before {
	content: "+";
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
}

.catalog-section__quantity-input {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	color: #111827;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

.catalog-section__quantity-input::-webkit-outer-spin-button,
.catalog-section__quantity-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.catalog-section__buttons,
.catalog-section__button-container {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
}

.catalog-section__cart-btn,
.catalog-section__button-container .btn,
.catalog-section__button-container a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 16px;
	border: none;
	border-radius: 10px;
	background: #2563eb;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-section__cart-btn:hover,
.catalog-section__button-container .btn:hover,
.catalog-section__button-container a.btn:hover {
	background: #1d4ed8;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.catalog-section__cart-btn--disabled {
	background: #e5e7eb;
	color: #9ca3af;
	cursor: default;
	box-shadow: none;
}

.catalog-section__cart-btn--disabled:hover {
	background: #e5e7eb;
	color: #9ca3af;
	box-shadow: none;
}

@media (max-width: 767px) {
	.catalog-section__media {
		padding: 12px 12px 0;
	}

	.catalog-section__badges {
		top: 12px;
		left: 12px;
	}

	.catalog-section__favorite {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
	}

	.catalog-section__favorite svg {
		width: 18px;
		height: 18px;
	}

	.catalog-section__image-box {
		min-height: 220px;
		padding: 18px 8px 14px;
	}

	.catalog-section__image {
		max-height: 180px;
	}

	.catalog-section__content {
		gap: 10px;
		padding: 14px;
	}

	.catalog-section__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.catalog-section__status {
		text-align: left;
	}

	.catalog-section__title-link {
		font-size: 14px;
	}

	.catalog-section__price {
		font-size: 22px;
	}

	.catalog-section__actions {
		gap: 8px;
	}
}

@media (max-width: 480px) {
	.catalog-section__badge {
		padding: 3px 8px;
		font-size: 11px;
	}

	.catalog-section__image-box {
		min-height: 180px;
	}

	.catalog-section__image {
		max-height: 150px;
	}

	.catalog-section__rating {
		font-size: 12px;
	}

	.catalog-section__price {
		font-size: 20px;
	}

	.catalog-section__actions {
		flex-direction: column;
	}

	.catalog-section__quantity-box {
		width: 100%;
	}
}

/* new */
.catalog-section__top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-section__sort {
  margin-bottom: 0px;
}
.catalog-section__sort-text {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
  color: var(--color-text-grey-medium);
}
.catalog-section__sort select {
  padding: 8px 10px;
  font-size: 0.9em;
  color: var(--color-text-grey-medium);
  border: 1px solid var(--color-border-grey-light);
  background-color: var(--color-bg-white);
  outline: 0;
  cursor: pointer;
  border-radius: var(--main-template-border-radius-elements, 4px);
}
.catalog-section__sort select:hover {
  border: 1px solid var(--color-border-grey-hard);
}
.catalog-section__view {
  display: flex;
}
.catalog-section__view-item {
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-border-grey-light);
  margin-left: 7px;
}
.catalog-section__view-tile {
  background-image: url(/bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.item/bootstrap_v4/../images/icon_flat.svg);
}
.catalog-section__view-list {
  background-image: url(/bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.item/bootstrap_v4/../images/icon_list.svg);
}
.catalog-section__view-price {
  background-image: url(/bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.item/bootstrap_v4/../images/icon_table.svg);
}
.catalog-section__view-item:hover,
.catalog-section__view-item.active {
  border: 1px solid var(--color-border-grey-hard);
  box-shadow: 0 0 1px var(--color-border-grey-hard);
}

/* ========== BASKET POPUP ========== */

#catalog-item-notifications {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 9999;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: calc(100vw - 32px);
	max-width: 360px;
	padding: 16px 44px 16px 16px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(120%, 0, 0);
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

#catalog-item-notifications.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

#catalog-item-notifications.is-hiding {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(120%, 0, 0);
}

#catalog-item-notifications .catalog-item-notifications__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #7a7a7a;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

#catalog-item-notifications .catalog-item-notifications__image-wrap {
	flex: 0 0 72px;
	margin: 0;
	padding: 0;
}

#catalog-item-notifications .catalog-item-notifications__image {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 10px;
	background: #ffffff;
}

#catalog-item-notifications .catalog-item-notifications__content {
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 2px;
}

#catalog-item-notifications .catalog-item-notifications__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: #1f1f1f;
}

#catalog-item-notifications .catalog-item-notifications__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #4b4b4b;
	word-break: break-word;
}

@media (max-width: 767px) {
	#catalog-item-notifications {
		top: 12px;
		right: 12px;
		width: calc(100vw - 24px);
		max-width: none;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16103812071413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16103812102530 */
/* /bitrix/templates/gvozdevsoft_marketgs3_s8/components/bitrix/catalog.item/bootstrap_v4/style.css?177790821115966 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16103812071413 */
