@import url(https://fonts.googleapis.com/css?family=Play:regular,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Unbounded:200,700&display=swap);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "Play";
  font-size: inherit;
  color: #f6f9ff;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "Play";
  font-weight: 400;
  color: #f6f9ff;
  font-size: 1rem;
  background-color: #0a031c;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

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


/* Модальное окно */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: flex;
}

.modal-window {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.modal-icon.success {
    color: #4CAF50;
}

.modal-icon.error {
    color: #f44336;
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.modal-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-button:hover {
    background: #333;
    transform: scale(1.02);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Анимация для лоадера */
.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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







@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.header {
  padding: 2.8125rem 0;
  position: relative;
  z-index: 10;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}

.header__text {
  font-size: 1rem;
  color: #b6bfcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-right: 1.5625rem;
}

.header__text::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  background: url("../img/header-icon.webp") center/100% 100% no-repeat;
}

.header__tel {
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__button {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border: 0.0625rem solid rgba(0,0,0,0);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9906), to(#FFC438)) border-box;
  background: linear-gradient(180deg, #FF9906, #FFC438) border-box;
}

.header__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0a031c;
  border-radius: 0.5625rem;
  z-index: -1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header__button:hover::before {
  opacity: 0;
}

.hero {
  padding-top: 0.625rem;
  padding-bottom: 3.875rem;
}

.hero__container {
  position: relative;
  z-index: 2;
}

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

.hero__top:not(:last-child) {
  margin-bottom: 5.3125rem;
}

.hero__content {
  max-width: 48.75rem;
  width: 100%;
}

.hero__title {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 3rem;
}

.hero__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero__sub-title {
  font-size: 1.5rem;
  line-height: 167%;
  max-width: 41.625rem;
}

.hero__sub-title:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.hero__sub-title span {
  font-weight: 700;
  color: #ff9906;
  text-transform: uppercase;
}

.hero__link {
  -webkit-box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9906), color-stop(50%, #ffc438), to(#ff9906));
  background: linear-gradient(180deg, #ff9906 0%, #ffc438 50%, #ff9906 100%);
  background-size: 100% 200%;
  background-position: top center;
  -webkit-transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease,-webkit-box-shadow .4s ease;
  padding: 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #0a031c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__link:hover {
  background-position: bottom center;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
}

.hero__block {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(0.625rem);
  border-radius: 3.125rem;
  padding: 2.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.625rem;
          flex: 0 0 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.hero__block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  border: 0.0625rem solid #ff9906;
  padding: 0.125rem;
  background: linear-gradient(224deg, rgba(255, 187, 45, 0.3) 0%, rgba(254, 154, 7, 0.3) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.hero__image img {
  max-width: 100%;
}

.hero__desc {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 156%;
  text-align: center;
  text-transform: uppercase;
}

.hero__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5625rem;
}

.hero__item {
  border: 0.0625rem solid rgba(246,249,255,.6);
  border-radius: 0.625rem;
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(224deg, rgba(246, 249, 255, 0.1) 0%, rgba(181, 196, 228, 0.15) 100%);
  padding: 1.5625rem 0.9375rem;
}

.hero__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero__icon img {
  max-width: 100%;
}

.hero__icon:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.hero__caption {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
}

.hero__caption:not(:last-child) {
  margin-bottom: 0.625rem;
}

.hero__text {
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
}

.hero__decor-1 {
  position: absolute;
  z-index: -1;
  top: -33%;
  left: -24%;
  pointer-events: none;
}

.hero__decor-2 {
  position: absolute;
  z-index: -1;
  top: 38%;
  left: -8%;
  pointer-events: none;
}

.hero__decor-3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -22%;
  pointer-events: none;
}

.hero__decor-4 {
  position: absolute;
  z-index: -1;
  top: 18%;
  right: -21%;
  pointer-events: none;
}

.hero__decor-5 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  right: -10%;
  pointer-events: none;
}

.hero__decor-6 {
  position: absolute;
  z-index: -1;
  bottom: -22%;
  right: -22%;
  pointer-events: none;
}

.hero__smoke {
  position: absolute;
  z-index: -1;
  top: -65%;
  right: -27%;
  pointer-events: none;
}

.advantages {
  padding-top: 3.875rem;
  padding-bottom: 3.4375rem;
  position: relative;
  z-index: 2;
}

.advantages__title {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 3rem;
}

.advantages__title span {
  color: #ff9906;
}

.advantages__title:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}

.advantages__body:not(:last-child) {
  margin-bottom: 7.5rem;
}

.advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.advantages__item {
  background: #f6f9ff;
  border-radius: 0.625rem;
  padding: 0.3125rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.advantages__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.125rem;
          flex: 0 0 9.125rem;
}

.advantages__icon img {
  max-width: 100%;
}

.advantages__text {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 145%;
  color: #121c29;
}

.advantages__block {
  background: #ff9906;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.375rem 0 2.375rem 2.375rem;
  margin-right: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.9375rem;
          flex: 0 0 22.9375rem;
}

.advantages__desc {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 145%;
  color: #121c29;
  max-width: 12.8125rem;
}

.advantages__image {
  margin-right: -6rem;
  position: relative;
}

.advantages__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15.875rem;
  height: 15.875rem;
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%);
  border-radius: 50%;
  background: rgba(255,153,6,.3);
  -webkit-filter: blur(5rem);
          filter: blur(5rem);
}

.advantages__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.625rem;
}

.advantages__row:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.advantages__value {
  background: url("../img/advantages-value-bg.svg") center/100% 100% no-repeat;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Unbounded";
  font-weight: 200;
  font-size: 4rem;
  text-align: center;
  color: #ff9906;
}

.advantages__value:not(:last-child) {
  margin-bottom: 1.125rem;
}

.advantages__caption {
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}

.advantages__caption:not(:last-child) {
  margin-bottom: 0.375rem;
}

.advantages__heading {
  font-size: 1.125rem;
  text-align: center;
}

.advantages__holder {
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(224deg, rgba(255, 187, 45, 0.1) 0%, rgba(254, 154, 7, 0.2) 100%);
  border: 0.0625rem solid #ff9906;
  border-radius: 3.125rem;
  padding: 0.9375rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.advantages__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
}

.advantages__img img {
  max-width: 100%;
}

.advantages__label {
  font-weight: 700;
  font-size: 3rem;
  line-height: 50%;
  color: #ff9906;
}

.advantages__headline {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 109%;
}

.services {
  padding-top: 3.4375rem;
  padding-bottom: 4.75rem;
}

.services__form:not(:last-child) {
  margin-bottom: 11.0625rem;
}

.services__container {
  position: relative;
  z-index: 2;
}

.services__title {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 3rem;
}

.services__title:not(:last-child) {
  margin-bottom: 3.125rem;
}

.services__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
}

.services__row:not(:last-child) {
  margin-bottom: 7.75rem;
}

.services__column {
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border: 0.0625rem solid rgba(246,249,255,.6);
  border-radius: 0.625rem;
}

.services__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.75rem;
          flex: 0 0 8.75rem;
}

.services__icon img {
  max-width: 100%;
}

.services__heading {
  font-weight: 700;
  font-size: 1.375rem;
}

.services__heading:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.services__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
}

.services__desc img {
  width: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
}

.services__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5625rem;
}

.services__body:not(:last-child) {
  margin-bottom: 6.5rem;
}

.services__item {
  border: 0.0625rem solid rgba(246,249,255,.6);
  border-radius: 0.625rem;
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(224deg, rgba(246, 249, 255, 0.1) 0%, rgba(181, 196, 228, 0.15) 100%);
  padding: 1.5625rem 0.9375rem;
}

.services__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.services__image img {
  max-width: 100%;
}

.services__image:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.services__caption {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
}

.services__caption:not(:last-child) {
  margin-bottom: 0.625rem;
}

.services__text {
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
}

.services__holder {
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(224deg, rgba(255, 187, 45, 0.1) 0%, rgba(254, 154, 7, 0.2) 100%);
  border: 0.0625rem solid #ff9906;
  border-radius: 3.125rem;
  padding: 0.9375rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

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

.services__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
}

.services__img img {
  max-width: 100%;
}

.services__headline {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 109%;
  color: #ff9906;
}

.services__headline span {
  color: #f6f9ff;
}

.services__link {
  -webkit-box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9906), color-stop(50%, #ffc438), to(#ff9906));
  background: linear-gradient(180deg, #ff9906 0%, #ffc438 50%, #ff9906 100%);
  background-size: 100% 200%;
  background-position: top center;
  -webkit-transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease,-webkit-box-shadow .4s ease;
  padding: 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #0a031c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 25.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.services__link:hover {
  background-position: bottom center;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
}

.services__smoke {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-73%, -26%);
      -ms-transform: translate(-73%, -26%);
          transform: translate(-73%, -26%);
  z-index: -1;
  pointer-events: none;
}

.form {
  background: #f6f9ff;
  border-radius: 0.625rem;
  padding: 3.75rem 4.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: end;
      align-content: end;
  margin-left: 4.875rem;
  max-width: 66.75rem;
  width: 100%;
  position: relative;
}

.form::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 1.875rem);
  width: 13.375rem;
  height: 13.8125rem;
  background: url("../img/form-decor.svg") 0 0/100% 100% no-repeat;
  pointer-events: none;
}

.form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 1.875rem);
  width: 13.375rem;
  height: 13.8125rem;
  background: url("../img/form-decor.svg") 0 0/100% 100% no-repeat;
  pointer-events: none;
}

.form__title {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 3rem;
  color: #121c29;
  margin-right: -12.5rem;
}

.form__title span {
  color: #ff9906;
}

.form__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form__sub-title {
  max-width: 26.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #121c29;
  padding-left: 1.5625rem;
  border-left: 0.1875rem solid #f38b03;
}

.form__sub-title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.form__body {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.form__input {
  width: 100%;
  border: 0.0625rem solid #98a1ae;
  border-radius: 0.625rem;
  padding: 0 1.375rem;
  height: 3.6875rem;
  background-color: rgba(0,0,0,0);
  font-weight: 400;
  font-size: 1.125rem;
  -webkit-transition: border .3s;
  transition: border .3s;
  color: #121c29;
}

.form__input::-webkit-input-placeholder {
  color: #475f7e;
}

.form__input::-moz-placeholder {
  color: #475f7e;
}

.form__input:-ms-input-placeholder {
  color: #475f7e;
}

.form__input::-ms-input-placeholder {
  color: #475f7e;
}

.form__input::placeholder {
  color: #475f7e;
}

.form__input:focus {
  border: 0.0625rem solid #ff9906;
}

.form__column {
  position: relative;
}

.form__image {
  position: absolute;
  left: 1.5rem;
  bottom: 10.625rem;
}

.form__image img {
  max-width: 100%;
}

.form__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34.75rem;
  height: 34.75rem;
  -webkit-transform: translate(20%, -60%);
      -ms-transform: translate(20%, -60%);
          transform: translate(20%, -60%);
  border-radius: 50%;
  background: rgba(255,153,6,.2);
  -webkit-filter: blur(6.25rem);
          filter: blur(6.25rem);
  z-index: -1;
}

.form__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 1.5rem;
}

.form__list:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.form__item {
  font-size: 1rem;
  color: #475f7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.form__item img {
  width: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
}

.form__submit {
  -webkit-box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(18,14,68,.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9906), color-stop(50%, #ffc438), to(#ff9906));
  background: linear-gradient(180deg, #ff9906 0%, #ffc438 50%, #ff9906 100%);
  background-size: 100% 200%;
  background-position: top center;
  -webkit-transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,-webkit-box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease;
  transition: background-position .4s ease,box-shadow .4s ease,-webkit-box-shadow .4s ease;
  padding: 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #0a031c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__submit:hover {
  background-position: bottom center;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(18,14,68,.3);
}

.footer {
  padding-bottom: 7.5rem;
}

.footer__row {
  border-top: 0.0625rem solid #565162;
  padding-top: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.footer__row:not(:last-child) {
  margin-bottom: 1.75rem;
}

.footer__tel {
  font-size: 1.125rem;
  line-height: 133%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__tel::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.3125rem;
          flex: 0 0 1.3125rem;
  width: 1.3125rem;
  height: 1.5rem;
  background: url("../img/tel.svg") center/100% 100% no-repeat;
}

.footer__address {
  font-size: 1.125rem;
  line-height: 133%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.footer__address::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/address.svg") center/100% 100% no-repeat;
}

.footer__text {
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  color: #b6bfcb;
}

@media (min-width: 120em) {
  .form__image {
    width: 52.3125rem;
  }
}

@media (max-width: 20em) {
  .form__image {
    width: 12.5rem;
  }
}

@media (max-width: 91.875rem) {
  .hero__decor-1 {
    top: -23%;
    left: -40%;
  }

  .advantages__body {
    gap: 1.25rem;
  }

  .advantages__grid {
    gap: 1.25rem;
  }

  .advantages__item {
    gap: 0.625rem;
    padding: 0.3125rem 1.25rem;
  }

  .advantages__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.625rem;
            flex: 0 0 20.625rem;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }

  .advantages__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
  }

  .advantages__image img {
    max-width: 100%;
  }

  .services__row {
    gap: 1.25rem;
  }

  .form__image {
    left: 0;
  }
}

@media (max-width: 75rem) {
  .header {
    padding: 1.25rem 0;
  }

  .header__tel {
    font-size: 1.75rem;
  }

  .hero {
    padding-bottom: 2.5rem;
  }

  .hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.875rem;
  }

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

  .hero__content {
    max-width: 100%;
  }

  .hero__title {
    font-size: 2.5rem;
  }

  .hero__sub-title {
    font-size: 1.25rem;
    max-width: 100%;
  }

  .hero__sub-title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .hero__link {
    font-size: 0.9375rem;
    padding: 0.9375rem 1.5625rem;
  }

  .hero__block {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .hero__block::before {
    border-radius: 1.25rem;
  }

  .hero__image {
    max-width: 4.375rem;
  }

  .hero__desc {
    font-size: 1rem;
  }

  .hero__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero__icon {
    max-width: 5.625rem;
  }

  .hero__caption {
    font-size: 1.125rem;
  }

  .hero__decor-6 {
    bottom: -10%;
    right: -10%;
  }

  .hero__smoke {
    right: 0%;
    top: -40%;
    -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }

  .advantages {
    padding: 2.5rem 0;
  }

  .advantages__title {
    font-size: 2.5rem;
  }

  .advantages__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .advantages__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages__body:not(:last-child) {
    margin-bottom: 5rem;
  }

  .advantages__text {
    font-size: 1.25rem;
  }

  .advantages__block {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    gap: 0.625rem;
  }

  .advantages__desc {
    font-size: 1.25rem;
    max-width: 100%;
  }

  .advantages__value {
    font-size: 3.125rem;
    width: 6.25rem;
    height: 6.25rem;
  }

  .advantages__value:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .advantages__caption {
    font-size: 1.25rem;
  }

  .advantages__heading {
    font-size: 1.0625rem;
  }

  .advantages__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .advantages__label {
    font-size: 2.5rem;
  }

  .advantages__headline {
    font-size: 1.25rem;
  }

  .services {
    padding: 2.5rem 0;
  }

  .services__form:not(:last-child) {
    margin-bottom: 6.25rem;
  }

  .services__title {
    font-size: 2.5rem;
  }

  .services__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .services__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services__row:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .services__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }

  .services__heading {
    font-size: 1.25rem;
  }

  .services__heading:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .services__desc {
    font-size: 1rem;
  }

  .services__body:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .services__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services__image {
    max-width: 5.625rem;
  }

  .services__caption {
    font-size: 1.125rem;
  }

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

  .services__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .services__headline {
    font-size: 1.25rem;
  }

  .services__link {
    font-size: 0.9375rem;
    padding: 0.9375rem 1.5625rem;
  }

  .form {
    margin-left: 0;
    max-width: 100%;
    padding: 2.5rem;
    gap: 1.875rem;
  }

  .form::before {
    display: none;
  }

  .form::after {
    display: none;
  }

  .form__title {
    font-size: 2.5rem;
    margin-right: -6.25rem;
  }

  .form__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form__sub-title {
    max-width: 100%;
    font-size: 1.0625rem;
  }

  .form__sub-title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .form__body {
    gap: 1.25rem;
  }

  .form__input {
    padding: 0 1.25rem;
    font-size: 1.0625rem;
    height: 3.125rem;
  }

  .form__image {
    bottom: 10rem;
  }

  .form__list {
    gap: 1.25rem;
  }

  .form__submit {
    font-size: 0.9375rem;
    padding: 0.9375rem 1.5625rem;
  }

  .footer {
    padding-bottom: 2.5rem;
  }

  .footer__row {
    padding-top: 2.5rem;
    gap: 1.25rem;
  }

  .footer__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer__tel {
    font-size: 1.0625rem;
  }

  .footer__address {
    font-size: 1.0625rem;
  }

  .footer__text {
    font-size: 1rem;
  }
}

@media (max-width: 61.9375rem) {
  .header__text {
    margin-right: 0;
  }

  .header__tel {
    font-size: 1.5rem;
  }

  .hero__title {
    font-size: 1.875rem;
  }

  .hero__sub-title {
    font-size: 1rem;
  }

  .hero__link {
    font-size: 0.875rem;
  }

  .hero__desc {
    font-size: 0.875rem;
  }

  .hero__body {
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__item {
    padding: 1.25rem 0.9375rem;
  }

  .hero__caption {
    font-size: 1rem;
  }

  .hero__text {
    font-size: 0.9375rem;
  }

  .advantages__title {
    font-size: 1.875rem;
  }

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

  .advantages__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .advantages__item {
    padding: 0.3125rem;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
  }

  .advantages__text {
    font-size: 1.125rem;
  }

  .advantages__block {
    margin-right: 4.6875rem;
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
  }

  .advantages__desc {
    font-size: 1.125rem;
  }

  .advantages__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
            flex: 0 0 9.375rem;
    margin-right: -4.6875rem;
  }

  .advantages__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }

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

  .advantages__value {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }

  .advantages__caption {
    font-size: 1.125rem;
  }

  .advantages__heading {
    font-size: 1rem;
  }

  .advantages__holder {
    padding: 0.625rem 1.25rem;
    gap: 0.875rem;
  }

  .advantages__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }

  .advantages__label {
    font-size: 1.875rem;
  }

  .advantages__headline {
    font-size: 1.125rem;
  }

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

  .services__title {
    font-size: 1.875rem;
  }

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

  .services__column {
    padding: 0.9375rem 1.125rem;
    gap: 0.625rem;
  }

  .services__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .services__heading {
    font-size: 1.125rem;
  }

  .services__desc {
    font-size: 0.875rem;
    gap: 0.3125rem;
  }

  .services__desc img {
    width: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
            flex: 0 0 1.25rem;
  }

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

  .services__body {
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services__item {
    padding: 1.25rem 0.9375rem;
  }

  .services__caption {
    font-size: 1rem;
  }

  .services__text {
    font-size: 0.9375rem;
  }

  .services__holder {
    padding: 0.625rem 1.25rem;
    gap: 0.875rem;
  }

  .services__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }

  .services__headline {
    font-size: 1.125rem;
  }

  .services__link {
    font-size: 0.875rem;
  }

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .form__title {
    font-size: 1.875rem;
    margin-right: 0;
  }

  .form__sub-title {
    font-size: 1rem;
    padding-left: 0.75rem;
  }

  .form__input {
    font-size: 1rem;
    padding: 0 0.9375rem;
  }

  .form__submit {
    font-size: 0.875rem;
  }

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

  .footer__tel {
    font-size: 1rem;
  }

  .footer__address {
    font-size: 1rem;
  }

  .footer__text {
    font-size: 0.875rem;
  }
}

@media (max-width: 61.9375rem)and (max-width: 20em) {
  .form {
    gap: 6.25rem;
  }

  .form__image {
    width: 15.625rem;
  }
}

@media (max-width: 36rem) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__link {
    padding: 0.9375rem;
    width: 100%;
  }

  .services__link {
    padding: 0.9375rem;
    max-width: 100%;
  }

  .form__submit {
    padding: 0.9375rem;
    width: 100%;
  }
}

@media (max-width: 61.9375rem)and (min-width: 48em) {
  .form {
    gap: 12.5rem;
  }

  .form__image {
    width: 31.25rem;
  }
}

@media (max-width: 61.9375rem)and (min-width: 20em)and (max-width: 48em) {
@supports (gap: clamp( 6.25rem , 1.7857142857rem22.3214285714vw , 12.5rem )) {
    .form {
      gap: clamp( 6.25rem , 1.7857142857rem22.3214285714vw , 12.5rem );
    }
}

@supports not (gap: clamp( 6.25rem , 1.7857142857rem22.3214285714vw , 12.5rem )) {
    .form {
      gap: calc(6.25rem + 6.25*(100vw - 20rem)/28);
    }
}

@supports (width: clamp( 15.625rem , 4.4642857143rem55.8035714286vw , 31.25rem )) {
    .form__image {
      width: clamp( 15.625rem , 4.4642857143rem55.8035714286vw , 31.25rem );
    }
}

@supports not (width: clamp( 15.625rem , 4.4642857143rem55.8035714286vw , 31.25rem )) {
    .form__image {
      width: calc(15.625rem + 15.625*(100vw - 20rem)/28);
    }
}
}

@media (min-width: 20em)and (max-width: 120em) {
@supports (width: clamp( 12.5rem , 4.5375rem39.8125vw , 52.3125rem )) {
    .form__image {
      width: clamp( 12.5rem , 4.5375rem39.8125vw , 52.3125rem );
    }
}

@supports not (width: clamp( 12.5rem , 4.5375rem39.8125vw , 52.3125rem )) {
    .form__image {
      width: calc(12.5rem + 39.8125*(100vw - 20rem)/100);
    }
}
}

@media (any-hover: hover) {
  .header__tel:hover {
    color: #ff9906;
  }

  .footer__tel:hover {
    color: #ff9906;
  }
}