@font-face {font-family: Manrope;font-display: swap;src: url("../assets/fonts/Manrope-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../assets/fonts/Manrope-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../assets/fonts/Manrope-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?0b5459b6c82729b6cb84b1098f53e6e9") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-time"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-phone"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-instagram"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-facebook"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-email"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-done"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-burger"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-arrow-up"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-arrow-top"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-arrow-prev"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-arrow-next"]::before { 
		content: "\f10d"; 
	} 
* {
	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 {
  --accent: #26296c;
  --text: #5f5f5f;
  --yellow: #ffc108;
  --purple: #bcbfff;
  --blue: #176bef;
  --red: #ff3e30;
  --white: #ffffff;
  --yellow2: #f7b529;
  --grey: #cdc7bb;
  --green: #179c52;
  --bg: #fff9ed;
  --hover: #3dbdec;
  --z-index-main: 20;
  --z-index-sec: 10;
}
html {
  scroll-behavior: smooth;
  background: #fff9ed;
}
html [data-fls-scrolllock] {
  overflow: hidden;
}

body {
  min-width: 20rem;
  color: #26296c;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
[data-fls-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: 82rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

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;
}

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

.btn {
  padding: 0.5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: fit-content;
  text-align: center;
  min-height: 2.625rem;
  height: fit-content;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  background: var(--accent);
  transition: all 0.3s;
}
.btn.btn--white_mod {
  background: var(--white);
  color: var(--accent);
}

.btn-blur {
  padding: 0.5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: fit-content;
  text-align: center;
  min-height: 2.625rem;
  height: fit-content;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
  backdrop-filter: blur(0.375rem);
  background: transparent;
  color: var(--white);
  border: 0.0625rem solid var(--white);
}

.d-none {
  display: none !important;
}

.swiper-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.swiper-nav:has(.swiper-button-lock) {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 2.4375rem;
  height: 2.4375rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  color: var(--white);
  background: var(--accent);
  transition: all 0.3s;
  cursor: pointer;
}
.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%);
  transition: color 0.3s;
}
.title {
  font-weight: 600;
  line-height: 1.4;
}

.text-formatted {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--accent);
}
.text-formatted p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5 {
  font-weight: 500;
  line-height: 1;
}
.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.5rem;
}
.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: 1rem;
}
.text-formatted ul li {
  position: relative;
  padding-left: 0.875rem;
}
.text-formatted ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--accent);
}
.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;
  font-weight: 700;
  color: var(--accent);
}
.text-formatted a {
  color: var(--accent);
  text-decoration: underline;
  transition: color 0.3s;
}
.text-formatted img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}
.text-formatted img:not(:last-child) {
  margin-bottom: 2.5rem;
}

.breadcrumbs {
  --gap: 0.5rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 1.25rem;
}
.breadcrumbs__nav {
  display: flex;
  align-items: center;
  gap: var(--gap);
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.breadcrumbs__nav::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__link {
  flex-shrink: 0;
  padding: 0.3125rem 0.625rem;
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-size: 0.75rem;
  transition: color 0.3s, background 0.3s;
  border-radius: 0.375rem;
  background: var(--white);
  cursor: pointer;
}
.breadcrumbs__link--last,.breadcrumb_last {
  color: #b5b5b5;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.breadcrumbs {
    --gap: 0.5rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-top: 1.25rem;
}

/* Оборачиваем внутренние span от Yoast в flex-строку */
.breadcrumbs__nav > span {
    display: flex;
    align-items: center;
    gap: var(--gap);
}

/* Ссылка-хлебная крошка от Yoast */
.breadcrumbs__nav a {
    flex-shrink: 0;
    padding: 0.3125rem 0.625rem;
    display: inline-flex;
    align-items: center;
    color: var(--accent);
    font-size: 0.75rem;
    transition: color 0.3s, background 0.3s;
    border-radius: 0.375rem;
    background: var(--white);
    cursor: pointer;
    text-decoration: none;
}

/* Последний элемент (текущая страница) */
.breadcrumb_last {
    flex-shrink: 0;
    padding: 0.3125rem 0.625rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    border-radius: 0.375rem;
    background: var(--white);
    color: #b5b5b5;
    cursor: default;
    pointer-events: none;
}

/* Стили разделителя "»" */
.breadcrumbs__nav > span > span {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs__nav > span > span:nth-child(2) {
    padding: 0 0.25rem;
    color: #b5b5b5;
}
.pagination:not(:first-child) {
  margin-top: 2.5rem;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.pagination li {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0.875rem;
}
.pagination li.active a {
  background: var(--hover);
  color: var(--white);
}
.pagination li.prev a, .pagination li.next a {
  background: var(--accent);
  color: var(--white);
  line-height: 1;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 6.25rem;
  background: transparent;
  color: var(--accent);
  font-size: 0.875rem;
  transition: all 0.3s;
}

.custom-checkbox {
  position: relative;
  display: flex;
  gap: 1rem;
  transition: color 0.3s;
}
.custom-checkbox:has(input[type=checkbox]:checked) .checkmark {
  background: var(--accent);
  border-color: var(--accent);
}
.custom-checkbox:has(input[type=checkbox]:checked) .checkmark::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.custom-checkbox .checkmark {
  position: relative;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border: 0.0625rem solid #cdcdcd;
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.custom-checkbox .checkmark::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.75rem;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  background: url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6282 0.371659C15.1332 -0.124043 14.3293 -0.12373 13.8336 0.371659L5.75659 8.44899L2.1667 4.85913C1.671 4.36343 0.867479 4.36343 0.371777 4.85913C-0.123926 5.35484 -0.123926 6.15836 0.371777 6.65406L4.85894 11.1412C5.10663 11.3889 5.43143 11.5131 5.75625 11.5131C6.08107 11.5131 6.40617 11.3892 6.65387 11.1412L15.6282 2.16656C16.1239 1.6712 16.1239 0.86733 15.6282 0.371659Z" fill="white"/></svg>') center no-repeat;
}
.custom-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.bg-white {
  background: var(--white);
  border-radius: 1.25rem;
}
.services__container {
  position: relative;
}
.services__wrap {
  position: relative;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.item-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.item-services__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid transparent;
  transition: border 0.3s;
}
.item-services__img img {
  width: 100%;
  aspect-ratio: 298/246;
  border-radius: 1.25rem;
  object-fit: contain;
}
.item-services__title {
  transition: color 0.3s;
  text-align: center;
}

.advantages__row {
  display: flex;
  align-items: center;
}
.advantages__title {
  flex-shrink: 0;
}
.advantages__title:not(:last-child) {
  margin-bottom: 0;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.advantages__list {
  flex: 1 1 auto;
}
.item-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
  text-align: center;
  background: var(--white);
}
.item-advantage__number {
  font-weight: 600;
  font-size: 3rem;
}
.map__title {
  text-align: center;
}
.map__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.map__img img,
.map__img iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1280/452;
  object-fit: cover;
  border-radius: 1.25rem;
}

.faq__row {
  display: flex;
}
.faq__title {
  flex-shrink: 0;
}
.faq__title:not(:last-child) {
  margin-bottom: 0;
}
.faq .spollers {
  flex: 1 1 auto;
}

.reviews {
  overflow: hidden;
  --bg-block: #fff;
}
.reviews.bg-white {
  --bg-block: #fff9ed;
}
.reviews__container {
  position: relative;
}
.reviews__title {
  position: relative;
  z-index: 5;
  padding-right: 6.25rem;
}
.reviews__row {
  display: flex;
}
.reviews .reviews__slider {
  overflow: visible;
  width: 100%;
}
.google-reviews {
  position: relative;
  z-index: 1;
  width: 18.625rem;
  flex-shrink: 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  padding: 1.75rem 1.5rem;
  border-radius: 0.9375rem;
  text-align: center;
  background: var(--bg-block);
}
.google-reviews__logo {
  display: flex;
  width: 12.0625rem;
}
.google-reviews__logo img {
  width: 100%;
  aspect-ratio: 193/64;
  object-fit: contain;
}
.google-reviews__title {
  font-size: 1.4375rem;
}
.google-reviews__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.google-reviews__reting {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.google-reviews__number {
  font-size: 2.0625rem;
  font-weight: 700;
}
.google-reviews__stars {
  display: flex;
  align-items: center;
}
.google-reviews .btn {
  width: 100%;
}

.star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: var(--yellow);
  line-height: 1;
}
.star.disabled {
  color: var(--grey);
}

.review {
  width: 27.0625rem;
  padding: 1.25rem 0.9375rem;
  display: flex;
  flex-direction: column;
  background: var(--bg-block);
  border-radius: 0.9375rem;
}
.review__name:not(:last-child) {
  margin-bottom: 0.375rem;
}
.review__reting {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.review__reting:not(:last-child) {
  margin-bottom: 1.25rem;
}
.review__number {
  font-size: 1rem;
  font-weight: 700;
}
.review__stars {
  display: flex;
  align-items: center;
}
.review__stars .star {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
.review__more {
  margin-top: 1rem;
  transition: color 0.3s;
}
.review__date {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 0.0625rem solid var(--grey);
  font-size: 0.875rem;
  color: var(--grey);
}

.brands {
  overflow: hidden;
  --bg-block: #fff;
}
.brands.bg-white {
  --bg-block: #fff9ed;
}
.brands__row {
  display: flex;
  align-items: center;
}
.brands__title {
  flex-shrink: 0;
}
.brands__title:not(:last-child) {
  margin-bottom: 0;
}
.brands__items {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  width: 65%;
}
.brands__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  padding: 0.375rem;
  height: 6.5625rem;
  background: var(--bg-block);
}
.brands__img img {
  width: auto;
  height: 100%;
  border-radius: 1.25rem;
}

.form {
  background: var(--white);
  border-radius: 1.25rem;
}
.form__wrap {
  position: relative;
  padding: 2.5rem 6.75rem;
}
.form__bg {
  display: flex;
  border-radius: 1.25rem;
  overflow: hidden;
}
.form__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32.25rem;
}
.form form {
  padding: 2.5rem;
  background: var(--bg);
  border-radius: 1.25rem;
}
.form form .btn {
  width: 100%;
  margin-top: 0.625rem;
}

.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-group label {
  display: inline-flex;
  margin-bottom: 0.5rem;
}
.form-group input {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  background: var(--white);
  color: var(--accent);
  transition: all 0.3s;
  border: none;
}
.form-group input::placeholder {
  color: var(--text);
}
.form-group input:focus {
  outline: none;
  box-shadow: inset 0 0 0 0.0625rem var(--accent);
}/* Generated by vite-plugin-svg-spritemap */
.menu {
  flex: 1 1 auto;
}
.menu__body {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu__list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}
.menu__link {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  transition: color 0.3s;
}
.menu__link::before {
  order: 2;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.menu__phone {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 0.0625rem solid var(--accent);
  font-size: 0;
  color: var(--accent);
  transition: all 0.3s;
}
.menu__phone::before {
  font-size: 1.1875rem;
}

.sub-list {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.sub-list__items {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 1rem 1.25rem;
}
.sub-list__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  transition: color 0.3s;
}
.sub-list__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  min-height: 2.625rem;
  gap: 0.375rem;
  border-radius: 0.375rem;
  background: var(--accent);
  color: var(--white);
}
.sub-list__btn:not(:last-child) {
  margin-bottom: 0.625rem;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: sticky;
  z-index: 100;
  top: 0;
  transition: all 0.3s;
  background: var(--bg);
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.18);
  border-radius: 0 0 1.25rem 1.25rem;
}
.header__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__logo {
  position: relative;
  z-index: var(--z-index-main);
  flex-shrink: 0;
  display: flex;
  max-width: 4.375rem;
  margin-right: auto;
}
.header__logo img {
  width: 100%;
  height: 100px;
  border-radius: 0.375rem;
}
.header__btn {
  flex-shrink: 0;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  padding: 3.125rem 0;
  background: var(--accent);
  border-radius: 1.25rem 1.25rem 0 0;
}
.footer__row {
  display: flex;
  gap: 1rem;
}
.footer__head {
  margin-right: auto;
}
.footer__logo {
  flex-shrink: 0;
  max-width: 11.625rem;
}
.footer__logo img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
.footer__logo:not(:last-child) {
  margin-bottom: 0.625rem;
}
.footer__content {
  display: flex;
  width: fit-content;
}
.footer__content {
  margin-left: auto;
}
.footer__heading {
  color: var(--purple);
  font-weight: 600;
}
.footer__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.footer__link {
  font-size: 0.875rem;
  color: var(--white);
  transition: color 0.3s;
}
.footer__contacts {
  max-width: 13.9375rem;
  flex-shrink: 0;
}
.footer__contacts-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer__contacts-link {
  font-size: 0.875rem;
  color: var(--white);
  transition: color 0.3s;
}
.footer__contacts-text {
  font-size: 0.875rem;
  color: var(--white);
}
.footer .social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.footer .social__item {
  flex-shrink: 0;
}
.footer .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  background: var(--white);
  color: var(--accent);
  font-size: 1.1875rem;
  transition: all 0.3s;
}
.footer .social__link svg {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.footer .social__link svg path {
  fill: var(--accent);
  transition: fill 0.3s;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.875rem;
}
.catalog__grid:not(:last-child) {
  margin-bottom: 2.5rem;
}
.catalog__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog .btn .hide {
  display: none;
}
.catalog .btn.active .show {
  display: none;
}
.catalog .btn.active .hide {
  display: block;
}/* Generated by vite-plugin-svg-spritemap */
.hero {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--white);
}
.hero__container:has(.hero__form) {
  display: flex;
  gap: 1.875rem;
}
.hero__container:has(.hero__form) .hero__wrap {
  width: 100%;
  padding: 5rem 3.125rem;
}
.hero__wrap {
  position: relative;
  padding: 5rem 2.5rem 5rem 6.8125rem;
  min-height: 21.25rem;
}
.hero__bg {
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.388);
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__title {
  text-wrap: balance;
  font-weight: 700;
}
.hero__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero__text {
  max-width: 45rem;
}
.hero__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.hero__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.hero__actions a {
  flex-shrink: 0;
}
.hero__form {
  width: 40%;
  flex-shrink: 0;
}
.hero__form form {
  background: var(--white);
  color: var(--accent);
}
.hero__form form .form__title {
  text-align: center;
}
.hero__form .form-group input {
  box-shadow: 0 0 0 0.0625rem #cdcdcd;
}

.google {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.375rem;
  padding: 0.625rem 1.5625rem;
  background: var(--white);
  color: var(--accent);
}
.google__logo {
  width: 4rem;
  height: 4rem;
}
.google__logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.google__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.google__value {
  font-weight: 700;
}
.google__stars {
  display: flex;
  align-items: center;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text);
  background: var(--white);
  border-radius: 0.375rem;
}
.--select-open .select__title {
  box-shadow: inset 0 0 0 0.0625rem var(--hover);
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 2.5rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  flex: 0 0 0.875rem;
  height: 0.5rem;
  margin-right: 1rem;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0087 0.292952C12.8212 0.105481 12.5669 0.000165398 12.3017 0.000165375C12.0366 0.000165352 11.7823 0.105481 11.5947 0.292952L6.64473 5.24295L1.69473 0.292951C1.50613 0.110793 1.25352 0.0099987 0.991326 0.012277C0.72913 0.0145553 0.478316 0.119724 0.292908 0.305132C0.107501 0.49054 0.00233234 0.741353 5.39874e-05 1.00355C-0.00222436 1.26575 0.0985695 1.51835 0.280728 1.70695L5.93773 7.36395C6.12526 7.55142 6.37956 7.65674 6.64473 7.65674C6.90989 7.65674 7.1642 7.55142 7.35173 7.36395L13.0087 1.70695C13.1962 1.51942 13.3015 1.26512 13.3015 0.999952C13.3015 0.734787 13.1962 0.48048 13.0087 0.292952Z" fill="%2326296C"/></svg>') center no-repeat;
  transform: rotate(0deg);
}
.--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;
  padding: 0 0.625rem 0 1rem;
  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 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: var(--grey);
  position: absolute;
  top: calc(100% + 0.375rem);
  border-radius: 0;
  min-width: 100%;
  left: 0;
  background-color: var(--white);
  transition: all 0.3s;
  border-radius: 0.375rem;
  overflow: hidden;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 13.75rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.5625rem 1rem;
  color: inherit;
  color: var(--accent);
}
.select__option.--select-selected {
  background-color: var(--hover);
  color: var(--white);
}
.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 */
.spollers {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.spollers__item {
  font-size: 1.75rem;
  border-bottom: 0.0625rem solid var(--accent);
}

.spollers__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  list-style: none;
  cursor: default;
  padding-bottom: 1.5rem;
  transition: color 0.3s;
  cursor: pointer;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.spollers__title.--spoller-active .spollers__icon {
  background: var(--hover);
}
.spollers__title.--spoller-active .spollers__icon::after, .spollers__title.--spoller-active .spollers__icon::before {
  width: 0.875rem;
  right: 0.5rem;
}
.spollers__title.--spoller-active .spollers__icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.spollers__title.--spoller-active .spollers__icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spollers__icon {
  position: relative;
  margin-left: auto;
  align-self: flex-start;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--accent);
  transition: background 0.3s;
}
.--spoller-init .spollers__icon {
  cursor: pointer;
}
.--spoller-init .spollers__icon::before, .--spoller-init .spollers__icon::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  background-color: var(--white);
  height: 0.125rem;
  width: 0.5rem;
  transition: all 0.5s ease 0s;
}
.--spoller-init .spollers__icon::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__icon::after {
  transform: translate(0, -50%) rotate(-40deg);
}

.spollers__body {
  padding-bottom: 1.5rem;
  font-size: 1rem;
}/* 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;
}/* 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 *//* Generated by vite-plugin-svg-spritemap */
.seo__wrap {
  max-height: 18.5rem;
  gap: 1.5rem;
  border-radius: 1.25rem;
  padding: 1.875rem;
  background: var(--white);
  overflow: auto;
}

.most {
  color: var(--white);
}
.most__wrap {
  border-radius: 1.25rem;
  padding: 1.875rem;
  background: var(--accent);
}
.most__title {
  text-align: center;
}
.most__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.most__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--white);
  transition: color 0.3s;
}
.most__link::before {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.25rem;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.why-us {
  overflow: hidden;
  --bg-block: #fff;
}
.why-us.bg-white {
  --bg-block: #fff9ed;
}
.item-why-us__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  padding: 1.875rem 1.25rem;
  border-radius: 1.25rem;
  background: var(--bg-block);
}
.item-why-us__title {
  font-weight: 600;
}
.item-why-us__text {
  font-weight: 700;
}
.item-why-us__text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.item-why-us__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-why-us__img img {
  height: 100%;
  aspect-ratio: 297/322;
  object-fit: cover;
  border-radius: 1.25rem;
}

.content-with-image {
  overflow: hidden;
  --bg-block: #fff;
}
.content-with-image.bg-white {
  --bg-block: #fff9ed;
}
.content-with-image__content {
  padding: 1.875rem;
  border-radius: 1.25rem;
  background: var(--bg-block);
  max-height: 27.375rem;
  overflow-y: auto;
}
.content-with-image__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content-with-image__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.content-with-image__img {
  display: flex;
}
.content-with-image__img img {
  width: 100%;
  aspect-ratio: 625/438;
  border-radius: 1.25rem;
  object-fit: cover;
}

.utp {
  overflow: hidden;
  --bg-block: #fff;
}
.utp.bg-white {
  --bg-block: #fff9ed;
}
.utp__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  counter-reset: number;
}
.utp__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  background: var(--bg-block);
  counter-increment: number;
}
.utp__item::before {
  content: counters(number, ".", decimal-leading-zero);
}
.utp__item::before {
  font-weight: 600;
}/* Generated by vite-plugin-svg-spritemap */
.warranty__title {
  text-align: center;
}
.warranty__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
.item-warranty {
  width: 100%;
  max-width: 22.6875rem;
  display: flex;
  gap: 1.5rem;
  padding: 1.5625rem;
  background: var(--white);
  border-radius: 0.375rem;
}
.item-warranty__icon {
  width: 3.625rem;
  height: 3.625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--white);
  font-size: 1.75rem;
  border-radius: 0.5rem;
}
.item-warranty__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.item-warranty__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.item-warranty__num {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.8;
}
.item-warranty__value {
  font-weight: 700;
}/* Generated by vite-plugin-svg-spritemap */
.pricing {
  background: var(--white);
  border-radius: 1.25rem;
}
.item-pricing {
  padding: 1.875rem;
  border-radius: 1.25rem;
  background: var(--accent);
  color: var(--white);
}
.item-pricing__title {
  font-weight: 600;
  text-align: center;
}
.item-pricing__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-pricing__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-pricing__price:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-pricing__link {
  width: 100%;
}
.item-pricing__link:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-pricing__info {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}
.item-pricing__info:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #121558;
}
.item-pricing__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.item-pricing__item::before {
  color: var(--purple);
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
  align-self: start;
}

.price-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.price-wrap {
  font-weight: 600;
  color: var(--white);
}
.price-wrap:has(.old-price) .price {
  color: var(--purple);
}

.price {
  color: var(--white);
}

.old-price {
  text-decoration: line-through;
}/* Generated by vite-plugin-svg-spritemap */
.location__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1rem;
}
.location__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.3125rem 0.625rem;
  min-height: 2rem;
  border-radius: 0.375rem;
  transition: all 0.3s;
  background: var(--white);
  text-align: center;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.about-us {
  background: var(--white);
  border-radius: 1.25rem;
}
.about-us__row {
  display: flex;
}
.about-us__content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.about-us__title:not(:last-child) {
  margin-bottom: 0;
}
.about-us__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.about-us__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.about-us__item::before {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.about-us__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us__img img {
  width: 100%;
  aspect-ratio: 734/405;
  object-fit: cover;
  border-radius: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.contacts {
  padding-top: 1.25rem;
  padding-bottom: 0rem;
}
.contacts__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contacts__form form {
  background: var(--white);
  color: var(--accent);
}
.contacts__form form .form__title {
  text-align: center;
}
.contacts__form form .form__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contacts__form .select__options,
.contacts__form .select__title,
.contacts__form .form-group input {
  box-shadow: 0 0 0 0.0625rem #cdcdcd;
}
.contacts-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 1.5rem;
  border-radius: 1.25rem;
  background: var(--white);
}
.contacts-item__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background: var(--accent);
  font-size: 1rem;
  color: var(--white);
}
.contacts-item__icon svg {
  width: 1rem;
  height: 1rem;
}
.contacts-item__icon svg path {
  fill: var(--white);
}
.contacts-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}
.contacts-item__value {
  font-size: 1.4375rem;
}
.contacts-item__value a {
  color: var(--accent);
  transition: color 0.3s;
}

.socials {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  gap: 0.625rem;
  padding: 0.625rem 1.5rem;
  border-radius: 1.25rem;
  background: var(--white);
}
.socials__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
}
.socials__item {
  flex-shrink: 0;
}
.socials__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4375rem;
}
.socials__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 6.25rem;
  background: var(--accent);
  font-size: 1rem;
  color: var(--white);
}
.socials__icon svg {
  width: 1rem;
  height: 1rem;
}
.socials__icon svg path {
  fill: var(--white);
  transition: fill 0.3s;
}/* Generated by vite-plugin-svg-spritemap */
.blog {
  padding-top: 1.25rem;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.item-blog {
  display: flex;
  flex-direction: column;
}
.item-blog__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.25rem;
  transition: box-shadow 0.3s;
}
.item-blog__img:not(:last-child) {
  margin-bottom: 1rem;
}
.item-blog__img img {
  width: 100%;
  aspect-ratio: 298/246;
  border-radius: 1.25rem;
  object-fit: cover;
}
.item-blog__date {
  color: #7f7f7f;
}
.item-blog__date:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-blog__title {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  transition: color 0.3s;
}/* Generated by vite-plugin-svg-spritemap */
.article {
  padding-top: 1.25rem;
}
.article__img {
  display: block;
}
.article__img img {
  width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 1280/378;
  object-fit: cover;
}
.article__content {
  max-width: 66.375rem;
  margin-left: auto;
  margin-right: auto;
}
.article__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
}
.article__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.article__nav-link::before {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.875rem;
  transition: transform 0.3s;
}
.article__nav-link.next {
  flex-direction: row-reverse;
  margin-left: auto;
}

.latest-news__slider:not(:last-child) {
  margin-bottom: 2rem;
}
.latest-news__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
}
.latest-news__botoom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--grey);
  transition: background 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--hover);
}

.latest-news-button-next,
.latest-news-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--accent);
  color: var(--white);
  font-size: 1rem;
  transition: background 0.3s;
}

@media (max-width: 74.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }}

@media (max-width: 74.99875em) {
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 5.875rem 1rem 2rem 1rem;
    transition: left 0.3s;
    background: var(--bg);
  }
  .menu::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: 100%;
    top: 0;
    transition: left 0.3s;
    z-index: 12;
    background: var(--bg);
    box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.1803921569);
    border-radius: 0 0 1.25rem 1.25rem;
  }
  [data-fls-menu-open] .menu {
    left: 0;
  }
  [data-fls-menu-open] .menu::before {
    left: 0;
  }
  .menu__body {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    row-gap: 0.625rem;
    overflow: hidden;
  }
  .menu__list {
    flex-direction: column;
    row-gap: 0.625rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    flex-grow: 1;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid var(--accent);
  }
  .menu__item {
    width: 100%;
  }
  .menu__link {
    padding: 0.625rem;
    border-radius: 0.375rem;
    width: 100%;
  }
  .menu__link::before {
    margin-left: auto;
  }
  .menu__phone {
    font-size: 0.875rem;
    height: auto;
    width: fit-content;
    border: none;
    padding: 0;
    gap: 0.5rem;
  }
  .menu__phone::before {
    color: var(--hover);
  }
  .sub-in.active .sub-list {
    opacity: 1;
    transform: translateX(0);
    pointer-events: initial;
  }
  .sub-in .menu__link {
    background: var(--white);
  }
  .sub-in .menu__link::before {
    transform: rotate(90deg);
  }
  .sub-list {
    position: fixed;
    top: 0;
    z-index: 11;
    height: 100%;
    transform: translateX(100%);
    background: var(--bg);
    padding: 5.875rem 1rem 2rem 1rem;
    overflow: auto;
  }
  .sub-list__items {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    padding: 0;
  }
  .sub-list__link {
    padding: 0.625rem;
    border-radius: 0.375rem;
    background: var(--white);
    width: 100%;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid var(--accent);
    z-index: 5;
  }
  .icon-menu__body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    transform: translate(-50%, -50%);
  }
  .icon-menu__body span, .icon-menu__body::before, .icon-menu__body::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--accent);
  }
  .icon-menu__body::before {
    top: 0.1875rem;
  }
  .icon-menu__body::after {
    bottom: 0.1875rem;
  }
  .icon-menu__body span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu__body span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu__body::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu__body::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .footer__content {
    gap: 1rem;
  }
  .hero__container:has(.hero__form) {
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .hero__form {
    width: 100%;
  }}

@media (max-width: 61.99875em) {
  .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 li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .text-formatted img:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .text-formatted img {
    border-radius: 1.25rem;
  }
  .breadcrumbs {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .breadcrumbs__nav {
    scroll-snap-type: x mandatory;
    padding: 0 1rem;
  }
  .breadcrumbs__link {
    scroll-snap-align: center;
  }
  .pagination ul {
    gap: 0.375rem;
  }
  .services__wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .services__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .services__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .advantages__row {
    flex-direction: column;
    row-gap: 2rem;
  }
  .advantages__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .faq__row {
    flex-direction: column;
    row-gap: 2rem;
  }
  .google-reviews {
    display: none;
  }
  .brands__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    height: 30rem;
  }
  .brands__items.desktop {
    display: none;
  }
  .brands__items::before, .brands__items::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    height: 7.3125rem;
    width: 100%;
  }
  .brands__items::before {
    top: 0;
    background: linear-gradient(-180deg, #fff9ed 10%, rgba(255, 249, 237, 0.8) 40%, rgba(255, 249, 237, 0) 99.65%);
  }
  .bg-white .brands__items::before {
    background: linear-gradient(-180deg, #fff 10%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 99.65%);
  }
  .brands__items::after {
    bottom: 0;
    background: linear-gradient(0deg, #fff9ed 10%, rgba(255, 249, 237, 0.8) 40%, rgba(255, 249, 237, 0) 99.65%);
  }
  .bg-white .brands__items::after {
    background: linear-gradient(0deg, #fff 10%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 99.65%);
  }
  .brands__img {
    margin-bottom: 0.625rem !important;
  }
  .form {
    padding: 0;
  }
  .form__container {
    padding: 0;
  }
  .form__wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .form__body {
    margin-top: -3.375rem;
    max-width: 100%;
  }
  .form__title {
    text-align: center;
  }
  .form__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .form form {
    padding: 2.5rem 1rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .footer {
    padding: 2.5rem 0;
  }
  .footer__row {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .footer__content {
    flex-direction: column;
    margin-left: 0;
    row-gap: 2rem;
  }
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .hero__container:has(.hero__form) .hero__wrap {
    padding: 2.5rem;
  }
  .hero__wrap {
    padding: 2.5rem;
  }
  .spollers {
    gap: 1.25rem;
  }
  .spollers__item {
    font-size: 1.375rem;
  }
  .spollers__title {
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .spollers__title.--spoller-active .spollers__icon::after, .spollers__title.--spoller-active .spollers__icon::before {
    right: 0.375rem;
  }
  .spollers__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .--spoller-init .spollers__icon::before, .--spoller-init .spollers__icon::after {
    right: 0.8125rem;
  }
  .most__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .why-us__list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .content-with-image__row {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .content-with-image__content {
    padding: 1.25rem;
  }
  .utp__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .utp__item {
    padding: 1rem;
  }
  .pricing__title {
    text-align: center;
  }
  .pricing__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .about-us__row {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .contacts__row {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .contacts-item {
    padding: 0.5rem 1.25rem;
    gap: 0.75rem;
  }
  .socials {
    padding: 0.5rem 1.25rem;
  }
  .socials__link {
    gap: 0.75rem;
    font-size: 1.125rem;
  }
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .article__nav {
    margin-top: 2rem;
  }}

@media (max-width: 47.99875em) {
  .pagination:not(:first-child) {
    margin-top: 2rem;
  }
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-advantage {
    width: 100%;
  }
  .map__img img,
  .map__img iframe {
    aspect-ratio: 360/280;
  }
  .review {
    width: 18.625rem;
  }
  .brands__row {
    flex-direction: column;
    text-align: center;
    row-gap: 2rem;
  }
  .brands__img {
    height: 5.5rem;
  }
  .form__bg {
    aspect-ratio: 393/261;
    width: 100%;
  }
  .header__container {
    gap: 0.625rem;
  }
  .header__logo {
    max-width: 3.375rem;
  }
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__container:has(.hero__form) .hero__wrap {
    padding: 2.5rem 1rem;
  }
  .hero__wrap {
    padding: 2.5rem 1rem;
    min-height: 8.4375rem;
  }
  .hero__actions {
    flex-direction: column;
  }
  .google {
    padding: 0.625rem;
  }
  .google__logo {
    width: 2.5rem;
    height: 2.5rem;
  }
  .seo__wrap {
    padding: 1rem;
  }
  .most__wrap {
    padding: 1.25rem;
  }
  .most__title {
    text-align: left;
  }
  .most__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .most__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
  }
  .item-why-us {
    display: flex;
    flex-direction: column;
  }
  .item-why-us__content {
    padding: 1rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .item-why-us__text {
    font-weight: 500;
  }
  .item-why-us__img img {
    border-radius: 0 0 1.25rem 1.25rem;
    aspect-ratio: 360/200;
  }
  .content-with-image__content {
    padding: 1rem;
  }
  .content-with-image__img img {
    aspect-ratio: 360/206;
  }
  .utp__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .warranty__list {
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .item-warranty {
    max-width: 100%;
  }
  .location__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .location__link {
    width: 100%;
    height: 100%;
  }
  .about-us__img img {
    aspect-ratio: 361/297;
  }
  .contacts-item__value {
    font-size: 1.125rem;
  }
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .article__img img {
    aspect-ratio: 360/270;
  }}

@media (max-width: 29.99875em) {
  .services.bg-white .services__wrap::before {
    background: linear-gradient(0deg, #ffffff 20%, rgba(255, 255, 255, 0) 99.65%);
  }
  .services__wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.3125rem;
    background: linear-gradient(0deg, #fff9ed 4.6%, rgba(255, 249, 237, 0) 99.65%);
  }
  .services__list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    overflow: auto;
    max-height: 33.5rem;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .services__list::-webkit-scrollbar {
    display: none;
  }
  .services__btn {
    width: 100%;
  }
  .item-services {
    scroll-snap-align: start;
  }
  .item-services__img img {
    aspect-ratio: 360/206;
  }
  .catalog__grid {
    display: flex;
    flex-direction: column;
  }
  .hero__actions a {
    width: 100%;
  }
  .google {
    width: 100%;
  }
  .contacts-item__label {
    font-size: 0.875rem;
  }
  .socials__list {
    flex-direction: column;
  }
  .blog__list {
    display: flex;
    flex-direction: column;
  }
  .item-blog__img img {
    aspect-ratio: 361/246;
  }
  .latest-news .btn {
    width: 100%;
  }}

@media (max-width: 20em) {
  .section {
    padding-top: 2.5rem;
  }
  .section {
    padding-bottom: 2.5rem;
  }
  .title {
    font-size: 1.75rem;
  }
  .title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .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.25rem;
  }
  .text-formatted h1 {
    font-size: 2rem;
  }
  .text-formatted h2 {
    font-size: 1.75rem;
  }
  .text-formatted h3 {
    font-size: 1.5rem;
  }
  .text-formatted h4 {
    font-size: 1.25rem;
  }
  .text-formatted h5 {
    font-size: 1.125rem;
  }
  .text-formatted img:not(:first-child) {
    margin-top: 1.25rem;
  }
  .services__list {
    gap: 0.625rem;
  }
  .item-services__title {
    font-size: 1.375rem;
  }
  .advantages__row {
    gap: 0.625rem;
  }
  .advantages__list {
    gap: 0.625rem;
  }
  .faq__row {
    gap: 0.625rem;
  }
  .review__name {
    font-size: 1.4375rem;
  }
  .footer__content {
    gap: 6.25e-8rem;
  }
  .hero__title {
    font-size: 2.5rem;
  }
  .hero__text {
    font-size: 1rem;
  }
  .hero__actions:not(:last-child) {
    margin-bottom: 2rem;
  }
  .google__title {
    font-size: 0.875rem;
  }
  .google__value {
    font-size: 1.375rem;
  }
  .item-why-us__title {
    font-size: 1.4375rem;
  }
  .utp__item {
    font-size: 1.4375rem;
  }
  .utp__item::before {
    font-size: 2.5rem;
  }
  .item-pricing__title {
    font-size: 1.4375rem;
  }
  .price-wrap {
    font-size: 1.25rem;
  }
  .about-us__content {
    row-gap: 1.5rem;
  }
  .contacts-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .socials:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .item-blog__title {
    font-size: 1.4375rem;
  }
  .article__img:not(:last-child) {
    margin-bottom: 1.5rem;
  }}

@media (min-width: 20em) and (max-width: 82em) {
  .section {
    padding-top: clamp( 2.5rem , 2.298387096775rem  +  1.0080645161vw , 3.125rem );
  }
  .section {
    padding-bottom: clamp( 2.5rem , 2.298387096775rem  +  1.0080645161vw , 3.125rem );
  }
  .title {
    font-size: clamp( 1.75rem , 1.50806451613125rem  +  1.2096774194vw , 2.5rem );
  }
  .title:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 1.1774193548375rem  +  1.6129032258vw , 2.5rem );
  }
  .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: clamp( 1.25rem , 1.00806451613125rem  +  1.2096774194vw , 2rem );
  }
  .text-formatted h1 {
    font-size: clamp( 2rem , 1.354838709675rem  +  3.2258064516vw , 4rem );
  }
  .text-formatted h2 {
    font-size: clamp( 1.75rem , 1.18548387096875rem  +  2.8225806452vw , 3.5rem );
  }
  .text-formatted h3 {
    font-size: clamp( 1.5rem , 1.1774193548375rem  +  1.6129032258vw , 2.5rem );
  }
  .text-formatted h4 {
    font-size: clamp( 1.25rem , 1.00806451613125rem  +  1.2096774194vw , 2rem );
  }
  .text-formatted h5 {
    font-size: clamp( 1.125rem , 1.0040322580625rem  +  0.6048387097vw , 1.5rem );
  }
  .text-formatted img:not(:first-child) {
    margin-top: clamp( 1.25rem , 1.048387096775rem  +  1.0080645161vw , 1.875rem );
  }
  .services__list {
    gap: clamp( 0.625rem , 0.22177419355rem  +  2.0161290323vw , 1.875rem );
  }
  .item-services__title {
    font-size: clamp( 1.375rem , 1.2540322580625rem  +  0.6048387097vw , 1.75rem );
  }
  .advantages__row {
    gap: clamp( 0.625rem , 0.22177419355rem  +  2.0161290323vw , 1.875rem );
  }
  .advantages__list {
    gap: clamp( 0.625rem , 0.22177419355rem  +  2.0161290323vw , 1.875rem );
  }
  .faq__row {
    gap: clamp( 0.625rem , 0.22177419355rem  +  2.0161290323vw , 1.875rem );
  }
  .review__name {
    font-size: clamp( 1.4375rem , 1.3366935483875rem  +  0.5040322581vw , 1.75rem );
  }
  .footer__content {
    gap: clamp( 6.25e-8rem , -1.20967733669375rem  +  6.048386996vw , 3.75rem );
  }
  .hero__title {
    font-size: clamp( 2.5rem , 2.33870967741875rem  +  0.8064516129vw , 3rem );
  }
  .hero__text {
    font-size: clamp( 1rem , 0.83870967741875rem  +  0.8064516129vw , 1.5rem );
  }
  .hero__actions:not(:last-child) {
    margin-bottom: clamp( 2rem , 1.83870967741875rem  +  0.8064516129vw , 2.5rem );
  }
  .google__title {
    font-size: clamp( 0.875rem , 0.83467741935625rem  +  0.2016129032vw , 1rem );
  }
  .google__value {
    font-size: clamp( 1.375rem , 1.173387096775rem  +  1.0080645161vw , 2rem );
  }
  .item-why-us__title {
    font-size: clamp( 1.4375rem , 1.3366935483875rem  +  0.5040322581vw , 1.75rem );
  }
  .utp__item {
    font-size: clamp( 1.4375rem , 1.3366935483875rem  +  0.5040322581vw , 1.75rem );
  }
  .utp__item::before {
    font-size: clamp( 2.5rem , 2.33870967741875rem  +  0.8064516129vw , 3rem );
  }
  .item-pricing__title {
    font-size: clamp( 1.4375rem , 1.3366935483875rem  +  0.5040322581vw , 1.75rem );
  }
  .price-wrap {
    font-size: clamp( 1.25rem , 1.08870967741875rem  +  0.8064516129vw , 1.75rem );
  }
  .about-us__content {
    row-gap: clamp( 1.5rem , 1.1774193548375rem  +  1.6129032258vw , 2.5rem );
  }
  .contacts-item:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.34274193548125rem  +  1.4112903226vw , 1.5rem );
  }
  .socials:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.34274193548125rem  +  1.4112903226vw , 1.5rem );
  }
  .item-blog__title {
    font-size: clamp( 1.4375rem , 1.3366935483875rem  +  0.5040322581vw , 1.75rem );
  }
  .article__img:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 1.1774193548375rem  +  1.6129032258vw , 2.5rem );
  }}

@media (min-width: 47.99875em) {
  .brands__title {
    width: 35%;
    padding-right: 1.875rem;
  }
  .item-why-us {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }}

@media (min-width: 61.99875em) {
  .services__title {
    padding-right: 10rem;
  }
  .services__btn {
    position: absolute;
    top: 0.375rem;
    right: 1rem;
  }
  .advantages__title {
    width: 35%;
  }
  .faq__title {
    width: 35%;
  }
  .reviews.bg-white .reviews__container::before {
    background: var(--white);
  }
  .reviews__container::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: calc(100% - 20.9375rem);
    width: 100%;
    height: 100%;
    background: var(--bg);
  }
  .reviews .reviews__slider {
    width: calc(100% - 18.625rem);
    padding-left: 1.875rem;
  }
  .brands__items.mobile {
    display: none;
  }
  .brands__items::before, .brands__items::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 11.6875rem;
  }
  .brands__items::before {
    left: 0;
    background: linear-gradient(90deg, #fff9ed 10%, rgba(255, 249, 237, 0.8) 40%, rgba(255, 249, 237, 0) 99.65%);
  }
  .bg-white .brands__items::before {
    background: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 99.65%);
  }
  .brands__items::after {
    right: 0;
    background: linear-gradient(-90deg, #fff9ed 10%, rgba(255, 249, 237, 0.8) 40%, rgba(255, 249, 237, 0) 99.65%);
  }
  .bg-white .brands__items::after {
    background: linear-gradient(-90deg, #fff 10%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 99.65%);
  }
  .form__bg {
    position: absolute;
    inset: 0;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .why-us__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  .item-why-us:nth-child(4n+3) .item-why-us__content, .item-why-us:nth-child(4n+4) .item-why-us__content {
    order: 2;
  }
  .item-why-us:nth-child(4n+3) .item-why-us__img, .item-why-us:nth-child(4n+4) .item-why-us__img {
    order: 1;
  }
  .content-with-image__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  .pricing__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  .about-us__content {
    width: 42.6%;
    padding-right: 1.875rem;
  }
  .contacts__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }}

@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: #fff9ed;
  }
  html::-webkit-scrollbar-track-piece,
  html *::-webkit-scrollbar-track-piece {
    background: #fff9ed;
  }
  html::-webkit-scrollbar-thumb,
  html *::-webkit-scrollbar-thumb {
    background: #26296c;
    border-radius: 1em;
  }
  html::-webkit-scrollbar-corner,
  html *::-webkit-scrollbar-corner {
    background: #fff9ed;
  }}

@media (min-width: 74.99875em) {
  .menu__list {
    align-items: center;
    justify-content: flex-start;
  }
  .header:has(.sub-in:hover) {
    border-radius: 0;
    box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0);
  }
  .sub-in:hover .menu__link::before {
    transform: rotate(0);
  }
  .sub-in:hover .menu__link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.25rem;
  }
  .sub-in:hover .sub-list {
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
    z-index: 9;
  }
  .sub-list {
    transform: translateY(-100%);
  }
  .sub-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: var(--bg);
    box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.1803921569);
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .sub-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.0625rem;
    width: calc(100% - 2rem);
    background: var(--accent);
  }
  .sub-list__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  .sub-list__btn {
    display: none;
  }}

@media (min-width: 82em) {
  .section {
    padding-top: 3.125rem;
  }
  .section {
    padding-bottom: 3.125rem;
  }
  .title {
    font-size: 2.5rem;
  }
  .title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .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 {
    font-size: 4rem;
  }
  .text-formatted h2 {
    font-size: 3.5rem;
  }
  .text-formatted h3 {
    font-size: 2.5rem;
  }
  .text-formatted h4 {
    font-size: 2rem;
  }
  .text-formatted h5 {
    font-size: 1.5rem;
  }
  .text-formatted img:not(:first-child) {
    margin-top: 1.875rem;
  }
  .services__list {
    gap: 1.875rem;
  }
  .item-services__title {
    font-size: 1.75rem;
  }
  .advantages__row {
    gap: 1.875rem;
  }
  .advantages__list {
    gap: 1.875rem;
  }
  .faq__row {
    gap: 1.875rem;
  }
  .review__name {
    font-size: 1.75rem;
  }
  .footer__content {
    gap: 3.75rem;
  }
  .hero__title {
    font-size: 3rem;
  }
  .hero__text {
    font-size: 1.5rem;
  }
  .hero__actions:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .google__title {
    font-size: 1rem;
  }
  .google__value {
    font-size: 2rem;
  }
  .item-why-us__title {
    font-size: 1.75rem;
  }
  .utp__item {
    font-size: 1.75rem;
  }
  .utp__item::before {
    font-size: 3rem;
  }
  .item-pricing__title {
    font-size: 1.75rem;
  }
  .price-wrap {
    font-size: 1.75rem;
  }
  .about-us__content {
    row-gap: 2.5rem;
  }
  .contacts-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .socials:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .item-blog__title {
    font-size: 1.75rem;
  }
  .article__img:not(:last-child) {
    margin-bottom: 2.5rem;
  }}

@media (any-hover: hover) {
  .btn:hover {
    box-shadow: inset 0 2.625rem 0 0 var(--hover);
    color: var(--white);
  }
  .btn-blur:hover {
    box-shadow: inset 0 2.625rem 0 0 var(--hover);
    border-color: var(--hover);
    color: var(--white);
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: var(--hover);
    border-color: var(--hover);
  }
  .text-formatted a:hover {
    text-decoration: none;
    color: var(--hover);
  }
  .breadcrumbs__link:hover {
    background: var(--hover);
    color: var(--white);
    text-decoration: none;
  }
  .pagination li.prev a:hover, .pagination li.next a:hover {
    background: var(--hover);
  }
  .pagination a:hover {
    background: var(--hover);
    color: var(--white);
  }
  .custom-checkbox:hover {
    color: var(--hover);
  }
  .custom-checkbox:hover .checkmark {
    box-shadow: 0 0 0 0.0625rem var(--hover);
  }
  .item-services__img:hover {
    border-color: var(--hover);
  }
  .item-services__title:hover {
    color: var(--hover);
  }
  .review__more:hover {
    color: var(--hover);
  }
  .form-group input:hover {
    box-shadow: inset 0 0 0 0.0625rem var(--hover);
  }
  .menu__link:hover {
    color: var(--hover);
  }
  .menu__phone:hover {
    color: var(--white);
    border-color: var(--hover);
    box-shadow: inset 0 2.5rem 0 0 var(--hover);
  }
  .sub-list__link:hover {
    color: var(--hover);
  }
  .footer__link:hover {
    color: var(--hover);
  }
  .footer__contacts-link:hover {
    color: var(--hover);
  }
  .footer .social__link:hover {
    color: var(--white);
    box-shadow: inset 0 2.5rem 0 0 var(--hover);
  }
  .footer .social__link:hover svg path {
    fill: var(--white);
  }
  .select__option:hover {
    background: var(--hover);
    color: var(--white);
  }
  .spollers__title:hover {
    color: var(--hover);
  }
  .most__link:hover {
    color: var(--hover);
  }
  .most__link:hover::before {
    transform: rotate(90deg) translateY(-0.25rem);
  }
  .location__link:hover {
    background: var(--hover);
    color: var(--white);
  }
  .contacts-item__value a:hover {
    color: var(--hover);
  }
  .item-blog__img:hover {
    box-shadow: 0 0 0 0.0625rem var(--hover);
  }
  .item-blog__title:hover {
    color: var(--hover);
  }
  .article__nav-link:hover {
    color: var(--hover);
  }
  .article__nav-link:hover::before {
    transform: translateX(0.1875rem);
  }
  .latest-news-button-next:hover,
  .latest-news-button-prev:hover {
    background: var(--hover);
  }}