@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-Light.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Roboto;font-display: swap;src: url("../assets/fonts/Roboto-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: "Roboto";
  font-size: 1.25rem;
  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;
}

.sections-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sections-title__title {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.sections-title__title span {
  color: #FF8C00;
}
.sections-title__subtitle {
  text-align: center;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4375rem 2.5rem;
  background: linear-gradient(90deg, #FFCF00 3%, #FFBB00 63.29%, #FFA000 125.5%);
  color: #000;
  border-radius: 0.0625rem;
  font-weight: 500;
  transition: all 0.5s;
}/* 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: 8.5625rem;
}
.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.875rem;
}
.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: #FFA000;
}
.menu__item a.is-active {
  color: #FFA000;
}

.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: 60%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  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: 65%;
  display: flex;
  flex-direction: column;
}
.hero__title {
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.hero__title .hero__title--rel {
  position: relative;
}
.hero__title .hero__title--subtitle {
  display: block;
  font-weight: 300;
}
.hero__title--label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, 50%) rotate(-6.05deg);
  background: linear-gradient(90deg, #F2B600 0%, #F8C026 50%, #FFE090 100%);
  padding: 0.625rem 1.25rem;
  border: 0.025rem solid #555555;
  border-radius: 0.625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero__description {
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.hero__comment {
  font-size: 1.625rem;
  line-height: 1.3;
}
.hero__comment--text {
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.hero__comment--text strong {
  font-weight: 600;
}
.hero__comment--desc {
  margin-top: 0.625rem;
}
.components__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: 62.625rem;
  max-width: 100%;
  margin: 0 auto;
}
.components__item {
  background-color: #F1F0EC;
  border: 0.0625rem solid #D9D9D9;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  gap: 4.375rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1.3;
  position: relative;
}
.components__image {
  overflow: hidden;
}
.components__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.components__number {
  font-weight: 300;
  line-height: 0.75;
  color: #FF8C00;
  position: relative;
}
.components__number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.4375rem;
  width: 100%;
  background-color: #F1F0EC;
  z-index: 99;
}
.components__text {
  margin-right: auto;
}
.components__name {
  font-weight: 600;
  text-transform: uppercase;
}
.components__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission__wrap {
  display: flex;
  width: 62.625rem;
  max-width: 100%;
  margin: 2.5rem auto 0 auto;
}
.mission__item {
  flex: 1 1 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.9375rem;
  text-align: center;
}
.mission__number {
  font-weight: 700;
}
.mission__text {
  font-weight: 400;
  text-transform: uppercase;
}
.check__sections--title {
  position: relative;
  width: 100%;
  padding-bottom: 5.3125rem;
}
.check__label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.3125rem;
  text-align: center;
  background: linear-gradient(92.91deg, #F1F0EC 28.12%, #CCCCCC 165.33%);
  border: 0.025rem solid #555555;
  border-radius: 0.3125rem;
}
.check__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.check__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  box-shadow: 0rem 0rem 0.8125rem rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
  background-color: #fff;
  padding: 0.9375rem;
  flex: 1;
}
.check__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 70%;
}
.check__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.check__name {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  margin-bottom: auto;
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.order-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
.order-modal__dialog {
  position: relative;
  width: 62.5rem;
  max-width: 98%;
  background: #fff;
  padding: 2rem 1.5rem 1.5rem;
  border: 0.0625rem solid #000000;
  z-index: 2;
}
.order-modal__close {
  position: absolute;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  color: #555555;
}
.order-modal__title {
  margin: 1.25rem 0 1.875rem 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.order-modal__title span {
  display: block;
  width: 100%;
}
.order-modal__image {
  margin: 0 auto;
}
.order-modal__image img {
  width: 100%;
  height: auto;
}

.order-form {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}
.order-form input {
  width: 100%;
  height: 4.125rem;
  padding: 0.875rem;
  outline: none;
  font-size: 1rem;
  border: 0.0625rem solid #000000;
}
.order-form input:focus {
  border-color: #222;
}
.order-form__submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4375rem 0.625rem;
  background: linear-gradient(90deg, #FFCF00 3%, #FFBB00 63.29%, #FFA000 125.5%);
  background-color: #2280F6;
  color: #000;
  border-radius: 0.0625rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.order-form__submit:disabled {
  opacity: 0.7;
  cursor: default;
}
.order-form__status {
  color: #d93025;
  text-align: center;
  font-weight: 300;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.order-form__success {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.order-form__comment {
  text-align: center;
  font-weight: 300;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

body.modal-open {
  overflow: hidden;
}

@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;
  }
  .components__item {
    gap: 3.75rem;
  }}

@media (max-width: 61.99875em) {
  .header__logo {
    max-width: 6.875rem;
  }
  .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: 80%;
    object-fit: contain;
  }
  .hero__content {
    width: 85%;
  }
  .components__item {
    gap: 3.125rem;
  }
  .check__item {
    padding: 0.4375rem;
  }
  .order-form {
    width: 80%;
  }}

@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: linear-gradient(91.37deg, #FFCF00 1.1%, #FFBE01 49.97%, #FFAE01 98.83%);
    border: 0.03125rem solid #3F3D56;
    width: 12.9375rem;
  }
  .menu__list {
    flex-direction: column;
    align-items: start;
    gap: 0.9375rem;
  }
  .menu a {
    font-weight: 400;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-decoration: underline;
  }
  .menu a.is-active {
    color: #fff;
  }
  .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);
  }}

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

@media (max-width: 47.99875em) {
  .btn {
    padding: 0.9375rem 2.5rem;
  }
  .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__logo {
    max-width: 5.625rem;
  }
  .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 img {
    object-position: right bottom;
    position: relative;
    object-fit: contain;
  }
  .hero__content {
    width: 100%;
  }
  .hero__title--label {
    font-weigth: 400;
    transform: translate(50%, 50%) rotate(-6.05deg);
  }
  .components__item {
    gap: 1.875rem;
  }
  .components__number:after {
    height: 0.3125rem;
  }
  .check__wrap {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 0 auto;
  }
  .check__item {
    padding: 0.625rem 0.9375rem;
    flex-direction: row;
    gap: 1.25rem;
  }
  .check__image {
    width: 4.8125rem;
    height: auto;
  }
  .check__name {
    margin-bottom: 0;
  }
  .order-form {
    width: 90%;
  }
  .order-form input {
    height: 3.75rem;
  }
  .order-form__submit {
    padding: 1.0625rem 0.625rem;
    font-size: 1.125rem;
  }}

@media (max-width: 29.99875em) {
  .sections-title__title {
    font-size: 1rem !important;
  }
  .hero__bg {
    width: 55%;
    bottom: 20%;
    top: auto;
  }
  .hero__title .hero__title--subtitle {
    margin-top: 0.625rem;
  }
  .hero__title--label {
    padding: 0.4375rem;
    transform: translate(40%, 40%) rotate(-6.05deg);
  }
  .hero__description {
    margin-top: 0.3125rem;
  }
  .components__item {
    gap: 0.9375rem;
  }
  .check__sections--title {
    padding-bottom: 0;
  }
  .check__label {
    display: none;
  }
  .order-modal__title {
    margin: 2.1875rem 0 1.875rem 0;
  }
  .order-form {
    width: 100%;
  }}

@media (max-width: 20em) {
  .block-title {
    font-size: 1.5625rem;
  }
  .sections-title {
    gap: 1.25rem;
  }
  .sections-title {
    margin-bottom: 1.25rem;
  }
  .sections-title__title {
    font-size: 1rem;
  }
  .sections-title__subtitle {
    font-size: 0.75rem;
  }
  .btn {
    font-size: 1.25rem;
  }
  .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 {
    padding-top: 4.6875rem;
  }
  .hero__content {
    padding-bottom: 0.625rem;
  }
  .hero__title {
    font-size: 2.875rem;
  }
  .hero__title .hero__title--subtitle {
    font-size: 1rem;
  }
  .hero__title--label {
    font-size: 0.8125rem;
  }
  .hero__description {
    font-size: 1.0625rem;
  }
  .hero__comment {
    padding-top: 2.5rem;
  }
  .hero__comment {
    padding-bottom: 2.5rem;
  }
  .hero__comment--text {
    font-size: 0.8125rem;
  }
  .hero__comment--text strong {
    font-size: 1.0625rem;
  }
  .hero__comment--desc {
    font-size: 0.5625rem;
  }
  .components {
    padding-top: 2.5rem;
  }
  .components {
    padding-bottom: 1.25rem;
  }
  .components__item {
    padding-left: 0.9375rem;
  }
  .components__item {
    padding-right: 0.9375rem;
  }
  .components__image {
    width: 1.9375rem;
  }
  .components__image {
    height: 1.9375rem;
  }
  .components__number {
    font-size: 2.5rem;
  }
  .components__name {
    font-size: 0.875rem;
  }
  .components__desc {
    font-size: 0.625rem;
  }
  .components__button {
    margin-top: 1.875rem;
  }
  .mission {
    padding-top: 1.25rem;
  }
  .mission {
    padding-bottom: 1.25rem;
  }
  .mission__number {
    font-size: 1.875rem;
  }
  .mission__text {
    font-size: 1rem;
  }
  .check {
    padding-top: 1.25rem;
  }
  .check {
    padding-bottom: 1.25rem;
  }
  .check__label {
    font-size: 0.9375rem;
  }
  .check__label {
    width: 16rem;
  }
  .check__wrap {
    gap: 0.625rem;
  }
  .check__wrap {
    margin-top: 1.25rem;
  }
  .check__name {
    font-size: 0.8125rem;
  }
  .cta {
    padding-top: 1.25rem;
  }
  .cta {
    padding-bottom: 1.25rem;
  }
  .cta__button {
    margin-top: 1.875rem;
  }
  .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;
  }
  .order-modal__dialog {
    padding-top: 1.25rem;
  }
  .order-modal__dialog {
    padding-left: 1.25rem;
  }
  .order-modal__dialog {
    padding-right: 1.25rem;
  }
  .order-modal__dialog {
    padding-bottom: 1.25rem;
  }
  .order-modal__close {
    top: 0.9375rem;
  }
  .order-modal__close {
    right: 0.9375rem;
  }
  .order-modal__close {
    font-size: 1.875rem;
  }
  .order-modal__title {
    font-size: 1rem;
  }
  .order-modal__image {
    width: 9.25rem;
  }
  .order-form__field:first-child {
    margin-bottom: 1.25rem;
  }
  .order-form__submit {
    font-size: 1.25rem;
  }
  .order-form__status {
    font-size: 0.75rem;
  }
  .order-form__comment {
    font-size: 0.75rem;
  }}

@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 );
  }
  .sections-title {
    gap: clamp( 1.25rem , 1.15262901655rem  +  0.4868549172vw , 1.5625rem );
  }
  .sections-title {
    margin-bottom: clamp( 1.25rem , 1.15262901655rem  +  0.4868549172vw , 1.5625rem );
  }
  .sections-title__title {
    font-size: clamp( 1rem , 0.53261927945625rem  +  2.3369036027vw , 2.5rem );
  }
  .sections-title__subtitle {
    font-size: clamp( 0.75rem , 0.39946445959375rem  +  1.752677702vw , 1.875rem );
  }
  .btn {
    font-size: clamp( 1.25rem , 0.93841285296875rem  +  1.5579357352vw , 2.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 {
    padding-top: clamp( 4.6875rem , 2.350596397275rem  +  11.6845180136vw , 12.1875rem );
  }
  .hero__content {
    padding-bottom: clamp( 0.625rem , -0.251338851025rem  +  4.3816942551vw , 3.4375rem );
  }
  .hero__title {
    font-size: clamp( 2.875rem , 1.4339094449875rem  +  7.2054527751vw , 7.5rem );
  }
  .hero__title .hero__title--subtitle {
    font-size: clamp( 1rem , 0.57156767283125rem  +  2.1421616358vw , 2.375rem );
  }
  .hero__title--label {
    font-size: clamp( 0.8125rem , 0.53986124635rem  +  1.3631937683vw , 1.6875rem );
  }
  .hero__description {
    font-size: clamp( 1.0625rem , 0.5756450827625rem  +  2.4342745862vw , 2.625rem );
  }
  .hero__comment {
    padding-top: clamp( 2.5rem , 2.30525803310625rem  +  0.9737098345vw , 3.125rem );
  }
  .hero__comment {
    padding-bottom: clamp( 2.5rem , 2.30525803310625rem  +  0.9737098345vw , 3.125rem );
  }
  .hero__comment--text {
    font-size: clamp( 0.8125rem , 0.59828383641875rem  +  1.0710808179vw , 1.5rem );
  }
  .hero__comment--text strong {
    font-size: clamp( 1.0625rem , 0.6924902629rem  +  1.8500486855vw , 2.25rem );
  }
  .hero__comment--desc {
    font-size: clamp( 0.5625rem , 0.426180623175rem  +  0.6815968841vw , 1rem );
  }
  .components {
    padding-top: clamp( 2.5rem , 1.91577409931875rem  +  2.9211295034vw , 4.375rem );
  }
  .components {
    padding-bottom: clamp( 1.25rem , 1.05525803310625rem  +  0.9737098345vw , 1.875rem );
  }
  .components__item {
    padding-left: clamp( 0.9375rem , 0.25590311586875rem  +  3.4079844206vw , 3.125rem );
  }
  .components__item {
    padding-right: clamp( 0.9375rem , 0.25590311586875rem  +  3.4079844206vw , 3.125rem );
  }
  .components__image {
    width: clamp( 1.9375rem , 1.1390579357375rem  +  3.9922103213vw , 4.5rem );
  }
  .components__image {
    height: clamp( 1.9375rem , 1.1390579357375rem  +  3.9922103213vw , 4.5rem );
  }
  .components__number {
    font-size: clamp( 2.5rem , 1.721032132425rem  +  3.8948393379vw , 5rem );
  }
  .components__name {
    font-size: clamp( 0.875rem , 0.7581548198625rem  +  0.5842259007vw , 1.25rem );
  }
  .components__desc {
    font-size: clamp( 0.625rem , 0.488680623175rem  +  0.6815968841vw , 1.0625rem );
  }
  .components__button {
    margin-top: clamp( 1.875rem , 1.68025803310625rem  +  0.9737098345vw , 2.5rem );
  }
  .mission {
    padding-top: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .mission {
    padding-bottom: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .mission__number {
    font-size: clamp( 1.875rem , 1.4855160662125rem  +  1.9474196689vw , 3.125rem );
  }
  .mission__text {
    font-size: clamp( 1rem , 0.766309639725rem  +  1.1684518014vw , 1.75rem );
  }
  .check {
    padding-top: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .check {
    padding-bottom: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .check__label {
    font-size: clamp( 0.9375rem , 0.87907740993125rem  +  0.2921129503vw , 1.125rem );
  }
  .check__label {
    width: clamp( 16rem , 14.90944498539375rem  +  5.452775073vw , 19.5rem );
  }
  .check__wrap {
    gap: clamp( 0.625rem , 0.43025803310625rem  +  0.9737098345vw , 1.25rem );
  }
  .check__wrap {
    margin-top: clamp( 1.25rem , 0.8605160662125rem  +  1.9474196689vw , 2.5rem );
  }
  .check__name {
    font-size: clamp( 0.8125rem , 0.676180623175rem  +  0.6815968841vw , 1.25rem );
  }
  .cta {
    padding-top: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .cta {
    padding-bottom: clamp( 1.25rem , 0.95788704965625rem  +  1.4605647517vw , 2.1875rem );
  }
  .cta__button {
    margin-top: clamp( 1.875rem , 1.68025803310625rem  +  0.9737098345vw , 2.5rem );
  }
  .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 );
  }
  .order-modal__dialog {
    padding-top: clamp( 1.25rem , 0.00365141188125rem  +  6.2317429406vw , 5.25rem );
  }
  .order-modal__dialog {
    padding-left: clamp( 1.25rem , 0.00365141188125rem  +  6.2317429406vw , 5.25rem );
  }
  .order-modal__dialog {
    padding-right: clamp( 1.25rem , 0.00365141188125rem  +  6.2317429406vw , 5.25rem );
  }
  .order-modal__dialog {
    padding-bottom: clamp( 1.25rem , 1.25rem  +  0vw , 1.25rem );
  }
  .order-modal__close {
    top: clamp( 0.9375rem , 0.35327409931875rem  +  2.9211295034vw , 2.8125rem );
  }
  .order-modal__close {
    right: clamp( 0.9375rem , 0.35327409931875rem  +  2.9211295034vw , 2.8125rem );
  }
  .order-modal__close {
    font-size: clamp( 1.875rem , 1.68025803310625rem  +  0.9737098345vw , 2.5rem );
  }
  .order-modal__title {
    font-size: clamp( 1rem , 0.766309639725rem  +  1.1684518014vw , 1.75rem );
  }
  .order-modal__image {
    width: clamp( 9.25rem , 6.48466407010625rem  +  13.8266796495vw , 18.125rem );
  }
  .order-form__field:first-child {
    margin-bottom: clamp( 1.25rem , 1.05525803310625rem  +  0.9737098345vw , 1.875rem );
  }
  .order-form__submit {
    font-size: clamp( 1.25rem , 0.93841285296875rem  +  1.5579357352vw , 2.25rem );
  }
  .order-form__status {
    font-size: clamp( 0.75rem , 0.67210321324375rem  +  0.3894839338vw , 1rem );
  }
  .order-form__comment {
    font-size: clamp( 0.75rem , 0.67210321324375rem  +  0.3894839338vw , 1rem );
  }}

@media (min-width: 84.1875em) {
  .block-title {
    font-size: 2.1875rem;
  }
  .sections-title {
    gap: 1.5625rem;
  }
  .sections-title {
    margin-bottom: 1.5625rem;
  }
  .sections-title__title {
    font-size: 2.5rem;
  }
  .sections-title__subtitle {
    font-size: 1.875rem;
  }
  .btn {
    font-size: 2.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 {
    padding-top: 12.1875rem;
  }
  .hero__content {
    padding-bottom: 3.4375rem;
  }
  .hero__title {
    font-size: 7.5rem;
  }
  .hero__title .hero__title--subtitle {
    font-size: 2.375rem;
  }
  .hero__title--label {
    font-size: 1.6875rem;
  }
  .hero__description {
    font-size: 2.625rem;
  }
  .hero__comment {
    padding-top: 3.125rem;
  }
  .hero__comment {
    padding-bottom: 3.125rem;
  }
  .hero__comment--text {
    font-size: 1.5rem;
  }
  .hero__comment--text strong {
    font-size: 2.25rem;
  }
  .hero__comment--desc {
    font-size: 1rem;
  }
  .components {
    padding-top: 4.375rem;
  }
  .components {
    padding-bottom: 1.875rem;
  }
  .components__item {
    padding-left: 3.125rem;
  }
  .components__item {
    padding-right: 3.125rem;
  }
  .components__image {
    width: 4.5rem;
  }
  .components__image {
    height: 4.5rem;
  }
  .components__number {
    font-size: 5rem;
  }
  .components__name {
    font-size: 1.25rem;
  }
  .components__desc {
    font-size: 1.0625rem;
  }
  .components__button {
    margin-top: 2.5rem;
  }
  .mission {
    padding-top: 2.1875rem;
  }
  .mission {
    padding-bottom: 2.1875rem;
  }
  .mission__number {
    font-size: 3.125rem;
  }
  .mission__text {
    font-size: 1.75rem;
  }
  .check {
    padding-top: 2.1875rem;
  }
  .check {
    padding-bottom: 2.1875rem;
  }
  .check__label {
    font-size: 1.125rem;
  }
  .check__label {
    width: 19.5rem;
  }
  .check__wrap {
    gap: 1.25rem;
  }
  .check__wrap {
    margin-top: 2.5rem;
  }
  .check__name {
    font-size: 1.25rem;
  }
  .cta {
    padding-top: 2.1875rem;
  }
  .cta {
    padding-bottom: 2.1875rem;
  }
  .cta__button {
    margin-top: 2.5rem;
  }
  .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;
  }
  .order-modal__dialog {
    padding-top: 5.25rem;
  }
  .order-modal__dialog {
    padding-left: 5.25rem;
  }
  .order-modal__dialog {
    padding-right: 5.25rem;
  }
  .order-modal__dialog {
    padding-bottom: 1.25rem;
  }
  .order-modal__close {
    top: 2.8125rem;
  }
  .order-modal__close {
    right: 2.8125rem;
  }
  .order-modal__close {
    font-size: 2.5rem;
  }
  .order-modal__title {
    font-size: 1.75rem;
  }
  .order-modal__image {
    width: 18.125rem;
  }
  .order-form__field:first-child {
    margin-bottom: 1.875rem;
  }
  .order-form__submit {
    font-size: 2.25rem;
  }
  .order-form__status {
    font-size: 1rem;
  }
  .order-form__comment {
    font-size: 1rem;
  }}

@media (any-hover: hover) {
  .btn:hover {
    background: linear-gradient(90deg, #FFA000 3%, #FFBB00 63.29%, #FFCF00 125.5%);
  }
  .order-form__submit:hover {
    background-color: #2280F6;
  }}