@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Black.woff2") format("woff2");font-weight: 900;font-style: normal;}
* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	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 */
body {
  min-width: 20rem;
  color: #000;
  background-color: #fff;
  font-family: "Montserrat";
  font-size: 1.0625rem;
  font-weight: 400;
}
[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: 84.1875rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.block-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Orbitron";
  color: #fff;
}
.block-title__models {
  color: #2280F6;
  white-space: nowrap;
}
.block-title .normal {
  text-transform: none;
}

.block-text {
  line-height: 1.5;
}
.block-text:not(:last-child) {
  margin-bottom: 1.875rem;
}
.block-text strong {
  font-weight: 500;
}

.button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 2.5rem;
  border: 0.0625rem solid #2280F6;
  background-color: #2280F6;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.button--round {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.list-standard {
  margin-bottom: 1.25rem;
}
.list-standard li {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.list-standard li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}/* Generated by vite-plugin-svg-spritemap */
.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.75rem 0;
  z-index: 999;
}
.header.header-sticky {
  background-color: #fff;
  z-index: 999;
}
.header__container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.header__logo {
  max-width: 10.375rem;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__right {
  display: flex;
  align-items: end;
}
.header__phones {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.header__pnone--number {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
}
.header__pnone--number:hover {
  color: #2280F6;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.menu__item a {
  color: #000;
  transition: all 0.3s;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
}
.menu__item a:hover {
  color: #2280F6;
}
.menu__item a.is-active {
  color: #2280F6;
}

.social {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.social__btn {
  width: 3.125rem;
  height: 3.125rem;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #2D3033;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  line-height: 1.4;
  flex: 1 1 30%;
}
.footer__list a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s;
  text-transform: none;
}
.footer__list a:hover {
  color: #2280F6;
}
.footer__address {
  flex: 1 1 50%;
}
.footer__address-line {
  margin-bottom: 0.9375rem;
  line-height: 1.4;
}
.footer__address-line span {
  font-weight: 600;
}
.footer__address-line:last-child span {
  display: block;
}
.footer__contacts {
  flex: 1 1 20%;
}
.footer__phones {
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}
.footer__phones span {
  font-weight: 600;
}
.footer__phones a {
  font-weight: 600;
  display: block;
  transition: all 0.3s;
}
.footer__phones a:hover {
  color: #2280F6;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.hero {
  position: relative;
  min-height: 100vh;
  border-bottom: 0.0625rem solid #fff;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__bg .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  z-index: 2;
}
.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.hero__title {
  font-weight: 700;
  line-height: 1.4;
}
.hero__description {
  line-height: 1.5;
}
.hero__description strong {
  display: block;
}
.hero__buttons {
  display: flex;
  flex-direction: column;
}
.hero__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  border-radius: 6.25rem;
  max-width: 20.3125rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.hero__button.button-viber {
  background: linear-gradient(90deg, #9678FF 0%, #785AFA 50%, #5F41E1 100%);
}
.hero__button.button-telegram {
  background: linear-gradient(90deg, #5BA2FB 0%, #398EF8 50%, #1478F5 100%);
}
.hero__button.button-home {
  background-color: #2280F6;
}
.hero__comment {
  background: linear-gradient(90deg, rgba(255, 239, 94, 0.32) 0%, rgba(252, 251, 253, 0.32) 100%);
  border-radius: 0.3125rem;
  font-size: 1.625rem;
  padding: 0.9375rem;
  max-width: 34.6875rem;
  line-height: 1.3;
}
.hero__comment .text {
  position: relative;
}
.hero__comment .text:before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTA1OTYgMC43NzEzNDNDOS4xMzYxMiAwLjY5MTY0MSA5LjE5MDEzIDAuNjIyOTU2IDkuMjYwNzcgMC41NzQ0NjhDOS4zMzE0IDAuNTI1OTggOS40MTUzIDAuNSA5LjUwMTI0IDAuNUM5LjU4NzE4IDAuNSA5LjY3MTA4IDAuNTI1OTggOS43NDE3MSAwLjU3NDQ2OEM5LjgxMjM1IDAuNjIyOTU2IDkuODY2MzUgMC42OTE2NDEgOS44OTY1MSAwLjc3MTM0M0wxMi4wMzYgNi43Nzg3MUgxOC4wNzg4QzE4LjE2NDkgNi43NzkwNSAxOC4yNDkgNi44MDU0NyAxOC4zMTk2IDYuODU0NDJDMTguMzkwMiA2LjkwMzM3IDE4LjQ0NCA2Ljk3MjUyIDE4LjQ3MzkgNy4wNTI2MUMxOC41MDM3IDcuMTMyNyAxOC41MDgxIDcuMjE5OSAxOC40ODY1IDcuMzAyNTRDMTguNDY0OSA3LjM4NTE4IDE4LjQxODMgNy40NTkzMSAxOC4zNTMgNy41MTUwMUwxMy4zMDQxIDExLjY2MDRMMTUuNDE3MiAxNy45NDc1QzE1LjQ0NTIgMTguMDMxNyAxNS40NDU1IDE4LjEyMjYgMTUuNDE4MSAxOC4yMDdDMTUuMzkwNyAxOC4yOTE1IDE1LjMzNjkgMTguMzY1MSAxNS4yNjQ1IDE4LjQxNzNDMTUuMTkyMSAxOC40Njk1IDE1LjEwNDkgMTguNDk3NiAxNS4wMTUzIDE4LjQ5NzZDMTQuOTI1OCAxOC40OTc2IDE0LjgzODUgMTguNDY5NCAxNC43NjYyIDE4LjQxNzFMOS41IDE0LjU5MDhMNC4yMzEzMiAxOC40MTYzQzQuMTU5MDMgMTguNDY4MSA0LjA3MiAxOC40OTYgMy45ODI3NSAxOC40OTU4QzMuODkzNDkgMTguNDk1NiAzLjgwNjYgMTguNDY3NCAzLjczNDU1IDE4LjQxNTJDMy42NjI1IDE4LjM2MyAzLjYwOSAxOC4yODk1IDMuNTgxNzUgMTguMjA1NEMzLjU1NDQ5IDE4LjEyMTIgMy41NTQ4OCAxOC4wMzA2IDMuNTgyODUgMTcuOTQ2N0w1LjY5Njc3IDExLjY1OTVMMC42NDY5OSA3LjUxNDE5QzAuNTgxNjcxIDcuNDU4NDkgMC41MzUwOTMgNy4zODQzNiAwLjUxMzQ5NCA3LjMwMTcyQzAuNDkxODk1IDcuMjE5MDggMC40OTYzMDcgNy4xMzE4OCAwLjUyNjEzOCA3LjA1MTc5QzAuNTU1OTY5IDYuOTcxNyAwLjYwOTc5NSA2LjkwMjU1IDAuNjgwNDA5IDYuODUzNkMwLjc1MTAyMyA2LjgwNDY1IDAuODM1MDUzIDYuNzc4MjMgMC45MjEyNDYgNi43Nzc4OUg2Ljk2NDc5TDkuMTA1OTYgMC43NzEzNDNaIiBmaWxsPSIjRkZFRjVFIi8+CjxwYXRoIGQ9Ik05LjUgMTQuNTlMNC4yMzEzMiAxOC40MTU1QzQuMTU5MDMgMTguNDY3MyA0LjA3MiAxOC40OTUyIDMuOTgyNzUgMTguNDk1QzMuODkzNDkgMTguNDk0OCAzLjgwNjYgMTguNDY2NSAzLjczNDU1IDE4LjQxNDRDMy42NjI1IDE4LjM2MjIgMy42MDkgMTguMjg4NyAzLjU4MTc1IDE4LjIwNDZDMy41NTQ0OSAxOC4xMjA0IDMuNTU0ODggMTguMDI5OCAzLjU4Mjg1IDE3Ljk0NTlMNS42OTY3NyAxMS42NTg3TDAuNjQ2OTkgNy41MTMzOUMwLjU4MTY3MSA3LjQ1NzY5IDAuNTM1MDkzIDcuMzgzNTYgMC41MTM0OTQgNy4zMDA5MkMwLjQ5MTg5NSA3LjIxODI4IDAuNDk2MzA3IDcuMTMxMDggMC41MjYxMzggNy4wNTA5OUMwLjU1NTk2OSA2Ljk3MDkgMC42MDk3OTUgNi45MDE3NSAwLjY4MDQwOSA2Ljg1MjhDMC43NTEwMjMgNi44MDM4NSAwLjgzNTA1MyA2Ljc3NzQzIDAuOTIxMjQ2IDYuNzc3MDlINi45NjQ3OUw5LjEwNDMxIDAuNzY5NzIzQzkuMTM0NCAwLjY4OTcwOSA5LjE4ODU1IDAuNjIwNzYzIDkuMjU5NDYgMC41NzIxOTNDOS4zMzAzNyAwLjUyMzYyMiA5LjQxNDYxIDAuNDk3NzY1IDkuNTAwODMgMC40OTgxMTFMOS41IDE0LjU5WiIgZmlsbD0iI0ZGRjlCRiIvPgo8cGF0aCBkPSJNOS4xMDU5NiAwLjc3MTM0M0M5LjEzNjEyIDAuNjkxNjQxIDkuMTkwMTMgMC42MjI5NTYgOS4yNjA3NyAwLjU3NDQ2OEM5LjMzMTQgMC41MjU5OCA5LjQxNTMgMC41IDkuNTAxMjQgMC41QzkuNTg3MTggMC41IDkuNjcxMDggMC41MjU5OCA5Ljc0MTcxIDAuNTc0NDY4QzkuODEyMzUgMC42MjI5NTYgOS44NjYzNSAwLjY5MTY0MSA5Ljg5NjUxIDAuNzcxMzQzTDEyLjAzNiA2Ljc3ODcxSDE4LjA3ODhDMTguMTY0OSA2Ljc3OTA1IDE4LjI0OSA2LjgwNTQ3IDE4LjMxOTYgNi44NTQ0MkMxOC4zOTAyIDYuOTAzMzcgMTguNDQ0IDYuOTcyNTIgMTguNDczOSA3LjA1MjYxQzE4LjUwMzcgNy4xMzI3IDE4LjUwODEgNy4yMTk5IDE4LjQ4NjUgNy4zMDI1NEMxOC40NjQ5IDcuMzg1MTggMTguNDE4MyA3LjQ1OTMxIDE4LjM1MyA3LjUxNUwxMy4zMDQxIDExLjY2MDRMMTUuNDE3MiAxNy45NDc1QzE1LjQ0NTIgMTguMDMxNyAxNS40NDU1IDE4LjEyMjYgMTUuNDE4MSAxOC4yMDdDMTUuMzkwNyAxOC4yOTE1IDE1LjMzNjkgMTguMzY1MSAxNS4yNjQ1IDE4LjQxNzNDMTUuMTkyMSAxOC40Njk1IDE1LjEwNDkgMTguNDk3NiAxNS4wMTUzIDE4LjQ5NzZDMTQuOTI1OCAxOC40OTc2IDE0LjgzODYgMTguNDY5NCAxNC43NjYyIDE4LjQxNzFMOS41IDE0LjU5MDhMNC4yMzEzMiAxOC40MTYzQzQuMTU5MDMgMTguNDY4MSA0LjA3MiAxOC40OTYgMy45ODI3NSAxOC40OTU4QzMuODkzNDkgMTguNDk1NiAzLjgwNjYgMTguNDY3NCAzLjczNDU1IDE4LjQxNTJDMy42NjI1IDE4LjM2MyAzLjYwOSAxOC4yODk1IDMuNTgxNzUgMTguMjA1NEMzLjU1NDQ5IDE4LjEyMTIgMy41NTQ4OCAxOC4wMzA2IDMuNTgyODUgMTcuOTQ2N0w1LjY5Njc3IDExLjY1OTVMMC42NDY5OSA3LjUxNDE5QzAuNTgxNjcxIDcuNDU4NDkgMC41MzUwOTMgNy4zODQzNiAwLjUxMzQ5NCA3LjMwMTcyQzAuNDkxODk1IDcuMjE5MDggMC40OTYzMDcgNy4xMzE4OCAwLjUyNjEzOCA3LjA1MTc5QzAuNTU1OTY5IDYuOTcxNyAwLjYwOTc5NSA2LjkwMjU1IDAuNjgwNDA5IDYuODUzNkMwLjc1MTAyMyA2LjgwNDY1IDAuODM1MDUzIDYuNzc4MjMgMC45MjEyNDYgNi43Nzc4OUg2Ljk2NDc5TDkuMTA1OTYgMC43NzEzNDNaIiBzdHJva2U9IiMxOTE5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 100%;
}
.hero__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  font-size: 1.25rem;
}
.hero__list li {
  position: relative;
}
.hero__list li:not(:first-child) {
  padding-left: 0.625rem;
}
.hero__list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #000;
}
.steps__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.steps__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.steps__item {
  border: 0.0625rem solid #4274E9;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.steps__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.steps__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steps__number {
  background: linear-gradient(180deg, #3F6FDF 0%, #3862C5 57.66%, #3359B2 100%);
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
}
.steps__name {
  font-weight: 600;
  text-transform: uppercase;
}
.steps__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
}
.steps__list li {
  position: relative;
}
.steps__list li:not(:first-child) {
  padding-left: 0.625rem;
}
.steps__list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #000;
}

.buttons-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons-list__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  border-radius: 6.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.buttons-list__button.button-viber {
  background: linear-gradient(90deg, #9678FF 0%, #785AFA 50%, #5F41E1 100%);
}
.buttons-list__button.button-telegram {
  background: linear-gradient(90deg, #5BA2FB 0%, #398EF8 50%, #1478F5 100%);
}
.trust__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.trust__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
.trust__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.trust__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 70%;
}
.trust__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trust__name {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.trust__desc {
  text-transform: uppercase;
  line-height: 1.4;
}
.trust__line {
  padding: 0.75rem 0;
  background-color: #2280F6;
  color: #fff;
}
.trust__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
}
.trust__list li {
  position: relative;
  padding-left: 0.625rem;
}
.trust__list li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #fff;
}
.types__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.types__subtitle {
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.types__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.types__item {
  border: 0.0625rem solid #4274E9;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.types__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.types__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.types__name {
  font-weight: 600;
  text-transform: uppercase;
}

.sale {
  background-image: url(/wp-content/themes/prodaiavto/assets/img/sale-bg.png);
  background-position: right bottom;
  background-size: cover;
}
.sale__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.sale__title span {
  font-weight: 400;
  display: block;
}
.sale__subtitle {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}
.sale__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sale__item {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.8125rem rgba(39, 93, 173, 0.5);
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.sale__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.sale__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sale__name {
  font-weight: 600;
  text-transform: uppercase;
}
.sale__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
}
.sale__list li {
  position: relative;
}
.sale__list li:not(:first-child) {
  padding-left: 0.625rem;
}
.sale__list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #000;
}

.not-found {
  min-height: 70vh;
}
.not-found__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
  text-align: center;
}
.not-found__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.not-found .button-home {
  text-align: center;
  justify-content: center;
  display: flex;
  text-align: center;
  padding: 0.9375rem 1.875rem;
  border-radius: 6.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #2280F6;
}
@media (max-width: 84.1875em) and (min-width: 84.1875em) {
  .hero__content {
    padding-top: 5.9375rem;
  }
  .hero__content {
    padding-bottom: 3.4375rem;
  }}
@media (max-width: 84.1875em) and (max-width: 20em) {
  .hero__content {
    padding-top: 4.6875rem;
  }
  .hero__content {
    padding-bottom: 0.625rem;
  }}
@media (max-width: 84.1875em) {
  .header__pnone--number {
    font-size: 0.875rem;
  }
  .menu__item a {
    font-size: 0.875rem;
  }
  .social__btn {
    width: 2rem;
    height: 2rem;
  }
  .hero {
    height: auto;
    min-height: auto;
  }
  .hero__comment {
    font-size: 1.125rem;
    max-width: 28.4375rem;
  }}
@media (max-width: 61.99875em) {
  .header__logo {
    max-width: 5.4375rem;
  }
  .header__contact-us {
    display: none;
  }
  .header__right {
    align-items: center;
  }
  .header__pnone--number {
    font-size: 0.8125rem;
  }
  .menu__item a {
    font-size: 0.8125rem;
  }
  .hero__bg {
    width: 100%;
  }
  .hero__content {
    width: 85%;
  }
  .hero__button {
    max-width: 15.625rem;
  }
  .hero__comment {
    font-size: 0.8125rem;
    max-width: 20.6875rem;
  }
  .hero__list {
    font-size: 0.875rem;
  }}
@media (max-width: 51.87375em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }}
@media (max-width: 51.87375em) {
  .menu {
    display: none;
  }
  [data-fls-menu-open] .menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    width: 100%;
    padding: 1.25rem;
    background-color: #fff;
    border: 0.03125rem solid #3963C7;
    width: 12.9375rem;
    border-radius: 0.1875rem;
  }
  .menu__list {
    flex-direction: column;
    align-items: start;
  }
  .menu a {
    font-weight: 400;
    text-transform: none;
    font-size: 1.125rem;
    text-decoration: underline;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .steps__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps__number {
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem;
    z-index: 99;
  }
  .trust__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .types__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .sale__wrap {
    grid-template-columns: repeat(2, 1fr);
  }}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .header__pnone--number {
    font-size: 0.6875rem;
    text-transform: none;
    text-decoration: underline;
  }
  .footer__container {
    flex-wrap: wrap;
  }
  .footer__list {
    display: none;
  }
  .footer__address {
    flex: 1 1 60%;
  }
  .footer__contacts {
    flex: 1 1 40%;
    padding-left: 1.25rem;
  }
  .hero__bg .hero__image {
    object-position: right bottom;
    position: relative;
    object-fit: contain;
  }
  .hero__content {
    width: 100%;
  }
  .hero__comment {
    font-size: 0.6875rem;
    max-width: 17.5625rem;
  }
  .hero__comment .text:before {
    top: 0.125rem;
  }
  .hero__list {
    font-size: 0.6875rem;
  }
  .trust__list {
    flex-direction: column;
  }}
@media (max-width: 29.99875em) {
  .hero__button {
    max-width: 14.375rem;
  }
  .hero__comment {
    font-size: 0.5625rem;
    max-width: 12.5rem;
  }
  .hero__list {
    font-size: 0.5rem;
    margin-top: 0.9375rem;
  }
  .steps__title {
    font-size: 1rem !important;
  }
  .steps__list {
    font-size: 0.6875rem !important;
    letter-spacing: -2%;
    font-weight: 500;
    gap: 0.4375rem;
  }
  .steps__list li {
    padding-left: 0.4375rem;
  }
  .buttons-list {
    flex-direction: column;
  }
  .trust__title {
    font-size: 1rem !important;
  }
  .types__title {
    font-size: 1rem !important;
  }
  .sale__title {
    font-size: 1rem !important;
  }
  .sale__list {
    font-size: 0.6875rem !important;
    gap: 0.4375rem;
    font-weight: 500;
    letter-spacing: -2%;
  }
  .sale__list li:not(:first-child) {
    padding-left: 0.4375rem;
  }}
@media (max-width: 20em) {
  .block-title {
    font-size: 1.5625rem;
  }
  .block-text {
    font-size: 1rem;
  }
  .header__right {
    gap: 0.9375rem;
  }
  .footer {
    padding-top: 1.25rem;
  }
  .footer {
    padding-bottom: 1.25rem;
  }
  .footer__list a {
    font-size: 1.0625rem;
  }
  .footer__address-line {
    font-size: 0.8125rem;
  }
  .footer__phones {
    font-size: 0.8125rem;
  }
  .hero__content {
    gap: 1.5625rem;
  }
  .hero__content {
    padding-top: 4.6875rem;
  }
  .hero__content {
    padding-bottom: 0.625rem;
  }
  .hero__title {
    font-size: 1.25rem;
  }
  .hero__description {
    font-size: 0.875rem;
  }
  .hero__buttons {
    gap: 0.625rem;
  }
  .hero__button {
    font-size: 0.625rem;
  }
  .hero__button img {
    width: 2rem;
  }
  .hero__button img {
    height: 2rem;
  }
  .hero__comment .text {
    padding-left: 0.875rem;
  }
  .hero__comment .text:before {
    width: 0.625rem;
  }
  .hero__comment .text:before {
    height: 0.625rem;
  }
  .steps {
    padding-top: 2.5rem;
  }
  .steps {
    padding-bottom: 1.25rem;
  }
  .steps__title {
    font-size: 1rem;
  }
  .steps__title {
    margin-bottom: 1.5625rem;
  }
  .steps__wrap {
    gap: 0.625rem;
  }
  .steps__number {
    width: 1.875rem;
  }
  .steps__number {
    height: 1.875rem;
  }
  .steps__number {
    font-size: 1rem;
  }
  .steps__name {
    font-size: 0.875rem;
  }
  .steps__desc {
    font-size: 0.625rem;
  }
  .steps__list {
    margin-top: 1.5625rem;
  }
  .steps__list {
    font-size: 0.75rem;
  }
  .buttons-list {
    margin-top: 1.5625rem;
  }
  .buttons-list {
    gap: 0.625rem;
  }
  .buttons-list__button {
    font-size: 0.625rem;
  }
  .buttons-list__button {
    width: 14.375rem;
  }
  .buttons-list__button img {
    width: 2rem;
  }
  .buttons-list__button img {
    height: 2rem;
  }
  .trust {
    padding-top: 1.25rem;
  }
  .trust {
    padding-bottom: 1.25rem;
  }
  .trust__title {
    font-size: 1rem;
  }
  .trust__title {
    margin-bottom: 1.5625rem;
  }
  .trust__wrap {
    gap: 0.625rem;
  }
  .trust__name {
    font-size: 0.875rem;
  }
  .trust__desc {
    font-size: 0.625rem;
  }
  .trust__line {
    margin-top: 1.5625rem;
  }
  .trust__list {
    font-size: 0.75rem;
  }
  .types {
    padding-top: 1.25rem;
  }
  .types {
    padding-bottom: 1.25rem;
  }
  .types__title {
    font-size: 1rem;
  }
  .types__title {
    margin-bottom: 0.625rem;
  }
  .types__subtitle {
    font-size: 0.75rem;
  }
  .types__subtitle {
    margin-bottom: 1.5625rem;
  }
  .types__wrap {
    gap: 0.625rem;
  }
  .types__name {
    font-size: 0.875rem;
  }
  .types__desc {
    font-size: 0.625rem;
  }
  .sale {
    padding-top: 1.25rem;
  }
  .sale {
    padding-bottom: 2.5rem;
  }
  .sale__title {
    font-size: 1rem;
  }
  .sale__title {
    margin-bottom: 0.625rem;
  }
  .sale__title span {
    font-size: 1rem;
  }
  .sale__subtitle {
    font-size: 0.75rem;
  }
  .sale__subtitle {
    margin-bottom: 1.5625rem;
  }
  .sale__wrap {
    gap: 0.625rem;
  }
  .sale__name {
    font-size: 0.875rem;
  }
  .sale__desc {
    font-size: 0.625rem;
  }
  .sale__list {
    margin-top: 1.5625rem;
  }
  .sale__list {
    font-size: 0.75rem;
  }
  .not-found {
    padding-top: 5rem;
  }
  .not-found {
    padding-bottom: 5rem;
  }
  .not-found__title {
    font-size: 1rem;
  }
  .not-found__title {
    margin-bottom: 0.625rem;
  }
  .not-found .button-home {
    font-size: 0.625rem;
  }
  .not-found .button-home {
    width: 14.375rem;
  }}
@media (max-width: 84.1875em) and (min-width: 20em) and (max-width: 84.1875em) {
  .hero__content {
    padding-top: clamp( 4.6875rem , 4.2980160662125rem  +  1.9474196689vw , 5.9375rem );
  }
  .hero__content {
    padding-bottom: clamp( 0.625rem , -0.251338851025rem  +  4.3816942551vw , 3.4375rem );
  }}
@media (min-width: 20em) and (max-width: 84.1875em) {
  .block-title {
    font-size: clamp( 1.5625rem , 1.36775803310625rem  +  0.9737098345vw , 2.1875rem );
  }
  .block-text {
    font-size: clamp( 1rem , 0.92210321324375rem  +  0.3894839338vw , 1.25rem );
  }
  .header__right {
    gap: clamp( 0.9375rem , 0.64538704965625rem  +  1.4605647517vw , 1.875rem );
  }
  .footer {
    padding-top: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .footer {
    padding-bottom: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .footer__list a {
    font-size: clamp( 1.0625rem , 0.96512901655rem  +  0.4868549172vw , 1.375rem );
  }
  .footer__address-line {
    font-size: clamp( 0.8125rem , 0.676180623175rem  +  0.6815968841vw , 1.25rem );
  }
  .footer__phones {
    font-size: clamp( 0.8125rem , 0.63723222979375rem  +  0.876338851vw , 1.375rem );
  }
  .hero__content {
    gap: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .hero__content {
    padding-top: clamp( 4.6875rem , 3.71379016553125rem  +  4.8685491723vw , 7.8125rem );
  }
  .hero__content {
    padding-bottom: clamp( 0.625rem , -0.251338851025rem  +  4.3816942551vw , 3.4375rem );
  }
  .hero__title {
    font-size: clamp( 1.25rem , 0.5878773125625rem  +  3.3106134372vw , 3.375rem );
  }
  .hero__description {
    font-size: clamp( 0.875rem , 0.52446445959375rem  +  1.752677702vw , 2rem );
  }
  .hero__buttons {
    gap: clamp( 0.625rem , 0.52762901655rem  +  0.4868549172vw , 0.9375rem );
  }
  .hero__button {
    font-size: clamp( 0.625rem , 0.52762901655rem  +  0.4868549172vw , 0.9375rem );
  }
  .hero__button img {
    width: clamp( 2rem , 1.766309639725rem  +  1.1684518014vw , 2.75rem );
  }
  .hero__button img {
    height: clamp( 2rem , 1.766309639725rem  +  1.1684518014vw , 2.75rem );
  }
  .hero__comment .text {
    padding-left: clamp( 0.875rem , 0.66078383641875rem  +  1.0710808179vw , 1.5625rem );
  }
  .hero__comment .text:before {
    width: clamp( 0.625rem , 0.4692064264875rem  +  0.7789678676vw , 1.125rem );
  }
  .hero__comment .text:before {
    height: clamp( 0.625rem , 0.4692064264875rem  +  0.7789678676vw , 1.125rem );
  }
  .steps {
    padding-top: clamp( 2.5rem , 1.91577409931875rem  +  2.9211295034vw , 4.375rem );
  }
  .steps {
    padding-bottom: clamp( 1.25rem , 1.05525803310625rem  +  0.9737098345vw , 1.875rem );
  }
  .steps__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .steps__title {
    margin-bottom: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .steps__wrap {
    gap: clamp( 0.625rem , 0.33288704965625rem  +  1.4605647517vw , 1.5625rem );
  }
  .steps__number {
    width: clamp( 1.875rem , 1.3491966893875rem  +  2.6290165531vw , 3.5625rem );
  }
  .steps__number {
    height: clamp( 1.875rem , 1.3491966893875rem  +  2.6290165531vw , 3.5625rem );
  }
  .steps__number {
    font-size: clamp( 1rem , 0.766309639725rem  +  1.1684518014vw , 1.75rem );
  }
  .steps__name {
    font-size: clamp( 0.875rem , 0.7581548198625rem  +  0.5842259007vw , 1.25rem );
  }
  .steps__desc {
    font-size: clamp( 0.625rem , 0.488680623175rem  +  0.6815968841vw , 1.0625rem );
  }
  .steps__list {
    margin-top: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .steps__list {
    font-size: clamp( 0.75rem , 0.47736124635rem  +  1.3631937683vw , 1.625rem );
  }
  .buttons-list {
    margin-top: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .buttons-list {
    gap: clamp( 0.625rem , 0.43025803310625rem  +  0.9737098345vw , 1.25rem );
  }
  .buttons-list__button {
    font-size: clamp( 0.625rem , 0.52762901655rem  +  0.4868549172vw , 0.9375rem );
  }
  .buttons-list__button {
    width: clamp( 14.375rem , 12.52495131450625rem  +  9.2502434275vw , 20.3125rem );
  }
  .buttons-list__button img {
    width: clamp( 2rem , 1.766309639725rem  +  1.1684518014vw , 2.75rem );
  }
  .buttons-list__button img {
    height: clamp( 2rem , 1.766309639725rem  +  1.1684518014vw , 2.75rem );
  }
  .trust {
    padding-top: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .trust {
    padding-bottom: clamp( 1.25rem , 1.05525803310625rem  +  0.9737098345vw , 1.875rem );
  }
  .trust__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .trust__title {
    margin-bottom: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .trust__wrap {
    gap: clamp( 0.625rem , 0.33288704965625rem  +  1.4605647517vw , 1.5625rem );
  }
  .trust__name {
    font-size: clamp( 0.875rem , 0.79710321324375rem  +  0.3894839338vw , 1.125rem );
  }
  .trust__desc {
    font-size: clamp( 0.625rem , 0.5081548198625rem  +  0.5842259007vw , 1rem );
  }
  .trust__line {
    margin-top: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .trust__list {
    font-size: clamp( 0.75rem , 0.47736124635rem  +  1.3631937683vw , 1.625rem );
  }
  .types {
    padding-top: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .types {
    padding-bottom: clamp( 1.25rem , 1.05525803310625rem  +  0.9737098345vw , 1.875rem );
  }
  .types__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .types__title {
    margin-bottom: clamp( 0.625rem , 0.43025803310625rem  +  0.9737098345vw , 1.25rem );
  }
  .types__subtitle {
    font-size: clamp( 0.75rem , 0.4968354430375rem  +  1.2658227848vw , 1.5625rem );
  }
  .types__subtitle {
    margin-bottom: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .types__wrap {
    gap: clamp( 0.625rem , 0.33288704965625rem  +  1.4605647517vw , 1.5625rem );
  }
  .types__name {
    font-size: clamp( 0.875rem , 0.7581548198625rem  +  0.5842259007vw , 1.25rem );
  }
  .types__desc {
    font-size: clamp( 0.625rem , 0.488680623175rem  +  0.6815968841vw , 1.0625rem );
  }
  .sale {
    padding-top: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .sale {
    padding-bottom: clamp( 2.5rem , 2.1105160662125rem  +  1.9474196689vw , 3.75rem );
  }
  .sale__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .sale__title {
    margin-bottom: clamp( 0.625rem , 0.43025803310625rem  +  0.9737098345vw , 1.25rem );
  }
  .sale__title span {
    font-size: clamp( 1rem , 0.6105160662125rem  +  1.9474196689vw , 2.25rem );
  }
  .sale__subtitle {
    font-size: clamp( 0.75rem , 0.4968354430375rem  +  1.2658227848vw , 1.5625rem );
  }
  .sale__subtitle {
    margin-bottom: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .sale__wrap {
    gap: clamp( 0.625rem , 0.33288704965625rem  +  1.4605647517vw , 1.5625rem );
  }
  .sale__name {
    font-size: clamp( 0.875rem , 0.7581548198625rem  +  0.5842259007vw , 1.25rem );
  }
  .sale__desc {
    font-size: clamp( 0.625rem , 0.488680623175rem  +  0.6815968841vw , 1.0625rem );
  }
  .sale__list {
    margin-top: clamp( 1.5625rem , 1.1730160662125rem  +  1.9474196689vw , 2.8125rem );
  }
  .sale__list {
    font-size: clamp( 0.75rem , 0.47736124635rem  +  1.3631937683vw , 1.625rem );
  }
  .not-found {
    padding-top: clamp( 5rem , 3.8315481986375rem  +  5.8422590068vw , 8.75rem );
  }
  .not-found {
    padding-bottom: clamp( 5rem , 4.6105160662125rem  +  1.9474196689vw , 6.25rem );
  }
  .not-found__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .not-found__title {
    margin-bottom: clamp( 0.625rem , 0.43025803310625rem  +  0.9737098345vw , 1.25rem );
  }
  .not-found .button-home {
    font-size: clamp( 0.625rem , 0.52762901655rem  +  0.4868549172vw , 0.9375rem );
  }
  .not-found .button-home {
    width: clamp( 14.375rem , 12.52495131450625rem  +  9.2502434275vw , 20.3125rem );
  }}
@media (min-width: 47.99875em) {
  .trust__list li:first-child:before {
    display: none;
  }}
@media (min-width: 84.1875em) {
  .block-title {
    font-size: 2.1875rem;
  }
  .block-text {
    font-size: 1.25rem;
  }
  .header__right {
    gap: 1.875rem;
  }
  .footer {
    padding-top: 2.5rem;
  }
  .footer {
    padding-bottom: 2.5rem;
  }
  .footer__list a {
    font-size: 1.375rem;
  }
  .footer__address-line {
    font-size: 1.25rem;
  }
  .footer__phones {
    font-size: 1.375rem;
  }
  .hero__content {
    gap: 2.8125rem;
  }
  .hero__content {
    padding-top: 7.8125rem;
  }
  .hero__content {
    padding-bottom: 3.4375rem;
  }
  .hero__title {
    font-size: 3.375rem;
  }
  .hero__description {
    font-size: 2rem;
  }
  .hero__buttons {
    gap: 0.9375rem;
  }
  .hero__button {
    font-size: 0.9375rem;
  }
  .hero__button img {
    width: 2.75rem;
  }
  .hero__button img {
    height: 2.75rem;
  }
  .hero__comment .text {
    padding-left: 1.5625rem;
  }
  .hero__comment .text:before {
    width: 1.125rem;
  }
  .hero__comment .text:before {
    height: 1.125rem;
  }
  .steps {
    padding-top: 4.375rem;
  }
  .steps {
    padding-bottom: 1.875rem;
  }
  .steps__title {
    font-size: 2.5rem;
  }
  .steps__title {
    margin-bottom: 2.8125rem;
  }
  .steps__wrap {
    gap: 1.5625rem;
  }
  .steps__number {
    width: 3.5625rem;
  }
  .steps__number {
    height: 3.5625rem;
  }
  .steps__number {
    font-size: 1.75rem;
  }
  .steps__name {
    font-size: 1.25rem;
  }
  .steps__desc {
    font-size: 1.0625rem;
  }
  .steps__list {
    margin-top: 2.8125rem;
  }
  .steps__list {
    font-size: 1.625rem;
  }
  .buttons-list {
    margin-top: 2.8125rem;
  }
  .buttons-list {
    gap: 1.25rem;
  }
  .buttons-list__button {
    font-size: 0.9375rem;
  }
  .buttons-list__button {
    width: 20.3125rem;
  }
  .buttons-list__button img {
    width: 2.75rem;
  }
  .buttons-list__button img {
    height: 2.75rem;
  }
  .trust {
    padding-top: 2.5rem;
  }
  .trust {
    padding-bottom: 1.875rem;
  }
  .trust__title {
    font-size: 2.5rem;
  }
  .trust__title {
    margin-bottom: 2.8125rem;
  }
  .trust__wrap {
    gap: 1.5625rem;
  }
  .trust__name {
    font-size: 1.125rem;
  }
  .trust__desc {
    font-size: 1rem;
  }
  .trust__line {
    margin-top: 2.8125rem;
  }
  .trust__list {
    font-size: 1.625rem;
  }
  .types {
    padding-top: 2.5rem;
  }
  .types {
    padding-bottom: 1.875rem;
  }
  .types__title {
    font-size: 2.5rem;
  }
  .types__title {
    margin-bottom: 1.25rem;
  }
  .types__subtitle {
    font-size: 1.5625rem;
  }
  .types__subtitle {
    margin-bottom: 2.8125rem;
  }
  .types__wrap {
    gap: 1.5625rem;
  }
  .types__name {
    font-size: 1.25rem;
  }
  .types__desc {
    font-size: 1.0625rem;
  }
  .sale {
    padding-top: 2.5rem;
  }
  .sale {
    padding-bottom: 3.75rem;
  }
  .sale__title {
    font-size: 2.5rem;
  }
  .sale__title {
    margin-bottom: 1.25rem;
  }
  .sale__title span {
    font-size: 2.25rem;
  }
  .sale__subtitle {
    font-size: 1.5625rem;
  }
  .sale__subtitle {
    margin-bottom: 2.8125rem;
  }
  .sale__wrap {
    gap: 1.5625rem;
  }
  .sale__name {
    font-size: 1.25rem;
  }
  .sale__desc {
    font-size: 1.0625rem;
  }
  .sale__list {
    margin-top: 2.8125rem;
  }
  .sale__list {
    font-size: 1.625rem;
  }
  .not-found {
    padding-top: 8.75rem;
  }
  .not-found {
    padding-bottom: 6.25rem;
  }
  .not-found__title {
    font-size: 2.5rem;
  }
  .not-found__title {
    margin-bottom: 1.25rem;
  }
  .not-found .button-home {
    font-size: 0.9375rem;
  }
  .not-found .button-home {
    width: 20.3125rem;
  }}
@media (any-hover: hover) {
  .button--outline:hover {
    background-color: #2280F6;
  }
  .button--round:hover {
    color: #fff;
    border: 0.0625rem solid #2280F6;
    background-color: #2280F6;
    transition: all 0.3s;
  }}