

/* Start:/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/style.css?1733369569361237*/
.slon__main__btn-yellow, .slon__main__btn-yellow:hover { text-decoration: none !important; color: #060606 !important; }

.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.basket-checkout-container {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	margin-bottom: 20px;
	padding: 15px 25px;
	border: 1px solid #e2dfdf;
	border-radius: 2px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 250ms ease;
	justify-content: space-between;
	flex-wrap: wrap;
}

.basket-checkout-container.basket-checkout-container-fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

.basket-checkout-container.basket-checkout-container-fixed-hide { opacity: 0; }

/*region Coupon*/
.basket-coupon-section { flex: 2; }

.basket-coupon-block-field-description {
	color: #a1a1a1;
	font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
	padding-right: 10px;
	min-width: 235px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	padding: 0;
	width: 8px;
	height: 8px;
	border: none;
	border-right: 2px solid #8da3ad;
	border-bottom: 2px solid #8da3ad;
	border-radius: 0;
	background-color: transparent;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-coupon-alert-section { width: 100%; }

.basket-coupon-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	font-size: 12px;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

.basket-coupon-text {
	position: relative;
	display: block;
	word-break: break-all;
	word-break: break-word;
}
.basket-coupon-alert strong {
	font-weight: 400;
}

.text-muted .basket-coupon-text::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath fill='%2300ffff' d='M369.16,174.77a20,20,0,0,1,0,28.28L235,337.23a20,20,0,0,1-28.28,0l-63.87-63.87a20,20,0,0,1,28.28-28.29l49.73,49.73,120-120A20,20,0,0,1,369.16,174.77ZM512,256c0,141.5-114.52,256-256,256S0,397.48,0,256,114.52,0,256,0,512,114.52,512,256Zm-40,0A216,216,0,1,0,256,472,215.88,215.88,0,0,0,472,256Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	cursor: pointer;
	width: 12px;
	min-width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 365.7 365.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238a8a8a;%7D%3C/style%3E%3C/defs%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M243.19,182.86,356.32,69.73a32,32,0,0,0,0-45.25L341.24,9.4A32,32,0,0,0,296,9.4L182.86,122.53,69.73,9.38a32,32,0,0,0-45.25,0L9.38,24.46a32,32,0,0,0,0,45.25L122.53,182.86,9.4,296a32,32,0,0,0,0,45.25l15.08,15.08a32,32,0,0,0,45.25,0L182.86,243.19,296,356.32a32,32,0,0,0,45.25,0l15.08-15.08a32,32,0,0,0,0-45.25Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.bx-ie .basket-coupon-alert .close-link { color: #006cc0; }

.basket-coupon-alert .close-link:hover { border-color: transparent; }

@media (max-width: 991px) {
	.basket-checkout-container { flex-direction: column; }

	.basket-coupon-section {
		-ms-flex-order: 1;
		max-width: 100%;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.basket-coupon-alert-section {
		-ms-flex-order: 2;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-coupon-block-field {
		padding-right: 0;
		min-width: 100%;
	}

	.basket-coupon-block-field .form-group {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}

	.basket-coupon-block-field .form-control {
		display: block;
		width: 100%;
	}
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.basket-checkout-section-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-checkout-block { }

/**/
.basket-checkout-block-total {
	padding-top: 23px;
	padding-right: 10px;
	text-align: right;
}

.basket-checkout-block-total-inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.basket-checkout-block-total-title {
	color: #2f3435;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
	color: #a1a1a1;
	font: 400 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
	padding-left: 10px;
	text-align: right;
}

.basket-checkout-block-total-price-inner {
	position: relative;
	display: inline-block;
	padding-top: 17px;
	text-align: right;
}

.basket-coupon-block-total-price-current {
	margin-bottom: 7px;
	color: #2f3435;
	text-align: right;
	white-space: nowrap;
	font: 400 36px/36px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-coupon-block-total-price-old {
	position: absolute;
	top: 3px;
	right: 0;
	color: #a1a1a1;
	text-align: right;
	font: 400 18px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-total-price-old:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-coupon-block-total-price-difference {
	display: inline-block;
	padding: 5px 6px 6px;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	font: 400 13px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-btn {
	padding-top: 13px;
	padding-left: 15px;
	text-align: right;
}

.basket-btn-checkout {
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
}

.basket-notification-section { width: 100%; }

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
	.basket-checkout-block-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-checkout-section {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.basket-notification-section {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
}

@media (max-width: 767px) {
	.basket-checkout-block-btn {
		padding-left: 0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		-ms-flex: auto;
		flex: auto;
	}

	.basket-checkout-section-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-checkout-block-total { min-width: 150px; }

	.basket-checkout-block-total-price { text-align: right; }

	.basket-btn-checkout {
		margin: 10px 0;
		width: 100%
	}

	.basket-block-notification:after {
		top: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
}

@media (max-width: 460px) {
	.basket-checkout-block {
		display: block;
		min-width: 100%;
		width: 100%;
	}

	.basket-checkout-block-total {
		padding-top: 0;
		text-align: left;
	}

	.basket-checkout-block-total-price-inner { padding-top: 2px; }

}

/*endregion*/

/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact { border: 1px solid #e2dfdf; }

/*header*/
.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 13px 25px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: var(--primary);
	text-decoration: none;
	font: bold 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: 220ms ease;
}

.bx-ie .basket-items-list-header-filter-item { color: #006cc0; }

.basket-items-list-header-filter-item:hover {
	color: var(--theme-color-second);
	text-decoration: none;
}

.bx-ie .basket-items-list-header-filter-item:hover { color: #006cc0; }

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-search-clear-btn:hover { color: #c04e4e; }

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

.basket-items-list-item-container { position: relative; }

.basket-items-list-item-container > td { border-top: 1px solid #f2f2f2; }

.basket-items-list-wrapper-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td { border-top: none !important; }

@media (max-width: 767px) {
	.basket-items-list-item-container.basket-items-list-item-container-gift,
	.basket-items-list-item-container.basket-items-list-item-container-gift > td,
	.basket-items-list .basket-items-list-item-container:first-child > td {
		margin: 0;
		padding-top: 0;
		border-top: none !important;
	}
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-descriptions {
	-ms-flex-order: 1;
	padding-top: 20px;
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-item-descriptions-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*region Image*/
.basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	-ms-flex-order: 1;
	-ms-flex-align: center;
	padding-right: 15px;
	padding-bottom: 10px;
	min-width: 48px;
	max-width: 148px;
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
	display: block;
	padding-bottom: 0;
	min-width: 32px;
	max-width: 50px;
	width: auto;
	height: auto;
}

.basket-item-image-link {
	position: relative;
	display: inline-block;
}

.basket-item-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
	max-width: 50px;
	max-height: 50px;
}

.basket-item-image:hover { border-color: #ee9200; }

@media (max-width: 580px) {

	.basket-item-block-image {
		margin-top: 10px;
		margin-bottom: 15px;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.basket-item-image {
		margin: 10px auto 15px;
		padding-right: 0;
		max-width: 230px;
		max-height: 400px;
		width: auto;
		height: auto;
	}

	.basket-items-list-item-descriptions-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-wrapper-compact .basket-item-block-image {
		margin-top: 0;
		padding-right: 10px;
	}

	.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

}

/*endregion*/

/*region lable*/
/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
	position: absolute;
	z-index: 90;
	opacity: 1;
	transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring { display: none }

.basket-item-label-text span,
.basket-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 .basket-item-label-text span,
.bx-red .basket-item-label-ring { background-color: #fba90c; }

.basket-item-label-text > div,
.basket-item-label-ring > div { line-height: 0; }

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

.basket-item-label-text.basket-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.basket-item-label-text > div { line-height: 0; }

	.basket-item-label-text.basket-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 11px;
		line-height: 14px;
	}

	.basket-item-label-text.basket-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 13px;
		line-height: 16px;
	}
}

/*RING*/
.basket-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.basket-item-label-ring.basket-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.basket-item-label-ring.basket-item-label-small {
		width: 24px;
		height: 24px;
		font-size: 8px;
		line-height: 24px;
	}

	.basket-item-label-ring.basket-item-label-big {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
}

.basket-item-label-top { top: -2px; }

.basket-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.basket-item-label-center > div { text-align: center; }

.basket-item-label-left { left: -2px; }

.basket-item-label-left > div { text-align: left; }

.basket-item-label-bottom { bottom: -2px; }

.basket-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.basket-item-label-right { right: -2px; }

.basket-item-label-right > div { text-align: right; }

.basket-item-label-center.product-item-label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
	-ms-flex-order: 2;
	padding: 0;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (max-width: 580px) {
	.basket-item-block-info {
		-webkit-box-flex: 6;
		-ms-flex: 6;
		flex: 6;
	}
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
	margin: 0;
	padding: 0 20px 0 0;
	color: #2f3435;
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	font: 400 16px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

h2.basket-item-info-name {
	margin-bottom: 5px;
	padding-top: 0;
}

.basket-item-highlighted { background: #ff0; }

.basket-items-list-wrapper-compact .basket-item-info-name { margin-bottom: 5px }

.basket-item-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 768px) {
	.basket-item-info-name,
	.basket-item-info-name-link {
		vertical-align: middle;
		font-size: 15px;
		line-height: 17px;
	}

	.basket-item-info-name { padding-top: 10px; }
}

/*endregion*/

.basket-item-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 4;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex: 2;
	-ms-flex-wrap: nowrap;
	-ms-flex-line-pack: baseline;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-box-align: start;
	-webkit-box-ordinal-group: 5;
	-webkit-box-flex: 2;
	justify-content: flex-end;
	align-content: baseline;
	align-items: flex-start;
	flex: 2;
	order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
	-ms-flex-pack: end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.basket-item-block-common {
		padding: 5px 0;
		min-width: 100%;
	}

	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.basket-items-list-wrapper .basket-item-block-common > div {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.basket-items-list-wrapper-compact .basket-item-block-common {
		-ms-flex-pack: end;
		padding: 17px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 460px) {
	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-item-price-current { text-align: right; }
}

/*region Properties*/
.basket-item-block-properties { flex: 5; }

.basket-item-property,
.basket-item-property-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-bottom: 4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	padding-bottom: 0;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
	margin-right: 5px;
	color: #a1a1a1;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
	color: #4a4a4a;
	font: bold 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*region Custom Column*/

.basket-item-property-custom { padding-right: 15px; }

.basket-item-property-custom-content { padding: 3px 0; }

.basket-item-property-custom.basket-item-property-custom-photo { display: block; }

.basket-item-property-custom-photo .basket-item-property-custom-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: stretch;
	min-height: 64px;
	word-spacing: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span { display: inline-block; }

.basket-item-custom-block-photo-link {
	display: block;
	margin-right: 5px;
}

.basket-item-custom-block-photo-item {
	margin-right: 3px;
	width: auto;
	height: 64px;
	border: 1px solid #e4e4e4;
	transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover { border-color: #ee9200; }

@media (max-width: 580px) {
	.basket-item-property-custom { padding-right: 0; }

	.basket-items-list-wrapper-compact .basket-item-property-custom { padding-right: 10px; }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color { display: block; }

.basket-item-scu-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 3px 3px 0;
	padding: 0;
	border: 1px solid #eeecef;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover { border-color: var(--primary); }

.bx-ie .basket-item-scu-item:hover,
.bx-ie .basket-item-scu-item.selected,
.bx-ie .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.basket-item-property-name,
	.basket-item-property-value { font-size: 11px; }
}

@media (max-width: 580px) {
	.basket-item-block-properties { margin-bottom: 10px; }

	.basket-items-list-wrapper-compact .basket-item-block-properties { margin-bottom: 0; }

	.basket-item-property-scu-image .basket-item-scu-item-inner,
	.basket-item-scu-color .basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.basket-item-property-scu-text .basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: bold 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 2;
	padding-top: 20px;
	vertical-align: top;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block { position: relative; }

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: bold 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed { background-color: #f3f3f3; }

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus { border-color: var(--primary); }

.bx-ie .basket-item-amount-filed:hover,
.bx-ie .basket-item-amount-filed:focus { border-color: #006cc0; }

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.basket-item-block-amount {
		position: relative;
		-ms-flex-pack: center;
		margin-bottom: 13px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.basket-item-amount-btn-plus,
	.basket-item-amount-btn-minus {
		border: 1px solid #e4e4e4;
		background-color: #f5f6f7;
	}

	.basket-item-amount-btn-plus {
		border-left: none;
		border-radius: 0 1px 1px 0;
	}

	.basket-item-amount-btn-minus {
		border-right: none;
		border-radius: 1px 0 0 1px;
	}
}

@media (max-width: 767px) {
	.basket-item-block-amount { padding-top: 19px; }
}

@media (max-width: 580px) {
	.basket-item-block-amount { padding-top: 0; }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.basket-items-list-item-price-for-one { order: 2 }

.basket-item-block-price {
	position: relative;
	padding-top: 20px;
	text-align: right;
	white-space: nowrap;
}

.basket-item-price-title {
	padding-top: 1px;
	color: #a1a1a1;
	text-align: right;
	font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
	padding-top: 1px;
	color: #2f3435;
	vertical-align: bottom;
	line-height: 24px;
}

.basket-item-price-current-text {
	letter-spacing: -.33px;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-item-price-old {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a1a1a1;
	vertical-align: middle;
	line-height: 15px;
}

.basket-item-price-old-text {
	position: relative;
	display: inline-block;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-price-difference {
	padding: 3px;
	max-width: 100%;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	white-space: normal;
	font: 400 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.basket-items-list-item-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.basket-items-list-item-descriptions { min-width: 100%; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price {
		-ms-flex-order: 5;
		vertical-align: top;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.basket-items-list-item-price-for-one { order: 4 }

	.basket-item-block-price {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		min-width: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-item-price-old { right: 10px; }

	.basket-items-list-item-amount {
		display: block;
		padding: 0 0 20px;
		min-width: 100%;
	}

	.basket-item-block-price {
		padding-right: 10px;
		padding-left: 10px;
	}

	.basket-items-list-item-price-for-one .basket-item-price-current { }

	.basket-items-list-wrapper-compact .basket-item-block-price {
		min-width: 0;
		text-align: right;
	}

	.basket-items-list-wrapper-compact .basket-item-block-price > div { text-align: right; }

	.basket-item-block-price .basket-item-price-difference {
		-ms-flex-order: 1;
		padding: 5px 6px 6px;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
	padding-top: 17px !important;
	vertical-align: top;
}

.basket-item-block-actions {
	position: relative;
	opacity: 0;
	transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions { opacity: 1; }

.basket-item-actions-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-item-actions-remove:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: #7e000f; }

.basket-item-block-info .basket-item-actions-remove {
	position: absolute;
	top: -4px;
	right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
	position: relative;
	top: auto;
	right: auto;
	padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {
	.basket-items-list-table,
	.basket-items-list-table thead,
	.basket-items-list-table tbody,
	.basket-items-list-table tr { display: block !important; }

	tr.basket-items-list-item-container {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: center;
		-ms-flex-align: start;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #f2f2f2;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-items-list-table tr.basket-items-list-item-container:first-child,
	.basket-items-list-table tbody tr.basket-items-list-item-container:first-child { border: none; }

	.basket-items-list .basket-items-list-item-container > td { border-top: none; }

	td.basket-items-list-item-amount,
	td.basket-items-list-item-price,
	td.basket-items-list-item-remove { display: inline-block; }

	td.basket-items-list-item-descriptions {
		padding-bottom: 10px;
		min-width: 100%;
	}

	td.basket-items-list-item-descriptions,
	td.basket-items-list-item-notification {
		display: block;
		padding-top: 0;
	}

	.basket-items-list-item-price { padding: 3px 0; }

	td.basket-items-list-item-remove { padding: 34px 0 0 !important; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title { display: block; }

	td.basket-items-list-item-remove {
		display: block;
		padding: 0;
	}

	td.basket-items-list-item-remove {
		padding: 0 !important;
		text-align: center;
	}

	.basket-item-block-actions { display: inline-block; }
}

.basket-items-list-item-notification-inner {
	position: relative;
	transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend { display: table-row; }

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	border-radius: 2px;
	background-color: #e6f8fe;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}

@-webkit-keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@media (max-width: 768px) {
	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div { text-align: center; }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image { opacity: 0; }

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
	overflow: hidden;
	height: 80px;
	opacity: 0;
}

.basket-items-list-item-removed-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-item-removed-block .faded {
	color: #ccc;
	cursor: default;
}

.basket-items-list-item-removed-anchor {
	border-bottom: 1px dashed;
	color: #333;
	font-weight: bold;
}

.basket-items-list-item-clear-btn {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-items-list-item-clear-btn:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before { background-color: #7e000f; }

.basket-items-list-item-double { margin: 10px 0; }

.basket-items-list-item-double > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
	border-bottom: 1px dashed;
	color: #333;
	text-decoration: none;
}

.basket-items-list-item-double-anchor:hover { color: #23527c; }

.basket-items-list-item-warning-container { margin: 10px 0; }

.basket-items-list-item-warning-container > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
	-ms-flex-align: start;
	padding: 17px 0;
	-webkit-box-align: start;
	align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fceb9f;
	background: #fffef8;
}

.basket-item-gifts-list-container:after {
	position: absolute;
	top: -10px;
	left: 90px;
	display: block;
	width: 17px;
	height: 17px;
	background-color: #fceb9f;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-item-gifts-list-title {
	padding: 12px 17px;
	background-color: #fceb9f;
	color: #5b5848;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list { padding: 15px; }

.basket-items-list-gift-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	border-bottom: 1px solid #f3f2ed;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child { border-bottom: none; }

/*region Gift image*/
.basket-item-gift-image-container {
	padding: 10px 0;
	min-width: 48px;
	max-width: 100%;
	width: 168px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-item-gift-image-link { display: inline-block; }

.basket-item-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 69px;
	width: auto;
	height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
	padding: 5px 15px;
	width: 100%;
	-webkit-box-flex: 9;
	-ms-flex: 9;
	flex: 9;
}

.basket-item-gift-title-link {
	color: #333;
	font: 400 15px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

@media (max-width: 580px) {
	.basket-item-gift-title-link { font-size: 13px; }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
	text-align: right;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-item-gift-price-current {
	color: #2f3435;
	font: 400 22px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
	color: #a1a1a1;
	text-decoration: line-through;
	font: 400 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 5px 6px 6px;
	background: #e2f0cb;
	color: #525c69;
	text-align: center;
	text-transform: uppercase;
	font: bold 9px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 580px) {
	.basket-items-list-gift-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-item-gift-price-container { min-width: 100%; }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
	padding: 18px 25px 20px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-clear {
	cursor: pointer;
	pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #a1a1a1;
	content: '';
	transition: 300ms background-color ease;
}

.basket-clear:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before { background-color: #333; }

@media (max-width: 991px) {
	.basket-gifts-list-header {
		padding: 10px 9px 11px;
		font-size: 12px;
		line-height: 15px;
	}
}

.basket-gifts-list { padding: 0 25px; }

.basket-gifts-description-container {
	padding: 11px;
	color: #868d96;
	text-align: center;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container { position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	transition: 300ms all ease;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gifts-list-item-container:first-child { border-top: none; }

.basket-gift-block-image {
	padding: 5px 15px 5px 0;
	min-width: 50px;
	max-width: 50px;
}

.basket-gift-image-link { display: inline-block; }

.basket-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 168px;
	width: auto;
	height: auto;
	transition: 300ms all ease;
}

.basket-gift-block-info { flex: 1 }

.basket-gift-info-name,
.basket-gift-info-name-link {
	margin: 0;
	padding: 0;
	color: #2f3435;
	text-decoration: none;
	font: 400 15px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.basket-gift-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-gift-item-select-btn-container {
	display: flex;
	-ms-flex-align: center;
	flex-wrap: nowrap;
	align-items: center;
}

.basket-gift-item-selected {
	padding: 0 10px;
	color: #b6bbbf;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-select-input { display: none; }

.basket-gift-item-select-btn-radio {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 0 0 1px #828b95;
	cursor: pointer;
	transition: 190ms all ease;
}

.bx-ie .basket-gift-item-select-btn-radio { background: #006cc0; }

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio { border-width: 5px; }

.basket-gift-item-select-btn-text {
	text-transform: lowercase;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid #828b95;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
	position: absolute;
	background-color: #fff;
	content: '';
	opacity: 0;
	transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
	top: 5px;
	left: 5px;
	z-index: 15;
	width: 3px;
	height: 9px;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
	top: -1px;
	left: 11px;
	z-index: 10;
	width: 5px;
	height: 17px;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
	background-color: var(--primary);
	opacity: 1;
}

.bx-ie .basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.bx-ie .basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before { background-color: #006cc0; }

@media (max-width: 797px) {
	.basket-gift-item-select-btn-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-gift-item-selected {
		-ms-flex-order: 2;
		padding-right: 0;
		text-align: right;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-gift-item-select-btn-label {
		-ms-flex-order: 1;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.bx-step-opacity { transition: 500ms opacity ease; }

/*endregion*/

/*region not found*/
.basket-search-not-found {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
	margin: 0 auto 80px;
	width: 180px;
	height: 180px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: cover;
}

.basket-search-not-found-text {
	color: #c0c5ca;
	text-align: center;
	font: 30px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

.bx-sbb-empty-cart-image {
	margin: 50px auto 42px;
	width: 131px;
	height: 116px;
	background: url(/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/images/empty_cart.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
	margin-bottom: 42px;
	color: #bababa;
	text-align: center;
	font-size: 36px;
}

.bx-sbb-empty-cart-desc {
	margin-bottom: 42px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

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

.slon__link-ico-left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slon__link-ico-left .icon {
    margin-right: 20px;
}

.slon__link-ico-left .icon-silver {
    margin-right: 10px;
}

.slon__link-ico-left:hover {
    color: #fff;
}

.slon__link-ico-left:hover .icon path {
    fill: #00ffff;
}

.slon__link-ico-left:hover .icon-silver path {
    fill: #fff;
}

.slon__main {
    position: relative;
    overflow: hidden;
    background-color: #1a1a1d;
    min-height: 100%;
}

.slon__nav-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__nav-top__menu li {
    padding-right: 25px;
}

.slon__nav-top__menu li a {
    display: block;
    position: relative;
    color: #a9a9a9;
    font-size: 13px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    font-weight: 500;
}

.slon__nav-top__menu li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -3px;
    border-bottom: 2px solid #00ffff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.slon__nav-top__menu li a:hover, .slon__nav-top__menu li a.active {
    color: #fff;
}

.slon__nav-top__menu li a:hover::after, .slon__nav-top__menu li a.active::after {
    margin-bottom: 0;
}

.slon__nav-top {
    padding: 0;
    background-color: #000;
}

.icon path {
    fill: #0a898f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon {
    color: #0a898f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__nav-top__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__nav-top__phone .tel {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}

.slon__nav-top__phone .tel:hover {
    color: #fff;
}

.slon__nav-top__phone .slon__work-time {
    position: relative;
    color: #00ffff;
    font-size: 10px;
    border: 1px solid #bf55ec;
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
    padding: 3px 7px 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slon__nav-top__phone .slon__work-time:hover, .slon__nav-top__phone .slon__work-time.is_active {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(191, 85, 236, 0.4);
    box-shadow: 0px 0px 10px 5px rgba(191, 85, 236, 0.4);
}

.slon__nav-top__phone .slon__work-time .slon__work-time__inner {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 50%;
    width: 200px;
    -webkit-box-shadow: 0px 0px 13px 5px rgba(191, 85, 236, 0.4);
    box-shadow: 0px 0px 13px 5px rgba(191, 85, 236, 0.4);
    border: 1px solid #bf55ec;
    padding: 18px 30px 18px 55px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin: 18px 0 0 -100px;
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/clock.svg");
    background-position: 18px 50%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 24px auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.slon__nav-top__phone .slon__work-time .slon__work-time__inner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000;
    z-index: 10;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.slon__nav-top__phone .slon__work-time .slon__work-time__inner::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #b853e3;
    z-index: 9;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.slon__nav-top__phone .slon__work-time .slon__work-time__inner .slon__work-time__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close.svg") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}

.slon__nav-top__phone .slon__work-time .slon__work-time__inner .slon__work-time__close:hover {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close-hover.svg");
}

.slon__nav-top__phone .slon__work-time.is_active .slon__work-time__inner {
    opacity: 1;
    visibility: visible;
}

.slon__main__header__middle {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #2a2a2f;
}

.pl-15 {
    padding-left: 15px;
}

.slon__main__city .slon__main__city__label {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 1;
    display: block;
}

.slon__main__city .slon__main__city__select {
    display: inline-block;
    cursor: pointer;
    width: auto;
    border: none;
    height: 30px;
    line-height: 20px;
    padding: 5px 15px 5px 0;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 130px;
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/sel.svg");
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 4px auto;
}

.slon__main__city .slon__main__city__select:focus, .slon__main__city .slon__main__city__select:active {
    outline: none;
    border: none;
}

.slon__main__city .slon__main__city__select option {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    display: block;
}

.slon__main__header__col-logo {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    padding-right: 15px;
}

.slon__main__header__col-city {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding-right: 15px;
}

.slon__main__header__col-search {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__main__header__logo {
    display: block;
    height: auto;
    max-width: 192px;
}

.slon__main__header__col-logo__link {
    display: block;
    position: relative;
    width: 192px;
    height: 40px;
}

.slon__main__header__col-logo__link .slon__main__header__logo {
    position: relative;
    z-index: 10;
}

.slon__main__header__col-logo__link .slon__main__header__col-logo__hover {
    position: absolute;
    z-index: 1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
}

.slon__main__header__col-logo__link:hover .slon__main__header__col-logo__hover {
    opacity: 1;
}

.slon__main__header__search-form {
    position: relative;
    display: block;
    overflow: hidden;
}

.slon__main__header__search-form::after {
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #a9a9a9;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__header__search-form::before {
    width: 14px;
    height: 14px;
    border-top: 1px solid #a9a9a9;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -6px;
    right: -6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__header__search-form:hover::after {
    border-bottom-color: #00ffff;
}

.slon__main__header__search-form:hover::before {
    border-top-color: #00ffff;
}

.slon__main__header__search-form:hover .slon__main__header__search__inp {
    border-color: #00ffff;
    outline: none;
}

.slon__main__header__search-form:hover svg path {
    fill: #00ffff;
}

.slon__main__header__search {
    position: relative;
}

.slon__main__header__search .slon__main__header__search__inp {
    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #a9a9a9;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    padding: 0 40px 0 15px;
}

.slon__main__header__search .slon__main__header__search__inp:focus {
    outline: none;
}

.slon__main__header__search .slon__main__header__search__submit {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 38px;
    width: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slon__main__header__search .slon__main__header__search__submit svg {
    display: block;
    width: 18px;
    height: auto;
    margin: auto 0;
}

.slon__main__header__links {
    position: relative;
    text-align: center;
}

.slon__main__header__links a {
    text-decoration: none;
    font-weight: 500;
    display: block;
}

.slon__main__header__links a .slon__main__header__links__icon {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
}

.slon__main__header__links a .slon__main__header__links__icon svg {
    margin: 0 auto;
    width: auto;
    height: 24px;
}

.slon__main__header__links a .slon__main__header__links__caption {
    display: block;
    font-size: 10px;
    line-height: 20px;
    color: #a9a9a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__main__header__links a .slon__main__header__links__number {
    position: absolute;
    z-index: 10;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #060606;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1px #00ffff;
    box-shadow: 0px 0px 9px 1px #00ffff;
    left: 50%;
    top: 2px;
    margin-left: 5px;
}

.slon__main__header__links a:hover {
    color: #00ffff;
}

.slon__main__header__links a:hover .slon__main__header__links__icon svg path {
    fill: #00ffff;
}

.slon__main__header__links a:hover .slon__main__header__links__caption {
    color: #fff;
}

.slon__main__header__links a:hover svg {
    color: #00ffff !important;
}

.navbar-nav--main {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hover-ico {
    margin-right: 20px;
}

.slon__main__header__main-nav {
    background-color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #181818;
}

.slon__main__header__main-nav .slon__link-ico-left {
    text-transform: uppercase;
    font-size: 13px;
    height: 60px;
    padding-top: 14px !important;
    padding-bottom: 13px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
    font-weight: 600;
    position: relative;
}

.slon__main__header__main-nav .slon__link-ico-left .icon {
    position: relative;
    z-index: 1;
    -webkit-transition: none !important;
    transition: none !important;
}

.slon__main__header__main-nav .slon__link-ico-left .icon-hover {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 0;
    opacity: 0;
}

.slon__main__header__main-nav .slon__link-ico-left:hover .hover-ico path {
    fill: #00ffff !important;
}

.slon__main__header__main-nav .dropdown-toggle {
    position: relative;
}

.slon__main__header__main-nav .dropdown-toggle::before {
    content: "";
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    border-bottom: 0;
    border-left: 2px solid transparent;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 2px;
}

.slon__main__header__main-nav .dropdown-toggle.slon__link-ico-left:hover::after {
    border-top-color: #767676;
}

.slon__main__header__main-nav .dropdown-menu {
    width: 600px;
    padding: 20px 30px;
    border-radius: 0;
    background-color: black;
    -webkit-box-shadow: 0px 0px 36px 4px rgba(42, 42, 47, 0.4);
    box-shadow: 0px 0px 36px 4px rgba(42, 42, 47, 0.4);
    margin-top: 0;
    background-size: 100% 50px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-sub-nav.jpg");
}

.icon .cls-1, .icon .cls-2 {
    fill: none;
    stroke: #0a898f;
    stroke-linejoin: round;
}

.icon .cls-1 {
    stroke-linecap: round;
    stroke-width: 2px;
}

.icon .cls-2 {
    stroke-linecap: square;
}

.icon .cls-3, .icon .cls-4 {
    fill: none;
    stroke: #0a898f;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon .cls-3 {
    stroke-width: 2px;
}

a:hover .icon .cls-1, a:hover .icon .cls-2, a:hover .icon .cls-3, a:hover .icon .cls-4 {
    stroke: #00ffff !important;
    fill: none !important;
}

.slon__main__home-slider {
    background-color: #1a1a1d;
    height: 520px;
    overflow: hidden;
}

.slon__main__home-slider .swiper-pagination {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__main__home-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 20px;
    background: transparent;
    max-width: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 0;
    position: relative;
}

.slon__main__home-slider .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #434343;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -1px;
}

.slon__main__home-slider .swiper-pagination .swiper-pagination-bullet-active::after {
    height: 4px;
    background: #818181;
    margin-top: -2px;
}

.slon__main__home-slider .swiper-button-prev-home {
    left: 20px;
}

.slon__main__home-slider .swiper-button-next-home {
    right: 20px;
}

.swiper-button-prev-home,
.swiper-button-next-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    margin-top: -30px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/bg-nav-slider.svg") 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.slon__main__home-slider:hover .swiper-button-prev-home,
.slon__main__home-slider:hover .swiper-button-next-home {
    opacity: 1;
}

.swiper-button-prev-home svg,
.swiper-button-next-home svg {
    width: 11px;
    height: auto;
}

.swiper-button-prev-home svg path,
.swiper-button-next-home svg path {
    fill: #8a8a8a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev-home:hover svg path,
.swiper-button-next-home:hover svg path {
    fill: #fff;
}

.slon__main__home-slider__item {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #000;
    display: block;
    text-decoration: none;
}

.slon__banner-slider .swiper-button-next-home {
    right: -30px;
    opacity: 1 !important;
}

.slon__banner-slider .swiper-button-prev-home {
    left: -30px;
    opacity: 1 !important;
}

.slon__main__home-slider__item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 520px;
}

.slon__main__home-slider__item__text {
    color: #a9a9a9;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.slon__main__home-slider__item__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    margin-bottom: 50px;
}

.slon__btn-orange {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    height: 50px;
    width: 210px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/btn.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
}

.slon__btn-orange::after, .slon__btn-orange::before {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    background-color: #eee417;
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__btn-orange::after {
    left: 10px;
    top: 10px;
}

.slon__btn-orange::before {
    bottom: 10px;
    right: 10px;
}

.slon__btn-orange:hover {
    color: #000;
}

.slon__btn-orange:hover::after {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.slon__btn-orange:hover::before {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    right: 0;
}

.tpad60 {
    padding-top: 60px;
}

.slon__list-catalog__caption {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}

.slon__list-catalog__slider__item__wrap {
    width: 100%;
    min-height: 441px;
    /*background-color: rgb(42, 42, 47);
  clip-path: polygon(10% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 8%);*/
    /*background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/product-wrap.svg") 0 0 no-repeat;
  background-size: 100% 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 5px;
}

.slon__list-catalog__slider__item {
    padding: 15px;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 226, 218, 0));
    filter: drop-shadow(0px 0px 0px rgba(0, 226, 218, 0));
    margin-bottom: 60px;
}

.slon__product--section {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 226, 218, 0));
    filter: drop-shadow(0px 0px 0px rgba(0, 226, 218, 0));
}

.slon__list-catalog__slider__item:hover,
.slon__product--section:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    -webkit-transition: drop-shadow 0.3s ease-in-out;
    transition: drop-shadow 0.3s ease-in-out;
}

.slon__list-catalog__product__bay {
    padding: 0 30px;
    overflow: hidden;
}

.slon__list-catalog__product__bay:not(.is-active) {
    opacity: 0;
    /*-webkit-transform: scale(0.5);
    transform: scale(0.5);
    height: 0;*/
    visibility: hidden;
}

.slon__list-catalog__slider__item:hover .slon__list-catalog__product__bay,
.slon__product--section:hover .slon__list-catalog__product__bay {
    visibility: visible;
    opacity: 1;
    /*-webkit-transform: scale(1);
    transform: scale(1);
    padding-top: 20px;*/
}


.slon__list-catalog__wrap {
    position: relative;
}

.slon__list-catalog__wrap > .swiper-container {
    margin-top: -50px;
    padding-top: 50px;
}

.slon__list-catalog__wrap .swiper-button-next {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
}

.slon__list-catalog__wrap .swiper-button-prev {
    position: absolute;
    top: 0 !important;
    right: 35px !important;
    margin-top: 0 !important;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-button-next svg {
    display: block;
    margin: auto auto;
    width: 12px;
    height: auto;
}

.swiper-button-next svg path {
    fill: #8a8a8a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover {
    outline: none;
}

.swiper-button-next:hover svg path {
    fill: #fff;
}

.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev svg {
    display: block;
    margin: auto auto;
    width: 12px;
    height: auto;
}

.swiper-button-prev svg path {
    fill: #8a8a8a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover {
    outline: none;
}

.swiper-button-prev:hover svg path {
    fill: #fff;
}

.swiper-button-prev:focus {
    outline: none;
}

.swiper-pagination.swiper-pagination-progressbar.scroll {
    width: 100%;
    height: 1px;
    right: 120px;
    top: 14px;
    max-width: 150px;
    background-color: #4f4f4f;
}

.slon__list-catalog__product {
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 20px 10px;
    text-decoration: none;
}

.slon__list-catalog__product .swiper-pagination-bullets {
    position: relative;
    bottom: auto;
    left: auto;
    background: transparent;
}
.slon__list-catalog__slider .slon__product__inner__body .slon__product__text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.slon__list-catalog__slider .slon__product__inner__body .slon__product__text .slon__list-catalog__product__title {
    flex-grow: 1;
}

.slon__list-catalog__product__pic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: 220px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slon__list-catalog__product__pic__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto auto;
}

.slon__list-catalog__product__title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-top: 5px;
    min-height: 65px;
}

.slon__list-catalog__product__title:hover {
    color: #fff;
}

.slon__list-catalog__product__politra {
    padding: 0 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 32px;
}

.slon__list-catalog__product__politra li {
    margin: 0 20px 10px 0;
}

.slon__list-catalog__product__politra li a, .slon__list-catalog__product__politra li span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #2a2a2f;
}
.slon__main__single-product .slon__list-catalog__product__politra li a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.slon__list-catalog__product__politra li a:hover, .slon__list-catalog__product__politra li a.is_active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.b-rub, .b-rub_tahoma {
    font-family: 'ALSRubl-Tahoma', Tahoma, sans-serif;
    /*font-family:'rouble';*/
    line-height: normal;
    font-weight: 400 !important;
}

.slon__list-catalog__product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
}
.slon__page__cart__item__col-price .slon__page__cart__item__price .slon__page__cart__item__old-price-value .b-rub {
    font-size: 14px;
    display: inline-block;
}

.slon__list-catalog__product__price .slon__product__price-value {
    padding-right: 10px;
}

.slon__product__price-value {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.slon__product__price-value .b-rub {
    font-weight: 400;
}

.slon__product__old-price-value {
    color: #a8a4a9;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    text-decoration: line-through;
}

.slon__product__fav-compare {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    top: 15px;
    right: 10px;
}

.slon__product__fav-compare li {
    padding-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slon__product__fav-compare.active li {
    opacity: 1;
    visibility: visible;
}

.slon__product__fav-compare li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    cursor: pointer;
}

.slon__product__fav-compare li a svg {
    display: block;
    width: 25px;
    height: auto;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease-in-out 0.2s;
    transition: all 0.5s ease-in-out 0.2s;
}

.slon__product__fav-compare li a:hover svg path,
.slon__product__fav-compare li a.active svg path {
    fill: #00ffff;
    color: #00ffff;
}

.slon__product__fav-compare li a.active svg {
    color: #00ffff !important;
}

.slon__product:hover .slon__product__fav-compare li {
    opacity: 1;
    visibility: visible;
}

.slon__product:hover .slon__product__fav-compare li a svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slon__list-catalog__product__bay.is-active {
    padding-top: 20px;
}

.slon__product .slon__product__discount {
    position: absolute;
    padding: 0 10px;
    text-align: center;
    top: 23px;
    z-index: 3;
    left: 0;
    color: #2a2a2f;
    font-size: 16px;
    font-weight: 700;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/bg-sale.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    min-width: 56px;
    height: 24px;
    line-height: 24px;
}

.fpad60 {
    padding-bottom: 60px;
}

.slon__category__item {
    display: block;
    height: 360px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 270px;
    text-decoration: none;
    border: 2.5px solid #1a1a1d;
}

.slon__category__item__title {
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.slon__category__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: #2a2a2f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.slon__category__all:hover {
    color: #fff;
    background-color: #00ffff;
}

.slon__main__pattern {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/pattern.png") 50% 0 repeat;
}

.slon__brands {
    position: relative;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/pattern.png") 50% 0 repeat;
}

.slon__brands .slon__brands__wrap {
    position: relative;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item::after, .slon__brands .slon__brands__wrap .slon__brands__slider__item::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 10;
    top: 0;
    border-top: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item::after {
    left: 0;
    border-left: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item::before {
    right: 0;
    border-right: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 20px;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap::after, .slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    border-bottom: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap::after {
    left: 0;
    border-left: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap::before {
    right: 0;
    border-right: 1px solid #4f4f4f;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap .slon__brands__slider__item__pic {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto auto;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item:hover .slon__brands__slider__item__pic {
    opacity: 0;
}

.slon__brands .slon__brands__wrap .slon__brands__slider__item:hover .slon__brands__slider__item__pic-hover {
    opacity: 1;
}

.slon__brands .slon__brands__wrap .swiper-button-next, .slon__brands .slon__brands__wrap .swiper-button-prev {
    margin-top: -15px;
}

.slon__brands .slon__brands__wrap .swiper-button-next {
    right: -50px;
}

.slon__brands .slon__brands__wrap .swiper-button-prev {
    left: -50px;
}

.slon__brown-box {
    background-color: #1a1a1d;
}

.h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

.slon__all-link {
    margin: 5px 0 0 auto;
    text-decoration: none !important;
}

.slon__all-link span {
    display: inline;
    border-bottom: 1px solid #00ffff;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__all-link:hover {
    color: #fff;
}

.slon__all-link:hover span {
    color: #fff;
    border-bottom-color: transparent;
}

.slon__link2 span {
    display: inline;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.slon__link2:hover span {
    color: #fff;
    border-bottom-color: #00ffff;
}

.fpad30 {
    padding-bottom: 30px;
}

.slon__news-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.slon__news-item::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(0%, black), color-stop(20%, black), color-stop(20%, black), color-stop(40%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(0deg, black 0%, black 0%, black 20%, black 20%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.slon__news-item .slon__news-item__img {
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slon__news-item .slon__news-item__desc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__news-item .slon__news-item__desc .slon__news-item__title {
    margin-top: auto;
    padding-bottom: 15px;
}

.slon__news-item .slon__news-item__desc .slon__news-item__title span {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.slon__news-item .slon__news-item__desc .slon__news-item__date {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 16px;
}

.slon__news-item:hover::after {
    opacity: 0.3;
}

.slon__news-item:hover .slon__news-item__desc .slon__news-item__title span {
    border-bottom-color: #00ffff;
}

.slon__border-box {
    padding: 8px;
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__border-box .slon__border-box__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 40px 25px;
    background-color: #060606;
    position: relative;
}

.slon__border-box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 8px;
    height: 0;
    width: calc(100% - 16px);
    border-top: 8px solid #eee417;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__border-box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 8px;
    height: 0;
    width: calc(100% - 16px);
    border-bottom: 8px solid #eee417;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__border-box .slon__border-box__inner__line-left {
    position: absolute;
    z-index: 10;
    left: -8px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 8px solid #eee417;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__border-box .slon__border-box__inner__line-right {
    position: absolute;
    z-index: 10;
    right: -8px;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 8px solid #eee417;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__border-box .slon__border-box__inner__line-top {
    position: absolute;
    z-index: 12;
    top: -8px;
    width: 16px;
    height: 8px;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    background: #1a1a1d;
    left: 50%;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__border-box .slon__border-box__inner__line-bottom {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 12;
    bottom: -8px;
    width: 16px;
    height: 8px;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #1a1a1d;
    left: 50%;
    margin-left: -20px;
}

.slon__border-box:hover::after {
    top: 8px;
}

.slon__border-box:hover::before {
    bottom: 8px;
}

.slon__border-box:hover .slon__border-box__inner__line-left {
    left: 0;
}

.slon__border-box:hover .slon__border-box__inner__line-right {
    right: 0;
}

.slon__border-box:hover .slon__border-box__inner__line-top {
    width: 0;
    top: 0;
}

.slon__border-box:hover .slon__border-box__inner__line-bottom {
    width: 0;
    bottom: 0;
}

.slon__subscription__title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}

.slon__subscription__text {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.slon-form__input {
    margin-bottom: 20px;
    position: relative;
}

.slon-form__input input {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #7a7a7a;
    padding: 5px 15px;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
    color: #a9a9a9;
}

.slon-form__input input::-webkit-input-placeholder {
    opacity: 1;
    color: #a9a9a9;
}

.slon-form__input input:-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9;
}

.slon-form__input input::-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9;
}

.slon-form__input input::placeholder {
    opacity: 1;
    color: #a9a9a9;
}

.slon-form__input input:focus {
    outline: none;
}

.slon-form__input::before {
    width: 0;
    height: 0;
    border-top: 7px solid #060606;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.slon-form__input::after {
    width: 0;
    height: 0;
    border-top: 8px solid #7a7a7a;
    border-right: 8px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.slon-form__input .slon-form__input__inner {
    position: relative;
}

.slon-form__input .slon-form__input__inner::before {
    width: 0;
    height: 0;
    border-bottom: 7px solid #060606;
    border-left: 7px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
}

.slon-form__input .slon-form__input__inner::after {
    width: 0;
    height: 0;
    border-bottom: 8px solid #7a7a7a;
    border-left: 8px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.slon-form__submit {
    padding-bottom: 25px;
}

.slon-form__submit .slon__btn-orange {
    border: none;
    width: 100%;
    background-size: 100% 100%;
}

.slon-form__submit .slon__btn-orange:active, .slon-form__submit .slon__btn-orange:focus {
    outline: none;
}

.slon-form__politika__inp {
    display: block;
}

.slon-form__politika__inp input {
    display: none;
}

.slon-form__politika__inp input:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #edd900;
}

.slon-form__politika__inp span {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #a9a9a9;
    font-size: 10px;
    line-height: 14px;
}

.slon-form__politika__inp span a {
    text-decoration: underline;
    color: #a9a9a9;
}

.slon-form__politika__inp span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a9a9a9;
}

.alertify-notifier {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.slon-form__row-inp .slon-form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.slon-form__row-inp .slon-form__input .slon-form__input__inner {
    margin-right: -15px;
}

.slon-form__row-inp .slon-form__submit {
    min-width: 200px;
    position: relative;
    z-index: 10;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.slon__subscription__promo {
    height: 140px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/i-percent.svg") 0 50% no-repeat;
    background-size: 120px auto;
}

.slon__subscription__promo .slon__subscription__promo__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.slon__subscription__promo__caption {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 5px;
}

.slon__border-box--promo .slon-form__politika__inp span {
    padding-top: 2px;
}

.slon__main__footer {
    background-color: #2a2a2f;
    padding-top: 60px;
}

.nav--catalog-footer > li {
    padding-bottom: 40px;
}

.nav--catalog-footer > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.nav--catalog-footer > li > a span {
    display: inline;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
}

.nav--catalog-footer > li > a span .ico-action {
    text-transform: none;
    color: #eee417;
    margin-top: -2px;
    display: inline-block;
    vertical-align: top;
}

.nav--catalog-footer > li > a:hover span {
    border-bottom-color: #00ffff;
}

.nav--catalog-footer .nav--sub-catalog li {
    padding-top: 10px;
    padding-right: 20px;
}

.nav--catalog-footer .nav--sub-catalog li:last-child {
    padding-right: 0;
}

.nav--catalog-footer .nav--sub-catalog li a {
    text-decoration: none;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
}

.nav--catalog-footer .nav--sub-catalog li a:hover {
    color: #fff;
}

.nav--catalog-footer .nav--sub-catalog li a.is_active {
    border-bottom: 1px solid #00ffff;
    color: #fff;
}

.nav--catalog-footer .nav--sub-catalog li a.is_active:hover {
    border-color: transparent;
}

.nav--footer-menu {
    padding-bottom: 60px;
}

.nav--footer-menu li {
    padding-bottom: 15px;
}

.nav--footer-menu li a {
    display: block;
    text-decoration: none;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
}

.nav--footer-menu li a:hover {
    color: #fff;
}

.slon__main__footer__info .tel {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.slon__main__footer__info .email {
    color: #fff;
    text-decoration: none;
    display: inline;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}

.slon__main__footer__info .email:hover {
    border-bottom-color: #00ffff;
}

.slon__main__footer__info .address {
    display: block;
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.slon__main__footer__logo {
    display: block;
    max-width: 270px;
    height: auto;
    width: 100%;
}

.nav--soc li {
    padding-right: 30px;
}

.nav--soc li:last-child {
    padding-right: 0;
}

.nav--soc li a {
    display: block;
}

.nav--soc li a svg {
    display: block;
}

.nav--soc li a svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__main__footer__bottom {
    padding: 20px 0;
    background-color: #000;
}

.slon__main__footer__bottom .copy {
    display: block;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 20px;
}

.slon__main__footer__bottom .nav--bottom li {
    padding-right: 30px;
}

.slon__main__footer__bottom .nav--bottom li:last-child {
    padding-right: 0;
}

.slon__main__footer__bottom .nav--bottom li a {
    display: block;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

.slon__main__footer__bottom .nav--bottom li a:hover {
    color: #fff;
}

.slon__submenu__nav {
    min-height: 100%;
    padding: 10px 0 20px;
}

.slon__submenu__nav li {
    padding-bottom: 25px;
}

.slon__submenu__nav li:last-child {
    padding-bottom: 0;
}

.slon__submenu__nav li .slon__submenu__nav__item {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.slon__submenu__nav li .slon__submenu__nav__item:hover {
    color: #fff;
}

.slon__submenu__hover-link {
    height: 280px;
    padding: 15px 0;
}

.slon__submenu__hover-link div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    margin-bottom: 20px;
}

.slon__submenu__hover-link div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto auto;
}

.slon__submenu__hover-link a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.slon__btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 5px 18px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/btn3.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slon__btn-link span {
    position: relative;
    z-index: 3;
    color: #00ffff;
    font-size: 14px;
    line-height: 16px;
    display: block;
    -webkit-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
}

.slon__btn-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 100%;
    background-color: #00ffff;
}

.slon__btn-link:hover span {
    color: #000;
}

.slon__btn-link:hover::after {
    left: 0;
    bottom: 0;
}

.slon__btn-bay {
    display: block;
    text-align: center;
    height: 40px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/btn2.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 8px 15px;
    font-weight: 700;
}

.slon__btn-bay i {
    display: inline-block;
    height: 24px;
    width: 26px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-cart.svg") 50% 50% no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-right: 10px;
}

.slon__btn-bay::after, .slon__btn-bay::before {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    width: 18px;
    height: 100%;
    background-color: #00ffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.slon__btn-bay::after {
    top: 6px;
    left: 6px;
}

.slon__btn-bay::before {
    right: 6px;
    bottom: 6px;
}

.slon__btn-bay:hover::after {
    top: 0;
    left: 0;
    opacity: 1;
}

.slon__btn-bay:hover::before {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.slon__category__item__title__inner {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    position: relative;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-top {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #00ffff;
    border-right: 1px solid #00ffff;
    opacity: 0;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-top::after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #00ffff;
    position: absolute;
    top: -2px;
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -1px 1px 4px 1px rgba(0, 226, 218, 0.8);
    box-shadow: -1px 1px 4px 1px rgba(0, 226, 218, 0.8);
    z-index: 4;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-top::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 3px -3px 4px 0px rgba(0, 226, 218, 0.8);
    box-shadow: 3px -3px 4px 0px rgba(0, 226, 218, 0.8);
    z-index: 3;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-bottom {
    display: block;
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00ffff;
    border-left: 1px solid #00ffff;
    opacity: 0;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-bottom::after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #00ffff;
    position: absolute;
    bottom: -2px;
    right: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 1px -1px 3px 1px rgba(0, 226, 218, 0.8);
    box-shadow: 1px -1px 3px 1px rgba(0, 226, 218, 0.8);
    z-index: 4;
}

.slon__category__item__title__inner .slon__category__item__title__inner__border-bottom::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -3px 3px 4px 0px rgba(0, 226, 218, 0.8);
    box-shadow: -3px 3px 4px 0px rgba(0, 226, 218, 0.8);
    z-index: 3;
}

.slon__category__item:hover .slon__category__item__title__inner__border-top, .slon__category__item:hover .slon__category__item__title__inner__border-bottom {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slon__brands__slider__item__wrap__hover {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__brands__slider__item__wrap__hover .slon__brands__slider__item__pic-hover {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumbs {
    padding: 25px 0 30px;
}

.breadcrumbs .breadcrumbs-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.breadcrumbs .breadcrumbs-item:not(:last-child)::after {
    content: '/';
    color: #097d83;
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    top: 50%;
    margin-top: -7px;
    height: 18px;
    display: block;
}

.breadcrumbs .breadcrumbs-link {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-link:hover {
    color: #fff;
}

.slon__page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px;
}

.slon__page__header .h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
    color: #fff;
}

.slon__subcategories {
    padding-bottom: 50px;
}

.slon__subcategories .slon__subcategories__item__link {
    display: block;
    text-decoration: none;
    color: #a9a9a9;
}

.slon__subcategories .slon__subcategories__item__link .slon__subcategories__item__wrap {
    min-height: 230px;
    padding: 20px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/box-subcat.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
}

.slon__subcategories .slon__subcategories__item__link .slon__subcategories__item__img {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__subcategories .slon__subcategories__item__link .slon__subcategories__item__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slon__subcategories .slon__subcategories__item__link .slon__subcategories__item__title {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__subcategories .slon__subcategories__item__link:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    -webkit-transition: drop-shadow 0.3s ease-in-out;
    transition: drop-shadow 0.3s ease-in-out;
}

.slon__subcategories .slon__subcategories__item__link:hover .slon__subcategories__item__title {
    color: #fff;
}

.slon__banner-slider {
    margin-bottom: 80px;
    position: relative;
}

.slon__banner-slider .slon__banner-slider__item {
    height: 420px;
    background-size: cover;
    padding: 30px 70px;
}

.slon__banner-slider .slon__banner-slider__item__wrap__desc {
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__banner-slider .slon__banner-slider__item__wrap__desc .slon__banner-slider__item__subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.slon__banner-slider .slon__banner-slider__item__wrap__desc .slon__banner-slider__item__title {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.slon__banner-slider .slon__banner-slider__item__wrap__desc .slon__banner-slider__item__link {
    padding-top: 50px;
}

.slon__banner-slider .swiper-pagination {
    bottom: auto;
    position: relative;
    left: auto;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__banner-slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    height: 20px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    background: transparent !important;
}

.slon__banner-slider .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #414141;
}

.slon__banner-slider .swiper-pagination .swiper-pagination-bullet-active::after {
    height: 4px;
    margin-top: -2px;
    background: #818181;
}

.slon__page__sort {
    margin-left: auto;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    width: 200px;
}

.slon__page__sort .btn-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    cursor: pointer;
    padding: 0;
    background: transparent;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

.slon__page__sort .btn-sort svg {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    height: auto;
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
}

.dropdown-menu.dropdown-menu--black {
    background-color: #000;
    border-radius: 0;
    padding: 10px;
    border: none;
}

.dropdown-menu.dropdown-menu--black .dropdown-item {
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
}

.dropdown-menu.dropdown-menu--black .dropdown-item:hover, .dropdown-menu.dropdown-menu--black .dropdown-item.active {
    background-color: #2a2a2f;
}

.dropdown-menu.dropdown-menu--black.show::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background-color: #000;
    top: -5px;
    margin-left: -5px;
}

.dropdown-menu.dropdown-menu--black .dropdown-item:not(:last-child) {
    margin-bottom: 10px;
}

.smart-filter {
    background-color: #2a2a2f;
    position: relative;
    z-index: 30;
    padding: 0 20px;
}
/*.fix-panel{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 999;
}*/

.smart-filter .smart-filter__rezult {
    position: absolute;
    margin-left: 22px;
    z-index: 35;
    width: 250px;
    background-color: #000;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    margin-top: -22px;
    left: 100%;
}

.smart-filter .smart-filter__rezult span {
    padding-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.smart-filter__item {
    position: relative;
}

.smart-filter .smart-filter__rezult::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}

.smart-filter .smart-filter__item {
    border-bottom: 1px solid #1a1a1d;
}

.smart-filter .smart-filter__item .smart-filter__item__body {
    display: none;
    padding-bottom: 20px;
}

.smart-filter .smart-filter__item.smart-filter__item--active .smart-filter__item__body {
    display: block;
}

.smart-filter .smart-filter__item.smart-filter__item--active .smart-filter__item__title::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.smart-filter .smart-filter__item .smart-filter__item__title {
    padding: 20px 10px 20px 0;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.smart-filter .smart-filter__item .smart-filter__item__title::after {
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    margin-top: -2px;
    display: block;
}

.smart-filter__number-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smart-filter__number-group .smart-filter__number-group__col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp {
    position: relative;
    overflow: hidden;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp .smart-filter__number-inp__before {
    position: absolute;
    left: 15px;
    z-index: 2;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #a9a9a9;
    top: 50%;
    margin-top: -9px;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp .smart-filter__input {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    border: 1px solid #656568;
    height: 40px;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px 10px 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp .smart-filter__input:focus, .smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp .smart-filter__input:active {
    color: #fff;
    outline: none !important;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #656568;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #2a2a2f;
    position: absolute;
    z-index: 12;
    top: -5px;
    left: -5px;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #656568;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #2a2a2f;
    position: absolute;
    z-index: 12;
    bottom: -5px;
    right: -5px;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp:hover .smart-filter__input {
    border-color: #fff !important;
    color: #fff;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp:hover::after {
    border-bottom: 1px solid #fff;
}

.smart-filter__number-group .smart-filter__number-group__col .smart-filter__number-inp:hover::before {
    border-top: 1px solid #fff;
}

.smart-filter__number-group .smart-filter__number-group__sep {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    min-width: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.smart-filter__number-group .smart-filter__number-group__sep::after {
    display: block;
    position: relative;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #a9a9a9;
}

.fpad20 {
    padding-bottom: 20px;
}

.smart-filter__list-props__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.smart-filter__list-props__item:not(:last-child) {
    padding-bottom: 10px;
}

.smart-filter__checkbox {
    display: block;
}
.smart-filter__checkbox.disabled span {
    color: #666;
    cursor: none;
}
.smart-filter__checkbox span {
    display: block;
    cursor: pointer;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
 .smart-filter__checkbox.disabled span {
     cursor: initial;
 }
.smart-filter__checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a9a9a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.smart-filter__checkbox.disabled span::after {
    border-color: #666 !important;
}

.smart-filter__checkbox span::before {
    content: "";
    display: block;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    width: 6px;
    height: 6px;
    background-color: #edd900;
    top: 4px;
    left: 4px;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.smart-filter__checkbox input {
    display: none;
}

.smart-filter__checkbox input:checked + span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.smart-filter__checkbox:not(.disabled):hover span {
    color: #fff;
}
.smart-filter__checkbox.disabled:hover span {
   /* color: #a9a9a9;*/
}

.smart-filter__checkbox:hover span::after {
    border-color: #fff;
}

.smart-filter__list-color {
    margin-bottom: -18px;
}

.smart-filter__list-color li {
    padding: 0 18px 18px 0;
}



.smart-filter__list-color li .smart-filter__item-color {
    display: block;
    cursor: pointer;
}

.smart-filter__list-color li .smart-filter__item-color .smart-filter__item-color__wrap {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #2A2A2F;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.smart-filter__list-color li .smart-filter__item-color input {
    display: none;
}

.smart-filter__list-color li .smart-filter__item-color input:checked + .smart-filter__item-color__wrap {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    border-color: #2a2a2f;
}

.smart-filter__list-color li .smart-filter__item-color:hover .smart-filter__item-color__wrap {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.smart-filter__footer {
    padding-top: 20px;
    padding-bottom: 25px;
}

.slon__btn-azure {
    text-align: center;
    height: 46px;
    padding: 13px 20px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/btn2.svg") 50% 50% no-repeat;
    color: #060606;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background-size: 100% 100%;
    text-decoration: none;
    position: relative;
}

.slon__btn-azure::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #00ffff;
}

.slon__btn-azure::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 6px;
    right: 6px;
    width: 14px;
    height: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #00ffff;
}

.slon__btn-azure:hover {
    color: #060606;
}

.slon__btn-azure:hover::after {
    top: 0;
    left: 0;
    opacity: 1;
}

.slon__btn-azure:hover::before {
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slon__btn-azure.slon__btn-azure--min {
    height: 35px;
    padding: 10px 15px;
    line-height: 15px;
}

.slon__btn-w100 {
    width: 100%;
}

.smart-filter__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #959597;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}

.smart-filter__clear .icon-silver {
    width: 12px;
    -ms-flex-preferred-size: 12px;
    flex-basis: 12px;
    height: auto;
    margin-right: 10px;
}

.smart-filter__clear:hover {
    color: #fff;
    text-decoration: none;
}

.smart-filter__clear:hover .icon-silver path {
    fill: #fff !important;
}

.slon__more-product-link {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5c5c5e;
    height: 60px;
    color: #5f5f63;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__more-product-link .icon-more {
    display: block;
    margin-right: 15px;
    width: 34px;
    height: 8px;
    position: relative;
}

.slon__more-product-link .icon-more span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #5f5f63;
    position: absolute;
    top: 0;
}

.slon__more-product-link .icon-more span:nth-child(1) {
    left: 0;
}

.slon__more-product-link .icon-more span:nth-child(2) {
    left: 50%;
    margin-left: -4px;
}

.slon__more-product-link .icon-more span:nth-child(3) {
    right: 0;
}

.slon__more-product-link:hover {
    color: #fff;
    border-color: #fff;
}

.slon__more-product-link:hover .icon-more span {
    background-color: #fff;
}

.slon__more-product-link:hover span:nth-child(1) {
    -webkit-animation: animate-hover-more 0.5s ease-in infinite;
    animation: animate-hover-more 0.5s ease-in infinite;
}

.slon__more-product-link:hover span:nth-child(2) {
    -webkit-animation: animate-hover-more 0.5s ease-in 0.1s infinite;
    animation: animate-hover-more 0.5s ease-in 0.1s infinite;
}

.slon__more-product-link:hover span:nth-child(3) {
    -webkit-animation: animate-hover-more2 0.5s ease-in 18s infinite;
    animation: animate-hover-more2 0.5s ease-in 18s infinite;
}

@-webkit-keyframes animate-hover-more {
    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes animate-hover-more {
    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-webkit-keyframes animate-hover-more2 {
    10% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes animate-hover-more2 {
    10% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.slon__page__pagination li {
    padding: 0 6px;
}

.slon__page__pagination li .slon__page__item,
.slon__page__pagination li .current,
.slon__page__pagination li .sep {
    height: 22px;
    width: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
    position: relative;
}

.slon__page__pagination li a,
.slon__page__pagination li .sep {
    text-decoration: none;
    color: #959597;
    font-size: 14px;
    font-weight: 500;
}

.slon__page__pagination li .current {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.slon__page__pagination li .current::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 0;
    border-bottom: 2px solid #00ffff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.slon__page__pagination li .slon__page__item:hover {
    color: #fff;
}

.slon__page__pagination li .slon__page__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__page__pagination li .slon__page__nav.slon__page__nav--prev {
    margin-right: 10px;
}

.slon__page__pagination li .slon__page__nav.slon__page__nav--next {
    margin-left: 10px;
}

.slon__page__pagination li .slon__page__nav .slon__page__pagination__prev {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #8a8a8a;
    border-bottom: 2px solid #8a8a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slon__page__pagination li .slon__page__nav .slon__page__pagination__prev:hover {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.slon__page__pagination li .slon__page__nav .slon__page__pagination__next {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #8a8a8a;
    border-top: 2px solid #8a8a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slon__page__pagination li .slon__page__nav .slon__page__pagination__next:hover {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.slon__btn-border--black.slon__btn-border::before,
.slon__btn-border--black.slon__btn-border::after {
    background-color: #000 !important;
}

.slon__col-product:hover {
    z-index: 100;
    position: relative;
}

/*.slon__col-product:hover .slon__product {
    margin-bottom: -60px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    -webkit-transition: drop-shadow 0.3s ease-in-out;
    transition: drop-shadow 0.3s ease-in-out;
}

.slon__col-product:hover .slon__product .slon__list-catalog__product__bay {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    padding-top: 20px;
}
*/
.slon__product--hover:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    -webkit-transition: drop-shadow 0.3s ease-in-out;
    transition: drop-shadow 0.3s ease-in-out;
}

.slon__btn-border {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: none;
    text-decoration: none !important;
}

.slon__btn-border span {
    border: 1px solid #00ffff;
    color: #00ffff;
    height: 60px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slon__btn-border--h50 span {
    height: auto;
    min-height: 50px;
}

.slon__btn-border--mini span {
    height: 30px;
    padding: 5px 10px;
}

.slon__btn-border--silver span {
    border-color: #959597;
    color: #959597;
}

.slon__btn-border--silver::before {
    border-top: 1px solid #959597 !important;
}

.slon__btn-border--silver::after {
    border-bottom: 1px solid #959597 !important;
}

.slon__btn-border::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: -7px;
    left: -7px;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #00ffff;
    background-color: #2a2a2f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slon__btn-border::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    border-top: 1px solid #00ffff;
    background-color: #2a2a2f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slon__btn-border:hover::after {
    top: -15px;
    left: -15px;
}

.slon__btn-border:hover::before {
    bottom: -15px;
    right: -15px;
}

.slon__btn-border--yellow span {
    color: #ede316;
    border-color: #ede316;
}

.slon__btn-border--yellow::after {
    border-bottom-color: #ede316;
}

.slon__btn-border--yellow::before {
    border-top-color: #ede316;
}

.slon__main__single-product__credit {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.slon__main__single-product__credit:hover {
    color: #fff;
    border-bottom-color: #00ffff;
}

.slon-form--subscription .slon-form__submit {
    position: relative;
}

.slon-form--subscription .slon-form__submit__btn {
    height: 50px !important;
    background-image: none !important;
    background-color: #eee417;
    position: relative;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #060606;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px;
}

.slon-form--subscription .slon-form__submit__btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #000;
    border-right: 7px solid transparent;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.slon-form--subscription .slon-form__submit__btn::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #000;
    border-left: 7px solid transparent;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.slon-form--subscription .slon-form__submit__btn:hover::before {
    bottom: -10px;
    right: -10px;
}

.slon-form--subscription .slon-form__submit__btn:hover::after {
    top: -10px;
    left: -10px;
}

.slon__main__submit-btn-box.slon__main__submit-btn-box--black::after, .slon__main__submit-btn-box.slon__main__submit-btn-box--black::before {
    background-color: #000 !important;
}

.modal-dialog__send-ok {
    padding-bottom: 30px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.modal-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-top: 5px;
}

.slon__main__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.slon__main__box__header {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    min-height: 22px;
    width: calc(100% - 22px);
    background-color: #2a2a2f;
    position: relative;
    z-index: 1;
    margin-left: 22px;
}

.slon__main__box__header::after {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
    display: block;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    top: 6px;
    left: -15px;
}

.slon__main__box__footer {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    min-height: 22px;
    width: calc(100% - 22px);
    background-color: #2a2a2f;
    position: relative;
    z-index: 1;
}

.slon__main__box__footer::after {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
    display: block;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    bottom: 6px;
    right: -15px;
}

.slon__main__box__body {
    background-color: #2a2a2f;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 10;
}

.slon__link-ico {
    text-decoration: none;
}

.slon__link-ico .icon {
    color: #0a898f;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slon__link-ico:hover .icon {
    color: #00ffff;
}

.slon__page__cart__promo-cod__form {
    position: relative;
    padding-right: 100px;
}

.slon__page__cart__promo-cod__form .slon__main__input-box {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.slon__form-gorizont__sub {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 120px;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    border: none;
    background: transparent;
    height: 45px;
    padding: 0;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__left {
    min-width: 8px;
    -ms-flex-preferred-size: 8px;
    flex-basis: 8px;
    width: 8px;
    height: 37px;
    position: relative;
    margin-top: 8px;
    background-color: #00ffff;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__left::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #00ffff;
    border-left: 8px solid transparent;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 100%;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__left::before {
    content: "";
    width: 8px;
    height: 8px;
    top: -2px;
    left: 3px;
    background-color: #00ffff;
    z-index: 11;
    position: absolute;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__right {
    min-width: 8px;
    -ms-flex-preferred-size: 8px;
    flex-basis: 8px;
    width: 8px;
    height: 37px;
    position: relative;
    margin-bottom: 8px;
    background-color: #00ffff;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__right::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #00ffff;
    border-right: 8px solid transparent;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__right::before {
    content: "";
    width: 8px;
    height: 8px;
    bottom: -2px;
    right: 3px;
    background-color: #00ffff;
    z-index: 11;
    position: absolute;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 45px;
    background-color: #00ffff;
    text-align: center;
    color: #060606;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn:hover .slon__form-gorizont__btn__left::before {
    top: -8px;
    left: 0;
    opacity: 1;
}

.slon__form-gorizont__sub .slon__form-gorizont__btn:hover .slon__form-gorizont__btn__right::before {
    bottom: -8px;
    right: 0;
    opacity: 1;
}

.slon__product__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__product__inner__top {
    height: 32px;
    min-height: 32px;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    margin-left: auto;
    width: calc(100% - 32px);
    position: relative;
    z-index: 10;
    background-color: #2a2a2f;
}

.slon__product__inner__top::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 32px solid #2a2a2f;
    border-left: 32px solid transparent;
    top: 0;
    right: 100%;
}

.slon__product__inner__body {
    position: relative;
    background-color: #2a2a2f;
    z-index: 20;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__product__inner__body .slon__list-catalog__product {
    padding-top: 0;
    margin-top: -10px;
}

.slon__product__inner__body .slon__product__discount {
    top: 0 !important;
}

.slon__product__inner__body .slon__product__fav-compare {
    top: 0 !important;
}

.slon__product__inner__bottom {
    height: 32px;
    min-height: 32px;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    margin-right: auto;
    width: calc(100% - 32px);
    position: relative;
    z-index: 10;
    background-color: #2a2a2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__product__inner__bottom .slon__remove-product {
    margin-top: -10px;
}

.slon__product__inner__bottom::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-top: 32px solid #2a2a2f;
    border-right: 32px solid transparent;
    bottom: 0;
    left: 100%;
}

.slon__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none !important;
    background: transparent;
    text-decoration: none;
    padding: 0 !important;
    overflow: hidden;
}

.slon__btn .slon__btn__left,
.slon__btn .slon__btn__right {
    -ms-flex-preferred-size: 8px;
    flex-basis: 8px;
    min-width: 8px;
    width: 8px;
    position: relative;
}
.slon__btn .slon__btn__right {
    margin-left: -1px;
}
.slon__btn .slon__btn__left {
    margin-right: -1px;
}
.slon__btn .slon__btn__center {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__btn .slon__btn__left {
    margin-top: auto;
}

.slon__btn .slon__btn__left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 9px solid;
    border-left: 8px solid transparent;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 100%;
}

.slon__btn .slon__btn__left::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    left: 4px;
    bottom: 100%;
    margin-bottom: -4px;
    opacity: 0;
    z-index: 20;
    position: absolute;
}

.slon__btn .slon__btn__right {
    margin-bottom: 8px;
}

.slon__btn .slon__btn__right::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid;
    border-right: 8px solid transparent;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
}

.slon__btn .slon__btn__right::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    top: 100%;
    margin-top: -4px;
    opacity: 0;
    z-index: 20;
    position: absolute;
    right: 4px;
}

.slon__btn--yellow span {
    background-color: #eee417;
    color: #060606;
}

.slon__btn--yellow .slon__btn__left::after {
    border-bottom-color: #eee417;
}

.slon__btn--yellow .slon__btn__left::before {
    background-color: #eee417;
}

.slon__btn--yellow .slon__btn__right::after {
    border-top-color: #eee417;
}

.slon__btn--yellow .slon__btn__right::before {
    background-color: #eee417;
}

.slon__btn--green span {
    background-color: #00ffff;
    color: #060606;
}

.slon__btn--green .slon__btn__left::after {
    border-bottom-color: #00ffff;
}

.slon__btn--green .slon__btn__left::before {
    background-color: #00ffff;
}

.slon__btn--green .slon__btn__right::after {
    border-top-color: #00ffff;
}

.slon__btn--green .slon__btn__right::before {
    background-color: #00ffff;
}

.slon__btn--h50 {
    height: 50px;
}

.slon__btn--h50 .slon__btn__left,
.slon__btn--h50 .slon__btn__right {
    height: 42px;
}

.slon__btn--h50 .slon__btn__center {
    height: 50px;
}

.slon__btn--h40 {
    height: 40px;
}
.slon__btn-border.slon__btn-border--v2.h-40 span {
    height: 40px;
}

.slon__btn--h40 .slon__btn__left,
.slon__btn--h40 .slon__btn__right {
    height: 32px;
}

.slon__btn--h40 .slon__btn__center {
    height: 40px;
}

.slon__btn--h30 {
    height: 30px;
}

.slon__btn--h30 .slon__btn__left,
.slon__btn--h30 .slon__btn__right {
    height: 22px;
}

.slon__btn--h30 .slon__btn__center {
    height: 30px;
}

.slon__btn:hover .slon__btn__left::before {
    left: 0;
    margin-bottom: 0;
    opacity: 1;
}

.slon__btn:hover .slon__btn__right::before {
    right: 0;
    margin-top: 0;
    opacity: 1;
}

.slon__btn--bay .ico-bay {
    margin-right: 10px;
}

.slon__article__header {
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    min-height: 520px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    margin-top: -1px;
}

.slon__article__header > .container {
    position: relative;
    z-index: 20;
}

.slon__article__header .slon__article__header__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

.slon__article__header .slon__article__header__bg img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.slon__article__header__wrap {
    padding: 50px 0;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.slon__article__header__wrap .slon__article__date {
    height: 32px;
    padding: 5px 15px;
    background-color: #bf55ec;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.slon__article__header__wrap .h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}

.slon__article__header__wrap .slon__article__anons {
    color: #a9a9a9;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
}

.slon__article__header__wrap .slon__article__tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__article__header__wrap .slon__article__tags li:not(:last-child) {
    padding-right: 20px;
}

.slon__article__header__wrap .slon__article__tags li {
    padding-top: 10px;
}

.slon__article__header__wrap .slon__article__tags li a {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #00ffff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
    line-height: 20px;
    color: #00ffff;
}

.slon__article__header__wrap .slon__article__tags li a:hover {
    color: #000;
    background-color: #00ffff;
}

.slon__article__body {
    border-bottom: 1px solid #5f5f63;
    margin-bottom: 60px;
}

.slon__page--news {
    min-height: 520px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.slon__page__news-bg picture {
    height: 100%;
}

.slon__page--news > .container {
    position: relative;
    z-index: 10;
}

.slon__page--news .slon__page__news-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slon__page--news .slon__page__news-bg picture {
    max-height: 100%;
}

.slon__page--news .slon__page__news-bg img {
    display: block;
    margin: auto auto 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slon__page--news .slon__page__news-bg--full picture {
    height: 100%;
}

.slon__page--news .slon__page__news-bg--full picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slon__date {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    background-color: #bf55ec;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 10px;
}

.slon__page__top-news {
    padding-top: 60px;
    padding-bottom: 30px;
}

.slon__page__top-news .slon__date {
    margin-bottom: 30px;
}

.slon__page__top-news p {
    font-size: 18px !important;
    font-weight: 500;
}

.slon__dop-mat {
    border-top: 1px solid #5f5f63;
    padding-top: 60px;
}

.pr-50 {
    padding-right: 50px;
}

.slon__page__actions__desc {
    padding-top: 20px;
    padding-left: 30px;
    display: block;
    text-decoration: none;
}

.slon__page__actions__desc:hover {
    color: #fff !important;
    text-decoration: none;
}

.slon__page__actions__data {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.slon__page__actions__data--action {
    color: #bf55ec;
    border-color: #bf55ec;
}

.slon__page__actions__desc h2 span, .slon__page__actions__desc .h2 span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid transparent;
}

.slon__page__actions__desc:hover h2 span, .slon__page__actions__desc:hover .h2 span {
    border-bottom-color: #00ffff;
}

.tpad40 {
    padding-top: 40px;
}

.slon__page__actions__step__number {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
    color: #1a1a1d;
    font-weight: bold;
    font-size: 20px;
    background-color: #00ffff;
}

.slon__big-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.slon__big-link:hover,
.slon__big-link:active {
    color: #fff;
}

.slon__big-link span {
    display: inline-block;
    border-bottom: 1px solid #00ffff;
}

.slon__big-link:hover span {
    border-bottom-color: transparent;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.slon__brands__list {
    padding-top: 20px;
    padding-bottom: 100px;
}

.slon__brands__list .slon__brands__item {
    display: block;
    position: relative;
}

.slon__brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__brands__item__top {
    height: 9px;
    -ms-flex-preferred-size: 9px;
    flex-basis: 9px;
    width: 100%;
    position: relative;
}

.slon__brands__item__top::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #4f4f4f;
    border-left: 1px solid #4f4f4f;
}

.slon__brands__item__top::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
}

.slon__brands__item__bottom {
    height: 9px;
    -ms-flex-preferred-size: 9px;
    flex-basis: 9px;
    width: 100%;
    position: relative;
}

.slon__brands__item__bottom::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #4f4f4f;
    border-left: 1px solid #4f4f4f;
}

.slon__brands__item__bottom::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
}

.slon__brands__item__logo-box {
    height: 200px;
    padding: 30px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__brands__item__logo-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slon__single-brand__top {
    height: 320px;
    background-color: #000;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slon__single-brand__top__logo {
    height: 150px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slon__single-brand__top__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slon__modal-box__wrap {
    padding: 0 40px;
}

.slon__modal-box__title {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #5f5f63;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.slon__reg-bg {
    padding: 100px 0;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-reg.jpg") 0 0 repeat;
}

.slon__reg-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
}

.slon__reg-soc__label {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    color: #5f5f63;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    margin-top: 130px;
}

.slon__reg-soc__label::after {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    background-color: #5f5f63;
}

.slon__reg-soc__label::before {
    content: "";
    display: block;
    width: 1px;
    height: 1200px;
    top: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    background-color: #5f5f63;
}

.slon__reg-soc__box {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
}

.slon__reg-soc__box__caption {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding-bottom: 10px;
}

.slon__reg-soc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__reg-soc__list li {
    width: 100%;
}

.slon__reg-soc__list li:not(:last-child) {
    padding-bottom: 20px;
}

.slon__reg-soc__btn {
    position: relative;
    overflow: hidden;
    color: #a9a9a9;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px 5px 40px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 200px;
}

.slon__reg-soc__btn .icon-box {
    width: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
    padding-right: 16px;
    text-align: center;
}

.slon__reg-soc__btn .btn-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 200px;
    height: 45px;
}

.slon__reg-soc__btn:hover {
    color: #fff;
}

.slon__reg-soc__btn--inst:hover svg {
    color: #f97b21;
}

.slon__reg-soc__btn--google:hover svg {
    color: #2095f3;
}

.slon__reg-soc__btn--face:hover svg {
    color: #39579a;
}

.slon__reg-soc__btn--vk:hover svg {
    color: #4a75a2;
}

.text-right {
    text-align: right;
}

.tpad15 {
    padding-top: 15px;
}

.slon__page__navbar .slon__page__navbar__item {
    background-color: #2a2a2f;
}

.slon__page__navbar .slon__page__navbar__item:not(:last-child) {
    border-bottom: 1px solid #1a1a1d;
}

.slon__page__navbar .slon__page__navbar__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.slon__page__navbar .slon__page__navbar__item a .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    max-width: 70px;
}

.slon__page__navbar .slon__page__navbar__item a.is_active {
    color: #fff;
}

.slon__main__input-box.slon__main__input-box--v2::after,
.slon__main__input-box.slon__main__input-box--v2::before,
.slon__btn-border.slon__btn-border--v2::before,
.slon__btn-border.slon__btn-border--v2::after {
    background-color: #1a1a1d !important;
}

.slon__page__navbar .slon__link-ico-left:hover .ico-hover path:not(.not-fill) {
    fill: #00ffff !important;
}

.slon__page__navbar .slon__link-ico-left:hover .ico-hover rect {
    fill: #00ffff !important;
}

.slon__product__fav-compare a:hover svg {
    color: #00ffff;
}

.slon__main__input-text p {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
}

.slon__lk-item__link {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}

.slon__lk-item__link:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 226, 218, 0.8));
    -webkit-transition: drop-shadow 0.3s ease-in-out;
    transition: drop-shadow 0.3s ease-in-out;
}

.slon__lk-item__link:hover .slon__lk-item__title {
    color: #fff;
}

.slon__lk-item__link:hover .ico-hover path:not(.not-fill) {
    fill: #00ffff !important;
}

.slon__lk-item__link:hover .ico-hover rect {
    fill: #00ffff !important;
}

.slon__lk-item__link .slon__lk-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.slon__lk-item__link .slon__lk-item__title {
    color: #a9a9a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    min-height: 35px;
}

.slon__lk-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.slon__page--refund {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-refund.jpg") 50% 0 no-repeat;
    background-size: cover;
    height: 520px;
}

.slon__page--guarantee {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-garant.jpg") 50% 0 no-repeat;
    background-size: cover;
    height: 520px;
}

.slon__page--order-guarantee {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-order-garant.jpg") 50% 0 no-repeat;
    background-size: cover;
    height: 520px;
}

.slon__page--delivery {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-delivery.jpg") 50% 0 no-repeat;
    background-size: cover;
    height: 520px;
}

.slon__page--header {
    background-size: auto 100%;
    height: 520px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.slon__page--oplata {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-oplata.jpg");
}

.slon__page__tabs-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slon__page__tabs-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 160px;
    background-color: #000;
    color: #00ffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    height: 45px;
    border-top: 1px solid #00ffff;
    border-bottom: 1px solid #00ffff;
    text-align: center;
    line-height: 18px;
    padding: 0 30px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__page__tabs-nav a.is_active {
    background-color: #00ffff;
    color: #000;
}

.slon__page__tabs-nav li:not(:last-child) a {
    border-right: 1px solid #00ffff;
}

.slon__page__tabs-nav li:last-child a::after {
    content: "";
    display: block;
    width: 0;
    height: 45px;
    border-left: 8px solid #00ffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 1;
}

.slon__page__tabs-nav li:last-child a::before {
    content: "";
    display: block;
    width: 0;
    height: 43px;
    border-left: 7px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

.slon__page__tabs-nav li:last-child .is_active::before {
    display: none;
}

.slon__page__tabs-nav li:first-child a::after {
    content: "";
    display: block;
    width: 0;
    height: 45px;
    border-right: 8px solid #00ffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: -1px;
    right: 100%;
    z-index: 1;
}

.slon__page__tabs-nav li:first-child a::before {
    content: "";
    display: block;
    width: 0;
    height: 43px;
    border-right: 7px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
}

.slon__page__tabs-nav .is_active::before {
    display: none !important;
}

.slon__page__center-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
}

.slon__page__center-title h1, .slon__page__center-title .h1 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
}

.slon.show_modal {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.text-uppercase {
    text-transform: uppercase;
}

.slon__main__submit-btn-box.slon__main__submit-btn-box--v2::after,
.slon__main__submit-btn-box.slon__main__submit-btn-box--v2::before,
.slon__btn-border--yellow--v2::after,
.slon__btn-border--yellow--v2::before {
    background-color: #1a1a1d !important;
}

.slon__main__form--border {
    border: 1px solid #5f5f63;
    position: relative;
    z-index: 1;
    background-color: #1a1a1d;
}

.slon__main__form--border form {
    position: relative;
    padding: 30px 30px 15px;
    z-index: 10;
}

.slon__main__form--border form > * {
    position: relative;
    z-index: 20;
}

.slon__main__form--border form::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 188 188'%3E%3Cpolygon fill='%235f5f63' points='47.52 0 0 47.52 0 48 0 64.49 0 188 12 173 12 52.49 52.49 12 173 12 188 0 47.52 0'/%3E%3C/svg%3E%0A");
    width: 60px;
    height: 60px;
    background-size: 61px 61px;
    background-repeat: no-repeat;
    background-color: #1a1a1d;
    background-position: 0 0;
}

.slon__main__form--border form::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    right: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 188.02 187.99'%3E%3Cpolygon fill='%235f5f63' points='140.49 187.99 188.01 140.48 188.01 140 188.01 123.51 188.02 0 176.02 15 176.01 135.51 135.51 175.99 15 175.98 0 187.98 140.49 187.99'/%3E%3C/svg%3E%0A");
    width: 60px;
    height: 60px;
    background-size: 61px 61px;
    background-repeat: no-repeat;
    background-color: #1a1a1d;
    background-position: 100% 100%;
}

.slon__big-link {
    border-bottom: none !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold;
}

.slon__danger-block {
    padding: 10px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-danger.png") 0 0 repeat;
    margin-bottom: 60px;
}

.slon__danger-block .slon__danger-block__wrap {
    padding: 25px 25px 9px;
    background-color: #1a1a1d;
}

.slon__ol-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

.slon__ol-list li {
    padding: 2px 0 2px 70px;
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
}

.slon__ol-list li::after {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #1a1a1d;
    font-size: 20px;
    font-weight: bold;
    background-color: #00ffff;
}

.slon__ol-list__footer-btn {
    max-width: 285px;
    margin-left: 70px;
}

.slon__ico-left .slon__ico-left__img .ico-phone {
    margin-left: 3px;
}

.slon__guarantee {
    border: 2px solid #5f5f63;
    position: relative;
    margin-bottom: 60px;
}

.slon__guarantee::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #5f5f63;
    left: 50%;
}

.modal-quiz__close {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
.modal-quiz__close:active {
    outline: none;
}

.slon__guarantee .slon__guarantee__warning {
    padding: 25px 25px 5px;
}

.slon__guarantee .slon__guarantee__not-list {
    list-style-type: none;
    padding: 15px 25px;
    margin: 0;
}

.slon__guarantee .slon__guarantee__not-list li {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 48px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-del.svg") 0 50% no-repeat;
    background-size: 24px 24px;
}

.slon__guarantee .slon__guarantee__not-list li:last-child {
    margin-bottom: 0;
}

.slon__info-contacts {
    padding: 0 0 0 70px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.slon__info-contacts .slon__info-contacts__label {
    position: relative;
    min-height: 50px;
    padding-bottom: 10px;
    font-weight: 600;
}

.slon__info-contacts .slon__info-contacts__label svg {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -45px;
}

.slon__info-contacts .phone {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.slon__main__sel {
    padding: 5px 20px 5px 15px;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #a9a9a9;
    line-height: 33px;
    background-color: transparent;
    height: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.82 280.37'%3E%3Cpath fill='%23a9a9a9' d='M434.25,32,412.84,10.56A36.55,36.55,0,0,0,386.87,0a35,35,0,0,0-25.7,10.56L222.41,149.32,83.65,10.56A35,35,0,0,0,58,0,36.6,36.6,0,0,0,32,10.56L10.85,32A35.45,35.45,0,0,0,0,58a34,34,0,0,0,10.85,25.7L196.71,269.52a34,34,0,0,0,25.7,10.85,35.45,35.45,0,0,0,26-10.85L434.25,83.66A35,35,0,0,0,444.82,58,36.53,36.53,0,0,0,434.25,32Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat, repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
}

.slon__main__sel option {
    color: #000;
}

.slon__main__sel:focus {
    border: 1px solid #a9a9a9;
    outline: none;
}

.slon__main__input-box__footer {
    padding: 0 0 20px 20px;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 14px;
    margin-top: -25px;
}

.slon__main__form__file {
    padding-top: 15px;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
}

.slon__main__form__file .slon__main__form__file__caption {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
}

.slon__main__form__file p {
    margin: 0;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
}

.slon__main__form__file .input__wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}

.slon__main__form__file .input__wrapper .input__file {
    display: none;
}

.input__file-button {
    display: block;
    width: 100%;
}

.slon__main__form__file__res {
    min-height: 50px;
}

.slon__btn-orange {
    border: none;
}

.slon__main__form__center-submit {
    text-align: center;
    padding-bottom: 16px;
}

.slon__main__form__center-submit .slon__btn-orange {
    margin: 0 auto;
}

.slon__page__subtitle {
    padding: 15px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.slon__card {
    border-radius: 0;
    border: none;
    background-color: transparent;
    height: 100%;
}

.slon__card .card-body {
    background-color: #2a2a2f;
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__card .card-body .card-title {
    text-align: center;
    min-height: 90px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.slon__card .slon__card__list li {
    padding: 15px 0;
    border-bottom: 1px solid #5f5f63;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.slon__card .slon__card__list li .label {
    color: #a9a9a9;
}

.slon__card .slon__card__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.slon__card .slon__card__text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.slon__sb-left li {
    border-bottom: 1px solid #5f5f63;
}

.slon__sb-left li .nav-link {
    display: block;
    padding: 20px 20px 20px 30px;
    position: relative;
    color: #a9a9a9;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.slon__sb-left li .nav-link.active {
    color: #fff;
}

.slon__sb-left li .nav-link.active::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 6px;
    background-color: #00ffff;
    z-index: 1;
    position: absolute;
}

.slon__sb-left li .nav-link.active::before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #1a1a1d;
    border-bottom: 4px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.slon__box-rev {
    padding: 15px 30px 15px 70px;
    background-color: #2a2a2f;
    margin-bottom: 10px;
}

.slon__box-rev .slon__box-rev__title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.slon__box-rev .slon__box-rev__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: -40px;
    width: 12px;
    height: 3px;
    background-color: #fff;
    margin-top: -1.5px;
}

.slon__box-rev .slon__box-rev__title.collapsed {
    color: #a9a9a9;
}

.slon__box-rev .slon__box-rev__title.collapsed::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: -40px;
    width: 12px;
    height: 3px;
    background-color: #00ffff;
    margin-top: -1.5px;
}

.slon__box-rev .slon__box-rev__title.collapsed::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: -35.5px;
    width: 3px;
    height: 12px;
    background-color: #00ffff;
    margin-top: -6px;
}

.slon__box-rev .slon__box-rev__body {
    padding-top: 15px;
}

.slon__sub-text-min {
    font-size: 12px;
    line-height: 18px;
    color: #a9a9a9;
}

.slon__sub-text {
    font-size: 14px;
    line-height: 24px;
    color: #a9a9a9;
    text-decoration: none;
    display: block;
}

.h3 {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.slon__ico-left {
    position: relative;
    padding-left: 35px;
}

.slon__ico-left .slon__ico-left__img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.tpad30 {
    padding-top: 30px;
}

.slon__page--vopros {
    padding-bottom: 80px;
    background: #151517 url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-vopros.jpg") 0 0 no-repeat;
    background-size: auto 100%;
    border-bottom: 1px solid #5f5f63;
}

.slon__company-desc,
.slon__desc-404 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    padding-bottom: 30px;
}

.slon__page--company {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-company.jpg");
    background-position: 50% 50% !important;
    background-size: cover;
}

.slon__pic {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__pic img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.slon__pic__caption {
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.slon_wallpaper img {
    display: block;
    margin-bottom: 10px;
}

.slon_wallpaper a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
a.slon__sub-text:hover {
    color: #fff;
}

.block-w24 {
    width: 240px;
}

a.slon__btn--yellow {
    text-decoration: none !important;
}

.slon__desc-404 h1, .slon__desc-404 .h1 {
    font-size: 40px;
    color: #00ffff;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
    text-shadow: 3px 3px 0px #da17e2;
}

.slon__desc-404 p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
    display: block;
    color: #fff;
    font-weight: 500;
}

.slon__page--404 {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-404.jpg");
}

.slon__page__quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__page__quiz .slon__page__quiz__pic {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-quiz3.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.slon__page__quiz .slon__page__quiz__wrap {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
}

.slon__page__quiz .slon__page__quiz__wrap .slon__product__inner__body {
    padding: 50px 30px 20px;
}

.slon__page__quiz .slon__page__quiz__wrap .slon__product__inner__body p {
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-quiz {
    height: 400px;
    max-width: 630px;
}

.modal-quiz__step__top-inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-quiz__step__top-inp .modal-quiz__step__top-inp__col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.modal-quiz__step__top-inp .modal-quiz__step__top-inp__col .slon__main__inp {
    text-align: center;
}

.modal-quiz__step__top-inp .modal-quiz__step__top-inp__center {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    color: #00ffff;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
}

.modal-dialog.modal--min {
    max-width: 620px;
}

.modal-quiz {
    padding: 20px;
}

.modal-quiz .modal-quiz__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
}

.modal-quiz .modal-quiz__step__caption {
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 24px;
    color: #fff;
}

.modal-quiz .modal-quiz__step__wrap {
    height: 120px;
}

.modal-quiz .swiper-pagination.swiper-pagination-fraction {
    position: relative !important;
    bottom: auto;
    left: auto;
    text-align: left !important;
    padding: 0 10px 15px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
}

.modal-quiz .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.modal-quiz .modal-quiz__step__footer {
    max-width: 360px;
    width: 100%;
    margin: auto auto 0;
}

.slon__box-text {
    margin-bottom: 30px;
    padding: 30px 30px 14px;
    background-color: #2a2a2f;
}

.modal-lg.modal-dialog {
    max-width: 760px;
}

.slon__main__input-box .slon__main__inp--h145 {
    height: 145px;
}

img {
    max-width: 100%;
    height: auto;
}

.slon__page__header--lk {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.slon__page__header--lk .slon__page__header__right-link {
    position: absolute;
    z-index: 10;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    top: 50px;
}

.slon__page__header--lk .slon__page__header__right-link img {
    margin-right: 10px;
}

.slon__page__header--lk .slon__page__header__right-link:hover {
    color: #fff;
}

.slon__city-search {
    padding-bottom: 50px;
}


.slon__city-search__res .slon__city-search__res__item {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 15px;
}

.slon__city-search__res .slon__city-search__res__item:hover {
    color: #fff;
}

.modal-dialog.modal-sm {
    max-width: 530px;
}

.slon__main__single-product__body__nav .slon__main__single-product__fix-price {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 5px;
}

.slon__main__single-product__body__nav.fixed .slon__main__single-product__fix-price {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slon__main__single-product__fix-price__col-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}

.slon__main__single-product__fix-price__col-btn .slon__btn .slon__btn__center {
    padding-left: 5px;
    padding-right: 5px;
}

.slon__reg-soc__btn--google:not(:hover) path {
    fill: #a9a9a9 !important;
}

.slon__reg-soc__btn--inst:not(:hover) .btn-bg path {
    fill: #a9a9a9 !important;
}

.slon__reg-soc__btn--inst:not(:hover) .icon-silver path {
    fill: #a9a9a9 !important;
}

.slon__animate-down {
    height: 180px;
    padding-right: 10px;
}

.slon__animate-down svg {
    margin: 0 auto;
    display: block;
    -webkit-animation: slide1 1.5s linear infinite;
    animation: slide1 1.5s linear infinite;
}

@-webkit-keyframes slide1 {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

@keyframes slide1 {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 100px;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 5px;
    margin-top: 0;
    width: 70px;
    height: 35px;
    display: block;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    bottom: 0;
    top: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a2a2f), to(rgba(42, 42, 47, 0)));
    background-image: linear-gradient(0deg, #2a2a2f 0%, rgba(42, 42, 47, 0) 100%);
}

.lSSlideOuter.vertical .lSAction > .lSNext::after {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #8a8a8a;
    border-bottom: 2px solid #8a8a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
}

.lSSlideOuter.vertical .lSAction > .lSNext:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    bottom: auto;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2f), to(rgba(42, 42, 47, 0)));
    background-image: linear-gradient(180deg, #2a2a2f 0%, rgba(42, 42, 47, 0) 100%);
}

.lSSlideOuter.vertical .lSAction > .lSPrev::after {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #8a8a8a;
    border-top: 2px solid #8a8a8a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 50%;
    margin-left: -5px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:hover::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}


/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
    font-family: 'lg';
    src: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../fonts/lg.ttf?22t19m") format("truetype"), url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../fonts/lg.woff?22t19m") format("woff"), url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../fonts/lg.svg?22t19m#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8a8a8a;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
    background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next svg {
    display: block;
    width: 20px;
    height: auto;
}

.lg-actions .lg-next svg path {
    fill: #8a8a8a;
}

.lg-actions .lg-next:hover svg path {
    fill: #fff;
}

.lg-actions .lg-next:before {
    content: "";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev svg {
    display: block;
    width: 20px;
    height: auto;
}

.lg-actions .lg-prev svg path {
    fill: #8a8a8a;
}

.lg-actions .lg-prev:hover svg path {
    fill: #fff;
}

.lg-actions .lg-prev:after {
    content: "";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-close {
    margin: 20px 20px 0 0;
    cursor: pointer;
    float: right;
    height: 36px;
    text-align: center;
    width: 36px;
    text-decoration: none !important;
    outline: medium none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: contain;
    background: transparent url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close-img.svg") 50% 50% no-repeat;
}

.lg-toolbar .lg-close:hover {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close-img-hover.svg");
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4, .lg-sub-html .h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer .lg-toogle-thumb.lg-icon {
    display: none;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    height: 20px !important;
    position: relative;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item img {
    display: none !important;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 30px 0 0;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lg-outer .lg-thumb-item {
    position: relative;
    margin-top: 15px;
}

.lg-outer .lg-thumb-item::after {
    content: "";
    display: block;
    width: 80%;
    left: 10%;
    height: 2px;
    background-color: #5f5f63;
    top: 50%;
    margin-top: -1px;
}

.lg-outer .lg-thumb-item.active::after {
    height: 4px;
    margin-top: -2px;
    background-color: #959597;
}

.lg-autoplay-button.lg-icon,
#lg-counter {
    display: none !important;
}
.slon__col-filter {
    position: relative;
    z-index: 555;
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906";
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
    content: "\e900";
}

.lg-rotate-right:after {
    content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px;
}

.lg-flip-ver:after {
    content: "\e903";
}

.lg-flip-hor:after {
    content: "\e902";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 30px 15px 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.slon__main__single-product__top-row {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
}

.slon__main__single-product__articule {
    font-size: 14px;
    line-height: 20px;
    color: #a9a9a9;
}

.slon__main__single-product__articule b {
    color: #fff;
    font-weight: 400;
}

.slon__main__single-product__brend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__main__single-product__brend img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slon__main__single-product__images {
    position: relative;
    margin-bottom: 50px;
    margin-top: 60px;
}

.slon__main__single-product__images .lSSlideOuter.vertical {
    padding: 0 !important;
}

.slon__main__single-product__images .lslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__main__single-product__images .lslide img {
    display: block;
    max-height: 100%;
    width: auto;
}

.slon__main__single-product__images .lSSlideOuter .lSPager.lSGallery li a {
    border: 1px solid #5f5f63;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    height: 70px;
}

.slon__main__single-product__images .lSSlideOuter .lSPager.lSGallery li a img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}

.slon__main__single-product__images .lSSlideOuter .lSPager.lSGallery li.active a {
    border-color: #a9a9a9;
}

.slon__main__single-product__rev-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
}

.slon__main__single-product__rev-top .rating-result {
    margin-right: 15px;
}

.slon__main__single-product__rev-top .slon__main__single-product__col-all-rev {
    padding-top: 5px;
}

.slon__main__single-product__rev-top .slon__main__single-product__col-all-rev a {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}

.rating-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-result span {
    padding-right: 5px;
    color: #a9a9a9;
}

.rating-result span svg {
    width: 16px;
    display: block;
    height: 16px;
}

.rating-result span.active {
    color: #eee417;
}

.slon__main__single-product__top-right h1, .slon__main__single-product__top-right .h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    padding: 0;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item {
    padding: 20px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #5f5f63;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__politra {
    padding: 5px 0 0;
    margin-bottom: -10px;
    min-height: 20px;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__main__single-product__top-right__item__label {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding-right: 15px;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price {
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price .slon__product__price-value {
    font-size: 30px;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price .slon__product__old-price-value {
    line-height: 16px;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__main__single-product__btn-row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__main__single-product__btn-row .slon__btn-bay {
    height: 60px;
}

.slon__main__single-product__top-right .slon__main__single-product__compare {
    margin-right: 30px;
}

.slon__main__link-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #a9a9a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__main__link-ico .slon__main__icon-left {
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #00ffff;
}

.slon__main__link-ico .slon__main__icon-left svg {
    width: 25px;
    height: 25px;
    display: block;
}

.slon__main__link-ico .slon__main__icon-left svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slon__main__link-ico:hover {
    color: #fff;
}

.slon__main__link-ico:hover .slon__main__icon-left,
.slon__main__link-ico.active .slon__main__icon-left {
    color: #00ffff;
}

.slon__main__link-ico:hover svg path,
.slon__main__link-ico.active svg path {
    fill: #00ffff;
}

.fpad15 {
    padding-bottom: 15px;
}

.slon__main__single-product__top-right__footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slon__main__single-product__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

.slon__main__single-product__delivery span {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.slon__main__single-product__delivery span.slon__main__single-product__delivery__label {
    color: #a9a9a9;
    flex-grow: 1;
}

.slon__main__single-product__delivery__link {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    border-bottom: 1px solid transparent;
}

.slon__main__single-product__delivery__link:hover {
    border-bottom-color: #00ffff;
    color: #fff;
}

.slon__main__single-product__body-row {
    padding-bottom: 50px;
}

.slon__main__single-product__desc-wrap,
.slon__main__single-product__body {
    position: relative;
}

.slon__main__single-product__body {
    padding-top: 60px;
}

.slon__main__single-product__body .slon__main__single-product__body__nav {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    border-bottom: 1px solid #2a2a2f;
    height: 60px;
}

.slon__main__single-product__body .slon__main__single-product__body__nav.fixed {
    position: fixed;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .navbar {
    padding: 0;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item {
    padding: 0 30px 0 0;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link {
    padding: 0;
    height: 59px;
    color: #a9a9a9;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -3px;
    border-bottom: 2px solid #00ffff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link:hover {
    color: #fff;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link:hover::after {
    margin-bottom: 0;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link.active {
    color: #fff;
}

.slon__main__single-product__body .slon__main__single-product__body__nav .nav-item .nav-link.active::after {
    margin-bottom: 0;
}

.slon__main__bg-desc__row {
    min-height: 640px;
    padding: 50px 0;
}

.slon__main__bg-desc__row .slon__main__bg-desc__text {
    padding-right: 100px;
    color: #fff;
}

.slon__main__text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.slon__main__text h3, .slon__main__text .h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 30px;
    margin: 0;
}

.slon__main__text h2, .slon__main__text .h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 30px;
    margin: 0;
}

.slon__main__text h1, .slon__main__text .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    padding: 0 0 30px;
    margin: 0;
}

.slon__main__text h4, .slon__main__text .h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.slon__main__text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}

.slon__main__text ul {
    padding: 15px 0 0;
    margin: 0;
    list-style-type: none;
}

.slon__main__text ul li {
    display: block;
    position: relative;
    padding: 0 0 20px 35px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.slon__main__text ul li::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #00ffff;
}

.slon__main__text img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slon__main__text--black {
    color: #000;
}

.slon__main__text a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.slon__main__caption {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.slon__main__single-product__footer {
    background-color: #1a1a1d;
    padding-top: 75px;
}

.slon__main__bg-desc {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #2a2a2f;
}

.slon__main__single-product {
    background-color: #2a2a2f;
}

.slon__main__img-desc {
    padding-top: 75px;
}

.slon__main__characteristic__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #5f5f63;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slon__main__characteristic__row .slon__main__characteristic__label {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding-right: 10px;
}

.slon__main__characteristic__row .slon__main__characteristic__value {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.section__border {
    border-bottom: 1px solid #5f5f63;
}

.slon__main__link-ico--pdf .slon__main__icon-left {
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    max-width: 47px;
    height: auto;
}

.slon__main__link-ico--pdf .slon__main__link-ico--pdf__desc {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__main__link-ico--pdf .slon__main__link-ico--pdf__desc .slon__main__link-ico--pdf__caption {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.slon__video-link {
    position: relative;
    height: 0;
    padding-top: 56%;
    display: block;
}

.slon__video-link img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slon__video-link .slon__video-link__play {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 50px;
    margin: -25px 0 0 -35px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.slon__video-link .slon__video-link__play svg {
    display: block;
    width: 100%;
    height: auto;
}

.slon__video-link:hover .slon__video-link__play {
    color: red;
}

.slon__main__single-product__reviews__count {
    font-weight: 400;
}

.slon__main__single-product__reviews__list {
    padding: 20px 50px 0 0;
}

.slon__main__single-product__reviews__list .slon__main__single-product__reviews__item {
    padding-bottom: 30px;
}

.slon__main__single-product__reviews__list .slon__main__single-product__reviews__item:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #5f5f63;
}

.slon__review .slon__review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slon__review .slon__review__header .slon__review__name {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

.slon__review .slon__review__header .slon__review__date {
    margin-left: auto;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
}

.slon__review .slon__review__header .slon__review__rating {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slon__review .slon__review__header .slon__review__rating li {
    padding-right: 5px;
    color: #a9a9a9;
}

.slon__review .slon__review__header .slon__review__rating li.is_active {
    color: #eee417;
}

.slon__review .slon__review__body {
    padding-right: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.slon__main__single-product__reviews {
    border-right: 1px solid #46464b;
    margin-top: -60px;
}

.col-add-form-rev {
    margin-top: -60px;
}

.nav-item__rv-count {
    display: inline-block;
    margin-left: 10px;
    min-width: 18px;
    height: 18px;
    vertical-align: top;
    border-radius: 9px;
    border: 1px solid #00ffff;
    padding: 2px;
    line-height: 14px;
    color: #00ffff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.rating-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    padding-left: 10px;
    cursor: pointer;
}

.rating-area:not(:checked) > label {
    color: #a9a9a9;
}

.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #eee417;
}

.rate-area > label:active {
    position: relative;
}

.slon__main__single-product__reviews__add-form {
    padding: 60px 10px;
    max-width: 320px;
    margin: 0 auto;
}

.slon__main__single-product__reviews__add-form .slon__main__review__form__title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.slon__main__single-product__reviews__add-form .slon__main__review__form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
}

.slon__main__single-product__reviews__add-form .slon__main__review__form__rating .slon__review__form__rating__label {
    font-size: 14px;
    line-height: 18px;
    color: #a9a9a9;
    padding-right: 10px;
}

.slon__main__input-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.slon__main__input-box .slon__main__inp {
    width: 100%;
    display: block;
    padding: 5px 15px;
    border: 1px solid #a9a9a9;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    background: transparent;
    position: relative;
    z-index: 1;
}

.slon__main__input-box .slon__main__inp::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.slon__main__input-box .slon__main__inp:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.slon__main__input-box .slon__main__inp::-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.slon__main__input-box .slon__main__inp::placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.slon__main__input-box .slon__main__inp:hover {
    outline: none;
    border-color: #fff;
}

.slon__main__input-box .slon__main__inp:focus, .slon__main__input-box .slon__main__inp:active {
    outline: none;
}

.slon__main__input-box .slon__main__inp--pass {
    padding-right: 50px;
}

.slon__main__input-box .slon__main__inp--date {
    padding-right: 50px;
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-data.svg");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.slon__main__input-box input.slon__main__inp {
    height: 45px;
}

.slon__main__input-box textarea {
    height: 140px;
}

.slon__main__input-box textarea.h-90 {
    height: 90px;
}

.slon__main__input-box::before {
    width: 14px;
    height: 14px;
    border-top: 1px solid #a9a9a9;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -6px;
    right: -6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__input-box::after {
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #a9a9a9;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__input-box:hover::before {
    border-top: 1px solid #fff;
}

.slon__main__input-box:hover::after {
    border-bottom: 1px solid #fff;
}

.slon__main__input-box .slon__main__inp__show-pass {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    cursor: pointer;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/pas.svg") 50% 50% no-repeat;
    background-size: 25px auto;
}

.slon__main__submit-btn-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.slon__main__submit-btn-box .slon__main__btn-yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #060606;
    background: #eee417;
    border-radius: 0 !important;
}

.slon__main__submit-btn-box .slon__main__btn-yellow.h-60 {
    height: 60px;
}

.slon__main__submit-btn-box::before {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -7px;
    right: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__submit-btn-box::after {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__main__submit-btn-box:hover::before {
    bottom: -27px;
    right: -27px;
}

.slon__main__submit-btn-box:hover::after {
    top: -27px;
    left: -27px;
}

.slon__main__form-persona span {
    color: #a9a9a9;
    font-size: 10px;
    line-height: 12px;
}

.slon__main__form-persona span a {
    color: #a9a9a9;
    text-decoration: underline;
}

.slon__btn-azure__box {
    position: relative;
    overflow: hidden;
}

.slon__btn-azure__box .slon__btn-azure2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 45px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #060606;
    background: #00ffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.slon__btn-azure__box .slon__btn-azure2.h-60 {
    min-height: 60px;
}

.slon__btn-azure__box::before {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -7px;
    right: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__btn-azure__box::after {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.slon__btn-azure__box:hover::before {
    bottom: -27px;
    right: -27px;
}

.slon__btn-azure__box:hover::after {
    top: -27px;
    left: -27px;
}

.slon__complect__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slon__complect__wrap .slon__complect__wrap__left, .slon__complect__wrap .slon__complect__wrap__right {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    position: relative;
    min-width: 30px;
    overflow: hidden;
}

.slon__complect__wrap .slon__complect__wrap__center {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #5f5f63;
    border-bottom: 1px solid #5f5f63;
    background-color: #2a2a2f;
}

.slon__complect__wrap .slon__complect__wrap__item {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    border-right: 2px solid #5f5f63;
}

.slon__complect__wrap .slon__complect__wrap__left::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-left: 1px solid #5f5f63;
    border-bottom: 1px solid #5f5f63;
    background-color: #2a2a2f;
}

.slon__complect__wrap .slon__complect__wrap__left::before {
    width: 43px;
    height: 43px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
    border-top: 1px solid #5f5f63;
}

.slon__complect__wrap .slon__complect__wrap__right::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-right: 1px solid #5f5f63;
    border-top: 1px solid #5f5f63;
    background-color: #2a2a2f;
}

.slon__complect__wrap .slon__complect__wrap__right::before {
    width: 43px;
    height: 43px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 9px;
    right: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
    border-bottom: 1px solid #5f5f63;
}

.slon__complect__wrap__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__pic {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    padding-right: 15px;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__pic .slon__list-catalog__product__pic__item {
    height: 130px;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__pic .swiper-container {
    padding-bottom: 30px;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__desc .slon__complect__wrap__item__title {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 10px;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__desc .slon__list-catalog__product__politra {
    padding: 0;
    margin: 0 -5px;
    min-height: 30px;
}

.slon__complect__wrap__item__inner .slon__complect__wrap__item__desc .slon__list-catalog__product__price {
    padding: 0;
}

.slon__complect__slider {
    padding-bottom: 30px;
}

.slon__complect__slider > .swiper-pagination {
    bottom: 0;
}

.slon__complect__slider > .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    margin: 0 10px;
}

.slon__complect__wrap__item--plus::after {
    content: "+";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2a2a2f;
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 10;
    right: -15px;
    margin-top: -15px;
    top: 50%;
    text-decoration: none;
}

.slon__complect__wrap__result {
    position: relative;
}

.slon__complect__wrap__result::after {
    content: "=";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2a2a2f;
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 10;
    left: -15px;
    margin-top: -15px;
    top: 50%;
}

.slon__complect__wrap__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__complect__wrap__result .slon__complect__sale-box {
    padding: 0 30px 30px;
}

.slon__complect__wrap__result .slon__complect__sale-box span {
    display: block;
    width: 135px;
    height: 24px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/bg-sale-complect.svg") 0 0 no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 24px;
    color: #2a2a2f;
    font-size: 16px;
    font-weight: 700;
}

.slon__complect__wrap__result .slon__list-catalog__product__price {
    padding-bottom: 30px;
}

.slon__complect__wrap__result .slon__list-catalog__product__price .slon__product__price-value {
    font-size: 30px;
}

.slon__complect__wrap__result .slon__complect__wrap__result__btn {
    padding: 0 15px 0 30px;
}

.ico-cart {
    display: inline-block;
    height: 24px;
    width: 26px;
    min-width: 26px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-cart.svg") 50% 50% no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-right: 10px;
}

.slon__main__single-product__razmer li {
    padding: 2px 15px 2px 0;
}

.slon__main__single-product__razmer li:last-child {
    padding-right: 0;
}

.slon__main__single-product__razmer .slon__main__single-product__razmer__item {
    display: block;
    width: 42px;
    height: 25px;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}

.slon__main__single-product__razmer .slon__main__single-product__razmer__item:hover, .slon__main__single-product__razmer .slon__main__single-product__razmer__item.is_active {
    color: #fff;
    border-color: #fff;
}

.slon__main__single-product__razmer__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 10px;
}

.slon__main__link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 2px solid #00ffff;
    font-weight: 500;
}

.slon__main__link--min {
    font-size: 12px;
}

.slon__main__link:hover {
    color: #fff;
    border-bottom-color: transparent;
}
.slon__main__single-product__images__item {
    position: relative;
}
.slon__main__single-product__images .slon__main__single-product__images__item::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 3px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/zoom.svg") 100% 100% no-repeat;
    background-size: 24px 24px;
}
.slon__main__single-product__images__item {
    padding-bottom: 30px;
}

.slon__badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__badge li {
    padding-bottom: 20px;
}

.slon__badge .slon__badge__hit {
    width: 110px;
    height: 24px;
    display: block;
    position: relative;
    z-index: 30;
    text-align: center;
    line-height: 24px;
    background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/svg-hit.svg") 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    border-radius: 0 !important;
    background: #2a2a2f !important;
    border: 1px solid #a9a9a9;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
    color: #a9a9a9 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.basket-items-list-item-removed-block a {
    border-bottom: 1px solid #00ffff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.slon__badge .slon__badge__discount {
    padding: 0 5px;
    text-align: center;
    z-index: 30;
    color: #2a2a2f;
    font-size: 16px;
    font-weight: 700;
    background: url(/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/bg-sale.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 24px;
    line-height: 24px;
    display: block;
}

.slon__main__single-product__badge {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 100px;
}

.modal-dialog {
    max-width: 860px;
    padding: 0 22px;
}

.modal-dialog .modal-content {
    position: relative;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    background-color: #2a2a2f;
}

.modal-dialog .modal-content .modal-content__left {
    position: absolute;
    z-index: 10;
    left: -22px;
    width: 22px;
    background-color: #2a2a2f;
    bottom: 0;
    height: calc(100% - 22px);
}

.modal-dialog .modal-content .modal-content__left::before {
    width: 32px;
    height: 32px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -16px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.modal-dialog .modal-content .modal-content__right {
    position: absolute;
    z-index: 10;
    right: -22px;
    width: 22px;
    background-color: #2a2a2f;
    top: 0;
    height: calc(100% - 22px);
}

.modal-dialog .modal-content .modal-content__right::before {
    width: 32px;
    height: 32px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -16px;
    right: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2a2a2f;
}

.modal-dialog .modal-header {
    position: relative;
    z-index: 10;
    padding: 35px 0 25px;
    border-bottom: none;
}

.modal-dialog .modal-header .close {
    position: absolute;
    padding: 10px;
    top: 10px;
    right: -25px;
    color: #898989;
    opacity: 1;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 20;
}

.modal-dialog .modal-header .close:hover {
    color: #fff;
}

.modal-dialog .modal-header .modal-title {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
}

.modal-dialog .slon__product__min-product--row-vertical {
    border-bottom: 1px solid #434347;
    padding: 30px 0;
}

.modal-dialog .slon__product__min-product--row-vertical > div {
    padding-left: 0;
    padding-right: 0;
}

.modal-dialog .modal-footer {
    border: none;
    padding: 0 0 30px 0;
}

.modal-dialog .modal-footer .slon__list-catalog__caption {
    font-size: 24px;
    padding-top: 5px;
}

.slon__product__min-product .slon__product__min-product__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.slon__product__min-product .slon__product__min-product__images img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    display: block;
}

.slon__product__min-product .slon__product__min-product__images .slon__product__min-product__badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.slon__product__min-product .slon__product__min-product__title {
    display: block;
    margin-bottom: 12px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.slon__product__min-product .slon_main__min-product__color {
    padding-bottom: 12px;
}

.slon__product__min-product .slon_main__min-product__color .slon_main__min-product__color__active {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.slon__product__min-product.slon__product__min-product--row-vertical .slon__product__min-product__desc {
    max-width: 280px;
    padding: 0 15px;
}

.slon__product__count-box {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.slon__product__count-box .slon__product__count-box__value {
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    background: #1a1a1d;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

.slon__product__count-box .slon__product__count-box__nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    color: #898989;
    z-index: 20;
}

.slon__product__count-box .slon__product__count-box__nav:hover {
    color: #fff;
}

.slon__product__count-box .slon__product__count-box__nav.slon__product__count-box__nav--minus {
    left: 0;
}

.slon__product__count-box .slon__product__count-box__nav.slon__product__count-box__nav--plus {
    right: 0;
}

.slon__product__count-box::after {
    width: 0;
    height: 0;
    border-top: 8px solid #2a2a2f;
    border-right: 8px solid transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.slon__product__count-box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #2a2a2f;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.slon__btn-azure2.slon__btn-azure2--min {
    min-height: 40px;
    padding: 5px;
}

.slon__btn-border.slon__btn-border--min span {
    padding: 5px 10px;
    height: 40px;
}

.slon__btn-border.slon__btn-border--small span {
    padding: 3px 5px;
    height: 24px;
    font-size: 10px;
}

.slon__btn-border.slon__btn-border--small:not(:hover)::before {
    right: -11px;
}

.slon__product--mini-slide {
    max-width: 180px;
    padding: 0 5px;
}

.slon__product--mini-slide .slon__product__min-product__link {
    text-decoration: none;
}

.slon__product--mini-slide .slon__list-catalog__product__politra {
    padding: 0 0 5px;
    min-height: 35px;
    margin-left: -5px;
}

.slon__product--mini-slide .slon__list-catalog__product__price {
    margin-top: auto;
    padding: 0 0 15px 0;
}

.slon__product--mini-slide .slon__product__min-product__title {
    min-height: 52px;
}

.slon__list-catalog__wrap--mini-relevant {
    margin-left: -5px;
    margin-right: -5px;
}

.ico-cart2 {
    display: inline-block;
    height: 24px;
    width: 26px;
    min-width: 26px;
    background: url(/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-cart2.svg) 50% 50% no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-right: 10px;
}

.one-bay-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.one-bay-product .one-bay-product__col-product {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding-right: 30px;
    min-width: 300px;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product {
    padding: 0 30px;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product .slon__product__min-product__images {
    height: 305px;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product .slon__product__min-product__title {
    text-align: center;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product .slon_main__min-product__color__active {
    margin-left: auto;
    margin-right: auto;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product .slon_main__min-product__price {
    text-align: center;
    padding-bottom: 20px;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product .slon_main__min-product__price .slon__product__price-value {
    margin-right: 5px;
}

.one-bay-product .one-bay-product__col-product .slon__product__min-product__badge {
    margin-left: -30px;
}

.one-bay-product .one-bay-product__col-form {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slon__main__form__label {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 8px 20px;
}

.slon__main__form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slon__main__form__footer .slon__main__form__footer__col-persona {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
}

.slon__main__form__footer .slon__main__form__footer__col-submit {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
}

input:focus,
input:active {
    outline: none;
    border-radius: 0;
}

.slon__product__text .slon__list-catalog__product__title {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    padding-top: 0;
}

.slon__product__promo {
    margin-left: auto;
    position: relative;
}

.slon__product__promo .slon__product__promo__wrap {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 50%;
    width: 240px;
    margin-right: -120px;
    z-index: 120;
    background-color: #000;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #BF55EC;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(191, 85, 236, 0.4);
    box-shadow: 0px 0px 18px 2px rgba(191, 85, 236, 0.4);
}

.slon__product__promo .slon__product__promo__wrap .slon__product__promo__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close.svg) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}
.slon__product__promo .slon__product__promo__wrap .slon__product__promo__close:hover {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/close-hover.svg");
}

.slon__product__promo .slon__product__promo__wrap p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 15px 0;
}

.slon__product__promo .slon__product__promo__wrap::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 130;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #BF55EC;
    border-bottom: 1px solid #BF55EC;
}

.slon__product__promo .slon__product__promo__wrap.show {
    display: block;
}

.slon__product__promo .slon__product__promo__label {
    border: 1px solid #BF55EC;
    border-radius: 4px;
    background-color: #2a2a2f;
    padding: 2px 10px;
    color: #00ffff;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(191, 85, 236, 0.4);
    box-shadow: 0px 0px 18px 2px rgba(191, 85, 236, 0.4);
}

.slon__product__promo__string {
    color: #00ffff;
    font-weight: bold;
}

.slon__product__promo--gift {
    margin-right: 30px;
}

.slon__product__gift__caption {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 1;
}

.slon__product__gift__link {
    display: block;
    text-decoration: none;
    padding: 10px;
}

.slon__product__gift__link .slon__product__gift__pic {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.slon__product__gift__link .slon__product__gift__pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.slon__product__gift__link .slon__product__gift__title {
    padding-top: 5px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.section__anchor-top {
    position: relative;
    padding-top: 120px;
}

.section__anchor-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5f5f63;
    z-index: 1;
}

.zoomWindow {
    background-color: #2a2a2f;
    border: 1px solid #5f5f63;
}

.slon__product__min-product__link:hover .slon__product__min-product__title {
    color: #fff;
}

.smart-filter__checkbox span a:hover,
.smart-filter__checkbox:hover a,
.slon__complect__wrap__item__title:hover,
.slon-form__politika__inp:hover span,
.slon-form__politika__inp:hover span a,
.slon-form__politika__inp span a:hover {
    color: #fff !important;
}

.slon-form__input .slon-form__input__inner:hover input {
    border-color: #fff;
}

.slon-form__input .slon-form__input__inner:hover::after {
    border-bottom: 8px solid #fff;
}

.slon-form__input::after {
    border-top: 8px solid #fff;
}

.slon__main__single-product__rev-top .slon__main__single-product__col-all-rev a:hover {
    border-bottom-color: transparent;
}

.slon__product.slon__product--hover {
    margin-bottom: 0 !important;
}

.slon__page__cart__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin: -7px 0;
}

.slon__page__cart__item {
    margin-bottom: 10px;
}

.slon__page__cart__item__col-pic {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding-right: 10px;
    height: 90px !important;
}

.slon__page__cart__item__col-title {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px 0 0;
}

.slon__page__cart__item__col-title .slon__product__min-product__title {
    margin-bottom: 0;
}

.slon__page__cart__item__col-title .slon_main__min-product__size {
    padding: 12px 0 0;
}

.slon__page__cart__item__col-title .slon_main__min-product__color {
    padding: 12px 0 0;
}

.slon__page__cart__item__col-count {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    padding-right: 30px;
}

.slon__page__cart__item__col-count .slon__product__count-box {
    margin-bottom: 0;
}

.slon__page__cart__item__col-price {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    padding-right: 15px;
}

.slon__page__cart__item__col-price .slon__page__cart__item__price .slon__page__cart__item__old-price-value {
    color: #a8a4a9;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    text-decoration: line-through;
    display: block;
    padding-bottom: 5px;
}

.slon__page__cart__item__col-price .slon__page__cart__item__price .slon__page__cart__item__price-value {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
}

.slon__page__cart__item__col-price .slon__page__cart__item__price .slon__page__cart__item__price-value .slon__unit {
    font-size: 12px;
}

.slon__page__cart__item__col-price .slon__page__cart__item__price .slon__page__cart__item__price-value .slon__unit::before {
    content: " / ";
    color: #0a898f;
}

.slon__page__cart__item__col-price .slon__page__cart__item__summa-price {
    min-height: 24px;
    color: #a8a4a9;
    font-weight: 500;
    line-height: 24px;
    font-size: 12px;
}

.slon__page__cart__item__col-price .slon__page__cart__item__summa-price b {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.slon__page__cart__item__col-favorite {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    min-width: 30px;
}

.slon__page__cart__item__col-del {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    min-width: 20px;
}

.slon__page__cart__item__col-del .slon__page__cart__item__remove svg {
    color: #898989;
}

.slon__page__cart__item__col-del .slon__page__cart__item__remove:hover svg {
    color: #fff;
}

.slon__border-box.slon__border-box--neon {
    min-height: 100px;
}

.slon__border-box.slon__border-box--neon::after {
    border-top-color: #00ffff;
}

.slon__border-box.slon__border-box--neon::before {
    border-bottom-color: #00ffff;
}

.slon__border-box.slon__border-box--neon .slon__border-box__inner__line-left {
    border-left-color: #00ffff;
}

.slon__border-box.slon__border-box--neon .slon__border-box__inner__line-right {
    border-right-color: #00ffff;
}

.slon__border-box.slon__border-box--neon .slon__border-box__inner {
    background-color: #2a2a2f;
}

.slon__border-box.slon__border-box--neon .slon__page__cart-info {
    padding: 20px 20px 5px;
}

.slon__page__cart-info__list {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a1a1d;
}

.slon__page__cart-info__list .slon__page__cart-info__row {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slon__page__cart-info__list .slon__page__cart-info__row--result {
    font-size: 16px;
    font-weight: 600;
}

.slon__count-products {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #00ffff;
}

.slon__page__cart__promo-cod__label {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.slon__page__cart__promo-cod {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1a1a1d;
}

.ml-auto {
    margin-left: auto;
}

.slon_main__min-product__size__active {
    width: 32px;
    height: 18px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.slon__list-compare {
    overflow: hidden;
    position: relative;
}

.slon__list-compare .slon__list-catalog__product__pic {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.slon__compare {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.slon__compare.fpad50 {
    padding-bottom: 50px;
}

.slon__compare .slon__compare__col-props {
    position: relative;
    z-index: 20;
}

.slon__compare .slon__compare__col-products {
    position: relative;
    z-index: 10;
}

.slon__compare .slon__compare__col-products .swiper-button-prev {
    left: 0;
    top: 150px;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.slon__compare .slon__compare__col-products .swiper-button-next {
    right: 0;
    top: 150px;
    height: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.slon__list-catalog__product__remove {
    text-align: center;
    padding-bottom: 10px;
}

.slon__list-catalog__product__props-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slon__list-catalog__product__props-list .slon-props__line {
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.slon__list-catalog__product__props-list .slon-props__line a {
    color: #fff;
}

.slon__list-catalog__product__props-list .slon__product__prop-options {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slon__list-catalog__product__props-list .slon__product__prop-options li:not(:last-child) {
    margin-right: 15px;
}

.slon__list-catalog__product__props-list .slon__product__prop-options .slon__product__prop-options__color {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.slon-nav-props {
    position: relative;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 32px;
    max-width: 270px;
}

.slon-nav-props .slon-props__line {
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 30;
}

.slon-nav-props .slon-props__line::after {
    content: "";
    display: block;
    width: 1600px;
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #5f5f63;
}

.slon__compare__header {
    background-color: #2a2a2f;
    margin-bottom: 30px;
    padding: 5px 0;
}

.slon__compare__header__col-count {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.slon__compare__header__col-count .slon__count-products {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 12px;
    border: 1px solid #00ffff;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    font-weight: 600;
}

.slon__compare__header__col-filter {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slon__compare__header__col-filter .slon__page__sort {
    padding-left: 15px;
}

.slon__compare__header__col-filter .slon__list-filter {
    padding-left: 10px;
}

.slon__page__sort.w-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
}

.slon__label {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}

.slon__list-filter li {
    padding: 3px 15px 3px 0;
}

.slon__list-filter li .slon__radiobaton input {
    display: none;
}

.slon__list-filter li .slon__radiobaton span {
    display: block;
    position: relative;
    cursor: pointer;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding-left: 24px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slon__list-filter li .slon__radiobaton span::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #a9a9a9;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slon__list-filter li .slon__radiobaton:hover span, .slon__list-filter li .slon__radiobaton input:checked + span {
    color: #fff;
}

.slon__list-filter li .slon__radiobaton:hover span::after, .slon__list-filter li .slon__radiobaton input:checked + span::after {
    border-color: #fff;
}

.slon__list-filter li .slon__radiobaton input:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #eee417;
}

.mr-10 {
    margin-right: 10px;
}

.slon__order-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 33px;
    color: #fff;
}


.slon__order-detail__header .slon__order-detail__header__col1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    padding-right: 15px;
}

.slon__order-detail__header .slon__order-detail__header__col1 .slon__order-detail__number {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 13px;
}

.slon__order-detail__header .slon__order-detail__header__col1 .slon__order-detail__status {
    padding: 5px 0 5px 40px;
    font-size: 12px;
    line-height: 16px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

.slon__order-detail__header .slon__order-detail__header__col1 .slon__order-detail__status--processed {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/status1.svg");
}

.slon__order-detail__header .slon__order-detail__header__col1 .slon__order-detail__status--waiting {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/waiting.svg");
}

.slon__order-detail__header .slon__order-detail__header__col1 .slon__order-detail__status--completed {
    background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/completed.svg");
}

.slon__order-detail__header .slon__order-detail__header__col2 {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    padding-right: 15px;
}

.slon__order-detail__header .slon__order-detail__header__col2 .slon__order-detail__label {
    padding-bottom: 15px;
}

.slon__order-detail__header .slon__order-detail__header__col3 {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.slon__order-detail__header .slon__order-detail__header__col4 {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    min-width: 40px;
    padding-left: 14px;
}

.slon__order-detail__header .slon__order-detail__header__col4 .accordion-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slon__order-detail__header .slon__order-detail__header__col4 .accordion-button::after {
    margin: auto 0 auto auto !important;
}

.slon__order-detail {
    margin-bottom: 10px;
}

.slon__order-detail .accordion-body {
    padding: 20px 40px 0;
}

.slon__order-detail .accordion-body .slon__order-detail__list-products {
    border-top: 1px solid #1a1a1d;
    padding-bottom: 30px;
}

.slon__order-detail__product {
    padding: 15px 0;
    border-bottom: 1px solid #1a1a1d;
}

.slon__order-detail__value {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.slon__order-detail__label {
    color: #a8a4a9;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.slon__order-detail__info .slon__order-detail__label {
    line-height: 20px;
    padding: 10px 0;
}
.slon__order-detail__info .slon__order-detail__label a {
  color: #a8a4a9;
}
.slon__page__navbar {
  margin-bottom: 20px;
}
.slon__order-detail__params {
    padding-bottom: 9px;
}

.slon__order-detail__params-itog .slon__order-detail__value {
    font-size: 16px;
    font-weight: 600;
}
.slon.slon-product .slon__page {
    position: static;
}
.sale-products-gift .slon__product__inner__footer .slon__list-catalog__product__bay {
    opacity: 1;
    visibility: visible;
}

.slon__order-detail__btns a {
    margin-top: 30px;
}

.slon__subscription__wrap {
    width: 100%;
    padding: 5px 40px;
    cursor: pointer;
}

.slon__subscription__wrap span {
    display: block;
    padding: 3px 60px 3px 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

.slon__subscription__wrap span::after {
    content: "";
    display: block;
    height: 25px;
    width: 48px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-radius: 12px;
    background-color: #a9a9a9;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slon__subscription__wrap span::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 26px;
    border-radius: 10px;
    background-color: #2a2a2f;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slon__subscription__wrap input {
    display: none;
}

.slon__subscription__wrap input:checked + span::after {
    background-color: #00ffff;
}

.slon__subscription__wrap input:checked + span::before {
    right: 2px;
}

.slon__product__inner__footer {
    display: flex;
    position: relative;
    z-index: 100;
    margin-bottom: -15px;
}

.slon__product__inner__footer .slon__list-catalog__product__price {
    flex-basis: 46%;
    max-width: 46%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0;
}

.slon__product__inner__footer .slon__list-catalog__product__bay {
    flex-basis: 54%;
    max-width: 54%;
}

.slon__product__inner__footer .slon__list-catalog__product__bay {
    padding-left: 0;
    padding-right: 20px;
}

.slon__product__inner__footer .slon__btn .slon__btn__center {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    white-space: nowrap;
}

.slon__product__inner__footer .slon__btn--bay .ico-bay {
    margin-right: 4px;
}

.slon__product__inner__footer .slon__list-catalog__product__price .slon__product__price-value {
    white-space: nowrap;
}

.slon__product__inner__bottom::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 11;
    background-color: #2a2a2f;
    bottom: 0;
    left: 100%;
    opacity: 0;
}

.slon__list-catalog__slider__item:hover .slon__product__inner__bottom::before,
.slon__product--section:hover .slon__product__inner__bottom::before {
    opacity: 1;
}

.slon__col-product .slon__list-catalog__product__politra {
    padding-left: 20px;
}
.slon__product__inner__footer {
    height: 48px;
}
.slon__main__single-product__politra {
    display: flex;
    align-items: center;
    width: 100%;
}
.slon__order-detail__btns {
  padding-top: 5px;
}
.slon__compare__header__mob-sort {
    display: none;
}
.bx-sbb-empty-cart-text {
    text-transform: uppercase;
    font-weight: 600;
}
.bx-sbb-empty-cart-desc {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px;
}
.bx-sbb-empty-cart-desc a {
    color: #a9a9a9;
}
.bx-sbb-empty-cart-image {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251.65 235.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a9a9a9;%7D%3C/style%3E%3C/defs%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M251.65,175c-1.93,4.46-5.32,6-10.14,6q-88.32-.15-176.64-.07a17.71,17.71,0,0,1-3.18-.14c-5.72-1-8.36-7.34-5.09-12.39,4.13-6.39,8.48-12.64,12.59-19a5.91,5.91,0,0,0,.76-3.82q-6.63-40.7-13.44-81.36c-2.67-16-5.35-32.09-8.08-48.46H45.25c-12.37,0-24.73.06-37.1,0A7.93,7.93,0,0,1,0,8.7,7.86,7.86,0,0,1,6,.25,11.34,11.34,0,0,1,8.69,0Q28.22,0,47.76,0c8.68,0,14.79,5,16.24,13.66q6.44,38,12.68,76c3.18,19.13,6.31,38.26,9.55,57.38a9.71,9.71,0,0,1-1.5,7.46c-2.28,3.37-4.51,6.79-7.07,10.64h3.18q80.34,0,160.67,0c4.82,0,8.22,1.48,10.14,6Z'/%3E%3Cpath class='cls-1' d='M251.65,41.3c-1.63,6.14-3.28,12.28-4.87,18.43-1.05,4-2,8.1-3,12.15-1.14,4.51-4,6.77-8.66,6.77q-46.44,0-92.89,0c-5,0-8.5-3.32-8.51-7.89s3.56-7.83,8.55-7.83h87.52c1.32-5.27,2.58-10.32,3.93-15.72H88.3A16.91,16.91,0,0,1,84.88,47a7.89,7.89,0,0,1-6.2-8.53,7.77,7.77,0,0,1,7.87-7c13.27-.06,26.54,0,39.81,0,38.34,0,76.67.06,115-.06,5,0,8.53,1.62,10.28,6.46Z'/%3E%3Cpath class='cls-1' d='M214.05,125.84c2.76-11.07,5.46-21.93,8.19-32.77,1-3.94,4-6.43,7.61-6.5a7.75,7.75,0,0,1,7.73,6,8.35,8.35,0,0,1,0,3.85q-4.74,19.42-9.65,38.8a7.84,7.84,0,0,1-8.2,6.38q-58.58,0-117.17,0a7.88,7.88,0,0,1-8.19-8c.05-4.47,3.54-7.76,8.37-7.76q54.29,0,108.57,0Z'/%3E%3Cpath class='cls-1' d='M86.51,212.32A23.59,23.59,0,1,1,110.05,236,23.57,23.57,0,0,1,86.51,212.32Zm23.56-7.8a7.85,7.85,0,1,0,7.87,7.75A7.87,7.87,0,0,0,110.07,204.52Z'/%3E%3Cpath class='cls-1' d='M188.74,212.45A23.59,23.59,0,1,1,212.41,236,23.62,23.62,0,0,1,188.74,212.45Zm31.44-.1a7.85,7.85,0,1,0-7.77,7.87A7.89,7.89,0,0,0,220.18,212.35Z'/%3E%3Cpath class='cls-1' d='M153.47,94.39q17.19,0,34.4,0c5.19,0,8.75,3.25,8.72,7.91s-3.6,7.81-8.83,7.82H119c-5.24,0-8.82-3.18-8.85-7.8s3.54-7.92,9-7.93Q136.26,94.38,153.47,94.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: contain;
}
.slon__product.slon__product--section {
    min-height: 100%;
}
.slon__product.slon__product--section .slon__product__inner__body {
    display: flex;
    flex-direction: column;
}
.slon__product.slon__product--section .slon__product__inner__body  .slon__list-catalog__product__politra {
    margin-top: auto;
}
.slon__list-catalog__product__politra__dop {
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9 !important;
    font-size: 10px;
    display: block;
    font-weight: 500;
}
.slon__main__home-slider .swiper-slide {
    text-decoration: none;
}
.slon__list-catalog__product__politra li:last-child {
    margin-right: 0 !important;
}
.slon__list-catalog__wrap.slon__list-catalog__wrap--mini-relevant .swiper-slide {
    height: auto !important;
}
.slon__list-catalog__wrap.slon__list-catalog__wrap--mini-relevant .swiper-slide .slon__product.slon__product--mini-slide {
    height: 100%;
}
.slon__list-catalog__wrap.slon__list-catalog__wrap--mini-relevant  .slon__product__min-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slon__main__header {
    position: relative;
    z-index: 300;
}
.slon__page {
    position: relative;
    z-index: 100;
}
.bx-soa-cart-total-ghost {
    padding-top: 0 !important;
}
#bx-soa-order {
    padding-bottom: 50px;
}
.bx-soa-customer,
.delivery-prop-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bx-soa-customer .form-group,
.delivery-prop-block .form-group {
    flex-basis: 100%;
}
.bx-soa-customer .info-row {
    flex-basis: 100%;
    width: 100%;
}
.bx-soa-customer .form-group.PHONE,
.bx-soa-customer .form-group.COMPANY_EMAIL,
.bx-soa-customer .form-group.COMPANY_PHONE,
.bx-soa-customer .form-group.FIO_CONPANY_HEAD,
.bx-soa-customer .form-group.POSITION_COMPANY_NAME,
.bx-soa-customer .form-group.COMPANY_FULL,
.bx-soa-customer .form-group.KPP,
.bx-soa-customer .form-group.COMPANY,
.bx-soa-customer .form-group.OGRN,
.bx-soa-customer .form-group.EMAIL {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.bx-soa-customer .form-group.INN,
.bx-soa-customer .form-group.BIK,
.bx-soa-customer .form-group.NUMBER_ACCOUNT {
    flex-basis: calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
}
.delivery-prop-block .form-group.home,
.delivery-prop-block .form-group.korpus,
.delivery-prop-block .form-group.stroenie,
.delivery-prop-block .form-group.apartment {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.bx-soa-section-title {
    line-height: 23px !important;
}

.accordion-header.slon__order-detail__header.active .slon__order-detail__header__col2 div,
.accordion-header.slon__order-detail__header.active .slon__order-detail__header__col3 > div {
    display: none !important;
}
.bx-soa-section .bx-soa-section-title {
    display: flex;
    align-items: center;
}
.size24 {
    font-size: 24px !important;
}
.color-white {
    color: #fff !important;
}
.basket-coupon-alert-inner {
    padding-top: 10px;
}
.basket-coupon-alert {
    display: flex;
    padding-top: 10px;
}
.basket-coupon-alert .basket-coupon-text {
    flex-grow: 1;
    padding-right: 15px;
}
.order-confirm .sale_order_full_table {
    width: 100%;
    text-align: center;
}
.order-confirm__ico {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto 40px;
}
.slon__main__link-ico {
    cursor: pointer;
}
.slon__main__single-product__body__nav {
    transition: all 0.3s ease-in-out;
}



.alertify-notifier.ajs-left {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999;
    background-color: rgb(42, 42, 47);
    -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px -10px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px -10px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100vw;
}
.alertify-notifier.ajs-left  .ajs-message {
    padding: 20px 10px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100% !important;
    position: relative;
    left: auto;
}
.alertify-notifier .ajs-message.ajs-error {
    background: transparent !important;
    color: red !important;
}



@media screen and (min-width: 441px) {
    .slon__product--section {
        display: flex;
        flex-direction: column;
    }

    .slon__product--section .slon__product__inner {
        flex-grow: 1;
    }

    .slon__product--section .slon__product__inner .slon__product__text {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .slon__product--section .slon__product__inner .slon__product__text .slon__list-catalog__product__title {
        flex-grow: 1;
        margin-bottom: 5px;
    }
}


@media screen and (min-width: 768px) {
    .nav--soc li a:not(:hover) svg path {
        fill: #a9a9a9 !important;
    }
}


.slon__work-time-mob,
.slon__main__header__mob,
.slon__nav-mob,
.slon__mob-filter-open,
.slon__mob-label,
.smart-filter__header,
.smart-filter__footer__wrap-mob,
.smart-filter__footer__col--mob,
.slon__main__single-product--title-mob,
.slon__main__single-product__reviews__mob-btn,
.slon__main__section__mob__header,
.slon__fix__price-mob,
.slon__main__header__mob__search,
.slon__compare__col-products--mob,
.slon__mob-compare-params,
.slon__product__del-mob,
.slon__lk-item--mob,
.slon__page__back-link,
.slon__col-price-mob,
.slon__list-catalog__mob-pages,
.slon__col-tab-q__caption,
.slon__mob-vopors-btn,
.slon__mob-caption-tab,
.slon__main__home-slider__item__mob-img {
    display: none;
}


@media screen and (min-width: 1200px) {
    .slon__main__header.fixed.is_active  {
        padding-bottom: 61px;
    }
    .slon__main__header.fixed.is_active .slon__main__header__main-nav {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
    }
}


@media screen and (max-width: 1199px) {
    .slon__nav-top__menu li {
        padding-right: 10px;
    }

    .slon__work-time,
    .slon__nav-top__auth a span {
        display: none;
    }

    .slon__nav-top__auth .icon {
        margin-right: 0;
        margin-top: 10px;
    }

    .slon__work-time-mob {
        display: block;
        font-size: 8px;
        line-height: 10px;
        color: #fff;
    }

    .slon__nav-top__phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-right: 10px;
    }

    .slon__nav-top__phone .tel {
        line-height: 1.3;
    }

    .slon__order-detail__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 60px;
        position: relative;
        padding-left: 20px;
    }

    .slon__order-detail__header__col1 {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .slon__order-detail__header__col2 {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }

    .slon__order-detail__header__col3 {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding-top: 15px;
    }

    .slon__order-detail__header__col3 .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slon__order-detail__header__col3 .row .col-6 {
        width: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .slon__order-detail__header__col4 {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .slon__main__single-product__body .slon__main__single-product__body__nav .nav-item {
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .slon__nav-top {
        display: none;
    }

    .slon__nav-mob {
        display: none;
        background-color: #000;
    }
    .show_modal .slon__main__header {
        opacity: 0;
        visibility: hidden;
    }
    .slon__product__inner.gift-item  .slon__list-catalog__product__bay {
        display: block;
    }
    .slon__product__inner.gift-item .slon__product__inner__footer .slon__list-catalog__product__price {
        flex-basis: 60%;
        max-width: 60%;
    }
    .slon__product__inner.gift-item .slon__product__inner__footer .slon__btn__center {
        font-size: 0;
        width: 30px;
    }
    .slon__product__inner.gift-item .slon__product__inner__footer .slon__list-catalog__product__bay {
        padding-right: 10px;
    }
    .slon__product__inner.gift-item .slon__product__inner__footer .slon__btn--bay .ico-bay {
        margin-right: 0;
    }
    .slon__nav-mob.show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 600;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .slon__nav-mob .slon__nav-mob__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .slon__nav-mob .slon__nav-mob__menu li {
        position: relative;
        display: block;
    }

    .slon__nav-mob .slon__nav-mob__menu li::after {
        content: "";
        display: block;
        width: 2000px;
        height: 1px;
        position: absolute;
        z-index: 10;
        left: -200px;
        bottom: 0;
        background-color: #2a2a2f;
    }

    .slon__nav-mob .slon__nav-mob__menu li a {
        display: flex;
        font-size: 14px;
        line-height: 1;
        padding: 19px 0;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        align-items: center;
    }
    .slon__nav-mob .dropdown-toggle::after {
        margin-left: auto;
        margin-top: 1px !important;
    }
    #reviews  .section__anchor-top {
        padding-top: 50px !important;
    }

    .slon__nav-mob .slon__nav-mob__menu li .slon__nav-mob__menu__close {
        float: right;
    }

    .slon__nav-mob .slon__nav-mob__menu .dropdown-toggle:not(.collapsed)::before {
        content: "";
        width: 2000px;
        height: 10px;
        position: absolute;
        z-index: 10;
        left: -200px;
        top: 58px;
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4px 6px 0px rgba(0, 255, 255, 0.4);
    }

    .slon__nav-mob .nav--soc {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slon__nav-mob .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

    .slon__nav-mob .dropdown-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
    }

    .slon__nav-mob .slon__submenu__nav {
        position: relative;
        padding: 0;
    }

    .slon__nav-mob .slon__submenu__nav li {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 41px;
    }

    .slon__nav-mob .slon__submenu__nav li a {
        line-height: 34px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .slon__nav-mob .slon__submenu__nav li.slon__submenu__btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slon__nav-mob .slon__submenu__nav li.slon__submenu__btn .slon__btn-link {
        width: 230px;
        padding: 15px 0;
        height: 48px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slon__nav-mob .slon__submenu__nav li.slon__submenu__btn .slon__btn-link span {
        display: inline-block;
    }

    .slon__nav-mob__menu__search-item {
        padding: 10px 0;
    }

    .slon__nav-mob__search {
        padding: 5px 40px 5px 0;
    }

    .slon__nav-mob__search .slon__main__header__search-form::after, .slon__nav-mob__search .slon__main__header__search-form::before {
        background-color: #000;
    }

    .slon__main__header__middle {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        z-index: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-shadow: 0px -4px 12px 0px rgba(0, 255, 255, 0.4);
        box-shadow: 0px -4px 12px 0px rgba(0, 255, 255, 0.4);
    }

    .slon__main__header__col-left {
        display: none !important;
    }

    .slon__main__header__links a svg {
        color: #00ffff;
    }

    .slon__main__header__mob {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #000;
        z-index: 500;
        padding-bottom: 15px;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4px 12px 0px rgba(0, 255, 255, 0.4);
    }

    .slon__main__header__mob .slon__main__header__mob__top-row {
        padding-top: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slon__main__header__mob .slon__main__header__mob__top-row .slon__main__header__logo-mob {
        display: block;
        width: 130px;
        height: auto;
    }

    .slon__main__header__mob .slon__main__header__mob__top-row .slon__nav-top__phone {
        margin-left: auto;
        padding-right: 0;
    }

    .slon__main__header__mob .slon__main__header__mob__top-row .slon__nav-top__phone .tel {
        color: #fff;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row {
        padding-top: 15px;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__city--mob {
        padding-left: 20px;
        background: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-city.svg") 0 50% no-repeat;
        background-size: 15px auto;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__city--mob .slon__main__city__select {
        font-size: 12px;
        color: #a9a9a9;
        font-weight: 500;
        background-image: none;
        padding-right: 0;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__header__mob__navbar {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__header__mob__navbar li {
        padding-left: 25px;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__header__mob__navbar li a {
        display: block;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__header__mob__navbar li a .icon {
        color: #00ffff;
    }

    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__header__mob__navbar li:first-child {
        padding-left: 0;
    }

    .slon__main__header__mob.is_active .slon__main__header__mob__bottom-row {
        padding-top: 0;
        height: 0;
        overflow: hidden;
    }

    .slon__main__header {
        padding-top: 100px;
    }

    .slon__list-catalog__slider__item .slon__list-catalog__product__bay {
        /*height: auto;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    padding-top: 20px;*/
        display: none;
    }

    .slon__product__fav-compare li {
        opacity: 1;
        visibility: visible;
    }

    .slon__main__single-product--title-mob {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 1.3;
        font-weight: bold;
    }

    .slon__main__single-product__top-right h1, .slon__main__single-product__top-right .h1, .slon__main__single-product__top-right .h1 {
        display: none;
    }

    .slon__main__single-product__rev-top {
        padding-top: 25px;
        padding-bottom: 0;
        border-top: 1px solid #5f5f63;
    }

    .slon__main__single-product__rev-top .slon__main__single-product__col-all-rev {
        margin-left: auto;
    }

    .slon__main__single-product__top-right .slon__main__single-product__compare {
        margin-right: 0;
    }

    .slon__main__single-product__top-right__item--fav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slon__main__single-product__body .slon__main__single-product__body__nav,
    .section__body__col-label,
    .section__body {
        display: none;
    }

    .slon__main__single-product__body-row {
        padding-bottom: 0;
    }

    .slon__main__single-product__body {
        padding-top: 0;
    }

    .section__body__row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .slon__main__section__mob__header {
        background-color: #000;
        display: block;
    }

    .slon__main__section__mob__header__caption {
        padding: 10px 0;
        position: relative;
        color: #a9a9a9;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .slon__main__section__mob__header__caption::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 0;
        width: 5px;
        height: 5px;
        border-left: 1px solid #a9a9a9;
        border-bottom: 1px solid #a9a9a9;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

    .slon__main__section__mob {
        border-bottom: 1px solid #2a2a2f;
    }

    .slon__main__section__mob.is_active .section__body {
        display: block;
    }

    .slon__main__section__mob.is_active .slon__main__section__mob__header__caption::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .section__body__col-desc {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slon__main__single-product__reviews {
        border-right: none;
    }

    .slon__main__single-product__reviews__list {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .slon__main__single-product__reviews__mob-btn {
        display: block;
        padding: 30px 0 15px;
    }

    .col-add-form-rev {
        display: none;
    }

    .slon__main__caption {
        font-size: 18px;
    }

    .slon__mob-addrev {
        padding-bottom: 50px;
    }

    .slon__mob-addrev .slon__main__review__form__rating {
        padding-bottom: 20px;
    }

    .slon__mob-addrev .slon__main__review__form__rating .slon__review__form__rating__label {
        color: #a9a9a9;
    }

    .slon__main__single-product__footer {
        padding-top: 50px;
    }

    .slon__complect__wrap .slon__complect__wrap__item {
        border-right: none;
        border-bottom: 1px solid #5f5f63;
    }

    .slon__complect__wrap .slon__complect__wrap__center {
        position: relative;
        z-index: 10;
    }

    .slon__complect__wrap .slon__complect__wrap__center > .row {
        margin-right: -30px;
        margin-left: -30px;
        position: relative;
        z-index: 10;
    }

    .slon__complect__wrap__item--plus::after {
        right: 50%;
        margin-right: -15px;
        top: auto;
        bottom: -15px;
    }

    .slon__complect__wrap .slon__complect__wrap__item,
    .slon__complect__wrap__result {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slon__complect__wrap__result::after {
        left: 50%;
        top: 0;
        margin-left: -15px;
    }

    .slon__main__header__mob__search.show {
        display: block;
        padding-top: 20px;
        position: relative;
        padding-right: 30px;
    }

    .slon__main__header__mob__search.show .slon__main__header__search-form::after {
        background-color: #000;
    }

    .slon__main__header__mob__search.show .slon__main__header__search-form::before {
        background-color: #000;
    }

    .slon__main__header__mob__search.show .smart-filter__header__close {
        position: absolute;
        z-index: 10;
        top: 20px;
        right: 0;
        height: 40px;
        width: 30px;
        color: #a9a9a9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .slon__page__actions__desc {
        padding-left: 0;
    }

    .slon__page__actions__step {
        position: relative;
        padding-left: 40px;
        min-height: 50px;
    }

    .slon__page__actions__step .slon__page__actions__step__number {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 25px;
    }

    .slon__page__actions__step p {
        display: block;
    }

    .slon__main__input-text {
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .slon__main__input-text p {
        display: block;
        padding-left: 15px;
    }

    .slon__order-detail .accordion-body {
        padding: 20px;
    }

    .slon__col-price {
        display: none;
    }

    .slon__col-price-mob {
        display: block;
        padding-top: 10px;
        color: #a8a4a9;
        font-size: 12px;
        line-height: 16px;
    }

    .slon__order-detail__hr {
        margin: 0 -20px 20px;
        height: 20px;
        border-bottom: 1px solid #1a1a1d;
    }

    .slon__guarantee::after {
        display: none;
    }

    .slon__guarantee .slon__guarantee__warning {
        margin-top: 10px;
        border-top: 2px solid #5f5f63;
    }

    .slon__guarantee {
        margin-bottom: 30px;
    }

    .slon__page--contacts .slon__ico-left {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .slon__page--contacts .slon__ico-left .fpad15 {
        padding-bottom: 0;
    }


    .section__anchor-top {
        padding-top: 0;
    }

    .section__anchor-top::after,
    .slon__list-catalog__slider__item:hover .slon__product__inner__bottom::before {
        display: none;
    }

    .slon__list-catalog__slider__item:hover {
        filter: none;
    }

    .slon__product__inner__footer .slon__list-catalog__product__price {
        flex-basis: 100%;
        max-width: 100%;
    }
    .slon__product__inner__footer {
        display: block;
    }
    .slon__list-catalog__product__bay {
        display: none;
    }

    .title-search-input_fixed_mobile .bx_searche.scrollbar {
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11111;
        background-color: #000;
    }
    .show_modal .title-search-input_fixed_mobile .bx_searche.scrollbar {
        top: 75px !important;
    }

}

@media screen and (max-width: 768.1px) {
    .slon__mob-hidden {
        display: none !important;
    }
    .slon__main__home-slider__item__desc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 30px;
    }

    .slon__main__home-slider__item {
        background-size: 100% auto;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-color: #000;
        position: relative;
    }
    .slon__main__home-slider__item__mob-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }


    .nav--catalog-footer,
    .nav--footer-menu {
        display: none;
    }
    .slon__main__home-slider {
        height: auto;
    }
    .slon__main__footer__logo-link {
        display: block;
        width: 230px;
        margin: 0 auto 20px;
    }

    .slon__main__footer__info {
        padding-bottom: 30px;
        text-align: center;
    }

    .slon__main__footer .nav--soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slon__main__footer__bottom {
        padding-bottom: 100px;
        text-align: center;
    }

    .slon__main__footer__bottom .row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .slon__main__footer__bottom .nav--bottom li {
        padding: 0 0 15px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .slon__main__footer__bottom .nav--bottom li a {
        text-align: center;
    }

    .slon__page__header {
        display: block;
    }

    .slon__page__header h1, .slon__page__header .h1 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .slon__page__header .slon__mob-filter-open {
        display: block;
        padding-bottom: 15px;
    }

    .slon__page__header .slon__mob-filter-open .btn-filter-open {
        height: 34px;
        cursor: pointer;
        padding: 5px 15px 5px 40px;
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        background: #2a2a2f url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/ico-filter.svg") 10px 50% no-repeat;
        background-size: 20px auto;
    }

    .slon__page__header .slon__page__sort {
        width: 100%;
    }

    .slon__page__header .slon__page__sort .dropdown-menu.dropdown-menu--black {
        width: 100%;
    }

    .slon__page__sort--catalog .btn-sort {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 10px;
        border: 1px solid #5f5f63;
        position: relative;
    }

    .slon__page__sort--catalog .btn-sort.dropdown-toggle::after {
        position: absolute !important;
        right: 10px;
    }

    .slon__col-filter {
        display: none;
    }

    .slon__col-product .slon__product__inner__top {
        height: 10px;
        min-height: 10px;
        -ms-flex-preferred-size: 10px;
        flex-basis: 10px;
        width: calc(100% - 10px);
    }

    .slon__col-product .slon__product__inner__top::after {
        border-bottom: 10px solid #2a2a2f;
        border-left: 10px solid transparent;
    }

    .slon__col-product .slon__product__inner__bottom {
        height: 10px;
        min-height: 10px;
        -ms-flex-preferred-size: 10px;
        flex-basis: 10px;
        width: calc(100% - 10px);
    }

    .slon__col-product .slon__product__inner__bottom::after {
        border-top: 10px solid #2a2a2f;
        border-right: 10px solid transparent;
    }

    .slon__col-product .slon__product__inner__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .slon__col-product .slon__product__inner__body .slon__list-catalog__product {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: 45%;
    }

    .slon__col-product .slon__product__inner__body .slon__product__text {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        max-width: 55%;
    }

    .slon__col-product .slon__product__inner__body .slon__product__text .slon__list-catalog__product__bay {
        display: none !important;
    }

    .slon__col-product .slon__product__inner__body .slon__product__fav-compare {
        position: relative;
        top: auto;
        right: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #1a1a1d;
        padding: 10px 10px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slon__col-product .slon__product__inner__body .slon__product__fav-compare li {
        padding-bottom: 0;
    }

    .slon__col-product .slon__product__inner__body .slon__product__fav-compare li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0;
        text-decoration: none;
    }

    .slon__col-product .slon__product__inner__body .slon__product__fav-compare li a .slon__mob-label {
        display: block;
        font-size: 10px;
        color: #fff;
        font-weight: 500;
        padding-left: 5px;
    }

    .slon__col-product .slon__remove-product {
        display: none;
    }

    .slon__list-catalog__slider__item__wrap {
        min-height: 200px;
    }

    .slon__col-filter.show {
        display: block !important;
        position: fixed;
        z-index: 600;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #2a2a2f;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
    }

    .slon__col-filter.show .smart-filter {
        padding: 0;
    }

    .slon__col-filter.show .smart-filter .smart-filter__body {
        padding: 60px 20px;
    }

    .slon__col-filter.show .smart-filter .smart-filter__item {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .slon__col-filter.show .smart-filter__header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 220;
        background-color: #000;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4px 12px 0px rgba(0, 255, 255, 0.4);
        padding: 15px 0;
        display: block;
    }

    .slon__col-filter.show .smart-filter__header .smart-filter__header__close {
        color: #fff;
        margin-left: auto;
    }

    .slon__col-filter.show .smart-filter__footer__wrap-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        max-width: 540px;
    }

    .slon__col-filter.show .smart-filter__footer__wrap-mob .smart-filter__header__caption {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }

    .slon__col-filter.show .smart-filter__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 220;
        background-color: #000;
        padding: 15px 0;
        -webkit-box-shadow: 0px -4px 12px 0px rgba(0, 255, 255, 0.4);
        box-shadow: 0px -4px 12px 0px rgba(0, 255, 255, 0.4);
    }

    .slon__col-filter.show .smart-filter__footer .smart-filter__clear {
        display: none;
    }

    .slon__col-filter.show .smart-filter__footer .smart-filter__footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 560px;
        margin: 0 auto;
    }

    .slon__col-filter.show .smart-filter__footer .smart-filter__footer__wrap .smart-filter__footer__col {
        display: block;
        padding: 0 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .smart-filter__footer .slon__btn--green {
        height: 30px;
    }

    .smart-filter__footer .slon__btn--green .slon__btn__center {
        height: 30px;
        padding: 5px;
    }

    .smart-filter__footer .slon__btn--green .slon__btn__left, .smart-filter__footer .slon__btn--green .slon__btn__right {
        height: 22px;
    }

    .slon__main__text h1, .slon__main__text .h1, .slon__main__text .h1 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .slon__main__text h2, .slon__main__text .h2, .slon__main__text .h2 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .slon__main__text h4, .slon__main__text .h4, .slon__main__text .h4 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .slon__main__text h3, .slon__main__text .h3, .slon__main__text .h3 {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .slon__main__text p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .slon__main__text ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .slon__main__text ul li::after {
        top: 9px;
    }

    .slon__review .slon__review__body {
        padding-right: 0;
        font-size: 12px;
    }

    .mob-price.is_active .slon__fix__price-mob {
        display: block;
        position: fixed;
        bottom: 70px;
        left: 0;
        right: 0;
        z-index: 350;
        background-color: #000;
        padding: 10px 0;
    }

    .mob-price.is_active .slon__fix__price-mob .slon__list-catalog__product__price {
        padding-left: 0;
    }

    .mob-price.is_active .slon__fix__price-mob .slon__fix__price-mob__btn {
        margin-left: auto;
    }

    .slon__page__sort--art .dropdown-menu.dropdown-menu--black {
        min-width: 100%;
        width: auto !important;
        left: auto !important;
        right: -30px !important;
    }

    .slon__clear-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 10px;
        border: 1px solid #898989;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 20px;
    }

    .slon__page__cart__item__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slon__page__cart__item__wrap .slon__mob-label {
        display: block;
        font-size: 10px;
        color: #fff;
        font-weight: 500;
        padding-left: 5px;
    }

    .slon__product__min-product .slon__product__min-product__images {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        padding: 0 10px;
    }

    .slon__product__min-product .slon__page__cart__item__col-title {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding: 0 10px;
    }

    .slon__product__min-product .slon__page__cart__item__mob-hr {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: relative;
        height: 18px;
    }

    .slon__product__min-product .slon__page__cart__item__mob-hr::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 9px;
        height: 1px;
        background-color: #202024;
        left: -14px;
        right: -14px;
    }

    .slon__product__min-product .slon__page__cart__item__col-count {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        padding-right: 10px;
    }

    .slon__product__min-product .slon__page__cart__item__col-price {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding: 0 10px;
    }

    .slon__product__min-product .slon__page__cart__item__col-favorite {
        margin-left: auto;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: auto;
    }

    .slon__product__min-product .slon__page__cart__item__col-favorite .slon__product__favorite {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slon__product__min-product .slon__page__cart__item__col-favorite .slon__product__favorite svg {
        -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
        width: 25px;
    }

    .slon__product__min-product .slon__page__cart__item__col-del {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: auto;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .slon__product__min-product .slon__page__cart__item__col-del .slon__page__cart__item__remove {
        height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 23px;
        text-decoration: none;
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: 21px 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.81 172.12'%3E%3Cpath fill='%230a898f' d='M94.86,0H53V22H0V58.69H9.86l11,113.43H126.94L138,58.69h9.85V22H94.86ZM63,10.09H84.78V22H63ZM117.79,162H30L20,58.69H127.82ZM137.73,32.09V48.61H10.09V32.09Z'/%3E%3Crect fill='%230a898f' x='68.86' y='78.33' width='10.09' height='64.1'/%3E%3Cpolygon fill='%230a898f' points='95.83 78.33 92.83 142.42 102.92 142.42 105.93 78.33 95.83 78.33'/%3E%3Cpolygon fill='%230a898f' points='51.98 78.33 41.88 78.33 44.89 142.42 54.98 142.42 51.98 78.33'/%3E%3C/svg%3E%0A");
    }

    .slon__product__min-product .slon__page__cart__item__col-del .slon__page__cart__item__remove svg {
        display: none;
    }

    .slon__page__cart {
        padding-bottom: 10px;
    }

    .slon-nav-props::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        height: 100%;
        width: 24px;
        left: 50%;
        margin-left: -12px;
        background-color: #2a2a2f;
    }

    .slon-nav-props .slon-props__line {
        padding-top: 5px;
        padding-bottom: 10px;
        position: relative;
    }

    .slon-nav-props .slon-props__line span {
        display: block;
        color: #a9a9a9;
        font-size: 8px;
        line-height: 14px;
        text-transform: uppercase;
        position: absolute;
        bottom: 100%;
        left: 1px;
        margin-bottom: -2px;
        width: 150px;
    }

    .slon__page__top-news p {
        font-size: 14px !important;
        color: #a9a9a9 !important;
    }

    .slon__list-catalog__product__props-list .slon-props__line {
        padding: 5px 1px 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .slon__compare__header,
    .slon__compare__row .slon__list-catalog__product__bay.is-active,
    .slon__compare__row .slon__product__inner__bottom {
        display: none;
    }

    .slon__compare__header__mob-sort {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .slon__compare__row {
        position: relative;
    }

    .slon__compare__row .slon__list-catalog__product, .slon__compare__row .slon__list-catalog__product__politra, .slon__compare__row .slon__list-catalog__product__price {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slon__compare__row .slon__compare__col-props {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .slon__compare__row .slon__compare__col-props::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        height: 100%;
        left: 100%;
        width: 160px;
        margin-left: -12px;
        background-color: #2a2a2f;
    }

    .slon__compare__row .slon__compare__col-props::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        height: 100%;
        right: 100%;
        margin-right: -12px;
        width: 160px;
        background-color: #2a2a2f;
    }

    .slon__compare__row .slon__product__inner__top {
        height: 12px;
        min-height: 12px;
        -ms-flex-preferred-size: 12px;
        flex-basis: 12px;
        margin-left: auto;
        width: calc(100% - 12px);
    }

    .slon__compare__row .slon__product__inner__top::after {
        border-bottom: 12px solid #2a2a2f;
        border-left: 12px solid transparent;
    }

    .slon-nav-props .slon-props__line::after {
        left: -120px;
    }

    .slon-nav-props {
        padding-bottom: 0;
        max-width: 100%;
    }

    .slon-nav-props li:last-child::after {
        display: none;
    }

    .slon__compare {
        overflow: visible;
    }

    .slon__compare__col-products--mob {
        display: block;
    }

    .slon__list-compare > .swiper-button-next,
    .slon__list-compare > .swiper-button-prev {
        display: none !important;
    }

    .slon__list-catalog__mob-pages {
        display: block;
        position: relative;
        padding: 10px 30px;
        border-top: 1px solid #1a1a1d;
        margin-bottom: 92px;
    }

    .slon__list-catalog__mob-pages span {
        display: block;
        text-align: center;
        font-size: 10px;
        line-height: 18px;
        color: #fff;
    }

    .slon__list-catalog__mob-pages .swiper-button-next, .slon__list-catalog__mob-pages .swiper-button-next2 {
        top: 0 !important;
        margin-top: 0 !important;
        background: transparent !important;
        position: absolute;
        right: 0;
        height: 40px;
        width: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 20;
    }

    .slon__list-catalog__mob-pages .swiper-button-prev, .slon__list-catalog__mob-pages .swiper-button-prev2 {
        top: 0 !important;
        margin-top: 0 !important;
        background: transparent !important;
        position: absolute;
        left: 0;
        height: 40px;
        width: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 20;
    }

    .slon__list-catalog__mob-pages svg {
        width: 14px;
        height: auto;
    }

    .slon__list-catalog__mob-pages svg path {
        fill: #888;
    }

    .slon__list-catalog__mob-pages::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        width: 0;
        height: 0;
        border-bottom: 12px solid #1a1a1d;
        border-left: 12px solid transparent;
        bottom: -3px;
        right: 0;
    }

    .swiper-button-next2.swiper-button-disabled,
    .swiper-button-prev2.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
    }

    .slon__mob-compare-params {
        position: absolute;
        padding: 20px 10px;
        height: 90px;
        bottom: 100%;
        left: 0;
        width: 100%;
        z-index: 30;
        background-color: #1a1a1d;
        display: block;
    }

    .slon__mob-compare-params__title {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .slon__mob-compare-params__switch {
        display: block;
    }

    .slon__mob-compare-params__switch input {
        display: none;
    }

    .slon__mob-compare-params__switch input:checked + .slon__mob-compare-params__switch__label {
        color: #fff;
    }

    .slon__mob-compare-params__switch input:checked + .slon__mob-compare-params__switch__label span {
        background-color: #0a898f;
    }

    .slon__mob-compare-params__switch input:checked + .slon__mob-compare-params__switch__label span::after {
        left: auto;
        right: 2px;
    }

    .slon__mob-compare-params__switch__label {
        font-size: 13px;
        line-height: 20px;
        color: #a9a9a9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slon__mob-compare-params__switch__label span {
        margin-left: 10px;
        position: relative;
        width: 36px;
        min-width: 36px;
        height: 18px;
        border-radius: 9px;
        background-color: #8a8a8a;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slon__mob-compare-params__switch__label span::after {
        content: "";
        display: block;
        height: 14px;
        width: 14px;
        border-radius: 7px;
        background-color: #fff;
        position: absolute;
        z-index: 12;
        top: 2px;
        left: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slon__list-compare .slon__product__inner__body__top-product .slon__product__fav-compare {
        position: relative !important;
        top: auto !important;
        right: auto;
        border-top: 1px solid #1a1a1d;
        width: 100%;
        margin-top: 10px;
    }

    .slon__list-compare .slon__product__inner__body__top-product .slon__product__fav-compare li {
        height: 44px;
        padding: 10px;
    }

    .slon__list-compare .slon__product__inner__body__top-product .slon__product__fav-compare li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slon__list-compare .slon__product__inner__body__top-product .slon__product__fav-compare li a .slon__mob-label {
        display: block;
        color: #a9a9a9;
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
        padding-left: 10px;
    }

    .slon__list-compare .slon__list-catalog__product__remove {
        position: absolute;
        z-index: 20;
        top: 0;
        right: 10px;
        width: 18px;
    }

    .slon__list-compare .slon__list-catalog__product__remove .slon__remove-product {
        display: block;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.81 172.12'%3E%3Cpath fill='%230a898f' d='M94.86,0H53V22H0V58.69H9.86l11,113.43H126.94L138,58.69h9.85V22H94.86ZM63,10.09H84.78V22H63ZM117.79,162H30L20,58.69H127.82ZM137.73,32.09V48.61H10.09V32.09Z'/%3E%3Crect fill='%230a898f' x='68.86' y='78.33' width='10.09' height='64.1'/%3E%3Cpolygon fill='%230a898f' points='95.83 78.33 92.83 142.42 102.92 142.42 105.93 78.33 95.83 78.33'/%3E%3Cpolygon fill='%230a898f' points='51.98 78.33 41.88 78.33 44.89 142.42 54.98 142.42 51.98 78.33'/%3E%3C/svg%3E%0A");
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .slon__list-compare .slon__list-catalog__product__remove .slon__remove-product svg {
        display: none;
    }

    .slon__list-compare .slon__list-catalog__product__remove .slon__remove-product span {
        display: none;
    }

    .slon__product__del-mob {
        display: block;
    }

    .slon__article__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: #1a1a1d;
    }

    .slon__article__header .slon__article__header__bg {
        position: relative;
        top: auto;
        left: auto;
    }

    .slon__article__header__wrap {
        padding: 0 0 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slon__article__header__wrap .h1 {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        padding-bottom: 15px;
    }

    .slon__article__header__wrap .slon__article__anons {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .slon__mob-hidden {
        display: none !important;
    }

    .slon__news-item .slon__news-item__desc .slon__news-item__title span {
        font-size: 16px;
        line-height: 20px;
    }

    .slon__page--news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: #1a1a1d;
        min-height: auto;
    }

    .slon__page--news .slon__page__news-bg {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        background-color: #000;
    }

    .slon__page__top-news {
        padding-top: 0;
    }

    .slon__page__top-news h1, .slon__page__top-news .h1 {
        color: #fff !important;
    }

    .slon__page--news .slon__page__news-bg--full picture img {
        height: auto !important;
    }

    .pr-50 {
        padding-right: 0;
    }

    .slon__dop-mat {
        padding-top: 20px;
    }

    .slon__single-brand__top {
        background-position: 50% 50%;
        background-size: cover;
    }

    .slon__single-brand__top .slon__single-brand__top__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slon__page__header--lk {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .slon__page__header--lk .slon__page__header__right-link {
        display: none !important;
    }

    .slon__page__header--lk .h1 {
        text-align: left !important;
    }

    .slon__lk-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .slon__lk-item .slon__lk-item__link {
        margin-bottom: 0;
    }

    .slon__lk-item .slon__lk-item__link .slon__product__inner__top, .slon__lk-item .slon__lk-item__link .slon__product__inner__bottom {
        display: none !important;
    }

    .slon__lk-item .slon__lk-item__link .slon__product__inner__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #1a1a1d;
    }

    .slon__lk-item .slon__lk-item__link .slon__product__inner__body .slon__lk-item__title {
        min-height: auto;
    }

    .slon__lk-item .slon__lk-item__link .slon__product__inner__body .slon__lk-item__img {
        height: 60px;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
        width: 70px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slon__lk-item .slon__lk-item__link .slon__product__inner__body .slon__lk-item__img svg {
        max-width: 25px;
        max-height: 25px;
        width: auto;
        height: auto;
    }

    .slon__lk-item.slon__lk-item--mob {
        display: block;
    }

    .slon__lk-item.slon__lk-item--mob .slon__product__inner__body {
        border-bottom: none !important;
    }

    .slon__reg-bg {
        background-image: none;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .slon__reg-bg .slon__product__inner__top, .slon__reg-bg .slon__product__inner__bottom {
        display: none;
    }

    .slon__reg-bg .slon__modal-box__wrap {
        padding: 0;
        background-color: transparent;
    }
    .slon__subcategories .slon__subcategories__item__link:hover {
        filter: none;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__main__input-box::after, .slon__reg-bg .slon__modal-box__wrap .slon__main__input-box::before, .slon__reg-bg .slon__modal-box__wrap .slon__main__submit-btn-box::after, .slon__reg-bg .slon__modal-box__wrap .slon__main__submit-btn-box::before {
        background-color: #1a1a1d;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__modal-box__title {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc .slon__reg-soc__label {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 30px auto;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc .slon__reg-soc__label::before {
        height: 1px;
        width: 500px;
        left: 100%;
        top: 50%;
        bottom: auto;
        margin-left: 10px;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc .slon__reg-soc__label::after {
        height: 1px;
        width: 500px;
        right: 100%;
        left: auto;
        top: 50%;
        bottom: auto;
        margin-right: 10px;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__box__caption {
        padding-bottom: 20px;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li {
        width: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
        margin: 0 10px;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn {
        height: 50px;
        width: 50px;
        padding: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        text-indent: 1000px;
        text-align: left;
        font-size: 0;
        color: transparent;
        display: block;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn--vk {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/vk-mob.svg");
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn--face {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/face-mob.svg");
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn--google {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/google-mob.svg");
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn--inst {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/svg/inst-mob.svg");
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn svg {
        display: none;
    }

    .slon__reg-bg .slon__modal-box__wrap .slon__reg-soc__box .slon__reg-soc__list li .slon__reg-soc__btn span {
        display: none;
    }

    .slon__page__back-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 10px;
        vertical-align: top;
        width: 20px;
        height: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #898989;
        margin-top: 3px;
    }

    .slon__product__inner__body.is_active .slon__order-detail__header .slon__order-detail__header__col2 {
        display: none;
    }

    .slon__product__inner__body.is_active .slon__order-detail__header .slon__order-detail__header__col3 {
        display: none;
    }

    .slon__page__tabs-nav a {
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slon__page__center-title h1, .slon__page__center-title .h1, .slon__page__center-title .h1 {
        font-size: 20px;
    }

    .slon__lk-item__link .slon__lk-item__title,
    .slon__main__header__links a .slon__main__header__links__caption,
    .slon__main__header__mob .slon__main__header__mob__bottom-row .slon__main__city--mob .slon__main__city__select {
        color: #fff;
    }

    .swiper-button-next-home,
    .swiper-button-prev-home {
        display: none !important;
    }

    .slon__category__item:hover .slon__category__item__title__inner__border-top,
    .slon__category__item:hover .slon__category__item__title__inner__border-bottom {
        display: none;
    }

    .slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__pic {
        display: none !important;
    }

    .slon__brands__slider__item__wrap__hover {
        position: relative;
        top: auto;
        left: auto;
    }

    .slon__brands__slider__item__wrap__hover .slon__brands__slider__item__pic-hover {
        opacity: 1;
    }
    .slon__product--section:hover {
        filter: none;
    }

    .slon__product--section .slon__list-catalog__product__bay {
        display: none;
    }
    .slon__product--section .slon__list-catalog__product__title {
        min-height: 30px;
    }
    .slon__main__link-ico {
        color: #fff;
    }
    .slon__main__link-ico svg path {
        fill: #00ffff;
    }
    .slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__politra {
        margin-bottom: 0;
    }
    .slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__politra li {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .slon__mob-vopors-btn {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .slon__page--vopros {
        padding-bottom: 20px;
    }
    .slon__mob-title-vopros {
        padding-top: 30px !important;
        font-size: 20px !important;
    }

    .slon__mob-caption-tab {
        padding: 25px 0 10px;
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 20px;
    }
    .tab-content--vopros .fade {
        display: block !important;
        opacity: 1 !important;
    }

    .slon__page.slon__page--company {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-company-mob.jpg") !important;
        background-size: cover;
        background-position: 50% 100% !important;
        height: 470px;
    }
    .slon__page.slon__page--company .slon__company-desc {
        align-items: flex-start !important;
    }
    .slon__main__home-slider__item__mob-img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .slon__list-catalog__slider__item {
        width: 320px;
    }

    .slon__col-filter.show .smart-filter__header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .slon__col-filter.show .smart-filter__footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .slon__list-catalog__slider > .swiper-wrapper > .swiper-slide {
        width: auto !important;
    }

    .slon__list-catalog__wrap {
        margin-left: -35px;
        margin-right: -35px;
    }

    .slon__list-catalog--complect .slon__list-catalog__wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .swiper-pagination.swiper-pagination-progressbar.scroll {
        top: auto;
        bottom: 40px;
        max-width: 100%;
        width: 290px;
        right: 50%;
        margin-right: -145px;
    }

    .slon__list-catalog__caption {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .slon__list-catalog__wrap .swiper-button-next,
    .slon__list-catalog__wrap .swiper-button-prev {
        display: none;
    }

    .slon__category__item {
        height: 280px;
        padding-top: 200px;
    }

    .slon__brands__wrap {
        margin: 0 -10px 0 -5px;
        width: auto;
    }

    .slon__brands .slon__brands__wrap .slon__brands__slider__item .slon__brands__slider__item__wrap {
        padding: 10px;
    }

    .slon__brands__next,
    .slon__brands__prev {
        display: none;
    }

    .slon__brands .swiper-slide {
        width: 120px;
    }

    .slon__border-box .slon__border-box__inner {
        padding: 25px 20px;
    }

    .slon__subscription__promo .slon__subscription__promo__caption {
        font-size: 20px;
    }

    .slon__subscription__promo .slon__subscription__promo__text {
        font-size: 16px;
    }

    .slon__border-box .slon__border-box__inner__line-top,
    .slon__border-box .slon__border-box__inner__line-bottom,
    .nav--catalog-footer,
    .nav--footer-menu {
        display: none;
    }

    .slon__news-item .slon__news-item__desc {
        padding: 20px;
    }

    .slon__news-item .slon__news-item__desc .slon__news-item__title span {
        font-size: 16px;
    }

    .lSSlideWrapper {
        padding-left: 0;
    }

    .slon__main__single-product__badge {
        left: 0;
    }

    .slon__main__single-product__images .lSNext {
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 289.05 492'%3E%3Cpath fill='%238a8a8a' d='M281.2,226.8,62.25,7.86a27,27,0,0,0-38.06,0L8.06,24A27,27,0,0,0,8.06,62L191.92,245.9,7.86,430a27,27,0,0,0,0,38.07L24,484.14a27,27,0,0,0,38.07,0L281.2,265a27.16,27.16,0,0,0,0-38.2Z'/%3E%3C/svg%3E%0A");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 20px auto;
    }

    .slon__main__single-product__images .lSPrev {
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 289.23 492'%3E%3Cpath fill='%238a8a8a' d='M7.83,265,226.58,484.13a27,27,0,0,0,38.07,0l16.13-16.1a27,27,0,0,0,0-38.07L97.13,246,281.35,62.08a27,27,0,0,0,0-38.07L265.28,7.88a27,27,0,0,0-38.07,0L7.87,226.79a27.16,27.16,0,0,0,0,38.2Z'/%3E%3C/svg%3E%0A");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 20px auto;
    }

    .slon__main__bg-desc {
        background-position: 50% 100%;
        background-size: 100% auto;
        padding-bottom: 400px;
        background-color: #000;
    }

    .slon__main__bg-desc .slon__main__bg-desc__row {
        min-height: auto;
        padding-bottom: 0;
        text-align: left !important;
    }

    .slon__main__bg-desc .slon__main__bg-desc__row .slon__main__bg-desc__text {
        padding-right: 0;
    }

    .slon__main__img-desc__col-pic {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 15px;
    }

    .slon__main__img-desc .fpad60 {
        padding-bottom: 15px;
    }

    .slon__main__characteristic__row .slon__main__characteristic__value,
    .slon__main__characteristic__row .slon__main__characteristic__label {
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }

    .slon__main__section .section__border {
        border: none;
    }

    .slon__main__link-ico--pdf .slon__main__icon-left {
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
        max-width: 20px;
        margin-bottom: auto;
        margin-top: 5px;
    }

    .slon__main__link-ico--pdf .slon__main__link-ico--pdf__desc .slon__main__link-ico--pdf__caption {
        font-size: 12px;
    }

    .slon__main__link-ico--pdf__size {
        font-size: 10px;
    }

    .one-bay-product.slon__product {
        display: block;
    }

    .modal-footer--relevant {
        display: none !important;
    }

    .fpad60 {
        padding-bottom: 20px;
    }

    .tpad60 {
        padding-top: 20px;
    }

    .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tpad15 {
        padding-top: 5px;
    }

    .slon__page__header {
        padding-bottom: 20px;
    }

    .slon__subscription__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slon__order-detail__product {
        padding-right: 20px;
        padding-left: 20px;
    }

    .slon__order-detail .accordion-body .slon__order-detail__list-products {
        margin-left: -20px;
        margin-right: -20px;
    }

    .slon__main__form--border form {
        padding: 20px;
    }

    .slon__page__tabs-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slon__ol-list li {
        padding-left: 50px;
        padding-top: 0;
        font-size: 12px;
        min-height: 30px;
        margin-bottom: 15px;
    }

    .slon__ol-list li::after {
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 2px;
    }

    .slon__ol-list__footer-btn {
        margin-left: 0;
        max-width: 100%;
    }

    .slon__info-contacts .slon__info-contacts__label {
        min-height: 30px;
    }

    .slon__main__form--border form .slon__main__form-persona {
        margin-bottom: 15px;
    }

    .slon__card .card-body .card-title {
        font-size: 18px;
        line-height: 24px;
        min-height: auto;
    }

    .slon__page__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .slon__page--delivery {
        background-image: url("/local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/../img/bg-delivery_mob.jpg");
        background-position: 50% 100%;
        background-size: cover;
    }

    .slon__page--delivery .slon__page__center-title {
        height: auto;
        padding-top: 50px;
    }

    .slon__banner-slider .slon__banner-slider__item {
        padding: 30px 35px;
    }

    .slon__banner-slider .slon__banner-slider__item__wrap__desc .slon__banner-slider__item__subtitle {
        font-size: 16px;
    }

    .slon__banner-slider .slon__banner-slider__item__wrap__desc .slon__banner-slider__item__title {
        font-size: 20px;
    }

    .slon__product__inner__footer {
        display: block;
        padding-bottom: 10px;
    }

    .slon__product__inner__footer .slon__list-catalog__product__price {
        min-width: 100%;
    }

    .slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .slon__main__single-product__top-right .slon__main__single-product__top-right__item:not(.slon__main__single-product__top-right__item--fav) {
        display: block;
    }
    .slon__product__promo {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
    .slon__product__promo .slon__product__promo__wrap {
        right: auto;
        left: 0;
        margin-right: 0;
    }

    .slon__desc-404 {
        text-align: center;
    }
    .slon__desc-404 .block-w24 {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 575px) {
    .slon__q-title,
    .slon__col-q {
        display: none;
    }

    .slon__col-tab-q .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        padding-bottom: 25px;
    }

    .slon__col-tab-q__caption {
        display: block;
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 10px;
    }

    .slon__box-rev .slon__box-rev__title {
        font-size: 14px;
    }

    .slon__box-rev {
        padding: 12px 30px 12px 30px;
    }

    .slon__box-rev .slon__box-rev__title.collapsed::before {
        left: -15px;
    }

    .slon__box-rev .slon__box-rev__title.collapsed::after {
        left: -20px;
    }

    .slon__box-rev .slon__box-rev__title::after {
        left: -20px;
    }
    .slon__product__inner__bottom::before {
        display: none;
    }
    .slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price .slon__product__price-value .b-rub {
        width: 23px;
        display: inline-block;
    }
    .slon__page__quiz .slon__page__quiz__pic {
        display: none;
    }
    .modal-quiz {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 200;
    }
    .modal-content__center {
        z-index: 200;
        position: relative;
    }
    .modal-dialog .modal-header .modal-title {
        font-size: 18px;
        line-height: 24px;
    }
    .slon__main__input-box .slon__main__inp--h145 {
        height: 90px;
    }
    /*.slon__btn--yellow .slon__btn__right::after {
        display: none;
    }*/


    .bx-soa-customer .form-group.EMAIL,
    .delivery-prop-block .form-group.home,
    .delivery-prop-block .form-group.korpus,
    .delivery-prop-block .form-group.stroenie,
    .delivery-prop-block .form-group.apartment ,
    .bx-soa-customer .form-group.PHONE,
    .bx-soa-customer .form-group.COMPANY_EMAIL,
    .bx-soa-customer .form-group.COMPANY_PHONE,
    .bx-soa-customer .form-group.FIO_CONPANY_HEAD,
    .bx-soa-customer .form-group.POSITION_COMPANY_NAME,
    .bx-soa-customer .form-group.COMPANY_FULL,
    .bx-soa-customer .form-group.KPP,
    .bx-soa-customer .form-group.COMPANY,
    .bx-soa-customer .form-group.OGRN,
    .bx-soa-customer .form-group.EMAIL,
    .bx-soa-customer .form-group.INN,
    .bx-soa-customer .form-group.BIK,
    .bx-soa-customer .form-group.NUMBER_ACCOUNT {
        flex-basis: 100%;
        max-width: 100%;
    }
    #bx-soa-total {
        display: none;
    }

    .icon path {
        fill: #00ffff !important;
    }
    .icon {
        color: #00ffff !important;
    }

    .show_modal .slon__main__header__mob,
    .show_modal .slon__main__header__middle {
        visibility: hidden;
        opacity: 0;
    }
    .form-group.person-type {
        display: block !important;
        padding-bottom: 0;
    }
    .form-group.person-type > div {
        padding-bottom: 10px;
    }
    #bx-soa-total-mobile .bx-soa-cart-total {
        padding: 10px;
        background-color: #2a2a2f;
    }
    .slon__product__inner.gift-item .slon__product__inner__footer {
        display: flex !important;
    }
    .slon__product__inner.gift-item .slon__list-catalog__product__price {
        min-width: 60% !important;
    }

}

@media screen and (max-width: 440px) {
    .slon__list-catalog__wrap {
        margin-left: -5px;
        margin-right: -15px;
    }
    .slon__product.slon__product--section .slon__product__inner__body {
        flex-direction: row;
    }
    .slon__list-catalog__product,
    .slon__list-catalog__product__politra,
    .slon__list-catalog__product__price {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slon__list-catalog__product__title {
        word-wrap: break-word;
    }

    .slon__list-catalog__slider__item {
        width: 130px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 60px !important;
        margin-bottom: 0 !important;
        height: 100%;
    }
    .slon__list-catalog__wrap .swiper-slide {
        height: auto !important;
    }
    .slon__list-catalog__wrap .swiper-slide .slon__product__inner {
        height: 100%;
    }
    .slon__list-catalog__wrap .swiper-slide .slon__product__inner .slon__product__inner__footer {
        margin-top: auto;
    }
    .slon__list-catalog__slider__item .slon__product__fav-compare {
        display: none;
    }
    .slon__list-catalog__wrap .swiper-slide .slon__product__inner .slon__product__inner__body {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .slon__list-catalog__product__pic__item {
        height: 130px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .swiper-pagination.swiper-pagination-progressbar.scroll {
        width: calc(100% - 20px);
        right: 15px;
        margin-right: 0;
    }

    .slon__list-catalog__product__title {
        font-size: 12px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .slon__list-catalog__product__politra li a {
        width: 10px;
        height: 10px;
    }

    .slon__main__single-product__politra .slon__list-catalog__product__politra li a  {
        width: 18px !important;
        height: 18px !important;
    }


    .slon__category__item {
        height: 200px;
        padding-top: 120px;
    }
    .slon__product__inner.gift-item .slon__list-catalog__product__price {
        min-width: 60% !important;
    }
    .slon__category__item__title {
        font-size: 16px;
    }

    .h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .slon__all-link {
        margin-top: 2px;
    }

    .slon__subscription__promo {
        height: auto;
        padding: 85px 0 20px;
        background-position: 50% 0;
        text-align: center;
        background-size: 80px auto;
    }

    .slon-form__row-inp {
        display: block !important;
    }

    .slon-form__row-inp .slon-form__input .slon-form__input__inner {
        margin-right: 0;
    }

    .slon__col-product .slon__product__inner__body .slon__list-catalog__product {
        padding-top: 10px;
    }

    .slon__col-product .slon__product__text .slon__list-catalog__product__title {
        padding-left: 0 !important;
        padding-bottom: 10px;
    }

    .slon__col-product .slon__list-catalog__product__politra {
        padding-left: 0;
    }

    .slon__col-product .slon__list-catalog__product__price {
        padding-left: 0;
        display: block;
    }

    .slon__col-product .slon__list-catalog__product__price > span {
        display: block;
    }

    .slon__page__pagination li {
        padding: 0 3px;
    }

    .slon__btn .slon__btn__center {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .slon__btn-azure__box .slon__btn-azure2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slon__main__single-product__images__item {
        height: 300px;
    }

    .slon__main__single-product__images__item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .slon__main__single-product__articule b {
        display: block;
    }

    .slon__main__single-product__top-right .slon__main__single-product__top-right__item .slon__list-catalog__product__price {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .slon__product__promo {
        margin-left: 0;
    }

    .slon__product__promo .slon__product__promo__wrap {
        margin-right: 0;
        right: auto;
        left: 0;
    }

    .slon__main__single-product__delivery span {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .slon__complect__wrap__result .slon__complect__sale-box,
    .slon__complect__wrap__result .slon__complect__wrap__result__btn {
        padding-left: 0;
        padding-right: 0;
    }

    .one-bay-product__col-product {
        min-width: 100px !important;
    }

    .one-bay-product__col-product .slon__product__min-product {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal-dialog .modal-content {
        padding: 0 !important;
    }

    .slon__main__form__footer {
        display: block !important;
    }

    .slon__main__form__footer .slon__main__form-persona {
        margin-bottom: 10px;
    }

    .one-bay-product .one-bay-product__col-product .slon__product__min-product__badge {
        margin-left: 0px;
    }

    .one-bay-product .one-bay-product__col-product {
        padding-right: 0;
    }

    .modal-dialog .slon__product__min-product--row-vertical {
        border-bottom: none;
    }

    .slon__page__cart__promo-cod__form {
        padding-right: 0;
    }

    .slon__form-gorizont__sub {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        padding-top: 10px;
    }

    .slon__main__submit-btn-box .slon__main__btn-yellow.h-60 {
        height: 45px;
    }

    .slon__list-compare .slon__list-catalog__product__price {
        min-height: 40px;
    }

    .slon__list-compare .slon__list-catalog__product__price .slon__product__price-value {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .slon__main__box__header {
        -ms-flex-preferred-size: 12px;
        flex-basis: 12px;
        min-height: 12px;
        width: calc(100% - 12px);
        margin-left: 12px;
    }

    .slon__main__box__footer {
        -ms-flex-preferred-size: 12px;
        flex-basis: 12px;
        min-height: 12px;
        width: calc(100% - 12px);
    }

    .slon__page__cart__item__wrap {
        margin: -4px 0;
    }

    .slon__product__inner__bottom {
        height: 12px;
        min-height: 12px;
        -ms-flex-preferred-size: 12px;
        flex-basis: 12px;
        width: calc(100% - 12px);
        padding-left: 12px;
    }

    .slon__product__inner__bottom::after {
        border-top: 12px solid #2a2a2f;
        border-right: 12px solid transparent;
    }

    .slon__product__inner__top {
        height: 12px;
        min-height: 12px;
        -ms-flex-preferred-size: 12px;
        flex-basis: 12px;
        width: calc(100% - 12px);
    }

    .slon__product__inner__top::after {
        border-bottom: 12px solid #2a2a2f;
        border-left: 12px solid transparent;
    }

    .slon__brands__item__logo-box {
        height: 120px;
        padding: 20px;
    }

    .slon__page__tabs-nav a {
        font-size: 10px;
        line-height: 14px;
        min-width: 80px;
    }

    .slon__list-catalog__product__politra {
        padding-right: 10px;
        padding-left: 10px;
        min-height: 20px;
    }

    .slon__list-catalog__product__politra li {
        margin: 0 3px 5px 0;
    }

    .slon__product__inner__footer .slon__list-catalog__product__price {
        min-width: 100%;
    }

    .slon__product__inner__footer .slon__list-catalog__product__price {
        padding-left: 10px;
    }

    .slon__col-product .slon__product__inner__footer .slon__list-catalog__product__price {
        padding-left: 0 !important;
    }

    .slon__product__price-value {
        font-size: 16px;
        line-height: 20px;
    }

    .slon__product__old-price-value {
        font-size: 12px;
        line-height: 18px;
    }
    .slon__product__fav-compare li a svg path {
        fill: #00ffff;
    }
    .slon__product__fav-compare li a {
        color: #fff;
    }
    .slon__complect__wrap__result .slon__list-catalog__product__price {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
    }
    .slon__complect__wrap__result .slon__list-catalog__product__price .slon__product__price-value {
        font-size: 16px;
        line-height: 20px;
    }
    .slon__complect__wrap__result .slon__complect__sale-box {
        padding-bottom: 15px;
    }
    .lg-thumb-outer.lg-grab {
        display: none;
    }
    .fpad30 {
        padding-bottom: 15px;
    }
    .slon__list-compare .slon__list-catalog__product__title {
        margin-right: -10px;
        margin-left: -10px;
    }
    .slon__desc-404 .block-w24 {
        width: 100%;
    }
    .order-confirm .slon__border-box .slon__border-box__inner {
        padding: 30px 15px !important;
    }
    .order-confirm h1 {
        font-size: 18px !important;
    }
    .order-confirm .descr {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 574px) and (max-height: 450px) {
    .slon__main__header__middle,
    #mobProductPrice {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    #description {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/* End */
/* /local/templates/thunderx3/components/bitrix/sale.basket.basket/custom/style.css?1733369569361237 */
