@charset "utf-8";


/* Fonts */
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Light.woff2') format('woff2'),
		url('fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
		url('fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
		url('fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
}

body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0 !important;
	font: 400 14px/1.2 'Inter', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1a1a1d;
}

a img {
	border: 0;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


* {
	min-height: 0;
	min-width: 0;
}

*:focus {
	outline: 2px solid #000;
	outline: -webkit-focus-ring-color auto 1px !important;
}

.focus-disabled *,
.focus-disabled *:focus {
	outline: none !important;
}

.load--preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

a {
	color: #f01237;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
	margin: 16px 0;
	padding: 0;
	font: 800 20px/1.2 'Inter', Arial, Helvetica, sans-serif;
	color: inherit;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 14px;
}
@media all and (max-width: 772px) {
	h1,
	.h1 {
		font-size: 26px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	h5,
	.h5 {
		font-size: 16px;
	}

	h6,
	.h6 {
		font-size: 13px;
	}
}

ul,
ol,
li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0;
}

form {
	display: block;
	padding: 0;
	margin: 0;
}

input,
textarea,
select,
button {
	font: normal 13px/1.2 'Inter', Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: baseline;
}

label {
	vertical-align: baseline;
}

label,
input[type=button],
input[type=submit],
button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}



/* Inputs */
.btn-reset,
.button-link {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	background: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__place {
	padding: 16px;
	background: #eae5f5;
	border-radius: 12px;
}

.input__place {
	width: 100%;
	min-height: 43px;
	padding: 4px 22px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border: 0;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	outline: none;
	background: #e6edf3;
	box-shadow: none;
	transition: background-color .1s ease, border-color .1s ease;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media all and (max-width:772px) {
	.input__place {
		font-size: 16px;
	}
}

textarea.input__place {
	min-height: 50px;
}

.input__place::-webkit-input-placeholder {
	color: #b1bec7;
	-webkit-transition: color .1s linear;
}

.input__place:focus::-webkit-input-placeholder {
	color: transparent;
}

.input__place:-moz-placeholder {
	color: #b1bec7;
	-moz-transition: color .1s linear;
}

.input__place:focus:-moz-placeholder {
	color: transparent;
}

.input__place::-moz-placeholder {
	color: #b1bec7;
	-moz-transition: color .1s linear;
}

.input__place:focus::-moz-placeholder {
	color: transparent;
}

.input__place:-ms-input-placeholder {
	color: #b1bec7;
}

.input__place:focus:-ms-input-placeholder {
	color: transparent;
}

.input__place:hover,
.input__place:focus {
	background: rgb(228, 235, 248);
}

.input__place.copy--success {
	box-shadow: inset 0 0 0 1px #21f012;
}


.input-box {
	position: relative;
}
.input-box-label {
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #b1bec7;
	text-align: left;
	background: #fff;
	pointer-events: none;
}
.input-box-label > span {
	padding: 0 5px;
	background: #fff;
}
.input-box-input {
	width: 100%;
	height: 47px;
	padding: 0 20px;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	outline: none;
	border: 1px solid #e6edf3;
	background: 0;
	box-shadow: none;
	transition: background-color .1s ease, border-color .1s ease;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: text;
}

.input-box-input::-webkit-input-placeholder {
	color: #b1bec7;
	-webkit-transition: color .1s linear;
}

.input-box-input:focus::-webkit-input-placeholder {
	color: #cfd7de;
}

.input-box-input:-moz-placeholder {
	color: #b1bec7;
	-moz-transition: color .1s linear;
}

.input-box-input:focus:-moz-placeholder {
	color: #cfd7de;
}

.input-box-input::-moz-placeholder {
	color: #b1bec7;
	-moz-transition: color .1s linear;
}

.input-box-input:focus::-moz-placeholder {
	color: #cfd7de;
}

.input-box-input:-ms-input-placeholder {
	color: #b1bec7;
}

.input-box-input:focus:-ms-input-placeholder {
	color: #cfd7de;
}
div.input-box-input {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #2c2045;
}
.input-box-input:hover,
.input-box-input:focus {
	border-color: #d0eaff;
}
.input-box-input.copy--success {
	box-shadow: inset 0 0 0 1px #72c949;
}

.input-box-outer {
	position: relative;
}

.input-box-button_clipboard {
	width: 17px;
	height: 18px;
	position: absolute;
	right: 18px;
	top: 50%;
	background: no-repeat 0 0 url(img/icons/btn-clipboard.png);
	background-size: 100% 100%;
	transform: translateY(-50%);
	filter: invert(1);
	transition: opacity 0.3s ease;
}
.input-box-button_clipboard:hover {
	opacity: 0.6;
}


a.button {
	color: #fff;
	text-decoration: none;
}



.button,
#body .b-btn.itemcartpay {
	height: 39px;
	padding: 2px 17px;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;
	border-radius: 15px;
	background: #f01237;
	transition: opacity .34s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.button:hover,
#body .b-btn.itemcartpay:hover {
	opacity: 0.9;
}

.button:active,
#body .b-btn.itemcartpay:active {
	opacity: 1;
}

a.button-gray,
.button-gray {
	color: #fff;
	background-color: #ccc;
}

.button-large {
	height: 49px;
	padding-left: 24px;
	padding-right: 24px;
}

a.button-white,
.button-white {
	color: #000;
	background: #fff;
}

a.button-blue,
.button-blue {
	color: #fff;
	background: rgb(54,174,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(54,174,226,1) 0%, rgba(32,150,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(54,174,226,1) 0%,rgba(32,150,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(54,174,226,1) 0%,rgba(32,150,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button-blue::after {
	width: auto;
	height: auto;
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.button-blue:hover::after {
	opacity: 1;
}
.button-blue:active::after {
	opacity: 0.4;
}
a.button-blue:hover,
.button-blue:hover {
	opacity: 1;
}

a.button-transparent,
.button-transparent {
	color: #000;
	background: transparent;
	transition: color 0.3s ease;
}
a.button-transparent:hover,
.button-transparent:hover {
	color: #f01237;
}

.button-white:hover {
	background: #e3e5fc;
}

.button-icon {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	gap: 0 12px;
}

.button_support {
	height: 44px;
	padding-left: 25px;
	padding-right: 20px;
}

.button[disabled],
.button.disabled {
	opacity: 0.5;
	cursor: default;
}

.button__label {
	flex: 1 0;
	text-align: left;
}

.button_no_padd {
	padding-left: 0;
	padding-right: 0;
}

.button-link {
	color: #6f58f3;
	text-decoration: underline;
}
.button-link:hover {
	text-decoration: none;
}


.button-checkbox {
	display:flex;
	align-items:center;
	position:relative;
	gap:11px
}
.button-checkbox input {
	width:1px;
	height:1px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	border:0;
	background:0;
	opacity:0
}
.button-checkbox__label {
	order:3;
	flex:1 0;
	line-height: 1.4;
	font-weight: 400;
	font-size:12px;
	text-align: left;
}
@media all and (min-width:1360px) {
	.button-checkbox__label br {
		display:none
	}
}
.button-checkbox__tick {
	order:2;
	flex:none;
	width:20px;
	height:20px;
	position:relative;
	background-color: #efebf7;
	border-radius: 5px;
}
.button-checkbox__tick::after {
	width:auto;
	height:auto;
	content:' ';
	display:block;
	position:absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	background:#282828;
	border-radius: 3px;
	transition:opacity 0.3s ease;
	opacity: 0;
}
.button-checkbox input:checked + .button-checkbox__tick::after {
	background:#f01237;
	opacity: 1;
}



/* Select lang */
.skiptranslate {display: none!important; height: 0!important}

.select-lang {
	position:relative
}
a.select-lang__button {
	color: #010101;
	text-decoration:none
}
.select-lang__button {
	width:100%;
	height: 32px;
	padding:0 10px;
	display:flex;
	align-items:center;
	gap:0 13px;
	position:relative;
	z-index:779;
	line-height: 1.5;
	font-size:14px;
	color: #fff;
	text-align:left;
	background: 0;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}
.select-lang__button_icon {
	flex: none;
	width: 22px;
	height: 22px;
	object-fit: contain;
	filter: grayscale(1) brightness(0);
	transition: filter 0.3s ease;
}
button.select-lang__button.drop--open {
	background: rgba(110, 170, 217, 0.07);
}
.select-lang__button-label {
	flex:none;
	pointer-events:none
}
.select-lang__button-value {
	flex:1 0;
	pointer-events:none
}
.select-lang__button-icon {
	order:5;
	flex:none;
	width:25px;
	height:16px;
	pointer-events: none;
}
.select-lang__button_main::before {
	width: auto;
	height: auto;
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: -20px;
	top: 0;
	bottom: 0;
}
.select-lang__button_main::after {
	width: 9px;
	height: 5px;
	text-align: center;
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -3px 0 0 0;
	background: no-repeat 0 0 url(img/icons/btn-lang-arrw.png);
	background-size: 100% 100%;
	transform: rotate(0);
	transition: transform 0.3s ease;
}
.select-lang__button_main.drop--open::after {
	transform: rotate(-180deg);
}
.select-lang__button:hover {
	opacity: 0.8;
}
.select-lang__drop {
	width:auto;
	height:auto;
	padding:0;
	position:absolute;
	z-index:977;
	left:0;
	top:100%;
	margin:8px 0 0 0;
	background:#2f2e37;
	box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
	border-radius:10px;
	opacity:0;
	visibility:hidden;
	transform:translateY(20px);
	transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s ease
}
.select-lang__drop::after {
	width:0;
	height:0;
	content:' ';
	display:block;
	position:absolute;
	left:50%;
	bottom:100%;
	margin:0 0 0 -5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #2f2e37
}
.select-lang__button.drop--open + .select-lang__drop {
	opacity:1;
	visibility:visible;
	transform:translateY(0)
}
.select-lang__drop_button {
	width:100%;
	padding:10px 12px;
	display:block;
	color: #333;
	font-size:15px;
	text-align:left;
	transition:background-color 0.3s ease
}
a.select-lang__drop_button {
	text-decoration: none;
}
.select-lang__drop_button:first-child {
	border-radius:8px 8px 0 0
}
.select-lang__drop_button:last-child {
	border-radius:0 0 8px 8px
}
.select-lang__drop_button:hover {
	background-color:rgba(255,255,255,0.4)
}
.select-lang__drop_button.current {
	color: #fff;
	background-color:rgb(116 190 215)
}
.select-lang__drop_button + .select-lang__drop_button {
	border-top:1px solid #e1e1e1
}
.select-lang_filter {
	width: 265px;
}
@media all and (max-width: 1800px){
	.select-lang_filter {
		width: auto;
	}
}
.select-lang__button-icon_sort {
	display:none
}


/* Select options */
.select-option {
	position: relative;
}
.select-option-button {
	flex: none;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 0 16px;
	position: relative;
	z-index: 7;
	border: 1px solid #e6edf3;
	font-weight: 500;
	font-size: 16px;
	color: #21304f;
	text-align: left;
	background: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}
.select-option-button:hover {
	border-color: #d0eaff;
}
.select-option-button__bgs {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.select-option__button-label {
	flex: 1 0;
	max-width: 170px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
}
@media all and (max-width: 524px){
	.select-option__button-label {
		max-width: none;
	}
}
.select-option-button input {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: 0;
	opacity: 0;
}
.select-option-drop input:checked + .select-option-button__bgs {
	opacity: 1;
}
.select-option > .select-option-button {
	padding-right: 30px;
}
.select-option > .select-option-button::after {
	width: 9px;
	height: 5px;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 16px;
	top: 50%;
	font-weight: 900;
	font-size: 18px;
	margin: -2px 0 0 0 !important;
	background: no-repeat 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAL0lEQVQImWNggIA0BuzAGIoZBBkYGM4wMDDMxKLgHbIB6AoxFKArXIVLAbpCFAUAtfoK5UGNNFIAAAAASUVORK5CYII=') !important;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.select-option > .select-option-button.drop--open::after {
	transform: rotate(180deg);
}
.focus-enable .select-option:focus-within > .select-option-button,
.select-option-button.drop--open {
	border-color: #afc3ff;
	border-bottom-color: transparent;
	border-radius: 10px 10px 0 0;
}
.select-option-button img {
	width: 26px;
	height: 26px;
	object-fit: contain;
	pointer-events: none;
}
.select-option-drop {
	width: auto;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 3px 3px 3px;
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 6;
	left: 0;
	right: 0;
	top: 100%;
	margin: -8px 0 0 0;
	border: 1px solid #afc3ff;
	background: #f8f8f8;
	border-radius: 0 0 8px 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.focus-enable .select-option:focus-within .select-option-drop,
.select-option-button.drop--open + .select-option-drop {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.focus-enable .select-option:focus-within .select-option-drop:focus-within {
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.select-option-drop .select-option-button {
	width: 100%;
	height: auto;
	min-height: 38px;
	border: 0;
	background: 0;
	border-radius: 8px;
}
.select-option-drop .select-option-button:hover {
	background: rgba(255,255,255,0.4);
}



/* Tabs */
[data-tab-box] {display:none;}
[data-tab-box].current {display:block;}

/* Text and visible */
.none,
.display-none {
	display: none;
}

.txt-center {
	text-align: center;
}

.txt-strong {
	font-weight: 800;
}

p {
	display: block;
	margin: 16px 0;
}

blockquote,
.blockquote {
	padding: 12px 15px;
	margin: 12px 0;
	font: 300 14px/1.3 Arial, Helvetica, sans-serif;
	color: #000;
	background-color: rgba(204, 204, 204, 0.3);
	border-radius: 8px;
}


/* Next */
.idesc {
	line-height: 1.64;
	font-weight: 400;
	font-size: 14px;
	word-break: break-word;
}

.idesc p {
	margin: 20px 0;
}

.idesc h1,
.idesc .h1,
.idesc h2,
.idesc .h2,
.idesc h3,
.idesc .h3,
.idesc h4,
.idesc .h4,
.idesc h5,
.idesc .h5,
.idesc h6,
.idesc .h6 {
	margin: 30px 0 12px 0;
}

.idesc ul {
	padding: revert;
	display: revert;
	margin: revert;
	list-style: revert;
	line-height: 1.64;
}

.idesc p+ul {
	margin-top: 0;
}

.idesc ul>li {
	display: revert;
	margin: revert;
	list-style: revert;
}

.idesc ol {
	padding: revert;
	display: revert;
	margin: revert;
	list-style: revert;
	line-height: 1.64;
}

.idesc p+ul {
	margin-top: 0;
}

.idesc ol>li {
	display: revert;
	margin: revert;
	list-style: revert;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
	margin-left: 20px;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child {
	margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child,
.idesc .h1:first-child,
.idesc .h2:first-child,
.idesc .h3:first-child,
.idesc .h4:first-child,
.idesc .h5:first-child,
.idesc .h6:first-child {
	margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child,
.idesc h2:last-child,
.idesc h3:last-child,
.idesc h4:last-child,
.idesc h5:last-child,
.idesc h6:last-child,
.idesc .h1:last-child,
.idesc .h2:last-child,
.idesc .h3:last-child,
.idesc .h4:last-child,
.idesc .h5:last-child,
.idesc .h6:last-child {
	margin-bottom: 0 !important;
}

.idesc table {
	width: 100%;
	margin: 12px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}

.idesc table td,
.idesc table th {
	padding: 6px 9px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td,
.idesc table th {
	font-weight: bold;
}

.idesc table tr:hover>td {
	background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
	max-width: 500px;
	height: auto;
	border-radius: 5px;
}

.wordbreak {
	word-break: break-all;
}



/*
    CART
 */
#body .b-overlay {
	padding: 70px 20px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1777 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#body .b-overlay .b-popup {
	flex: none;
	min-height: auto;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: none;
	margin: 0;
}
#body .b-overlay .b-popup::after {
	width: 168px;
	height: 44px;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: -55px;
	transform: translateX(-50%);
	background: no-repeat 0 0 url(img/logo.png);
	background-size: 100% 100%;
}
#body .b-popup {
	width: 480px;
	max-width: 100%;
	padding: 30px 30px 20px;
	color: #000;
	background: #fff;
	box-shadow: none;
	border-radius: 20px;
}
#body .b-popup__title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin: 0 0 9px 0;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	color: #b1bec7;
	text-transform: none;
}

#body .b-popup__body {
	padding-bottom: 0;
}

#body .b-basket {
	overflow: visible !important;
	max-height: none;
}
#body .b-basket__item {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
	border-bottom: 0;
}

#body .b-basket__title a {
	color: #2c2045;
	word-break: break-word;
}
#body .b-basket__title p {
	margin: 0;
}
#body .b-basket__title a span {
	color: inherit !important;
}
#body .b-basket__title a:hover {
	color: #6238f0 !important;
}
#body .b-basket__date {
	color: #afa7c0;
}

#body .b-basket__price {
	width: 75px;
	font-weight: 400;
	font-size: 12px;
	color: #afa7c0;
	white-space: nowrap;
}
#body .b-basket__price::after {
	content: 'руб.';
	font-size: 8px;
	position: relative;
	top: -1px;
	vertical-align: top;
}

#body .b-group-number {
	width: 60px;
	height: 25px;
	position: relative;
}
#body .b-group-number .b-group-number__minus,
#body .b-group-number .b-group-number__plus {
	width: 18px;
	height: 25px;
	position: absolute;
	top: 0;
	font-weight: bold;
	font-size: 18px;
	color: #d93c53;
	transition: color 0.3s ease;
}
#body .b-group-number .b-group-number__minus {
	left: 0;
}
#body .b-group-number .b-group-number__plus {
	right: 0;
}
#body .b-group-number .b-group-number__minus:hover,
#body .b-group-number .b-group-number__plus:hover {
	color: #489cfd;
}
#body .b-group-number .b-group-number__input {
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #d7d3de;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: transparent;
	box-shadow: none;
	vertical-align: top;
	border-radius: 6px;
}
#body .b-group-number .b-group-number__input:hover,
#body .b-group-number .b-group-number__input:focus {
	border-color: #b998ff;
}
#body .b-basket__remove {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #d93c53;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}
#body .b-basket__remove:hover {
	background: #f54d65;
}

#body .b-basket-total {
	width: 100%;
	margin: 0;
}
#body .b-basket-total__item:nth-child(1),
#body .b-basket-total__item:nth-child(2) {
	display: none;
}
#body .b-basket-total__item:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-align: center;
}
#body .b-basket-total__text--lg,
.b-basket-total__item > span {
	font-size: 18px !important;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title {
	flex: none;
	width: 100%;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 400;
	font-size: 12px;
	color: #b1bec7;
	text-align: left;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title > strong {
	display: none;
}
#body .b-basket-total__item:nth-child(3) > span {
	text-transform: lowercase;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title::before {
	margin: 0 16px 0 0;
	content: 'К оплате:';
	display: block;
}
#body .b-btn.itemcartpay {
	width: 148px;
	height: 48px;
	padding: 0 5px;
	display: flex;
	position: absolute;
	right: 29px;
	bottom: 22px;
	margin: 0;
	text-transform: none;
	background: #f01237;
	transition: background-color 0.3s ease;
}
#body .b-btn.itemcartpay:hover {
	background-color: #f8193e;
}
#body .b-btn.itemcartpay:active {
	background-color: #e51337;
}

@media all and (max-width: 440px){
	#body .b-overlay .b-popup {
		padding-left: 18px;
		padding-right: 18px;
	}
	#body .b-popup__body {
		padding-top: 0;
	}
	#body .b-basket__item {
		padding: 10px 0;
		flex-direction: column;
	}
	#body .b-basket__content {
		width: 100%;
	}
	#body .b-basket__right {
		width: 100%;
		justify-content: space-between;
		padding: 5px 20px 0 0;
		margin: 0;
	}
	#body .b-basket__remove {
		margin: 0;
		top: auto;
		bottom: 14px;
		transform: none;
	}
}

/* Slick slider v1.8.8 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/* Remodal - v1.1.1 */
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}

.remodal-overlay {
	background: rgba(17, 17, 17, 0.7);
	backdrop-filter: blur(15px);
}
.theme-loading-classic .remodal-overlay {
	backdrop-filter: none;
}


/* Modal - Buy */
.remodal-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
.remodal.modalpay {
	max-width: 480px;
	padding: 30px 28px 27px;
	color: #000;
	background: #fff;
	border-radius: 10px;
}
.remodal.modalpay::after {
	width: 168px;
	height: 44px;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: -55px;
	transform: translateX(-50%);
	background: no-repeat 0 0 url(img/logo.png);
	background-size: 100% 100%;
}
button.remodal-close,
#body .b-popup__edit {
	width: 30px;
	height: 30px;
	order: 0;
	color: #fff;
	position: absolute;
	left: auto;
	right: -15px;
	top: -12px;
	background: #d0d0df no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA6UlEQVQYlW3QIVLDYBDF8V9bDtCa6Exq47gCOQIcgRyhlcjU4mKRVIL7egTqMnVk4jpTk0gkgi8zKbDuzf539+2b5WmRIcOx6ULvV+VpcYd+HvUr6n+gDQKyxWVo+2S5bvGULNeny9CeIpThBc9NF57n0HRhjz3qPC1WcWGNHjuYTc6s8IkjDqhQNF04XIET4yHKbdOF3dibT8E43Ua5n/auwDwtqhhVG5P4C8azG2zxgNsYD1hMHnnzE3p5Gdpzslx/oUqW6/fL0J7HjRVWKCd+dzGBOk+L1U2eFvd4RNl0YXxkrBIf2HwDVVVSbNRQwLMAAAAASUVORK5CYII=');
	background-size: 12px;
	border-radius: 50%;
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
	transition: background-color 0.3s ease;
}
#body .b-popup__edit {
	overflow: hidden;
	text-indent: -100px;
}
button.remodal-close::before {display: none;}
button.remodal-close:hover,
#body .b-popup__edit:hover {background-color: #d4d4ff;}
button.remodal-close:active,
#body .b-popup__edit:active {background-color: #aaaac4;}

.modal-buy__label {
	margin: 0 0 22px 0;
	font-size: 12px;
	color: #b1bec7;
	text-align: left;
	background: #fff;
	pointer-events: none;
}
.modal-buy__desc {
	overflow: hidden;
	word-break: break-word;
	margin: -10px -6px 22px 0;
	text-align: left;
}
.modal-buy__info {
	margin: 0 -6px 18px 0;
	font-size: 13px;
	text-align: left;
	line-height: 1.46;
}


.modal-buy__group {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.modal-buy__group .modal-buy__checkout {margin: 0;}
.modal-buy__group .modal-buy__bottom {margin: 0;}

.modal-buy__checkout {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.modal-buy__checkout-group {
	display: flex;
	gap: 20px;
}
.modal-buy__checkout-group .input-box {
	flex: 1 0;
}


.modal-buy__warning {
	margin: 12px 0 0 0;
	font-size: 12px;
	color: #b1bec7;
	line-height: 1.6;
	text-align: center;
}


.modal-buy__middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0 0 0;
}

.modal-buy__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin: 26px 0 0 0;
}
.modal-buy__mini_help {
	flex: 1 0;
	font-weight: 300;
	text-align: left;
}
.modal-buy__rules {
	width: 100%;
	max-width: 100%;
}
.modal-buy__total {
	flex: 1 0;
	font-size: 16px;
	text-align: left;
}
.modal-buy__total_label {
	display: block;
	margin: 0 0 11px 0;
	font-size: 12px;
	color: #b1bec7;
}
.modal-buy__total_value {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	text-align: right;
}
.modal-buy__total_ex {
	font-weight: 500;
	font-size: 18px;
}
@media all and (max-width: 480px){
	.modal-buy__checkout-group {
		flex-direction: column;
	}
	.modal-buy__middle,
	.modal-buy__bottom {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

.modal-buy__props {
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 10px 0 37px 0;
}
.modal-buy__props_item {
	display: flex;
	align-items: center;
	gap: 0 5px;
	font-size: 12px;
}
.modal-buy__props_label {
	color: #b1bec7;
}
.modal-buy__props_value {
	font-weight: 500;
	font-size: 14px;
	color: #444;
}

.modal-buy__button-pay {
	height: 48px;
	font-weight: 400;
}



/* Float cart */
#body .cartlequebutton {
	width: 74px;
	height: 74px;
	padding: 0;
	position: fixed;
	z-index: 577;
	right: 38px;
	bottom: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f01237;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}
#body .cartlequebutton::after {
	width: 38px;
	height: 30px;
	content: ' ';
	display: block;
	background: no-repeat 0 0 url(img/icons/btn-fly-cart.png);
	background-size: 100% 100%;
}
#body .cartlequebutton:hover {background-color: #fc2448;}
#body .cartlequebutton:active {background-color: #d50e2e;}
#body .cartlequebutton .counter_cartlequebutton {
	width: 21px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -11px 0 0 -10px;
	font-weight: 500;
	font-size: 13px;
	color: #000;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

@media all and (max-width: 1500px){
	#body .cartlequebutton {right: 20px; bottom: 40px;}
}
@media all and (max-width: 772px){
	#body .cartlequebutton {width: 34px; height: 34px; bottom: 64px; background-size:20px;}
	#body .cartlequebutton::after {
		width: 14px;
		height: 12px;
	}
	#body .cartlequebutton .counter_cartlequebutton {
		width: 14px;
		height: 14px;
		margin: -4px 0 0 -7px;
		font-size: 12px;
	}
}
@media all and (max-width: 472px){
	#body .cartlequebutton {right: 15px; bottom: 15px;}
	#body .cartlequebutton {
		padding-top: 6px;
	}
}



/*
Icons
 */
.icon {
	flex: none;
	width: 14px;
	height: 14px;
	display: inline-flex;
	vertical-align: top;
	background: no-repeat center center;
	background-size: contain;
}
.icon_light {
	filter: contrast(0) brightness(20);
}
.icon_gray {
	filter: grayscale(1) brightness(2.2);
}
.icon_dark {
	filter: grayscale(1) brightness(0);
}
.icon-telegram {
	width: 23px;
	height: 19px;
	background-image: url(img/icons/btn-telegram.png);
}
.icon-btn-cart {
	width: 26px;
	height: 20px;
	background-image: url(img/icons/btn-cart_add-hover.png);
	background-size: 100% 100%;
	filter: grayscale(1) brightness(5);
	transition: filter 0.3s ease, opacity 0.3s ease;
}



/*
Site logo
 */
.site-logo {
	flex: none;
	display: flex;
	align-items: center;
	gap: 15px;
	color: inherit;
	text-decoration: none;
}
.site-logo__image {
	flex: none;
	width: 76px;
	height: 74px;
	display: none;
	vertical-align: top;
}
.theme-loading-full .site-logo__image  {
	display: block;
}
.site-logo__content {
	flex: 1 0;
	max-width: 140px;
	display: block;
	color: inherit;
	text-decoration: none;
}
.site-logo__name {
	display: block;
	font-weight: 800;
	font-size: 30px;
}
.site-logo__name span {
	color: #fe7e53;
}
.site-logo__desc {
	display: block;
	margin: 4px 0 0 0;
	line-height: 1.3;
	font-weight: 300;
	font-size: 12px;
}


/* Layer */
.mobile-layer {
	width: auto;
	height: auto;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 900;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media all and (max-width: 867px){
	body[data-fly-toggle] .mobile-layer {opacity: 1; visibility: visible; pointer-events: auto;}
}


/* Theme loading */
.theme-loading-classic .loading-classic_d-none {
	display: none;
}

/* Wrap */
.wraps {
	min-width: 340px;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	box-sizing: content-box;
	background: no-repeat center 0 url(img/bgs-body-ct.png);
}
@media all and (max-width: 772px){
	.wraps {
		overflow: hidden;
		background-size: auto 320px;
	}
}

.wraps::after,
.wraps::before {
	width: 100%;
	height: auto;
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	background: no-repeat 0 0 url(img/bgs-body-lt.png), no-repeat right 0 url(img/bgs-body-rt.png);
	pointer-events: none;
}
.wraps::after {
	transform: scale(-1, -1);
}

.wrapper {
	width: 1230px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}


/*
	Search
 */
.box-search {
	display: flex;
	gap: 0 11px;
	position: relative;
}
.box-search-input {
	min-height: 40px;
	height: 40px;
	padding: 0 42px 0 28px;
	color: #fff;
	background: #1e1f21;
	border-radius: 15px;
}
.input__place::-webkit-input-placeholder {
	color: #828282;
	-webkit-transition: color .1s linear;
}
.input__place:focus::-webkit-input-placeholder {
	color: transparent;
}
.input__place:-moz-placeholder {
	color: #828282;
	-moz-transition: color .1s linear;
}
.input__place:focus:-moz-placeholder {
	color: transparent;
}
.input__place::-moz-placeholder {
	color: #828282;
	-moz-transition: color .1s linear;
}
.input__place:focus::-moz-placeholder {
	color: transparent;
}
.input__place:-ms-input-placeholder {
	color: #828282;
}
.input__place:focus:-ms-input-placeholder {
	color: transparent;
}

.box-search-input:hover,
.box-search-input:focus {
	background: #26262a;
}
.box-search-button {
	flex: none;
	width: auto;
	height: 40px;
	padding: 0 22px;
}


/*
	Footer
 */
.footer {
	flex: none;
	margin: 40px 0 0 0;
}
.footer-wrapper {
	padding-top: 33px;
	padding-bottom: 40px;
	display: flex;
}
.footer-left {
	flex: none;
	width: 419px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.footer-logo {
	flex: none;
	width: 168px;
}
.footer-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.footer-payments {
	max-width: 274px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 20px;
	margin: 27px 0 0 0;
}
.footer-payments img {
	vertical-align: top;
}
.footer-right {
	flex: none;
	width: 380px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
}
.footer .button_support {
	min-width: 177px;
	min-height: 49px;
	font-size: 16px;
}
.footer-nav {
	flex: 1 0;
	display: flex;
	gap: 20px;
}
.footer-nav-list {
	flex: 1 0;
	max-width: 204px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: -4px;
}
.footer-nav-list li.footer-nav-li_button .button_no_padd {
	height: auto;
}
.footer-nav-link {
	min-height: 20px;
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}
.footer-nav-link:hover {
	color: #f01237;
}

.footer-stats {
	display: flex;
	align-items: center;
	gap: 5px 17px;
	margin-top: -10px;
}
.footer-stats img {
	vertical-align: top;
}
@media all and (max-width: 472px){
	.footer-stats {
		margin-top: 0;
	}
}

.footer-copyright {
	margin-top: -10px;
	font-size: 12px;
}
.footer-copyright a {
	color: #fff;
}
@media all and (max-width: 472px){
	.footer-copyright {
		margin-top: 0;
	}
}

@media all and (max-width: 1020px){
	.footer-wrapper {
		flex-wrap: wrap;
	}
	.footer-nav {
		flex: none;
		width: 100%;
		order: -2;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px;
		margin: 0 0 30px 0;
	}
	.footer-nav-list {
		max-width: none;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer-right {
		flex: 1 0;
	}
}
@media all and (max-width: 672px){
	.footer-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.footer-logo {
		width: 78px;
	}
	.footer-nav {
		gap: 0;
		display: block;
		text-align: center;
	}
	.footer-nav-list {
		display: inline;
	}
	.footer-nav-list li {
		display: inline-block;
		vertical-align: top;
		margin: 4px;
	}
	.footer-nav-link {
		display: inline-block;
	}
	.footer-left {
		flex: none;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.footer-right {
		flex: none;
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 20px;
		flex-wrap: wrap;
		margin: 20px 0 0 0;
	}
}



/*
	Header
 */
.header-lang {
	display: flex;
	align-items: center;
	gap: 2px 6px;
	margin-left: 26px;
}
.header-lang .select-lang__button_main {
	flex: 1 0;
	width: 56px;
	padding: 0 16px 0 10px;
}
.header-lang .select-lang__button_main::after {
	right:5px;
	font-size: 13px;
	opacity: 0.9;
}
.header-lang-title {
	flex: none;
}

@media all and (min-width: 867.5px){
	.header {
		flex: none;
		padding: 35px 0 33px 0;
		margin-bottom: 50px;
	}
	.header-nav-inner {
		display: flex;
		align-items: center;
	}

	.header-inner {
		flex: none;
	}
	.header-wrapper {
		display: flex;
		align-items: center;
	}
	.header-logo {
		width: 168px;
		margin: 0 32px 0 0;
	}
	.header-logo img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.header-nav {
		flex: 1 0;
	}
	.header-nav-list {
		flex: 1 0;
		min-height: 32px;
		display: flex;
		align-items: center;
		gap: 5px 0;
		flex-wrap: wrap;
	}
	.header-nav-list > li {
		position: relative;
	}
	.header-nav-list a {
		height: 44px;
		padding: 5px 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		vertical-align: top;
		color: #fff;
		text-align: center;
		text-decoration: none;
		border: 1px solid transparent;
		transition: border-color 0.3s ease, color 0.3s ease;
		border-radius: 10px;
	}
	.header-nav-list > li:hover > a {
		border-color: #f01237;
		color: #f01237;
	}
	.header-controls {
		flex: none;
		display: flex;
		align-items: center;
		gap: 10px 20px;
	}
}
@media all and (min-width: 867.5px) and (max-width: 1100px){
	.header-nav-list a {
		height: 30px;
		padding: 5px 16px;
	}
}



/* Header fly */
.mobile-header-button-menu {
	display: none;
}


@media all and (max-width: 867px){

	.header {
		height: 40px;
		margin: 0 0 20px 0;
	}
	.header-inner {
		position: fixed;
		z-index: 907;
		left: 0;
		right: 0;
		top: 0;
		background: #3b3b3f;
	}
	.header-wrapper {
		height: 40px;
		display: flex;
		align-items: center;
	}
	.header-logo {
		flex: none;
		width: 84px;
		display: block;
	}
	.header-logo img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.header-controls {
		flex: 1 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
	}
	.header-controls .button_support {
		display: none;
	}

	.header-nav {
		width: 200px;
		position: fixed;
		left: 15px;
		top: 50px;
		margin: 5px 0 0 0;
		color: #fff;
		background: #3b3b3f;
		border-radius: 10px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		box-shadow: 0 0 5px #3b3b3f;
		transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	}
	body[data-fly-toggle="menu"] .header-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.header-nav::before {
		width: 0;
		height: 0;
		content: ' ';
		display: block;
		position: absolute;
		left: 13px;
		bottom: 100%;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #3b3b3f;
	}
	.header-nav-list {
		flex-direction: column;
		gap: 0;
	}
	.header-nav-list > li {
		width: 100%;
	}
	.header-nav a {
		width: 100%;
		padding: 10px 15px;
		display: block;
		color: #fff;
		text-decoration: none;
		border-top: 1px solid rgba(255,255,255,0.2);
		border-radius: 0;
	}
	.header-nav li:first-child a {
		border-top: 0;
	}

	.mobile-header-button-menu {
		flex: none;
		width: 22px;
		height: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		padding:0;
		border: 0;
		margin: 0 15px 0 0;
		color: #fff;
		background: 0;
		box-shadow: none;
		border-radius: 8px;
		transition: transform 0.3s ease;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.mobile-header-button-menu_line,
	.mobile-header-button-menu_line::before,
	.mobile-header-button-menu_line::after {
		width: 22px;
		height: 3px;
		content: ' ';
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -11px;
		background: #fff;
		border-radius: 10px;
		transition: all 0.3s ease;
	}
	.mobile-header-button-menu_line {
		position: absolute;
	}
	.mobile-header-button-menu_line::before {
		top: -8px;
	}
	.mobile-header-button-menu_line::after {
		bottom: -8px;
	}
	body[data-fly-toggle="menu"] .mobile-header-button-menu_line {
		background-color: transparent;
	}
	body[data-fly-toggle="menu"] .mobile-header-button-menu_line::before {
		transform: rotate(45deg) translate(6px, 5px);
	}
	body[data-fly-toggle="menu"] .mobile-header-button-menu_line::after {
		transform: rotate(-45deg) translate(6px, -5px);
	}
}


/* Main - Start */
.main-start {
	position: relative;
	margin: 0 0 90px 0;
}
@media all and (max-width: 772px){
	.main-start {
		margin: 0 0 20px 0;
	}
}
.main-start-wrapper {
	min-height: 424px;
	padding: 0 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media all and (max-width: 772px){
	.main-start-wrapper {
		min-height: auto;
	}
}
@media all and (max-width: 672px){
	.main-start-wrapper {
		padding-bottom: 0;
	}
}
.main-start-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.main-start-logo-name {
	font-weight: bold;
	font-size: 122px;
	line-height: 1;
}
.main-start-logo-name::after {
	content: 'UBAR STORE';
}
.main-start-logo-slogan {
	position: relative;
	top: -2px;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 1.3;
}
@media all and (max-width: 972px){
	.main-start-logo-name {
		font-size: 64px;
	}
	.main-start-logo-slogan {
		font-size: 14px;
	}
}
.main-start-label {
	padding: 12px 5px 11px 21px;
	line-height: 1.54;
	font-weight: 300;
	font-size: 16px;
}
.main-start-label > span {
	display: block;
	position: relative;
	z-index: 9;
}
.main-start-label::before {
	width: auto;
	height: auto;
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1e1f21;
	border-radius: 20px;
}
.main-start-label::after {
	width: 6px;
	height: 6px;
	content: ' ';
	display: block;
	position: absolute;
	border-radius: 50%;
	background: #f01237;
	box-shadow: 0 0 0 7px rgba(240, 18, 55, 0.11), 0 0 0 3px rgba(240, 18, 55, 0.33);
}
@media all and (min-width: 772.5px) {
	.main-start-label {
		position: absolute;
	}
	.main-start-label_left_top {
		width: 334px;
		left: 155px;
		top: -2px;
	}
	.main-start-label_left_top::after {
		right: -12px;
		bottom: -18px;
	}
	.main-start-label_right_top {
		width: 442px;
		right: 40px;
		top: 7px;
	}
	.main-start-label_right_top::after {
		left: -4px;
		bottom: -25px;
	}

	.main-start-label_left_bottom {
		width: 396px;
		left: 42px;
		bottom: 4px;
	}
	.main-start-label_left_bottom::after {
		right: -8px;
		top: -23px;
	}

	.main-start-label_right_bottom {
		width: 315px;
		right: 96px;
		bottom: 41px;
	}
	.main-start-label_right_bottom::after {
		left: -14px;
		top: -19px;
	}
}
@media all and (min-width: 772.5px) and (max-width: 972px){
	.main-start-label {
		max-width: 40%;
		padding: 10px 16px;
		line-height: 1.44;
		font-size: 13px;
	}
	.main-start-label_left_top {
		left: 5%;
	}
	.main-start-label_right_top {
		right: 3%;
	}
	.main-start-label_left_bottom {
		left: 2%;
	}
	.main-start-label_right_bottom {
		right: 6%;
	}
}
@media all and (max-width: 772px){
	.main-start-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.main-start-logo {
		order: -2;
		width: 100%;
		margin: 0 0 80px 0;
	}
	.main-start-logo-name {
		font-size: 44px;
	}
	.main-start-logo-slogan {
		font-size: 13px;
	}
	.main-start-label {
		width: 100%;
		max-width: 96%;
		padding: 5px 12px;
		position: relative;
		margin: 10px 0 0 0;
		line-height: 1.24;
	}
	.main-start-label br {
		display: none;
	}
	.main-start-label::after {
		position: absolute;
		left: auto;
		right: 0;
	}
}
@media all and (max-width: 672px){
	.main-start-label {
		display: none;
	}
}
@media all and (max-width: 472px){
	.main-start-logo {
		margin: 0 0 20px 0;
	}
}



.main-start-curve-line {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: -24px;
	bottom: 0;
}
.main-start-curve-line::after {
	width: 1270px;
	height: 344px;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	background: no-repeat 0 0 url(img/bgs-start-lines.png);
}
@media all and (max-width: 672px){
	.main-start-curve-line {
		overflow: visible;
	}
}
@media all and (max-width: 472px){
	.main-start-curve-line {
		top: -70px;
	}
}


.main-slider {
	overflow: hidden;
	position: relative;
	margin: 0 0 88px 0;
}
@media all and (max-width: 772px){
	.main-slider {
		margin: 0 0 44px 0;
	}
}

.main-slider-button {
	width: 26px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 7;
	top: 50%;
	margin: -41px 0 0 0;
	background: rgba(255,255,255,0.1);
	border-radius: 34px;
	transition: background-color 0.3s ease;
}
.main-slider-button:hover {
	background: rgba(255,255,255,0.15);
}
.main-slider-button:active {
	background: rgba(255,255,255,0.2);
}
.main-slider-button::after {
	width: 8px;
	height: 13px;
	content: '';
	display: block;
	background: no-repeat 0 0 url(img/icons/btn-slider-prev.png) !important;
	background-size: 100% 100% !important;
}
.main-slider-button_prev {
	left: 11px;
}
.main-slider-button_next {
	right: 11px;
}
.main-slider-button_next::after {
	transform: scale(-1,1);
}

.main-slider-wrapper {
	position: relative;
}
.main-slider-wrapper::after,
.main-slider-wrapper::before {
	width: 1000px;
	height: 1px;
	content: ' ';
	display: block;
	position: absolute;
	background: #3b3b3f;
}
.main-slider-wrapper::after {
	right: 100%;
	top: 66px;
	margin: 0 57px 0 0;
}
.main-slider-wrapper::before {
	left: 100%;
	bottom: 36px;
	margin: 0 0 0 85px;
}
.main-slider-overflow {
	height: 0;
	padding: 18.5% 0 0 0;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.main-slider-list {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.main-slider-list .slick-list {
	height: 100% !important;
}
.main-slider-list .slick-track {
	height: 100% !important;
}
.main-slider-item {
	height: 100%;
	display: none;
	position: relative;
}
.main-slider-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: top;
	object-fit: cover;
}
.main-slider-wrapper .main-slider-item:first-child {
	display: block;
}




.main-advantages {
	padding: 0 0 33px 0;
	border-bottom: 1px solid #78172b;
	margin-bottom: 37px;
}
.main-advantages-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.main-advantages-list-item {
	width: 360px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.main-advantages-list-item img {
	width: 120px;
	height: 120px;
	margin: 0 0 30px 0;
	object-fit: contain;
}
.main-advantages-list-title {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 24px;
}
.main-advantages-list-title a {
	color: #fff;
}
.main-advantages-list-text {
	margin: 0;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.4;
}
@media all and (max-width: 1172px){
	.main-advantages-list-item {
		flex: 1 0;
		width: auto;
	}
}
@media all and (max-width: 972px){
	.main-advantages-list-item img {
		width: 85px;
		height: 85px;
		margin: 0 0 20px 0;
	}
	.main-advantages-list-title {
		margin: 0 0 15px 0;
		font-size: 20px;
	}
}
@media all and (min-width: 572.5px) and (max-width: 772px){
	.main-advantages-list-item img {
		width: 42.5px;
		height: 42.5px;
		margin: 0 0 10px 0;
	}
	.main-advantages-list-title {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	.main-advantages-list-text {
		font-size: 13px;
	}
}
@media all and (max-width: 572px){
	.main-advantages-list {
		flex-direction: column;
		gap: 20px;
	}
	.main-advantages-list-item {
		padding: 0 0 0 56px;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.main-advantages-list-item img {
		width: 42.5px;
		height: 42.5px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main-advantages-list-title {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	.main-advantages-list-text {
		font-size: inherit;
	}
}
@media all and (max-width: 472px){
	.main-advantages {
		margin-bottom: 10px;
	}
}

/*
	Content
 */
.content {
	flex: 1 0;
}
@media all and (max-width: 772px){
	.content {
		padding: 24px 0;
	}
}

.content-subtitle {
	margin: 0 0 20px 0;
}


.block-discount {
	display: flex;
	align-items: center;
	margin: 110px 0 55px 0;
}
@media all and (max-width: 872px){
	.block-discount {
		position: relative;
		flex-direction: column;
		margin: 60px 0 30px;
	}
}
.block-discount-image {
	flex: none;
	width: 514px;
	max-width: 43%;
	margin: 6px 12px -142px -58px;
}
@media all and (max-width: 1200px){
	.block-discount-image {
		max-width: 32%;
	}
}
@media all and (max-width: 872px){
	.block-discount-image {
		width: 128.5px;
		max-width: 100%;
		position: absolute;
		left: 0;
		top: -10px;
		margin-left: 0;
	}
}
.block-discount-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.block-discount-content {
	flex: 1 0;
	display: flex;
	align-items: center;
}
@media all and (max-width: 872px){
	.block-discount-content {
		width: 100%;
		flex-direction: column;
		gap: 30px;
	}
}
.block-discount-left {
	flex: 1 0;
	padding-right: 10px;
}
@media all and (max-width: 872px){
	.block-discount-left {
		width: 100%;
		padding: 0 0 0 140px;
	}
}
.block-discount-title {
	margin: 0 0 44px 0;
	font-weight: 600;
	font-size: 48px;
}
@media all and (max-width: 1200px){
	.block-discount-title {
		font-size: 38px;
	}
}
@media all and (max-width: 872px){
	.block-discount-title {
		margin: 0 0 15px 0;
		font-size: 28px;
	}
	.block-discount-title br {
		display: none;
	}
}
.block-discount-button {
	min-width: 160px;
}
.block-discount-list {
	flex: none;
	width: 367px;
	max-width: 53%;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
@media all and (max-width: 872px){
	.block-discount-list {
		width: 100%;
		max-width: 100%;
	}
}
.block-discount-list-item {
	min-height: 69px;
	padding: 10px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	font-weight: 100;
	font-size: 16px;
	text-align: center;
	border: 1px solid rgb(240, 18, 55);
	box-shadow: 0 0 87px rgba(241, 18, 55, 0.25);
	border-radius: 20px;
}
.block-discount-list-item:nth-child(even) {
	background: #000;
}
@media all and (max-width: 872px){
	.block-discount-list-item {
		min-height: 40px;
		padding: 10px 20px;
	}
}

.block-about {
	padding: 51px 0 0 0;
}
@media all and (max-width: 772px){
	.block-about {
		padding: 25px 0 0 0;
	}
}

.block-curve-line {
	height: 120px;
	position: relative;
	margin: 52px 0 -34px 0;
}
.block-curve-line::after {
	width: 1316px;
	height: 100%;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: no-repeat center 0 url(img/bgs-footer-lines.png);
	background-size: contain;
}
@media all and (max-width: 1316px){
	.block-curve-line::after {
		width: 100%;
	}
}
@media all and (max-width: 1150px){
	.block-curve-line {
		height: 60px;
	}
}
@media all and (max-width: 800px){
	.block-curve-line {
		height: 60px;
	}
	.block-curve-line::after {
		width: 658px;
		max-width: 100%;
		margin-left: 0;
	}
}
@media all and (max-width: 400px){
	.block-curve-line {
		height: 40px;
	}
}

/* Products - Elements */
.product-props {
	flex: none;
	display: flex;
	align-items: center;
	gap: 0 26px;
	flex-wrap: wrap;
	margin: 16px 0 0 0;
}
.product-props__stock,
.product-props__price {
	display: flex; align-items: center; justify-content: flex-start;
	font-weight: 500; font-size: 12px; text-align: left; white-space: nowrap;
}
.product-props .prop-stock_value,
.product-props .prop-price_value,
.product-props .props--value {margin:0 3px 0 0; font-weight:500; font-size: 14px; color: #fe7e53;}
.product-props .props--pcs {margin: 0 0 0 2px;}


.product-button__buy {
	flex: 1 0;
	height: 40px;
	padding: 0 5px;
}
.product-button__buy[disabled] {
	background: #939398;
	opacity: 1;
}
.product-button__buy.product-button__buy-nostock {
	color: #cecece;
	background: 0;
}
.product-button__cart {
	width: 26px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	margin: 0 0 0 18px;
	background:0;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}

.product-button__cart::before {
	width: 26px;
	height: 20px;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -13px !important;
	z-index: 7;
	background-image: url(img/icons/btn-cart_add-hover.png);
	background-size: 100% 100%;
	filter: grayscale(1) brightness(5);
	transition: filter 0.3s ease, opacity 0.3s ease;
}
.product-button__cart:hover::before {
	filter: none;
}

/*
	Categories list
 */
.categories-list {
	min-height: 55px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	border: 1px solid #78172b;
	margin: 0 0 23px 0;
	border-radius: 20px;
	background-color: rgb(30, 31, 33);
}
.categories-list-item {
	display: flex;
	align-items: center;
}
.categories-list-button {
	padding: 0 25px 0 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}
.categories-list-button::before {
	flex: none;
	width: 12px;
	height: 10px;
	content: ' ';
	display: block;
	background: no-repeat 0 0 url(img/icons/btn-filter-arrow.png);
	background-size: 100% 100%;
	filter: grayscale(1) brightness(5);
	transition: filter 0.3s ease;
}
.categories-list-button::after {
	width: 1px;
	height: 20px;
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -10px 0 0 0;
	background: #2f2f34;
}
.categories-list-button:last-child::after {
	display: none;
}
.categories-list-button.current,
.categories-list-button:hover {
	color: #f01237;
}
.categories-list-button.current::before,
.categories-list-button:hover::before {
	filter: none;
}

@media all and (max-width: 470px){
	.categories-list {
		padding: 5px 0;
		flex-direction: column;
		gap: 0;
	}
	.categories-list-button {
		width: 100%;
		padding: 8px 10px;
		font-size: 14px;
	}
	.categories-list-button::after {
		width: 100%;
		height: 1px;
		top: 100%;
		margin: 0;
	}
}

/*
	Category products
 */
.section-product {
	position: relative;
	z-index: 3;
}
@media all and (max-width: 1242px){
	.section-product {
		margin: 0;
	}
}
.section-product + .section-product {
	margin-top: 30px;
}
.section-product-header {
	display: flex;
	align-items: center;
	gap: 16px 19px;
	margin: 0 0 21px 0;
}
.section-product-header img {
	flex: none;
	width: 41px;
	height: 41px;
	object-fit: contain;
}
.section-product-title {
	flex: 1 0;
	position: relative;
	top: 2px;
	font-weight: bold;
	font-size: 24px;
}
@media all and (max-width: 700px){
	.section-product-title {
		font-size: 18px;
	}
}


/*
	Products
 */
.product-item {
	min-height:52px;
	padding: 9px 17px 8px 20px;
	display: flex;
	position: relative;
	margin-bottom: 9px;
	background: #1e1f21;
	border-radius: 20px;
}
.product-item:last-child {
	margin-bottom: 0;
}

.product-item-icon {
	flex:none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 2px 24px 0 0;
	object-fit: contain;
}

a.product-item-content {
	color: #fff;
	text-decoration: none;
}
.product-item-content {
	min-height: 45px;
	flex:1 1 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 6px 0 0;
	position: relative;
	top: -1px;
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
	font-size:14px;
	color: #000;
	transition: color 0.3s ease;
}
.product-item-content > span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
}
.product-item-content:hover {color: #f01237;}
.product-item-content::before {
	width: auto; height: auto; content: ' '; display: block;
	position: absolute; z-index: 1; left:-70px; right: 0; top: 0; bottom: 0;
}
.product-item-props {
	flex:none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2px 4px;
	margin-left: 10px;
}
.product-item-props_stock,
.product-item-props_price {
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 100;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	background: #1a1a1d;
	border-radius: 34px;
}
.product-item-props_stock {width: 82px;}
.product-item-props_price {width: 96px;}
.prop-stock_value,
.prop-price_value {
	margin:0 3px 0 0;
	font-weight:400;
	font-size: 14px;
}
.prop-price_ex {
	position: relative;
	top: -2px;
	font-weight:100;
	font-size: 11px;
}

.product-item-control {
	flex:none;
	width: 133px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin: 0 0 0 27px;
}

.product-item_nostock .product-item-icon,
.product-item_nostock .product-item-content,
.product-item_nostock .product-item-props {
	opacity: 0.5;
}



@media all and (max-width: 970px) and (min-width: 801px){
	.product-item-props {
		width: 88px;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: 5px;
	}
	.product-item-props .product-item-props_stock,
	.product-item-props .product-item-props_price {
		width: 100%;
		min-height: 22px;
		justify-content: center;
		font-size: 11px;
		text-align: center;
		margin: 0;
		border-radius: 6px;
	}
	.product-item-props .prop-stock_value,
	.product-item-props .prop-price_value {
		font-size: 12px;
	}
}

@media all and (max-width: 800px){
	.product-item {
		padding: 4px 0 50px 64px;
		display: block;
	}
	.product-item::after {left:0; right: 0;}
	.product-item-icon {
		position: absolute;
		left: 10px;
		top: 6px;
	}
	.product-item-content {
		line-height: 1.4;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 0;
		text-align: left;
	}
	.product-item-content::before {
		left: -44px;
	}
	.product-item-props {
		padding:0;
		margin: 0 20px 0 0;
		background: 0;
		position: absolute;
		left: 10px;
		bottom: 9px;
	}
	.product-item-props .product-item-props_stock,
	.product-item-props .product-item-props_price {
		width: auto;
		min-width: auto;
		min-height: auto;
		height: 30px;
		padding:0 10px;
		border: 0;
		margin: 0;
		justify-content: flex-start;
	}
	.product-item-control {
		width: 140px; position: absolute; right: 10px; bottom: 9px; margin: 0;
	}
	.product-button__buy {width:90px; height: 34px; font-size: 14px;}
	.product-button__cart {width: 34px; height: 34px; margin-left:8px;}
}
@media all and (max-width: 500px){
	.product-item-props {
		gap: 4px 8px;
	}
}
@media all and (max-width: 400px){
	.product-item-props {
		gap: 4px;
	}
	.product-item-props .product-item-props_stock,
	.product-item-props .product-item-props_price {
		padding: 0 5px;
		font-size: 10px;
	}
	.product-item-props .prop-price_ex {
		font-size: 8px;
	}
	.product-item-props .prop-stock_value,
	.product-item-props .prop-price_value {
		font-size: 11px;
	}
	.product-button__buy {
		height: 30px;
		font-size: 12px;
	}
}

/* Product */
.product-width-header {
	display: flex;
	align-items: center;
	gap: 10px 15px;
	margin-bottom: 36px;
}
.product-width-image {
	flex: none;
	width: 40px;
	height: 40px;
	vertical-align: top;
	object-fit: contain;
}
.product-width-title {
	flex: 1 0;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}
.product-width-container {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.product-width-sidebar {
	flex: none;
	width: 212px;
}
.product-width-content {
	flex: 1 0;
}

.product-width-block_sidebar,
.product-width-block_content {
	padding: 14px 14px 12px;
	background: #1e1f21;
	border-radius: 10px;
}
.product-width-block_sidebar {
	padding: 20px 14px;
}
.product-width-block_content {
	padding: 20px 28px 24px;
}


.product-width-props {
	display: flex;
	gap: 4px;
}
.product-width-props-item {
	display: flex;
	align-items: center;
}
.product-width-control {
	width: 134px;
	margin: 23px auto 0;
	display: flex;
	align-items: center;
}

.product-width-content-label {
	margin: 0 0 18px 0;
	font-weight: 500;
	font-size: 14px;
	color: #828282;
}

@media all and (max-width: 990px){
	.product-width-container {
		gap: 20px;
	}
}
@media all and (max-width: 672px){
	.product-width-title {
		font-size: 15px;
	}
	.product-width-sidebar {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
	.product-width-props {
		justify-content: center;
	}
	.product-width-container {
		flex-direction: column;
	}
	.product-width-block_content {
		padding: 15px;
	}
}



/* Page */
.page-title {
	margin: 0 0 20px 0;
	letter-spacing: 0;
}

@media all and (max-width: 772px){
	.page-title {
		margin: 0 0 16px 0;
	}
}

.page-content {
	padding: 22px 27px;
	background: #1e1f21;
	border-radius: 10px;
}
@media all and (max-width: 772px){
	.page-content {
		padding: 15px;
	}
}

/* My Buy */
.mybuy-desc {
	margin: 26px 0 24px 0;
}
.mybuy-form {
	max-width: 589px;
	margin: -7px 0 46px 0;
}
.mybuy-products .product-item-control {
	width: 137px;
}
@media all and (max-width: 772px){
	.mybuy-form {
		gap: 10px;
		flex-direction: column;
	}
	.mybuy-form .box-search-input {
		padding: 0 15px;
		font-size: 16px;
	}
}

/* Breadcrumbs */
.breadcrumbs {
	margin:-9px 0 30px 0;
	font-weight:400;
	font-size:12px;
	color:#f8f8f8;
	line-height: 1.4;
}
.breadcrumbs > li {
	display:inline;
	vertical-align: top;
	flex-wrap:nowrap;
}
.breadcrumbs > li:after {
	content:' | ';
	margin: 0 4px;
	display:inline-block;
	vertical-align: top;
	color:inherit;
	text-align:center;
}
.breadcrumbs > li:last-child {
	overflow:hidden;
}
.breadcrumbs > li:last-child:after {
	display:none;
}
.breadcrumbs a {
	font-weight:400;
	color:#f8f8f8;
	text-decoration:none;
	border-bottom:1px solid #f8f8f8;
	transition: border-color 0.3s ease, color 0.3s ease;
}
.breadcrumbs a:hover {
	color:#f01237;
	border-bottom-color:#f01237;
}
.breadcrumbs h1,.breadcrumbs > li > span {
	display:inline;
	margin:0;
	font-weight:400;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#f8f8f8;
}
@media all and (max-width:772px) {
	.breadcrumbs {
		margin:0 0 26px 0;
	}
}


/* Checker */
.checker-account-title {
	margin: 0 0 36px 0;
	font-weight: 500;
	font-size: 16px;
}
.checker-account-header {
	margin: 0 0 28px 0;
}
.checker-account {
	position: relative;
}
.checker-account-form__label {
	height: 32px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 0 8px;
	position: absolute;
	border: 1px solid #fff;
	z-index: 3;
	left: 39px;
	top: 28px;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 34px;
}
@media all and (max-width: 572px){
	.checker-account-form__label {
		top: 38px;
		left: 50%;
		transform: translateX(-50%);
	}
}
.checker-account-form__label_success {
	border-color:#4ccc6a;
}
.checker-account-form__label_success::before {
	flex: none;
	width: 11px;
	height: 8px;
	content: ' ';
	display: block;
	background: no-repeat 0 0 url(img/icons/checker-active.png);
	background-size: 100% 100%;
}
.checker-account-form__label_error {
	border-color:#f01237;
}
.checker-account-form__label_error::before {
	flex: none;
	width: 8px;
	height: 8px;
	content: ' ';
	display: block;
	background: no-repeat 0 0 url(img/icons/checker-error.png);
	background-size: 100% 100%;
}
.checker-account-form__input {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 20px;
}

.checker-account-form__input[data-showed] textarea {
	display: none;
}
.checker-account-form__input[data-showed="list"] .fn_list {
	display: block;
}
.checker-account-form__input[data-showed="source"] .fn_source {
	display: block;
}

.checker-account-form__label-value {
	font-size: 14px;
	font-weight: bold;
}
.checker-account-form__input-textarea {
	width: 100%;
	height: 241px;
	padding: 26px 24px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-align: left;
	background: #1e1f21;
	border-radius: 20px;
	cursor: text;
	transition: background-color 0.3s ease;
}
@media all and (max-width: 772px){
	.checker-account-form__input-textarea {
		height: 180px;
	}
}
.checker-account-form__input-textarea::-webkit-input-placeholder { color:#828282; -webkit-transition:color .1s linear;}
.checker-account-form__input-textarea:focus::-webkit-input-placeholder { color:transparent;}
.checker-account-form__input-textarea:-moz-placeholder { color:#828282; -moz-transition:color .1s linear;}
.checker-account-form__input-textarea:focus:-moz-placeholder { color:transparent;}
.checker-account-form__input-textarea::-moz-placeholder { color:#828282; -moz-transition:color .1s linear;}
.checker-account-form__input-textarea:focus::-moz-placeholder { color:transparent;}
.checker-account-form__input-textarea:-ms-input-placeholder { color:#828282; }
.checker-account-form__input-textarea:focus:-ms-input-placeholder { color:transparent;}

.checker-account-form__input-textarea:hover,
.checker-account-form__input-textarea:focus {
	background: #28292c;
}

.checker-account-form__group {
	display: flex;
	gap: 30px 112px;
}
@media all and (max-width: 1190px){
	.checker-account-form__group {
		gap: 30px 32px;
	}
}
@media all and (max-width: 772px){
	.checker-account-form__group {
		flex-direction: column;
	}
}
.checker-account-form__row {
	flex:1 0;
	position: relative;
}

.checker-account-form__submit {
	margin: 20px 0 52px 0;
	text-align: center;
}
.checker-account-form__submit-button {
	width: 114px;
	min-height: 48px;
	height: 48px;
	padding: 5px;
}

.checker-account-form__bottom {
	padding: 0 50px 16px 24px;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 572px){
	.checker-account-form__bottom {
		padding: 0 24px 30px 24px;
	}
}

.checker-account-form__control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}
.checker-account-form__control-title {
	font-size: 14px;
	color: #828282;
}
@media all and (max-width: 572px){
	.checker-account-form__control {
		justify-content: center;
	}
}
.checker-account-form__select {
	width: 102px;
	height: 28px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: no-repeat right center url('img/icons/checker-select-down.png');
	border-radius: 5px;
}
.checker-account-form__select option {
	background: #000;
}

.checker-account-form__clipboard {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 7;
	right: 16px;
	bottom: 16px;
	background: center center no-repeat url(img/icons/btn-clipboard.png);
	background-size: 17px 18px;
	transition: background-color 0.3s ease;
	border-radius: 5px;
}
.checker-account-form__clipboard:hover {
	background-color: rgba(255,255,255,0.1);
}


.checker-account-loader {
	position: absolute; z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.checker-account.type--loader .checker-account-loader {
	opacity: 1;
	visibility: visible;
}
.checker-account-loader::after {
	width: 40px;
	height: 40px;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	border: 3px solid #f01237;
	border-top: 3px solid #fff;
	border-radius: 50%;
	-webkit-animation: anim-loader_rotate 2.5s infinite linear;
}

@-webkit-keyframes anim-loader_rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* END */