@font-face {
	font-family: "Public Sans";
	font-display: swap;
	src: url(../fonts/PublicSans-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "Public Sans";
	font-display: swap;
	src: url(../fonts/PublicSans-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: iconfont;
	font-display: swap;
	src: url(../fonts/iconfont.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

.select__value:after, [class*=_icon-]::before {
	font-family: iconfont
}

[class*=_icon-show-password]::before {
	content: ""
}

[class*=_icon-safe]::before {
	content: ""
}

[class*=_icon-plus]::before {
	content: ""
}

[class*=_icon-next]::before {
	content: ""
}

[class*=_icon-minus]::before {
	content: ""
}

[class*=_icon-hide-password]::before {
	content: ""
}

[class*=_icon-file]::before {
	content: ""
}

[class*=_icon-file-upload]::before {
	content: ""
}

[class*=_icon-delete]::before {
	content: ""
}

[class*=_icon-close]::before {
	content: ""
}

[class*=_icon-check]::before {
	content: ""
}

[class*=_icon-cart]::before {
	content: ""
}

[class*=_icon-balance]::before {
	content: ""
}

[class*=_icon-angle-down]::before {
	content: ""
}

:root {
	--font-family: "Public Sans", sans-serif;
	--second-family: "Public Sans", sans-serif;

	--color-white: #fff;
	--color-black: #000;

	--color-1: #020617;
	--color-2: #0F172A;
	--color-3: #334155;
	--color-4: #64748B;
	--color-5: #94A3B8;
	--color-6: #CBD5E1;
	--color-7: #E2E8F0;
	--color-8: #f5f5f5;
	--color-9: #F8FAFC;
	--color-10: #F1F5F9;

	--icon-color: #475569;
	--error: #DC2626;
	--warning: #EAB15A;
	--success: #12980f;

	--title-color: var(--color-2);
	--text-color: var(--color-1);

	--radius: 16px;
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*, *::after, *::before {
	box-sizing: border-box
}

*::after, *::before {
	display: inline-block
}

body, html {
	height: 100%;
	min-width: 375px
}

body {
	color: var(--text-color);
	line-height: 1;
	font-family: var(--font-family);
	font-size: .875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--color-white) !important;
}

button, input, textarea {
	font-family: var(--font-family);
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: rgba(0, 0, 0, 0)
}

input, textarea {
	width: 100%
}

label {
	display: inline-block
}

button, option, select {
	cursor: pointer
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit
}

.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

#place_order {
	width: 100%;
}

.myaccount-msg {
	color: var(--success);
}

@supports (overflow:clip) {
	.wrapper {
		overflow: clip
	}
}

.wrapper > main {
	flex: 1 1 auto
}

.wrapper > * {
	min-width: 0
}

[class*=__container] {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 .9375rem
}

[class*="--gc"] {
	display: grid;
	min-width: 0;
	grid-template-columns:.9375rem 1fr minmax(auto, 83.5rem) 1fr .9375rem
}

[class*="--gc"] > * {
	min-width: 0;
	grid-column: 3/4
}

.title {
	font-family: var(--second-family);
	font-weight: 700;
	line-height: 122%;
	color: var(--title-color);
}

.title-second {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 117%;
	color: var(--title-color);
}

.title-third {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: var(--title-color);
}

.title-third_small {
	font-size: 1.125rem;
	line-height: 133%
}

.spoller-item__body,
.text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 143%;
	color: var(--color-3);
}

.text-details {
	color: var(--color-4);
}

.catalog__categories {
	display: flex;
	flex-direction: column;

	.button-more {
		display: inline-flex;
		margin-top: 16px;
		align-items: center;
		align-self: flex-end;
		gap: 8px;
	}

	.button__icon {
		transform: rotate(90deg);
		transition: all 0.3s ease;
	}
}

.categories__overlay {
	position: relative;
	transition: all 0.3s ease-in-out;

	&.categories__overlay--extend {
		max-height:	40px;
		overflow: hidden;

		&:after {
			position: absolute;
			display: block;
			width: 150px;
			top: 0;
			right: 0;
			bottom: 0;
			content: '';
			background-image: linear-gradient(to right, transparent 0, var(--color-white) 50%);
			transition: all 0.3s ease-in-out;
		}

		&._active {
			&:after {
				opacity: 0;
			}

			~ .button .button__icon {
				transform: rotate(-90deg);
			}
		}
	}
}

.categories__items {
	display: flex;
	flex-wrap: wrap;
	gap: .625rem
}

.categories__link {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	border-color: var(--color-black);
	padding: .3125rem 1.25rem;
	min-height: 2.5rem;
	background-color: var(--color-white);
	font-family: var(--font-family);
	font-weight: 700;
	font-size: .875rem;
	line-height: 171%;
	color: var(--color-4);
	transition: background-color .3s ease, color .3s ease
}

.categories__link._active {
	background-color: var(--color-1);
	color: var(--color-8);
}

.status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	min-height: 2rem;
	border-radius: .375rem;
	background-color: rgba(37, 193, 55, .2);
	color: #5ec269
}

.status_yellow {
	background-color: rgba(234, 177, 90, .2);
	color: var(--warning);
}

.status_red {
	background-color: rgba(194, 58, 27, .2);
	color: var(--error);
}

.order-summary__error {
	color: var(--error);
}

.item-catalog {
	display: flex;
	padding: 32px;
	flex-direction: column;
	gap: 2.1875rem;
	transition: all 0.3s ease;
	border-radius:  var(--radius);

	&:hover {
		background-color: var(--color-9);

		.item-catalog__category {
			background-color: var(--color-white);
		}

		.item-catalog__bottom svg path {
			fill: #475569;
		}
	}
}

.item-catalog__category {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border-color: var(--color-black);
	padding: 4px 12px;
	background-color: var(--color-9);
	font-family: var(--font-family);
	font-size: .875rem;
	color: var(--color-3);
	transition: all .3s ease, color .3s ease;
}

.item-catalog__image {
	aspect-ratio: 1;
	width: 100%;
	height: 220px;
	border-radius: var(--radius);
	overflow: hidden
}

.item-catalog__image img {
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-catalog__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;

	a h3 {
		margin-block-end: 0;
		margin-block-start: 0;
	}
}

.item-catalog__content > * {
	/*margin-bottom: 2.5rem*/
}

.item-catalog__content > :last-child {
	margin-bottom: 0
}

.item-catalog__title {
	margin-bottom: 0;
	color: var(--color-2);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	transition: opacity .2s ease;
	
	&:hover {
		color: var(--color-2) !important;
		opacity: 1 !important;
	}
}

.item-catalog__text {
	display: block;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

	p {
		margin-bottom: 0;
	}
}

.item-catalog__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .625rem;
	margin-top: auto
}

.item-catalog__price {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	color: var(--color-2);
}

.item-review {
	border-radius: .375rem;
	padding: 2.5rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem
}

.item-review__top {
	display: grid;
	grid-template-columns:1fr auto;
	grid-template-rows:1fr auto;
	gap: .25rem
}

.item-review__date {
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%;
	color: #fff
}

.item-review__rating {
	grid-column: 2/3;
	grid-row: 1/-1;
	justify-self: end
}

.item-review__text > * {
	margin-bottom: .625rem
}

.item-review__text > :last-child {
	margin-bottom: 0
}

.item-cart {
	background-color: var(--color-9);
	border-radius:  var(--radius);
	padding: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 2rem
}

.item-cart__image {
	border-radius:  var(--radius);
	overflow: hidden;
	flex: 0 0 152px;
	aspect-ratio: 152/124;
}

.item-cart__image img {
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.item-cart__content {
	flex: 1;
	display: grid;
	grid-template-columns:1fr auto;
	gap: 22px;


	.item-cart__title { grid-row: 1/1 }
	.text { grid-row: 2/2 }
	.item-cart__price { grid-row: 3/3 }
}


.item-cart__title {
	transition: opacity .2s ease
}

.item-cart__delete {
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.5rem;
	color: var(--error);
	transition: color .2s ease, -webkit-transform .2s ease;
	transition: color .2s ease, transform .2s ease;
	transition: color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.item-purchased {
	border-radius:  var(--radius);
	padding: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	background-color: var(--color-9);
}

.item-purchased__image {
	border-radius:  var(--radius);
	overflow: hidden;
	flex: 0 0 156px;
	aspect-ratio: 156 / 124
}

.item-purchased__image img {
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.item-purchased__content {
	flex: 1;
	display: grid;
	grid-template-columns:1fr auto;
	gap: 2.5rem 1.5rem
}

.item-purchased__title {
	transition: opacity .2s ease
}

.item-purchased__date {
	font-size: 16px;
	color: var(--color-4);
}

.item-purchased__date--sale {
	font-weight: 400;
	margin-bottom: 22px;
}

.product-review {
	display: flex;
	gap: 2rem
}

.product-review__image {
	align-self: flex-start;
	border-radius: .375rem;
	overflow: hidden;
	flex: 0 0 7.25rem;
	aspect-ratio: 116/95
}

.product-review__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: .5rem
}

.product-review__date {
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%;
	color: #8f8f8f;
	margin-top: auto
}

.product-details__title:not(:last-child) {
	margin-bottom: 1.25rem
}

.product-details dd, .product-details dt {
	font-weight: 700;
	font-size: 14px;
	line-height: 171%
}

.product-details dt {
	color: var(--color-4);
	font-size: 16px;
}

.product-details dd {
	font-weight: 400;
	color: var(--color-2);
}

.product-details dd:not(:last-child) {
	margin-bottom: 1.5rem
}

.navigation {
	display: flex;
	justify-content: flex-end;
	gap: .625rem;
	pointer-events: none
}

.navigation__button {
	border: none;
	pointer-events: all;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .375rem;
	background-color: #fff;
	font-size: 1rem;
	color: #1e1e1e;
	transition: background-color .3s ease
}

.navigation__button_prev::before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.navigation__button[disabled] {
	cursor: not-allowed;
	background-color: rgba(255, 255, 255, .04);
	color: #fff
}

.upload-progress {
	border: .0625rem solid #383838;
	border-radius: .375rem;
	padding: 1.5rem;
	display: flex;
	gap: .75rem;
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: #8f8f8f
}

.upload-progress::before {
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	align-self: flex-start
}

.upload-progress__body {
	flex: 1
}

.upload-progress__info:not(:last-child) {
	margin-bottom: .75rem
}

.upload-progress__line {
	display: flex;
	align-self: center;
	justify-content: space-between;
	gap: .625rem
}

.upload-progress__line:not(:last-child) {
	margin-bottom: .25rem
}

.upload-progress__file-name {
	color: #fff;
	white-space: nowrap
}

.upload-progress__delete {
	flex-shrink: 0;
	font-size: 1rem;
	color: #fff;
	transition: color .2s ease, -webkit-transform .2s ease;
	transition: color .2s ease, transform .2s ease;
	transition: color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.upload-progress__bar {
	height: .5rem;
	background-color: #383838;
	border-radius: .5rem
}

.upload-progress__bar span {
	display: block;
	height: 100%;
	border-radius: .5rem;
	background-color: #fff;
	width: var(--progress);
	transition: all .2s ease
}

.file-preview {
	display: flex;
	flex-direction: column-reverse;
	border-radius:  var(--radius);
	overflow: hidden;
}

.file-preview__top {
	display: flex;
	flex-wrap: wrap;
	padding: .625rem 2rem;
	min-height: 3.9375rem;
	background-color: var(--color-9);
	align-items: center;
	gap: 1rem;
}

.file-preview__filename {
	flex: 1;
	font-size: 16px;
	line-height: 143%;
	color: var(--color-1);
}

.file-preview__delete {
	flex: 0 0 1.5rem;
	font-size: 1.5rem;
	color: var(--error);
	transition: color .2s ease, -webkit-transform .2s ease;
	transition: color .2s ease, transform .2s ease;
	transition: color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.order-table table {
	width: 100%;
	border-collapse: collapse
}

.order-table td, .order-table th {
	padding: 1rem 1rem;
	border: .0625rem solid #fff
}

.order-table th {
	text-align: start
}

.order-table td {
	text-align: end
}

body {
	.button,
	.upload-button,
	.added_to_cart.wc-forward {
		display: inline-flex !important;
		padding: 12px 20px;
		min-height: 2.5rem;
		justify-content: center;
		align-items: center;
		gap: .5rem;
		color: var(--color-8);
		font-family: var(--font-family);
		font-weight: 700;
		font-size: 16px;
		line-height: 164%;
		border-width: 1px;
		border-style: solid;
		border-color: var(--color-1) !important;
		border-radius:  var(--radius);
		background-color: var(--color-1);
		transition: background-color .3s ease, color .3s ease, outline-color .1s ease;

		&:hover {
			background-color: var(--color-2);
		}
	}

	.button-outline,
	.button.is-in-cart {
		color: var(--color-1);
		background-color: var(--color-white);
		border-color: var(--color-7) !important;
		transition: all	0.3s ease;

		&:hover {
			background-color: var(--color-10);
		}
	}

	.button-disabled,
	.button.is-in-cart,
	[disabled="disabled"] {
		color: var(--color-5);
		border-color: var(--color-7) !important;
		background-color: var(--color-7);
		pointer-events: none;
	}

	.button-more {
		padding: 8px 14px;
		font-size: 14px;
	}
}

.account__navigation-button::before, .button::before, .upload-button::before {
	font-size: 1.75rem;
	line-height: 1;
	order: 1
}

.button_grey {
	background-color: #383838 !important;
	color: #fff !important;
}

.button_fw {
	width: 100%
}

._icon-file.account__navigation-button::before, ._icon-file.upload-button::before, .button._icon-file::before {
	font-size: 1.25rem
}

.upload-button {
	cursor: pointer;
	outline-offset: .375rem;
	border-radius: .375rem;
	outline: .0625rem dashed transparent
}

.upload-button._drag {
	outline-color: #fff
}

.upload-button:has(.upload-button__input:focus) {
	outline-color: #fff
}

.upload-button__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.texted-button {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: var(--color-1);
}

.texted-button:hover {
	text-decoration: underline
}

input[type=email], input[type=tel], input[type=text], textarea {
	-webkit-appearance: none;
	appearance: none
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
.select__value,
.input {
	/*display: block;*/
	width: 100%;
	height: 52px;
	padding: 0 1.25rem;
	caret-color: inherit;
	color: var(--color-2);
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 143%;
	border: 1px solid var(--color-6);
	border-radius:  var(--radius);
	background-color: var(--color-9);
}

textarea {
	height: auto;
}

.input:focus {
	outline: 0;
	border-color: var(--color-1);
}

.input::-webkit-input-placeholder {
	color: var(--color-4);
}

.input:-ms-input-placeholder {
	color: var(--color-4);
}

.input::-ms-input-placeholder {
	color: var(--color-4);
}

.input::placeholder {
	color: var(--color-4);
}

._error .input {
	border-color: var(--error)
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
	-ms-transition: opacity .3s;
	transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
	-ms-transition: opacity .3s;
	transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
	transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
	opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
	opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
	opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
	opacity: 0
}

textarea.input {
	resize: none;
	padding: 1rem 1.25rem;
	min-height: 11.875rem
}

textarea.input[maxlength] {
	padding-bottom: 2.75rem
}

.checkbox {
	position: relative
}

.checkbox:not(:last-child) {
	margin-bottom: em(5)
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.checkbox__input:focus-visible + .checkbox__label:before {
	box-shadow: 0 0 5px var(--color-2);
}

.checkbox__input:checked + .checkbox__label:before {
	background-color: var(--color-2);
	color: var(--color-white);
}

.checkbox__label {
	cursor: pointer;
	display: inline-flex;
	position: relative;
	gap: 10px
}

.checkbox__label:before {
	align-self: flex-start;
	flex: 0 0 1.375rem;
	width: 1.375rem;
	height: 1.375rem;
	border: .09375rem solid var(--color-2);
	border-radius: .375rem;
	font-size: 1.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: transparent
}

.checkbox__text {
	align-self: center;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: .875rem;
	line-height: 157.1%;
	color: var(--color-2);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

._error .checkbox__text {
	color: var(--error)
}

.checkbox__text a {
	display: inline;
	text-decoration: underline
}

.checkbox__text a:hover {
	text-decoration: none
}

.amount-options {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem
}

.amount-options__item {
	position: relative;
	cursor: pointer;


	&:hover {
		.amount-options__label {
			color: var(--color-white);
			background-color: var(--color-2);
		}
	}
}

.amount-options__input {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute
}

.amount-options__input:focus-visible + .amount-options__label {
	outline: .0625rem solid #fff;
	outline-offset: .25rem
}

.amount-options__input:checked + .amount-options__label {
	background-color: #fff;
	color: #1e1e1e
}

.amount-options__label {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: .3125rem 1.25rem;
	min-height: 2.5rem;
	border-radius:  var(--radius);
	font-size: 16px;
	color: var(--color-2);
	background-color: var(--color-white);
	transition: all .3s ease;
}

.select {
	min-width: 0;
	position: relative
}

.select__body {
	position: relative
}

.select__title {
	color: inherit;
	text-align: left;
	cursor: pointer;
	width: 100%;
	border-radius:  var(--radius);
	font-family: var(--font-family);
	line-height: 143%;
	background-color: var(--color-white);
}

._select-focus .select__title {
	border-color: #fff;
	outline: 0
}

._select-active .select__title {
	color: #fff
}

._select-open {
	.select__value {
		border-color: var(--color-2);
	}
}

.select__value {
	display: flex;
	min-width: 0;
	align-items: center;
	height: 3.25rem;
	padding: 0 1.25rem;
	gap: .625rem;
	background-color: var(--color-white);
}

.select__value > * {
	flex: 1 1 auto
}

.select__value:after {
	content: "";
	align-self: stretch;
	flex: 0 0 1.5rem;
	font-size: 1.5rem;
	transition: all .3s ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
}

._select-open .select__value:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.select__value._select-pseudo-label::before {
	content: attr(data-pseudo-label);
	opacity: .5
}

.select__content {
	flex: 1 1 0;
	width: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select__text {
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select__input {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	height: 100%
}

.select__options {
	position: absolute;
	padding: 24px;
	width: 100%;
	max-width: 26.5625rem;
	top: calc(100% + .5rem);
	right: 0;
	background-color: var(--color-9);
	border-radius:  var(--radius);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0, 0.2);
}

.select__scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 12.4rem;
	padding-right: .9375rem;
}

.select .select__body .select__options .select__scroll {
	&::-webkit-scrollbar {
		width: .375rem;
	}

	&::-webkit-scrollbar-track {
		border-radius: .375rem;
		background: var(--color-4);
	}

	&::-webkit-scrollbar-thumb {
		background: var(--color-1);
		border-radius: .375rem;
	}

	&::-webkit-scrollbar-thumb:hover {
		background: var(--color-1);
	}
}

.select__option {
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding: .3125rem;
	color: inherit;
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 143%;
	color: var(--color-4);

}

.select__option:not(:last-child) {
	margin-bottom: .25rem
}

.select__option._select-selected {
	color: var(--color-2);
}

.select__option:focus {
	color: var(--color-2);
	outline: 0
}

.select__row {
	display: inline-flex;
	align-items: center
}

.select--show-top .select__options {
	top: auto;
	bottom: calc(100% + .5rem)
}

._select-tag {
	cursor: pointer
}

.rating {
	display: inline-block
}

.rating_big {
	--rating-gap: 0.375rem;
	--rating-width: 1.5rem;
	--rating-height: 1.5rem
}

.rating__items {
	display: inline-flex;
	align-items: flex-start;
	gap: var(--rating-gap, .125rem)
}

.rating__item {
	flex: 0 0 var(--rating-width, 1rem);
	width: var(--rating-width, 1rem);
	height: var(--rating-height, 1rem);
	position: relative;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDcxMjkgMS43Njk1M0w4LjA4NjkxIDEuNzc5M0w4LjEwNDQ5IDEuNzg4MDlDOC4xNDEgMS44MDYzNCA4LjE0MTEgMS44MTEwMyA4LjEzMjgxIDEuODAyNzNDOC4xMjQ3NCAxLjc5NDYxIDguMTI5NDIgMS43OTUwMSA4LjE0NzQ2IDEuODMxMDVMOS44ODA4NiA1LjI5Nzg1TDkuOTk4MDUgNS41MzMyTDEwLjI1ODggNS41NjkzNEwxNC4wNTg2IDYuMTAyNTRMMTQuMDkyOCA2LjEwNzQySDE0LjEwNzRDMTQuMTEzOCA2LjExMjMyIDE0LjEyNTIgNi4xMjEzNyAxNC4xMzY3IDYuMTM3N0MxNC4xNTE1IDYuMTU4NyAxNC4xNjI0IDYuMTgzNDkgMTQuMTY4IDYuMjA2MDVDMTQuMTczNCA2LjIyODQ0IDE0LjE3MTMgNi4yNDExMSAxNC4xNzA5IDYuMjQzMTZMMTQuMTY3IDYuMjYxNzJMMTQuMTEyMyA2LjMxNjQxTDExLjM3ODkgOC45ODM0TDExLjE5MDQgOS4xNjY5OUwxMS4yMzU0IDkuNDI3NzNMMTEuOTAxNCAxMy4yMjI3VjEzLjIyMzZDMTEuOTE5OCAxMy4zMzUxIDExLjg1NiAxMy40MTQ2IDExLjc4NjEgMTMuNDQxNEgxMS43Mjg1QzExLjY5MzggMTMuNDQxNCAxMS42NjgzIDEzLjQ0MTIgMTEuNjQ1NSAxMy40NDA0TDExLjY0MjYgMTMuNDM5NUwxMS42Mjg5IDEzLjQzMjZMOC4yMjg1MiAxMS42MzI4TDcuOTk1MTIgMTEuNTA4OEw3Ljc2MDc0IDExLjYzMjhMNC4zNjEzMyAxMy40MzI2TDQuMzQ4NjMgMTMuNDM4NUw0LjMzNzg5IDEzLjQ0NTNDNC4yOTU1NyAxMy40NzA3IDQuMjU3ODEgMTMuNDcyOCA0LjIyMTY4IDEzLjQ2MTlDNC4xODYwNSAxMy40NTEyIDQuMTQyNiAxMy40MjM2IDQuMTA1NDcgMTMuMzcyMUM0LjEwMzc5IDEzLjM2NjEgNC4xMDExNSAxMy4zNTggNC4wOTk2MSAxMy4zNDU3QzQuMDk2NDQgMTMuMzIwNCA0LjA5NTk1IDEzLjI5MTcgNC4wOTU3IDEzLjI0MjJMNC43NTM5MSA5LjQ5NDE0TDQuNzk5OCA5LjIzNDM4TDQuNjEwMzUgOS4wNDk4TDEuODgwODYgNi4zODY3MkMxLjgzODk4IDYuMzQ0NDcgMS44MjgxMyA2LjMwNDExIDEuODI4MTIgNi4yNzQ0MUMxLjgyODEyIDYuMjQ0NTMgMS44MzkyOCA2LjIwMzY5IDEuODgxODQgNi4xNjExM0wxLjkzNTU1IDYuMTA3NDJIMS45NjI4OUwxLjk5ODA1IDYuMTAyNTRMNS43OTc4NSA1LjU2OTM0TDYuMDYyNSA1LjUzMjIzTDYuMTc4NzEgNS4yOTEwMkw3LjgzMTA1IDEuODUzNTJDNy44Njk2MyAxLjc5NDk3IDcuOTE3MDcgMS43NjQzMyA3Ljk1NTA4IDEuNzUyOTNDNy45OTExOSAxLjc0MjExIDguMDI4OTkgMS43NDQxNSA4LjA3MTI5IDEuNzY5NTNaIiBzdHJva2U9IiNGRDdFMTQiLz4KPC9zdmc+Cg==) 0 0/var(--rating-width, 1rem) no-repeat;
	transition: all .3s
}

.rating__item--active {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2MTUgNi4zNDEwNEMxNC43MjgxIDYuMDA3NzEgMTQuNDYxNSA1LjYwNzcxIDE0LjEyODEgNS42MDc3MUwxMC4zMjgxIDUuMDc0MzdMOC41OTQ3OSAxLjYwNzcxQzguNTI4MTIgMS40NzQzNyA4LjQ2MTQ2IDEuNDA3NzEgOC4zMjgxMiAxLjM0MTA0QzcuOTk0NzkgMS4xNDEwNCA3LjU5NDc5IDEuMjc0MzcgNy4zOTQ3OSAxLjYwNzcxTDUuNzI4MTIgNS4wNzQzN0wxLjkyODEzIDUuNjA3NzFDMS43MjgxMyA1LjYwNzcxIDEuNTk0NzkgNS42NzQzNyAxLjUyODEyIDUuODA3NzFDMS4yNjE0NiA2LjA3NDM3IDEuMjYxNDYgNi40NzQzNyAxLjUyODEyIDYuNzQxMDRMNC4yNjE0NiA5LjQwNzcxTDMuNTk0NzkgMTMuMjA3N0MzLjU5NDc5IDEzLjM0MSAzLjU5NDc5IDEzLjQ3NDQgMy42NjE0NiAxMy42MDc3QzMuODYxNDYgMTMuOTQxIDQuMjYxNDYgMTQuMDc0NCA0LjU5NDc5IDEzLjg3NDRMNy45OTQ3OSAxMi4wNzQ0TDExLjM5NDggMTMuODc0NEMxMS40NjE1IDEzLjk0MSAxMS41OTQ4IDEzLjk0MSAxMS43MjgxIDEzLjk0MUMxMS43OTQ4IDEzLjk0MSAxMS43OTQ4IDEzLjk0MSAxMS44NjE1IDEzLjk0MUMxMi4xOTQ4IDEzLjg3NDQgMTIuNDYxNSAxMy41NDEgMTIuMzk0OCAxMy4xNDFMMTEuNzI4MSA5LjM0MTA0TDE0LjQ2MTUgNi42NzQzN0MxNC41OTQ4IDYuNjA3NzEgMTQuNjYxNSA2LjQ3NDM3IDE0LjY2MTUgNi4zNDEwNFoiIGZpbGw9IiNGRDdFMTQiLz4KPC9zdmc+Cg==) 0 0/var(--rating-width, 1rem) no-repeat
}

.rating__item span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: var(--rating-height, 1rem);
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2MTUgNi4zNDEwNEMxNC43MjgxIDYuMDA3NzEgMTQuNDYxNSA1LjYwNzcxIDE0LjEyODEgNS42MDc3MUwxMC4zMjgxIDUuMDc0MzdMOC41OTQ3OSAxLjYwNzcxQzguNTI4MTIgMS40NzQzNyA4LjQ2MTQ2IDEuNDA3NzEgOC4zMjgxMiAxLjM0MTA0QzcuOTk0NzkgMS4xNDEwNCA3LjU5NDc5IDEuMjc0MzcgNy4zOTQ3OSAxLjYwNzcxTDUuNzI4MTIgNS4wNzQzN0wxLjkyODEzIDUuNjA3NzFDMS43MjgxMyA1LjYwNzcxIDEuNTk0NzkgNS42NzQzNyAxLjUyODEyIDUuODA3NzFDMS4yNjE0NiA2LjA3NDM3IDEuMjYxNDYgNi40NzQzNyAxLjUyODEyIDYuNzQxMDRMNC4yNjE0NiA5LjQwNzcxTDMuNTk0NzkgMTMuMjA3N0MzLjU5NDc5IDEzLjM0MSAzLjU5NDc5IDEzLjQ3NDQgMy42NjE0NiAxMy42MDc3QzMuODYxNDYgMTMuOTQxIDQuMjYxNDYgMTQuMDc0NCA0LjU5NDc5IDEzLjg3NDRMNy45OTQ3OSAxMi4wNzQ0TDExLjM5NDggMTMuODc0NEMxMS40NjE1IDEzLjk0MSAxMS41OTQ4IDEzLjk0MSAxMS43MjgxIDEzLjk0MUMxMS43OTQ4IDEzLjk0MSAxMS43OTQ4IDEzLjk0MSAxMS44NjE1IDEzLjk0MUMxMi4xOTQ4IDEzLjg3NDQgMTIuNDYxNSAxMy41NDEgMTIuMzk0OCAxMy4xNDFMMTEuNzI4MSA5LjM0MTA0TDE0LjQ2MTUgNi42NzQzN0MxNC41OTQ4IDYuNjA3NzEgMTQuNjYxNSA2LjQ3NDM3IDE0LjY2MTUgNi4zNDEwNFoiIGZpbGw9IiNGRDdFMTQiLz4KPC9zdmc+Cg==) 0 0/var(--rating-width, 1rem) no-repeat
}

.rating__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: var(--rating-gap, .125rem);
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

[data-rating=set] .rating__item:not(:last-child)::after {
	cursor: pointer
}

.rating__input {
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block
}

[data-rating=set] .rating__input {
	cursor: pointer
}

.field {
	display: block
}

.field__error, .field__title {
	/*font-weight: 700;*/
	font-size: .875rem;
	line-height: 171%;
	display: block
}

.field__title {
	color: var(--color-4);
	margin-bottom: .375rem
}

.field__title span {
	color: var(--error)
}

.field__error {
	color: var(--error);
	margin-top: .375rem
}

.field__wrapper {
	position: relative
}

.field__wrapper input {
	padding-right: 3.375rem
}

.field__viewpass {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
	color: var(--icon-color);
}

.field__viewpass._viewpass-active::before {
	content: ""
}

.field__viewpass:focus {
	outline: .0625rem solid var(--color-6);
	outline-offset: .375rem;
	border-radius: .375rem
}

.field__characters {
	position: absolute;
	bottom: 1rem;
	right: 1.25rem;
	z-index: 1;
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%;
	color: #8f8f8f
}

.field__characters::before {
	content: attr(data-characters) " "
}

.form-auth {
	display: flex;
	flex-direction: column;
	gap: 2rem
}

.form-auth__fields {
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

.form-auth__texted-button {
	align-self: flex-end
}

.form-auth__button {
	width: 100%;
	align-self: flex-end;
}

.form-auth__asset-link {
	align-self: center;
	text-align: right;
	font-size: .875rem;
	line-height: 143%;
	color: var(--color-1);
}

.form-auth__asset-link a, .form-auth__asset-link button {
	position: relative;
	font-weight: 700;
	color: var(--color-2);
}

.form-auth__asset-link a:hover, .form-auth__asset-link button:hover {
	text-decoration: underline
}

.form-auth__field.__error input{
	border-color: var(--error);
}

.form-errors{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--error);
	padding-top: 5px;
}

.form-checkout__group {
	border-radius: var(--radius);
	padding: 1.5rem 1rem;
	background-color: var(--color-9);

	input, .input {
		background-color: var(--color-white);
	}
}

.form-checkout__group:not(:last-child) {
	margin-bottom: 2rem
}

.form-checkout__group > :first-child {
	margin-top: 0
}

.form-checkout__group > * {
	margin-top: 2rem
}

.form-checkout__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem
}

.form-checkout__fields[hidden] {
	display: none
}

.form-checkout__line {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem
}

.form-checkout__field {
	flex: 1 0 calc((100% - 2rem) / 2);
	min-width: 14.0625rem
}

.form-checkout__balance {
	display: flex;
	align-items: center;
	gap: .75rem
}

.form-checkout__balance::before {
	font-size: 1.5rem;
	line-height: 1
}

.form-settings {
	display: flex;
	padding: 1.5rem 1rem;
	flex-direction: column;
	gap: 1.5rem;
	border: 1px solid #E6EDF3;
	border-radius:  var(--radius);
	background-color: var(--color-9);

	.field__input {
		background-color: var(--color-white);
	}
}

.form-settings__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem
}

.form-settings__line {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem
}

.form-settings__field {
	flex: 1 0 calc((100% - 2rem) / 2);
	min-width: 14.0625rem
}

.form-settings__button {
	align-self: flex-end
}

.form-balance {
	display: flex;
	flex-direction: column
}

.form-balance > * {
	margin-bottom: 1.5rem
}

.form-balance__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem
}

.form-balance__button {
	align-self: flex-end
}

.form-balance > :last-child {
	margin-bottom: 0
}

.form-review {
	display: flex;
	flex-direction: column
}

.form-review__fields {
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

.form-review__button {
	align-self: flex-end
}

.form-review__step {
	display: none
}

.form-review__step._active {
	display: block
}

.form-review__step > * {
	margin-bottom: 2rem
}

.form-review__step > :last-child {
	margin-bottom: 0
}

.form-review__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem
}

.form-review__button:last-child {
	margin-left: auto
}

.form-review__item-review {
	max-width: 26rem
}

.form-upload__label {
	cursor: pointer;
	display: block;
	border: 1px  dashed var(--color-1);
	border-radius:  var(--radius);
	padding: 1.25rem;
	min-height: 27.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--color-9);
	transition: border-color .1s ease
}

/*.form-upload__label:hover {*/
/*	border-color: #fff*/
/*}*/

/*.form-upload__label._drag {*/
/*	border-color: #fff*/
/*}*/

/*.form-upload__label:has(.form-upload__input:focus) {*/
/*	border-color: #fff*/
/*}*/

.form-upload__label > * {
	margin-bottom: 1rem
}

.form-upload__label > :last-child {
	margin-bottom: 0
}

.form-upload__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.form-upload__title {
	margin-bottom: 2rem
}

.form-upload__title-span {
	display: block;
	margin-top: 16px;
	text-align: center;
}

.form-upload__button {
	margin-bottom: .75rem
}

.form-upload__formats, .form-upload__text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-4)
}

.form-upload__formats {
	color: #fff
}

.form-model-settings {
	border-radius:  var(--radius);
	padding: 1.5rem 1rem;
	background-color: var(--color-9);

	input, .input {
		background-color: var(--color-white);
	}
}

.form-model-settings > * {
	margin-bottom: 2rem
}

.form-model-settings__group {
	margin-bottom: 2.5rem
}

.form-model-settings__group > * {
	margin-bottom: 1rem
}

.form-model-settings__group > :last-child {
	margin-bottom: 0
}

.form-model-settings__group-title {
	margin-bottom: 1.25rem
}

.form-model-settings__file-format {
	font-weight: 700;
	font-size: .875rem;
	line-height: 200%;
	color: #fff;
	display: flex;
	gap: .75rem;
	align-items: center
}

.form-model-settings__file-format::before {
	align-self: flex-start;
	flex-shrink: 0;
	font-size: 1.75rem;
	line-height: 1
}

.form-model-settings__line {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem
}

.form-model-settings__field {
	flex: 1 0 calc((100% - 2rem) / 2);
	min-width: 14.0625rem
}

.form-model-settings__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem
}

.form-model-settings__button:last-child {
	margin-left: auto
}

.form-model-settings > :last-child {
	margin-bottom: 0
}

.pagging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem
}

.pagging__arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .375rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	color: #1e1e1e;
	font-size: 1rem;
	transition: background-color .3s ease, color .3s ease
}

.pagging__arrow_prev::before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.pagging__arrow.disabled {
	cursor: not-allowed;
	pointer-events: none;
	background: rgba(255, 255, 255, .04);
	color: #fff
}

.pagging__list {
	display: flex;
	gap: .5rem
}

.pagging__item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .375rem;
	padding: .3125rem;
	min-width: 2.5rem;
	height: 2.5rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%;
	color: var(--color-2);
	transition: background-color .2s ease, color .2s ease
}

.pagging__item._active {
	background-color: var(--color-1);
	color: var(--color-8);
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .8s ease 0s;
	pointer-events: none;
	z-index: 149
}

.popup-show body::after {
	opacity: 1
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.popup__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform .3s ease 0s;
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
	padding: 2.5rem;
	width: 100%;
	max-width: 40rem;
	border-radius: .375rem;
	background-color: var(--color-white);
	box-shadow: 0 0 16px 8px rgb(0, 0, 0, 0.2);
}

.lock .popup__content {
	visibility: visible
}

.popup_auth .popup__content {
	max-width: 40rem
}

.popup_auth-error .popup__content, .popup_auth-successful .popup__content {
	max-width: 40.9375rem
}

.popup_status .popup__content {
	width: auto;
	max-width: 58.4375rem
}

.popup_review .popup__content {
	max-width: 58.4375rem
}

.header-popup {
	display: flex;
	flex-direction: column
}

.header-popup > * {
	margin-bottom: 1.25rem
}

.header-popup > :last-child {
	margin-bottom: 0
}

.header-popup__top {
	display: flex;
	gap: 1rem
}

.header-popup__title {
	flex: 1
}

.popup_auth-error .header-popup__title, .popup_status-error .header-popup__title {
	color: var(--error)
}

.popup_auth-successful .header-popup__title, .popup_status-successful .header-popup__title {
	color: var(--success)
}

.popup_review .header-popup__title {
	max-width: 35.625rem
}

.header-popup__close {
	align-self: flex-start;
	margin-left: auto;
	width: 1.5rem;
	color: var(--color-3);
	line-height: 122%;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.header-popup__close::before {
	font-size: 1.5rem;
	line-height: 1
}

.header-popup__text {
	margin-bottom: 2rem;
	color: var(--color-4);
}

.popup_status .header-popup__text {
	max-width: 43.4375rem
}

.popup_review .header-popup__text {
	max-width: 40.625rem
}

.header-popup__buttons {
	display: flex;
	justify-content: space-between
}

.header-popup__button:last-child {
	margin-left: auto
}

.popup__content > * {
	margin-bottom: 2rem
}

.popup__content > :last-child {
	margin-bottom: 0
}

.popup__close {
	position: absolute;
	top: .875rem;
	right: .875rem;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 0;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.spollers {
	display: grid;
	gap: 15px
}

.spollers__item {
	font-size: 1.25rem
}

.spollers__title {
	width: 100%;
	cursor: default;
	text-align: left;
	border: 1px solid #eee;
	padding: .625rem .9375rem;
	border-radius: .3125rem;
	position: relative
}

._spoller-init .spollers__title {
	cursor: pointer
}

._spoller-init .spollers__title::after {
	content: "";
	transition: -webkit-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title._spoller-active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.spollers__body {
	padding: 1.25rem;
	border-radius: .3125rem;
	border: 1px solid #eee
}

.spoller-item__title {
	width: 100%;
	cursor: default;
	text-align: left;
	padding: .75rem 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 133%;
	text-transform: uppercase;
	color: var(--color-2);
}

._spoller-init .spoller-item__title {
	cursor: pointer;
	transition: color .2s ease
}

._spoller-init .spoller-item__title::before {
	flex-shrink: 0;
	order: 1;
	font-size: 1.75rem;
	line-height: 1
}

._spoller-init .spoller-item__title._spoller-active::before {
	content: ""
}

.spoller-item__body {
	line-height: 143%;
	padding-bottom: .75rem
}

:root {
	--load: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 50 50%27 xml:space=%27preserve%27%3E%3Cpath fill=%27%23000%27 d=%27M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z%27%3E%3C/path%3E%3C/svg%3E")
}

.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(158, 157, 157, .2)
}

.preloader::before {
	content: "";
	background-image: var(--load);
	background-repeat: no-repeat;
	background-size: 5rem;
	background-position: center;
	display: block;
	width: 5rem;
	height: 5rem;
	-webkit-animation: loader 1s linear infinite;
	animation: loader 1s linear infinite
}

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

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

.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.ibg_top {
	-o-object-position: top;
	object-position: top
}

.ibg_bottom {
	-o-object-position: bottom;
	object-position: bottom
}

.ibg_left {
	-o-object-position: left;
	object-position: left
}

.ibg_right {
	-o-object-position: right;
	object-position: right
}

.ibg_contain {
	-o-object-fit: contain;
	object-fit: contain
}

.select__scroll {
	-webkit-overflow-scrolling: touch
}

.select__scroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: .375rem
}

.select__scroll::-webkit-scrollbar-track {
	border-radius: .375rem;
	background: #8f8f8f
}

.select__scroll::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: .375rem
}

.select__scroll::-webkit-scrollbar-thumb:hover {
	background: #555
}

.categories, .model-settings__preview-images {
	-webkit-overflow-scrolling: touch
}

.categories::-webkit-scrollbar, .model-settings__preview-images::-webkit-scrollbar {
	-webkit-appearance: none;
	height: .25rem
}

.categories::-webkit-scrollbar-track, .model-settings__preview-images::-webkit-scrollbar-track {
	border-radius: .25rem;
	background: #383838;
	margin: 0 .9375rem
}

.categories::-webkit-scrollbar-thumb, .model-settings__preview-images::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: .25rem
}

.categories::-webkit-scrollbar-thumb:hover, .model-settings__preview-images::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, .7)
}

.reviews__container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem
}

.reviews__navigation {
	position: relative
}

.collection__container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem 1.25rem
}

.collection__header > * {
	margin-bottom: 2rem
}

.collection__header > :last-child {
	margin-bottom: 0
}

.collection__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
	gap: 2.5rem 2rem
}

.catalog__container > * {
	margin-bottom: 2rem
}

.catalog__container > :last-child {
	margin-bottom: 0
}

.catalog__header > * {
	margin-bottom: 2rem
}

.catalog__header > :last-child {
	margin-bottom: 0
}

.catalog__items {
	display: grid;
	grid-template-columns:repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 2.5rem
}

.catalog__pagging {
	grid-column: 1 / -1;
	justify-self: end;
}

.product__body {
	display: grid;
	gap: 1.5rem
}

.product__media {
	display: grid;
	grid-template-columns: 1fr 130px;
	gap: 16px;
}

.product__slider-product {
	max-height: 840px;
}

.product__slider-product:not(:last-child) {
	margin-bottom: 1rem
}

.product__content {
	grid-row: span 2
}

.product__description {
	align-self: start
}

.slider-product {
	position: relative;
	border-radius: .375rem
}

.product__slider-thumb {
	.swiper-wrapper {
		height: 100%;
		flex-direction: column;
	}

	.slider-thumb__slide {
		width: 100% !important;
		margin-bottom: 16px;
		max-width: 130px !important;
		height: 100% !important;
		max-height: 188px;
		flex-grow: 1;
		overflow: hidden;
		border-radius:  var(--radius);
	}
}

.slider-product__slide {
	height: 100%;
	border-radius:  var(--radius);
	overflow: hidden;
	background-color: #383838
}

.slider-product__slide img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.slider-product__navigation {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	justify-content: space-between;
	padding: 0 1rem
}

.slider-thumb__slide {
	cursor: pointer;
	border-radius: .375rem;
	overflow: hidden;
	position: relative;
	background-color: #383838
}

.slider-thumb__slide.swiper-slide-thumb-active::before {
	opacity: 1
}

.slider-thumb__slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(67, 71, 93, .2);
	backdrop-filter: blur(.25rem);
	opacity: 0;
	transition: opacity .1s ease
}

.slider-thumb__slide img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.content-product > * {
	margin-bottom: 2.5rem
}

.content-product__assets {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.content-product__price {
	color: var(--color-2);
	font-family: var(--second-family);
	font-size: 24px;
	font-weight: 700;
	line-height: 117%;
	text-transform: capitalize;

	p {
		margin-bottom: 0;
	}
}

.content-product__buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.content-product > :last-child {
	margin-bottom: 0
}

.order-summary {
	background-color: var(--color-9);
	border-radius: var(--radius);
	padding: 2rem;
	display: flex;
	flex-direction: column
}

.order-summary > * {
	margin-bottom: 1.25rem
}

.order-summary > :last-child {
	margin-bottom: 0
}

.order-summary__title {
	margin-bottom: 1.5rem
}

.order-summary__list {
	display: grid;
	gap: 1.25rem
}

.order-summary__line, .order-summary__total {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 1.25rem
}

.order-summary__line span:last-child, .order-summary__total span:last-child {
	color: var(--color-2);
	justify-self: end
}

.order-summary__line {
	font-size: 16px;
	line-height: 143%;
	color: var(--color-4);
}

.order-summary__total {
	margin: 20px 0 12px;
	padding-top: 1.25rem;
	border-top: 1px solid #E6EDF3;
}

.order-summary__info {
	margin-bottom: 20px;
	color: var(--color-4);
	font-size: 16px;
	font-weight: 400;
}

.order-summary__button {
	width: 100%;
	align-self: flex-end
}

.cart__title:not(:last-child) {
	margin-bottom: 2.5rem
}

.cart__body {
	display: flex;
	align-items: flex-start;
	gap: 2.5rem
}

.cart__items {
	flex: 1;
	display: grid;
	gap: 1.5rem
}

.checkout__body {
	display: flex;
	align-items: flex-start;
	gap: 2rem
}

.checkout__form {
	flex: 1
}

.account-aside {
	padding: 34px 0;
}

.account-aside__header {
	color: #fff
}

.account-aside__header > * {
	margin-bottom: .75rem
}

.account-aside__header > :last-child {
	margin-bottom: 0
}

.account-aside__email {
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%
}

.account-menu__list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.account-menu__item--warning {
	margin-left: auto;
}

.account__navigation-button,
.account-menu__link {
	padding: 15px 20px;
	font-size: 16px;
	color: var(--color-4);
	align-items: center;
	border-radius:  var(--radius);
	transition: all .2s ease;

	&:hover {
		color: var(--color-white);
		background-color: var(--color-2);
	}
}

.account__navigation-button._active,
.account-menu__link._active {
	color: var(--color-white);
	background-color: var(--color-2);
}

.account-menu__link--warning {
	color: var(--error);
	/*transition: all 0.2s ease;*/

	&:hover {
		color: var(--color-white);
		background-color: var(--error);
	}
}

.account__title:not(:last-child) {
	margin-bottom: 2rem
}

.account__body {
	display: flex;
	align-items: flex-start;
	gap: 2rem
}

.account__wrapper {
	flex: 1
}

.account__wrapper--row {
	display: flex;
	gap: 40px;

	.account__sell {
		width: 50%;
	}
}

.account__wrapper > * {
	margin-bottom: 2rem
}

.account__wrapper > :last-child {
	margin-bottom: 0
}

.account__purchased-items {
	display: grid;
	gap: 1.25rem
}

.account__collection-items {
	display: grid;
	gap: 1.25rem
}

.account__navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem
}

.account__balance {
	display: grid;
	gap: 2rem
}

.balance-account {
	border-radius:  var(--radius);
	padding: 1.5rem 1rem;
	background-color: var(--color-9);

	.field__input {
		background-color: var(--color-white);
	}
}

.balance-account__top {
	display: grid;
	gap: 1rem
}

.balance-account__top:not(:last-child) {
	margin-bottom: 1.5rem
}

.balance-account__title-balance {
	display: flex;
	align-items: center;
	gap: .5rem
}

.balance-account__title-balance::before {
	font-size: 1.5rem;
	line-height: 1
}

.balance-account__list {
	display: grid;
	gap: 1rem
}

.balance-account__list:not(:last-child) {
	margin-bottom: 2rem
}

.balance-account__line {
	font-size: 16px;
	color: var(--color-4);
}

.balance-account__line span {
	color: #fff
}

.account-sell > * {
	margin-bottom: 1.5rem
}

.account-sell__upload-progress {
	max-width: 36.25rem;
	margin-left: auto
}

.account-sell > :last-child {
	margin-bottom: 0
}

.model-settings__title:not(:last-child) {
	margin-bottom: 2.5rem
}

.model-settings__body {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem
}

.model-settings__preview-images {
	display: flex;
	gap: 1.5rem 1rem
}

.model-settings__form {
	flex: 1
}

.section-error {
	display: flex;
	flex-direction: column
}

.section-error__container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}

.section-error__container > * {
	margin-bottom: 1.25rem
}

.section-error__container > :last-child {
	margin-bottom: 0
}

.section-error__title {
	color: var(--error);
	text-wrap: balance
}

.section-error__text {
	max-width: 35.9375rem;
	margin-bottom: 1.5rem;
	color: var(--color-4);
}

.legal__title:not(:last-child) {
	margin-bottom: 2.5rem
}

.legal__body {
	font-weight: 700;
	font-size: .875rem;
	line-height: 143%;
	color: #8f8f8f
}

.legal__body > * {
	margin-bottom: 1rem
}

.legal__body h1, .legal__body h2, .legal__body h3, .legal__body h4, .legal__body h5, .legal__body h6 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 117%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 2.25rem
}

.legal__body a {
	color: #fff;
	display: inline;
	text-decoration: underline
}

.legal__body a:hover {
	text-decoration: none
}

.legal__body > :last-child {
	margin-bottom: 0
}

.page_error {
	display: flex;
	flex-direction: column
}

.page__section-error {
	flex: 1
}

.swiper {
	min-width: 0;
	overflow: hidden;
}

.swiper-initialized {
	touch-action: pan-y
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	min-width: 0;
	box-sizing: content-box;
	display: flex;
	position: relative
}

.swiper-vertical .swiper-wrapper {
	flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start
}

.swiper-initialized .swiper-slide {
	flex-shrink: 0
}

.swiper-android .swiper-slide, .swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
	display: none !important
}

.wc-pc-image {
	height: 220px !important;
}

@media (min-width: 768px) {
	.form-checkout__group {
		padding: 1.5rem 1rem
	}

	.form-settings {
		padding: 1.5rem 1rem
	}

	.form-model-settings {
		padding: 2rem
	}

	.reviews__container {
		display: grid;
		grid-template-columns:1fr auto;
		gap: 2.5rem 1.25rem
	}

	.reviews__slider {
		grid-column: span 2
	}

	.reviews__navigation {
		grid-column: 2/3;
		grid-row: 1/2;
		align-self: end
	}

	.slider-reviews {
		overflow: hidden
	}

	.product__body {
		gap: 2.5rem
	}

	.cart__order-summary {
		flex: 0 0 33.6826347305%;
		min-width: 18.75rem;
		position: sticky;
		top: 9.375rem
	}

	.checkout__order-summary {
		flex: 0 0 33.6826347305%;
		min-width: 18.75rem;
		position: sticky;
		top: 9.375rem
	}

	.balance-account {
		padding: 2rem
	}

	.model-settings__preview-images {
		flex-direction: column;
		flex: 0 0 34.1317365269%;
		min-width: 18.75rem
	}
}

@media (min-width: 1024px) {
	.categories__items {
		flex-wrap: wrap
	}

	.item-cart__delete, .item-cart__status {
		grid-column: 2/3;
		grid-row: 1/-1
	}

	.item-purchased__price {
		text-align: right
	}

	.form-checkout__group {
		padding: 2.5rem
	}

	.form-settings {
		padding: 2.5rem
	}

	.collection__container {
		display: grid;
		grid-template-columns:1fr auto
	}

	.collection__items {
		grid-column: span 2
	}

	.collection__button {
		grid-column: 2/3;
		grid-row: 1/2;
		align-self: end
	}

	.product__body {
		grid-template-columns:49.1766467066% 46.3323353293%;
		grid-template-rows:auto 1fr
	}
}

@media (min-width: 1366px) {
	.title {
		font-size: 3rem;
	}

	.item-cart__price, .item-cart__title {
		font-size: 1.5rem
	}

	.item-purchased__title {
		font-size: 1.5rem
	}

	.item-purchased__price {
		font-size: 1.25rem
	}

	.product-review__title {
		font-size: 1.5rem
	}

	.header-popup__close {
		font-size: 2.25rem
	}

	.reviews__container {
		padding-top: 2.5rem
	}

	.reviews__container {
		padding-bottom: 3.75rem
	}

	.collection__container {
		padding-top: 3.75rem
	}

	.collection__container {
		padding-bottom: 3.75rem
	}

	.catalog__container {
		padding-top: 3.25rem
	}

	.catalog__container {
		padding-bottom: 3.25rem
	}

	.product__container {
		padding-top: 3.25rem
	}

	.product__container {
		padding-bottom: 2.5rem
	}

	.product__body {
		gap: 3.75rem
	}

	.cart__container {
		padding-top: 3.25rem
	}

	.cart__container {
		padding-bottom: 3.25rem
	}

	.checkout__container {
		padding-top: 3.25rem
	}

	.checkout__container {
		padding-bottom: 3.25rem
	}

	.account__container {
		padding-top: 3.25rem
	}

	.account__container {
		padding-bottom: 3.25rem
	}

	.model-settings__container {
		padding-top: 3.25rem
	}

	.model-settings__container {
		padding-bottom: 3.25rem
	}

	.section-error__container {
		padding-top: 3.25rem
	}

	.section-error__container {
		padding-bottom: 3.25rem
	}

	.legal__container {
		padding-top: 3.25rem
	}

	.legal__container {
		padding-bottom: 3.25rem
	}
}

@media (max-width: 1366px) {
	.item-cart {
		padding: 1.5rem 1rem;
		gap: 1.5rem
	}

	.item-purchased {
		padding: 1.5rem 1rem;
		gap: 1.5rem
	}

	.product-review {
		gap: 1.5rem
	}

	.cart__body {
		gap: 2rem
	}
}

@media (max-width: 1024px) {
	.account__wrapper--row {
		flex-direction: column;

		.account__sell {
			width: 100%;
		}
	}

	.button-more {
		width: 100%;
	}

	.categories {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: .625rem;
		margin-left: -.9375rem;
		margin-right: -.9375rem;
		padding-right: .9375rem;
		padding-left: .9375rem
	}

	.categories__items {
		/*width: -webkit-max-content;*/
		/*width: max-content;*/
		padding-right: 15px
	}

	.item-cart__title {
		grid-column: 1/-1
	}

	.item-cart__price {
		align-self: center
	}

	.item-purchased__content {
		row-gap: 1rem;
		grid-template-columns:1fr;
		justify-items: start
	}

	.product__body {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.product__media {
		width: 100%;
		max-width: 100%;
	}

	.product__container {
		max-width: calc(47.9375rem + 30px)
	}

	.item-catalog__image,
	.wc-pc-image {
		height: auto !important;
	}
}

@media (max-width: 768px) {
	.product__media {
		display: block;
	}

	.product__slider-product {
		height: 50vh
	}

	.product__slider-thumb {
		.swiper-wrapper {
			height: 100%;
			flex-direction: row;
		}

		.slider-thumb__slide {
			width: auto !important;
		}
	}

	.content-product__assets {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;

		.content-product__buttons {
			align-self: flex-end;
		}
	}

	.item-catalog {
		padding: 16px;
		gap: 1.875rem
	}

	.item-catalog__content > * {
		margin-bottom: 1.5rem
	}

	.item-catalog__title {
		margin-bottom: 1.5rem
	}

	.item-review {
		padding: 1.5rem 1rem
	}

	.item-purchased__content {
		row-gap: .5rem
	}

	.file-preview__top {
		padding: .625rem 1rem
	}

	.file-preview__filename {
		font-size: .75rem
	}

	.amount-options {
		gap: .5rem
	}

	.pagging {
		gap: .5rem
	}

	.pagging__arrow {
		width: 2.25rem;
		height: 2.25rem
	}

	.pagging__item {
		min-width: 2.25rem;
		height: 2.25rem
	}

	.popup__content {
		padding: 2.5rem 1.5rem
	}

	.slider-reviews__slide {
		width: 18.75rem
	}

	.collection__items {
		grid-template-columns: 1fr;
		gap: 1.5rem 1rem;
	}

	.catalog__items {
		gap: 1.5rem 1rem
	}

	.cart__body {
		flex-direction: column;
		align-items: stretch
	}

	.cart__items {
		gap: 1.25rem
	}

	.checkout__body {
		flex-direction: column;
		align-items: stretch
	}

	.account-aside {
		gap: 1.875rem
	}

	.account-menu__groop:last-child {
		margin-top: 1.875rem
	}

	.account__body {
		flex-direction: column;
		align-items: stretch
	}

	.model-settings__body {
		flex-direction: column;
		align-items: stretch
	}

	.model-settings__preview-images {
		overflow-x: auto;
		margin-left: -.9375rem;
		margin-right: -.9375rem;
		padding-right: .9375rem;
		padding-left: .9375rem;
		padding-bottom: .625rem
	}

	.model-settings__preview-image {
		flex: 1 1 18.75rem;
		min-width: 15.625rem
	}
}

@media (max-width: 479px) {
	.item-cart_collection .item-cart__content {
		gap: .625rem
	}

	.item-cart__status {
		grid-column: 1/-1;
		justify-self: start;
		margin-top: .375rem
	}

	.item-purchased__button {
		margin-top: .5rem
	}

	.form-review__item-review {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 375px) {
	.title {
		font-size: 1.875rem
	}

	.item-cart__price, .item-cart__title {
		font-size: .875rem
	}

	.item-purchased__title {
		font-size: .875rem
	}

	.item-purchased__price {
		font-size: .875rem
	}

	.product-review__title {
		font-size: .875rem
	}

	.header-popup__close {
		font-size: 1.875rem
	}

	.reviews__container {
		padding-top: 2.1875rem
	}

	.reviews__container {
		padding-bottom: 2.1875rem
	}

	.collection__container {
		padding-top: 2.1875rem
	}

	.collection__container {
		padding-bottom: 2.1875rem
	}

	.catalog__container {
		padding-top: 2.1875rem
	}

	.catalog__container {
		padding-bottom: 2.1875rem
	}

	.product__container {
		padding-top: 2.1875rem
	}

	.product__container {
		padding-bottom: 2.1875rem
	}

	.cart__container {
		padding-top: 2.1875rem
	}

	.cart__container {
		padding-bottom: 2.1875rem
	}

	.checkout__container {
		padding-top: 2.1875rem
	}

	.checkout__container {
		padding-bottom: 2.1875rem
	}

	.account__container {
		padding-top: 2.1875rem
	}

	.account__container {
		padding-bottom: 2.1875rem
	}

	.model-settings__container {
		padding-top: 2.1875rem
	}

	.model-settings__container {
		padding-bottom: 2.1875rem
	}

	.section-error__container {
		padding-top: 2.1875rem
	}

	.section-error__container {
		padding-bottom: 2.1875rem
	}

	.legal__container {
		padding-top: 2.1875rem
	}

	.legal__container {
		padding-bottom: 2.1875rem
	}
}

@media (min-width: 375px)and (max-width: 1366px) {
	.title {
		font-size: clamp(1.875rem, 1.7330978809rem + .6054490414vw, 2.25rem)
	}

	.item-cart__price, .item-cart__title {
		font-size: clamp(.875rem, .6384964682rem + 1.0090817356vw, 1.5rem)
	}

	.item-purchased__title {
		font-size: clamp(.875rem, .6384964682rem + 1.0090817356vw, 1.5rem)
	}

	.item-purchased__price {
		font-size: clamp(.875rem, .7330978809rem + .6054490414vw, 1.25rem)
	}

	.product-review__title {
		font-size: clamp(.875rem, .6384964682rem + 1.0090817356vw, 1.5rem)
	}

	.header-popup__close {
		font-size: clamp(1.875rem, 1.7330978809rem + .6054490414vw, 2.25rem)
	}

	.reviews__container {
		padding-top: clamp(2.1875rem, 2.0692482341rem + .5045408678vw, 2.5rem)
	}

	.reviews__container {
		padding-bottom: clamp(2.1875rem, 1.5962411705rem + 2.5227043391vw, 3.75rem)
	}

	.collection__container {
		padding-top: clamp(2.1875rem, 1.5962411705rem + 2.5227043391vw, 3.75rem)
	}

	.collection__container {
		padding-bottom: clamp(2.1875rem, 1.5962411705rem + 2.5227043391vw, 3.75rem)
	}

	.catalog__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.catalog__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.product__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.product__container {
		padding-bottom: clamp(2.1875rem, 2.0692482341rem + .5045408678vw, 2.5rem)
	}

	.cart__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.cart__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.checkout__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.checkout__container {
		padding-inline: 0;
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.account__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.account__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.model-settings__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.model-settings__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.section-error__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.section-error__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.legal__container {
		padding-top: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}

	.legal__container {
		padding-bottom: clamp(2.1875rem, 1.785443996rem + 1.7154389506vw, 3.25rem)
	}
}

@media (any-hover: hover) {
	.categories__link:hover {
		background-color: var(--color-2);
		color: var(--color-8);
	}

	.item-catalog__image:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	.item-catalog__title:hover {
		opacity: .7
	}

	.item-cart__image:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	.item-cart__title:hover {
		opacity: .7
	}

	.item-cart__delete:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		color: var(--error)
	}

	.item-purchased__image:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	.item-purchased__title:hover {
		opacity: .7
	}

	.navigation__button:not([disabled]):hover {
		background-color: rgba(255, 255, 255, .7);
		color: #1e1e1e
	}

	.upload-progress__delete:hover {
		color: var(--error);
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	.file-preview__delete:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		color: var(--error)
	}

	.button:hover, .upload-button:hover {
		background-color: rgba(255, 255, 255, .7)
	}

	.button_grey:hover {
		background-color: rgba(56, 56, 56, .7) !important
	}

	.amount-options__label:hover {
		background-color: #fff;
		color: #1e1e1e
	}

	.select__option:hover {
		color: var(--color-2);
	}

	[data-rating=set] .rating__items:hover .rating__item {
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2MTUgNi4zNDEwNEMxNC43MjgxIDYuMDA3NzEgMTQuNDYxNSA1LjYwNzcxIDE0LjEyODEgNS42MDc3MUwxMC4zMjgxIDUuMDc0MzdMOC41OTQ3OSAxLjYwNzcxQzguNTI4MTIgMS40NzQzNyA4LjQ2MTQ2IDEuNDA3NzEgOC4zMjgxMiAxLjM0MTA0QzcuOTk0NzkgMS4xNDEwNCA3LjU5NDc5IDEuMjc0MzcgNy4zOTQ3OSAxLjYwNzcxTDUuNzI4MTIgNS4wNzQzN0wxLjkyODEzIDUuNjA3NzFDMS43MjgxMyA1LjYwNzcxIDEuNTk0NzkgNS42NzQzNyAxLjUyODEyIDUuODA3NzFDMS4yNjE0NiA2LjA3NDM3IDEuMjYxNDYgNi40NzQzNyAxLjUyODEyIDYuNzQxMDRMNC4yNjE0NiA5LjQwNzcxTDMuNTk0NzkgMTMuMjA3N0MzLjU5NDc5IDEzLjM0MSAzLjU5NDc5IDEzLjQ3NDQgMy42NjE0NiAxMy42MDc3QzMuODYxNDYgMTMuOTQxIDQuMjYxNDYgMTQuMDc0NCA0LjU5NDc5IDEzLjg3NDRMNy45OTQ3OSAxMi4wNzQ0TDExLjM5NDggMTMuODc0NEMxMS40NjE1IDEzLjk0MSAxMS41OTQ4IDEzLjk0MSAxMS43MjgxIDEzLjk0MUMxMS43OTQ4IDEzLjk0MSAxMS43OTQ4IDEzLjk0MSAxMS44NjE1IDEzLjk0MUMxMi4xOTQ4IDEzLjg3NDQgMTIuNDYxNSAxMy41NDEgMTIuMzk0OCAxMy4xNDFMMTEuNzI4MSA5LjM0MTA0TDE0LjQ2MTUgNi42NzQzN0MxNC41OTQ4IDYuNjA3NzEgMTQuNjYxNSA2LjQ3NDM3IDE0LjY2MTUgNi4zNDEwNFoiIGZpbGw9IiNGRDdFMTQiLz4KPC9zdmc+Cg==) 0 0/var(--rating-width, 1rem) no-repeat
	}

	[data-rating=set] .rating__item:hover ~ .rating__item {
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDcxMjkgMS43Njk1M0w4LjA4NjkxIDEuNzc5M0w4LjEwNDQ5IDEuNzg4MDlDOC4xNDEgMS44MDYzNCA4LjE0MTEgMS44MTEwMyA4LjEzMjgxIDEuODAyNzNDOC4xMjQ3NCAxLjc5NDYxIDguMTI5NDIgMS43OTUwMSA4LjE0NzQ2IDEuODMxMDVMOS44ODA4NiA1LjI5Nzg1TDkuOTk4MDUgNS41MzMyTDEwLjI1ODggNS41NjkzNEwxNC4wNTg2IDYuMTAyNTRMMTQuMDkyOCA2LjEwNzQySDE0LjEwNzRDMTQuMTEzOCA2LjExMjMyIDE0LjEyNTIgNi4xMjEzNyAxNC4xMzY3IDYuMTM3N0MxNC4xNTE1IDYuMTU4NyAxNC4xNjI0IDYuMTgzNDkgMTQuMTY4IDYuMjA2MDVDMTQuMTczNCA2LjIyODQ0IDE0LjE3MTMgNi4yNDExMSAxNC4xNzA5IDYuMjQzMTZMMTQuMTY3IDYuMjYxNzJMMTQuMTEyMyA2LjMxNjQxTDExLjM3ODkgOC45ODM0TDExLjE5MDQgOS4xNjY5OUwxMS4yMzU0IDkuNDI3NzNMMTEuOTAxNCAxMy4yMjI3VjEzLjIyMzZDMTEuOTE5OCAxMy4zMzUxIDExLjg1NiAxMy40MTQ2IDExLjc4NjEgMTMuNDQxNEgxMS43Mjg1QzExLjY5MzggMTMuNDQxNCAxMS42NjgzIDEzLjQ0MTIgMTEuNjQ1NSAxMy40NDA0TDExLjY0MjYgMTMuNDM5NUwxMS42Mjg5IDEzLjQzMjZMOC4yMjg1MiAxMS42MzI4TDcuOTk1MTIgMTEuNTA4OEw3Ljc2MDc0IDExLjYzMjhMNC4zNjEzMyAxMy40MzI2TDQuMzQ4NjMgMTMuNDM4NUw0LjMzNzg5IDEzLjQ0NTNDNC4yOTU1NyAxMy40NzA3IDQuMjU3ODEgMTMuNDcyOCA0LjIyMTY4IDEzLjQ2MTlDNC4xODYwNSAxMy40NTEyIDQuMTQyNiAxMy40MjM2IDQuMTA1NDcgMTMuMzcyMUM0LjEwMzc5IDEzLjM2NjEgNC4xMDExNSAxMy4zNTggNC4wOTk2MSAxMy4zNDU3QzQuMDk2NDQgMTMuMzIwNCA0LjA5NTk1IDEzLjI5MTcgNC4wOTU3IDEzLjI0MjJMNC43NTM5MSA5LjQ5NDE0TDQuNzk5OCA5LjIzNDM4TDQuNjEwMzUgOS4wNDk4TDEuODgwODYgNi4zODY3MkMxLjgzODk4IDYuMzQ0NDcgMS44MjgxMyA2LjMwNDExIDEuODI4MTIgNi4yNzQ0MUMxLjgyODEyIDYuMjQ0NTMgMS44MzkyOCA2LjIwMzY5IDEuODgxODQgNi4xNjExM0wxLjkzNTU1IDYuMTA3NDJIMS45NjI4OUwxLjk5ODA1IDYuMTAyNTRMNS43OTc4NSA1LjU2OTM0TDYuMDYyNSA1LjUzMjIzTDYuMTc4NzEgNS4yOTEwMkw3LjgzMTA1IDEuODUzNTJDNy44Njk2MyAxLjc5NDk3IDcuOTE3MDcgMS43NjQzMyA3Ljk1NTA4IDEuNzUyOTNDNy45OTExOSAxLjc0MjExIDguMDI4OTkgMS43NDQxNSA4LjA3MTI5IDEuNzY5NTNaIiBzdHJva2U9IiNGRDdFMTQiLz4KPC9zdmc+Cg==) 0 0/var(--rating-width, 1rem) no-repeat
	}

	[data-rating=set] .rating__item:hover ~ .rating__item span {
		display: none
	}

	.pagging__arrow:hover {
		background-color: rgba(255, 255, 255, .7)
	}

	.pagging__item:hover {
		background-color: var(--color-2);
		color: var(--color-8);
	}

	.header-popup__close:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	.popup__close:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	/*._spoller-init .spoller-item__title:hover {*/
	/*	color: rgba(255, 255, 255, .7)*/
	/*}*/

	.slider-thumb__slide:hover::before {
		opacity: 1
	}

	.account-menu__groop:last-child .account-menu__link:hover {
		color: var(--error)
	}

	.account-menu__link:hover {
		color: #fff
	}
}


.page-content {
	h1, h2, h3, h4, h5, h6 {
		margin: 32px 0 16px;
		color: var(--color-2);
		font-weight: 700;
	}

	h1 {
		font-size: clamp(2rem, 0.0994rem + 4.6784vw, 3rem);
	}

	h2 {
		font-size: clamp(1.625rem, 0.9123rem + 1.7544vw, 2rem);
	}

	h3 {
		font-size: clamp(1.5rem, 0.7873rem + 1.7544vw, 1.875rem);
	}

	p, ul, ol, dl {
		color: var(--color-4);
		font-size: 16px;
		line-height: 1.5;
	}
	
	a {
		color: var(--color-2);
	}

	ul, ol {
		margin: 0 0 0 32px;

		li {
			list-style-type: disc;
		}
	}
}

#address-response:not(:empty).success,
#password-response:not(:empty).success {
	color: var(--success);
}