@charset "UTF-8";@font-face {font-family: Geometria;font-display: swap;src: url("../assets/fonts/Geometria-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Geometria;font-display: swap;src: url("../assets/fonts/Geometria-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Geometria;font-display: swap;src: url("../assets/fonts/Geometria-Heavy.woff2") format("woff2");font-weight: 900;font-style: normal;}
@font-face {font-family: Geometria;font-display: swap;src: url("../assets/fonts/Geometria-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Geometria;font-display: swap;src: url("../assets/fonts/Geometria-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Cuprum;font-display: swap;src: url("../assets/fonts/Cuprum-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?afef52e06276ee49bef9ae78e10eac22") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-user"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-shop"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-settings"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-services"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-sale"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-question"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-phone"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-pay"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-orders"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-order"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-next"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-map"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-logout"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-location"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-list"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-home"]::before { 
		content: "\f111"; 
	} 
	[class*="--icon-help"]::before { 
		content: "\f112"; 
	} 
	[class*="--icon-heart"]::before { 
		content: "\f113"; 
	} 
	[class*="--icon-heart-in"]::before { 
		content: "\f114"; 
	} 
	[class*="--icon-heart-home"]::before { 
		content: "\f115"; 
	} 
	[class*="--icon-eye"]::before { 
		content: "\f116"; 
	} 
	[class*="--icon-eye-watch"]::before { 
		content: "\f117"; 
	} 
	[class*="--icon-eye-off"]::before { 
		content: "\f118"; 
	} 
	[class*="--icon-delivery"]::before { 
		content: "\f119"; 
	} 
	[class*="--icon-comment"]::before { 
		content: "\f11a"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f11b"; 
	} 
	[class*="--icon-check-list"]::before { 
		content: "\f11c"; 
	} 
	[class*="--icon-chat"]::before { 
		content: "\f11d"; 
	} 
	[class*="--icon-censor"]::before { 
		content: "\f11e"; 
	} 
	[class*="--icon-catalog"]::before { 
		content: "\f11f"; 
	} 
	[class*="--icon-cart"]::before { 
		content: "\f120"; 
	} 
	[class*="--icon-calendar"]::before { 
		content: "\f121"; 
	} 
	[class*="--icon-burger"]::before { 
		content: "\f122"; 
	} 
	[class*="--icon-basket"]::before { 
		content: "\f123"; 
	} 
	[class*="--icon-arrow-sel"]::before { 
		content: "\f124"; 
	} 
	[class*="--icon-arrow-prev"]::before { 
		content: "\f125"; 
	} 
	[class*="--icon-arrow-next"]::before { 
		content: "\f126"; 
	} 
	[class*="--icon-arrow-down"]::before { 
		content: "\f127"; 
	} 
* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}

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

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

html,
body {
	height: 100%;
}

body {
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}

input,
textarea {
	width: 100%;
}

label {
	display: inline-block;
}

button,
select,
option {
	cursor: pointer;
}

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

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
/* Generated by vite-plugin-svg-spritemap */
:root {
  --white: #fff;
  --grey-scale-100: #f9f9f9;
  --grey-scale-200: #e8e8e8;
  --grey-scale-300: #c5c4c4;
  --grey-scale-400: #9e9d9d;
  --grey-scale-500: #777676;
  --grey-scale-600: #5a5959;
  --grey-scale-700: #2e2d2d;
  --grey-scale-800: #383737;
  --grey-scale-900: #090808;
  --main-200: #e0eaf3;
  --main-300: #b2cce1;
  --main-400: #7fa9cd;
  --main-500: #459cdf;
  --main-600: #0b67b5;
  --main-700: #075ba2;
  --main-800: #003b6c;
  --main-900: #00111f;
  --secondary: #f08b22;
  --yellow: #ffd001;
  --green: #419c56;
  --green-light: #419c56;
  --red: #ed1c24;
  --red-light: #f23c42;
  --radius: 0.375rem;
  --done: #e4f4ff;
  --in-progress: #ffd4d4;
  --outdated: #ffebb6;
  --bg: var(--grey-scale-100);
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
  transition: font-size 0.3s ease;
}

body {
  min-width: 20rem;
  color: #2e2d2d;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased; /* для macOS Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* для macOS Firefox */
  background: var(--bg);
}
[data-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 102rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.impaired {
  --main-700: #c5c4c4;
}
.impaired body {
  background: rgb(255, 255, 255);
}
.impaired body * {
  font-weight: 700;
  color: rgb(0, 0, 0) !important;
  fill: rgb(0, 0, 0) !important;
  stroke: rgb(0, 0, 0) !important;
  box-shadow: none !important;
  transition: ease-in-out;
  border-radius: 0rem !important;
  border-color: rgb(0, 0, 0) !important;
}
.impaired button {
  background: #000;
  color: var(--white) !important;
}
.impaired button span {
  color: var(--white) !important;
}
.impaired img {
  filter: grayscale(100%);
}
.impaired header .header__top {
  border-bottom: 0.0625rem solid #000;
}
.impaired header .header__logo img {
  filter: grayscale(0) brightness(0);
}
.impaired header .header__top,
.impaired header .header__bottom {
  background: #fff !important;
}
.impaired footer {
  background: #fff;
}
.impaired footer .footer__logo img {
  filter: grayscale(0) brightness(0);
}
.impaired footer .payments__item img {
  filter: grayscale(0) brightness(0);
}
.impaired .city-btn {
  background: #fff !important;
  color: #000 !important;
}
.impaired .city-btn span {
  color: #000 !important;
}
.impaired .tabs__title {
  color: #000 !important;
  background: #fff !important;
}
.impaired .tabs__title::before {
  background: #000 !important;
}
.impaired .product-card__favorite {
  background: #fff !important;
}
.impaired .social img {
  filter: grayscale(0) brightness(0);
}
.impaired .btn--std {
  background: #000 !important;
  color: #fff !important;
  border: 0.0625rem solid #000;
  transition: 0s;
}
.impaired .btn--std::before {
  display: none;
}
.impaired .btn--std:hover {
  background: #fff !important;
  color: #000 !important;
}
.impaired .chose-style-btn .size {
  display: flex;
}

.page-title {
  font-size: 2rem;
  font-weight: 500;
}
.page-title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.section-title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  width: 0.0625rem;
  height: 0.0625rem;
  word-wrap: normal;
}

.button {
  position: relative;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-align: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  border: none;
  color: var(--white);
  overflow: hidden;
  background: var(--main-700);
  border: none;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.button .--icon-next {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  font-size: 1.5rem;
  line-height: 1;
}
.button:hover {
  box-shadow: inset 0 3rem 0 var(--secondary);
  color: var(--white);
}
.button:focus, .button:hover {
  outline: none;
}
.button.button--secondary {
  background: var(--secondary);
}
.button.button--border {
  background: var(--white);
  border: 0.0625rem solid var(--main-700);
  color: var(--main-700);
}

button[hidden] {
  display: none !important;
}

.swiper-watch-progress {
  overflow: visible;
}
.swiper-watch-progress .swiper-slide {
  opacity: 1;
  height: auto !important;
}
.swiper-watch-progress .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-right: auto;
}
.swiper-nav:has(.swiper-pagination-lock) {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  position: absolute;
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  transform: translateY(-50%);
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 1.25rem 0 rgba(18, 28, 49, 0.05);
  transition: background 0.5s ease, color 0.3s ease;
  font-size: 1.25rem;
  color: var(--main-700);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-prev {
  left: -0.75rem;
}
.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.swiper-button-next {
  right: -0.75rem;
}

.swiper-pagination {
  padding-top: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(216, 234, 228, 0.3);
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-700);
  width: 1.5rem;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}

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

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
[type=phone],
select,
textarea {
  padding: 0.3125rem 0.9375rem;
  height: 3rem;
  width: 100%;
  outline: none;
  box-shadow: none;
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--main-400);
  background: var(--white);
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  color: var(--grey-scale-700);
  line-height: 1.25;
  min-width: 0;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
[type=phone]:focus,
select:focus,
textarea:focus {
  border-color: var(--secondary);
}
[type=color]:placeholder,
[type=date]:placeholder,
[type=datetime]:placeholder,
[type=datetime-local]:placeholder,
[type=email]:placeholder,
[type=month]:placeholder,
[type=number]:placeholder,
[type=password]:placeholder,
[type=search]:placeholder,
[type=tel]:placeholder,
[type=text]:placeholder,
[type=time]:placeholder,
[type=url]:placeholder,
[type=week]:placeholder,
[type=phone]:placeholder,
select:placeholder,
textarea:placeholder {
  color: var(--grey-scale-500);
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-item {
  position: relative;
}
.form-item:not(:last-child) {
  margin-bottom: 1rem;
}
.form-item.form-item-required {
  position: relative;
}
.form-item.form-item-required::before {
  content: "*";
  width: 0.0625rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--secondary);
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  background: #fff;
  padding-top: 0.375rem;
}
.form-item textarea {
  padding-top: 0.875rem;
  padding-left: 1rem;
  height: 9.25rem;
  resize: none;
  width: 100%;
}

#main-form,
#services,
#about-us,
#gallery,
#reviews,
#why-choose-us,
#map {
  scroll-margin-top: 5.25rem;
}

.text-formatted {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  color: var(--grey-scale-700);
}
.text-formatted p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5 {
  font-weight: 700;
  line-height: 1.5;
}
.text-formatted h1:not(:first-child),
.text-formatted h2:not(:first-child),
.text-formatted h3:not(:first-child),
.text-formatted h4:not(:first-child),
.text-formatted h5:not(:first-child) {
  margin-top: 2rem;
}
.text-formatted h1:not(:last-child),
.text-formatted h2:not(:last-child),
.text-formatted h3:not(:last-child),
.text-formatted h4:not(:last-child),
.text-formatted h5:not(:last-child) {
  margin-bottom: 1.125rem;
}
.text-formatted h1 {
  font-size: 2rem;
}
.text-formatted h2 {
  font-size: 1.25rem;
}
.text-formatted h3 {
  font-size: 1.125rem;
}
.text-formatted h4 {
  font-size: 1rem;
}
.text-formatted h5 {
  font-size: 1rem;
}
.text-formatted ul,
.text-formatted ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-formatted ul:not(:last-child),
.text-formatted ol:not(:last-child) {
  margin-bottom: 1.25rem;
}
.text-formatted li:not(:last-child) {
  margin-bottom: 0;
}
.text-formatted ul > li {
  position: relative;
  padding-left: 1.875rem;
}
.text-formatted ul > li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--grey-scale-700);
}
.text-formatted ol {
  counter-reset: number;
}
.text-formatted ol > li {
  position: relative;
  counter-increment: number;
  padding-left: 1.25rem;
}
.text-formatted ol > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.text-formatted a {
  text-decoration: underline;
  transition: color 0.3s;
}
.text-formatted img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.375rem;
}
.text-formatted img:not(:first-child) {
  margin-top: 2rem;
}
.text-formatted img:not(:last-child) {
  margin-bottom: 2rem;
}
.text-formatted .button {
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.text-formatted .button::after {
  content: "";
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.75rem;
  margin-left: 0.75rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M0 7L14.17 7L10.59 10.59L12 12L18 6L12 0L10.59 1.41L14.17 5L0 5V7Z" fill="white"/></svg>') center no-repeat;
}
.text-formatted .button:hover {
  box-shadow: inset 0 3.125rem 0 var(--main-700);
  color: var(--white);
}

.breadcrumbs {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.breadcrumbs ol::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ol li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--grey-scale-700);
}
.breadcrumbs ol li:first-child {
  font-size: 0;
}
.breadcrumbs ol li:first-child a::before {
  content: "\f111";
  font-family: "iconfont";
  font-display: swap;
  font-size: 1rem;
  color: var(--main-700);
  transition: color 0.3s;
  line-height: 0.8;
}
.breadcrumbs ol li:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.4726 7.99967L6.47227 4L5.53125 4.94102L8.59256 8.00233L5.53125 11.059L6.47227 12L10.4726 7.99967Z" fill="%23075BA2"/></svg>') center no-repeat;
  background-size: contain;
}
.breadcrumbs ol li:last-child {
  font-weight: 500;
}
.breadcrumbs ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.cart-blog {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: -0.25rem -0.25rem 0.625rem 0 rgba(18, 28, 49, 0.02), 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}
.cart-blog__img {
  display: flex;
  width: 100%;
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
}
.cart-blog__img img {
  width: 100%;
  aspect-ratio: 382/206;
  object-fit: cover;
}
.cart-blog__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 0.75rem 0.75rem 1.5rem;
}
.cart-blog__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--grey-scale-400);
  font-size: 0.875rem;
  font-weight: 500;
}
.cart-blog__date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.cart-blog__date::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"><path d="M4.76823 0.600098V3.8001M11.4349 0.600098V3.8001M0.601562 7.0001H15.6016M2.26823 2.2001H13.9349C14.8554 2.2001 15.6016 2.91644 15.6016 3.8001V15.0001C15.6016 15.8838 14.8554 16.6001 13.9349 16.6001H2.26823C1.34775 16.6001 0.601562 15.8838 0.601562 15.0001V3.8001C0.601562 2.91644 1.34775 2.2001 2.26823 2.2001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
.cart-blog__views {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.cart-blog__views::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14" viewBox="0 0 20 14" fill="none"><path d="M12.3016 6.6001C12.3016 7.28208 12.0171 7.93614 11.5108 8.41837C11.0044 8.90061 10.3176 9.17153 9.60156 9.17153C8.88548 9.17153 8.19872 8.90061 7.69237 8.41837C7.18603 7.93614 6.90156 7.28208 6.90156 6.6001C6.90156 5.91811 7.18603 5.26406 7.69237 4.78182C8.19872 4.29959 8.88548 4.02867 9.60156 4.02867C10.3176 4.02867 11.0044 4.29959 11.5108 4.78182C12.0171 5.26406 12.3016 5.91811 12.3016 6.6001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.601562 6.6001C2.04156 3.08838 5.40396 0.600098 9.60156 0.600098C13.7992 0.600098 17.1616 3.08838 18.6016 6.6001C17.1616 10.1118 13.7992 12.6001 9.60156 12.6001C5.40396 12.6001 2.04156 10.1118 0.601562 6.6001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
.cart-blog__link {
  color: var(--greys-cale-700);
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 3.7em;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  text-overflow: ellipsis;
  transition: color 0.3s;
}

.popular-tags:not(:last-child) {
  margin-bottom: 1.25rem;
}
.popular-tags ul {
  display: flex;
  gap: 0.375rem;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.popular-tags ul::-webkit-scrollbar {
  display: none;
}
.popular-tags li {
  flex-shrink: 0;
}
.popular-tags a {
  display: flex;
  min-height: 2rem;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  color: var(--greys-cale-700);
  border-radius: 0.375rem;
  background: var(--grey-scale-200);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  transition: box-shadow 0.3s;
}

.pagination__items {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.pagination__item {
  font-size: 0.875rem;
  font-weight: 500;
  flex-shrink: 0;
}
.pagination__item a {
  display: flex;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--grey-scale-200);
  background: var(--white);
  transition: all 0.3s;
}
.pagination__item.is-active a {
  background: var(--main-700);
  border-color: var(--main-700);
  color: var(--white);
  pointer-events: none;
}
.pagination__item--ellipsis {
  display: flex;
  width: 2rem;
  height: 2rem;
  padding: 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--white);
}
.pagination__item--next span, .pagination__item--previous span, .pagination__item--last span, .pagination__item--first span {
  font-size: 0;
}
.pagination__item--next span::before, .pagination__item--previous span::before, .pagination__item--last span::before, .pagination__item--first span::before {
  font-size: 1rem;
}
.pagination__item--previous span::before {
  transform: rotate(90deg);
}
.pagination__item--next span::before {
  transform: rotate(-90deg);
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.custom-select {
  position: relative;
}
.custom-select.is-open .custom-select__arrow {
  transform: rotate(-180deg);
}
.custom-select.is-open .custom-select__body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9375rem;
  min-height: 2rem;
  min-width: 4.375rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--grey-scale-200);
  background: var(--white);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: border 0.3s;
}
.custom-select__arrow {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: transform 0.3s;
}
.custom-select__body {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  min-width: 4.375rem;
  border-radius: 0.5rem;
  background: var(--white);
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: all 0.3s ease;
  box-shadow: 0 -0.1875rem 0.375rem 0.1875rem rgba(0, 0, 0, 0.05);
  z-index: 10;
  max-height: 12.5rem;
  overflow-y: auto;
}
.custom-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-select__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}
.custom-select__link.is-current {
  font-weight: 600;
  background-color: var(--main-700);
  color: var(--white);
  cursor: default;
}

.section-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-top__title:not(:last-child) {
  margin-bottom: 0;
}
.section-top:not(:last-child) {
  margin-bottom: 1.75rem;
}
.section-top__button {
  margin-left: auto;
}
.section-top__link {
  margin-left: auto;
}

.seo-block {
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  background: var(--white);
}
.seo-block:not(:last-child) {
  margin-bottom: 2.5rem;
}

.seo-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.seo-section .text-formatted {
  padding: 1.25rem 1rem;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: -0.25rem -0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05), 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}

/* Основний контейнер лайтбоксу (прихований за замовчуванням) */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.3); /* Темний фон з прозорістю */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: zoom-out; /* Курсор показує, що можна закрити */
}

/* Стан активності */
.lightbox-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Контейнер для зображення */
.lightbox-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  max-height: 90vh;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.lightbox-overlay.is-visible .lightbox-content {
  transform: scale(1);
}

/* Сама картинка */
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 90vh; /* Щоб не вилазила за екран по висоті */
  object-fit: contain;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.3);
  cursor: default;
}

/* Кнопка закриття */
.lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.lightbox-close:hover {
  transform: scale(1.2);
}

/* Хрестик закриття на CSS */
.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.product-card {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  padding: 0.75rem;
  height: 100%;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: -0.25rem -0.25rem 0.625rem 0 rgba(7, 91, 162, 0.05), 0.25rem 0.25rem 0.625rem 0 rgba(7, 91, 162, 0.05);
}
.product-card__top {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: space-between;
}
.product-card__status {
  flex-shrink: 0;
  display: inline-flex;
  height: 1.5rem;
  padding: 0.25rem 0.5rem;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.625rem 0;
  background: var(--secondary);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
.product-card__status-text {
  color: var(--grey-scale-700);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
.product-card__favorite {
  font-size: 0;
}
.product-card__favorite::before {
  font-size: 1.5rem;
  color: var(--secondary);
  transition: color 0.3s;
}
.product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__img img {
  width: 100%;
  aspect-ratio: 280/228;
  object-fit: contain;
}
.product-card__info {
  display: flex;
  gap: 0.25rem;
}
.product-card__info-img {
  flex: 1 1 auto;
}
.product-card__info-img img {
  height: 1.5rem;
  width: auto;
}
.product-card__link {
  color: var(--grey-scale-700);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  transition: color 0.3s;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  text-overflow: ellipsis;
}
.product-card__in-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: var(--main-700);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 125%;
}
.product-card__in-stock .icon {
  flex-shrink: 0;
  text-decoration: none;
}
.product-card__bottom {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
.product-card__price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.product-card__button {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.125rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  border: 0.125rem solid var(--green);
  background: var(--green);
  color: var(--white);
  font-size: 0;
  transition: all 0.3s;
}
.product-card__button::before {
  font-size: 1.5rem;
  line-height: 1;
}

.old-price {
  color: rgba(119, 118, 118, 0.4);
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
  text-decoration-line: line-through;
}

.price {
  color: var(--grey-scale-700);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}
.price span {
  font-size: 1.25rem;
  font-weight: 700;
}

.section__list {
  width: 100%;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}
.section__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}
.section__link img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.375rem;
  aspect-ratio: 304/441;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
  z-index: 100;
}
.select__body {
  position: relative;
}
.select__body::before {
  content: "*";
  width: 0.0625rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--secondary);
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  background: #fff;
  padding-top: 0.375rem;
}
.select__title {
  display: flex;
  align-items: center;
  color: inherit;
  text-align: left;
  padding: 0.75rem 1rem;
  height: 3rem;
  background: var(--white);
  cursor: pointer;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  color: var(--black);
  margin-top: 0;
  transition: all 0.3s;
  box-shadow: 0 0 0 0.0625rem var(--main-200);
}
.--select-open .select__title {
  box-shadow: 0 0 0 0.0625rem var(--secondary);
}
.select__value {
  width: 100%;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.625rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  align-self: stretch;
  margin-left: auto;
  flex: 0 0 0.8125rem;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.01344 7.4248L12.0234 1.4148L10.6094 -0.000195026L6.00944 4.5998L1.40944 -0.000195026L0.00243759 1.4148L6.01344 7.4248Z" fill="%232E2D2D"/></svg>') center no-repeat;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: var(--text);
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: var(--grey-scale-700);
  position: absolute;
  z-index: 100;
  top: calc(100% + 0.25rem);
  min-width: 100%;
  border: 0.0625rem solid var(--main-200);
  left: 0;
  border-radius: 0.375rem;
  background-color: var(--white);
  padding: 0;
  overflow: hidden;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 17.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  min-height: 2.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.select__option.--select-selected {
  background-color: var(--main-600);
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 0.0625rem solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

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

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

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

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

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

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

.swiper-button-lock {
  display: none !important;
}.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* Generated by vite-plugin-svg-spritemap */
.header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 5.25rem;
  background: var(--accent);
  border-bottom: 0.0625rem solid var(--border);
  transition: background 0.3s;
  color: var(--white);
}
.header__message {
  width: 100%;
  display: flex;
  padding: 0.375rem 0.625rem;
  color: var(--white);
  background: var(--secondary);
  font-weight: 500;
  min-height: 2rem;
  transition: margin 0.3s;
}
.header__message-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: marquee 10s linear infinite;
  will-change: transform;
}
.header__text {
  white-space: nowrap;
  padding-right: 7.5rem;
  margin: 0;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__logo img {
  width: auto;
  height: 2rem;
}
.header__top {
  position: relative;
  z-index: 10;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: var(--main-800);
}
.header__bottom {
  position: relative;
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: var(--main-700);
}
.header__info {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.75rem;
}
.header__actions {
  display: flex;
  gap: 0.5rem;
}
.header__btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 0.625rem 1rem;
  gap: 0.625rem;
  font-weight: 700;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.3s;
}
.header__btn::before {
  font-size: 1.5rem;
  font-weight: 400;
}
.header__action {
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  padding: 0.625rem;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.3s;
}
.header__action .count {
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
  height: 0.875rem;
  min-width: 0.875rem;
  display: inline-flex;
  padding: 0.0625rem 0.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--white);
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0125rem;
  border-radius: 1.5625rem;
  background: var(--secondary);
  transition: all 0.3s;
}
.header__city-mobile.city-btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
.header__city-mobile.city-btn::before {
  font-size: 1.25rem;
  font-weight: 400;
}
.header__city-mobile.city-btn span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.search {
  position: relative;
  z-index: 1000;
  flex: 1 1 auto;
}
.search__form {
  position: relative;
  display: flex;
}
.search__input {
  display: flex;
  height: 3rem;
  padding: 0.75rem 0.75rem 0.75rem 2.75rem;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 0.375rem 0 0 0.375rem;
  border: 0.0625rem solid var(--grey-scale-200);
  background: var(--grey-scale-100);
  font-size: 1.125rem;
  color: var(--grey-scale-700);
  caret-color: var(--grey-scale-700);
}
.search__input::placeholder {
  color: var(--grey-scale-400);
  font-weight: 300;
}
.search__input:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.0625rem rgba(255, 99, 71, 0.2);
  background: var(--white);
}
.search__btn {
  display: flex;
  min-width: 6.25rem;
  height: 3rem;
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0 0.375rem 0.375rem 0;
  background: var(--secondary);
  transition: box-shadow 0.3s;
}
.search__btn::before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  color: var(--grey-scale-400);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.search__results {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  width: 100%;
  background: var(--white);
  color: var(--grey-scale-700);
  border: 0.0625rem solid var(--main-200);
  border-radius: 0.25rem;
  z-index: 50;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: all 0.3s ease;
  max-height: 25rem;
  overflow-y: auto;
}
.search.is-active .search__results {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search__group-title {
  padding: 0.625rem 0.9375rem 0.3125rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--main-600);
  font-weight: 700;
}
.search__link {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: var(--grey-scale-700);
  text-decoration: none;
  transition: background 0.2s;
  border-bottom: 0.0625rem solid var(--main-200);
}
.search__link:hover {
  background-color: var(--main-200);
}
.search__info {
  padding: 0.9375rem;
  color: #777;
  text-align: center;
}

.search-product {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.0625rem solid var(--main-200);
  gap: 0.9375rem;
  transition: background 0.2s;
}
.search-product:hover {
  background-color: var(--main-200);
}
.search-product {
  /* Картинка */
}
.search-product__image {
  flex: 0 0 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  align-self: flex-start;
  overflow: hidden;
  background-color: #f0f0f0;
}
.search-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-product__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search-product__brand {
  font-size: 0.625rem;
  color: var(--grey-scale-400);
  text-transform: uppercase;
}
.search-product__title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--grey-scale-700);
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}
.search-product__title:hover {
  color: var(--secondary);
}
.search-product__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.search-product__price {
  align-self: start;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
}
.search-product__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-600);
  color: var(--white);
  border: none;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  padding: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.search-product__btn:hover {
  background-color: var(--secondary);
}

.phones {
  position: relative;
}
.phones .phones__dropdown {
  transform: translate(-50%, -0.625rem);
}
.phones:hover .phones__main::before {
  transform: translateY(-50%) rotate(-180deg);
}
.phones:hover .phones__dropdown {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: all;
}
.phones .phones__dropdown {
  padding: 1rem;
}
.phones__main {
  padding: 0.125rem 1.5rem 0.125rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.phones__main::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.phones__link {
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
  width: 100%;
}

.city-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  transition: color 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.city-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.dropdown {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: max-content;
  min-width: 14.125rem;
  padding: 0.75rem 0;
  background: var(--white);
  color: var(--grey-scale-700);
  box-shadow: 0rem 0rem 1.875rem rgba(60, 63, 65, 0.06);
  border-radius: 0.25rem;
  transform: translateY(0.625rem);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.language {
  padding: 0 0.75rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.language__list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.language__item.active-lang .language__link {
  pointer-events: none;
  font-weight: 700;
}
.language__link {
  position: relative;
  padding: 0.125rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.language__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background: var(--white);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.chose-style {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.chose-style__version {
  cursor: pointer;
}
.chose-style__version::before {
  font-size: 1.25rem;
  transition: color 0.3s;
}
.chose-style__impaired {
  font-size: 0;
}
.chose-style__standart {
  display: none;
}
.chose-style__size {
  display: none;
}
.impaired .chose-style__size {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.chose-style__smaller, .chose-style__default, .chose-style__larger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.125rem;
  border: 0.0625rem solid #000;
  cursor: pointer;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
.menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s;
}
.menu__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background: var(--white);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.menu__icon {
  flex-shrink: 0;
}

.counter {
  position: absolute;
  top: -0.3125rem;
  right: -0.875rem;
  height: 0.875rem;
  min-width: 0.875rem;
  display: inline-flex;
  padding: 0.0625rem 0.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--white);
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0125rem;
  border-radius: 1.5625rem;
  background: var(--secondary);
  transition: all 0.3s;
}

.icon-menu {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 101;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.3s;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  transition: all 0.3s ease 0s;
  left: 50%;
  position: absolute;
  width: 1.125rem;
  height: 0.125rem;
  transform: translateX(-50%);
  background-color: var(--white);
}
.icon-menu::before {
  top: 1.0625rem;
}
.icon-menu::after {
  bottom: 1.0625rem;
}
.icon-menu span {
  top: calc(50% - 0.0625rem);
}
[data-menu-open] .icon-menu span {
  width: 0;
}
[data-menu-open] .icon-menu::before {
  top: calc(50% - 0.0625rem);
  transform: translateX(-50%) rotate(-45deg);
}
[data-menu-open] .icon-menu::after {
  bottom: calc(50% - 0.0625rem);
  transform: translateX(-50%) rotate(45deg);
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  background: var(--white);
  box-shadow: 0.3125rem -0.3125rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  transition: opacity 0.3s;
}
.mobile-menu__items {
  display: flex;
  align-items: center;
}
.mobile-menu__item {
  flex: 1 0 auto;
}
.mobile-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0.625rem 0.5rem;
  gap: 0.125rem;
  flex: 1 0 0;
  align-self: stretch;
  color: var(--grey-scale-500);
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: normal;
}
.mobile-menu__link::before {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
}
.mobile-menu__link:hover {
  color: var(--main-700);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideDown {
  0% {
    top: -7.5rem;
  }
  100% {
    top: 0;
  }
}
@keyframes slideTop {
  0% {
    top: 0;
  }
  50% {
    top: -7.5rem;
  }
  100% {
    top: 0;
  }
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  position: relative;
  z-index: 25;
  overflow: hidden;
  background: var(--grey-scale-700);
  color: var(--white);
}
.footer__top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--grey-scale-800);
}
.footer__top .footer__container {
  display: flex;
  align-items: center;
}
.footer__container {
  max-width: 107rem;
}
.footer__title {
  max-width: 37.5rem;
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 700;
}
.footer__form {
  margin-left: auto;
}
.footer__bottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
.footer__row:not(:last-child) {
  margin-bottom: 1.75rem;
}
.footer__info {
  width: 100%;
  max-width: 34.5rem;
}
.footer__mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid var(--grey-scale-600);
  row-gap: 1rem;
  order: 1;
}
.footer__mobile .footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
.footer__mobile .footer__social .social__link {
  width: 2rem;
  height: 2rem;
}
.footer__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__logo-wrap:not(:last-child) {
  margin-bottom: 3.75rem;
}
.footer__logo {
  display: flex;
}
.footer__logo img {
  height: 2.875rem;
  width: auto;
}
.footer__widgets {
  display: flex;
  flex-direction: column;
}
.footer__widget {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__label {
  color: var(--grey-scale-300);
  font-size: 0.75rem;
  font-weight: 500;
}
.footer__phones {
  position: relative;
}
.footer__widget-text {
  color: var(--grey-scale-100);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
.footer__nav {
  width: 100%;
  max-width: 51.875rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.footer__heading {
  color: var(--grey-scale-300);
  font-weight: 500;
}
.footer__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.footer__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  overflow: hidden;
  transition: color 0.3s;
  font-size: 0.875rem;
  font-weight: 500;
}
.footer__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: var(--white);
  transform: translateX(-101%);
  transition: all 0.3s;
}
.footer__copyright {
  color: var(--grey-scale-100);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 125%;
  font-variant-numeric: lining-nums proportional-nums;
}
.footer__copyright picture,
.footer__copyright img {
  width: 100%;
}
.footer__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer__img:not(:last-child) {
  margin-bottom: 1.75rem;
}
.footer .phones__main {
  font-size: 1.25rem;
}
.footer .phones__main::before {
  font-size: 1.25rem;
}
.footer .social__link img {
  filter: grayscale(100%) brightness(1000%);
}

.social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
}
.social__item {
  flex-shrink: 0;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.125rem;
  transition: transform 0.3s;
}
.social__link:hover {
  transform: translateY(-0.1875rem);
}
.social__link img {
  height: 1.5rem;
  width: auto;
}
.social__link svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.social__link svg path {
  transition: fill 0.3s;
  fill: var(--accent);
}

.subscribe-form {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 50rem;
}
.subscribe-form__input {
  flex: 1 1 auto;
  display: flex;
  height: 3rem;
  max-width: 40.9375rem;
  padding: 0.75rem 1rem;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  color: var(--grey-scale-700);
  caret-color: var(--grey-scale-700);
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--grey-scale-200);
  background: var(--grey-scale-100);
  font-weight: 500;
}
.subscribe-form__input::placeholder {
  color: var(--grey-scale-400);
}
.subscribe-form__input:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.0625rem rgba(255, 99, 71, 0.2);
  background: var(--white);
}
.subscribe-form__button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  flex-shrink: 0;
  font-weight: 700;
  transition: box-shadow 0.3s;
  border-radius: 0.375rem;
  background: var(--main-700);
}

.payments__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
}
.payments__item {
  flex-shrink: 0;
}
.payments__item img {
  max-height: 100%;
  width: auto;
  height: 1.625rem;
}

.application {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.application__title {
  color: var(--grey-scale-200);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}
.application__items {
  display: flex;
  gap: 0.75rem 1.375rem;
}
.application__link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application__link img {
  height: 2.5rem;
  width: auto;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
[data-catalog-open] {
  overflow: hidden;
}

.catalog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  transition: transform 0.3s;
  background: rgba(46, 45, 45, 0.3);
  color: var(--grey-scale-700);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.3s;
}
[data-catalog-open] .catalog {
  opacity: 1;
  pointer-events: initial;
}
.catalog__body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 29rem;
  background: var(--grey-scale-100);
  transform: translateX(-100%);
  transition: transform 0.3s;
}
[data-catalog-open] .catalog__body {
  transform: translateX(0);
}
.catalog__top {
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--main-700);
}
.catalog__title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
}
.catalog__close {
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  padding: 0.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.5rem;
  color: var(--white);
  transition: box-shadow 0.3s;
}
.catalog__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  max-height: calc(100vh - 5rem);
  overflow: auto;
  row-gap: 1.25rem;
}
.catalog__row {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-grow: 1;
  border-radius: 0.5rem;
  background: var(--white);
}
.catalog__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.catalog__item:hover::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 5rem;
  left: 25.875rem;
  height: calc(100% - 5rem);
  width: 3.125rem;
}
.catalog__item:hover .sublist {
  opacity: 1;
  pointer-events: inherit;
  z-index: 100;
}
.catalog__link {
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3rem;
  font-weight: 700;
  color: var(--grey-scale-700);
  transition: all 0.3s;
  border-radius: 0.375rem;
  transition: all 0.3s;
}
.catalog__link::before {
  font-size: 1.25rem;
  color: var(--main-700);
}
.catalog__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.catalog__icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.sublist {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 100%;
  width: calc(100svw - 29rem);
  height: 100%;
  background: var(--white);
  border-left: 0.0625rem solid var(--grey-scale-200);
  padding: 1.5rem;
  color: var(--grey-scale-700);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sublist::-webkit-scrollbar {
  display: none;
}
.sublist__list.lv-1 {
  column-count: 3;
  column-gap: 1.5rem;
}
.sublist__list.lv-1 > .sublist__item {
  break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.sublist__list.lv-1 .sublist__link {
  font-weight: 700;
  background: var(--grey-scale-100);
  min-height: 3rem;
}
.sublist__list.lv-2 {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.sublist__list.lv-2 .sublist__link {
  font-weight: 400;
  background: transparent;
  font-size: 0.875rem;
}
.sublist__link {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  color: var(--grey-scale-700);
  transition: all 0.3s;
  border-radius: 0.375rem;
  transition: all 0.3s;
}
.sublist__link::before {
  font-size: 1.25rem;
  color: var(--main-700);
}/* Generated by vite-plugin-svg-spritemap */
[data-menu-open] {
  overflow: hidden;
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s;
  background: rgba(46, 45, 45, 0.3);
  color: var(--grey-scale-700);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.3s;
}
[data-menu-open] .side-menu {
  opacity: 1;
  pointer-events: initial;
}
.side-menu__body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 33rem;
  background: var(--grey-scale-100);
  transform: translateX(-100%);
  transition: transform 0.3s;
}
[data-menu-open] .side-menu__body {
  transform: translateX(0);
}
.side-menu__header {
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--main-700);
}
.side-menu__logo img {
  height: 2rem;
  width: auto;
}
.side-menu__close {
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  padding: 0.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.5rem;
  color: var(--white);
  transition: box-shadow 0.3s;
}
.side-menu__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  max-height: calc(100vh - 5rem);
  overflow: auto;
  row-gap: 1.25rem;
}
.side-menu__row {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--white);
}
.side-menu__login {
  min-height: 3rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  background: var(--main-200);
}
.side-menu__login:not(:last-child) {
  margin-bottom: 1.25rem;
}
.side-menu__login a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  transition: color 0.3s;
}
.side-menu__login a:not(:last-child) {
  border-right: 0.0625rem solid var(--grey-scale-700);
}
.side-menu .--icon-logout {
  color: var(--red);
}
.side-menu .--icon-logout::before {
  color: var(--red);
}
.side-menu__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.side-menu__info:not(:last-child) {
  margin-bottom: 1.25rem;
}
.side-menu__city {
  padding: 0 1rem;
  color: var(--main-700);
}
.side-menu__language {
  margin-left: auto;
  padding-right: 0;
}
.side-menu__language .active-lang {
  color: var(--main-700);
}
.side-menu__language {
  color: var(--grey-scale-400);
}
.side-menu__nav:not(:last-child) {
  margin-bottom: 0.5rem;
}
.side-menu__nav:has(.side-menu__trigger) .side-menu__list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.side-menu__nav:has(.side-menu__trigger) .side-menu__list.is-open {
  opacity: 1;
}
.side-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.side-menu__link {
  position: relative;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3rem;
  font-weight: 700;
  color: var(--grey-scale-700);
  transition: all 0.3s;
  border-radius: 0.375rem;
  transition: all 0.3s;
}
.side-menu__link::before {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--main-700);
}
.side-menu__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.side-menu__icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.side-menu__trigger {
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  transition: background 0.3s;
  border-radius: 0.375rem;
}
.side-menu__trigger::before {
  margin-left: auto;
  font-size: 1.25rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  transition: transform 0.3s;
}
.side-menu__trigger.is-active::before {
  transform: rotate(-180deg);
}
.side-menu__chose {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  min-height: 3rem;
}
.side-menu__chose:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--grey-scale-200);
}
.side-menu__chose .chose-style__version {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.side-menu__chose .chose-style__version::before {
  color: var(--main-700);
  font-size: 1.25rem;
}
.side-menu__chose .chose-style__impaired {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.side-menu__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--white);
}
.side-menu__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s;
}
.side-menu__btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  font-size: 1.25rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: color 0.3s;
}
.side-menu__btn:first-child {
  background: var(--main-700);
  color: var(--white);
}
.side-menu__btn.--icon-next::before {
  order: 2;
  margin-left: auto;
}
.side-menu__btn.--icon-sale {
  padding: 0.5rem;
}
.side-menu__btn.--icon-sale::before {
  font-size: 1.5rem;
  color: var(--secondary);
}
.side-menu .count {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  min-width: 1.25rem;
  min-height: 1.25rem;
  padding: 0.0625rem 0.3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--white);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.0125rem;
  border-radius: 1.5625rem;
  background: var(--main-400);
}
.side-menu__banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu__banner img {
  width: 100%;
  height: auto;
}
.side-menu__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.side-menu__contacts:not(:last-child) {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--grey-scale-200);
}
.side-menu__social .social__list {
  justify-content: center;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-item__icon {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  padding: 0.25rem;
  border-radius: 1.8125rem;
  background: rgba(7, 91, 162, 0.07);
}
.contact-item__icon svg,
.contact-item__icon img {
  width: 2rem;
  height: 2rem;
  object-fit: scale-down;
}
.contact-item__content {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-scale-500);
}
.contact-item__content a {
  font-size: 1.125rem;
  color: var(--main-700);
  transition: color 0.3s;
}

.bonus {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0.75rem;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background: var(--main-200);
  color: var(--grey-scale-700);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 125%;
}
.bonus:not(:last-child) {
  margin-bottom: 1.25rem;
}
.bonus__value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bonus__value::before {
  content: "";
  width: 2.75rem;
  height: 2rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="32" viewBox="0 0 44 32" fill="none"><path d="M29.4129 1.83615L22 7.46699L14.5871 1.83615C10.957 -0.921027 5.87495 -0.532692 2.66522 2.72931C-0.888407 6.34082 -0.888407 12.2435 2.66522 15.855L9.12288 22.4179L16.1155 29.5244C19.3634 32.8252 24.6366 32.8252 27.8845 29.5244L34.8771 22.4179L41.3348 15.855C44.8884 12.2435 44.8884 6.34082 41.3348 2.72931C38.1633 -0.532692 33.0812 -0.921027 29.4129 1.83615Z" fill="%23F08B22"/></svg>') center no-repeat;
}
.bonus__value span {
  color: var(--main-700);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
.tooltip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}
.tooltip__title {
  width: 1.25rem;
  height: 1.25rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9 15H11V9H9V15ZM9.99999 7C10.2833 7 10.521 6.904 10.713 6.712C10.905 6.52 11.0007 6.28266 11 6C10.9993 5.71733 10.9033 5.48 10.712 5.288C10.5207 5.096 10.2833 5 9.99999 5C9.71666 5 9.47933 5.096 9.288 5.288C9.09666 5.48 9.00066 5.71733 9 6C8.99933 6.28266 9.09533 6.52033 9.288 6.713C9.48066 6.90566 9.71799 7.00133 9.99999 7ZM9.99999 20C8.61666 20 7.31666 19.7373 6.1 19.212C4.88333 18.6867 3.825 17.9743 2.925 17.075C2.025 16.1757 1.31267 15.1173 0.788001 13.9C0.263335 12.6827 0.000667932 11.3827 1.26582e-06 10C-0.0006654 8.61733 0.262001 7.31733 0.788001 6.1C1.314 4.88267 2.02633 3.82433 2.925 2.925C3.82367 2.02567 4.882 1.31333 6.1 0.788C7.318 0.262667 8.618 0 9.99999 0C11.382 0 12.682 0.262667 13.9 0.788C15.118 1.31333 16.1763 2.02567 17.075 2.925C17.9737 3.82433 18.6863 4.88267 19.213 6.1C19.7397 7.31733 20.002 8.61733 20 10C19.998 11.3827 19.7353 12.6827 19.212 13.9C18.6887 15.1173 17.9763 16.1757 17.075 17.075C16.1737 17.9743 15.1153 18.687 13.9 19.213C12.6847 19.739 11.3847 20.0013 9.99999 20ZM9.99999 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76666 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 9.99999 2C7.76666 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76666 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76666 18 9.99999 18Z" fill="%237FA9CD"/></svg>') center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.tooltip__dropdown {
  max-width: 10rem;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  width: max-content;
  min-width: 14.125rem;
  padding: 0.75rem;
  background: var(--white);
  color: var(--grey-scale-700);
  box-shadow: 0rem 0rem 1.875rem rgba(60, 63, 65, 0.06);
  border-radius: 0.25rem;
  transform: translateY(0.625rem);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  font-size: 0.75rem;
  line-height: 1.25;
}/* Generated by vite-plugin-svg-spritemap */
.special-offers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.item-offer {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}
.item-offer__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-offer__img img {
  width: 100%;
  aspect-ratio: 172/71;
  object-fit: cover;
}
.item-offer__body {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0.75rem 1rem;
  background: var(--white);
}
.item-offer__content {
  padding-left: 0.25rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.item-offer__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--grey-scale-400);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 125%;
}
.item-offer__date::before {
  content: "";
  width: 1.125rem;
  flex-shrink: 0;
  height: 1.125rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"><path d="M4.76823 0.600006V3.80001M11.4349 0.600006V3.80001M0.601562 7.00001H15.6016M2.26823 2.20001H13.9349C14.8554 2.20001 15.6016 2.91635 15.6016 3.80001V15C15.6016 15.8837 14.8554 16.6 13.9349 16.6H2.26823C1.34775 16.6 0.601562 15.8837 0.601562 15V3.80001C0.601562 2.91635 1.34775 2.20001 2.26823 2.20001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
.item-offer__link {
  width: fit-content;
  display: inline-flex;
  color: var(--grey-scale-700);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  transition: color 0.3s;
}
.item-offer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.125rem;
  width: 9.25rem;
  flex-shrink: 0;
  color: var(--main-500);
  border-left: 0.125rem dashed var(--main-200);
}
.item-offer__info .left {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 125%;
}
.item-offer__info .number {
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
}
.item-offer__info .day {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}

.bright-offers__slider {
  position: relative;
  overflow: visible !important;
}
.bright-offers__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.bright-offers__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1.25rem;
}
.bright-offers__slider:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc(20% - 1.25rem);
}
.bright-offers__slider:not(.swiper-initialized) .swiper-button-prev,
.bright-offers__slider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.bright-offers__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  transition: box-shadow 0.3s;
}
.bright-offers__img img {
  border-radius: 0.375rem;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 248/360;
}
/* Generated by vite-plugin-svg-spritemap */
#my-city.popup .popup__content {
  max-width: 31.25rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  z-index: 9999; /* Поверх усього */
  overflow-y: auto; /* Дозволяє скролити сам попап, якщо він високий */
  overflow-x: hidden;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.is-open .popup__content {
  transform: scale(1);
}
.popup .popup__wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1rem;
}
.popup {
  /* Сам контент попапу */
}
.popup .popup__content {
  background-color: var(--white);
  color: var(--grey-scale-700);
  padding: 1.5rem 1rem;
  border-radius: 0.375rem;
  background: var(--white);
  max-width: 25rem;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  transform: scale(0.8);
  transition: all 0.3s ease 0s;
}
.popup .popup__title {
  color: var(--grey-scale-700);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.popup .popup__title:not(:last-child) {
  margin-bottom: 1rem;
}
.popup .popup__note {
  text-wrap: balance;
  color: var(--grey-scale-500);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 125%;
}
.popup .popup__note:not(:last-child) {
  margin-bottom: 2.25rem;
}
.popup .popup__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.popup .popup__actions .button:not(:last-child) {
  margin-bottom: 0;
}
.popup .popup__actions button {
  width: 100%;
}
.popup .popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup__icon:not(:last-child) {
  margin-bottom: 1rem;
}
.popup .popup__info {
  color: var(--grey-scale-500);
  font-size: 0.875rem;
  font-weight: 500;
}
.popup .popup__close {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  background: var(--main-700);
  border: none;
  border-radius: 50%;
  transition: transform 0.3s;
}
.popup .popup__close::before, .popup .popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: var(--white);
}
.popup .popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .select:not(:last-child) {
  margin-bottom: 1rem;
}
.popup .button {
  width: 100%;
}
.popup .button:not(:last-child) {
  margin-bottom: 1rem;
}

.social-auth-btn {
  width: 100%;
  display: flex;
  height: 3rem;
  padding: 0.25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--grey-scale-200);
  background: var(--grey-scale-100);
  color: var(--grey-scale-700);
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
  transition: all 0.3s;
}
.social-auth-btn:not(:last-child) {
  margin-bottom: 1.5rem;
}
.social-auth-btn img {
  flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.375rem;
  gap: 0.875rem;
  color: var(--grey-scale-700);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s;
  cursor: pointer;
}
.custom-checkbox:not(:last-child) {
  margin-bottom: 1.25rem;
}
.custom-checkbox:has(input[type=checkbox]:checked) .checkmark::before {
  opacity: 1;
}
.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-checkbox a {
  text-decoration: underline;
}
.custom-checkbox a:hover {
  text-decoration: none;
}
.custom-checkbox .checkmark {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  border: 0.125rem solid var(--main-700);
}
.custom-checkbox .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.7778 0H2.22222C0.988889 0 0 1 0 2.22222V17.7778C0 19 0.988889 20 2.22222 20H17.7778C19.0111 20 20 19 20 17.7778V2.22222C20 1 19.0111 0 17.7778 0ZM7.77778 15.5556L2.22222 10L3.78889 8.43333L7.77778 12.4111L16.2111 3.97778L17.7778 5.55556L7.77778 15.5556Z" fill="%23075BA2"/></svg>') center no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.forget-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-btn button {
  position: relative;
  overflow: hidden;
  color: var(--grey-scale-700);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  transition: color 0.3s;
}
.forget-btn button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: var(--grey-scale-700);
  transform: translateX(-50%) scale(1);
  transition: transform 0.3s;
}
.forget-btn:not(:last-child) {
  margin-bottom: 1.5rem;
}

.eye-open,
.eye-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.eye-close::before {
  content: "";
  width: 1.375rem;
  height: 1.1875rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="19" viewBox="0 0 22 19" fill="none"><path d="M11.0072 17.5002C8.57885 17.5002 6.22831 16.5836 4.0023 14.7954C2.18102 13.3078 0.904567 11.5948 0.31304 10.6932C0.176075 10.4841 0.103369 10.2418 0.103369 9.99445C0.103369 9.74708 0.176075 9.50479 0.31304 9.29572C0.904567 8.39413 2.18102 6.66607 4.0023 5.19347C8.42319 1.60213 13.5757 1.60213 17.9966 5.19347C19.8179 6.6811 21.0943 8.39413 21.6858 9.29572C21.966 9.73149 21.966 10.2574 21.6858 10.6932C21.0943 11.5948 19.8179 13.3228 17.9966 14.7954C15.7861 16.5986 13.4356 17.5002 10.9917 17.5002H11.0072ZM1.71403 9.98694C2.28999 10.8435 3.42634 12.3461 5.01412 13.6384C8.85905 16.7639 13.1554 16.7639 17.0003 13.6384C18.5881 12.3461 19.7245 10.8284 20.3004 9.98694C19.7245 9.13043 18.5881 7.62777 17.0003 6.33549C13.1554 3.20997 8.85905 3.20997 5.01412 6.33549C3.42634 7.62777 2.28999 9.14545 1.71403 9.98694Z" fill="%23075BA2"/><path d="M11.0072 13.7435C9.9751 13.7435 8.98525 13.3478 8.25543 12.6433C7.52561 11.9388 7.1156 10.9832 7.1156 9.98691C7.1156 8.99059 7.52561 8.03508 8.25543 7.33057C8.98525 6.62607 9.9751 6.23028 11.0072 6.23028C12.0393 6.23028 13.0292 6.62607 13.759 7.33057C14.4888 8.03508 14.8989 8.99059 14.8989 9.98691C14.8989 10.9832 14.4888 11.9388 13.759 12.6433C13.0292 13.3478 12.0393 13.7435 11.0072 13.7435ZM11.0072 7.73293C9.71521 7.73293 8.67225 8.73971 8.67225 9.98691C8.67225 11.2341 9.71521 12.2409 11.0072 12.2409C12.2992 12.2409 13.3422 11.2341 13.3422 9.98691C13.3422 8.73971 12.2992 7.73293 11.0072 7.73293Z" fill="%23075BA2"/><path d="M10.9997 2.40035C13.4213 2.40041 15.8374 3.30902 18.0632 5.1172C19.8951 6.6135 21.1784 8.33544 21.7734 9.24226L21.7744 9.24324C22.0751 9.71122 22.0753 10.2782 21.7744 10.7462C21.1797 11.6526 19.8957 13.3906 18.0632 14.8722C15.8421 16.684 13.4738 17.5951 11.0068 17.5988L10.9916 17.5998C8.53971 17.5959 6.1719 16.6682 3.93613 14.8722L3.93512 14.8713C2.10331 13.375 0.819889 11.6529 0.22498 10.7462C0.0777115 10.5212 0 10.2603 0 9.99423C4.40071e-05 9.72808 0.0776173 9.46724 0.22498 9.24226C0.819631 8.33591 2.10288 6.59877 3.93512 5.1172C6.16105 3.30894 8.57794 2.40035 10.9997 2.40035ZM10.9917 17.5002H11.0072C11.0045 17.5002 11.0014 17.4992 10.9987 17.4992C10.9963 17.4992 10.994 17.5002 10.9917 17.5002ZM5.01412 6.33549C8.85905 3.20997 13.1554 3.20997 17.0003 6.33549C18.5881 7.62777 19.7245 9.13043 20.3004 9.98694C19.7245 10.8284 18.5881 12.3461 17.0003 13.6384L16.6384 13.922C13.0082 16.669 9.00642 16.669 5.3762 13.922L5.01412 13.6384C3.42634 12.3461 2.28999 10.8435 1.71403 9.98694C2.25398 9.19806 3.28632 7.81472 4.72153 6.58011L5.01412 6.33549ZM11.0068 4.09179C9.00083 4.0919 6.98884 4.86152 5.0813 6.41214C3.53813 7.66811 2.42287 9.13968 1.83835 9.98739C2.42214 10.8475 3.53755 12.3052 5.0813 13.5617C6.98885 15.1123 9.00082 15.8829 11.0068 15.883C13.0129 15.883 15.0256 15.1124 16.9333 13.5617C18.4766 12.3056 19.5908 10.8331 20.1752 9.98544C19.5912 9.12516 18.4763 7.66803 16.9333 6.41214C15.0256 4.86138 13.0129 4.09179 11.0068 4.09179ZM14.8989 9.98691C14.8989 9.05292 14.5383 8.15497 13.892 7.46587L13.759 7.33057C13.0749 6.67021 12.1621 6.28147 11.2003 6.23538L11.0072 6.23028C9.9751 6.23028 8.98525 6.62607 8.25543 7.33057C7.52561 8.03508 7.1156 8.99059 7.1156 9.98691L7.1203 10.1729C7.16796 11.1015 7.57116 11.9827 8.25543 12.6433C8.98525 13.3478 9.9751 13.7435 11.0072 13.7435C11.9749 13.7435 12.9055 13.3957 13.6194 12.7716L13.759 12.6433C14.4433 11.9827 14.8466 11.1015 14.8943 10.1729L14.8989 9.98691ZM13.2383 9.98739C13.2383 8.79526 12.2413 7.83306 11.0068 7.83306C9.77245 7.83329 8.77623 8.7954 8.77623 9.98739C8.7765 11.1792 9.77261 12.1405 11.0068 12.1407L11.0072 12.2409L10.7676 12.2296C9.66728 12.1219 8.79539 11.2801 8.68401 10.2179L8.67225 9.98691C8.67225 8.73971 9.71521 7.73293 11.0072 7.73293C12.2992 7.73293 13.3422 8.73971 13.3422 9.98691L13.3306 10.2179C13.2112 11.3561 12.2185 12.2409 11.0072 12.2409L11.0068 12.1407C12.2411 12.1407 13.2381 11.1793 13.2383 9.98739ZM0.103369 9.99445C0.103369 10.2418 0.176075 10.4841 0.31304 10.6932C0.904567 11.5948 2.18102 13.3078 4.0023 14.7954C6.22569 16.5815 8.57333 17.4971 10.9987 17.4992C13.4401 17.4975 15.7883 16.5969 17.9966 14.7954C19.5903 13.5069 20.7664 12.0224 21.4318 11.0675L21.6858 10.6932C21.931 10.3118 21.9614 9.86156 21.7774 9.46297L21.6858 9.29572C21.0943 8.39413 19.8179 6.6811 17.9966 5.19347C13.5757 1.60213 8.42319 1.60213 4.0023 5.19347C2.18102 6.66607 0.904567 8.39413 0.31304 9.29572L0.222953 9.45809C0.144647 9.62606 0.103402 9.80887 0.103369 9.99445ZM15.0027 9.98739C15.0026 11.01 14.5813 11.9908 13.8322 12.714C13.0829 13.4372 12.0664 13.8439 11.0068 13.8439C9.94734 13.8438 8.93151 13.437 8.18237 12.714C7.43322 11.9908 7.012 11.01 7.01187 9.98739C7.01187 8.9646 7.4331 7.98308 8.18237 7.25981C8.93151 6.53678 9.94735 6.13002 11.0068 6.12991C12.0664 6.12991 13.0829 6.53665 13.8322 7.25981C14.5815 7.98308 15.0027 8.9646 15.0027 9.98739Z" fill="%23075BA2"/><path d="M1.44514 0.292898C1.8504 -0.0976327 2.50731 -0.0976327 2.91257 0.292898L20.5542 17.2932L20.6252 17.3693C20.9576 17.7621 20.9342 18.3411 20.5542 18.7073C20.1743 19.0734 19.5734 19.096 19.1658 18.7756L19.0868 18.7073L1.44514 1.70698C1.03988 1.31645 1.03988 0.683429 1.44514 0.292898Z" fill="%23075BA2"/></svg>') center no-repeat;
}

.eye-open::before {
  content: "";
  width: 1.375rem;
  height: 1.1875rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16" fill="none"><path d="M10.6016 0.050293C12.9214 0.0503526 15.2386 0.953561 17.376 2.75537L17.7002 3.0376C19.2879 4.4588 20.4054 6.02094 20.9414 6.86865V6.86963C21.1864 7.26504 21.217 7.73253 21.0332 8.146L20.9414 8.31982C20.3699 9.22382 19.1364 10.957 17.376 12.4341L17.375 12.4331C15.2421 14.2385 12.9718 15.1452 10.6084 15.1489V15.1499H10.5938V15.1489C8.24519 15.145 5.97449 14.224 3.82715 12.4341L3.82617 12.4331C2.06622 10.9413 0.833373 9.22398 0.261719 8.31982C0.124689 8.10276 0.0517578 7.85105 0.0517578 7.59424C0.0518003 7.33751 0.124729 7.08565 0.261719 6.86865C0.83335 5.96458 2.06617 4.23219 3.82617 2.75537C5.96368 0.953437 8.28158 0.050293 10.6016 0.050293ZM10.6084 1.64111C8.66132 1.64123 6.7115 2.4175 4.86621 3.97412C3.35759 5.24831 2.27213 6.74258 1.71289 7.5874C2.27183 8.44597 3.35749 9.92543 4.86621 11.1997C6.7115 12.7563 8.66132 13.5326 10.6084 13.5327C12.5556 13.5327 14.5061 12.7564 16.3516 11.1997C17.8603 9.92537 18.9447 8.43019 19.5039 7.58545C18.9448 6.72672 17.8596 5.24783 16.3516 3.97412C14.5061 2.41739 12.5556 1.64111 10.6084 1.64111ZM10.6084 3.78076C11.6162 3.78076 12.5833 4.18124 13.2959 4.89502C14.0085 5.6089 14.4092 6.57786 14.4092 7.5874C14.4091 8.59677 14.0084 9.56504 13.2959 10.2788C12.5833 10.9926 11.6162 11.3931 10.6084 11.3931C9.60078 11.393 8.6344 10.9925 7.92188 10.2788C7.20934 9.56504 6.80872 8.59677 6.80859 7.5874C6.80859 6.57786 7.20923 5.6089 7.92188 4.89502C8.6344 4.18137 9.60078 3.78088 10.6084 3.78076ZM10.6084 5.3833C9.39127 5.38354 8.40918 6.3679 8.40918 7.5874C8.40944 8.80669 9.39143 9.79029 10.6084 9.79053C11.8256 9.79053 12.8083 8.80683 12.8086 7.5874C12.8086 6.36775 11.8257 5.3833 10.6084 5.3833Z" fill="%23075BA2" stroke="%23075BA2" stroke-width="0.1"/></svg>') center no-repeat;
}

.--icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.--icon-info::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><path d="M15 21.6667H18.3333V25H15V21.6667ZM15 8.33333H18.3333V18.3333H15V8.33333ZM16.65 0C7.45 0 0 7.46667 0 16.6667C0 25.8667 7.45 33.3333 16.65 33.3333C25.8667 33.3333 33.3333 25.8667 33.3333 16.6667C33.3333 7.46667 25.8667 0 16.65 0ZM16.6667 30C9.3 30 3.33333 24.0333 3.33333 16.6667C3.33333 9.3 9.3 3.33333 16.6667 3.33333C24.0333 3.33333 30 9.3 30 16.6667C30 24.0333 24.0333 30 16.6667 30Z" fill="%23F08B22"/></svg>') center no-repeat;
}

.register-info {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: center;
}
.register-info__title {
  color: var(--grey-scale-700);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}
.register-info__link {
  position: relative;
  overflow: hidden;
  color: var(--main-700);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  transition: color 0.3s;
}
.register-info__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: var(--main-700);
  transform: translateX(-50%) scale(1);
  transition: transform 0.3s;
}

/* Клас для body, щоб прибрати скрол сторінки */
body.lock {
  overflow: hidden;
}

body:has(dialog[open]) {
  padding-right: var(--scrollbar-width);
  overflow: hidden;
}

.close-btn {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  display: flex;
  padding: 0.375rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1.25rem;
  background: var(--main-700);
  font-size: 1rem;
  color: var(--white);
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.tags__item {
  flex-shrink: 0;
}
.tags__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  color: var(--main-700);
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}
.tags__link::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  width: calc(100% - 1rem);
  height: 0.0625rem;
  background: var(--main-700);
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.3s;
}

.password-suggestions {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.password-suggestions:not(:last-child) {
  margin-bottom: 1.25rem;
}
.password-suggestions ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.password-suggestions li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #db001a;
}
.password-suggestions li:has(.on) {
  color: #2eb100;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-showmore-button] span:last-child {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span:last-child {
  display: block;
}/* Generated by vite-plugin-svg-spritemap */
body:has(.--header-scroll) .bright-offers__banner::before {
  opacity: 1;
}
body:has(.--header-scroll) .bright-offers__content {
  margin-top: -9.0625rem;
}

.page--bright-offers {
  padding-bottom: 2.5rem;
}

.bright-offers__body {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.bright-offers__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bright-offers__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.bright-offers__banner img {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
.bright-offers__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  transition: margin 0.3s;
}
.bright-offers__text h2,
.bright-offers__text h3,
.bright-offers__text h4,
.bright-offers__text h5,
.bright-offers__text h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
.bright-offers__text h2:not(:last-child),
.bright-offers__text h3:not(:last-child),
.bright-offers__text h4:not(:last-child),
.bright-offers__text h5:not(:last-child),
.bright-offers__text h6:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bright-offers__text p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
}
.bright-offers__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bright-offers__more {
  margin-top: 0.5rem;
  display: flex;
  padding: 0.75rem 0.375rem;
  align-items: center;
  gap: 0.625rem;
  color: var(--main-700);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 125%;
  outline: none;
  transition: color 0.3s;
}

.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.timer__title {
  color: var(--main-500);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}
.timer__title:not(:last-child) {
  margin-bottom: 1rem;
}
.timer__counter {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.875rem;
}
.timer__item:not(:last-child) {
  border-right: 0.125rem dashed var(--main-200);
}
.timer__value {
  color: var(--main-500);
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
}
.timer__label {
  color: var(--main-500);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}/* Generated by vite-plugin-svg-spritemap */
.listing__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.listing__top:not(:last-child) {
  margin-bottom: 1.5rem;
}
.listing__count {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}
.listing__count span {
  font-size: 1.5rem;
  line-height: 1.5;
}
.listing__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.listing__body {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 2rem;
}
.listing__sidebar {
  padding: 1.25rem 1.5rem;
  background: var(--white);
}
.listing__grid {
  display: grid;
  gap: 1.25rem;
}
.listing__grid.grid-product {
  grid-template-columns: repeat(3, 1fr);
}
.listing__grid.list-product {
  grid-template-columns: 1fr;
}
.listing__grid.list-product .product-card {
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}

.view-toggle {
  display: flex;
  border-radius: 0.375rem;
  box-shadow: inset 0 0 0 0.0625rem var(--main-700);
}
.view-toggle__btn {
  flex-shrink: 0;
  display: flex;
  height: 3rem;
  padding: 0.375rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.375rem;
  transition: background 0.3s;
}
.view-toggle__btn::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.3s;
}
.view-toggle__btn.is-active {
  background: var(--main-700);
}
.view-toggle__btn--grid::before {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.48359 5.90838C6.48359 6.22441 6.22468 6.48333 5.90851 6.48333H4.75868C4.4425 6.48333 4.18359 6.22441 4.18359 5.90838V4.75829C4.18359 4.44209 4.4425 4.18333 4.75868 4.18333H5.90851C6.22468 4.18333 6.48359 4.44209 6.48359 4.75829V5.90838Z" fill="%23075BA2"/><path d="M11.1516 5.90838C11.1516 6.22441 10.8927 6.48333 10.5765 6.48333H9.42665C9.11047 6.48333 8.85156 6.22441 8.85156 5.90838V4.75829C8.85156 4.44209 9.11047 4.18333 9.42665 4.18333H10.5765C10.8927 4.18333 11.1516 4.44209 11.1516 4.75829V5.90838Z" fill="%23075BA2"/><path d="M15.8156 5.90838C15.8156 6.22441 15.5567 6.48333 15.2405 6.48333H14.0907C13.7745 6.48333 13.5156 6.22441 13.5156 5.90838V4.75829C13.5156 4.44209 13.7745 4.18333 14.0907 4.18333H15.2405C15.5567 4.18333 15.8156 4.44209 15.8156 4.75829V5.90838Z" fill="%23075BA2"/><path d="M6.48359 10.575C6.48359 10.8911 6.22468 11.15 5.90851 11.15H4.75868C4.4425 11.15 4.18359 10.8911 4.18359 10.575V9.42496C4.18359 9.10876 4.4425 8.85001 4.75868 8.85001H5.90851C6.22468 8.85001 6.48359 9.10876 6.48359 9.42496V10.575Z" fill="%23075BA2"/><path d="M11.1516 10.575C11.1516 10.8911 10.8927 11.15 10.5765 11.15H9.42665C9.11047 11.15 8.85156 10.8911 8.85156 10.575V9.42496C8.85156 9.10876 9.11047 8.85001 9.42665 8.85001H10.5765C10.8927 8.85001 11.1516 9.10876 11.1516 9.42496V10.575Z" fill="%23075BA2"/><path d="M15.8156 10.575C15.8156 10.8911 15.5567 11.15 15.2405 11.15H14.0907C13.7745 11.15 13.5156 10.8911 13.5156 10.575V9.42496C13.5156 9.10876 13.7745 8.85001 14.0907 8.85001H15.2405C15.5567 8.85001 15.8156 9.10876 15.8156 9.42496V10.575Z" fill="%23075BA2"/><path d="M6.48359 15.2417C6.48359 15.5577 6.22468 15.8167 5.90851 15.8167H4.75868C4.4425 15.8167 4.18359 15.5577 4.18359 15.2417V14.0916C4.18359 13.7754 4.4425 13.5167 4.75868 13.5167H5.90851C6.22468 13.5167 6.48359 13.7754 6.48359 14.0916V15.2417Z" fill="%23075BA2"/><path d="M11.1516 15.2417C11.1516 15.5577 10.8927 15.8167 10.5765 15.8167H9.42665C9.11047 15.8167 8.85156 15.5577 8.85156 15.2417V14.0916C8.85156 13.7754 9.11047 13.5167 9.42665 13.5167H10.5765C10.8927 13.5167 11.1516 13.7754 11.1516 14.0916V15.2417Z" fill="%23075BA2"/><path d="M15.8156 15.2417C15.8156 15.5577 15.5567 15.8167 15.2405 15.8167H14.0907C13.7745 15.8167 13.5156 15.5577 13.5156 15.2417V14.0916C13.5156 13.7754 13.7745 13.5167 14.0907 13.5167H15.2405C15.5567 13.5167 15.8156 13.7754 15.8156 14.0916V15.2417Z" fill="%23075BA2"/></svg>') center no-repeat;
}
.view-toggle__btn--grid.is-active::before {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.48359 5.90838C6.48359 6.22441 6.22468 6.48333 5.90851 6.48333H4.75868C4.4425 6.48333 4.18359 6.22441 4.18359 5.90838V4.75829C4.18359 4.44209 4.4425 4.18333 4.75868 4.18333H5.90851C6.22468 4.18333 6.48359 4.44209 6.48359 4.75829V5.90838Z" fill="white"/><path d="M11.1516 5.90838C11.1516 6.22441 10.8927 6.48333 10.5765 6.48333H9.42665C9.11047 6.48333 8.85156 6.22441 8.85156 5.90838V4.75829C8.85156 4.44209 9.11047 4.18333 9.42665 4.18333H10.5765C10.8927 4.18333 11.1516 4.44209 11.1516 4.75829V5.90838Z" fill="white"/><path d="M15.8156 5.90838C15.8156 6.22441 15.5567 6.48333 15.2405 6.48333H14.0907C13.7745 6.48333 13.5156 6.22441 13.5156 5.90838V4.75829C13.5156 4.44209 13.7745 4.18333 14.0907 4.18333H15.2405C15.5567 4.18333 15.8156 4.44209 15.8156 4.75829V5.90838Z" fill="white"/><path d="M6.48359 10.575C6.48359 10.8911 6.22468 11.15 5.90851 11.15H4.75868C4.4425 11.15 4.18359 10.8911 4.18359 10.575V9.42496C4.18359 9.10876 4.4425 8.85001 4.75868 8.85001H5.90851C6.22468 8.85001 6.48359 9.10876 6.48359 9.42496V10.575Z" fill="white"/><path d="M11.1516 10.575C11.1516 10.8911 10.8927 11.15 10.5765 11.15H9.42665C9.11047 11.15 8.85156 10.8911 8.85156 10.575V9.42496C8.85156 9.10876 9.11047 8.85001 9.42665 8.85001H10.5765C10.8927 8.85001 11.1516 9.10876 11.1516 9.42496V10.575Z" fill="white"/><path d="M15.8156 10.575C15.8156 10.8911 15.5567 11.15 15.2405 11.15H14.0907C13.7745 11.15 13.5156 10.8911 13.5156 10.575V9.42496C13.5156 9.10876 13.7745 8.85001 14.0907 8.85001H15.2405C15.5567 8.85001 15.8156 9.10876 15.8156 9.42496V10.575Z" fill="white"/><path d="M6.48359 15.2417C6.48359 15.5577 6.22468 15.8167 5.90851 15.8167H4.75868C4.4425 15.8167 4.18359 15.5577 4.18359 15.2417V14.0916C4.18359 13.7754 4.4425 13.5167 4.75868 13.5167H5.90851C6.22468 13.5167 6.48359 13.7754 6.48359 14.0916V15.2417Z" fill="white"/><path d="M11.1516 15.2417C11.1516 15.5577 10.8927 15.8167 10.5765 15.8167H9.42665C9.11047 15.8167 8.85156 15.5577 8.85156 15.2417V14.0916C8.85156 13.7754 9.11047 13.5167 9.42665 13.5167H10.5765C10.8927 13.5167 11.1516 13.7754 11.1516 14.0916V15.2417Z" fill="white"/><path d="M15.8156 15.2417C15.8156 15.5577 15.5567 15.8167 15.2405 15.8167H14.0907C13.7745 15.8167 13.5156 15.5577 13.5156 15.2417V14.0916C13.5156 13.7754 13.7745 13.5167 14.0907 13.5167H15.2405C15.5567 13.5167 15.8156 13.7754 15.8156 14.0916V15.2417Z" fill="white"/></svg>') center no-repeat;
}
.view-toggle__btn--list::before {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 13.9064V15.2094H5.5969V13.9064H18ZM18 9.45036V10.7533H5.5969V9.45036H18ZM18 4.99434V6.29733H5.5969V4.99434H18Z" fill="%23075BA2"/><path d="M4.28217 10.8403C4.28217 11.1622 4.02527 11.4259 3.71154 11.4259H2.57063C2.2569 11.4259 2 11.1622 2 10.8403V9.66894C2 9.34688 2.2569 9.08333 2.57063 9.08333H3.71154C4.02527 9.08333 4.28217 9.34688 4.28217 9.66894V10.8403Z" fill="%23075BA2"/><path d="M4.28217 6.25699C4.28217 6.57887 4.02527 6.84259 3.71154 6.84259H2.57063C2.2569 6.84259 2 6.57887 2 6.25699V5.0856C2 4.76355 2.2569 4.5 2.57063 4.5H3.71154C4.02527 4.5 4.28217 4.76355 4.28217 5.0856V6.25699Z" fill="%23075BA2"/><path d="M4.28217 14.9144C4.28217 15.2363 4.02527 15.5 3.71154 15.5H2.57063C2.2569 15.5 2 15.2363 2 14.9144V13.743C2 13.421 2.2569 13.1574 2.57063 13.1574H3.71154C4.02527 13.1574 4.28217 13.421 4.28217 13.743V14.9144Z" fill="%23075BA2"/></svg>') center no-repeat;
}
.view-toggle__btn--list.is-active::before {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 13.9064V15.2094H5.5969V13.9064H18ZM18 9.45036V10.7533H5.5969V9.45036H18ZM18 4.99434V6.29733H5.5969V4.99434H18Z" fill="%23fff"/><path d="M4.28217 10.8403C4.28217 11.1622 4.02527 11.4259 3.71154 11.4259H2.57063C2.2569 11.4259 2 11.1622 2 10.8403V9.66894C2 9.34688 2.2569 9.08333 2.57063 9.08333H3.71154C4.02527 9.08333 4.28217 9.34688 4.28217 9.66894V10.8403Z" fill="%23fff"/><path d="M4.28217 6.25699C4.28217 6.57887 4.02527 6.84259 3.71154 6.84259H2.57063C2.2569 6.84259 2 6.57887 2 6.25699V5.0856C2 4.76355 2.2569 4.5 2.57063 4.5H3.71154C4.02527 4.5 4.28217 4.76355 4.28217 5.0856V6.25699Z" fill="%23fff"/><path d="M4.28217 14.9144C4.28217 15.2363 4.02527 15.5 3.71154 15.5H2.57063C2.2569 15.5 2 15.2363 2 14.9144V13.743C2 13.421 2.2569 13.1574 2.57063 13.1574H3.71154C4.02527 13.1574 4.28217 13.421 4.28217 13.743V14.9144Z" fill="%23fff"/></svg>') center no-repeat;
}/* Generated by vite-plugin-svg-spritemap */
.blog {
  padding-bottom: 2.5rem;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.blog__list:not(:last-child) {
  margin-bottom: 1.5rem;
}
.blog__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.blog__btn {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.news-view {
  padding-bottom: 2.5rem;
}
.news-view__grid {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 1.5rem;
}
.news-view__grid:not(:last-child) {
  margin-bottom: 5rem;
}/* Generated by vite-plugin-svg-spritemap */
.blog-view {
  padding-bottom: 2.5rem;
}
.blog-view__grid {
  display: grid;
  grid-template-columns: 21.4375rem 1fr;
  gap: 1.5rem;
}
.blog-view__grid:not(:last-child) {
  margin-bottom: 5rem;
}
.blog-view__team {
  padding-bottom: 2.5rem;
}
.blog-view .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-view .social:not(:last-child) {
  margin-bottom: 2.5rem;
}

.editorial-team {
  grid-column-start: 2;
  width: 100%;
  display: flex;
  padding: 1rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.375rem;
  background: var(--white);
}
.editorial-team__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.editorial-team__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.editorial-team__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 2.5rem;
}
.editorial-team__img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.editorial-team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-team__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.editorial-team__name {
  font-size: 1.25rem;
  font-weight: 300;
  transition: color 0.3s;
}
.editorial-team__author {
  color: var(--main-700);
  font-size: 1.125rem;
  font-weight: 500;
}
.editorial-team__date {
  font-size: 1.25rem;
  font-weight: 300;
}
.editorial-team__verified {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--green);
  font-size: 1.125rem;
  font-weight: 500;
}
.editorial-team__verified::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M10.59 0L4 6.86856L1.41 4.1795L0 5.6491L4 9.81818L12 1.48002L10.59 0Z" fill="white"/></svg>') center no-repeat;
}

.article {
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  background: var(--white);
}

.sidebar {
  height: 100%;
}
.sidebar__nav {
  position: sticky;
  height: fit-content;
  top: 9.5rem;
  left: 0;
  width: 100%;
}
.sidebar__title {
  color: var(--main-700);
  font-size: 2rem;
  font-weight: 500;
}
.sidebar__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sidebar__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sidebar__link {
  position: relative;
  overflow: hidden;
  display: flex;
  width: fit-content;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--grey-scale-700);
  transition: color 0.3s;
}
.sidebar__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: var(--main-700);
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.sidebar__link.is-active {
  color: var(--main-700);
  font-weight: 700;
}
.sidebar__link.is-active::before {
  transform: translateX(0);
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sidebar nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sidebar nav a {
  position: relative;
  overflow: hidden;
  display: flex;
  width: fit-content;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--grey-scale-700);
  transition: color 0.3s;
}
.sidebar nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: var(--main-700);
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.sidebar nav a.is-active {
  color: var(--main-700);
  font-weight: 700;
}
.sidebar nav a.is-active::before {
  transform: translateX(0);
}

.item-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.item-sidebar:not(:last-child) {
  margin-bottom: 2.5rem;
}
.item-sidebar__img {
  width: 100%;
  display: flex;
}
.item-sidebar__img img {
  width: 100%;
  aspect-ratio: 343/182;
  object-fit: cover;
  border-radius: 0.375rem;
}
.item-sidebar__content {
  display: flex;
  flex-direction: column;
  padding: 0.375rem;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}
.item-sidebar__author {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--main-700);
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}
.item-sidebar__author:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-sidebar__author::before {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--grey-scale-400);
}
.item-sidebar__author a {
  transition: color 0.3s;
}
.item-sidebar__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--grey-scale-400);
}
.item-sidebar__info:not(:last-child) {
  margin-bottom: 1rem;
}
.item-sidebar__date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.item-sidebar__date::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"><path d="M4.76823 0.600098V3.8001M11.4349 0.600098V3.8001M0.601562 7.0001H15.6016M2.26823 2.2001H13.9349C14.8554 2.2001 15.6016 2.91644 15.6016 3.8001V15.0001C15.6016 15.8838 14.8554 16.6001 13.9349 16.6001H2.26823C1.34775 16.6001 0.601562 15.8838 0.601562 15.0001V3.8001C0.601562 2.91644 1.34775 2.2001 2.26823 2.2001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  background-size: contain;
}
.item-sidebar__views {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.item-sidebar__views::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14" viewBox="0 0 20 14" fill="none"><path d="M12.3016 6.6001C12.3016 7.28208 12.0171 7.93614 11.5108 8.41837C11.0044 8.90061 10.3176 9.17153 9.60156 9.17153C8.88548 9.17153 8.19872 8.90061 7.69237 8.41837C7.18603 7.93614 6.90156 7.28208 6.90156 6.6001C6.90156 5.91811 7.18603 5.26406 7.69237 4.78182C8.19872 4.29959 8.88548 4.02867 9.60156 4.02867C10.3176 4.02867 11.0044 4.29959 11.5108 4.78182C12.0171 5.26406 12.3016 5.91811 12.3016 6.6001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.601562 6.6001C2.04156 3.08838 5.40396 0.600098 9.60156 0.600098C13.7992 0.600098 17.1616 3.08838 18.6016 6.6001C17.1616 10.1118 13.7992 12.6001 9.60156 12.6001C5.40396 12.6001 2.04156 10.1118 0.601562 6.6001Z" stroke="%239E9D9D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  background-size: contain;
}
.item-sidebar__comments {
  font-size: 1.25rem;
}
.item-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.item-sidebar__tag {
  flex-shrink: 0;
}
.item-sidebar__tag a {
  display: flex;
  min-height: 2rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  color: var(--grey-scale-700);
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.375rem;
  background: var(--grey-scale-200);
  transition: all 0.3s;
}

.latest-public {
  overflow: hidden;
}
.latest-public__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.latest-public .latest-public__slider {
  overflow: visible;
}
.latest-public .latest-public__slider .swiper-slide {
  opacity: 1;
  height: auto !important;
}
.latest-public .latest-public__slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

:target {
  scroll-margin-top: 11.25rem;
}

.comment-post {
  padding: 3.75rem 0 2.5rem;
}
.comment-post__body {
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  background: var(--white);
}
.comment-post__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.comment-post__title:not(:last-child) {
  margin-bottom: 1rem;
}
.comment-post__row {
  display: grid;
  grid-template-columns: 1fr 52%;
  gap: 1.5rem;
}
.comment-post__rating:not(:last-child) {
  margin-bottom: 1rem;
}
.comment-post__heading {
  color: var(--grey-scale-700);
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
}
.comment-post__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.comment-post__info {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}
.comment-post__info:not(:last-child) {
  margin-bottom: 1.25rem;
}
.comment-post__info a {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  color: var(--main-700);
  text-decoration: underline;
}
.comment-post__comments {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}
.comment-post .button {
  width: 100%;
}
.comment-post .button:not(:last-child) {
  margin-bottom: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
  display: flex;
  gap: 1.5rem;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.tabs__navigation::-webkit-scrollbar {
  display: none;
}
.tabs__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.5625rem;
  flex-shrink: 0;
  color: var(--grey-scale-700);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}
.tabs__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  height: 0.0625rem;
  width: 100%;
  background: var(--main-700);
  transition: transform 0.3s, color 0.3s;
}
.tabs__title.--tab-active {
  color: var(--main-700);
}
.tabs__title.--tab-active::before {
  transform: translateX(-50%) scale(1);
}
.tabs__title:focus {
  outline: none;
}
.tabs__content {
  padding-top: 1.75rem;
}
.tabs__slider {
  position: relative;
  overflow: visible !important;
}
.tabs__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.tabs__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1.5rem;
}
.tabs__slider:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc(20% - 1.5rem);
}
.tabs__slider:not(.swiper-initialized) .swiper-button-prev,
.tabs__slider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.hero {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.hero {
  overflow: hidden;
}
.hero__grid {
  display: flex;
}
.hero__categories {
  position: relative;
  z-index: 10;
  width: 32.75rem;
  padding-right: 2rem;
}
.hero__categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 2rem);
  background: var(--bg);
}
.hero__box {
  width: calc(100% - 32.75rem);
}
.hero__slider {
  position: relative;
  width: 100%;
  overflow: visible;
}
.hero__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.hero__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1rem;
}
.hero__slider:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc(20% - 1rem);
}
.hero__slider:not(.swiper-initialized) .swiper-button-prev,
.hero__slider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.hero__slider:not(:last-child) {
  margin-bottom: 2rem;
}
.hero__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
.main-categories__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.main-categories__item:last-child .main-categories__link {
  color: var(--main-700);
}
.main-categories__link {
  padding: 1.375rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--grey-scale-700);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 125%;
  background: var(--white);
  transition: background 0.3s;
  border-radius: 0.125rem;
  box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(18, 28, 49, 0.05);
}
.main-categories__img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.main-categories__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__top {
  display: flex;
  align-items: center;
}
.services__top:not(:last-child) {
  margin-bottom: 1rem;
}
.services__title {
  color: var(--grey-scale-800);
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}
.services__btn {
  display: flex;
  color: var(--main-700);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 125%;
  text-decoration: underline;
  margin-left: auto;
}
.services__btn .show {
  display: inline-block;
}
.services__btn .hide {
  display: none;
}
.services__btn.is-active .hide {
  display: inline-block;
}
.services__btn.is-active .show {
  display: none;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.services__item {
  flex: 0 1 10.75rem;
}
.services__item:first-child .services__link {
  color: var(--secondary);
}
.services__item:first-child .services__icon {
  background: rgba(240, 139, 34, 0.07);
}
.services__item:nth-child(9n+1), .services__item:nth-child(9n+2) {
  flex: 1 1 13.875rem;
}
.services__item:nth-child(9n+7) {
  flex: 1 1 auto;
}
.services__link {
  min-height: 8.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
  row-gap: 0.375rem;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  color: var(--grey-scale-700);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  transition: all 0.3s;
}
.services__icon {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(7, 91, 162, 0.07);
}
.services__icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(0.625rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-blog {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.main-blog__slider {
  position: relative;
  overflow: visible;
}
.main-blog__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.main-blog__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1.5rem;
}
.main-blog__slider:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc(33.333% - 1.5rem);
}
.main-blog__slider:not(.swiper-initialized) .swiper-button-prev,
.main-blog__slider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.popular-categories__slider {
  padding: 0 1rem;
}
.popular-categories__wrap {
  margin: 0 -1rem;
}

.popular-category-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem;
  border-radius: 0.125rem;
  background: var(--white);
  box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  color: var(--grey-scale-700);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 125%;
  transition: background 0.3s;
}
.popular-category-item:hover {
  background: var(--main-200);
}
.popular-category-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.popular-category-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}/* Generated by vite-plugin-svg-spritemap */
.rating-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rating-group-title {
  color: var(--grey-scale-700);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

.rating {
  display: flex;
  align-items: center;
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
}
.rating__item {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="25" viewBox="0 0 26 25" fill="none"><path d="M12.75 0.75L9.45561 8.88759L0.75 9.53747L7.4229 15.2168L5.33411 23.75L12.75 19.1161M12.75 0.75L16.0444 8.88759L24.75 9.53747L18.0771 15.2168L20.1659 23.75L12.75 19.1161" stroke="%23075BA2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 0/1.5rem no-repeat;
  transition: all 0.3s;
}
.rating__item--active {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M11.75 0.75L8.73014 8.17998L0.75 8.77334L6.86682 13.9588L4.9521 21.75L11.75 17.519L18.5479 21.75L16.6332 13.9588L22.75 8.77334L14.7699 8.17998L11.75 0.75Z" fill="%23075BA2" stroke="%23075BA2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 0/1.5rem no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.5rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M11.75 0.75L8.73014 8.17998L0.75 8.77334L6.86682 13.9588L4.9521 21.75L11.75 17.519L18.5479 21.75L16.6332 13.9588L22.75 8.77334L14.7699 8.17998L11.75 0.75Z" fill="%23075BA2" stroke="%23075BA2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 0/1.5rem no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.375rem;
  transform: translateX(100%);
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-fls-rating=set] .rating__input {
  cursor: pointer;
}
@media (max-width: 96.875em){
  .bright-offers__content {
    max-width: 78.75rem;
  }}
@media (max-width: 89.99875em){
  [class*=__container] {
    max-width: 84.5rem;
  }
  .footer__info {
    max-width: 25.125rem;
  }
  .item-offer__date {
    gap: 0.375rem;
    font-size: 0.75rem;
  }
  .item-offer__link {
    font-size: 1rem;
  }
  body:has(.--header-scroll) .bright-offers__content {
    margin-top: -12.5rem;
  }
  .bright-offers__content {
    max-width: 74.125rem;
  }
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .editorial-team__img {
    width: 3.75rem;
    height: 3.75rem;
  }
  .hero__categories {
    width: 27.125rem;
    padding-right: 1.75rem;
  }
  .hero__categories::before {
    width: calc(100% - 1.75rem);
  }
  .hero__box {
    width: calc(100% - 27.125rem);
  }
  .main-categories__link {
    font-size: 1.125rem;
  }
  .main-categories__img {
    width: 2rem;
    height: 2rem;
  }
  .services__list {
    gap: 0.75rem;
  }
  .services__item {
    flex: 0 1 8.25rem;
  }
  .services__item:nth-child(9n+1), .services__item:nth-child(9n+2) {
    flex: 1 1 12.125rem;
  }}
@media (max-width: 85.37375em){
  [class*=__container] {
    max-width: 79.875rem;
  }
  .text-formatted {
    font-size: 1.125rem;
  }
  .section-top:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .product-card {
    padding: 0.375rem;
  }
  .product-card__status-text {
    font-size: 0.625rem;
  }
  .product-card__link {
    font-size: 1rem;
  }
  .old-price {
    font-size: 0.875rem;
  }
  .price {
    font-size: 1rem;
  }
  .price span {
    font-size: 1.125rem;
  }
  .section__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .header__container {
    gap: 1.5rem;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    position: relative;
    z-index: 10;
    transition: margin 0.3s;
  }
  .header__actions:has(.header__catalog) {
    display: none;
  }
  .footer__info {
    max-width: 20.5rem;
  }
  .payments__item img {
    height: 1rem;
  }
  .special-offers__list {
    grid-template-columns: repeat(2, 1fr);
  }
  body:has(.--header-scroll) .bright-offers__content {
    margin-top: -30%;
  }
  .bright-offers__content {
    display: flex;
    flex-direction: column;
    max-width: 52.75rem;
  }
  .bright-offers__text h2,
  .bright-offers__text h3,
  .bright-offers__text h4,
  .bright-offers__text h5,
  .bright-offers__text h6 {
    font-size: 1.125rem;
  }
  .timer__value {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .timer__label {
    font-size: 0.75rem;
  }
  .blog__list {
    gap: 1.25rem;
  }
  .news-view__grid {
    grid-template-columns: 21.4375rem 1fr;
    gap: 1rem;
  }
  .blog-view__grid {
    gap: 1rem;
  }
  .editorial-team {
    padding: 1rem;
  }
  .editorial-team__title {
    font-size: 1.125rem;
  }
  .editorial-team__img {
    width: 3.25rem;
    height: 3.25rem;
  }
  .editorial-team__name {
    font-size: 1rem;
  }
  .editorial-team__author {
    font-size: 1rem;
  }
  .editorial-team__date {
    font-size: 1rem;
  }
  .editorial-team__verified {
    font-size: 1rem;
  }
  .sidebar__nav {
    top: 5.375rem;
  }
  .comment-post__body {
    padding: 1rem;
  }
  .comment-post__row {
    grid-template-columns: 1fr 1fr;
  }
  .comment-post__info {
    font-size: 1.125rem;
  }
  .comment-post__info a {
    font-size: 1.125rem;
  }
  .comment-post__comments {
    font-size: 1.125rem;
  }
  .hero__categories {
    width: 20.125rem;
    padding-right: 1.25rem;
  }
  .hero__categories::before {
    width: calc(100% - 1.25rem);
  }
  .hero__box {
    width: calc(100% - 20.125rem);
  }
  .hero__slider:not(:last-child) {
    margin-bottom: 1.75rem;
  }
  .main-categories__link {
    padding: 1.125rem 1rem;
    font-size: 0.875rem;
  }
  .services__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .services__item {
    width: 100%;
    height: 100%;
  }
  .services__item:nth-child(9n+7) {
    grid-column: span 2;
  }
  .services__link {
    font-size: 1rem;
    min-height: auto;
  }
  .rating-group-title {
    font-size: 1.125rem;
  }}
@media (max-width: 63.99875em) and (min-width: 47.99875em){
  .footer__widget {
    flex: 1 1 25%;
    padding: 0 1.75rem;
  }
  .footer__widget:not(:last-child) {
    border-right: 0.0625rem solid var(--grey-scale-600);
  }}
@media (max-width: 63.99875em){
  [class*=__container] {
    max-width: 58.5rem;
  }
  .cart-blog__content {
    padding: 0.75rem 0.375rem;
  }
  .cart-blog__info {
    font-size: 0.75rem;
  }
  .cart-blog__link {
    font-size: 0.875rem;
  }
  .seo-block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .seo-block {
    padding: 1rem;
  }
  .product-card__link {
    font-size: 0.875rem;
  }
  .product-card__in-stock {
    font-size: 0.75rem;
  }
  .product-card__button {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--white);
    color: var(--green);
  }
  .old-price {
    font-size: 0.75rem;
  }
  .price {
    font-size: 0.875rem;
  }
  .price span {
    font-size: 1rem;
  }
  .section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .header {
    position: relative;
    min-height: 9.5rem;
  }
  .header.--header-scroll .header__logo {
    display: none;
  }
  .header.--header-scroll .header__container {
    grid-template-columns: 1fr 3.125rem;
  }
  .header.--header-scroll .header__search {
    padding-left: 2.875rem;
    grid-column: 1/1;
  }
  .header.--header-scroll .header__search::before {
    display: block;
  }
  .header.--header-scroll .header__city-mobile {
    display: none;
  }
  .header.--header-scroll .header__actions {
    grid-area: 1/2;
  }
  .header.--header-scroll .header__actions .header__action {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.1);
  }
  .header.--header-scroll .header__actions .header__action .count {
    top: 0.5625rem;
    right: 0.5625rem;
  }
  .header__container {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1.5rem 2.25rem;
  }
  .header__logo img {
    height: 1.5rem;
  }
  .header__logo {
    order: 1;
    padding-left: 0.75rem;
  }
  .header__bottom {
    margin-top: 0;
  }
  .--header-scroll .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.4s forwards ease-in-out;
  }
  .--header-exit .header__bottom {
    animation: slideTop 0.3s forwards ease-in-out;
  }
  .header__city .city-value {
    display: none;
  }
  .header__actions {
    order: 3;
    padding-right: 0.75rem;
  }
  .header__action {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background: transparent;
  }
  .header__action .count {
    top: -0.1875rem;
    right: -0.1875rem;
  }
  .header__action.login-btn {
    display: none;
  }
  .header__search {
    order: 4;
    width: 100%;
    grid-column: span 3;
  }
  .header__search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.125rem;
    height: 1.5rem;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="24" viewBox="0 0 34 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.7922 19.9892L21.5068 19.2158L21.5439 19.1755C24.3213 16.0872 29.8889 9.88203 29.9404 9.7686C29.9919 9.65516 30.0451 8.98426 30.0652 8.66299C30.1327 6.98829 29.5025 5.35766 28.2646 4.12367C26.1039 2.00826 22.6378 1.76587 20.1845 3.55075L16.7183 6.0628L13.2747 3.55075C10.8439 1.76587 7.35526 2.00826 5.19455 4.12367C2.78626 6.48147 2.78626 10.3377 5.19455 12.6955L12.6445 19.9892C13.7249 21.047 15.1653 21.6419 16.7183 21.6419C18.2488 21.6419 19.6893 21.047 20.7922 19.9892Z" fill="white"/><path d="M19.9297 3.23021C22.4702 1.38228 26.0262 1.56855 28.345 3.63666L28.5661 3.84302L28.5685 3.84537C29.8865 5.15914 30.5576 6.89624 30.4858 8.67796L30.485 8.68659C30.4747 8.85031 30.4561 9.10345 30.4332 9.33156C30.4218 9.44522 30.4093 9.55735 30.3954 9.65012C30.3885 9.69617 30.3804 9.74193 30.3716 9.78273C30.3645 9.81575 30.3512 9.8732 30.3264 9.92788C30.3129 9.95765 30.2981 9.98017 30.2943 9.98595C30.2881 9.99534 30.2819 10.0033 30.2779 10.0087C30.2698 10.0197 30.2616 10.0315 30.2541 10.0409C30.2386 10.0601 30.2185 10.0837 30.1957 10.1107C30.1494 10.1655 30.0841 10.2416 30.0026 10.3351C29.8389 10.5229 29.6052 10.7881 29.3188 11.1111C28.7456 11.7578 27.9572 12.6414 27.0843 13.6173C25.3386 15.569 23.2522 17.8926 21.8634 19.4369L21.8601 19.4408L21.8231 19.4809L21.8223 19.4816L21.1073 20.2545L21.0991 20.2639L21.0901 20.2726C19.9125 21.4019 18.3662 22.0435 16.7181 22.0435C15.049 22.0434 13.5011 21.4027 12.3436 20.2694L4.89308 12.9754C2.32578 10.4616 2.32564 6.35675 4.89308 3.84302C7.20108 1.58341 10.9289 1.3218 13.5303 3.231L16.7189 5.55745L19.9297 3.23021ZM27.9604 4.40089C26.0106 2.49489 22.9226 2.22494 20.6562 3.71983L20.4392 3.87048L16.9728 6.38289L16.7172 6.56728L13.0191 3.86969L13.0183 3.86891C10.7581 2.20931 7.50853 2.43317 5.49546 4.40403C3.24673 6.60582 3.24661 10.2135 5.49546 12.4152L12.946 19.7084C13.949 20.6904 15.2813 21.2399 16.7181 21.24C18.1235 21.24 19.4511 20.6965 20.477 19.7202L29.6467 8.52103C29.6742 6.99809 29.0871 5.52399 27.9604 4.40089Z" fill="white"/><path d="M19.6319 2.26851C22.4262 0.41957 26.1658 0.613284 28.7395 2.71034L28.9937 2.92611L29.0013 2.93359L29.0098 2.94106L29.231 3.1475L29.2555 3.17178C30.7619 4.67335 31.5352 6.66789 31.4528 8.71569L31.4519 8.74184L31.449 8.768L31.4481 8.77641C31.437 8.94769 31.4191 9.19651 31.3961 9.42561C31.3843 9.54313 31.37 9.67384 31.3526 9.78991C31.3433 9.85199 31.3314 9.91777 31.3177 9.9814C31.3082 10.0254 31.2787 10.1668 31.2099 10.3186L31.209 10.3195C31.1871 10.3678 31.1645 10.4095 31.1457 10.4419L31.105 10.5082C31.089 10.5325 31.0746 10.552 31.0663 10.5633C31.0642 10.5662 31.0621 10.5688 31.0606 10.5708L31.0512 10.5848C31.0452 10.593 31.0309 10.6124 31.0133 10.6343C30.9876 10.6665 30.9546 10.7052 30.9387 10.724C30.8883 10.7837 30.8191 10.8635 30.7355 10.9594C30.5692 11.1503 30.3334 11.4176 30.0465 11.7413C29.4719 12.3895 28.6827 13.2751 27.8096 14.2512C26.0661 16.2004 23.9829 18.5194 22.5938 20.0641L22.5909 20.0688L22.5749 20.0856L22.538 20.1258L22.5172 20.1482L22.5096 20.1547L21.8311 20.888L21.8027 20.9216L21.7715 20.9515L21.7621 20.9609C20.4102 22.2564 18.6254 22.9999 16.7183 23C14.7929 22.9999 13 22.2584 11.6622 20.9487L4.2122 13.6552C1.26272 10.7672 1.26248 6.05141 4.2122 3.16338C6.85934 0.571857 11.1214 0.271691 14.1071 2.4628L16.7202 4.3693L19.356 2.46L19.6319 2.26851ZM28.345 3.63666C26.0262 1.56855 22.4702 1.38228 19.9297 3.23021L16.7189 5.55745L13.5303 3.231C10.9289 1.3218 7.20108 1.58341 4.89308 3.84302C2.32564 6.35675 2.32578 10.4616 4.89308 12.9754L12.3436 20.2694C13.5011 21.4027 15.049 22.0434 16.7181 22.0435C18.3662 22.0435 19.9125 21.4019 21.0901 20.2726L21.0991 20.2639L21.1073 20.2545L21.8231 19.4809L21.8601 19.4408L21.8634 19.4369L27.0843 13.6173L29.3188 11.1111L30.0026 10.3351L30.1957 10.1107L30.2541 10.0409C30.2616 10.0315 30.2698 10.0197 30.2779 10.0087L30.2943 9.98595L30.3264 9.92788C30.3388 9.90045 30.3483 9.87228 30.3556 9.84689L30.3716 9.78273C30.3804 9.74193 30.3885 9.69617 30.3954 9.65012C30.4093 9.55735 30.4218 9.44522 30.4332 9.33156C30.4561 9.10345 30.4747 8.85031 30.485 8.68659L30.4858 8.67796C30.5576 6.89624 29.8865 5.15914 28.5685 3.84537L28.5661 3.84302L28.345 3.63666ZM20.6562 3.71983C22.9226 2.22494 26.0106 2.49489 27.9604 4.40089C29.0871 5.52399 29.6742 6.99809 29.6467 8.52103L20.477 19.7202C19.4511 20.6965 18.1235 21.24 16.7181 21.24C15.2813 21.2399 13.949 20.6904 12.946 19.7084L5.49546 12.4152C3.24661 10.2135 3.24673 6.60582 5.49546 4.40403C7.50853 2.43317 10.7581 2.20931 13.0183 3.86891L13.0191 3.86969L16.7172 6.56728L16.9728 6.38289L20.4392 3.87048L20.6562 3.71983ZM27.2728 5.07362C25.6583 3.50228 23.0956 3.27287 21.2111 4.50382L21.0117 4.64206L17.5452 7.15387L17.5433 7.15574L16.7145 7.75356L12.4447 4.63926L12.4409 4.63646C10.565 3.2593 7.84969 3.44452 6.17605 5.08296L6.177 5.08389C4.31055 6.91138 4.30972 9.90822 6.17605 11.7356L13.627 19.0291L13.7848 19.1758C14.5865 19.8886 15.6117 20.2836 16.7183 20.2836C17.8487 20.2836 18.9225 19.8529 19.7689 19.0637L28.6724 8.18885C28.6159 7.0374 28.1372 5.9353 27.2728 5.07362Z" fill="white"/><path d="M20.8385 4.4328L16.7196 7.45166L12.6233 4.4328C10.5976 2.95642 7.78418 3.15474 6.00609 4.89554C4.02544 6.83467 4.02544 9.96371 6.00609 11.9028L13.456 19.1966C15.2566 20.9594 18.1826 20.9594 19.9832 19.1966L23.877 15.4285L27.4556 11.9249C29.4363 9.98575 29.4363 6.8567 27.4556 4.91758C25.6776 3.15474 22.8641 2.95642 20.8385 4.4328Z" fill="%23075BA2"/><path d="M26.8233 10.2063L24.1899 12.1455L21.5566 10.2063C20.2511 9.25882 18.4505 9.39103 17.3027 10.5148C16.0423 11.7488 16.0423 13.7761 17.3027 15.0101L19.5984 17.2577L22.0742 19.7037C23.2221 20.8275 25.1127 20.8275 26.2606 19.7037L31.0547 15.0101C32.3151 13.7761 32.3151 11.7488 31.0547 10.5148C29.9293 9.39103 28.1062 9.25882 26.8233 10.2063Z" fill="%23F08B22"/></svg>') center no-repeat;
    display: none;
  }
  .header__city-mobile {
    order: 2;
    margin-left: auto;
  }
  .header__city-mobile.city-btn span {
    display: none;
  }
  .search__input {
    border-radius: 0.375rem;
    font-size: 1rem;
  }
  .search__btn {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    width: 1.5rem;
    height: 3rem;
    font-size: 0;
    transform: translateY(-50%);
    color: var(--grey-scale-400);
    min-width: 1.5rem;
    background: transparent;
    padding: 0;
  }
  .search__btn::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-menu {
    display: none;
  }
  .footer__top .footer__container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75rem;
  }
  .footer__form {
    margin-left: 0;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
  }
  .footer__info {
    max-width: 100%;
  }
  .footer__logo-wrap:not(:last-child) {
    margin-bottom: 2rem;
  }
  .footer__logo img {
    height: 2.5rem;
  }
  .footer__widgets {
    flex-direction: row;
  }
  .footer__widget {
    flex-direction: column;
  }
  .footer__widget-text {
    font-size: 1rem;
  }
  .footer__nav {
    margin-left: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
  }
  .footer__col:not(:last-child) {
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid var(--grey-scale-600);
  }
  .footer__col:has(.js-accordion-trigger) .footer__list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .footer__col:has(.js-accordion-trigger) .footer__list.is-open {
    opacity: 1;
  }
  .footer__heading {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .footer__heading:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__heading.is-active::after {
    transform: rotate(0deg);
  }
  .footer__heading::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.00953 0.000781536L-0.000469208 6.01078L1.41253 7.42578L6.00953 2.82578L10.6055 7.42578L12.0195 6.01178L6.00953 0.000781536Z" fill="white"/></svg>') center no-repeat;
    transition: transform 0.3s;
    transform: rotate(180deg);
  }
  .footer__item:first-child {
    padding-top: 1rem;
  }
  .footer .phones__main {
    font-size: 1rem;
  }
  .social__link {
    width: 1.25rem;
    height: 1.25rem;
  }
  .bright-offers__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(25% - 1.25rem);
  }
  .editorial-team__img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .tabs__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 1.25rem;
  }
  .tabs__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(25% - 1.25rem);
  }
  .hero__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(25% - 0.75rem);
  }
  .hero__slider:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .main-blog__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 1.25rem;
  }
  .main-blog__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 1.25rem);
  }}
@media (max-width: 61.99875em){
  .page-title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .swiper-nav {
    margin-top: 2rem;
    width: 100%;
  }
  #main-form,
  #services,
  #about-us,
  #gallery,
  #reviews,
  #why-choose-us,
  #map {
    scroll-margin-top: 4.125rem;
  }
  .text-formatted {
    font-size: 1rem;
  }
  .text-formatted h1:not(:first-child),
  .text-formatted h2:not(:first-child),
  .text-formatted h3:not(:first-child),
  .text-formatted h4:not(:first-child),
  .text-formatted h5:not(:first-child) {
    margin-top: 1.5rem;
  }
  .text-formatted h1:not(:last-child),
  .text-formatted h2:not(:last-child),
  .text-formatted h3:not(:last-child),
  .text-formatted h4:not(:last-child),
  .text-formatted h5:not(:last-child) {
    margin-bottom: 1rem;
  }
  .text-formatted ul:not(:last-child),
  .text-formatted ol:not(:last-child) {
    margin-bottom: 1rem;
  }
  .text-formatted ul > li {
    padding-left: 1.5rem;
  }
  .text-formatted ul > li::before {
    left: 0.625rem;
  }
  .text-formatted img:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .text-formatted .button::after {
    display: none;
  }
  .popular-tags {
    margin: 0 -1rem;
  }
  .popular-tags ul {
    padding: 0 1rem;
  }
  .section-top:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .section-top__button {
    font-size: 0;
    background: transparent !important;
    padding: 0.125rem 0 0.125rem 0.75rem;
    min-height: 1.25rem;
  }
  .section-top__button::before {
    font-size: 1rem;
    transform: rotate(-90deg);
    color: var(--grey-scale-700);
  }
  .seo-block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .seo-block {
    padding: 0.375rem;
  }
  .seo-section {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
  .seo-section .text-formatted {
    max-height: 16.75rem;
    overflow: auto;
    padding-right: 0.5rem;
  }
  .header__message {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.0125rem;
  }
  .header__text {
    padding-right: 3.75rem;
  }
  .menu__item {
    width: 100%;
  }
  .footer__top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer__title {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
  .footer__bottom {
    padding-top: 0.75rem;
    padding-bottom: 5.25rem;
  }
  .footer__col:not(:last-child) {
    padding-bottom: 0;
    border: none;
  }
  .footer__heading {
    padding: 0.75rem 0;
  }
  .footer__item:first-child {
    padding-top: 0;
  }
  .subscribe-form {
    flex-direction: column;
  }
  .subscribe-form__input {
    width: 100%;
  }
  .subscribe-form__button {
    width: 100%;
  }
  .catalog__inner {
    padding: 1.25rem 1rem;
  }
  .side-menu__inner {
    padding: 1.25rem 1rem;
  }
  .item-offer__info {
    width: 6.5625rem;
  }
  .item-offer__info {
    row-gap: 0.5rem;
  }
  .bright-offers .swiper-button-prev,
  .bright-offers .swiper-button-next {
    display: none;
  }
  body:has(.--header-scroll) .bright-offers__content {
    margin-top: 0;
  }
  .page--bright-offers {
    padding-bottom: 1.25rem;
  }
  .bright-offers__body {
    row-gap: 0;
  }
  .bright-offers__banner {
    box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  }
  .bright-offers__banner img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .bright-offers__content {
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .bright-offers__text {
    background: var(--white);
    padding: 0.375rem;
    border-radius: 0.375rem;
    box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  }
  .timer {
    padding: 0.75rem 0;
    background: var(--white);
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(18, 28, 49, 0.05);
  }
  .timer__item {
    row-gap: 0.5rem;
  }
  .blog__list:not(:last-child) {
    margin-bottom: 1rem;
  }
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-view__grid {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
  }
  .blog-view {
    padding-bottom: 0;
  }
  .blog-view__grid:not(:last-child) {
    margin-bottom: 1.625rem;
  }
  .blog-view__grid {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .blog-view__team {
    padding-bottom: 1.25rem;
  }
  .blog-view .social__list {
    gap: 0.75rem;
  }
  .blog-view .social__link {
    width: 2.25rem;
    height: 2.25rem;
  }
  .blog-view .social__link img {
    height: 2rem;
  }
  .editorial-team__title {
    font-size: 1rem;
  }
  .editorial-team__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .editorial-team__item {
    padding-right: 0;
  }
  .editorial-team__content {
    row-gap: 0.375rem;
  }
  .editorial-team__author {
    font-weight: 300;
  }
  .article {
    padding: 0.375rem;
  }
  .sidebar__nav {
    display: none;
  }
  .item-sidebar {
    row-gap: 1.25rem;
  }
  .item-sidebar:not(:last-child) {
    margin-bottom: 0;
  }
  .item-sidebar__img {
    order: 2;
  }
  .item-sidebar__content {
    order: 1;
  }
  .item-sidebar__author {
    font-size: 0.75rem;
  }
  .item-sidebar__author:not(:last-child) {
    margin-bottom: 0.375rem;
  }
  .item-sidebar__author::before {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.125rem;
  }
  .item-sidebar__info:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .item-sidebar__date::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .item-sidebar__date {
    font-size: 0.75rem;
  }
  .item-sidebar__views::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .item-sidebar__views {
    font-size: 0.75rem;
  }
  .item-sidebar__comments {
    font-size: 1.125rem;
  }
  .latest-public__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .comment-post {
    padding: 1.25rem 0 2.5rem;
  }
  .comment-post__body {
    padding: 0;
    background: transparent;
  }
  .comment-post__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
  }
  .comment-post__row {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .comment-post__heading {
    font-size: 0.75rem;
  }
  .comment-post__info {
    font-size: 1rem;
  }
  .comment-post__info a {
    font-size: 1rem;
  }
  .comment-post__comments {
    font-size: 1rem;
  }
  .tabs__navigation {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
  .tabs__title {
    font-size: 1rem;
  }
  .tabs__content {
    padding-top: 1.25rem;
  }
  .tabs .swiper-button-prev,
  .tabs .swiper-button-next {
    display: none;
  }
  .hero {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .hero__grid {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .hero__categories {
    display: none;
  }
  .hero__box {
    width: 100%;
  }
  .hero__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(33.333% - 0.75rem);
  }
  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    display: none;
  }
  .services__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
  .services__item:first-child {
    grid-column: span 2;
  }
  .services__item:nth-child(9n+7) {
    grid-column: auto;
  }
  .services__item:nth-child(9n+8), .services__item:nth-child(9n+9) {
    grid-column: span 2;
  }
  .services__item.is-hidden {
    display: none;
  }
  .services__item {
    animation: fade-in 0.4s ease;
  }
  .services__link {
    padding: 0.75rem 0.125rem;
    font-size: 0.6875rem;
    height: 100%;
  }
  .services__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .main-blog {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .main-blog .swiper-button-prev,
  .main-blog .swiper-button-next {
    display: none;
  }
  .rating-group-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
  }}
@media (max-width: 47.99875em) and (max-width: 47.99875em){
  .footer__widget:has(.social) {
    display: none;
  }}
@media (max-width: 47.99875em){
  .page-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .text-formatted p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .text-formatted h1 {
    font-size: 1.25rem;
  }
  .text-formatted h2 {
    font-size: 1rem;
  }
  .text-formatted h3 {
    font-size: 1rem;
  }
  .breadcrumbs__nav {
    margin: 0 -1rem;
  }
  .breadcrumbs ol {
    padding: 0 1rem;
  }
  .section-top:has(.section-top__link) {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .section-top__link {
    width: 100%;
  }
  .product-card__in-stock {
    font-size: 0.625rem;
  }
  .header__text {
    padding-right: 2rem;
  }
  .dropdown {
    left: 50%;
    transform: translate(-50%, 0.625rem);
  }
  .footer__row:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .footer__row {
    row-gap: 1.5rem;
  }
  .footer__info {
    order: 3;
  }
  .footer__logo-wrap:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .footer__logo-wrap {
    display: none;
  }
  .footer__logo {
    display: none;
  }
  .footer__widgets {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .footer__widget {
    row-gap: 0.5rem;
  }
  .footer__label {
    font-size: 1rem;
    font-weight: 300;
    color: var(--grey-scale-200);
  }
  .footer__nav {
    order: 2;
    row-gap: 1.375rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid var(--grey-scale-600);
  }
  .side-menu__body {
    max-width: 100%;
  }
  .special-offers__list {
    display: flex;
    flex-direction: column;
  }
  .bright-offers__text h2,
  .bright-offers__text h3,
  .bright-offers__text h4,
  .bright-offers__text h5,
  .bright-offers__text h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .bright-offers__text p {
    font-size: 0.875rem;
    line-height: 1.25;
  }
  .blog__list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .blog__bottom {
    display: none;
  }
  .news-view {
    padding-bottom: 1.375rem;
  }
  .editorial-team__img {
    width: 3.25rem;
    height: 3.25rem;
  }
  .latest-public__list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .tabs__title {
    font-size: 0.75rem;
    padding-bottom: 0.375rem;
  }
  .tabs__title::before {
    max-width: 2.5rem;
    height: 0.125rem;
  }
  .tabs__content {
    padding-top: 1rem;
  }
  .hero__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(40% - 0.25rem);
  }
  .main-categories__img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .services__title {
    font-size: 0.6875rem;
  }}
@media (max-width: 29.99875em){
  .section-title {
    font-size: 1rem;
    line-height: 1.25;
  }
  .section-title:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cart-blog__info {
    font-size: 0.875rem;
  }
  .header__text {
    padding-right: 1.5rem;
  }
  .social__list {
    gap: 0.375rem 1.25rem;
  }
  .payments__list {
    gap: 0.375rem 1.25rem;
  }
  .bright-offers__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 0.75rem;
  }
  .bright-offers__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 0.75rem);
  }
  .tabs__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 0.75rem;
  }
  .tabs__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 0.75rem);
  }
  .hero__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(48% - 0.25rem);
  }
  .main-blog__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 0.75rem;
  }
  .main-blog__slider:not(.swiper-initialized) .swiper-slide {
    width: calc(75% - 0.75rem);
  }}
@media (max-width: 23.375em){
  .services__link {
    padding-top: 0.5rem;
    font-size: 0.625rem;
  }}
@media (min-width: 47.99875em){
  .footer__mobile {
    display: none;
  }
  .footer__mobile .footer__social {
    display: none;
  }
  .application__title {
    display: none;
  }
  .side-menu__city {
    font-size: 1.125rem;
  }
  .side-menu__language .language__link {
    font-size: 1.125rem;
  }
  .blog__btn {
    display: none;
  }}
@media (min-width: 61.99875em){
  .swiper-nav .swiper-button-prev,
  .swiper-nav .swiper-button-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-nav .swiper-button-prev {
    left: 0.875rem;
  }
  .swiper-nav .swiper-button-next {
    right: 0.875rem;
  }
  .section-top__button::before {
    display: none;
  }
  .city-btn:hover {
    color: var(--secondary);
  }
  .mobile-menu.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .bright-offers__more {
    font-size: 1.125rem;
    padding-left: 0;
  }
  .news-view__aside {
    position: sticky;
    height: fit-content;
    top: 11.25rem;
    left: 0;
    width: 100%;
  }
  .services__top {
    display: none;
  }
  .popular-categories {
    display: none;
  }}
@media (min-width: 62rem){
  html,
  html * {
    scrollbar-color: auto;
    scrollbar-width: auto;
  }
  html::-webkit-scrollbar,
  html *::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
  html::-webkit-scrollbar-button,
  html *::-webkit-scrollbar-button {
    display: none;
  }
  html::-webkit-scrollbar-track,
  html *::-webkit-scrollbar-track {
    background: #f9f9f9;
  }
  html::-webkit-scrollbar-track-piece,
  html *::-webkit-scrollbar-track-piece {
    background: #f9f9f9;
  }
  html::-webkit-scrollbar-thumb,
  html *::-webkit-scrollbar-thumb {
    background: #075ba2;
    border-radius: 2rem;
  }
  html::-webkit-scrollbar-corner,
  html *::-webkit-scrollbar-corner {
    background: #f9f9f9;
  }
  .catalog__inner,
  .catalog__inner * {
    scrollbar-color: auto;
    scrollbar-width: auto;
  }
  .catalog__inner::-webkit-scrollbar,
  .catalog__inner *::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
  .catalog__inner::-webkit-scrollbar-button,
  .catalog__inner *::-webkit-scrollbar-button {
    display: none;
  }
  .catalog__inner::-webkit-scrollbar-track,
  .catalog__inner *::-webkit-scrollbar-track {
    background: #f9f9f9;
  }
  .catalog__inner::-webkit-scrollbar-track-piece,
  .catalog__inner *::-webkit-scrollbar-track-piece {
    background: #f9f9f9;
  }
  .catalog__inner::-webkit-scrollbar-thumb,
  .catalog__inner *::-webkit-scrollbar-thumb {
    background: #075ba2;
    border-radius: 2rem;
  }
  .catalog__inner::-webkit-scrollbar-corner,
  .catalog__inner *::-webkit-scrollbar-corner {
    background: #f9f9f9;
  }
  .side-menu__inner,
  .side-menu__inner * {
    scrollbar-color: auto;
    scrollbar-width: auto;
  }
  .side-menu__inner::-webkit-scrollbar,
  .side-menu__inner *::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
  .side-menu__inner::-webkit-scrollbar-button,
  .side-menu__inner *::-webkit-scrollbar-button {
    display: none;
  }
  .side-menu__inner::-webkit-scrollbar-track,
  .side-menu__inner *::-webkit-scrollbar-track {
    background: #f9f9f9;
  }
  .side-menu__inner::-webkit-scrollbar-track-piece,
  .side-menu__inner *::-webkit-scrollbar-track-piece {
    background: #f9f9f9;
  }
  .side-menu__inner::-webkit-scrollbar-thumb,
  .side-menu__inner *::-webkit-scrollbar-thumb {
    background: #075ba2;
    border-radius: 2rem;
  }
  .side-menu__inner::-webkit-scrollbar-corner,
  .side-menu__inner *::-webkit-scrollbar-corner {
    background: #f9f9f9;
  }}
@media (min-width: 63.99875em) and (max-width: 85.37375em){
  .header.--header-scroll .header__bottom {
    margin-top: -2rem;
  }}
@media (min-width: 63.99875em){
  .header__city-mobile {
    padding-right: 1.5rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mobile-menu {
    display: none;
  }
  .footer__title {
    min-width: 50%;
    flex-shrink: 0;
  }
  .footer__widget:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .footer__widget:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: linear-gradient(360deg, #5a5959 0.1%, rgba(90, 89, 89, 0) 100%);
  }
  .footer__label {
    margin-right: auto;
  }
  .footer__application {
    display: none !important;
  }}
@media (min-width: 85.37375em){
  .header.--header-scroll .header__message {
    margin-top: -2rem;
  }
  .header__city-mobile {
    display: none !important;
  }
  .bright-offers__text {
    padding: 0 1rem;
  }}
@media (mix-width: 89.99875em){
  .services__item:nth-child(9n+3) {
    flex: 1 1 13.875rem;
  }}
@media (min-width: 89.99875em){
  .blog-view__team {
    display: grid;
    grid-template-columns: 21.4375rem 1fr;
    gap: 1.5rem;
  }}
@media (any-hover: hover){
  .button.button--secondary:hover {
    border-color: var(--main-700);
    box-shadow: inset 0 3.25rem 0 var(--main-700);
    color: var(--white);
  }
  .button.button--border:hover {
    border-color: var(--secondary);
    color: var(--white);
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: var(--main-700);
    color: var(--white);
  }
  .text-formatted a:hover {
    text-decoration: none;
    color: var(--main-700);
    text-decoration: none;
  }
  .breadcrumbs ol li:first-child a:hover::before {
    color: var(--secondary);
  }
  .breadcrumbs ol li a:hover {
    color: var(--secondary);
  }
  .cart-blog__link:hover {
    color: var(--main-700);
  }
  .popular-tags a:hover {
    box-shadow: inset 0 2.0625rem 0 var(--secondary);
    color: var(--white);
  }
  .pagination__item a:hover {
    background: var(--main-200);
    border-color: var(--main-200);
  }
  .custom-select__trigger:hover {
    border-color: var(--main-700);
  }
  .custom-select__link:hover {
    background-color: var(--main-200);
  }
  .product-card__favorite:hover::before {
    color: var(--main-700);
  }
  .product-card__link:hover {
    color: var(--secondary);
  }
  .product-card__in-stock:hover {
    text-decoration: underline;
  }
  .product-card__button:hover {
    background: var(--white);
    color: var(--green);
  }
  .select__option:hover {
    background-color: var(--main-600);
    color: var(--white);
  }
  .header__btn:hover {
    box-shadow: inset 0 3.125rem 0 var(--secondary);
  }
  .header__action:hover {
    box-shadow: inset 0 3.125rem 0 var(--secondary);
  }
  .header__action:hover .count {
    background: var(--white);
    color: var(--secondary);
  }
  .search__btn:hover {
    box-shadow: inset 0 3.125rem 0 var(--main-800);
  }
  .phones__link:hover {
    background: var(--main-200);
  }
  .language__link:hover::before {
    transform: scaleX(1);
  }
  .chose-style__version:hover::before {
    color: var(--secondary);
  }
  .menu__link:hover::after {
    transform: scaleX(1);
  }
  .icon-menu:hover {
    box-shadow: inset 0 3rem 0 var(--secondary);
  }
  .footer__link:hover::before {
    transform: translateX(0);
  }
  .subscribe-form__button:hover {
    box-shadow: inset 0 3.125rem 0 var(--secondary);
  }
  .catalog__close:hover {
    box-shadow: inset 0 3rem 0 var(--secondary);
  }
  .catalog__link:hover {
    background: var(--main-200);
  }
  .sublist__list.lv-1 .sublist__link:hover {
    background: var(--main-200);
  }
  .sublist__list.lv-2 .sublist__link:hover {
    background: var(--main-200);
  }
  .sublist__link:hover {
    background: var(--main-200);
  }
  .side-menu__close:hover {
    box-shadow: inset 0 3rem 0 var(--secondary);
  }
  .side-menu__login a:hover {
    color: var(--main-700);
  }
  .side-menu__link:hover {
    background: var(--main-200);
  }
  .side-menu__trigger:hover {
    background-color: var(--main-200);
  }
  .side-menu__chose .chose-style__version:hover {
    color: var(--main-700);
  }
  .side-menu__btn:hover {
    box-shadow: inset 0 3rem 0 var(--secondary);
  }
  .side-menu__btn:hover::before {
    color: var(--white);
  }
  .side-menu__btn.--icon-sale:hover {
    box-shadow: inset 0 3rem 0 var(--main-700);
    color: var(--white);
  }
  .side-menu__btn.--icon-sale:hover::before {
    color: var(--white);
  }
  .contact-item__content a:hover {
    color: var(--secondary);
  }
  .tooltip:hover .tooltip__dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .item-offer__link:hover {
    color: var(--secondary);
  }
  .bright-offers__img:hover {
    box-shadow: 0.25rem 0.25rem 0.9375rem 0 rgba(18, 28, 49, 0.3);
  }
  .popup .popup__close:hover {
    transform: rotate(180deg);
  }
  .social-auth-btn:hover {
    background: var(--main-200);
    border-color: var(--main-700);
  }
  .custom-checkbox:hover {
    color: var(--main-700);
  }
  .forget-btn button:hover {
    color: var(--main-700);
  }
  .forget-btn button:hover::before {
    transform: translateX(-50%) scale(0);
  }
  .register-info__link:hover {
    color: var(--secondary);
  }
  .register-info__link:hover::before {
    transform: translateX(-50%) scale(0);
  }
  .tags__link:hover::before {
    transform: translateX(-50%) scaleX(0);
  }
  .bright-offers__more:hover {
    color: var(--secondary);
  }
  .view-toggle__btn:hover::before {
    transform: rotate(180deg);
  }
  .editorial-team__name:hover {
    color: var(--main-700);
  }
  .sidebar__link:hover {
    color: var(--main-400);
  }
  .sidebar nav a:hover {
    color: var(--main-400);
  }
  .item-sidebar__author a:hover {
    color: var(--secondary);
  }
  .item-sidebar__tag a:hover {
    box-shadow: inset 0 2rem 0 var(--secondary);
    color: var(--white);
  }
  .comment-post__info a:hover {
    text-decoration: none;
  }
  .tabs__title:hover {
    color: var(--main-700);
  }
  .tabs__title:hover::before {
    transform: translateX(-50%) scale(1);
  }
  .main-categories__link:hover {
    background: var(--main-200);
  }
  .services__link:hover {
    background: var(--main-200);
  }
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M11.75 0.75L8.73014 8.17998L0.75 8.77334L6.86682 13.9588L4.9521 21.75L11.75 17.519L18.5479 21.75L16.6332 13.9588L22.75 8.77334L14.7699 8.17998L11.75 0.75Z" fill="%23075BA2" stroke="%23075BA2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 0/1.5rem no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="25" viewBox="0 0 26 25" fill="none"><path d="M12.75 0.75L9.45561 8.88759L0.75 9.53747L7.4229 15.2168L5.33411 23.75L12.75 19.1161M12.75 0.75L16.0444 8.88759L24.75 9.53747L18.0771 15.2168L20.1659 23.75L12.75 19.1161" stroke="%23075BA2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 0/1.5rem no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item span {
    display: none;
  }}
@media (any-hover: none){
  .icon-menu {
    cursor: default;
  }}