

/* Start:/local/templates/mokik/components/bitrix/system.pagenavigation/.default/style.css?17391254933639*/
.pagination-container {
  margin-top: 25px;
}
.pagination-container .pagination {
  display: flex;
  margin: 0;
  padding: 0;
}
.pagination-container .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-container .page-item.active .page-link {
  background: #F7F8F9;
}
.pagination-container .page-item .page-link {
  padding: 8px 14px;
  background-color: unset;
  border-color: unset;
  border: unset;
  border-radius: 4px;
}
.pagination-container .page-item .page-link:hover {
  background: #F7F8F9;
}
.pagination-container .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-container .pagination-arrows .page-item .page-link {
  padding: 8px 0;
}
.pagination-container .pagination-arrows .page-item .page-link:hover {
  background: none;
}
.pagination-container .pagination__arrow-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='icon/24/chevron-right' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector' d='M9.13574 6.13574C9.17822 6.09277 9.22949 6.05859 9.28564 6.03516C9.34131 6.01221 9.40137 6 9.4624 6C9.52295 6 9.58301 6.01221 9.63916 6.03516C9.69531 6.05859 9.74609 6.09277 9.78906 6.13574L15.3267 11.6733C15.3696 11.7163 15.4038 11.7671 15.4272 11.8232C15.4507 11.8794 15.4624 11.9395 15.4624 12C15.4624 12.061 15.4507 12.1211 15.4272 12.1768C15.4038 12.2329 15.3696 12.2842 15.3267 12.3267L9.78906 17.8647C9.70215 17.9512 9.58496 18 9.4624 18C9.33984 18 9.22217 17.9512 9.13574 17.8647C9.04883 17.7778 9 17.6606 9 17.5381C9 17.4155 9.04883 17.2979 9.13574 17.2114L14.3477 12L9.13574 6.78906C9.09277 6.74609 9.05859 6.69531 9.03516 6.63916C9.01221 6.58301 9 6.52295 9 6.4624C9 6.40137 9.01221 6.34131 9.03516 6.28564C9.05859 6.22949 9.09277 6.17822 9.13574 6.13574Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}
.pagination-container .pagination__arrow-next:hover {
  opacity: 0.6;
}
.pagination-container .pagination__arrow-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='icon/24/chevron-right' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector' d='M9.13574 6.13574C9.17822 6.09277 9.22949 6.05859 9.28564 6.03516C9.34131 6.01221 9.40137 6 9.4624 6C9.52295 6 9.58301 6.01221 9.63916 6.03516C9.69531 6.05859 9.74609 6.09277 9.78906 6.13574L15.3267 11.6733C15.3696 11.7163 15.4038 11.7671 15.4272 11.8232C15.4507 11.8794 15.4624 11.9395 15.4624 12C15.4624 12.061 15.4507 12.1211 15.4272 12.1768C15.4038 12.2329 15.3696 12.2842 15.3267 12.3267L9.78906 17.8647C9.70215 17.9512 9.58496 18 9.4624 18C9.33984 18 9.22217 17.9512 9.13574 17.8647C9.04883 17.7778 9 17.6606 9 17.5381C9 17.4155 9.04883 17.2979 9.13574 17.2114L14.3477 12L9.13574 6.78906C9.09277 6.74609 9.05859 6.69531 9.03516 6.63916C9.01221 6.58301 9 6.52295 9 6.4624C9 6.40137 9.01221 6.34131 9.03516 6.28564C9.05859 6.22949 9.09277 6.17822 9.13574 6.13574Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.pagination-container .pagination__arrow-prev:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/mokik/components/bitrix/catalog.item/.default/style.css?173912549325565*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

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

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	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; }

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

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	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; }

/*Image Slider*/
.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-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;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	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; }

/*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%;
	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%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

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

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

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

.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-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

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

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

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: 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 {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

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

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

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

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

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

/*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-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 {
	/* float: left; */
	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: 50px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 2px solid #E0E0E0;
	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: 2px solid black;}

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

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

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

li.p-card__sku-color-container.notallowed {
	display: none;
}

/* End */


/* Start:/local/templates/mokik/components/bitrix/sale.basket.basket/intec.basket.1/style.css?173912549348493*/
/* ===== Usage ===== */
p.testmixin12345 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.intec-basket.intec-basket-template-1 .intec-basket-picture {
  font-size: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-picture::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-picture img, .intec-basket.intec-basket-template-1 .intec-basket-picture svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.intec-basket.intec-basket-template-1 .intec-basket-align-middle {
  font-size: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-align-middle > * {
  display: inline-block;
  vertical-align: middle;
}
.intec-basket.intec-basket-template-1 .intec-basket-align-middle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-wrap-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap-reverse;
  flex-flow: row wrap-reverse;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-v-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-v-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-v-center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-v-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-v-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-h-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-h-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-h-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-h-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-a-h-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-item-auto {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.intec-basket.intec-basket-template-1 .intec-basket-grid-item-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.intec-basket.intec-basket-template-1 .intec-basket-body {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty {
  text-align: center;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-picture {
  margin-bottom: 32px;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  color: #B0B0B0;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-description {
  font-size: 14px;
  line-height: 1.5;
  color: #B0B0B0;
  margin-top: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-button {
  margin-top: 24px;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-button a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  padding: 16px 40px;
  background-color: #FECE13;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-empty-button a:hover, .intec-basket.intec-basket-template-1 .intec-basket-empty-button a:focus {
  background-color: #fede5f;
}
.intec-basket.intec-basket-template-1 .intec-basket-total-container + .intec-basket-items-container {
  margin-top: 40px;
}
.intec-basket.intec-basket-template-1 .intec-basket-total {
  padding: 24px;
  background-color: #FFF;
  box-shadow: 16px 13px 24px 0px rgba(133, 133, 133, 0.02), -16px -13px 24px 0px rgba(133, 133, 133, 0.02), 2px 1px 10px 0px rgba(133, 133, 133, 0.05), -2px -1px 10px 0px rgba(133, 133, 133, 0.05), 7px 6px 18px 0px rgba(133, 133, 133, 0.04), -7px -6px 18px 0px rgba(133, 133, 133, 0.04);
  border-radius: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-total-price {
  width: 100%;
  margin-top: 32px;
}
.intec-basket.intec-basket-template-1 .intec-basket-total-price-content {
  flex-direction: column;
  row-gap: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-content {
  position: relative;
  display: inline-block;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-field {
  position: relative;
  font-size: 16px;
  color: #808080;
  max-width: 100%;
  width: 700px;
  z-index: 1;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-confirm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-confirm svg path {
  fill: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -ms-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-confirm:hover svg path {
  fill: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message {
  overflow: hidden;
  margin-top: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message:first-child {
  margin-top: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message[data-state=success] .intec-basket-coupon-message-icon svg path {
  fill: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message[data-state=success] .intec-basket-coupon-message-information-colored {
  color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message[data-state=error] .intec-basket-coupon-message-icon svg path {
  fill: #E05757;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message[data-state=error] .intec-basket-coupon-message-information-colored {
  color: #E05757;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-content {
  display: flex;
  align-items: center;
  margin: -4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-part {
  padding: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-part-default {
  flex: 0 0 auto;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-part-shrink {
  flex: 0 1 auto;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-icon svg path {
  fill: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-information {
  font-size: 14px;
  line-height: 1.5;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-delete {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-delete svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.intec-basket.intec-basket-template-1 .intec-basket-coupon-message-delete:hover svg path {
  stroke: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum {
  width: 100%;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-item {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-item + .intec-basket-sum-item {
  margin-top: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total {
  width: 100%;
  justify-content: space-between;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-item {
  padding: 4px;
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-values {
  margin: -2px -3px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-value {
  padding: 2px 3px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-current {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-value-color {
  color: #FECE13;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-total-discount {
  /*font-size: 24px;
  font-weight: 600;
  line-height: 34px;*/
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-economy {
  margin: -4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-economy-item {
  padding: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-economy-title {
  font-size: 12px;
  line-height: 1;
  color: #666666;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-economy-value {
  font-size: 12px;
  line-height: 1;
  color: #000000;
  padding: 4px;
  background-color: #FFC700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.intec-basket.intec-basket-template-1 .intec-basket-sum-additional {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.intec-basket.intec-basket-template-1 .intec-basket-order-button {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  padding: 16px 24px;
  background-color: #FECE13;
  border: 1px solid #FECE13;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  -ms-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-order-button:hover {
  background-color: #fede5f;
  border-color: #fede5f;
}
.intec-basket.intec-basket-template-1 .intec-basket-order-button-disabled {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  padding: 16px 24px;
  background-color: #c49c01 !important;
  border: 1px solid #c49c01 !important;
  cursor: not-allowed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-panel {
  margin-bottom: 32px;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter {
  position: relative;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-input {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  width: 300px;
  padding: 8px 42px 8px 16px;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  z-index: 1;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-clear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-clear svg path {
  stroke: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-clear:hover svg path {
  stroke: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-empty {
  text-align: center;
  max-width: 380px;
  margin: 40px auto;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-empty-picture {
  margin-bottom: 32px;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-empty-picture svg path {
  fill: #F0F0F0;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  color: #B0B0B0;
}
.intec-basket.intec-basket-template-1 .intec-basket-filter-empty-description {
  font-size: 14px;
  line-height: 1.5;
  color: #B0B0B0;
  margin-top: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-tabs {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-tabs-content {
  text-align: right;
  margin: -16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-tabs-item {
  font-size: 16px;
  line-height: 1.19;
  color: #999999;
  padding-bottom: 8px;
  margin: 16px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -ms-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-tabs-item.active {
  color: #000000;
  border-color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.intec-basket.intec-basket-template-1 .intec-basket-items-container + .intec-basket-total-container {
  margin-top: 40px;
}
.intec-basket.intec-basket-template-1 .intec-basket-items-overlayed {
  position: relative;
}
.intec-basket.intec-basket-template-1 .intec-basket-items {
  position: relative;
}
.intec-basket.intec-basket-template-1 .intec-basket-item {
  position: relative;
  background-color: #FFF;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.intec-basket.intec-basket-template-1 .intec-basket-item:hover {
  z-index: 1;
}
.intec-basket.intec-basket-template-1 .intec-basket-item + .intec-basket-item {
  margin-top: -1px;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-highlighted {
  background-color: #FFC700;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content {
  padding: 12px 15px 12px 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-body-item {
  width: 50%;
}
@media (max-width: 767px) {
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-body-item {
    width: max-content;
  }
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-information {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-information-content-item {
  padding: 0px 16px 0 0;
}
@media (max-width: 767px) {
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-information-content-item {
    padding: 0px 8px 0 0;
  }
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-properties {
  margin-top: 12px;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-price {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-price-values {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-price-total {
  font-size: 0;
  text-align: right;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-price-total-content {
  display: inline-block;
  text-align: left;
}
.intec-basket.intec-basket-template-1 .intec-basket-item-content-price-actions {
  width: 100%;
  max-width: max-content;
}
.intec-basket.intec-basket-template-1 .intec-basket-preview {
  position: relative;
}
.intec-basket.intec-basket-template-1 .intec-basket-preview-picture {
  font-size: 0;
  text-align: center;
  width: 100px;
  height: 100px;
}
.intec-basket.intec-basket-template-1 .intec-basket-preview-url {
  display: inline-block;
  text-decoration: none;
  height: 100%;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-x=left] {
  text-align: left;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-x=right] {
  text-align: right;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-x=center] {
  text-align: center;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-y=top] {
  top: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-y=bottom] {
  bottom: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges[data-y=middle] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intec-basket.intec-basket-template-1 .intec-basket-badges-item {
  font-size: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges-item + .intec-basket-badges-item {
  margin-top: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-badges-item-content {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  padding: 3px 4px;
  background-color: #FFC700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.intec-basket.intec-basket-template-1 .intec-basket-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-name > * {
  color: #000000;
  text-decoration: none;
}
.intec-basket.intec-basket-template-1 .intec-basket-name + * {
  margin-top: 12px;
}
.intec-basket.intec-basket-template-1 .intec-basket-name a {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.intec-basket.intec-basket-template-1 .intec-basket-name a:hover {
  color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-articul {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  margin-top: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers + .intec-basket-properties {
  margin-top: 24px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item + .intec-basket-offers-item {
  margin-top: 16px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=text] .intec-basket-offers-values-item-content {
  font-size: 12px;
  line-height: 1;
  color: #2D2D2D;
  padding: 7px 16px;
  margin: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=text] .selected .intec-basket-offers-values-item-content {
  background-color: #E8E8E8;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=picture] .intec-basket-offers-values-item-content {
  text-align: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=picture] svg {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=picture] .selected svg {
  opacity: 1;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-title {
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-values {
  margin-top: 8px;
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-values-content {
  margin: -4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-values-item {
  font-size: 0;
  margin: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-values-item-content {
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  -ms-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-offers-values-item-content:hover {
  border-color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties + .intec-basket-offers {
  margin-top: 24px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties + .intec-basket-properties {
  margin-top: 12px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item + .intec-basket-properties-item {
  margin-top: 12px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=text] {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=text] .intec-basket-properties-item-value-content {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=text] .intec-basket-properties-item-value-item {
  padding: 0 4px 4px 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=picture] .intec-basket-properties-item-value {
  margin-top: 8px;
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=picture] .intec-basket-properties-item-value-content {
  margin: -2px;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=picture] .intec-basket-properties-item-value-item {
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 2px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -ms-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item[data-product-property-type=picture] .intec-basket-properties-item-value-item:hover {
  border-color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item-title {
  font-size: 14px;
  line-height: 1.43;
  color: #B0B0B0;
}
.intec-basket.intec-basket-template-1 .intec-basket-properties-item-value {
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-counter + .intec-basket-price-along {
  margin-top: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-counter-button {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 0 16px;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 38px;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.intec-basket.intec-basket-template-1 .intec-basket-counter-button:hover {
  color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-counter-input {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-align: center;
  width: 38px;
  background: #F7F8F9;
  height: 38px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-along {
  text-align: center;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-along-measure {
  font-size: 12px;
  line-height: 1;
  color: #666666;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-along-value {
  font-size: 12px;
  line-height: 1;
  color: #000000;
  margin-top: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-apart + .intec-basket-price-economy {
  margin-top: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-apart-upper {
  font-size: 14px;
  line-height: 1.14;
  color: #666666;
  margin-bottom: 6px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-apart-main {
  width: max-content;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-apart-lower {
  font-size: 14px;
  line-height: 1.14;
  color: #666666;
  text-decoration: line-through;
  margin-top: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-economy {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-economy-content {
  margin: -4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-economy-item {
  padding: 4px;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-economy-title {
  font-size: 12px;
  line-height: 1.17;
  color: #666666;
}
.intec-basket.intec-basket-template-1 .intec-basket-price-economy-value {
  font-size: 12px;
  line-height: 1.17;
  color: #000000;
  padding: 4px;
  background-color: #FFC700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.intec-basket.intec-basket-template-1 .intec-basket-actions {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-actions .intec-basket-actions-content {
  column-gap: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-action {
  margin: 0;
  background: #F7F8F9;
  padding: 4px 4px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  -ms-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-action:hover, .intec-basket.intec-basket-template-1 .intec-basket-action:focus {
  background: #E0E0E0;
  /*.intec-basket-action-icon {
    &.intec-basket-action-icon-fill {
      svg {
        path {
          fill: #E05757;
        }
      }
    }
    &.intec-basket-action-icon-stroke {
      svg {
        path {
          stroke: #E05757;
        }
      }
    }
  }
  .intec-basket-action-content {
    color: #E05757;
  }*/
}
.intec-basket.intec-basket-template-1 .intec-basket-action-icon.intec-basket-action-icon-fill svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -ms-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
.intec-basket.intec-basket-template-1 .intec-basket-action-icon.intec-basket-action-icon-stroke svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.intec-basket.intec-basket-template-1 .intec-basket-action-icon + .intec-basket-action-content {
  padding-left: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-action-content {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.intec-basket.intec-basket-template-1 .intec-basket-action-content + .intec-basket-action-icon {
  padding-left: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-actions-mobile {
  position: absolute;
  display: none;
  top: 8px;
  right: 24px;
}
.intec-basket.intec-basket-template-1 .intec-basket-actions-mobile-item {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.intec-basket.intec-basket-template-1 .intec-basket-actions-mobile-item + .intec-basket-actions-mobile-item {
  margin-top: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify {
  display: block;
  font-size: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify + .intec-basket-notify {
  margin-top: 12px;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-title {
  font-size: 14px;
  line-height: 1.15;
  color: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-title + .intec-basket-notify-body {
  margin-top: 8px;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-active {
  color: #FECE13;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-active:hover {
  color: #fede5f;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-body {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-body:hover .intec-basket-notify-content {
  color: #FECE13;
  border-color: #FECE13;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-icon {
  display: block;
  text-align: center;
  width: 36px;
  height: 100%;
  background-color: #FECE13;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-content {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  color: #808080;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #E8E8E8;
  border-left: none;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -ms-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-close {
  display: block;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-left: none;
  width: 44px;
  height: 100%;
  cursor: pointer;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-close svg path {
  stroke: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-close:hover {
  background-color: #F8F8F8;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-close:hover svg path {
  stroke: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-warning .intec-basket-notify-body:hover .intec-basket-notify-content {
  color: #808080;
  border-color: #FBCD56;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-warning .intec-basket-notify-icon {
  background-color: #FBCD56;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-closable .intec-basket-notify-body {
  cursor: default;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-closable .intec-basket-notify-body:hover .intec-basket-notify-content {
  border-color: #E8E8E8;
}
.intec-basket.intec-basket-template-1 .intec-basket-notify-closable .intec-basket-notify-content {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore {
  overflow: hidden;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-content {
  margin: -18px;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-item {
  padding: 18px;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-text {
  font-size: 14px;
  line-height: 1.14;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-text-default {
  color: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-text-dark {
  color: #000000;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-link {
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-link:hover {
  color: #fede5f;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-restore {
  color: #FECE13;
  cursor: pointer;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-close {
  cursor: pointer;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-close svg path {
  stroke: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.intec-basket.intec-basket-template-1 .intec-basket-restore-close:hover svg path {
  stroke: #808080;
}
.intec-basket.intec-basket-template-1 .intec-basket-gifts[data-position=bottom] .intec-basket-gifts-title {
  margin-top: 56px;
}
.intec-basket.intec-basket-template-1 .intec-basket-gifts[data-position=top] .intec-basket-gifts-title[data-showed=true] + .intec-basket-gifts-list {
  margin-bottom: 56px;
}
.intec-basket.intec-basket-template-1 .intec-basket-gifts-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 32px;
}
@media all and (max-width: 1024px) {
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=true] .intec-basket-total-price-content,
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=true] .intec-basket-sum-total-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-values-item {
    width: 50%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-apart {
    display: none;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-preview-picture {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=true] .intec-basket-total-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=true] .intec-basket-total-price-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-panel {
    display: none;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content {
    padding: 12px 0;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-text {
    width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-values-item {
    padding: 2px;
    width: auto;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-total-content {
    text-align: right;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-name {
    font-size: 16px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-properties + .intec-basket-offers {
    margin-top: 12px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-offers-item + .intec-basket-offers-item {
    margin-top: 12px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-offers-item[data-offer-property-type=picture] .intec-basket-offers-values-item-content {
    width: 30px;
    height: 30px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-counter-button {
    font-size: 14px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-counter-input {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-price-apart-upper {
    font-size: 12px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-price-apart-main {
    font-size: 18px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-actions-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
  }
  .intec-basket.intec-basket-template-1 [data-mobile-hidden=true] {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=true] .intec-basket-total-price-item {
    width: 100%;
    max-width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-total[data-coupons=false] .intec-basket-total-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-restore-content {
    margin: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-restore-content-main {
    width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-restore-content-restore {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-restore-item {
    padding: 8px;
  }
}
@media all and (max-width: 425px) {
  .intec-basket.intec-basket-template-1 .intec-basket-coupon-content {
    width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-coupon-field {
    display: block;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-order-button {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 14px 26px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-body {
    margin: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-body-item {
    padding: 8px;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-information,
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price {
    width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-picture {
    font-size: 0;
    width: 100%;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-values-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-actions {
    display: none;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-item-content-price-total-content {
    text-align: left;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-preview {
    display: inline-block;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-properties {
    display: none;
  }
  .intec-basket.intec-basket-template-1 .intec-basket-actions-mobile {
    display: block;
  }
}
@media all and (max-width: 350px) {
  .intec-basket.intec-basket-template-1 .intec-basket-sum-total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.cart {
  padding: 25px 0 50px;
}
.cart__row {
  row-gap: 64px;
}
.cart__total-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  margin-right: 56px;
}
@media (max-width: 991px) {
  .cart__total-wrap {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .intec-basket-item-content-price-values-content {
    flex-direction: column-reverse;
    align-items: end !important;
    row-gap: 16px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/mokik/components/bitrix/system.pagenavigation/.default/style.css?17391254933639 */
/* /local/templates/mokik/components/bitrix/catalog.item/.default/style.css?173912549325565 */
/* /local/templates/mokik/components/bitrix/sale.basket.basket/intec.basket.1/style.css?173912549348493 */
