
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 3 versions
*/

@charset "utf-8";
@import url("./fonts.css");
@import url("./variables.css");

body {
	width: 100%;
	margin: 0;
	background-color: var(--color-background);
	color: var(--color-text-primary);
	font-family: var(--font-family);
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: -0.03rem;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.visually-hidden {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	margin: -0.0625rem;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

li,
ul {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

b {
	font-weight: bolder;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code,
pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	colorff: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
	background: none;
	padding: 0;
	font-family: inherit;
}

button,
input {
	overflow: visible;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}
mark {
    background-color: #2467e0;
    padding: 0 .4rem;
    color: white;
    letter-spacing: .1px;
}
button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -0.125rem;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
}

.h1,
h1 {
	font-size: 2.5rem;
}

.h2,
h2 {
	font-size: 2rem;
}

.h3,
h3 {
	font-size: 1.75rem;
}

.h4,
h4 {
	font-size: 1.5rem;
}

.h5,
h5 {
	font-size: 1.25rem;
}

.h6,
h6 {
	font-size: 1rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.page--offset {
	padding-top: var(--header-height);
}

.container {
	width: 100%;
	padding: 0 var(--container-padding);
	margin: 0 auto;
}

.container--sm {
	padding: 0 var(--container-padding-sm);
}

.container--xs {
	padding: 0 var(--container-padding-xs);
}

.button {
	--btn-height: 4.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.5rem;
	height: var(--btn-height);
	padding: 0 1.25rem;
	border-radius: 0.5rem;
	font-family: var(--font-family-tertiary);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: var(--btn-height);
	cursor: pointer;
	border: none;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.button--accent.fullwidth {
    width: 100%;
}

.button--primary {
	background: var(--color-text-primary);
	color: var(--black-100);
}

.button--sm {
	--btn-height: 3.4375rem;
}

.button--secondary {
	background: transparent;
	border: 0.0625rem solid var(--color-border);
	background: var(--white-10);
	color: var(--color-text-primary);
}

.title {
	font-family: var(--font-family-tertiary);
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.0748rem;
	text-transform: uppercase;
}

.label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem;
	border: 0.0625rem solid var(--color-border);
	background-color: var(--white-10);
	border-radius: 3.625rem;
	font-weight: 600;
	letter-spacing: -0.03rem;
	text-transform: uppercase;
	color: var(--color-text-primary);
}

.label--dark {
	background-color: var(--black-100);
	color: var(--color-text-primary);
}

.play-button {
	--button-size: 6.625rem;
	position: relative;
}

.play-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/catalog/view/theme/default/image/play.svg) no-repeat center / 2.1875rem 2.5rem;
	pointer-events: none;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.play-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--button-size);
	height: var(--button-size);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(0.25rem);
	backdrop-filter: blur(0.25rem);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.play-button:active::after {
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	-ms-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9);
}

.play-button:active::before {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

/* Swiper space between */
.swiper-container {
	--slider-gap: 1.5rem;
	margin-left: calc(var(--slider-gap) / -2);
	margin-right: calc(var(--slider-gap) / -2);
}

.swiper-slide {
	padding-left: calc(var(--slider-gap) / 2);
	padding-right: calc(var(--slider-gap) / 2);
}

/* Header */
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--header-height);
	padding: 3.75rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.header.scrolled {
	height: var(--header-height-scrolled);
	padding: 1.25rem 0;
	background-color: var(--color-header-background);
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4.3125rem;
}

.header__logo-img {
	width: 16.4375rem;
	height: 2rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.header__nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	margin-right: 5.625rem;
}

.header__catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	font-family: var(--font-family-secondary);
	color: var(--color-text-primary);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.0175rem;
	line-height: 0.9;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.header__menu-icon,
.header__catalog-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.25rem;
	flex: 0 0 1.25rem;
	width: 1.25rem;
	height: 0.75rem;
	-o-object-fit: contain;
	object-fit: contain;
	color: var(--color-accent);
}

.header__menu-icon {
	color: inherit;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.125rem;
	list-style: none;
}

.header__menu-link {
	display: inline-block;
	padding: 0.3125rem 0;
	font-family: var(--font-family-secondary);
	color: var(--color-text-primary);
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.0175rem;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.header__action-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem;
	border: 0.0625rem solid var(--color-text-primary);
	border-radius: .8rem;
	background: transparent;
	color: var(--color-text-primary);
	cursor: pointer;
	font-size: .8rem;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.header__compare-btn {
    color: var(--color-text-primary);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(0 0 0 / 40%);
}

.header__compare-btn:hover {
    background: rgb(0 0 0 / 65%) !important;
}

.header__action-btn-indicator {
	width: 1.125rem;
	height: 1.125rem;
	background-color: var(--color-accent-green);
	border-radius: 50%;
}
.header {
	padding: 0;
}

.header.scrolled {
	padding: 0;
}

/* -------------------------------- */

.menu-open .header__catalog-icon,
.header__catalog-close-icon {
	display: none;
}

.header__catalog-close-icon {
	--icon-size: 1.25rem;
	width: var(--icon-size);
	height: var(--icon-size);
	color: var(--color-accent);
}

.menu-open .header__catalog-close-icon {
	display: block;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(0.125rem);
	backdrop-filter: blur(0.125rem);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity var(--transition-base), visibility var(--transition-base);
	-o-transition: opacity var(--transition-base), visibility var(--transition-base);
	transition: opacity var(--transition-base), visibility var(--transition-base);
}

.menu-open .overlay {
	opacity: 1;
	visibility: visible;
}

.header__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4.3125rem;
	width: 100%;
	padding: 3.75rem 0;
	-webkit-transition: padding var(--transition-base);
	-o-transition: padding var(--transition-base);
	transition: padding var(--transition-base);
}

.scrolled .header__wrapper {
	padding: 1.25rem 0;
}

.word-break {
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.menu {
	--menu-top-offset: -0.6875rem;
	position: absolute;
	top: calc(100% + var(--menu-top-offset));
	left: 0;
	width: 100%;
	z-index: 100;
	background: var(--white-100);
	border: 0.0625rem solid #5c5c5c;
	border-radius: 1.875rem;
	color: var(--black-100);
	font-family: var(--font-family-quaternary);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 120%;
	letter-spacing: initial;
	color: var(--black-100);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity var(--transition-base), visibility var(--transition-base);
	-o-transition: opacity var(--transition-base), visibility var(--transition-base);
	transition: opacity var(--transition-base), visibility var(--transition-base);
}
.scrolled .menu {
	--menu-top-offset: 0rem;
}

.menu-open .menu {
	opacity: 1;
	visibility: visible;
}

.menu__container {
	--window-height: 100dvh;
	--header-full-height: var(--header-height);
	overflow-y: auto;
	max-height: calc(
		var(--window-height, 100vh) - var(--header-full-height) - var(--menu-top-offset) - 0.625rem
	);
	padding: 1.9375rem 2.5rem;
}

.scrolled .menu__container {
	--header-full-height: var(--header-height-scrolled);
}

.menu__container::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.menu__container::-webkit-scrollbar-track {
	background: transparent;
}

.menu__container::-webkit-scrollbar-thumb {
	background: transparent;
}

.menu__container::-webkit-scrollbar-thumb:hover {
	background: transparent;
}

.menu__container {
	scrollbar-width: none;
}

.menu__container {
	-ms-overflow-style: none;
}

.menu__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3.0625rem;
}

.menu-search {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu-search-label {
	position: absolute;
	top: 50%;
	left: 1.25rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-search-icon {
	--search-icon-size: 1.4375rem;
	width: var(--search-icon-size);
	height: var(--search-icon-size);
}

.menu-search-input {
	width: 100%;
	padding: 0.8125rem 1.25rem 0.6875rem 3.4375rem;
	font-family: var(--font-family-quaternary);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black-100);
	border: 0.0625rem solid #3d3d3d;
	border-radius: 1.875rem;
	background: transparent;
}

.menu-search-input::-webkit-input-placeholder {
	color: #808080;
}

.menu-search-input::-moz-placeholder {
	color: #808080;
}

.menu-search-input:-ms-input-placeholder {
	color: #808080;
}

.menu-search-input::-ms-input-placeholder {
	color: #808080;
}

.menu-search-input::placeholder {
	color: #808080;
}

.menu-search-input:focus {
	outline: 0;
}
.menu-search-suggestions {
    position: absolute;
    background: rgb(255 255 255 / 35%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 1rem;
    list-style: none;
    z-index: 4;
    width: 100%;
    margin-top: .2rem;
    max-height: 29rem;
    overflow-y: auto; 
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.menu-search-suggestions::-webkit-scrollbar { display: none; }

.menu-search-suggestions__close {
    position: absolute;
    top: 4rem;
    right: -2rem;
    z-index: 4;
    color: black;
    font-size: 2rem;
    transition: .2s .1s;
}

.menu-search-suggestions__close:hover {
    transform: rotate(180deg);
}

.menu-search-suggestions__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .4rem;
    padding: .2rem .5rem;
    border-radius: .7rem;
    transition: .2s;
}

.menu-search-suggestions__link:hover {
    background: rgb(33 33 33 / 11%);
}

.menu-search-suggestions__img {
    width: 3.5rem;
    background: white;
    overflow: hidden;
    border-radius: 1rem;
}

.menu-search-suggestions__text {font-size: 1.1rem;width: 100%;display: flex;justify-content: space-between;align-items: center;}

.menu-search-suggestions__price {
    background: #2467e0;
    color: white;
    padding: .5rem 1rem;
    border-radius: .4rem;
}
.menu__header-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.375rem;
}

.menu__header-nav-item {
	list-style: none;
}

.menu__header-nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.main-catalog {
    background: var(--color-accent);
    border-radius: 1rem;
    padding: 0 1rem;
    color: white;
    gap: 1rem;
}

.main-catalog svg {
    fill: white;
}

.main-catalog:hover svg {
    fill: var(--color-accent);
}

.main-catalog:hover {
    /* color: white; */
    background: white;
}

.menu__header-nav-icon {
	--icon-size: 2.5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.menu__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 27.1875rem 3.25rem 1fr;
	grid-template-columns: 27.1875rem 1fr;
	gap: 3.25rem;
	margin: 3.25rem 0 0;
}

.menu__services {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.5rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
	padding: 2.5rem;
	border-radius: 1.875rem;
	background: #f8f6fb;
}

.menu__services-item {
	list-style: none;
}

.menu__services-card {
	position: relative;
	height: 100%;
	-webkit-transition: background var(--transition-base);
	-o-transition: background var(--transition-base);
	transition: background var(--transition-base);
}

.menu__services-card::before {
	--top-offset: -1.0625rem;
	--left-offset: -1.25rem;
	--bottom-offset: -1.0625rem;
	--right-offset: -1.25rem;
	content: "";
	position: absolute;
	inset: var(--top-offset) var(--right-offset) var(--bottom-offset) var(--left-offset);
	z-index: 1;
	background: var(--white-100);
	border-radius: 1.25rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity var(--transition-base), visibility var(--transition-base);
	-o-transition: opacity var(--transition-base), visibility var(--transition-base);
	transition: opacity var(--transition-base), visibility var(--transition-base);
}

.menu__services-card-inner {
	position: relative;
	z-index: 2;
}

.menu__services-icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	--icon-wrapper-size: 3.125rem;
	width: var(--icon-wrapper-size);
	height: var(--icon-wrapper-size);
	background: #b4b5bd;
	border-radius: 0.3125rem;
	-webkit-transition: background var(--transition-base);
	-o-transition: background var(--transition-base);
	transition: background var(--transition-base);
}

.menu__services-icon {
	--icon-size: 1.5625rem;
	width: var(--icon-size);
	height: var(--icon-size);
}

.menu__services-title {
	display: inline-block;
	margin: 0.875rem 0 0;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 120%;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.menu__services-description {
	margin: 0.9375rem 0 0;
	color: rgba(0, 0, 0, 0.5);
}

.menu__nav {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.8125rem 1fr 1.8125rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.625rem 1.8125rem;
}

.menu-listing {
	position: relative;
	padding-left: 2.6875rem;
}

.menu-listing__title {
	display: inline-block;
	margin: 0 0 1.375rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.2;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.menu-listing__title-icon {
	position: absolute;
	top: -0.0625rem;
	left: 0;
	--icon-size: 1.25rem;
	width: var(--icon-size);
	height: var(--icon-size);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
}

.menu-listing__items {
	display: -ms-grid;
	display: grid;
	gap: 0.6875rem;
}

.menu-listing__item {
	list-style: none;
}

.menu-listing__link {
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}
.hero {
	position: relative;
	padding: 13.75rem 0 12.25rem;
	min-height: 100vh;
	min-height: 100dvh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--color-background);
}
.hero__bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100dvw;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}
.hero__badge,
.hero__title,
.hero__description,
.hero__buttons,
.hero__divider,
.hero__partners {
	position: relative;
	z-index: 2;
}

.hero__badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	padding: 0.625rem;
	background: rgba(255, 255, 255, 0.1);
	border: 0.0625rem solid var(--color-border);
	border-radius: 0.625rem;
	margin-bottom: 3.125rem;
}

.hero__badge-accent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.3125rem;
	padding: 0.625rem;
	background: var(--color-accent);
	color: var(--color-text-primary);
	border-radius: 0.625rem;
	font-family: var(--font-family);
}

.hero__badge-icon {
	--icon-size: 0.875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.hero__badge-text {
	color: var(--color-text-primary);
	font-size: 0.75rem;
	letter-spacing: -0.0225rem;
}

.hero__badge-description {
	color: var(--color-text-secondary);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.0262rem;
}

.hero__title {
	margin: 0 0 2.875rem;
	font-family: var(--font-family-tertiary);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-text-primary);
	letter-spacing: -0.06rem;
	text-transform: uppercase;
}

.hero__description {
	max-width: 31.9375rem;
	margin: 0 0 4.4375rem;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--color-text-secondary);
	letter-spacing: -0.0338rem;
}

.hero__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	margin-bottom: 4.3125rem;
}

.hero__divider {
	width: 46.125rem;
	height: 0.0625rem;
	background: -o-linear-gradient(left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(rgba(255, 255, 255, 0)),
			color-stop(50%, rgba(255, 255, 255, 1)),
			to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0) 100%);
	margin-bottom: 4.4375rem;
}

.hero__partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero__partner--whatsminer {
	width: 19.3125rem;
	height: 2.1875rem;
}

.hero__partner--bitmain {
	width: 12.5625rem;
	height: 1.5625rem;
}

.hero__partner--canaan {
	width: 8.1875rem;
	height: 2.1875rem;
}


.channel::before,
.projects::before,
.recommends::before,
.media::before,
.top-miners::before,
.mining-hotels::before,
.catalog::before {
	position: absolute;
	top: -32.75rem;
	left: -10.25rem;
	z-index: 0;
	content: "";
	width: 47rem;
	height: 131.5rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.3) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.3) 0%,
			rgba(38, 98, 246, 0) 100%);
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	pointer-events: none;
}

.hero::after {
	top: -45.25rem;
	left: auto;
	right: -4rem;
	-webkit-transform: rotate(-49deg);
	-ms-transform: rotate(-49deg);
	transform: rotate(-49deg);
}

.catalog::before {
	z-index: -1;
}

/* Recommends	 */
.recommends {
	position: relative;
	background: var(--color-background);
}

.recommends__container {
	position: relative;
	z-index: 1;
	padding-top: 8.75rem;
	margin: 0 0 4.375rem;
}

.recommends__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.recommends__expert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	font-family: var(--font-family-tertiary);
	color: var(--color-text-primary);
}

.recommends__expert-image {
	--expert-image-size: 5.3125rem;
	width: var(--expert-image-size);
	height: var(--expert-image-size);
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.recommends__expert-name {
	font-weight: 700;
}

.recommends__expert-title {
	font-size: 0.75rem;
	font-weight: 500;
}

.recommends__badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.6875rem 1.5625rem;
	background-color: rgba(255, 255, 255, 0.1);
	border: 0.0625rem solid var(--color-border);
	border-radius: 2.625rem;
	color: var(--color-text-primary);
	font-weight: 600;
}

.recommends__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.875rem;
	margin-bottom: 1.25rem;
}

.recommends__content-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.recommends__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36rem;
	flex: 0 0 36rem;
	margin: 0;
	padding: 1.875rem 0 0;
}

.recommends__description {
	max-width: 42.9375rem;
	margin: 1.25rem 0 0;
}

.slider-navigation {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
}

.slider-navigation__button {
	--recommends-button-size: 4.5rem;
	--recommends-button-icon-size: 1.5rem;
	width: var(--recommends-button-size);
	height: var(--recommends-button-size);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: auto;
	background-color: var(--color-accent);
	color: var(--color-text-primary);
	-webkit-transition: background-color var(--transition-base);
	-o-transition: background-color var(--transition-base);
	transition: background-color var(--transition-base);
}

.slider-navigation__button:disabled {
	background-color: var(--color-gray);
	color: var(--color-text-tertiary);
	cursor: default;
}

.slider-navigation--light .slider-navigation__button:disabled {
	background-color: var(--color-accent-light);
	color: var(--color-text-primary);
}

.slider-navigation__button-icon {
	width: var(--recommends-button-icon-size);
	height: var(--recommends-button-icon-size);
}

.recommends__slider {
	position: relative;
	margin-top: 10.75rem;
	padding-bottom: 2.5rem;
}

.recommends__swiper,
.recommends__swiper .swiper-wrapper {
	overflow: visible;
}

.recommends__slide {
	max-width: 32.375rem;
	height: auto;
}

/* Miner Card */
.miner-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	position: relative;
	background-color: var(--color-card-background);
	border-radius: 1.25rem;
	max-width: 100%;
	height: 100%;
}

.miner-card--reversed {
	overflow: hidden;
}

.miner-card--highlighted {
	background-color: var(--color-accent);
}

.miner-card--light {
	background-color: var(--white-100);
	color: var(--color-text-dark);
}

.miner-card--dark {
	background-color: var(--color-card-background-dark);
	color: var(--color-text-primary);
}

.miner-card__rating {
	position: absolute;
	top: 1.3125rem;
	left: 1.5rem;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.miner-card__star {
	--icon-size: 1.375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.miner-card__rating-value {
	position: relative;
	top: 0.125rem;
	font-family: var(--font-family-secondary);
	font-size: 0.875rem;
	font-weight: 600;
}

.miner-card__image-wrapper {
	position: relative;
	width: 100%;
	height: 22.3125rem;
	margin: 0 0 auto;
}

.miner-card--reversed .miner-card__image-wrapper {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 27.3125rem;
	min-height: 27.3125rem;
	margin: auto 0 0;
}

.miner-card--reversed .miner-card__image-wrapper::before {
	--gradient-size: 38.8125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	content: "";
	width: var(--gradient-size);
	height: var(--gradient-size);
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(255, 255, 255, 0.3) 0%,
			rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(255, 255, 255, 0.3) 0%,
			rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.miner-card--reversed.miner-card--light .miner-card__image-wrapper::before {
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(0, 170, 255, 0.3) 0%,
			rgba(255, 255, 255, 0) 30%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(0, 170, 255, 0.3) 0%,
			rgba(255, 255, 255, 0) 30%);
}

.miner-card__image {
	position: absolute;
	top: -4.375rem;
	right: 0;
	z-index: 2;
	width: 26rem;
	height: 30.375rem;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.miner-card__image--t21 {
	width: 26rem;
	height: 30.375rem;
}

.miner-card__image--m60 {
	top: -11.875rem;
	width: 34.75rem;
	height: 46.875rem;
}

.miner-card--reversed .miner-card__image {
	top: auto;
	bottom: -6.875rem;
	right: auto;
	left: 0.625rem;
	width: 33.125rem;
	height: 38.75rem;
}

.miner-card--reversed .miner-card__image--top-s21 {
	bottom: -13.625rem;
	left: -4.75rem;
	width: 55.5rem;
	height: 55.5rem;
}

.miner-card--reversed .miner-card__image--top-m60 {
	bottom: -14.125rem;
	left: -3.4375rem;
	width: 61.375rem;
	height: 51.75rem;
}

.miner-card__content {
	position: relative;
	z-index: 3;
	padding: 0 2.3125rem 2.0625rem;
}

.miner-card--reversed .miner-card__content {
	padding: 1.4375rem 2rem 0;
}

.miner-card__brand {
	margin: 0;
	font-family: var(--font-family-secondary);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.miner-card__model {
	display: inline-block;
	margin: 0.6875rem 0 0;
	font-family: var(--font-family-secondary);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}

.miner-card__description {
	margin: 0.875rem 0 0;
	font-size: 0.875rem;
	letter-spacing: -0.0262rem;
}

.miner-card__price {
	padding: 0.6875rem 1.6875rem;
	margin: 1.4375rem 0 0;
	display: inline-block;
	font-family: var(--font-family-tertiary);
	font-size: 0.875rem;
	font-weight: 700;
	border-radius: 0.5rem;
	background-color: var(--color-white);
	color: var(--color-text-dark);
}

.miner-card--light .miner-card__price {
	background-color: var(--color-text-dark);
	color: var(--color-text-primary);
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: calc(var(--slider-gap) / 2);
	width: calc(100% - var(--slider-gap));
}

.recommends::before {
	position: absolute;
	top: -4.5rem;
	left: -33.375rem;
}

.recommends::after,
.mining-hotels::after,
.catalog::after {
	content: "";
	position: absolute;
	top: -1.3125rem;
	right: -20.875rem;
	z-index: 0;
	width: 83rem;
	height: 83rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.3) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.3) 0%,
			rgba(38, 98, 246, 0) 100%);
	pointer-events: none;
}

.catalog::after {
	top: -8.3125rem;
	right: -42rem;
	z-index: -1;
}

.channel {
	position: relative;
	padding: 6.25rem 0;
}

.channel::after,
.media::after,
.projects::after {
	content: "";
	position: absolute;
	top: -10.625rem;
	left: 25rem;
	z-index: 0;
	width: 83rem;
	height: 83rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.1) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.1) 0%,
			rgba(38, 98, 246, 0) 100%);
}

.channel::before {
	top: -30rem;
	left: -23.875rem;
}

.channel__container {
	position: relative;
	z-index: 1;
	padding: 0;
}

.channel__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2.25rem;
	padding: 0 var(--container-padding);
}

.channel__header::before {
	content: "";
	position: absolute;
	top: -1.9375rem;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 0.0625rem;
	background: var(--color-border-dark);
}

.channel__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 36rem;
	flex: 1 0 36rem;
}

.channel__logo {
	--channel-logo-size: 8.0625rem;
	width: var(--channel-logo-size);
	height: var(--channel-logo-size);
	border-radius: 50%;
	border: 0.0625rem solid var(--white-100);
}

.channel__content {
	padding: 0 0 0 0.9375rem;
}

.channel__title {
	margin: 1.875rem 0 0;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.0525rem;
}

.channel__meta {
	color: var(--color-text-secondary);
}

.channel__username {
	color: var(--color-text-primary);
}

.channel__stats {
	margin: 1rem 0 0;
}

.channel__desc {
	margin: 0.5rem 0 0;
}

.channel__button {
	margin: 1rem 0 0;
}

.channel__sections {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 5.125rem;
	margin: 4.0625rem 0 0;
	padding: 0 0 0 var(--container-padding);
}

.channel__sections::before,
.channel__sections::after {
	content: "";
	position: absolute;
	top: -1.9375rem;
	left: var(--container-padding);
	right: var(--container-padding);
	z-index: 1;
	width: calc(100% - var(--container-padding) * 2);
	height: 0.0625rem;
	background: var(--color-border-dark);
}

.channel__sections::after {
	top: calc(100% + 3.8125rem);
}

.channel__section--recommend {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.5rem;
	flex: 0 0 48.5rem;
}

.channel__section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.125rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.035rem;
}

.channel__section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 var(--container-padding) 0 0;
}

.channel__section--shipments .channel__section-title {
	margin-left: -0.4375rem;
}

.channel__section-title-icon {
	--icon-size: 2.375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.swiper-horizontal>.swiper-scrollbar.channel__section-head-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.channel__section-head-scrollbar {
	--swiper-scrollbar-drag-bg-color: var(--color-accent);
	--swiper-scrollbar-bg-color: var(--white-100);
	position: static;
	width: 16.5rem;
}
.main-video__poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a.main-video__poster-link {
    width: 100%;
    /* height: 100%; */
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}
.video-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.375rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.75rem 1.375rem;
}

.video-card__thumb {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.video-card__thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-card__title,
.shipment-card__desc {
	margin: 0.5rem 0 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.02rem;
}

.video-card__title {
	display: inline-block;
}

.video-card__meta,
.shipment-card__meta {
	color: var(--color-text-secondary);
	margin: 0.625rem 0 0;
	letter-spacing: -0.0293rem;
}

.main-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2.25rem;
}

.main-video__player-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 40.4375rem;
	flex: 1 0 40.4375rem;
}

.main-video__player {
	position: relative;
	width: 100%;
	/* height: 0; */
	/* padding-bottom: 56.25%; */
}

.main-video__player-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-video__title {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.02rem;
}

.main-video__views {
	margin: 0.875rem 0 0;
	font-size: 0.875rem;
	color: var(--color-text-secondary);
}

.main-video__desc {
	margin: 1rem 0 0;
	font-size: 0.875rem;
}

.shipment-card__video-preview {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 135%;
}

.shipment-card__thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.shipment-card__desc {
	margin: 1.1875rem 0 0;
}

.shipment-card__meta {
	margin: 1rem 0 0;
}

.shipment-list__slider {
	--slider-gap: 1.3125rem;
	margin: 0 calc(var(--slider-gap) / -2);
}

.shipment-list__slide {
	max-width: 26.5625rem;
	padding: 0 calc(var(--slider-gap) / 2);
}

/* projects */
.projects {
	position: relative;
	padding: 10.25rem 0;
}

.projects::before {
	top: -15rem;
	left: -17.5rem;
}

.projects__container {
	position: relative;
	z-index: 2;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 28.625rem 4.1875rem 1fr;
	grid-template-columns: 28.625rem 1fr;
	gap: 4.1875rem;
}

.projects__title {
	margin: 1.125rem 0 0;
}

.projects__desc {
	max-width: 24.375rem;
	margin: 0.75rem 0 0;
}

.projects__button {
	margin: 2.9375rem 0 0;
}

.projects__list {
	display: -ms-grid;
	display: grid;
	gap: 3.625rem;
}

.solution-card {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.25rem 24.4375rem;
	grid-template-columns: 1fr 24.4375rem;
	gap: 1.25rem;
}

.solution-card+.solution-card::before {
	content: "";
	position: absolute;
	top: -1.8125rem;
	right: 0;
	width: 70.6%;
	height: 0.0625rem;
	background: var(--color-border-dark);
}

.solution-card__info {
	position: relative;
	overflow: hidden;
	padding: 5.0625rem 2.0625rem 6rem;
	border-radius: 1.125rem;
	background: var(--color-card-background-light);
	color: var(--color-text-dark);
}

.solution-card__info::before {
	content: "";
	position: absolute;
	top: -3.625rem;
	right: -13.1875rem;
	width: 47.375rem;
	height: 47.375rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
	pointer-events: none;
}

.solution-card--dark .solution-card__info {
	background: var(--color-card-background);
	color: var(--white-100);
}

.solution-card--dark .solution-card__info::before {
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
}

.solution-card__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.125rem 0.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5625rem;
	border-radius: 0.5625rem;
	border: 0.0625rem solid var(--color-border);
	background: var(--white-10);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.0187rem;
}

.solution-card__title {
	margin: 1.25rem 0 0;
	font-family: var(--font-family-secondary);
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.0271rem;
}

.solution-card__desc {
	max-width: 16.625rem;
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
	letter-spacing: -0.0237rem;
}

.solution-card__image {
	width: 100%;
	height: 100%;
	border-radius: 0.875rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.solution-card__images {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0.5rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.125rem 0.5rem;
}

.solution-card__info-body {
	position: relative;
	z-index: 2;
}

.solution-card__info-image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
}

.solution-card__info-image--container {
	bottom: -3.75rem;
	right: -8.9375rem;
	width: 39rem;
	height: 38.8125rem;
}

.solution-card__info-image--gas {
	bottom: -6.25rem;
	right: -14.6875rem;
	width: 45.25rem;
	height: 31.0625rem;
}

.solution-card__info-image--cooling {
	bottom: -14.4375rem;
	right: -12.5rem;
	width: 40.1875rem;
	height: 40.1875rem;
}

.solution-card__info-image--hotel {
	bottom: -5.25rem;
	right: -13.125rem;
	width: 45.375rem;
	height: 25.5rem;
}

/* Media */
.media {
	position: relative;
	padding: 7.5rem 0;
}

.media__container {
	position: relative;
	z-index: 1;
}

.media__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.5rem;
}

.media__title {
	margin: 1.0625rem 0 0;
}

.media__description {
	max-width: 46.5rem;
}

.media-list {
	display: -ms-grid;
	display: grid;
	gap: 1.4375rem;
	margin: 3.75rem 0 0rem;
}

.media-card {
	--media-card-padding-bottom: 1.125rem;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
	padding: 1.0625rem 1rem var(--media-card-padding-bottom) 0;
	border-radius: 1.125rem;
	background: var(--color-card-background);
}

.media-card--light {
	background: var(--color-card-background-light);
	color: var(--color-text-dark);
}

.media-card__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.9375rem;
}

.media-card__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31.25rem;
	flex: 0 0 31.25rem;
	height: 100%;
}

.media-card__photo-img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.media-card__photo-img--erik-davidich {
	width: 32.25rem;
	height: 19.5rem;
}

.media-card__photo-img--timati {
	left: 3.375rem;
	width: 26.9375rem;
	height: 18.3125rem;
}

.media-card__photo-img--miner-notes {
	left: 3.125rem;
	width: 24.6875rem;
	height: 19.25rem;
}

.media-card__photo-img--rbk {
	top: 50%;
	left: 4.75rem;
	width: 21.4375rem;
	height: 5.75rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.media-card__label {
	display: inline-block;
	padding: 0.5rem 0.5625rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.0175rem;
	border-radius: 0.5625rem;
	border: 0.0625rem solid var(--color-border);
	background: var(--white-10);
}

.media-card__title {
	margin: 1.125rem 0 0;
	font-family: var(--font-family-secondary);
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.0271rem;
}

.media-card__description {
	max-width: 26.375rem;
	margin: 1rem 0 0;
	font-size: 0.8125rem;
	letter-spacing: -0.0237rem;
}

.media-card__video {
	--card-preview-radius: 1.25rem;
	--button-size: 7.5rem;
	display: block;
	overflow: hidden;
	width: 24.125rem;
	height: 0;
	padding-bottom: 74%;
	position: relative;
	z-index: 1;
	border-radius: var(--card-preview-radius);
	border: 0.0625rem solid var(--color-border-darker);
}

.media-card__video::before {
	background: url(/catalog/view/theme/default/play2.svg) no-repeat center / 2.5rem 2.5rem;
}

.media-card__video-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--card-preview-radius);
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

.media__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4.75rem 0 0;
}

.media__more-btn {
	--btn-height: 5.0625rem;
	max-width: 72.3125rem;
	width: 100%;
	font-family: var(--font-family-secondary);
	font-size: 0.9375rem;
	letter-spacing: -0.02rem;
	border-radius: 0.625rem;
	border: none;
}

/* Top miners */
.top-miners {
	position: relative;
	padding: 5.9375rem 0 4.6875rem;
	background: var(--color-background-light);
	color: var(--color-text-dark);
}

.top-miners::before {
	left: -30.25rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
}

.top-miners__container {
	position: relative;
	z-index: 1;
	padding-right: 0;
}

.top-miners__content {
	display: -ms-grid;
	display: grid;
	gap: 1.9375rem;
	-ms-grid-columns: 42.625rem 1.9375rem 1fr;
	grid-template-columns: 42.625rem 1fr;
}

.top-miners__header {
	padding: 3.1875rem 1.5625rem 1.6875rem 3.25rem;
	border-radius: 1.25rem;
	border: 0.0625rem solid var(--color-text-dark);
}

.top-miners__title {
	margin: 0;
}

.top-miners__category-label {
	margin: 0.375rem 0 0;
	font-family: var(--font-family);
	font-weight: 500;
}

.top-miners__category-tabs,
.top-miners__subcategories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.6875rem;
}

.top-miners__category-tabs {
	margin: 1.9375rem 0 0;
}

.top-miners__category-tab,
.top-miners__subcategory {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.625rem 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3.875rem;
	color: var(--color-text-dark);
	border: 0.0625rem solid var(--color-text-dark);
	letter-spacing: -0.03rem;
	-webkit-transition: background-color var(--transition-base);
	-o-transition: background-color var(--transition-base);
	transition: background-color var(--transition-base);
}

.top-miners__category-tab.active,
.top-miners__subcategory.active {
	color: var(--color-text-primary);
	background: var(--black-100);
}

.top-miners__subcategories {
	margin: 1.375rem 0 0;
}

.top-miners__description {
	padding-right: 1.25rem;
	margin: 3.625rem 0 0;
}

.top-miners__slider-wrapper {
	overflow: hidden;
	min-width: 0;
}

.top-miners__slider {
	--slider-gap: 1.8125rem;
	height: 100%;
	min-width: 0;
}

.top-miners__swiper {
	height: 100%;
}

.top-miners__slide {
	width: 28.0625rem;
}

.top-miners__navigation {
	margin: 3.8125rem 0 0;
}

/* Mining hotels */
.mining-hotels {
	position: relative;
	padding: 5.75rem 0;
	background: var(--color-background);
}

.mining-hotels::before {
	top: -19.75rem;
	left: -20.25rem;
}

.mining-hotels::after {
	top: -5.3125rem;
	right: 12.125rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.1) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.1) 0%,
			rgba(38, 98, 246, 0) 100%);
}

.mining-hotels__container {
	position: relative;
	z-index: 2;
}

.mining-hotels__sidebar {
	padding: 1.5rem 0 0;
}

.mining-hotels__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 28.625rem 6.8875rem 1fr;
	grid-template-columns: 28.625rem 1fr;
	gap: 6.8875rem;
}

.mining-hotels__title {
	margin: 1.125rem 0 0;
}

.mining-hotels__description {
	max-width: 23.575rem;
	margin: 0.75rem 0 0;
}

.mining-hotels__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	margin: 2.9375rem 0 0;
}

.mining-hotels__badge {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.mining-hotels__cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.25rem;
}

.hotel-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-radius: 1.125rem;
	overflow: hidden;
	background-color: var(--color-card-background);
}

.hotel-card:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.hotel-card--blue {
	background-color: var(--color-accent);
}

.hotel-card__media {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 100%;
	padding-bottom: 0;
}

.hotel-card::before {
	content: "";
	position: absolute;
	top: -12.4375rem;
	right: -10rem;
	width: 47.375rem;
	height: 47.375rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.hotel-card:nth-child(2n)::before {
	right: auto;
	left: -10rem;
}

.hotel-card__image {
	position: absolute;
	top: 38%;
	right: -16.3rem;
	z-index: 2;
	width: 62.5rem;
	height: 62.5rem;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.hotel-card:nth-child(2n) .hotel-card__image {
	top: 45%;
	right: auto;
	left: -9.4875rem;
}

.hotel-card__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27.625rem;
	flex: 0 0 27.625rem;
	position: relative;
	z-index: 3;
	padding: 1.875rem 2.0625rem 2rem;
}
.hotel-card__badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.3125rem 0.6875rem;
	border-radius: 0.5625rem;
	background-color: var(--white-100);
	color: var(--color-text-dark-secondary);
	font-size: 0.875rem;
}
.hotel-card__title {
	margin: 1.25rem 0 0;
	font-family: var(--font-family-secondary);
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.0271rem;
}

.hotel-card__description {
	max-width: 23.5rem;
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
	letter-spacing: -0.0237rem;
}

.hotel-card__features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
	margin: 1.4375rem 0 0;
}

.hotel-card__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.hotel-card__feature-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.375rem;
	flex: 0 0 1.375rem;
	width: 1.375rem;
	height: 1.375rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.hotel-card__feature-icon--power {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0.6875rem;
	flex: 0 0 0.6875rem;
	width: 0.6875rem;
	height: 1.25rem;
}

.hotel-card__feature-text {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: -0.0237rem;
}

/* About us */
.about-us {
	position: relative;
	padding: 6.625rem 0 4.75rem;
	background: var(--color-background-light);
}

.about-us::before {
	overflow: hidden;
	content: "";
	position: absolute;
	top: -15rem;
	left: -17.5rem;
	z-index: 0;
	width: 47rem;
	height: 131.5rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.2) 0%,
			rgba(38, 98, 246, 0) 100%);
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	pointer-events: none;
}

.about-us__container {
	position: relative;
	z-index: 1;
}

.about-us__title {
	margin: 1.125rem 0 0;
	color: var(--color-text-dark);
}

.about-us__description {
	max-width: 39.6875rem;
	margin: 0.75rem 0 0;
	color: var(--color-text-dark);
}

.about-us__cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin-top: 3.875rem;
}

.about-us__card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

/* About card */
.about-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3.6rem 2rem;
	border-radius: 1.25rem;
	overflow: hidden;
	background-color: var(--color-card-background-dark);
	color: var(--color-text-primary);
}

.about-card--light {
	background-color: var(--white-100);
	color: var(--color-text-dark);
}

.about-card__content {
	position: relative;
	z-index: 3;
}

.about-card__tag {
	font-family: var(--font-family-secondary);
	font-size: 0.875rem;
	font-weight: 600;
}

.about-card__title {
	margin: 0.9375rem 0 0;
	font-family: var(--font-family-secondary);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.03rem;
}

.about-card__description {
	margin: 0.625rem 0 0;
	font-size: 0.9375rem;
	max-width: 22.25rem;
	color: #eeeef2;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.0262rem;
}

.about-card--light .about-card__description {
	color: var(--color-text-dark);
}

.about-card::before {
	content: "";
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 39.5rem;
	height: 39.5rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.about-card__image-wrapper {
	min-height: 26.0625rem;
}

.about-card__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.about-card__image--1 {
	bottom: -12.875rem;
	left: 62%;
	width: 34.625rem;
	height: 44.5625rem;
}

.about-card__image--2 {
	bottom: -0.35rem;
	left: 59%;
	width: 44.625rem;
	height: 27.25rem;
}

.about-card__image--3 {
	bottom: 0;
	left: 36%;
	width: 48.375rem;
	height: 29.375rem;
}

.about-card__image--4 {
	bottom: -1.875rem;
	left: 52%;
	width: 31.25rem;
	height: 31.4375rem;
}

/* Footer */
.footer {
	position: relative;
	padding: 9.5rem 0;
	background-color: var(--color-background);
	color: var(--color-text-primary);
	font-family: var(--font-family-secondary);
}

.footer::before,
.footer::after {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.footer::before {
	top: -32.75rem;
	left: -20.25rem;
	width: 47rem;
	height: 131.5rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.15) 0%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.15) 0%,
			rgba(38, 98, 246, 0) 100%);
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
}

.footer::after {
	top: -36rem;
	right: -33rem;
	width: 83rem;
	height: 83rem;
	background: -o-radial-gradient(50% 50%,
			50% 50%,
			rgba(38, 98, 246, 0.05) 0%,
			rgba(38, 98, 246, 0.02) 60%,
			rgba(38, 98, 246, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%,
			rgba(38, 98, 246, 0.05) 0%,
			rgba(38, 98, 246, 0.02) 60%,
			rgba(38, 98, 246, 0) 100%);
}

.footer__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 63.5rem 6.1875rem 1fr;
	grid-template-columns: 63.5rem 1fr;
	gap: 6.1875rem;
}

.footer__container {
	position: relative;
	z-index: 1;
}

.footer__card {
	padding: 4.375rem 3.6875rem;
	border-radius: 1.125rem;
	background: var(--white-100);
	color: var(--color-text-dark);
}

.footer__logo-img {
	width: 15.9375rem;
	height: 2rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__description {
	max-width: 28.125rem;
	margin: 1.3125rem 0 0;
	color: inherit;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.03rem;
}

.footer__nav {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 13.8125rem 4rem 13.8125rem 4rem 13.8125rem;
	grid-template-columns: repeat(3, 13.8125rem);
	gap: 5.375rem 4rem;
	margin: 4.3125rem 0 0;
}

.footer__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.875rem;
}

.footer__column--full {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

.footer__title {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: -0.0375rem;
}

.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu-link {
	display: inline-block;
	padding: 0.375rem 0;
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.footer__contact-title,
.footer__requisites-title {
	margin: 0 0 3rem;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.0375rem;
	line-height: 1.4;
}

.footer__requisites-title {
	margin-bottom: 1.8125rem;
}

.footer__contact-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 9.9375rem 7.375rem 1fr;
	grid-template-columns: 9.9375rem 1fr;
	gap: 2.6875rem 7.375rem;
}

.footer__contact-item,
.footer__requisites-item {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

.footer__contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.375rem;
}

.footer__contact-text {
	color: var(--color-text-primary);
}

.footer__contact-link {
	display: inline-block;
	color: var(--color-text-tertiary);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.footer__requisites {
	display: -ms-grid;
	display: grid;
	gap: 0.25rem;
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5.3125rem;
	padding: 4.75rem 0 0;
}

/* Special Offer */
.special-offer {
	margin-bottom: 3.75rem;
}

.special-offer__card {
	position: relative;
	width: 100%;
	padding: 2.1875rem 2.1875rem;
	background-color: #191e20;
	border-radius: 1.875rem;
	overflow: hidden;
}

.special-offer__close {
	--close-icon-size: 1.5rem;
	--close-icon-offset: 1.5625rem;
	position: absolute;
	top: var(--close-icon-offset);
	right: var(--close-icon-offset);
	z-index: 3;
	width: var(--close-icon-size);
	height: var(--close-icon-size);
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

.special-offer__close-icon {
	width: var(--close-icon-size);
	height: var(--close-icon-size);
	-o-object-fit: contain;
	object-fit: contain;
	color: #505050;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.special-offer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.9375rem;
}

.special-offer__label {
	display: block;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-bottom: 0.625rem;
}

.special-offer__title {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 1.1875rem;
}

.special-offer__description {
	max-width: 28.4375rem;
	color: #ffffff;
	margin: 0;
}

.special-offer__title,
.special-offer__label,
.special-offer__description {
	position: relative;
	z-index: 2;
}

.special-offer__social {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4375rem;
}

.special-offer__social-link {
	--social-icon-size: 3.3125rem;
	width: var(--social-icon-size);
	height: var(--social-icon-size);
	border-radius: 2.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color var(--transition-base);
	-o-transition: background-color var(--transition-base);
	transition: background-color var(--transition-base);
}

.special-offer__social-link--phone {
	background-color: #484848;
}

.special-offer__social-icon {
	--icon-size-x: 1.625rem;
	--icon-size-y: 1.625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size-x);
	flex: 0 0 var(--icon-size-x);
	width: var(--icon-size-x);
	height: var(--icon-size-y);
	-o-object-fit: contain;
	object-fit: contain;
}

.special-offer__social-icon--mail {
	--icon-size-x: 1.5625rem;
}

.special-offer__social-icon--telegram {
	--icon-size-x: 1.4375rem;
	--icon-size-y: 1.375rem;
}

.special-offer__social-icon--operator {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.special-offer__image {
	position: absolute;
	top: -4.25rem;
	right: 0.75rem;
	width: 51.5rem;
	height: 45.1875rem;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 3rem;
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5rem 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.875rem;
	color: #5d5d5d;
}

.breadcrumbs__link {
	color: inherit;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.breadcrumbs__separator {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0.375rem;
	flex: 0 0 0.375rem;
	width: 0.375rem;
	height: 0.625rem;
}

/* Catalog */
.catalog {
	top: -21.25rem;
	left: -30rem;
}

.catalog__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.375rem 2.375rem;
	margin-bottom: 2.5rem;
}

.catalog__title {
	font-size: 2.8125rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.03em;
}

.catalog__count {
	font-size: 1.5rem;
	color: var(--color-accent);
}

/* Categories */
.categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	margin: 4.1875rem 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.categories__item.active {
	background-color: var(--color-accent);
}

/* Filters */
.filters {
	margin: 2.4375rem 0 0;
}

.filters,
.filters__controls,
.filters__active,
.filters__list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.625rem;
}

@supports (display: contents) {

	.filters__controls,
	.filters__active,
	.filters__list {
		display: contents;
	}
}

/* ==========================================
   Reviews: Add review form styles
   ========================================== */
#reviewForm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

#reviewForm .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
}

#reviewForm label {
	font-weight: 600;
	color: #111827;
}

#reviewForm input[type="text"],
#reviewForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.75rem 0.875rem;
	border: 1px solid rgba(75, 85, 99, 0.3);
	background: #ffffff;
	color: #111827;
	border-radius: 0.5rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

#reviewForm input[type="text"]::placeholder,
#reviewForm textarea::placeholder {
	color: #9ca3af;
}

#reviewForm input[type="text"]:focus,
#reviewForm textarea:focus {
	outline: none;
	border-color: var(--color-accent, #22c55e);
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

#reviewForm input[type="text"]:invalid,
#reviewForm textarea:invalid {
	border-color: var(--color-accent-green);
}

#reviewForm .char-counter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 0.875rem;
	color: #6b7280;
}

/* Rating stars */
#reviewForm .rating-stars {
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.25rem;
	line-height: 1;
	user-select: none;
}

#reviewForm .star {
	cursor: pointer;
	font-size: 1.625rem;
	color: #d1d5db; /* default gray */
	transition: color 0.15s ease, -webkit-transform 0.1s ease;
	transition: transform 0.1s ease, color 0.15s ease;
	transition: transform 0.1s ease, color 0.15s ease, -webkit-transform 0.1s ease;
}

#reviewForm .star:hover,
#reviewForm .star:focus {
	color: #f59e0b; /* amber */
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

#reviewForm .star:focus {
	outline: none;
	text-shadow: 0 0 0.25rem rgba(245, 158, 11, 0.35);
}

/* Selected state (JS can toggle .selected or .active) */
#reviewForm .star.selected,
#reviewForm .star.active,
#reviewForm .star[aria-pressed="true"] {
	color: #f59e0b;
}

/* Better tap targets on touch devices */
@media (pointer: coarse) {
#reviewForm .star {
	font-size: 1.875rem;
}
}

/* Dark scheme tweaks */
@media (prefers-color-scheme: dark) {
#reviewForm label {
	color: #e5e7eb;
}

#reviewForm input[type="text"],
#reviewForm textarea {
	background: var(--black-10);
	color: #e5e7eb;
	border-color: rgba(229, 231, 235, 0.15);
}

#reviewForm input[type="text"]:focus,
#reviewForm textarea:focus {
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

#reviewForm .char-counter {
	color: #9ca3af;
}
}

.filters__sort-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0.875rem;
	flex: 0 0 0.875rem;
	width: 0.875rem;
	height: 1.0625rem;
}

.filters__toggle-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.0625rem;
	flex: 0 0 1.0625rem;
	width: 1.0625rem;
	height: 1rem;
}

.filters__sort-btn,
.filters__toggle-btn,
.filters__tag,
.filters__item,
.categories__item {
	--filter-btn-height: 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--filter-btn-height);
	gap: 0.625rem;
	padding: 0.3125rem 0.9375rem;
	border: none;
	color: var(--black-100);
	background-color: var(--white-100);
	font-family: var(--font-family-quaternary);
	font-size: 0.875rem;
	letter-spacing: -0.03em;
	border-radius: 0.75rem;
	-webkit-transition: color var(--transition-base), background-color var(--transition-base);
	-o-transition: color var(--transition-base), background-color var(--transition-base);
	transition: color var(--transition-base), background-color var(--transition-base);
}

.categories__item {
	background-color: var(--color-background-gray);
	color: var(--color-text);
}

.categories__item-count {
    background: black;
    color: white;
    padding: .3rem .5rem;
    border-radius: 2rem;
}

.filters__tag {
	background-color: var(--color-accent);
	color: var(--white-100);
}

.filters__tag-remove {
	background: none;
	border: none;
	padding: 0.125rem;
}
.filters__tag-remove-icon {
	width: 1rem;
	height: 1rem;
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

/* Product Grid */
.catalog__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin: 6.375rem 0 0;
}
/* Product Card */
.product-card {
	position: relative;
	background-color: var(--white-100);
	border-radius: 1.25rem;
	padding: 1.5625rem 1.5625rem 2rem;
	color: var(--black-100);
	overflow: hidden;
}

.product-card__image-wrapper {
	position: relative;
	top: -1.25rem;
	left: 2rem;
	display: block;
	height: 19.5625rem;
	margin-bottom: 1.25rem;
}

.product-card__image {
	width: 100%;
	height: 23.75rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	gap: 0.625rem;
	margin: 1.5625rem 0 0;
}

.product-card__hashrate,
.product-card__price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.25rem;
	padding: 0.6875rem 1.5rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	font-family: var(--font-family-tertiary);
}

.product-card__hashrate {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	border: 0.0625rem solid rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.4);
}

.product-card__price {
	/* background-color: var(--color-accent); */
	color: var(--black-100);
	width: 100%;
	justify-content: end;
	font-size: 1.2rem;
	padding: 0 .5rem 0 0;
}

.product-card__price-cart-btn {
	background: var(--color-accent);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.25rem;
	padding: 0.475rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	font-family: var(--font-family-tertiary);
	transition: .5s;
}

.product-card__price-cart-btn:hover {
	background: var(--color-accent-light);
}

.product-card__price-cart-btn:focus {
	background: var(--black-100);
	transform: scale(1.05);
}

.product-card__price-value {
	color: var(--black-100);
}

.product-card__hashrate-value {
	color: var(--black-100);
	width: max-content;
}

.product-card__actions {
	position: absolute;
	top: 1.5625rem;
	left: 1.5625rem;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.0625rem;
}

.product-card__rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.4375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--font-family-secondary);
	font-size: 0.875rem;
	font-weight: 600;
}

.product-card__controls {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.product-card__rating span {
	position: relative;
	top: 0.0625rem;
}

.product-card__compare,
.product-card__wishlist {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.05);
	color: #666;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__compare:hover,
.product-card__wishlist:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #333;
}

.product-card__compare:not(.active) .product-card__compare-icon--active,
.product-card__compare.active .product-card__compare-icon--inactive {
	display: none;
}

.product-card__wishlist:not(.active) .product-card__wishlist-icon--active,
.product-card__wishlist.active .product-card__wishlist-icon--inactive {
	display: none;
}

.product-card__compare.active {
	background: var(--color-accent);
	color: white;
}

.product-card__wishlist.active {
	background: var(--color-accent);
	color: white;
}

.product-card__compare.active:hover {
	background: #2563eb;
}


.product-card__rating-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.375rem;
	flex: 0 0 1.375rem;
	width: 1.375rem;
	height: 1.25rem;
}

.product-card__compare-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.125rem;
	flex: 0 0 1.125rem;
	width: 1.125rem;
	height: 1.125rem;
}

.product-card__wishlist-icon {
	position: relative;
	top: 0.0625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.3125rem;
	flex: 0 0 1.3125rem;
	width: 1.3125rem;
	height: 1.1875rem;
}

.product-card__specs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1.75rem 0 0;
	max-width: 26.5625rem;
}

.product-card__spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.1875rem;
}

.product-card__spec-label {
	font-family: var(--font-family-quaternary);
	color: rgba(0, 0, 0, 0.4);
	font-weight: 600;
}

.product-card__spec-value {
	margin: 0.375rem 0 0;
	font-family: var(--font-family-secondary);
	font-weight: 600;
}

.product-card__coins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	margin: 0.375rem 0 0;
}

.product-card__coin {
	font-weight: 600;
}

.product-card__coin-icon {
	--coins-size: 1.2625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--coins-size);
	flex: 0 0 var(--coins-size);
	width: var(--coins-size);
	height: var(--coins-size);
	background: black;
	border-radius: 2rem;
}

.product-card__content {
	padding: 0 0.75rem;
}

.product-card__name {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: var(--font-family-secondary);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.product-card__brand {
	font-size: 0.875rem;
	font-weight: 600;
}

.product-card__model {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 1.0625rem 0 0;
}

.product-card__description {
	padding: 0 3.75rem 0 0;
	font-size: 0.875rem;
	margin: 0.875rem 0 0;
}

.electricity-price-input {
	color: white;
	font-size: .8rem;
	font-weight: 600;
}

.electricity-price-input-wrapper {
    position: relative;
}


.usd-rate-input {
	font-size: .8rem;
	font-weight: 600;
}

.number-control__input.usd-rate-input {
    padding-right: .5rem;
    max-width: 3rem;
}

.usd-rate-input-wrapper {
    position: relative;
}

	.electricity-price-input-wrapper, .usd-rate-input-wrapper {
		display: inline-flex;
		align-items: center;
		gap: 1rem;
		background: rgb(0 0 0 / 60%);
		border: 1px solid rgba(255,255,255,0.15);
		border-radius: 8px;
		padding: .1rem .5rem;
	}
	.number-control {
		display: flex;
		align-items: center;
		width: min-content;
		gap: .2rem;
	}
	.number-control__btn {
		width: 1.5rem;
		height: 1.5rem;
		border: none;
		border-radius: 6px;
		background: rgba(255,255,255,0.12);
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		transition: background 0.15s ease;
	}

	.number-control__btn:hover { background: rgba(255,255,255,0.2); }
	.number-control__input {
		background: transparent;
		border: none;
		outline: none;
		color: #fff;
		text-align: right;
		max-width: 2rem;
	}
	.electricity-price-unit, .usd-rate-unit {opacity: 0.8;color: rgb(187 187 187 / 80%);font-size: .7rem;font-weight: 500;white-space: nowrap;/* position: absolute; */top: calc(50% - .4rem);right: 2.5rem;}
	








.product-card__price--inactive {
	opacity: 0.7;
	cursor: help;
}

.product-card__price-value--strikethrough {
	text-decoration: line-through;
	position: relative;
}

.product-card__price-value--strikethrough::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--white-100);
	transform: translateY(-50%);
}

/* Toast Notifications - Modern Notification System */

.toast-container {
	position: fixed;
	top: 7rem;
	left: 10px;
	z-index: 9999;
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
	pointer-events: none;
	z-index: 99999;
}

.toast {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 60px;
	margin-bottom: 10px;
	padding: 16px 20px;
	background: var(--color-card-background-light);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	pointer-events: auto;
	cursor: pointer;
	opacity: 0;
	transform: translateX(-100%) scale(0.2);
	transition: .2s;
	overflow: hidden;
}

.toast.show {
	opacity: 1;
	transform: translateX(0);
}

.toast.hide {
	opacity: 0;
	transform: translateX(100%);
}

.toast::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 10px;
	background: var(--toast-accent-color);
}

.toast-header {
	padding: 0px 20px 12px;
	display: flex;
	align-items: center;
	border-bottom: none;
	background: transparent;
}

.toast-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: white;
	background: var(--toast-accent-color);
}

.toast-title {
	font-weight: 600;
	font-size: 14px;
	color: #1a1a1a;
	margin: 0;
	flex: 1;
	line-height: 1.3;
}

.toast-close {
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	border-radius: 4px;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	margin-left: 8px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.toast-close:hover {
	background: #f5f5f5;
	color: #333;
}

.toast-body {
	padding: 0 20px 16px;
	font-size: 13px;
	color: #666;
	line-height: 1.4;
}

.toast-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--toast-accent-color);
	transition: width linear;
	opacity: 0.7;
}

/* Toast Types */
.toast.toast-success {
	--toast-accent-color: #3b82f6;
}

.toast.toast-error {
	--toast-accent-color: #ef4444;
}

.toast.toast-warning {
	--toast-accent-color: #f59e0b;
}

.toast.toast-info {
	--toast-accent-color: #3b82f6;
}

/* Responsive */


/* Animation keyframes */
@keyframes toastSlideIn {
	from {
		opacity: 0;
		transform: translateX(100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes toastSlideOut {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

/* Legacy alert compatibility - hide old alerts when toast system is active */
.toast-system-active .alert-dismissible {
	display: none !important;
}

.product-card__wishlist.active:hover {
	background-color: #e94141 !important;
	color: aliceblue;
}

.product-card__compare.processing,
.product-card__wishlist.processing {
	opacity: 0.6;
	pointer-events: none;
	background-color: #999 !important;
	cursor: not-allowed;
}

.product-card__compare.processing:hover,
.product-card__wishlist.processing:hover {
	background-color: #999 !important;
}


.model-selection-modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	/* padding: 1rem; */
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.model-selection-modal.modal-show {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.model-selection-modal.modal-show .modal-content {
	transform: scale(1);
	opacity: 1;
}

.model-selection-modal.modal-hide {
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
}

.model-selection-modal.modal-hide .modal-content {
	transform: scale(0.9);
	opacity: 0;
}

.modal-content {
	padding: 0;
	width: 90%;
	max-width: 600px;
	transition: 1s;
	max-height: 80vh;
	overflow: hidden;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.3s ease;
	background: rgb(255 255 255 / 10%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px) saturate(2.5);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgb(255 255 255 / 10%);
}

.modal-header {
	padding: .4rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h2 {
	margin: 0;
	color: var(--color-card-background-light);
	font-size: 1.2rem;
	font-weight: 600;
	padding: .4rem 1rem;
	border-radius: 6px;
}

.modal-close {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s ease;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-close:hover {
	color: #dc3545;
	background-color: rgba(220, 53, 69, 0.1);
}

.modal-body {
	padding: 15px;
	max-height: 469px;
	overflow-y: auto;
	min-height: 130px;
}


.loading-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* padding: 60px 20px; */
	text-align: center;
}

.loading-spinner {
	margin-bottom: 20px;
}

.spinner {
	width: 48px;
	height: 48px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #007bff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loading-text {
	color: var(--color-card-background-light);
	font-size: 16px;
	font-weight: 500;
}


.error-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
}

.error-icon {
	font-size: 48px;
	margin-bottom: 16px;
}

.error-text {
	color: #dc3545;
	font-size: 16px;
	font-weight: 500;
}


.models-list {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.models-list.models-loaded .model-item {
	animation: slideInUp2 .4s ease forwards;
}

@keyframes slideInUp2 {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.model-item {
	display: grid;
	grid-template-columns: 80px 1fr auto;
	gap: .5rem;
	padding: .5rem .5rem;
	align-items: center;
	position: relative;
	opacity: 0;
	background: rgb(0 0 0 / 30%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: grayscale(1);
	-webkit-backdrop-filter: blur(5px);
	border: 2px solid;
	border-color: var(--black-10);
	transform: translateY(50px);
	transition: .2s;
}

.model-item:hover {
	border-color: var(--swiper-scrollbar-drag-bg-color);
	transform: translateY(-2px);
}

.model-item.out-of-stock {
	/* opacity: 0.7; */
	background-color: #f8f9fa;
	border-color: #dee2e6;
}

.model-item.out-of-stock:hover {
	border-color: #adb5bd;
	transform: none;
}

.model-item.in-cart {background: var(--color-header-background);}

.model-item.in-cart:hover {
	border-color: #20c997;
	box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

.model-image {
	width: 80px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
	display: none;
}

.model-item:hover .model-image {
	filter: unset;
}

.model-info {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: max-content;
	padding: 0 .7rem;
}

.model-name {
	font-weight: 600;
	color: var(--color-text-primary);
	font-size: 1.1rem;
	line-height: 1.4;
}

.model-price {
	font-weight: 700;
	font-size: 1.1rem;
	background: var(--color-border-darker);
	padding: .2rem .5rem;
	border-radius: .4rem;
}

.model-location {
	font-weight: 600;
	font-size: 0.8rem;
	margin-top: 2px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-style: italic;
}

.model-delivery {position: absolute;top: -13px;right: 100px;padding: 5px 10px;border-radius: 20px;font-size: 10px;font-weight: 600;/* text-transform: uppercase; */letter-spacing: 1.5px;background: var(--color-card-background);border: 1px solid var(--color-border-dark);}

.model-details {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: .4rem 0;
}

.price-subtype {
	display: inline-block;
	background: #e3f2fd;
	color: #1976d2;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 8px;
	border: 1px solid #bbdefb;
}

.price-subtype-badge {
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.model-status {
	position: absolute;
	top: -13px;
	right: 12px;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.status-in-stock {
	background: var(--color-accent-green);
	color: var(--black-100);
	border: 1px solid var(--color-accent-light);
}

.status-out-of-stock {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.out-of-stock .model-price {
    text-decoration: line-through;
    color: #bdbdbd;
}

.status-in-cart {
	background: #d1ecf1;
	color: #0c5460;
	border: 1px solid #bee5eb;
}

.model-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.model-actions-simple {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.add-to-cart-btn {
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	min-width: 90px;
	height: 40px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.remove-from-cart-btn {
    background: #d02a3a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    min-width: 90px;
    height: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgb(220 53 69 / 30%);
}

.add-to-cart-btn:hover {
	background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

.add-to-cart-btn:active {
	transform: translateY(0);
}

.callback-btn {
	background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	min-width: 140px;
	height: 40px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.callback-btn:hover {
	background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.added-status {
	background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
	color: #155724;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	min-width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #28a745;
	box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}





.modal-body::-webkit-scrollbar {
	width: 8px;
}

.modal-body::-webkit-scrollbar-track {
	background: rgb(255 255 255 / 9%);
	border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #ffffff 0%, #bfbfbf 100%);
	border-radius: 4px;
	transition: background 0.3s ease;
}

.modal-body::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
.pagination-wrapper {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1rem;
}

.pagination-info {
    padding: 1rem 0;
}
  
  .pagination-list {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 0.75rem;
	box-shadow: 
	  0 4px 20px rgba(0, 0, 0, 0.1),
	  0 1px 3px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .pagination-item {
	display: flex;
	align-items: center;
  }
  
  .pagination-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	text-decoration: none;
	color: #374151;
	font-weight: 500;
	font-size: 0.875rem;
	border-radius: 12px;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	min-width: 44px;
	justify-content: center;
	background: transparent;
	border: 1px solid transparent;
  }
  
  .pagination-link:hover {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	transform: translateY(-2px);
	box-shadow: 
	  0 8px 25px rgba(102, 126, 234, 0.3),
	  0 3px 10px rgba(102, 126, 234, 0.2);
	border-color: rgba(255, 255, 255, 0.2);
  }
  
  .pagination-link:active {
	transform: translateY(0);
	box-shadow: 
	  0 4px 15px rgba(102, 126, 234, 0.2),
	  0 2px 5px rgba(102, 126, 234, 0.1);
  }
  

  .pagination-active {
	color: white;
	font-weight: 600;
	}
  
  .pagination-active:hover {
	background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
	transform: translateY(-1px);
  }
  

  .pagination-icon {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
  }
  
  .pagination-link:hover .pagination-icon {
	transform: scale(1.1);
  }
 
  .pagination-first .pagination-link,
  .pagination-last .pagination-link,
  .pagination-prev .pagination-link,
  .pagination-next .pagination-link {
	padding: 0.75rem 1.25rem;
	font-weight: 600;
  }
  
  .pagination-first .pagination-link:hover,
  .pagination-last .pagination-link:hover,
  .pagination-prev .pagination-link:hover,
  .pagination-next .pagination-link:hover {
	background: var(--color-background-light);
	}
  

  .pagination-ellipsis {
	padding: 0 0.5rem;
	color: #9ca3af;
	font-weight: 500;
	user-select: none;
  }
  
  .pagination-dots {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
  }
  
  .pagination-text {
	font-size: 0.875rem;
	font-weight: 500;
	display: none;
	}
  

  
  
  

  @keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .pagination-wrapper {
	animation: fadeInUp 0.5s ease-out;
  }
  

  
  

  
  

   

  .seo-text {
    background: white;
    color: black;
    padding: 2rem;
    border-radius: 1rem;
}

.seo-text table {
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 2rem;
}

.seo-text thead {
    background: #f2f2f2;
    line-height: 40px;
    letter-spacing: 2px;
}

.seo-text tbody {
    background: #f7f7f7;
    border-top: 3px solid #e9e9e9;
}

.seo-text tbody td {
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9;
}

.seo-text thead td {
    padding: 0 1rem;
    font-weight: 500;
}

.seo-text ul {
    margin: 1rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seo-text img {
    object-fit: contain;
    width: 360px;
}

.product {
	position: relative;
	--product-grid-gap: 1.25rem;
	--product-card-border-radius: 1.875rem;
	display: -ms-grid;
	display: grid;
}

.product::before {
	position: absolute;
	top: -32.75rem;
	left: -42.25rem;
	z-index: -1;
	content: "";
	width: 47rem;
	height: 131.5rem;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	pointer-events: none;
}

.product::after {
	content: "";
	position: absolute;
	top: -20.3125rem;
	right: -50.875rem;
	z-index: -1;
	width: 83rem;
	height: 83rem;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	pointer-events: none;
}

.product__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.product__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.1875rem;
}

.product__head .breadcrumbs {
	margin-bottom: 0;
}

.product__head-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-align: center;
}

.product__head-rating span {
	position: relative;
	top: 0.125rem;
}

.product__head-rating-icon {
	--icon-size: 1.375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.product__action-compare-icon {
	--icon-size: 1.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.product__action-whish-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.375rem;
	flex: 0 0 1.375rem;
	width: 1.375rem;
	height: 1.125rem;
}

.product-info__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32.125rem;
	flex: 0 0 32.125rem;
	width: 32.125rem;
	max-height: 24.25rem;
	margin: 0rem 0.75rem 0;
}

.product-info__image {
	width: 100%;
	background: white;
	max-width: 100%;
	border-radius: 1rem;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	/* box-shadow: inset 15px 15px 20px -10px #9ab8ff; */
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

.product-info__image-wrapper:hover .product-info__image {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	gap: 4rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0.5rem;
	color: var(--color-text-primary);
	padding: 1.5rem 0 0;
	font-family: var(--font-family-secondary);
}

.product-info__col--right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28.4375rem;
	flex: 0 0 28.4375rem;
}

.product-info__title {
	margin: 0;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.product-info__badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0.6875rem 1.5rem;
	margin: 0 0 1.0625rem;
	background: var(--color-accent);
	color: var(--color-text-primary);
	font-family: var(--font-family-tertiary);
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1;
	border-radius: 0.5rem;
}

.product-info__hashrates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.125rem 0.4375rem;
	margin: 1.25rem 0 0;
}

.product-info__hashrate-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.5625rem;
	font-family: var(--font-family-tertiary);
	color: var(--color-text-primary);
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.3;
	position: relative;
	border-radius: 0.5rem;
	padding: 0.6875rem 1.5rem;
	margin: 0;
	border: 0.0625rem solid rgba(255, 255, 255, 0.5);
	background: transparent;
	cursor: pointer;
	-webkit-transition: opacity var(--transition-base);
	-o-transition: opacity var(--transition-base);
	transition: opacity var(--transition-base);
	overflow: hidden;
}
.product-info__hashrate-wrapper.active {
    background: var(--white-100);
    color: var(--black-100);
}

.product-info__hashrate-wrapper.disable {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

a.product-info__hashrate-wrapper.active.disable {
    background: #838484;
    color: black;
}

.product-info__hashrate-wrapper.disable::after {
    content: '';
    position: absolute;
    width: 107%;
    height: 2px;
    background: #838484;
    transform: rotate(15deg);
}
.product-info__hashrate-wrapper input[type="radio"] {
	display: none;
}

.product-info__hashrate-wrapper input[type="radio"]:checked + label {
	background: var(--white-100);
	color: var(--black-100);
}

.product-info__hashrate-wrapper input[type="radio"]:not(:checked) + label {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.product-info__specs {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: -webkit-min-content 0.625rem -webkit-min-content 0.625rem -webkit-min-content;
	-ms-grid-columns: min-content 0.625rem min-content 0.625rem min-content;
	grid-template-columns: repeat(3, -webkit-min-content);
	grid-template-columns: repeat(3);
	gap: 0.625rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1.8875rem 0 0;
}

.product-info__spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.1875rem;
	padding: 0.25rem 0;
	border-radius: 1.8125rem;
}

.product-info__spec-label {
	color: #a4a4a4;
	font-family: var(--font-family-quinary);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.product-info__spec-value {
	color: var(--color-text-primary);
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.product-info__spec-value--coin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
}

.product-info__coin-icon {
	--coin-size: 1.0625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--coin-size);
	flex: 0 0 var(--coin-size);
	width: var(--coin-size);
	height: var(--coin-size);
}

.product-purchase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 3.9375rem 0 0;
	color: var(--color-text-primary);
}

.product-purchase__price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

.product-purchase__price {
	font-family: var(--font-family-secondary);
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.product-purchase__profit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 0.4375rem 0.625rem;
	margin-left: 1rem;
	border: 0.0625rem solid var(--color-card-background);
	border-radius: 2.875rem;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	background: var(--color-card-background);
}

.product-purchase__profit-label {
	font-size: 0.75rem;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.product-purchase__profit-value {
	font-size: 0.75rem;
	font-weight: 700;
	margin: 0 0 0 0.25rem;
}

.product-purchase__profit-bar-wrapper {
	--indicator-width: 0.1875rem;
	position: relative;
	top: 0.0625rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 6.25rem;
	flex: 1 1 6.25rem;
	height: 0.3125rem;
	margin: 0 0 0 0.625rem;
}

.product-purchase__profit-bar {
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(left, #db0000 0%, #e6ee00 48.56%, #a6ff00 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#db0000),
		color-stop(48.56%, #e6ee00),
		to(#a6ff00)
	);
	background: linear-gradient(90deg, #db0000 0%, #e6ee00 48.56%, #a6ff00 100%);
	border-radius: 1.125rem;
}

.product-purchase__indicator-wrapper {
	position: absolute;
	inset: 0;
	width: calc(100% - var(--indicator-width));
	height: 100%;
}

.product-purchase__profit-indicator {
	position: absolute;
	top: -0.1875rem;
	bottom: -0.1875rem;
	left: 0;
	width: var(--indicator-width);
	height: 0.6875rem;
	border-radius: 1.25rem;
	background: var(--white-100);
}

.product-purchase__installment {
	background: #070809;
	border-radius: 0.75rem;
	border: 0.0625rem solid #454546;
	padding: 1.85rem 1.9375rem;
	margin-top: 0.25rem;
}
.product-purchase__installment-title {
	margin: 0.5625rem 0 0;
	font-family: var(--font-family);
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #575757;
}

.product-purchase__installment-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0.5rem;
	gap: 0.5rem;
}

.product-purchase__installment-step {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.1875rem;
	font-family: var(--font-family);
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #575757;
}

.product-purchase__installment-step::before {
	content: "";
	width: 100%;
	height: 0.4375rem;
	border-radius: 4.3125rem;
	background: #d9d9d9;
}

.product-purchase__installment-step--active::before {
	background-color: var(--color-accent);
}

.product-purchase__installment-amount {
	color: var(--color-text-primary);
}

.product-purchase__installment-btn {
	--btn-height: 3.0625rem;
	width: 100%;
	font-weight: 700;
	font-size: 0.75rem;
}

.product-purchase__manager-btn,
.product-purchase__callback-btn {
	--btn-height: 3.5625rem;
	margin-top: 0.1875rem;
	gap: 0.5rem;
}

.product-purchase__manager-image-wrapper {
	position: relative;
	--img-size: 1.5rem;
	font-size: 0 0 var(--img-size);
	width: var(--img-size);
	height: var(--img-size);
	border-radius: 50%;
}

.product-purchase__manager-image {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.product-purchase__manager-image-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0.4375rem;
	height: 0.4375rem;
	background: #84f000;
	border-radius: 50%;
	border: 0.0625rem solid var(--color-accent);
}

.product-purchase__callback-btn-icon {
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) invert(1);
}

.product-card__price-manager-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: var(--color-accent);
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-card__price-manager-btn:hover {
	background: #0056b3;
	transform: translateY(-2px);
}

.product-card__price-manager-icon {
	width: 1.25rem;
	height: 1.25rem;
	filter: brightness(0) invert(1);
}

.product-card__price-callback-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #dc3545;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-card__price-callback-btn:hover {
	background: #c82333;
	transform: translateY(-2px);
}

.product-card__price-callback-icon {
	width: 1.25rem;
	height: 1.25rem;
	filter: brightness(0) invert(1);
}

.product-card__price-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 2.5rem;
	background: var(--color-accent);
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-card__price-cart-btn:hover {
	background: #218838;
	transform: translateY(-2px);
}

.product-card__price-cart-btn svg {
	width: 1.25rem;
	height: 1.25rem;
	filter: brightness(0) invert(1);
}

.model-item {
	position: relative;
	cursor: default;
	pointer-events: none; }

.model-actions-simple {
	position: relative;
	z-index: 10;
	pointer-events: auto; }

.model-actions-simple button {
	position: relative;
	z-index: 11;
	cursor: pointer;
	pointer-events: auto; }

.model-item .model-actions-simple button:focus {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}
.model-item .model-image,
.model-item .model-info,
.model-item .model-status {
	pointer-events: auto;
}

.product__body {
	display: -ms-grid;
	display: grid;
	gap: var(--product-grid-gap);
	-ms-grid-columns: 34.5625rem 0.875rem 1fr;
	grid-template-columns: 34.5625rem 1fr;
	min-width: 0;
	margin: 5rem 0rem 0;
}

.product__body-right,
.product__body-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--product-grid-gap);
}

.product__footer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr var(--product-grid-gap) 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--product-grid-gap);
	margin-top: var(--product-grid-gap);
}

.product-gallery {
	--gallery-img-border-radius: 0.625rem;
	--swiper-slide-offset: 0.625rem;
	--gallery-img-size: 4.6875rem;
	position: relative;
	overflow: hidden;
	padding: 1.9375rem 2.5rem;
	border-radius: var(--product-card-border-radius);
	background: var(--color-card-background);
}

.product-gallery--middle {
	--gallery-img-border-radius: 1.25rem;
	--gallery-img-size: 9.0625rem;
	--swiper-slide-offset: 1.25rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.product-gallery--middle .product-gallery__container {
	padding: 1.375rem;
	background: #070809;
	border-radius: var(--product-card-border-radius);
}

.product-gallery__slider {
	margin: 0 calc(var(--swiper-slide-offset) / -2);
}

.product-gallery__slide {
	width: calc(var(--gallery-img-size) + var(--swiper-slide-offset)) !important;
	padding: 0 calc(var(--swiper-slide-offset) / 2);
}

.product-gallery__img-wrapper {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--gallery-img-size);
	height: var(--gallery-img-size);
	overflow: hidden;
	border-radius: var(--gallery-img-border-radius);
	cursor: pointer;
}

.product-gallery__slider-wrapper {
	overflow: hidden;
}

.product-gallery__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

.product-gallery__img-wrapper:hover .product-gallery__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-gallery__nav-btn {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.5rem;
	height: 100%;
	border-radius: 0.625rem;
	color: var(--color-text-primary);
	opacity: 0;
	-webkit-transition: all var(--transition-base);
	-o-transition: all var(--transition-base);
	transition: all var(--transition-base);
}

.product-gallery__nav-btn.swiper-button-lock,
.product-gallery__nav-btn.swiper-button-disabled {
	visibility: hidden;
	opacity: 0;
}

.product-gallery__nav-btn.swiper-button-disabled svg {
	opacity: 0.5;
}

.product-gallery__nav-btn svg {
	width: 1.25rem;
	height: 2rem;
}

.product-gallery__nav-btn--prev {
	padding-left: 0.125rem;
	left: 0;
	border-radius: 0.625rem 0 0 0.625rem;
}

.product-gallery__nav-btn--next {
	padding-right: 0.125rem;
	right: 0;
	border-radius: 0 0.625rem 0.625rem 0;
}

.product-form__container {
	background: var(--color-card-background);
	border-radius: var(--product-card-border-radius);
	padding: 2.3125rem 2.3125rem 2.6875rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-form__manager {
	margin: 2.0625rem 0 0;
}

.product-form__label {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--color-text-primary);
}

/* Guarantee Block */
.product-guarantee {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1.625rem 1.75rem 2.5rem;
	border-radius: var(--product-card-border-radius);
	background: var(--color-card-background);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	max-height: max-content;
}

.product-guarantee::before {
	content: "";
	position: absolute;
	right: -25.4375rem;
	top: -6.125rem;
	width: 40.6875rem;
	height: 40.6875rem;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.5) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.5) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	z-index: 0;
	pointer-events: none;
}

.product-guarantee::after {
	content: "";
	position: absolute;
	top: 6.4375rem;
	right: -1.875rem;
	z-index: 0;
	display: block;
	width: 23.4375rem;
	height: 29.125rem;
	background: url("/catalog/view/theme/default/image/shield.png") no-repeat center bottom / contain;
}

.product-guarantee__content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.6875rem;
}

.product-guarantee__body {
	display: none;
}

.product-guarantee__body.active {
	display: block;
}

.product-guarantee__days {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
}

.product-guarantee__desc {
	font-family: var(--font-family-quinary);
	font-size: 0.875rem;
	line-height: 1.3;
	color: var(--color-text-primary);
	max-width: 20rem;
	margin: 1.875rem 0 0;
}

.product-guarantee__types {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	padding: 0.125rem;
	background: #3a3a3a;
	border-radius: 0.625rem;
}

.product-guarantee__type {
	font-family: var(--font-family-secondary);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	padding: 0.5rem 1.0625rem;
	border-radius: 0.625rem;
	border: none;
	background: #3a3a3a;
	color: var(--color-text-primary);
	cursor: pointer;
	-webkit-transition: background-color var(--transition-base), color var(--transition-base);
	-o-transition: background-color var(--transition-base), color var(--transition-base);
	transition: background-color var(--transition-base), color var(--transition-base);
}

.product-guarantee__type.active {
	background: var(--color-accent);
	color: var(--color-text-primary);
}

.product-guarantee__features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.0625rem;
	margin-top: var(--product-grid-gap);
}

.product-guarantee__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8125rem;
	background: none;
}

.product-guarantee__feature-icon {
	width: auto;
	height: 1.5rem;
}
.product-guarantee__feature-icon--wrench {
	width: 1.25rem;
	height: 1.375rem;
}

.product-guarantee__feature-icon--handshake {
	width: 1.875rem;
	height: 1.5rem;
}

.product-guarantee__feature-text {
	font-family: var(--font-family-quinary);
	font-size: 0.875rem;
	color: var(--color-text-primary);
}

/* Delivery Block */
.delivery-block {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	background: var(--color-card-background);
	border-radius: var(--product-card-border-radius);
	padding: 2.5625rem 1.875rem 2.125rem;
	width: 100%;
	max-height: 9rem;
}

.delivery-block__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.delivery-block__text {
	position: relative;
	z-index: 1;
}

.delivery-block__title {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
}

.delivery-block__map {
	--map-size: 65.25rem 48.0625rem;
	--top-pos: -4.875rem;
	--right-pos: -18.0625rem;
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url("/catalog/view/theme/default/image/delivery-map.svg") no-repeat top var(--top-pos) right var(--right-pos) /
		var(--map-size);
}

.delivery-block__map::before {
	content: "";
	position: absolute;
	top: 2.625rem;
	left: 13.8125rem;
	z-index: 0;
	width: 48.8rem;
	height: 2.6875rem;
	background: url("/catalog/view/theme/default/image/delivery-map-line.svg") no-repeat center / contain;
}

/* Description Block */
.product__middle {
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	padding: 1.875rem 2.5rem;
	margin: var(--product-grid-gap) 0 0;
	background: var(--color-card-background);
	border-radius: var(--product-card-border-radius);
	color: var(--color-text-primary);
}

.product-description__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 5.625rem 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 5.625rem;
}

.product-description__row:not(:last-child) {
	margin-bottom: 2.5rem;
}

.product-gallery__title,
.product-description__title,
.product-description h2 {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	letter-spacing: -0.03em;
	margin: 0 0 1.5rem;
}

.product-description h3 {
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -0.03em;
	margin: 0 0 1.25rem;
}

.product-description p,
.product-description h4 {
	margin: 0 0 1.25rem;
}

.product-description p:last-child {
	margin-bottom: 0;
}

.product-description p,
.product-description li,
.product-description h4 {
	font-size: 0.875rem;
	line-height: 160%;
	letter-spacing: -0.03em;
}

.product-description ul,
.product-description ol {
	margin: 0 0 1rem 1.5rem;
	padding: 0;
}

.product-description li:not(:last-child) {
	margin: 0 0 0.625rem;
}

.product-description a {
	color: var(--color-accent);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}

.product-description a:hover {
	text-decoration: underline;
}

/* Reviews */
.reviews {
	background: var(--color-card-background);
	border-radius: var(--product-card-border-radius);
	padding: 2rem 2.5rem 3.1875rem;
	color: var(--color-text-primary);
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.reviews__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.3125rem;
}

.reviews__title {
	font-weight: 600;
	font-size: 1.5625rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	margin-right: 1rem;
}

.reviews__count {
	font-weight: 600;
	font-size: 1.5625rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #575757;
}

.reviews__card {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.375rem 21.375rem;
	grid-template-columns: 1fr 21.375rem;
	gap: 2.375rem;
	position: relative;
}

.reviews__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.875rem;
}

.reviews__avatar {
	--avatar-size: 3.25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--avatar-size);
	flex: 0 0 var(--avatar-size);
	width: var(--avatar-size);
	height: var(--avatar-size);
	border-radius: 50%;
	background: #fec600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.25rem;
}

.reviews__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0.8125rem 0 0;
}

.reviews__name {
	font-weight: 600;
	font-size: 1.25rem;
}
.reviews__user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.3125rem;
}

.reviews__user-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.4375rem;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #aeaeae;
}

.reviews__user-rating-icon {
	--icon-size: 0.875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.reviews__text,
.reviews__read-more {
	font-size: 0.875rem;
	line-height: 1.3;
	word-break: break-all;
}

.reviews__read-more {
	display: inline-block;
	color: var(--color-accent);
}

.reviews__pros-cons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.3125rem;
	margin: 1.0625rem 0 0;
}

.reviews__pros,
.reviews__cons {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.reviews__pros-title,
.reviews__cons-title {
	font-weight: 700;
	font-size: 0.875rem;
	margin-bottom: 0.5625rem;
}

.reviews__pros-text,
.reviews__cons-text {
	font-size: 0.875rem;
}

.reviews__rating {
	padding: 0.9375rem 1.9375rem 2rem;
	margin-bottom: 0.5rem;
	border: 0.0625rem solid #eaecf2;
	border-radius: 0.625rem;
}

.reviews__actions {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.reviews__rating-label {
	font-size: 0.875rem;
	color: #aeaeae;
}

.reviews__rating-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	font-weight: 600;
	font-size: 3.375rem;
	color: var(--color-text-primary);
	margin-right: 0.5rem;
}

.reviews__rating-icon {
	--icon-size: 2.4375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.reviews__rating-particular {
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	margin: 1.5rem 0 0;
}

.reviews__rating-particular-value {
	line-height: 1;
}

.reviews__rating-particular-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.4375rem;
}

.reviews__rating-particular-icon {
	--icon-size: 0.875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.reviews__rating-particular-progressbar {
	overflow: hidden;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 0.375rem;
	background: #eaecf2;
	border-radius: 1.5rem;
}

.reviews__rating-particular-progressbar-fill {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: var(--color-accent);
}

.reviews__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}

.reviews__star {
	width: 0.875rem;
	height: 0.875rem;
	display: inline-block;
}

.reviews__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
	gap: 1rem;
}

.reviews__show-all {
	width: 100%;
	/* margin: 0.75rem 0 0; */
}

/* Expert Opinion Block */
.expert-opinion {
	background: var(--color-card-background-light);
	border-radius: var(--product-card-border-radius);
	padding: 1rem;
	color: var(--color-text-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.75rem;
	justify-content: center;
	align-items: center;
}

.expert-opinion__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 1.5rem;
}

.expert-opinion__title,
.expert-opinion__subtitle {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	letter-spacing: -0.03em;
}

.expert-opinion__subtitle {
	margin: 0.625rem 0 0;
}

.expert-opinion__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.125rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0.3125rem 0 0;
}

.expert-opinion__stat {
	font-family: var(--font-family-quinary);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	text-align: right;
}

.expert-opinion__stat-value {
	font-weight: 700;
}

.expert-opinion__stat-value--blue {
	color: var(--color-accent);
	font-weight: 600;
	margin-left: 0.25rem;
}

.expert-opinion__text {
	margin: 0.9375rem 0 0;
	font-family: var(--font-family-quinary);
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.expert-opinion__text > *:last-child {
	margin-bottom: 0;
}

.expert-opinion__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.4375rem;
	gap: 1.5rem;
}

.expert-opinion__person {
	--expert-image-size: 4.25rem;
}

.expert-opinion__button {
	--btn-height: 4.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 21.375rem;
}

/* Product Cards */

.product-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr var(--product-grid-gap) 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: var(--product-grid-gap);
}
.product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 2.1875rem;
	background: var(--color-card-background);
	border-radius: var(--product-card-border-radius);
	padding: 1.875rem 2.25rem;
	color: var(--color-text-primary);
	font-family: var(--font-family-quaternary);
	font-size: 1rem;
	line-height: 156%;
	letter-spacing: initial;
}
.product-item__col {
}
.product-item__badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 1.1875rem;
	padding: 0 0.625rem 0.0625rem;
	font-size: 0.75rem;
	line-height: 1.1875rem;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	border: 0.0625rem solid var(--color-text-primary);
	border-radius: 2.875rem;
}
.product-item__name {
	margin: 0.5rem 0 0;
}
.product-item__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
	margin: 0.5rem 0 0;
}
.product-item__info-item-title {
	color: rgba(255, 255, 255, 0.5);
}
.product-item__info-item-value {
	font-weight: 700;
}
.product-item__col--actions {
}
.product-item__price,
.product-item__price-new {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 104%;
	text-align: right;
	color: var(--color-accent);
}
.product-item__price-old {
	margin: 0.6875rem 0 0;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 104%;
	text-decoration: line-through;
	text-align: right;
	color: #373e41;
}
.product-item__card-btn {
	--btn-height: 2.8125rem;
	gap: 0.625rem;
	margin: 1.125rem 0 0;
	border-radius: 1.25rem;
	padding: 0 1.5625rem;
	font-weight: 400;
	font-size: 0.875rem;
}

.product-item__card-cart-icon {
	--icon-size: 0.8125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}














.button--accent {
	background: var(--color-accent);
	color: var(--color-text-primary);
}

.button--accent.in-cart {
    background: #dc3545;
}

.breadcrumbs__item--current {
	color: #fff;
}

/* Person info */
.person-info {
	--expert-image-size: 5.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	font-family: var(--font-family-tertiary);
	color: var(--color-text-primary);
}

.person-info__photo {
	width: var(--expert-image-size);
	height: var(--expert-image-size);
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.person-info__name {
	font-weight: 700;
}

.person-info__desc {
	font-size: 0.75rem;
	font-weight: 500;
}

/* Select */
.select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form__input-group .select {
	position: static;
	height: 100%;
	padding: 0 0.5rem 0 1.25rem;
}

.select__current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	background: var(--color-background);
	border-radius: 0.625rem;
	border: 0.0625rem solid var(--color-border);
	padding: 0.625rem 2.375rem 0.625rem 0.875rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	cursor: pointer;
	outline: none;
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.form__input-group .select__current {
	height: 100%;
	padding: 0;
}

.select__icon {
	position: absolute;
	right: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

.select--open .select__icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select__icon svg {
	--icon-size: 1.5rem;
	width: var(--icon-size);
	height: var(--icon-size);
}

.select__list {
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.25rem);
	left: 0;
	width: 100%;
	background: var(--color-background);
	border: 0.0625rem solid var(--color-border);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 0.375rem 0;
	list-style: none;
	max-height: 13.75rem;
	overflow-y: auto;
}

.select__option {
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	font-family: var(--font-family);
	color: var(--color-text-primary);
	cursor: pointer;
	-webkit-transition: background 0.15s, color 0.15s;
	-o-transition: background 0.15s, color 0.15s;
	transition: background 0.15s, color 0.15s;
}

.select__option:hover,
.select__option:focus,
.select__option--focused {
	background: var(--color-accent-light);
	color: var(--color-text-primary);
}

.select__option--selected {
	background: var(--color-accent) !important;
	color: var(--color-text-primary);
}

/* Checkbox */
.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-family-quaternary);
	font-weight: 500;
	font-size: 1rem;
	color: var(--color-text-secondary);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox__input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	color: transparent;
}

.checkbox__custom {
	--checkbox-size: 1.0625rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--checkbox-size);
	height: var(--checkbox-size);
}

.checkbox__custom::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0.25rem;
	background: var(--white-100);
	border: 0.0625rem solid #667085;
}

.checkbox__custom::after {
	--check-size: 0.75rem 0.5625rem;
	content: "";
	position: absolute;
	inset: 0;
	background: url("/catalog/view/theme/default/image/check.svg") no-repeat center center / var(--check-size);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity var(--transition-base), visibility var(--transition-base);
	-o-transition: opacity var(--transition-base), visibility var(--transition-base);
	transition: opacity var(--transition-base), visibility var(--transition-base);
}

.checkbox__input:checked + .checkbox__custom::before {
	border-color: var(--color-accent);
}

.checkbox__input:checked + .checkbox__custom::after {
	opacity: 1;
	visibility: visible;
}

.checkbox__input:focus-visible + .checkbox__custom::before {
	outline: 0.125rem solid var(--color-accent);
}

.checkbox__label {
	font-size: 1rem;
	color: var(--color-text-secondary);
}

/* Form */
.form {
	--field-height: 3.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.125rem;
	margin: 2rem 0 0;
}

.form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.625rem;
}

.form__input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--field-height);
	background: var(--white-10);
	border-radius: 0.625rem;
	border: 0.0625rem solid var(--color-border);
}

.form__input-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0 0 0 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.form__input-label-text {
	--label-height: 1.8125rem;
	height: var(--label-height);
	padding: 0 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 0.75rem;
	line-height: var(--label-height);
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	background: var(--color-background);
	border-radius: 0.625rem;
}

.form__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 0 0.5rem 0 1.25rem;
	height: 100%;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
	outline: none;
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.form__input:focus {
	border-color: var(--color-accent);
}

.form__select .select__current {
	background: transparent;
	border: none;
}

.form__select .select__icon {
	right: 0.375rem;
}

.form__select-icon {
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__row--checkbox {
	margin-top: 0.875rem;
	gap: 0;
}

.form__submit {
	/* margin-top: 0.9375rem; */
}

/* Price table */

.price-table {
	--table-x-padding: 1.75rem;
	--table-row-offset: 0.4375rem;
	overflow: hidden;
	border-radius: 1.25rem 1.25rem 0rem 0rem;
	color: var(--color-text-primary);
}

.price-table__title {
	margin: 0 28px 17px;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -0.02em;
}

.price-table__filters {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.25rem 1.5rem;
	padding: 0.9375rem var(--table-x-padding) 0.5625rem;
	margin: 0 0 calc(var(--table-row-offset) * -1);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: var(--color-card-background);
}

.price-table__filters::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(var(--table-x-padding) * -1);
	right: calc(var(--table-x-padding) * -1);
	width: calc(100% + var(--table-x-padding) * 2);
	height: 0.0625rem;
	background: #3b3b3b;
}

.price-table__filter .checkbox__label {
	color: #667085;
	font-weight: 500;
	font-size: 1rem;
	line-height: 140%;
}

.price-table__checkbox {
	display: none;
}

.price-table__checkbox-custom {
	width: 1.125rem;
	height: 1.125rem;
	border: 0.125rem solid var(--color-accent);
	border-radius: 0.25rem;
	margin-right: 0.5rem;
	background: #23272e;
	position: relative;
}

.price-table__checkbox:checked + .price-table__checkbox-custom {
	background: var(--color-accent);
	border-color: var(--color-accent);
}

.price-table__checkbox:checked + .price-table__checkbox-custom::after {
	content: "";
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	background: #fff;
	border-radius: 0.125rem;
	position: absolute;
	top: 0.125rem;
	left: 0.125rem;
}

.price-table__table-wrapper {
	overflow-x: auto;
}

.price-table__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 var(--table-row-offset) !important;
	background: transparent;
}

.price-table table.price-table__table > thead > tr > th,
.price-table table.price-table__table > tbody > tr > td {
	background: var(--color-card-background);
	padding: 0.875rem 0;
	text-align: left;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 500;
	vertical-align: middle;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.price-table table.price-table__table > thead > tr > th {
	color: #667085;
	font-weight: 600;
	background: var(--color-card-background);
	border: none;
}

.price-table th:first-child {
	border-top-left-radius: var(--product-card-border-radius);
}
.price-table th:last-child {
	border-top-right-radius: var(--product-card-border-radius);
}

.price-table table.price-table__table > tbody > tr > td {
	padding: 0.625rem 0;
	color: var(--color-text-primary);
	background: #373b3c;
}

.price-table table.price-table__table > tbody > tr > td.disabled {
	opacity: 0.2;
}

.price-table table.price-table__table > tbody > tr.even > td {
	background: var(--color-card-background);
}

.price-table table.price-table__table thead > tr > th:before,
.price-table table.price-table__table thead > tr > th:after {
	display: none !important;
}

.price-table th.sorting .price-table__th-wrapper {
	position: relative;
}

.price-table th.sorting .price-table__th-wrapper::after {
	--arrow-size: 1.25rem;
	position: absolute;
	top: 50%;
	right: calc(var(--arrow-size) * -1);
	content: "";
	background: url("/catalog/view/theme/default/image/arrow-down.svg") no-repeat center center / contain;
	width: var(--arrow-size);
	height: var(--arrow-size);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform var(--transition-base);
	transition: -webkit-transform var(--transition-base);
	-o-transition: transform var(--transition-base);
	transition: transform var(--transition-base);
	transition: transform var(--transition-base), -webkit-transform var(--transition-base);
}

.price-table th.sorting_desc .price-table__th-wrapper,
.price-table th.sorting_asc .price-table__th-wrapper {
	color: var(--color-accent);
}

.price-table th.sorting_desc .price-table__th-wrapper::after {
	background-image: url("/catalog/view/theme/default/image/arrow-down-accent.svg");
}

.price-table th.sorting_asc .price-table__th-wrapper::after {
	background-image: url("/catalog/view/theme/default/image/arrow-down-accent.svg");
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.price-table table.price-table__table thead > tr > th:first-child,
.price-table table.price-table__table tbody > tr > td:first-child {
	padding-left: var(--table-x-padding) !important;
}

.price-table table.price-table__table thead > tr > th:last-child,
.price-table table.price-table__table tbody > tr > td:last-child {
	padding-right: var(--table-x-padding) !important;
}

.price-table__action {
	width: 4.875rem !important;
}

.price-table__delivery-icon {
	--delivery-icon-size: 1.2rem;
	width: var(--delivery-icon-size);
	height: var(--delivery-icon-size);
}

.price-table__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-table__badge {
	display: inline-block;
	padding: 0.125rem 0.625rem;
	margin-left: 0.5rem;
	color: var(--color-text-primary);
	border: 0.0625rem solid var(--color-text-primary);
	border-radius: 2.875rem;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.price-table tr.even .price-table__badge {
	color: var(--color-accent);
	border-color: var(--color-accent);
}

.price-table__badge--blue {
	background: var(--color-accent);
	color: var(--color-text-primary);
}

.price-table__badge--subtype {
	/* background: #28a745; */
	color: white;
	margin-left: 0.25rem;
}

.price-table__badge--api {
	/* background: #6c757d; */
	color: white;
	border-color: #6c757d;
}

.api-miner-row {
	opacity: 0.7;
}

.api-miner-row .price-table__model {
	color: #6c757d;
}

.api-miner-row .price-table__price {
	color: #6c757d;
	font-style: italic;
}

.price-table__action-info {
	color: #6c757d;
	font-size: 0.75rem;
	font-style: italic;
}

.price-table__action-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--color-accent);
	border: none;
	padding: 0;
	border-radius: 1.25rem;
	padding: 0.625rem 1.5625rem;
	-webkit-transition: background var(--transition-base);
	-o-transition: background var(--transition-base);
	transition: background var(--transition-base);
}

.price-table__action-btn.in-cart {
    background: #e72f2f;
}

.price-table__action-btn.active.in-cart {
    background: #c91d1d;
}

button.price-table__action-btn.active {
    background: #85fd5e;
}

.price-table__action-btn:hover {
	background: var(--color-accent-hover);
}

.price-table__action-btn-icon {
	--action-btn-icon-size: 1.2rem;
	width: var(--action-btn-icon-size);
	height: var(--action-btn-icon-size);
}

.price-table__show-more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-table__show-more {
	--more-btn-height: 3.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: var(--more-btn-height);
	padding: 0 1.5rem;
	background: var(--color-card-background);
	border-radius: 0 0 1.25rem 1.25rem;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 1rem;
	line-height: var(--more-btn-height);
	letter-spacing: -0.02em;
	color: #667085;
	gap: 0.5rem;
	cursor: pointer;
	-webkit-transition: background var(--transition-base), color var(--transition-base);
	-o-transition: background var(--transition-base), color var(--transition-base);
	transition: background var(--transition-base), color var(--transition-base);
}

.price-table__show-more svg {
	--icon-size: 0.875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}








.header__callback-btn {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: var(--color-text-primary);
}

.header__callback-btn:hover {
	background: var(--color-accent-hover, #0056b3);
	border-color: var(--color-accent-hover, #0056b3);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.header__callback-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2);
}
.header__wishlist-btn {
	color: var(--color-text-primary);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgb(255 255 255 / 10%);
	background: rgb(123 0 0 / 53%);
}

.header__wishlist-btn:hover {
	background: var(--color-primary-hover, #e74c3c);
	border-color: var(--color-primary-hover, #e74c3c);
	box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.header__wishlist-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(231, 76, 60, 0.2);
}
.header__cart-btn {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.header-cart-count {
    background: #007bff;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.header-cart-count.updated {
    transform: scale(1.2);
    background: #28a745;
}
.nav_botmenu {
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
    display: flex;
    gap: .5rem;
    background: rgb(0 0 0 / 10%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(2.5);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: .5rem;
}

.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    z-index: 10000;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    color: white;
}

.cart-notification--success {
    background: #28a745;
}

.cart-notification--error {
    background: #dc3545;
}

.cart-notification--info {
    background: #17a2b8;
}

.btn.in-cart {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn.in-cart:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.modal-selection-modal {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.quantity-input {
    width: 60px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
}

.loading {
    text-align: center;
    /* padding: 50px; */
    /* color: #666; */
}


.floating-cart {
    background: #007bff;
    color: white;
    border: none;
    border-radius: .8rem;
    padding: .2rem 1rem;
    cursor: pointer;
    /* box-shadow: 0 4px 20px rgba(0,123,255,0.3); */
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 4.5rem;
    justify-content: center;
}

.floating-cart:hover {
    background: #0056b3;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,123,255,0.4);
}

.floating-cart.empty {
    cursor: default;
    color: white;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(0 0 0 / 40%);
    /* mix-blend-mode: difference; */
}

.floating-cart.empty:hover {
    background: #6c757d;
    transform: translateX(-50%);
    box-shadow: 0 4px 20px rgba(108,117,125,0.3);
}

.floating-cart-icon {
    width: 20px;
    height: 20px;
}

.floating-cart-count {
    background: rgb(0 0 0 / 90%);
    color: #ffffff;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.floating-cart.empty .floating-cart-count {
    color: #ffffff;
}

.cart-modal {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.cart-modal-content {
    width: 90%;
    max-width: 40rem;
    max-height: 50rem;
    overflow: hidden;
    background: rgb(255 255 255 / 10%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 10%);
}

.cart-modal-header {
    padding: 1rem 2rem;
    /* background: #000000; */
    border-bottom: 1px solid #dee2e614;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-modal-header h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}

.cart-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    background: none;
    border: none;
}

.cart-modal-close:hover {
    color: #000;
}

.cart-modal-body {
    padding: 0;
    /* max-height: 14rem; */
    overflow-y: auto;
    height: auto;
}

.cart-items {
    padding: 0;
    overflow: hidden;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: .5rem 2rem;
    border-bottom: 1px solid #dee2e614;
    gap: 15px;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 4rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background: white;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: .4rem;
    font-size: .9rem;
}

.cart-item-badge {
    display: inline-block;
    color: #ffffff;
    border-radius: 2.875rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.03em;
}
.cart-item-badge--subtype {
    color: #ffffff;
    font-weight: 600;
    font-size: .8rem;
    background: rgb(0 0 0 / 40%);
    width: fit-content;
    padding: .2rem .7rem;
    border-radius: .6rem;
}

.cart-item-price {
    color: #ffffff;
    font-weight: 600;
    font-size: .9rem;
    background: rgb(0 0 0 / 40%);
    width: fit-content;
    padding: .2rem .7rem;
    border-radius: .6rem;
}
.cart-item--type {
    color: #ffffff;
    font-weight: 600;
    font-size: .8rem;
    background: rgb(0 0 0 / 40%);
    width: fit-content;
    padding: .2rem .7rem;
    border-radius: .6rem;
}

.cart-item--type.china {
    background: #dc3545;
}
.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cart-quantity-controls {
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 40%);
}

.cart-quantity-btn {
    width: 2rem;
    height: 2rem;
    border: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    transition: .2s;
}

.cart-quantity-btn.minus {
    background: #2b2b2b;
    color: white;
}

.cart-quantity-btn.minus:hover {
    background: #0f5718;
}

.cart-quantity-btn.plus {
    background: #2b2b2b;
    color: white;
}

.cart-quantity-btn:hover {
    background: #c82333;
}

.cart-quantity-input {
    width: 3rem;
    height: 2rem;
    text-align: center;
    border: none;
    background: rgb(0 0 0 / 40%);
    font-size: .8rem;
    color: white;
}

.cart-quantity-input:focus {
    outline: none;
}

.cart-remove-btn {
    background: rgb(0 0 0 / 40%);
    color: #ffffff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: .2s;
}

.cart-remove-btn:hover {
    background: #c82333;
}

.cart-empty {
    text-align: center;
    padding: 40px 25px;
    color: #666;
}

.cart-modal-footer {
    padding: 1rem 2rem;
    border-top: 1px solid #dee2e614;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.cart-total-label {
    color: #ffffff;
}

.cart-total-value-container {
    display: flex;
    gap: 1rem;
}

.cart-total-value {
    color: #ffffff;
}

.cart-actions {
    margin-bottom: 20px;
}

.clear-cart-btn {
    display: flex;
    align-items: center;
    gap: 0rem;
    background: #dc3545;
    color: white;
    border: none;
    padding: .2rem .6rem;
    border-radius: .4rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
}

.clear-cart-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.clear-cart-btn:active {
    transform: translateY(0);
}

.clear-cart-icon {
    width: .8rem;
    height: .8rem;
    flex-shrink: 0;
}

.clear-cart-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.quick-order-form {
    margin-top: 20px;
}

.quick-order-title {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    display: none;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.form-group.full-width {
    flex: none;
    width: 100%;
}

.form-group label {
    /* display: block; */
    margin-bottom: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: .9rem;
}

.form-group input {
    width: 100%;
    padding: .7rem 1rem;
    border: 1px solid #00000014;
    border-radius: 6px;
    font-size: .7rem;
    transition: border-color 0.3s ease;
    color: white;
    background: rgb(0 0 0 / 20%);
}

.form-group input::placeholder {
    color: white;
}

.form-group input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

.form-group input.required {
    border-color: #dc3545;
}

.checkout-btn {
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: .7rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.checkout-btn:hover {
    background: #218838;
}

.checkout-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}




.tg-banner {
	position: relative;
	padding: 0 0 4.5rem;
	margin: 0 0 4.375rem;
}

.tg-banner__container {
}

.tg-banner::after {
	content: "";
	position: absolute;
	top: 100%;
	left: var(--container-padding);
	right: var(--container-padding);
	width: calc(100% - var(--container-padding) * 2);
	height: 0.0625rem;
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0)),
		color-stop(50%, rgba(255, 255, 255, 1)),
		to(rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 100%
	);
}

.tg-banner__card {
	position: relative;
	width: 100%;
	padding: 3rem 2.1875rem 2.6875rem;
	background: var(--color-card-background);
	border-radius: 1.875rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tg-banner__close {
	position: absolute;
	top: 1.5625rem;
	right: 1.5625rem;
	z-index: 3;
	width: 1.5rem;
	height: 1.5rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #505050;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}
.tg-banner__close-icon {
	width: 1.625rem;
	height: 1.625rem;
	display: block;
}
.tg-banner__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	line-height: 1.3;
}
.tg-banner__subtitle {
	padding-right: 2rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.5);
}
.tg-banner__title {
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--color-text-primary);
	margin: 0;
}
.tg-banner__button {
	--btn-height: 2.5rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 0.75rem;
	padding: 0 2.625rem;
	margin-top: 1rem;
	letter-spacing: 0;
}
.tg-banner__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("/catalog/view/theme/default/image/banner-tg-bg.jpg") center/cover no-repeat;
	pointer-events: none;
}

.blog {
	margin: 2.9375rem 0rem 0;
}
.blog__container {
}
.blog__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	margin: 0 0 3.1875rem;
}
.blog__title {
	margin: 0;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2.8125rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
}
.blog__title-icon {
	position: relative;
	top: -0.25rem;
	--icon-size: 2.1875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}
.blog__search {
	position: relative;
}
.blog__search-input {
	width: 29.5rem;
	max-width: 100%;
	padding: 0.75rem 0.625rem 0.75rem 3.6875rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #99999b;
	border: 0.0625rem solid #434343;
	border-radius: 0.625rem;
	background: var(--white-10);
	color: var(--color-text-primary);
}

.blog__search-input::-webkit-input-placeholder {
	color: #99999b;
}

.blog__search-input::-moz-placeholder {
	color: #99999b;
}

.blog__search-input:-ms-input-placeholder {
	color: #99999b;
}

.blog__search-input::-ms-input-placeholder {
	color: #99999b;
}

.blog__search-input::placeholder {
	color: #99999b;
}

.blog__search-btn {
	position: absolute;
	top: 0.375rem;
	bottom: 0.375rem;
	left: 0.4375rem;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.625rem;
	padding: 0.625rem;
	background: #070809;
	color: var(--color-text-primary);
}

.blog__search-icon {
	--icon-size: 0.75rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
}

.blog__slider {
	--slider-gap: 1.25rem;
	position: relative;
	padding: 0 0 2.8125rem;
}

.blog__swiper {
	overflow: visible;
}
.blog__grid {
	--blog-grid-cols: 3;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(var(--blog-grid-cols), 1fr);
	gap: 1.25rem;
}

.blog-card {
	padding: 1.25rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
	font-family: var(--font-family-quaternary);
	background: #121618;
	border-radius: 1.875rem;
	-webkit-transition: background-color var(--transition-base);
	-o-transition: background-color var(--transition-base);
	transition: background-color var(--transition-base);
}

.blog-card:hover {
	background: var(--white-100);
}

.blog-card__inner,
.blog-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
	height: 35rem;
}

.blog-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
.blog-card__date {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.71;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}
.blog-card__tag {
	--blog-card-tag-height: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0.9375rem;
	height: var(--blog-card-tag-height);
	line-height: var(--blog-card-tag-height);
	background: #23292c;
	border-radius: 1.875rem;
	border: 0.0625rem solid #474747;
}
.blog-card__tag-inner {
	font-weight: 400;
	font-size: 0.875rem;
	color: var(--color-text-primary);
	letter-spacing: 0;
}
.blog-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.5625rem;
	color: var(--color-text-primary);
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}
.blog-card__title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 0;
	-webkit-transition: color var(--transition-base);
	-o-transition: color var(--transition-base);
	transition: color var(--transition-base);
}
.blog-card__icon {
	--blog-card-link-icon: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--blog-card-link-icon);
	flex: 0 0 var(--blog-card-link-icon);
	width: var(--blog-card-link-icon);
	height: var(--blog-card-link-icon);
}
.blog-card__desc {
	font-weight: 400;
	font-size: 1.125rem;
	color: #777;
	line-height: 1.33;
}
.blog-card__image-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #23292c;
	border-radius: 1.1875rem;
}

.blog-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.blog-card:hover .blog-card__link {
	color: var(--color-text-dark);
}

.blog-card:hover .blog-card__date {
	color: rgba(0, 0, 0, 0.5);
}

.blog__accent-text {
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: -0.03em;
	text-align: right;
	color: var(--color-accent);
}

.blog-categories {
	--category-height: 3rem;
	margin: 0 0 6.25rem;
}

.blog-categories__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.blog-categories__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: var(--category-height);
	gap: 0.9375rem;
	padding: 0 1.25rem;
	font-family: var(--font-family-quaternary);
	font-weight: 600;
	font-size: 1rem;
	line-height: var(--category-height);
	color: #c0c5d0;
	background: #121618;
	border-radius: 0.625rem;
	-webkit-transition: color var(--transition-base), background-color var(--transition-base);
	-o-transition: color var(--transition-base), background-color var(--transition-base);
	transition: color var(--transition-base), background-color var(--transition-base);
}
.blog-categories__item--current {
	color: var(--color-text-primary);
	background: var(--color-accent);
}
.blog-categories__item-icon {
	--icon-size: 2.1875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
	-o-object-fit: contain;
	object-fit: contain;
}
.blog-categories__item-text {
	white-space: nowrap;
	letter-spacing: 0;
}

.blog__more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog__more {
	padding: 0 4.125rem;
	margin: 7.9375rem 0 0;
}















.blog--grid-single {
	margin-top: 9.375rem;
}

.article {
	--sidebar-width: 18.3125rem;
	margin: 8.5rem 0 6rem;
}

.article::before {
	position: absolute;
	top: -42.75rem;
	left: -38.25rem;
	z-index: -1;
	content: "";
	width: 47rem;
	height: 131.5rem;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	pointer-events: none;
}

.article::after {
	content: "";
	position: absolute;
	top: -38.3125rem;
	right: -41.875rem;
	z-index: -1;
	width: 83rem;
	height: 83rem;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.3) 0%,
		rgba(38, 98, 246, 0) 100%
	);
	pointer-events: none;
	opacity: 0.3;
}

.article__title {
	margin: 0;
	font-family: var(--font-family-quaternary);
	font-weight: 700;
	font-size: 2.8125rem;
	line-height: 140%;
	letter-spacing: 0.04em;
	color: var(--color-text-primary);
}

.article__header {
	display: flex;
	flex-direction: column-reverse;
	margin: 3.75rem 0;
}
.article__meta {
	display: flex;
	flex-direction: column;
	gap: 3.3125rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: -0.02em;
}
.article__meta-item {
	font-family: var(--font-family-quinary);
	color: #a4a4a4;
}
.article__meta-title {
}
.article__meta-value {
	margin: 0.125rem 0 0;
	font-family: var(--font-family-secondary);
	color: var(--color-text-primary);
	transition: color var(--transition-base);
}

a.article__meta-value:hover {
	color: var(--color-accent);
}

.article__image-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 0;
	padding-bottom: 30.7%;
	border-radius: 1.25rem;
}
.article__image {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article__body {
	font-family: var(--font-family-quaternary);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 133%;
	color: #ffffff;
}
.article__body p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.6;
}

.article__body h1 {
	font-size: 2.5em;
	margin: 2em 0 1em 0;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-text-primary);
}

.article__body h2 {
	font-size: 2em;
	margin: 2em 0 1em 0;
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-text-primary);
}

.article__body h3 {
	font-size: 1.5em;
	margin: 1.5em 0 0.75em 0;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text-primary);
}

.article__body h4 {
	font-size: 1em;
	margin: 1.5em 0 0.75em 0;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text-primary);
}

.article__body h5 {
	font-size: 0.875em;
	margin: 1.5em 0 0.75em 0;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text-primary);
}

.article__body h6 {
	font-size: 0.75em;
	margin: 1.5em 0 0.75em 0;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text-primary);
}

.article__body ul,
.article__body ol {
	font-size: 1em;
	margin: 1.5em 0;
	padding-left: 1.2em;
	line-height: 1.6;
}

.article__body li {
	font-size: 1em;
	margin: 0.5em 0;
	line-height: 1.6;
}

.article__body ul ul,
.article__body ol ol,
.article__body ul ol,
.article__body ol ul {
	margin: 0.5em 0;
}

.article__body ul {
	padding-left: 0;
}
.article__body ul li {
	padding-left: 1em;
	margin: 1em 0;
	border-left: 0.125em solid var(--color-accent);
	list-style: none;
}

.article__body a {
	color: var(--color-accent);
	text-decoration: underline;
	transition: color 0.3s ease;
}

.article__body a:hover {
	text-decoration: none;
}

.article__body a:visited {
	color: var(--color-accent);
}
.article__body img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 1.5em 0;
	border-radius: 0.25em;
}

.article__body figure {
	margin: 1.5em 0;
}

.article__body figcaption {
	font-size: 0.875em;
	color: #666;
	text-align: center;
	margin-top: 0.5em;
}

.article__body blockquote {
	font-size: 1em;
	margin: 1.5em 0;
	padding: 1em 1.5em;
	border-left: 0.75em solid var(--color-accent);
	background-color: var(--color-card-background);
	font-style: italic;
}

.article__body blockquote p {
	margin: 0;
}

.article__body blockquote cite {
	font-size: 0.875em;
	color: #666;
	display: block;
	margin-top: 0.5em;
}

.article__body code {
	font-size: 0.875em;
	background-color: var(--color-card-background);
	padding: 0.125em 0.75em;
	border-radius: 0.75em;
	font-family: "Courier New", monospace;
	color: var(--color-text-primary);
}

.article__body pre {
	font-size: 0.875em;
	background-color: var(--color-card-background);
	padding: 1em;
	border-radius: 0.75em;
	overflow-x: auto;
	margin: 1.5em 0;
}

.article__body pre code {
	background: none;
	padding: 0;
}
.article__body table {
	font-size: 1em;
	width: 100%;
	border: 0.0625em solid #303030;
	border-collapse: collapse;
	margin: 1.5em 0;
}

.article__body th,
.article__body td {
	padding: 0.75em;
	text-align: left;
	border-bottom: 0.0625em solid #303030;
}

.article__body th {
	background-color: var(--color-card-background);
	font-weight: 600;
	color: var(--color-text-primary);
}

.article__body tr:hover {
	background-color: #262728;
}

.article__body hr {
	border: none;
	border-top: 0.0625em solid #dee2e6;
	margin: 2em 0;
}

.article__body strong,
.article__body b {
	font-weight: 600;
	color: var(--color-text-primary);
}

.article__body em,
.article__body i {
	font-style: italic;
}

.article__body mark {
	background-color: #fff3cd;
	padding: 0.125em 0.25em;
}

.article__body del {
	text-decoration: line-through;
	color: #666;
}

.article__body ins {
	text-decoration: underline;
}

.article__body sub {
	font-size: 0.75em;
	vertical-align: sub;
}

.article__body sup {
	font-size: 0.75em;
	vertical-align: super;
}

.article__body dl {
	font-size: 1em;
	margin: 1.5em 0;
}

.article__body dt {
	font-weight: 600;
	margin-top: 1em;
}

.article__body dd {
	margin: 0.5em 0 0 1em;
	padding-left: 1em;
}

.article__body address {
	font-size: 1em;
	font-style: italic;
	margin: 1.5em 0;
}

.article__body time {
	font-size: 1em;
	color: #666;
}

.article__body progress {
	width: 100%;
	height: 1.5em;
	margin: 1em 0;
}

.article__body meter {
	width: 100%;
	height: 1.5em;
	margin: 1em 0;
}

.article__body details {
	font-size: 1em;
	margin: 1.5em 0;
	padding: 1em;
	border: 0.0625em solid #dee2e6;
	border-radius: 0.75em;
}

.article__body details > summary {
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 0.5em;
}

.article__body details[open] > summary {
	margin-bottom: 1em;
}

.article__body video,
.article__body audio {
	width: 100%;
	margin: 1.5em 0;
	border-radius: 0.75em;
}

/* Canvas */
.article__body canvas {
	max-width: 100%;
	height: auto;
	margin: 1.5em 0;
	border: 0.0625em solid #dee2e6;
	border-radius: 0.75em;
}

/* SVG */
.article__body svg {
	/* max-width: 100%; */
	/* height: auto; */
	/* margin: 1.5em 0; */
}

.article__body nav {
	font-size: 1em;
	margin: 3em 0;
	padding: 1.5em;
	background-color: var(--color-card-background);
	border-radius: 1.1em;
}

.article__body nav > b {
	display: block;
	font-size: 1.25em;
	margin-bottom: 1em;
	font-weight: 600;
	color: var(--color-text-primary);
}

.article__body nav ol {
	margin: 0;
	padding-left: 1em;
}

.article__body nav > ol {
	padding-left: 0.2em;
}

.article__body nav li {
	margin: 0.5em 0;
}

.article__body nav li:last-child {
	margin-bottom: 0;
}

.article__body nav a {
	color: var(--color-accent);
	text-decoration: none;
	transition: color 0.3s ease;
}

.article__body nav a:hover {
	text-decoration: underline;
}

.article__body > *:first-child {
	margin-top: 0;
}
.article__body > *:last-child {
	margin-bottom: 0;
}
.reviews-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color-card-background);
    padding: 1rem 2rem 2rem;
    border-radius: 1rem;
}


.article-comments__form {background: #121618;/* border: 1px solid var(--color-border-dark); */border-radius: 1rem;margin-top: 1rem;}
          .article-comments__form--h2 { font-weight: 700; font-size: 18px; margin-bottom: 12px; color: var(--white-100); }
          .review-form { display: flex; flex-direction: column; gap: 12px; }
          .form-group { display: flex; flex-direction: column; gap: 6px; }
          .form-group.required .form-label::after { content: " *"; color: var(--color-accent-green); }
          .form-label { font-weight: 600; color: var(--white-100); }
          .form-input, .form-textarea {width: 100%;border: 1px solid var(--color-border-dark);border-radius: 6px;padding: 10px 12px;color: var(--white-100);background: var(--black-10);}
          .form-input::placeholder, .form-textarea::placeholder { color: var(--color-text-tertiary); }
          .form-input:focus, .form-textarea:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px var(--color-accent-light); }
          .form-textarea { min-height: 120px; resize: vertical; }
          .form-help { font-size: 12px; color: var(--color-text-secondary); }
          .rating-compact { display: flex; flex-direction: column; gap: 6px; }
          .rating-stars { display: inline-flex; gap: 6px; position: relative; }
          .rating-star { position: relative; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; transition: background-color .15s ease, transform .1s ease; background: transparent; }
          .rating-star:hover { background: var(--white-10); }
          .rating-star:focus-within { outline: 2px solid var(--color-accent); outline-offset: 2px; }
          .rating-star input { position: absolute; opacity: 0; pointer-events: none; }
          .star-icon { color: var(--color-border); display: inline-flex; transition: color .15s ease, transform .1s ease; }
          .rating-star:hover .star-icon { transform: scale(1.05); }
          .rating-star.is-active .star-icon { color: var(--color-accent); }
          .rating-star.is-preview .star-icon { color: var(--color-accent); }
          .form-actions {margin-top: 1rem;display: flex;gap: 1rem;}
          .form-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border-radius: 8px; background: var(--color-accent); color: var(--white-100); border: none; cursor: pointer; font-weight: 700; letter-spacing: .2px; transition: background-color .15s ease, transform .05s ease; }
          .form-button:hover { background: var(--color-accent-hover); }
          .form-button:active { transform: translateY(1px); }

          @media (min-width: 640px) {
            .article-comments__form {padding: 2rem;}
            .review-form { gap: 14px; }
          }

		  .reviews-list { display: flex; flex-direction: column; gap: 16px; }
		  .review-item {background: var(--color-card-background);/* border: 1px solid var(--color-border-dark); */border-radius: 1rem;}
		  .review-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
		  .review-author { display: flex; align-items: center; gap: 12px; }
		  .review-author-avatar { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background: var(--color-card-background-dark); }
		  .review-author-avatar svg { color: var(--white-10); }
		  .review-author-info { display: flex; flex-direction: column; }
		  .review-author-name { font-weight: 600; color: var(--white-100); }
		  .review-date { font-size: 12px; color: var(--color-text-secondary); }
		  .review-rating { display: flex; gap: 4px; }
		  .review-star { display: inline-flex; line-height: 1; }
		  .review-star svg { width: 16px; height: 16px; }
		  .review-star--filled { color: var(--color-accent); }
		  .review-star--empty { color: var(--color-border); }
		  .review-content { margin-top: 8px; color: var(--color-text-secondary); }
		  .review-content p { margin: 0; line-height: 1.6; white-space: pre-line; }
		  .reviews-pagination { margin-top: 16px; display: flex; justify-content: center; }
		  .reviews-empty {background: #121618;border: 1px dashed var(--color-border-dark);border-radius: 8px;padding: 24px;text-align: center;color: var(--color-text-secondary);}
		  .reviews-empty-icon { display: flex; justify-content: center; margin-bottom: 8px; }
		  .reviews-empty-icon svg { color: var(--color-border-dark); }
		
		  @media (min-width: 640px) {
			.review-item {padding: 2rem;}
			.reviews-list { gap: 20px; }
		  }










.moneta_box__catalog {
	border-radius: 0.75em;
	padding: 1.875em;
	background: var(--color-card-background);
	color: var(--color-text-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1.25em 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 2.5em -0.625em var(--color-card-background);
	box-shadow: 0 0 2.5em -0.625em var(--color-card-background);
	align-items: center;
}

.moneta_box__catalog.calc p.moneta_box__catalog__p {
	text-align: right;
}

.moneta_box__catalog.otel {
	background: var(--color-accent);
}

.moneta_box__catalog.otel a {
}

.moneta_box__catalog.otel .moneta_box__catalog__svg {
	top: -20%;
	right: 30%;
}

.moneta_box__catalog.calc {
	background: -o-linear-gradient(
		135deg,
		var(--color-accent),
		var(--color-accent),
		var(--color-accent),
		var(--color-accent)
	);
	background: linear-gradient(
		-45deg,
		var(--color-accent),
		var(--color-accent),
		var(--color-accent),
		var(--color-accent)
	);
	background-size: 800% 800%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.moneta_box__catalog.calc p.moneta_box__catalog__p {
	text-align: right;
}

.moneta_box__catalog.calc .moneta_box__catalog__svg {
	right: auto;
	left: 30%;
}

.moneta_box__catalog__svg {
	-webkit-filter: invert(1);
	filter: invert(1);
	width: 7.5em;
	height: 7.5em;
	position: absolute;
	right: 20%;
	-webkit-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	transform: rotate(-26deg);
	bottom: -3.75em;
	opacity: 0.4;
}

p.moneta_box__catalog__p {
	max-width: 50%;
	min-width: 15.625em;
	margin: 0 !important;
}

p.moneta_box__catalog__p strong {
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}

a.moneta_box__catalog__a {
	padding: 0.625em 1.5625em;
	border-radius: 0.625em;
	border: 0.0625em solid var(--color-text-primary);
	color: var(--color-text-primary);
	letter-spacing: 0.0625em;
	background: rgb(0 0 0 / 30%);
	z-index: 2;
	position: relative;
	text-decoration: none !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.moneta_box__catalog__a:hover {
	background: var(--color-accent-hover);
}
.subscribe-tg-blog {
	height: 3.125em;
	background: -o-linear-gradient(45deg, #00d2ff, #3a7bd5);
	background: linear-gradient(45deg, #00d2ff, #3a7bd5);
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	border-radius: 0.9375em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	overflow: hidden;
	color: #fff;
	font-weight: 600;
	text-align: center;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.subscribe-tg-blog:hover {
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
	-webkit-box-shadow: 0 0 1.25em 0.1875em rgb(54 133 251 / 60%);
	box-shadow: 0 0 1.25em 0.1875em rgb(54 133 251 / 60%);
}

.subscribe-tg-blog-btn {
	background-color: var(--white-100);
}

.subscribe-tg-blog-logo {
	width: 3.125em;
	margin-top: 0.3125em;
	color: rgba(206, 226, 241, 0.15);
}

.subscribe_button {
	background: -o-linear-gradient(45deg, #00d2ff, #3a7bd5, #d76565, #dd5757);
	background: linear-gradient(45deg, #00d2ff, #3a7bd5, #d76565, #dd5757);
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	border-radius: 0.5em;
	overflow: hidden;
	color: var(--color-text-primary);
	font-weight: 600;
	text-align: center;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.subscribe-svg-youtube {
	right: 0;
	top: -0.625em;
}

.subscribe_button_telegram__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-text-primary) !important;
	height: 3.125em;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	z-index: 2;
	text-decoration: none !important;
}

.subscribe_button_youtube__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-text-primary) !important;
	height: 3.125em;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	position: relative;
	text-decoration: none !important;
}

.subscribe-svg-tg {
	top: 0;
	left: 0;
}

.subscribe_button__part > svg {
	width: 12.5em;
	height: 12.5em;
	position: absolute;
	z-index: 1;
	opacity: 0.2;
}

.subscribe_button_telegram__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-text-primary);
	height: 6.25em;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	letter-spacing: 0.0625em;
	align-items: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	z-index: 2;
}

.subscribe_button__part {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	width: 100%;
}

.subscribe_button__part:hover {
	background: rgb(0 0 0 / 29%);
}

.subscribe_button_youtube__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-text-primary);
	height: 6.25em;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	letter-spacing: 0.0625em;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	position: relative;
}

.subscribe-svg-tg {
	top: 0;
	left: 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@media (hover: hover) {
.menu__header-nav-link:hover,
	.menu-listing__link:hover,
	.menu-listing__title:hover {
		color: var(--color-accent);
	}

	.menu__services-card:hover .menu__services-icon-wrapper {
		background: var(--color-accent);
	}

	.menu__services-title:hover {
		color: var(--color-accent);
	}

	.menu__services-card:hover::before {
		opacity: 1;
		visibility: visible;
	}

.header__action-btn:hover {
		/* background: var(--color-text-primary); */
		color: var(--black-100);
	}

.header__compare-btn:hover {
    background: black;
}

	.header__menu-link:hover,
	.header__catalog:hover {
		color: var(--color-accent);
	}

	.button--primary:hover,
	.button--secondary:hover {
		background: var(--color-accent);
		color: var(--color-text-primary);
	}

	.slider-navigation__button:not(:disabled):hover {
		background-color: var(--color-accent-hover);
	}

	.media-card__video-preview:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.top-miners__category-tab:hover:not(.active),
	.top-miners__subcategory:hover:not(.active) {
		background: var(--black-10);
	}

	.footer__menu-link:hover,
	.breadcrumbs__link:hover,
	.product-card__name:hover {
		color: var(--color-accent);
	}

	.special-offer__close-icon:hover {
		color: var(--color-white);
	}

	.special-offer__social-link:hover {
		background-color: var(--color-accent);
	}

	.categories__item:hover {
		background-color: var(--color-accent-hover);
	}

	.filters__tag-remove:hover .filters__tag-remove-icon {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
	}

	.filters__sort-btn:hover,
	.filters__toggle-btn:hover,
	.filters__tag:hover,
	.filters__item:hover {
		color: var(--white-100);
		background-color: var(--color-accent);
	}

	.product-card__compare:hover,
	.product-card__wishlist:hover {
		color: var(--color-background-light);
		background: var(--color-accent);
	}

.product-purchase__manager-btn:hover {
		background: var(--color-accent-hover);
	}

	.product-gallery__nav-btn:hover,
	.product-gallery:hover .product-gallery__nav-btn:not(.swiper-button-lock) {
		opacity: 1;
		visibility: visible;
	}

	.product-gallery__nav-btn:hover:not(.swiper-button-disabled) {
		background: var(--white-10);
	}

.button--accent:hover {
		background: var(--color-accent-hover);
	}

	.price-table__show-more:hover {
		background: var(--color-accent);
		color: var(--color-text-primary);
	}

.tg-banner__close:hover {
		color: var(--color-text-primary);
	}

	.blog-card .blog-card__link:hover {
		color: var(--color-accent);
	}
	a.blog-categories__item:hover {
		color: var(--color-text-primary);
		background: var(--color-accent-hover);
	}
}

@media (hover: none) {
.menu__header-nav-link:active,
	.menu-listing__link:active,
	.menu-listing__title:active {
		color: var(--color-accent);
	}

	.menu__services-card:active .menu__services-icon-wrapper {
		background: var(--color-accent);
	}

	.menu__services-title:active {
		color: var(--color-accent);
	}

.header__action-btn:active {
		background: var(--color-text-primary);
		color: var(--black-100);
	}

	.header__menu-link:active,
	.header__catalog:active,
	.product-card__name:active {
		color: var(--color-accent);
	}

	.button--primary:active,
	.button--secondary:active {
		background: var(--color-accent);
		color: var(--color-text-primary);
	}

	.slider-navigation__button:not(:disabled):active {
		background-color: var(--color-accent-hover);
	}

	.top-miners__category-tab:active:not(.active),
	.top-miners__subcategory:active:not(.active) {
		background: var(--black-10);
	}

	.footer__menu-link:active,
	.breadcrumbs__link:active {
		color: var(--color-accent);
	}

	.special-offer__close-icon:active {
		color: var(--color-white);
	}

	.special-offer__social-link:active {
		background-color: var(--color-accent);
	}

	.categories__item:active {
		background-color: var(--color-accent-hover);
	}

	.filters__tag-remove:active .filters__tag-remove-icon {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
	}

	.filters__sort-btn:active,
	.filters__toggle-btn:active,
	.filters__tag:active,
	.filters__item:active {
		color: var(--white-100);
		background-color: var(--color-accent);
	}

	.product-card__compare:active,
	.product-card__wishlist:active {
		color: var(--color-accent);
	}

.product-purchase__installment-btn:active {
		background: #f3f4f6;
	}

	.product-purchase__manager-btn:active {
		background: var(--color-accent-hover);
	}

	.product-gallery__nav-btn:active {
		color: var(--color-accent);
	}

.button--accent:hover {
		background: var(--color-accent-hover);
	}

	.price-table__show-more:active {
		background: var(--color-accent);
		color: var(--color-text-primary);
	}

.tg-banner__close:active {
		color: var(--color-text-primary);
	}
	.blog-card .blog-card__link:active {
		color: var(--color-accent);
	}
	a.blog-categories__item:active {
		color: var(--color-text-primary);
		background: var(--color-accent-hover);
	}
}

@media (min-width: 1200px) {
.mobile-menu {
		display: none;
	}

.blog__more {
		--btn-height: 4.25rem;
		font-size: 0.875rem;
	}

.blog__slider::after {
		content: "";
		position: absolute;
		top: 0;
		right: calc(var(--container-padding) * -1);
		z-index: 2;
		width: 30.375rem;
		height: 100%;
		background: linear-gradient(270deg, #070809 0%, rgba(7, 8, 9, 0) 100%);
		pointer-events: none;
	}

	.article__body {
		margin: 0 0 0 var(--sidebar-width);
	}

	.article__title {
		margin: 0 0 0 var(--sidebar-width);
	}

	.article__header {
		display: grid;
		grid-template-columns: var(--sidebar-width) 1fr;
	}

	.article__inner {
		padding: 0 11.5rem 0 0;
	}

	.moneta_box__catalog {
		margin: 1.25em -1.25em;
	}

	.article__meta {
		padding: 0.4375rem 2.5rem 0 0;
	}

html {
		font-size: 0.8334vw;
	}

	.header__action-btn--menu {
		display: none;
	}

	.recommends__navigation {
		padding: 0 0 1rem;
	}

	.top-miners__swiper {
		height: 100%;
		padding-right: var(--container-padding-sm);
	}

	.footer__column:nth-child(4) .footer__title,
	.footer__column:nth-child(5) .footer__title,
	.footer__column:nth-child(6) .footer__title {
		height: 3.5rem;
	}

	.special-offer__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
}

@media (max-width: 1199px) {
.menu-open {
		overflow: hidden;
	}

	.overlay {
		z-index: 101;
	}

	.header__action-btn {
		display: none;
	}

	.header__action-btn--menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu {
		display: none;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 102;
		max-width: 25rem;
		width: 100%;
		height: 100%;
		background: var(--white-100);
		color: var(--black-100);
		overflow: hidden;
		font-family: var(--font-family-quaternary);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: left var(--transition-base);
		-o-transition: left var(--transition-base);
		transition: left var(--transition-base);
	}

	.menu-open .mobile-menu {
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	.mobile-menu__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	.mobile-menu__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 3.0625rem;
		font-size: 1rem;
		font-family: var(--font-family-quaternary);
		padding: 1.25rem 0.75rem;
		border-bottom: 0.0625rem solid #f8f6fb;
		-webkit-transition: opacity ease 0.2s, visibility ease 0.2s;
		-o-transition: opacity ease 0.2s, visibility ease 0.2s;
		transition: opacity ease 0.2s, visibility ease 0.2s;
	}

	.mobile-menu__nav-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0.625rem;
		width: 100%;
		padding: 0.75rem 1rem 0.75rem 0.75rem;
		font-size: 0.9375rem;
		font-weight: 500;
		line-height: 120%;
		color: inherit;
		-webkit-transition: color var(--transition-base);
		-o-transition: color var(--transition-base);
		transition: color var(--transition-base);
	}

	.mobile-menu__nav-link:active {
		background: #f8f6fb;
	}

	.mobile-menu__nav-link--nested::after,
	.mobile-menu__nav-link--dropdown::after {
		content: "";
		width: 1.25rem;
		height: 1.25rem;
		background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 19L16 12L9 5" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
			no-repeat center center / contain;
	}

	.mobile-menu__nav-link--dropdown::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: -webkit-transform var(--transition-base);
		transition: -webkit-transform var(--transition-base);
		-o-transition: transform var(--transition-base);
		transition: transform var(--transition-base);
		transition: transform var(--transition-base), -webkit-transform var(--transition-base);
	}

	.mobile-menu__nav-link--dropdown.active::after {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.mobile-menu__nav-item,
	.mobile-menu__nav-dropdown-item {
		list-style: none;
	}

	.mobile-menu__nav-dropdown-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0.5rem 1.5rem;
		font-size: 0.875rem;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.5);
	}

	.mobile-menu__nav-dropdown {
		display: none;
	}

	.mobile-menu__nav-link--dropdown.active + .mobile-menu__nav-dropdown {
		display: block;
	}

	.mobile-menu__content,
	.mobile-menu__nested {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		background: var(--white-100);
		height: 100vh;
		height: 100dvh;
		overflow-y: auto;
	}

	.mobile-menu__content {
		-webkit-transition: opacity var(--transition-base), visibility var(--transition-base),
			-webkit-transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			-webkit-transform var(--transition-base);
		-o-transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base), -webkit-transform var(--transition-base);
	}
	.mobile-menu__content.hide {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.mobile-menu__content.hide .mobile-menu__header {
		opacity: 0;
		visibility: hidden;
	}

	.mobile-menu__nested {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: opacity var(--transition-base), visibility var(--transition-base),
			-webkit-transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			-webkit-transform var(--transition-base);
		-o-transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base);
		transition: opacity var(--transition-base), visibility var(--transition-base),
			transform var(--transition-base), -webkit-transform var(--transition-base);
	}

	.mobile-menu__nested.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.mobile-menu__close {
		margin-left: auto;
		color: inherit;
	}

	.mobile-menu__close:active {
		color: var(--color-accent);
	}

	.mobile-menu__back {
		font-size: 1rem;
		font-family: var(--font-family-quaternary);
		font-weight: 600;
		color: var(--color-accent);
		-webkit-transition: color var(--transition-base);
		-o-transition: color var(--transition-base);
		transition: color var(--transition-base);
	}

	.mobile-menu__logo-img {
		width: 12rem;
		height: 1.5625rem;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.mobile-menu__search {
		padding: 1rem 0.75rem 0.625rem;
	}

	.menu-search-input {
		padding: 0.375rem 0.75rem 0.375rem 2.3125rem;
	}

	.menu-search-label {
		left: 0.85rem;
	}

	.menu-search-icon {
		--search-icon-size: 1.125rem;
	}

	.mobile-menu-close svg {
		--icon-size: 1.5rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 var(--icon-size);
		flex: 0 0 var(--icon-size);
		width: var(--icon-size);
		height: 0 0 var(--icon-size);
	}

	.mobile-menu__footer {
		margin: auto 0 0;
		padding: 1.25rem 0.75rem;
		border-top: 0.0625rem solid #f8f6fb;
	}

	.mobile-menu__help-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0.375rem;
		padding: 0.375rem 0.75rem 0.4375rem;
		border: 0.0625rem solid var(--black-100);
		border-radius: 1.25rem;
		background: transparent;
		color: var(--black-100);
		cursor: pointer;
		font-size: 0.875rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all var(--transition-base);
		-o-transition: all var(--transition-base);
		transition: all var(--transition-base);
	}

	.mobile-menu__help-btn:active {
		background-color: var(--black-10);
	}

	.mobile-menu__hepl-btn-indicator {
		--indicator-size: 0.75rem;
		width: var(--indicator-size);
		height: var(--indicator-size);
		background-color: var(--color-accent-green);
		border-radius: 50%;
	}

	.mobile-menu__nav-list {
		padding-bottom: 0.625rem;
	}

body {
		font-size: 0.9375rem;
	}

	.page--offset {
		padding-top: calc(var(--header-height) + 1.25rem);
	}

	.button {
		--btn-height: 3.375rem;
		font-size: 0.8125rem;
	}

	.title {
		font-size: 2.5rem;
		line-height: 1.25;
	}

	.play-button {
		--button-size: 5rem;
	}

	.play-button::before {
		background-size: 1.75rem 2rem;
	}

	.media-card__video::before {
		--button-size: 3.75rem;
		background-size: 2rem;
	}

	.swiper-container,
	.shipment-list__slider {
		--slider-gap: 0;
	}

	.header {
		padding: 2.5rem 0;
	}

	.header__nav {
		display: none;
	}

	.header__container {
		gap: 1.25rem;
	}

	.header__action-btn {
		height: 2.375rem;
		gap: 0.5rem;
		padding: 0.5rem 0.9375rem;
		font-size: 0.9375rem;
	}

	.header__action-btn--menu {
		width: 2.375rem;
		padding: 0.5rem;
	}

	.header__menu-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 1rem;
		flex: 0 0 1rem;
		width: 1rem;
		height: auto;
	}

	.header__actions {
		gap: 0.75rem;
	}

	.header__action-btn-indicator {
		width: 0.875rem;
		height: 0.875rem;
	}

	.hero {
		min-height: auto;
		padding: 11rem 0 7.5rem;
	}

	.hero__title {
		margin: 0 0 2.25rem;
		font-size: 2.375rem;
		line-height: 1.3;
	}

	.hero__description {
		max-width: 25rem;
		margin: 0 0 10.625rem;
		font-size: 1rem;
	}

	.hero__badge {
		margin-bottom: 1.875rem;
	}

	.hero__bg {
		object-fit: cover;
	}

	.hero__badge-description {
		font-size: 0.8125rem;
	}

	.hero__partner--whatsminer {
		width: 15.4375rem;
		height: auto;
	}

	.hero__partner--bitmain {
		width: 10rem;
		height: auto;
	}

	.hero__partner--canaan {
		width: 6.5625rem;
		height: auto;
	}

	.hero__buttons {
		gap: 1.1875rem;
		margin-bottom: 3.4375rem;
	}

	.hero__divider {
		max-width: 36.875rem;
		margin-bottom: 3.5rem;
	}

	.hero::before,
	.channel::before,
	.projects::before,
	.recommends::before,
	.media::before,
	.top-miners::before,
	.mining-hotels::before,
	.catalog::before {
		top: -13.375rem;
		left: -3.375rem;
		width: 28.75rem;
		height: 80.5rem;
	}

	.mining-hotels::before {
		left: -13.375rem;
	}

	.catalog::before {
		top: -33rem;
	}

	.hero::after {
		top: 9.125rem;
		right: 0;
		width: 32.375rem;
		height: 45.5rem;
		-webkit-transform: rotate(-39deg);
		-ms-transform: rotate(-39deg);
		transform: rotate(-39deg);
	}

	.recommends::before {
		top: -12.8125rem;
		left: -20.25rem;
	}

	.recommends::after,
	.mining-hotels::after,
	.catalog::after {
		top: -0.9375rem;
		right: -23.375rem;
		width: 66.375rem;
		height: 66.375rem;
	}

	.catalog::after {
		right: -40rem;
	}

	.recommends__container {
		padding-top: 7.5rem;
		margin-bottom: 6.25rem;
	}

	.recommends__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2rem;
	}

	.recommends__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.recommends__slider {
		margin-top: 7.5rem;
	}

	.recommends__slide {
		max-width: 28.125rem;
	}

	.miner-card__content {
		padding: 0 1.5625rem 1.875rem;
	}

	.miner-card__image-wrapper {
		height: 18.125rem;
	}

	.miner-card__image {
		top: -3.125rem;
		width: 20.75rem;
		height: 24.25rem;
	}

	.miner-card__image--t21 {
		width: 20.75rem;
		height: 24.25rem;
	}

	.miner-card__image--m60 {
		top: -9.3125rem;
		width: 27.75rem;
		height: 37.4375rem;
	}

	.channel__header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.channel__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.main-video__player-wrapper {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		max-width: 37.5rem;
	}

	.channel__sections {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
		padding: 0;
	}

	.channel__section-title {
		font-size: 1.5rem;
	}

	.channel__section {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		padding: 0 var(--container-padding);
	}

	.shipment-list__slider {
		overflow: visible;
	}

	.channel__section-head {
		padding: 0;
	}

	.video-card__title,
	.shipment-card__desc {
		font-size: 1rem;
	}

	.video-card__meta,
	.shipment-card__meta {
		margin: 0.4375rem 0 0;
	}

	.shipment-list__slide {
		max-width: 21.875rem;
	}

	.shipment-card__desc {
		margin: 0.75rem 0 0;
	}

	.channel::before {
		left: -12.125rem;
	}

	.channel::after,
	.media::after,
	.projects::after {
		top: 9.375rem;
		left: 16.25rem;
		width: 66.375rem;
		height: 66.375rem;
	}

	.projects {
		padding: 7.5rem 0;
	}

	.projects__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.projects__list {
		gap: 2.5rem;
	}

	.solution-card__info {
		padding: 5.0625rem 1.5625rem 6rem;
	}

	.solution-card__info-image--container {
		width: 31.1875rem;
		height: 31.0625rem;
	}

	.solution-card__info-image--gas {
		bottom: -5.0625rem;
		width: 41.1875rem;
		height: 28.25rem;
	}

	.solution-card__info-image--cooling {
		bottom: -10.0625rem;
		width: 32.125rem;
		height: 32.125rem;
	}

	.solution-card__info-image--hotel {
		bottom: -4.125rem;
		width: 36.25rem;
		height: 20.375rem;
	}

	.projects__button {
		margin: 1.875rem 0 0;
	}

	.solution-card+.solution-card::before {
		top: -1.25rem;
	}

	.media-card {
		padding-left: 1rem;
	}

	.media__description {
		max-width: 43.5rem;
	}

	.media-card__photo {
		display: none;
	}

	.media-card__title {
		font-size: 1rem;
	}

	.media-card__label {
		padding: 0.375rem 0.5625rem;
		font-size: 0.8125rem;
	}

	.media__header {
		gap: 3.75rem;
	}

	.media__footer {
		margin: 2.5rem 0 0;
	}

	.top-miners__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.top-miners__container {
		padding-right: var(--container-padding-sm);
	}

	.top-miners__header {
		padding: 1.5625rem 1.5625rem 1.25rem;
	}

	.top-miners__slider-wrapper,
	.top-miners__swiper {
		overflow: visible;
	}

	.main-video__player-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27.5rem;
		flex: 0 0 27.5rem;
	}

	.mining-hotels__sidebar {
		padding: 0;
	}

	.mining-hotels__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.mining-hotels__cards {
		gap: 1rem;
	}

	.hotel-card__title {
		font-size: 1.125rem;
	}

	.hotel-card__content {
		padding: 1.375rem 1.5625rem;
	}

	.hotel-card__image {
		right: -11.375rem;
		width: 43.75rem;
		height: 43.75rem;
	}

	.hotel-card:nth-child(2n) .hotel-card__image {
		left: -7.6875rem;
	}

	.hotel-card::before {
		width: 40.625rem;
		height: 40.625rem;
	}

	.about-us {
		padding: 6rem 0 4.75rem;
	}

	.about-us__cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-top: 2.625rem;
	}

	.about-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: auto;
		padding: 1.875rem 1.5625rem;
	}

	.about-card__title {
		margin: 0.625rem 0 0;
		font-size: 1.375rem;
	}

	.about-card__description {
		margin: 0.5rem 0 0;
	}

	.about-card::before {
		top: 50%;
		left: auto;
		right: -3.125rem;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 23.75rem;
		height: 23.75rem;
	}

	.miner-card--reversed .miner-card__image-wrapper {
		height: 20rem;
		min-height: 20rem;
	}

	.top-miners__slide {
		width: 22.5rem;
	}

	.top-miners__category-label {
		margin: 1.375rem 0 0;
	}

	.miner-card--reversed .miner-card__image {
		bottom: -4.5rem;
		left: 0.875rem;
		width: 19.875rem;
		height: 23.25rem;
	}

	.miner-card--reversed .miner-card__image--top-s21 {
		bottom: -8.0625rem;
		left: -2.25rem;
		width: 33.25rem;
		height: 33.25rem;
	}

	.miner-card--reversed .miner-card__image--top-m60 {
		bottom: -9.125rem;
		left: -1.5625rem;
		width: 36.8125rem;
		height: 31.0625rem;
	}

	.footer {
		padding: 7.5rem 0;
	}

	.footer__wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 5rem;
	}

	.footer__card {
		padding: 3.125rem 2.5rem;
	}

	.footer__title {
		margin: 0 0 0.75rem;
		font-size: 1.125rem;
	}

	.footer__menu-link {
		font-size: 0.9375rem;
	}

	.footer__nav {
		-ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
		grid-template-columns: repeat(3, 1fr);
		margin: 3.75rem 0 0;
		gap: 3.75rem 2.5rem;
	}

	.footer__contacts {
		gap: 3.125rem;
		padding: 0 0 0;
	}

	.footer__contact-title,
	.footer__requisites-title {
		margin: 0 0 1.875rem;
		font-size: 1.125rem;
	}

	.footer__contact-item,
	.footer__requisites-item {
		font-size: 0.9375rem;
	}

	.footer::after {
		top: -25rem;
		right: -25rem;
		width: 58.125rem;
		height: 58.125rem;
	}

	.footer::before {
		top: -25rem;
		left: -12.5rem;
		width: 28.75rem;
		height: 80.5rem;
	}

	.special-offer__image {
		top: -0.5rem;
		right: -1.125rem;
		width: 30.875rem;
		height: 27.0625rem;
	}

	.special-offer__title {
		margin: 0 0 0.625rem;
		font-size: 1.5rem;
	}

	.catalog__title {
		font-size: 2.25rem;
	}

	.catalog__count {
		font-size: 1.25rem;
	}

	.categories {
		margin: 3.125rem 0 0;
	}

	.catalog__grid {
		margin: 4.375rem 0 0;
	}

	.product-card {
		padding: 1.25rem 1.25rem 1.5625rem;
	}

	.product-card__content {
		padding: 0;
	}

	.product-card__actions {
		top: 1.25rem;
		left: 1.25rem;
	}

	.product-card__image-wrapper {
		top: -1.875rem;
		left: 1.25rem;
		height: 15.625rem;
	}

	.product-card__image {
		height: 20.625rem;
	}

	.product-card__hashrate,
	.product-card__price {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0.625rem 0.875rem;
		font-size: 0.8125rem;
	}

	.catalog__header {
		gap: 0.375rem 1.25rem;
	}

.product {
		--product-grid-gap: 1rem;
		--product-card-border-radius: 1.25rem;
	}

	.product-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.25rem;
	}

	.product-info__col--left {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(100% - 21.875rem - 1.25rem);
		flex: 0 1 calc(100% - 21.875rem - 1.25rem);
	}

	.product-info__col--right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.product-info__image-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 21.875rem;
		flex: 0 0 21.875rem;
		width: 21.875rem;
		margin: 0;
	}

	.product-info__badge {
		padding: 0.5rem 1.25rem;
		margin: 0 0 0.6875rem;
		font-size: 0.875rem;
	}

	.product-info__title,
	.product-purchase__price {
		font-size: 1.875rem;
	}

	.product-info__hashrates {
		gap: 0.625rem;
		margin: 1.25rem 0 0;
	}

	.product-info__hashrate {
		height: 2.375rem;
		padding: 0.5625rem 1.25rem;
		font-size: 0.875rem;
	}

	.product-info__specs {
		gap: 1.25rem;
		margin: 1.875rem 0 0;
	}

	.product-purchase__installment-title,
	.product-purchase__installment-step {
		font-size: 0.9375rem;
	}

	.product-purchase__profit {
		margin-left: 1.25rem;
	}

	.product-purchase__manager-btn {
		margin-top: 1.625rem;
	}

	.product__body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin: 3.75rem 0rem 0;
	}

	.product__body-left {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: auto 1fr;
		grid-template-rows: auto 1fr;
		grid-template-areas: "gallery form" "guarantee form";
	}

	.product__gallery {
		grid-area: gallery;
		padding: 1rem 1.25rem;
	}

	.product-form {
		grid-area: form;
	}

	.product-guarantee {
		grid-area: guarantee;
	}

	.product-guarantee__days {
		font-size: 1.625rem;
	}

	.product-guarantee__content {
		gap: 1.875rem;
	}

	.product-guarantee__feature-text {
		font-size: 0.8125rem;
	}

	.product-guarantee__desc {
		font-size: 0.8125rem;
		margin: 1.25rem 0 0;
	}

	.product-form__label {
		font-size: 1.25rem;
	}

	.product-form__manager {
		margin: 1.25rem 0 0;
	}

	.product-purchase__installment,
	.product-guarantee,
	.product-form__container,
	.delivery-block,
	.product__middle,
	.reviews,
	.expert-opinion,
	.product-item {
		padding: 1.875rem 1.5625rem;
	}

	.product-guarantee__days {
		font-size: 1.25rem;
	}

	.product-gallery__nav {
		display: none;
	}

	.delivery-block__title {
		font-size: 1.625rem;
	}

	.delivery-block__map::before {
		display: none;
	}

	.expert-opinion__button {
		--btn-height: 3.375rem;
	}

	.delivery-block__map {
		--map-size: 52.1875rem 38.4375rem;
		--top-pos: -3.25rem;
		--right-pos: -12.4375rem;
	}

	.product__middle {
		gap: 1.25rem;
	}

	.product-gallery__title,
	.product-description__title,
	.product-description h2 {
		font-size: 1.25rem;
		margin: 0 0 1.25rem;
	}

	.product-description p,
	.product-description li,
	.product-description h4 {
		font-size: 0.8125rem;
	}

	.product-description__row {
		gap: 1.875rem;
	}

	.product-gallery--middle {
		--gallery-img-border-radius: 0.75rem;
		--gallery-img-size: 6.25rem;
		--swiper-slide-offset: 0.625rem;
		padding: 1rem;
	}

	.product__footer {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.reviews__card {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 1.875rem;
	}

	.reviews__header {
		margin-bottom: 1.5625rem;
	}

	.reviews__name {
		font-size: 1rem;
	}

	.reviews__user-rating,
	.reviews__text,
	.reviews__read-more,
	.reviews__pros-text,
	.reviews__cons-text,
	.reviews__pros-title,
	.reviews__cons-title {
		font-size: 0.8125rem;
	}

	.reviews__user-rating-icon {
		--icon-size: 0.75rem;
		position: relative;
		top: -0.0625rem;
	}

	.reviews__pros-cons {
		gap: 1rem;
	}

	.reviews__rating {
		padding: 1rem 1rem 1.25rem;
	}

	.reviews__rating-value {
		gap: 0.75rem;
		font-size: 2.5rem;
	}

	.reviews__rating-icon {
		--icon-size: 1.875rem;
	}

	.reviews__rating-label {
		font-size: 0.8125rem;
	}

	.reviews__rating-particular-value {
		font-size: 0.875rem;
	}

	.reviews__rating-particular {
		margin: 1rem 0 0;
	}

	.reviews__rating-particular-title {
		font-size: 0.8125rem;
	}

	.expert-opinion__title,
	.expert-opinion__subtitle {
		font-size: 1.625rem;
	}

	.expert-opinion__stats {
		gap: 0.75rem;
	}

	.expert-opinion__text {
		margin: 0.75rem 0 0;
		font-size: 0.8125rem;
	}

	.expert-opinion__footer {
		margin-top: 1.25rem;
	}

	.expert-opinion {
		gap: 1rem;
	}

	.expert-opinion__header,
	.expert-opinion__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.expert-opinion__button {
		max-width: 100%;
	}

	.expert-opinion__stats {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0;
	}

	.product::before {
		top: -43.375rem;
		left: -7.375rem;
		width: 33.75rem;
		height: 80.5rem;
	}

	.product::after {
		top: -20.9375rem;
		right: -53.375rem;
		width: 66.375rem;
		height: 66.375rem;
	}

	.product__gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.product-form {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}

	.product-guarantee {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	.product-guarantee__features {
		gap: 1rem;
	}

	.product-guarantee__feature {
		gap: 0.5rem;
	}

	.product-guarantee__feature-icon {
		height: 1.25rem;
	}
	.product-guarantee__feature-icon--wrench {
		width: 1.125rem;
		height: 1.25rem;
	}

	.product-guarantee__feature-icon--handshake {
		width: 1.5rem;
		height: 1.25rem;
	}

	.product-item {
		font-size: 0.8125rem;
	}

	.product-item__price,
	.product-item__price-new {
		font-size: 1.25rem;
	}

	.product-item__price-old {
		margin: 0.375rem 0 0;
		font-size: 0.9375rem;
	}

	.product-item__card-btn {
		--btn-height: 2.25rem;
		gap: 0.375rem;
		margin: 0.75rem 0 0;
		padding: 0 0.875rem;
		font-size: 0.75rem;
	}

.product__gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.product-form {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}

	.product-guarantee {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

.form {
		--field-height: 2.625rem;
		margin: 1.25rem 0 0;
	}

	.form__input-group .select {
		padding: 0 0.5rem 0 0.625rem;
	}

	.checkbox__label {
		font-size: 0.875rem;
	}

	.select__current {
		font-size: 0.8125rem;
	}

	.form__submit,
	.form__row--checkbox {
		margin-top: 0.375rem;
	}

	.person-info {
		--expert-image-size: 3.75rem;
		gap: 0.625rem;
	}

	.price-table {
		--table-x-padding: 1rem;
		--table-row-offset: 0.3125rem;
	}

	.price-table table.price-table__table > thead > tr > th,
	.price-table table.price-table__table > tbody > tr > td,
	.price-table__filter .checkbox__label {
		font-size: 0.875rem;
	}

	.price-table__delivery-icon {
		--delivery-icon-size: 1.25rem;
	}

	.price-table__action-btn {
		padding: 0.625rem 1.25rem;
	}

	.price-table__action {
		width: 3.125rem !important;
	}

	.price-table__show-more {
		font-size: 0.875rem;
	}

	.price-table__show-more svg {
		--icon-size: 0.75rem;
	}

.tg-banner {
		padding: 0 0 3.75rem;
		margin: 0 0 3.75rem;
	}

	.tg-banner__subtitle {
		font-size: 0.9375rem;
	}

	.tg-banner__title {
		font-size: 1.5rem;
	}

	.blog__title {
		font-size: 1.875rem;
	}

	.blog__title-icon {
		top: -0.1875rem;
		--icon-size: 1.5rem;
	}

	.blog__search-input {
		width: 25rem;
	}

	.blog__slider {
		--slider-gap: 0;
	}

	.blog-card {
		padding: 1rem;
		border-radius: 1.25rem;
	}

	.blog-card__meta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	.blog-card__image-wrapper {
		border-radius: 0.75rem;
	}

	.blog-card__inner,
	.blog-card__content {
		gap: 1rem;
		height: auto;
	}

	.blog-card__date,
	.blog-card__tag-inner {
		font-size: 0.8125rem;
	}

	.blog-card__title {
		font-size: 1.25rem;
	}

	.blog-card__desc {
		font-size: 1rem;
	}

	.blog__accent-text {
		text-align: initial;
		font-size: 1.125rem;
	}

	.blog-categories {
		--category-height: 2.75rem;
		margin: 0 0 3.75rem;
	}

	.blog-categories__list {
		gap: 1rem;
	}

	.blog-categories__item {
		gap: 0.625rem;
		padding: 0 0.9375rem;
		font-size: 1.25rem;
	}

	.blog-categories__item-icon {
		--icon-size: 1.75rem;
	}

	.blog__more {
		padding: 0 2.5rem;
		margin: 5rem 0 0;
	}

.blog--grid-single {
		margin-top: 5rem;
	}

	.article {
		margin: 1rem 0 3rem;
	}
	.article::before {
		top: -72.8125rem;
		left: -20.25rem;
	}

	.article::after {
		top: -0.9375rem;
		right: -23.375rem;
		width: 66.375rem;
		height: 66.375rem;
	}

	.article__title {
		font-size: 1.875em;
	}

	.article__meta {
		flex-direction: row;
		justify-content: space-between;
		margin: 1rem 0 0;
		gap: 1.2rem;
		font-size: 0.9375rem;
	}

	.article__header {
		margin: 2.5rem 0;
	}

	.article__body {
		font-size: 1rem;
	}

	.article__body h1 {
		font-size: 2em;
		margin: 1.5em 0 0.7em 0;
	}

	.article__body h2 {
		font-size: 1.5em;
		margin: 1.5em 0 1em 0;
	}

	.article__body h3 {
		font-size: 1.2em;
		margin: 1em 0 0.75em 0;
	}
}

@media (max-width: 479px) {
.mobile-menu {
		max-width: 100%;
	}

.electricity-price-input-wrapper {
		min-width: 100px;
		padding: .1rem .3rem;
	}
	
	.electricity-price-input {
		font-size: .7rem;
		padding: .1rem .15rem;
	}
	
	.electricity-price-unit {
		font-size: .6rem;
		margin-left: .1rem;
	}

.video-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-us__cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.footer__nav,
	.footer__contact-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-card__image--2 {
		left: 58%;
	}

	.special-offer__image {
		display: block;
		position: static;
		width: 15.625rem;
		height: 13.6875rem;
		margin: 0 auto 0.625rem;
	}

	.categories {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

	.categories__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 3.125rem;
		text-align: center;
	}

.price-table__filters {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0;
	}

	.price-table__filter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}

.electricity-price-input-wrapper {
		min-width: 100px;
		padding: .1rem .3rem;
	}
	
	.electricity-price-input {
		font-size: .7rem;
		padding: .1rem .15rem;
	}
	
	.electricity-price-unit {
		font-size: .6rem;
		margin-left: .1rem;
	}
}

@media (max-width: 991px) {
.hero__description {
		margin: 0 0 15.625rem;
	}

	.hero__bg {
		bottom: 1.25rem;
	}

	.hero::after {
		display: none;
	}

	.main-video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.875rem;
	}

	.main-video__player-wrapper {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}

	.main-video__views {
		margin: 0.375rem 0 0;
	}

	.main-video__desc {
		margin: 0.5rem 0 0;
	}

	.solution-card {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.solution-card__images {
		gap: 1.25rem;
	}

	.solution-card__info-image--cooling {
		right: -9.375rem;
	}

	.media-card__video {
		width: 16.875rem;
	}

	.media__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.25rem;
	}

	.hotel-card__image {
		right: -14.5rem;
		width: 37.5rem;
		height: 37.5rem;
	}

	.hotel-card:nth-child(2n) .hotel-card__image {
		left: -10.6875rem;
	}

	.footer__nav {
		gap: 2.5rem 1.25rem;
	}

	.footer__card {
		padding: 2.5rem 1.875rem;
	}

	.special-offer__description {
		max-width: 25rem;
	}

	.catalog__grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

.product-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

.blog__header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 1.25rem;
		gap: 1.25rem 2rem;
	}

	.blog__search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.blog__search-input {
		width: 100%;
	}

	.blog__grid {
		--blog-grid-cols: 2;
	}

.article__title {
		font-size: 1.375em;
	}
}

@media (max-width: 767px) {
body {
		font-size: 0.8125rem;
	}

	.page--offset {
		padding-top: calc(var(--header-height) + 0.625rem);
	}

	.button {
		--btn-height: 2.75rem;
		font-size: 0.75rem;
	}

	.title {
		font-size: 1.75rem;
	}

	.header {
		padding: 1.5625rem 0;
	}

	.header.scrolled {
		padding: 0.9375rem 0;
	}

	.header__action-btn {
		display: none;
	}

	.header__action-btn--menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__logo-img {
		width: 12rem;
		height: 1.4375rem;
	}

	.hero {
		padding: 6.25rem 0 3.75rem;
	}

	.hero__title {
		margin: 0 0 1.75rem;
		font-size: 1.75rem;
	}

	.hero__description {
		max-width: 23.125rem;
		font-size: 0.8125rem;
		margin: 0 0 13.75rem;
	}

	.hero__badge-description {
		font-size: 0.75rem;
	}

	.hero__partners {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1.5625rem;
	}

	.hero__partner--whatsminer {
		width: 35%;
	}

	.hero__partner--bitmain {
		width: 21%;
	}

	.hero__partner--canaan {
		width: 21%;
	}

	.hero__buttons {
		gap: 0.875rem;
		margin-bottom: 2.5rem;
	}

	.hero__divider {
		max-width: 100%;
		margin-bottom: 2.5rem;
	}

	.hero::after {
		display: none;
	}

	.recommends__container {
		padding-top: 3.75rem;
		margin: 0 0 3.75rem;
	}

	.recommends__expert {
		gap: 0.5rem;
	}

	.recommends__expert-image {
		--expert-image-size: 4.125rem;
	}

	.recommends__content {
		gap: 1.25rem;
	}

	.recommends__content-body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.slider-navigation__button {
		--recommends-button-size: 3.125rem;
		--recommends-button-icon-size: 1.125rem;
	}

	.recommends__slide {
		max-width: 20.625rem;
	}

	.recommends__slider {
		margin-top: 5rem;
		padding-bottom: 1.5625rem;
	}

	.miner-card__content {
		padding: 0 0.9375rem 1.25rem;
	}

	.miner-card__rating {
		top: 1rem;
		left: 0.9375rem;
	}

	.miner-card__image-wrapper {
		height: 13.75rem;
	}

	.miner-card__image {
		top: -2.375rem;
		width: 15rem;
		height: 17.5rem;
	}

	.miner-card__image--t21 {
		width: 15rem;
		height: 17.5rem;
	}

	.miner-card__image--m60 {
		top: -6.75rem;
		width: 20rem;
		height: 27rem;
	}

	.miner-card__model {
		margin: 0.4375rem 0 0;
		font-size: 1.25rem;
	}

	.miner-card__brand,
	.miner-card__price,
	.miner-card__description {
		font-size: 0.8125rem;
	}

	.miner-card__description {
		margin: 0.5rem 0 0;
	}

	.miner-card__price {
		padding: 0.5625rem 0.9375rem 0.4375rem;
		margin: 1rem 0 0;
	}

	.label,
	.recommends__badge {
		padding: 0.5rem 0.9375rem;
		font-size: 0.8125rem;
	}

	.recommends::after,
	.mining-hotels::after,
	.catalog::after {
		top: auto;
		bottom: 6.25rem;
		right: auto;
		left: 11.25rem;
		width: 46.25rem;
		height: 46.25rem;
	}

	.miner-card__rating {
		gap: 0.375rem;
	}

	.miner-card__rating-value {
		top: 0.1875rem;
		font-size: 0.8125rem;
	}

	.miner-card__star {
		--icon-size: 1.125rem;
	}

	.channel {
		padding: 5rem 0 5.625rem;
	}

	.channel__content {
		padding: 0;
	}

	.channel__logo {
		--channel-logo-size: 5rem;
	}

	.channel__sections {
		gap: 1.5rem;
	}

	.channel__title {
		margin: 0.625rem 0 0;
		font-size: 1.875rem;
	}

	.channel__content {
		font-size: 0.8125rem;
	}

	.main-video__desc {
		font-size: 0.8125rem;
	}

	.video-card__title,
	.shipment-card__desc {
		font-size: 0.875rem;
	}

	.video-card__meta,
	.shipment-card__meta {
		margin: 0.25rem 0 0;
		font-size: 0.75rem;
	}

	.video-list {
		gap: 1.25rem 1rem;
	}

	.shipment-list__slide {
		max-width: 16.25rem;
	}

	.channel__section-title {
		font-size: 1.25rem;
		gap: 0.25rem;
	}

	.channel__section-title-icon {
		--icon-size: 1.625rem;
	}

	.channel__section-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.swiper-horizontal>.swiper-scrollbar.channel__section-head-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal.channel__section-head-scrollbar {
		width: 100%;
	}

	.shipment-list {
		margin: 1.25rem 0 0;
	}

	.channel__sections::after {
		top: calc(100% + 1.875rem);
	}

	.channel::after,
	.media::after,
	.projects::after {
		top: 14.375rem;
		left: 15rem;
		width: 53.125rem;
		height: 53.125rem;
	}

	.main-video__title {
		font-size: 0.875rem;
	}

	.projects {
		padding: 3.75rem 0;
	}

	.projects__container {
		gap: 2.5rem;
	}

	.solution-card,
	.solution-card__images {
		gap: 0.75rem;
	}

	.solution-card__info {
		padding: 1.5625rem 0.9375rem 1.875rem;
	}

	.solution-card__info-image--container {
		bottom: -1.875rem;
		right: -4.375rem;
		width: 16.25rem;
		height: 16.1875rem;
	}

	.solution-card__info-image--gas {
		right: -8.125rem;
		bottom: -1.9375rem;
		width: 20.9375rem;
		height: 14.375rem;
	}

	.solution-card__info-image--cooling {
		bottom: -6.0625rem;
		right: -7.5rem;
		width: 19.25rem;
		height: 19.25rem;
	}

	.solution-card__info-image--hotel {
		bottom: -2.75rem;
		right: -6.625rem;
		width: 21.875rem;
		height: 12.3125rem;
	}

	.solution-card__tag {
		padding: 0.1875rem 0.5625rem 0.125rem;
		font-size: 0.8125rem;
	}

	.solution-card__title {
		margin: 0.625rem 0 0;
		font-size: 1.125rem;
	}

	.solution-card__desc {
		margin: 0.5rem 0 0;
		font-size: 0.75rem;
	}

	.solution-card__image {
		border-radius: 0.625rem;
	}

	.projects__list {
		gap: 1.875rem;
	}

	.solution-card+.solution-card::before {
		top: -0.9375rem;
	}

	.media {
		padding: 3.75rem 0;
	}

	.media-list {
		gap: 1rem;
		margin: 1.875rem 0 0rem;
	}

	.media__header {
		gap: 0.75rem;
	}

	.media-card__video,
	.media-card__video-preview {
		border-radius: 1rem;
	}

	.media__footer {
		margin: 1rem 0 0;
	}

	.mining-hotels {
		padding: 3.75rem 0;
	}

	.mining-hotels__content {
		gap: 1.875rem;
	}

	.mining-hotels__buttons {
		margin: 1.25rem 0 0;
		gap: 0.875rem;
	}

	.hotel-card__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0.875rem 0.9375rem;
	}

	.hotel-card__title {
		margin: 0.75rem 0 0;
	}

	.hotel-card__description {
		margin: 0.5rem 0 0;
	}

	.hotel-card__features {
		margin: 0.875rem 0 0;
	}

	.hotel-card__image {
		right: -12rem;
		width: 33.125rem;
		height: 33.125rem;
		opacity: 0.5;
	}

	.hotel-card:nth-child(2n) .hotel-card__image {
		left: auto;
		right: -10.125rem;
	}

	.hotel-card:nth-child(2) .hotel-card__image {
		top: 27%;
		right: -8.875rem;
		width: 34.375rem;
		height: 34.375rem;
	}

	.hotel-card::before {
		display: none;
	}

	.about-us {
		padding: 3.75rem 0;
	}

	.about-us__cards {
		-ms-grid-columns: 1fr 1rem 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		margin-top: 1.5625rem;
	}

	.about-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1.125rem 0.9375rem;
	}

	.about-card__title {
		margin: 0.625rem 0 0;
		font-size: 1.375rem;
	}

	.about-card::before {
		top: 68%;
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 15rem;
		height: 15rem;
	}

	.about-card__description,
	.about-card__tag {
		font-size: 0.8125rem;
	}

	.about-card__title {
		font-size: 1.25rem;
		line-height: 1.2;
	}

	.about-card__image-wrapper {
		min-height: 15rem;
	}

	.about-card__image--1 {
		bottom: -8.5rem;
		left: 60%;
		width: 18.75rem;
		height: auto;
	}

	.about-card__image--2 {
		bottom: -3.0625rem;
		left: 52%;
		width: 29.8125rem;
		height: 18.1875rem;
	}

	.about-card__image--3 {
		bottom: -1.875rem;
		left: 50%;
		width: 25.875rem;
		height: 15.6875rem;
	}

	.about-card__image--4 {
		bottom: -0.4375rem;
		left: 50%;
		width: 15.625rem;
		height: 15.6875rem;
	}

	.top-miners {
		padding: 3.75rem 0;
	}

	.top-miners__category-tab,
	.top-miners__subcategory {
		padding: 0.5rem 0.9375rem;
		border-radius: 2.5rem;
	}

	.top-miners__content {
		gap: 1rem;
	}

	.top-miners__category-tabs,
	.top-miners__subcategories {
		gap: 0.5rem;
	}

	.top-miners__category-tabs {
		margin: 1rem 0 0;
	}

	.top-miners__subcategories {
		margin: 0.9375rem 0 0;
	}

	.top-miners__navigation,
	.top-miners__description {
		margin: 1.875rem 0 0;
	}

	.top-miners__header {
		padding: 1.375rem 0.9375rem;
	}

	.top-miners__slide {
		width: 20rem;
	}

	.miner-card--reversed .miner-card__image-wrapper {
		height: 16rem;
		min-height: 16rem;
	}

	.miner-card--reversed .miner-card__image {
		bottom: -4.875rem;
		left: 0rem;
		width: 20.625rem;
		height: 20.625rem;
	}

	.miner-card--reversed .miner-card__image--top-s21 {
		bottom: -6.375rem;
		left: -1.75rem;
		width: 26.5625rem;
		height: 26.5625rem;
	}

	.miner-card--reversed .miner-card__image--top-m60 {
		bottom: -6rem;
		left: -0.9375rem;
		width: 29.4375rem;
		height: 24.8125rem;
	}

	.miner-card--reversed .miner-card__content {
		padding: 1.25rem 0.9375rem 0;
	}

	.footer {
		padding: 3.75rem 0;
	}

	.footer__logo-img {
		width: 12rem;
		height: 1.5625rem;
	}

	.footer__nav {
		-ms-grid-columns: 1fr 0.9375rem 1fr;
		grid-template-columns: repeat(2, 1fr);
		margin: 1.875rem 0 0;
		gap: 1.375rem 0.9375rem;
	}

	.footer__column {
		gap: 0.625rem;
	}

	.footer__title {
		margin: 0;
		font-size: 1rem;
	}

	.footer__menu-link {
		font-size: 0.875rem;
	}

	.footer__card {
		padding: 1.375rem 0.9375rem;
	}

	.footer__contact-title,
	.footer__requisites-title {
		margin: 0 0 1.25rem;
		font-size: 1rem;
	}

	.footer__contact-item,
	.footer__requisites-item {
		font-size: 0.875rem;
	}

	.footer__contacts {
		gap: 1.875rem;
	}

	.footer__contact-list {
		-ms-grid-columns: 1fr 5rem 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem 5rem;
	}

	.footer__wrapper {
		gap: 3.125rem;
	}

	.special-offer__card {
		padding: 1rem 0.9375rem;
		border-radius: 1rem;
	}

	.special-offer__content {
		gap: 1rem;
	}

	.special-offer__close {
		--close-icon-size: 1.125rem;
		--close-icon-offset: 0.9375rem;
	}

	.special-offer__description {
		max-width: 22.8125rem;
	}

	.special-offer__title {
		font-size: 1.25rem;
	}

	.special-offer__social-link {
		--social-icon-size: 2.125rem;
	}

	.special-offer__social-icon {
		--icon-size-x: 1.125rem;
		--icon-size-y: 1.125rem;
	}

	.special-offer__social-icon--telegram {
		--icon-size-x: 1rem;
	}

	.special-offer__image {
		top: -0.5rem;
		right: -0.5rem;
		width: 25.25rem;
		height: 22.125rem;
	}

	.breadcrumbs__list {
		gap: 0.375rem 0.625rem;
		font-size: 0.8125rem;
	}

	.breadcrumbs__separator {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 0.3125rem;
		flex: 0 0 0.3125rem;
		width: 0.3125rem;
		height: 0.5rem;
	}

	.catalog__header {
		gap: 0.375rem 0.875rem;
	}

	.catalog__title {
		font-size: 1.6875rem;
	}

	.catalog__count {
		font-size: 0.9375rem;
	}

	.filters,
	.filters__controls,
	.filters__active,
	.filters__list {
		gap: 0.5rem;
	}

	.filters__sort-btn,
	.filters__toggle-btn,
	.filters__tag,
	.filters__item,
	.categories__item {
		padding: 0.5rem 0.75rem;
		font-size: 0.8125rem;
		gap: 0.375rem;
		border-radius: 0.625rem;
	}

	.catalog__grid {
		gap: 1rem;

		margin: 2.5rem 0 0;
	}

	.product-card {
		padding: 1rem 0.9375rem 1.125rem;
		border-radius: 1rem;
	}

	.product-card__actions {
		top: 1rem;
		left: 0.9375rem;
	}

	.product-card__image-wrapper {
		top: -1.5rem;
		left: 0.9375rem;
		height: 13.75rem;
	}

	.product-card__image {
		height: 16.875rem;
	}

	.product-card__model {
		font-size: 1.25rem;
		margin: 0.375rem 0 0;
	}

	.product-card__description {
		padding: 0;
		font-size: 0.8125rem;
		margin: 0.625rem 0 0;
	}

	.product-card__specs,
	.product-card__row {
		margin: 1rem 0 0;
	}

	.categories {
		margin: 2.5rem 0 0;
	}

	.filters {
		margin: 1.875rem 0 0;
	}
	.electricity-price-input-wrapper {
		min-width: 120px;
		padding: .15rem .4rem;
	}
	.electricity-price-input {
		font-size: .75rem;
		padding: .15rem .2rem;
	}
	
	.electricity-price-unit {
		font-size: .65rem;
		margin-left: .15rem;
	}
	.electricity-price-input-wrapper {
		min-width: 120px;
		padding: .15rem .4rem;
	}
	
	.electricity-price-input {
		font-size: .75rem;
		padding: .15rem .2rem;
	}
	
	.electricity-price-unit {
		font-size: .65rem;
		margin-left: .15rem;
	}
	
	.usd-rate-input-wrapper {
		min-width: 100px;
		padding: .15rem .4rem;
	}
	
	.usd-rate-input {
		font-size: .75rem;
		padding: .15rem .2rem;
	}
	
	.usd-rate-unit {
		font-size: .65rem;
		margin-left: .15rem;
	}
	.product {
		--product-card-border-radius: 0.875rem;
	}

	.product::before {
		left: -12.25rem;
	}

	.product::after {
		top: 9.0625rem;
		right: -33.375rem;
		width: 46.25rem;
		height: 46.25rem;
	}

	.product-info {
		position: relative;
	}

	.product-purchase__installment,
	.product-guarantee,
	.product-form__container,
	.delivery-block,
	.product__middle,
	.reviews,
	.expert-opinion,
	.product-item {
		padding: 1.25rem var(--container-padding);
	}

	.product__gallery {
		padding: var(--container-padding);
	}

	.product-info__col--left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 1.25rem;
	}

	.product-info__badge {
		position: absolute;
		top: 0;
		left: 0;
	}

	.product-info__image-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin: 0 auto;
	}

	.product-info__image {
		max-width: 25rem;
	}

	.product-info__badge {
		padding: 0.4375rem 0.875rem;
		margin: 0;
		font-size: 0.8125rem;
	}

	.product-info__title,
	.product-purchase__price {
		font-size: 1.5rem;
	}

	.product-info__hashrate {
		height: 1.875rem;
		padding: 0.4375rem 0.875rem;
		font-size: 0.8125rem;
	}

	.product-info__specs {
		gap: 0.625rem;
		margin: 1.25rem 0 0;
	}

	.product-info__spec-value,
	.product-info__spec-name {
		font-size: 0.875rem;
	}

	.product-purchase__installment-title,
	.product-purchase__installment-step {
		font-size: 0.875rem;
	}

	.product-purchase__price-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin: 0;
	}

	.product-purchase__profit {
		width: 100%;
		margin: 0.625rem 0 0;
	}

	.product-purchase {
		padding: 0;
	}

	.product-purchase__installment {
		margin-top: 1.25rem;
	}

	.product-purchase__installment-title,
	.product-purchase__installment-step {
		font-size: 0.8125rem;
	}

	.product-purchase__installment-step::before {
		height: 0.3125rem;
	}

	.product__body-left {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: initial;
		grid-template-rows: initial;
		grid-template-areas:
			"gallery"
			"form"
			"guarantee";
	}

	.product__body {
		margin: 2.5rem 0rem 0;
	}

	.expert-opinion__button {
		--btn-height: 2.75rem;
	}

	.product-purchase__manager-btn {
		margin-top: 1rem;
	}

	.delivery-block__map {
		--map-size: 41.75rem 30.75rem;
		--top-pos: -2rem;
		--right-pos: -10.5625rem;
	}

	.delivery-block__title {
		font-size: 1.25rem;
	}

	.product-description__row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.product-gallery--middle {
		--gallery-img-border-radius: 0.625rem;
		--gallery-img-size: 4.6875rem;
	}

	.expert-opinion__person {
		--expert-image-size: 3.25rem;
	}

	.expert-opinion__footer {
		margin: 0.5rem 0 0;
	}

	.product__head-rating {
		gap: 0.625rem;
		font-size: 0.6875rem;
	}

	.product__head-rating-icon {
		--icon-size: 1.25rem;
	}

	.product__action-compare-icon {
		--icon-size: 0.9375rem;
	}

	.product__action-whish-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 1.125rem;
		flex: 0 0 1.125rem;
		width: 1.125rem;
		height: 0.9375rem;
	}

	.product__gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.product-form {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}

	.product-guarantee {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.product__gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.product-form {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}

	.product-guarantee {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.product__gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.product-form {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}

	.product-guarantee {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.form {
		gap: 0.625rem;
	}

	.select__icon svg {
		--icon-size: 1rem;
	}

	.price-table {
		--table-x-padding: var(--container-padding);
		--table-row-offset: 0;
	}

	.price-table__filters {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.price-table table,
	.price-table table thead,
	.price-table table tbody tr {
		display: block;
	}

	.price-table thead tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.price-table th.price-table__delivery,
	.price-table th.price-table__action {
		display: none;
	}

	.price-table thead tr th {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100% !important;
		padding: 0.625rem var(--table-x-padding) !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.price-table table.price-table__table > tbody > tr > td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100% !important;
		padding-left: var(--table-x-padding);
		padding-right: var(--table-x-padding);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0.8125rem;
	}

	.price-table table.price-table__table > tbody > tr > td:not(:last-child) {
		border-bottom: 0.0625rem solid var(--color-card-background);
	}

	.price-table table.price-table__table > tbody > tr.even > td {
		border-color: #373b3c;
	}

	.price-table table.price-table__table > tbody > tr > td[data-label]::before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
		font-size: 0.8125rem;
		line-height: 1.3;
		letter-spacing: -0.03em;
	}

	.price-table table.price-table__table > tbody > tr > td[data-label] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.5rem;
	}

	.price-table table.price-table__table > tbody > tr > td.price-table__delivery::before {
		content: "";
		display: block;
		width: 1.25rem;
		height: 1.25rem;
		background: url("/catalog/view/theme/default/image/cube.svg") no-repeat center center / contain;
	}

	.price-table th.price-table__model {
		border-radius: var(--product-card-border-radius) var(--product-card-border-radius) 0 0;
	}

	.price-table th:not(:first-child) {
		border: 0.0625rem solid #373b3c !important;
	}

	.price-table tbody {
		display: block;
	}

	.price-table__show-more {
		font-size: 0.8125rem;
		--more-btn-height: 2.75rem;
	}

	.price-table__action-btn {
		width: 100%;
	}

	.checkbox__label {
		font-size: 0.8125rem;
	}

	.tg-banner {
		padding: 0 0 3.125rem;
		margin: 0 0 3.125rem;
	}

	.tg-banner__card {
		padding: 1rem;
		border-radius: 1rem;
	}
	.tg-banner__content {
	}
	.tg-banner__close {
		top: 0.75rem;
		right: 0.75rem;
	}

	.tg-banner__close-icon {
		width: 1.125rem;
		height: 1.125rem;
	}

	.tg-banner__title {
		font-size: 1.125rem;
	}
	.tg-banner__subtitle {
		padding-right: 2rem;
		font-size: 0.8125rem;
	}
	.tg-banner__button {
		--btn-height: 2.25rem;
		margin-top: 0.625rem;
		padding: 0 0.875rem;
	}

	.blog__slider {
		padding: 0 0 1.5625rem;
	}

	.blog__grid {
		--blog-grid-cols: 2;
		gap: 1rem;
	}

	.blog__title {
		font-size: 1.375rem;
	}

	.blog__title-icon {
		top: -0.125rem;
		--icon-size: 1.25rem;
	}

	.blog-card__title {
		font-size: 1.125rem;
	}

	.blog-card__desc {
		font-size: 0.875rem;
	}

	.blog__accent-text {
		font-size: 1rem;
	}

	.blog-categories {
		--category-height: 2.25rem;
		margin: 0 0 2.5rem;
	}

	.blog-categories__list {
		gap: 0.75rem;
	}

	.blog-categories__item {
		gap: 0.375rem;
		padding: 0 0.625rem;
		font-size: 0.8125rem;
	}

	.blog-categories__item-icon {
		--icon-size: 1.125rem;
	}

	.blog__more {
		padding: 0 1.25rem;
		margin: 1.25rem 0 0;
	}

.blog--grid-single {
		margin-top: 3rem;
	}
	.article {
		margin: 0.5rem 0 0;
	}

	.article::before {
		opacity: 0.5;
	}

	.article::after {
		top: 11.0625rem;
		right: -21.375rem;
		width: 40rem;
		height: 40rem;
		opacity: 0.2;
	}

	.article__meta {
		gap: 1rem 0;
		flex-wrap: wrap;
		font-size: 0.8125rem;
	}

	.article__meta-item {
		flex: 0 0 48%;
	}

	.article__meta-item:nth-child(2n) {
		text-align: end;
	}

	.article__image-wrapper {
		border-radius: 0.75rem;
	}

	.article__header {
		margin: 1.875rem 0;
	}

	.article__body {
		font-size: 0.875rem;
	}

	.moneta_box__catalog,
	.moneta_box__catalog,
	.article__body nav {
		padding: calc(var(--container-padding) * 1.25) var(--container-padding);
	}
	.subscribe_button_telegram__a,
	.subscribe_button_youtube__a {
		height: 4em;
	}
}

@media (max-width: 768px) {
.number-control__input { width: 66px; }

.modal-content {
		width: 95%;
		max-height: 90vh;
	}

	.modal-header {
		padding: 20px;
	}

	.modal-header h2 {
		font-size: 20px;
	}

	.modal-body {
		padding: 16px;
	}

	.model-item {
		grid-template-columns: 60px 1fr auto;
		gap: 12px;
		padding: 16px;
	}

	.model-image {
		width: 60px;
		height: 45px;
	}

	.model-name {
		font-size: 14px;
	}

	.model-price {
		font-size: 16px;
	}

	.add-to-cart-btn,
	.callback-btn,
	.added-status {
		min-width: 80px;
		height: 36px;
		font-size: 12px;
		padding: 8px 16px;
	}

	.callback-btn {
		min-width: 120px;
	}
	
	.price-subtype-badge {
		font-size: 10px;
		padding: 3px 6px;
	}

.pagination-list {
	  gap: 0.25rem;
	  padding: 0.5rem;
	}
	
	.pagination-link {
	  padding: 0.5rem 0.75rem;
	  font-size: 0.8rem;
	  min-width: 36px;
	}
	
	.pagination-first .pagination-link,
	.pagination-last .pagination-link,
	.pagination-prev .pagination-link,
	.pagination-next .pagination-link {
	  padding: 0.5rem 0.75rem;
	}
	
	.pagination-text {
	  display: none;
	}
	
	.pagination-icon {
	  width: 14px;
	  height: 14px;
	}
}

@media (max-width: 575px) {
.hero__badge {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.75rem;
	}

	.hero__badge-accent {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.hero__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero__description {
		margin: 0 0 18.75rem;
	}

	.hero__partners {
		gap: 0.9375rem;
	}
	.cart-item {
    flex-direction: column;
}

.cart-item-name {
    text-align: center;
}
	.hero::before,
	.channel::before,
	.projects::before,
	.recommends::before,
	.media::before,
	.top-miners::before,
	.mining-hotels::before,
	.catalog::before {
		-webkit-transform: rotate(13deg);
		-ms-transform: rotate(13deg);
		transform: rotate(13deg);
	}

	.top-miners::before {
		left: -18.25rem;
	}

	.solution-card+.solution-card::before {
		width: 100%;
	}

	.media-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		padding: 1.25rem 0.9375rem;
		gap: 0.875rem;
	}

	.media-card__video-container,
	.media-card__video {
		width: 100%;
	}

	.media-card__description {
		margin: 0.375rem 0 0;
	}

	.media-card__title {
		margin: 0.625rem 0 0;
	}

	.hotel-card__features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.5rem 0.8125rem;
	}

	.mining-hotels__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__contact-list {
		gap: 1.25rem;
	}

	.special-offer__image {
		top: -0.5rem;
		right: -0.5rem;
		width: 21.875rem;
		height: 19.1875rem;
	}

	.catalog__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

.product__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 1.25rem;
	}

	.product-guarantee__features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

.blog__grid {
		--blog-grid-cols: 1;
	}

.article__header {
		margin: 1.25rem 0;
	}
.cart-item
	.moneta_box__catalog,
	.moneta_box__catalog.calc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 1em;
	}

	.moneta_box__catalog.calc p.moneta_box__catalog__p {
		text-align: left;
	}

	.subscribe_button {
		grid-template-columns: 1fr;
	}

	.subscribe_button__part:nth-child(1) {
		border-bottom: 0.1875rem solid rgb(255 255 255 / 10%);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
.about-us__card {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 0.75rem 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.about-card__image-wrapper {
		position: relative;
		min-height: auto;
	}

	.about-card__image {
		left: auto;
		right: 0;
		-webkit-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	.about-card__image--1 {
		bottom: 1.25rem;
		right: -1.25rem;
		width: 13.75rem;
		height: 17.6875rem;
	}

	.about-card__image--2 {
		bottom: 0.25rem;
		right: -8.125rem;
		width: 26.5rem;
		height: 16.1875rem;
	}

	.about-card__image--3 {
		bottom: 0;
		right: -2.4375rem;
		width: 20.25rem;
		height: 12.3125rem;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.about-card__image--4 {
		bottom: 50%;
		width: 13.75rem;
		height: 13.8125rem;
	}
}

@media (max-width: 480px) {
.toast-container {
		top: 10px;
		right: 10px;
		left: 10px;
	}

	.toast {
		min-width: auto;
		max-width: none;
		margin-bottom: 8px;
	}

	.toast-header {
		padding: 12px 16px 8px;
	}

	.toast-body {
		padding: 0 16px 12px;
	}

.pagination-list {
	  flex-wrap: wrap;
	  justify-content: center;
	  gap: 0.25rem;
	}
	
	.pagination-link {
	  padding: 0.5rem;
	  min-width: 32px;
	  font-size: 0.75rem;
	}
}

@media (prefers-color-scheme: dark) {
.pagination-list {
	  background: #191e20;
	  border-color: rgba(75, 85, 99, 0.3);
	}
	
	.pagination-link {
	  color: #e5e7eb;
	}
	
	.pagination-link:hover {
	  background: var(--color-background-light);
	  color: black;
	}
	
	.pagination-active {
	  background: var(--color-accent);
	}
	
	.pagination-ellipsis {
	  color: #6b7280;
	}
}

@media (prefers-contrast: high) {
.pagination-link {
	  border: 2px solid currentColor;
	}
	
	.pagination-active {
	  background: #000;
	  color: #fff;
	}
}

@media (prefers-reduced-motion: reduce) {
.pagination-link,
	.pagination-icon,
	.pagination-wrapper {
	  transition: none;
	  animation: none;
	}
	
	.pagination-link:hover {
	  transform: none;
	}
}

@media (max-width: 414px) {
.product-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.product-item__price,
	.product-item__price-new,
	.product-item__price-old {
		text-align: start;
	}

	.product-item__col,
	.product-item__card-btn {
		width: 100%;
	}
}

@media (min-width: 576px) {
.blog__grid .blog-card--wide .blog-card__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
	}

	.blog-card--wide .blog-card__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.blog__grid .blog-card--wide {
		grid-column: 1 / calc(var(--blog-grid-cols) + 1);
	}

	.blog__grid .blog-card--wide .blog-card__image-wrapper {
		padding: 0;
		height: 100%;
		min-height: 18.75rem;
	}
}

@media (min-width: 1199px) {
.blog__grid .blog-card__image-wrapper {
		padding: 0 0 41%;
	}

	.blog__grid .blog-card--wide .blog-card__image-wrapper {
		min-height: 26rem;
	}
}

@media (min-width: 576px) and (max-width: 1199px) {
.blog-card--wide {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 410px) {
.tg-banner__bg {
		background-position: top 50% right -12rem;
	}

	.blog-categories__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

	.blog-categories__item {
		padding: 0 0.5rem;
	}

	.blog__more {
		width: 100%;
		padding: 0 0.625rem;
	}
}
/* Calculator loader */
.calc-loader{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	padding:24px 16px;
	color:#fff;
	background: linear-gradient(135deg, rgba(25,30,32,.6) 0%, rgba(25,30,32,.2) 100%);
	border-radius:12px;
}
.calc-loader--fullscreen{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0,0,0,.45);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.calc-loader__box{
	background: linear-gradient(135deg, rgba(25,30,32,.85) 0%, rgba(25,30,32,.55) 100%);
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 14px;
	padding: 20px 22px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.calc-loader__spinner{
	width:28px;
	height:28px;
	border-radius:50%;
	position:relative;
	background:
		radial-gradient(farthest-side, #72B13B 94%, #0000) top/6px 6px no-repeat,
		conic-gradient(#0000 10%, #72B13B);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 6px), #000 0);
	animation: calc-spinner 1s infinite linear;
}
.calc-loader__text{
	font-size:14px;
	letter-spacing:.2px;
	opacity:.9;
}
@keyframes calc-spinner{ to{ transform: rotate(1turn); } }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 3 versions
*/

.faq {
	position: relative;
	z-index: 1;
	margin: 4.8125rem 0 0;
}
.faq__title {
	margin: 0 0 4.625rem;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: var(--color-text-primary);
}
.faq__body {
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
}
.faq__item {
	padding: 3.6875rem 2.6875rem 2.4375rem;
	background: var(--color-card-background);
	border-radius: 1.25rem;
	cursor: pointer;
}
.faq__item-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	padding-right: 2.5rem;
}

.faq__item-header::after {
	--icons-size: 1.5rem;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: var(--icons-size);
	height: var(--icons-size);
	z-index: 1;
	background: url("/catalog/view/theme/default/image/faq-close.svg") center/contain no-repeat;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: -webkit-transform ease 0.5s;
	transition: -webkit-transform ease 0.5s;
	-o-transition: transform ease 0.5s;
	transition: transform ease 0.5s;
	transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}

.faq__item.active .faq__item-header::after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.faq__item-icon {
	--icon-size: 2.5625rem;
	position: relative;
	top: -0.4375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
	-o-object-fit: contain;
	object-fit: contain;
}
.faq__item-title {
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: var(--color-text-primary);
}
.faq__item-body {
	padding: 1.9375rem 0 0.5625rem 3.875rem;
	font-family: var(--font-family-quinary);
	font-weight: 600;
	font-size: 1.0625rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #6e6e6e;
}

.faq__item-body p {
	margin: 0;
}

.faq__item-body p + p {
	margin-top: 0.625rem;
}

@media (max-width: 1199px) {
	.faq__title {
		font-size: 1.625rem;
		margin: 0 0 1.875rem;
	}

	.faq__body {
		gap: 1rem;
	}

	.faq__item {
		padding: 2.5rem 1.5625rem 1.875rem;
	}

	.faq__item-header {
		gap: 1rem;
	}

	.faq__item-icon {
		--icon-size: 2.25rem;
		top: -0.3125rem;
	}

	.faq__item-body {
		padding: 0.4375rem 0 0.375rem 3.25rem;
		font-size: 0.9375rem;
	}

	.faq__item-title {
		font-size: 1.375rem;
	}

	.faq__item-body br {
		display: none;
	}
}

@media (max-width: 767px) {
	.faq {
		margin: 3.125rem 0 0;
	}

	.faq__title {
		font-size: 1.375rem;
		margin: 0 0 1.5rem;
	}

	.faq__item {
		padding: 1.25rem var(--container-padding) 0.9375rem;
	}

	.faq__item-header {
		gap: 0.625rem;
		padding-right: 1.75rem;
	}

	.faq__item-icon {
		--icon-size: 1.25rem;
		top: 0.0625rem;
	}

	.faq__item-body {
		padding: 0.4375rem 0 0.375rem 1.875rem;
		font-size: 0.9375rem;
	}

	.faq__item-title {
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	.faq__item-header::after {
		--icons-size: 1.25rem;
		top: 0.0625rem;
	}
}

.promo-banner {
	position: relative;
	z-index: 1;
	margin: 4.1875rem 0 0;
}

.promo-banner__content {
	position: relative;
	z-index: 1;
	padding: 3.125rem 3.75rem 3.75rem;
	background: var(--color-card-background);
	font-family: var(--font-family-quinary);
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--color-text-primary);
	border-radius: 1.25rem;
	overflow: hidden;
}
.promo-banner__text-content {
	position: relative;
	z-index: 3;
}
.promo-banner__title {
	margin: 0;
	font-family: var(--font-family-secondary);
	font-weight: 600;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: -0.03em;
}
.promo-banner__subtitle {
	margin: 0.5625rem 0 0;
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.5);
}
.promo-banner__testimonial {
	margin: 2.75rem 0 0;
	color: #a4a4a4;
}
.promo-banner__testimonial-text {
	max-width: 33.75rem;
}
.promo-banner__features {
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	margin: 2.75rem 0 0;
}
.promo-banner__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	list-style: none;
}
.promo-banner__feature-icon-wrapper {
}
.promo-banner__feature-text {
}
.promo-banner__feature-icon {
	--icon-size: 1.5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	width: var(--icon-size);
}

.promo-banner__btn {
	--btn-height: 4.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: var(--btn-height);
	padding: 0.5rem 1.5rem;
	margin: 2.75rem 0 0;
	border-radius: 0.5rem;
	font-family: var(--font-family-tertiary);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: normal;
	background: var(--white-100);
	color: var(--color-text-dark);
	-webkit-transition: background var(--transition-base), color var(--transition-base);
	-o-transition: background var(--transition-base), color var(--transition-base);
	transition: background var(--transition-base), color var(--transition-base);
}
.promo-banner__image-wrapper::before {
	--gradient-size: 85.4375rem;
	content: "";
	position: absolute;
	top: calc(var(--gradient-size) / -1.4);
	left: calc(var(--gradient-size) / -1.7);
	z-index: 1;
	width: var(--gradient-size);
	height: var(--gradient-size);
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(38, 98, 246, 0.5),
		rgba(38, 98, 246, 0) 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(38, 98, 246, 0.5),
		rgba(38, 98, 246, 0) 100%
	);
	pointer-events: none;
}
.promo-banner__image-wrapper {
}
.promo-banner__image {
	position: absolute;
	top: -18.25rem;
	right: -7.9375rem;
	width: 89.25rem;
	height: 96.5625rem;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}

@media (hover: hover) {
	.promo-banner__btn:hover {
		background: var(--color-accent);
		color: var(--color-text-primary);
	}
}

.promo-banner__btn:active {
	background: var(--color-accent-hover);
	color: var(--color-text-primary);
}

@media (max-width: 1199px) {
	.promo-banner__content {
		padding: 1.375rem 1.5625rem 1.5625rem;
	}

	.promo-banner__title {
		font-size: 1.625rem;
	}

	.promo-banner__subtitle {
		font-size: 0.9375rem;
	}

	.promo-banner__testimonial,
	.promo-banner__features,
	.promo-banner__btn {
		margin: 2rem 0 0;
	}

	.promo-banner__feature-icon {
		--icon-size: 1.25rem;
	}

	.promo-banner__btn {
		--btn-height: 3.375rem;
	}

	.promo-banner__image {
		top: -10.125rem;
		right: auto;
		left: 21.875rem;
		width: 51.75rem;
		height: 56rem;
	}

	.promo-banner__image-wrapper::before {
		--gradient-size: 54.1875rem;
	}
}

@media (max-width: 991px) {
	.promo-banner__image {
		left: 20.625rem;
	}
}
@media (max-width: 767px) {
	.promo-banner {
		margin: 3.125rem 0 0;
	}

	.promo-banner__title {
		font-size: 1.375rem;
	}

	.promo-banner__content {
		padding: 1rem var(--container-padding) 1.125rem;
	}

	.promo-banner__btn {
		--btn-height: 2.75rem;
		padding: 0.5rem 1rem;
		font-size: 0.8125rem;
	}

	.promo-banner__image {
		top: 4.875rem;
		left: 15.625rem;
		width: 29.25rem;
		height: 31.625rem;
	}

	.promo-banner__feature-icon {
		--icon-size: 1.125rem;
	}

	.promo-banner__testimonial,
	.promo-banner__features,
	.promo-banner__btn {
		margin: 1.5rem 0 0;
	}
}

@media (max-width: 575px) {
	.promo-banner__image {
		top: auto;
		bottom: -10rem;
		left: 6.875rem;
		opacity: 0.9;
	}
}
