@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:800&display=swap);
:root {
  --bg-color: #f1f2f4;
  --font-color: #000;
  --primary-font: "Inter", sans-serif;
  --red: #ff0020;
  --white: #fff;
  --white-40: rgba(255, 255, 255, 0.4);
  --black-40: rgba(0, 0, 0, 0.4);
  --black: #000;
  --red-40: rgba(255, 0, 32, 0.4);
  --gray: #565667;
  --light-gray: #f1f2f4;
  --gray-cold: #e3e6eb;
  --black-20: rgba(0, 0, 0, 0.2);
  --red-60: rgba(255, 0, 32, 0.6);
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Non-Standard, But More Styling-Capable Properties */
  /* Standardized Properties */
}
*::-webkit-scrollbar {
  cursor: pointer;
  width: 5px;
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--red);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--red) var(--bg-color);
    scrollbar-width: thin;
  }
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 0.521vw;
}
@media screen and (max-width: 1439.98px) {
  body,
  html {
    font-size: 0.5435vw;
  }
}
@media screen and (max-width: 1169.98px) {
  body,
  html {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 991.98px) {
  body,
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 539.98px) {
  body,
  html {
    font-size: 2.5vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

html,
body {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  color: var(--font-color);
  line-height: 1;
  font-family: var(--primary-font);
  font-size: 10px;
  background: var(--bg-color);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: var(--primary-font);
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background: transparent;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

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

/* Для Chrome, Safari и других на WebKit */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
          box-shadow: 0 0 0px 1000px white inset !important; /* цвет подложки */
  -webkit-text-fill-color: var(--black) !important; /* цвет текста */
  background-color: transparent !important;
  background-image: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Для Firefox — сброс стилей для внутреннего псевдокласса */
input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
  color: inherit !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:-moz-autofill {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: var(--black) !important;
  background-color: transparent !important;
  background-image: none !important;
}

input:-internal-autofill-selected:focus,
input:-internal-autofill-selected:hover,
input:-internal-autofill-selected:active {
  background-color: transparent !important;
  background-image: none !important;
  color: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

html.lock, html.crm-widget-button-mobile {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  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;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 192rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1439.98px) {
  [class*=__container] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 8rem 0;
}
@media (max-width: 991.98px) {
  section {
    padding: 3rem 0;
  }
}

.section-header .subtitle {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 104%;
  color: var(--red);
  margin-bottom: 2.2rem;
}
@media (max-width: 991.98px) {
  .section-header .subtitle {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.section-header .subtitle::before {
  content: "[ ";
}
.section-header .subtitle::after {
  content: " ]";
}

[class*=__bg] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
[class*=__bg] img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.map-wrapper {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-loader {
  position: absolute;
  z-index: 10;
  background: var(--gray-cold);
  color: var(--black);
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  .map-loader {
    font-size: 1.8rem;
  }
}

.map {
  width: 100%;
  height: 100%;
}

h1 {
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 104%;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 3.8rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 104%;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 3.4rem;
  }
}

h3 {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 104%;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 2.4rem;
    line-height: 120%;
  }
}

h4 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 116%;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 2.4rem;
  }
}

h6 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
}

p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
}
@media (max-width: 991.98px) {
  p {
    font-size: 1.8rem;
  }
}

.btn {
  text-transform: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 134%;
  border-radius: 2.8rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 1.8rem;
    border-radius: 1.6rem;
  }
}
.btn__content {
  width: 100%;
  border-radius: inherit;
  padding: 1.4rem 2.4rem;
  gap: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .btn__content {
    gap: 2rem;
  }
}
.btn__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn__icon {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.1rem;
  border-radius: 50%;
  border: 1px solid var(--black-20);
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .btn__icon {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.7rem;
  }
}
.btn__icon svg {
  width: 100%;
  height: 100%;
}
.btn._btn-white .btn__content {
  color: var(--black);
  background-color: var(--white);
}
@media (any-hover: hover) {
  .btn._btn-white:hover .btn__content {
    background-color: var(--light-gray);
  }
}
@media (any-hover: hover) {
  .btn._btn-white._btn-icon:hover .btn__content {
    color: var(--white);
    background-color: #f83751;
  }
  .btn._btn-white._btn-icon:hover .btn__icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.btn._btn-primary .btn__content {
  color: var(--white);
  background-color: var(--red);
}
@media (any-hover: hover) {
  .btn._btn-primary:hover .btn__content {
    color: var(--black);
    background-color: var(--white);
  }
}
.btn._btn-icon .btn__content {
  text-align: left;
  padding: 2.2rem 4.6rem;
}
@media (max-width: 991.98px) {
  .btn._btn-icon .btn__content {
    padding: 2rem 2.8rem;
  }
}
.btn._btn-shadow {
  color: var(--white);
}
.btn._btn-shadow .btn__content {
  background: var(--red-40);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid var(--white);
}
.btn._btn-shadow .btn__icon {
  border-color: var(--white-40);
}
.btn._btn-shadow::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3.4rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: var(--red-60);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .btn._btn-shadow::after {
    left: 0;
    border-radius: 1.8rem;
  }
}
@media (any-hover: hover) {
  .btn._btn-shadow:hover {
    color: var(--black);
  }
  .btn._btn-shadow:hover .btn__content {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid var(--white);
  }
  .btn._btn-shadow:hover .btn__icon {
    border-color: var(--black-40);
  }
  .btn._btn-shadow:hover::after {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.form {
  width: 100%;
}
.form__wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 991.98px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: 100%;
  }
}
.form__line {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
@media (any-hover: hover) {
  .form__line:hover .form__error {
    -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .form__line:hover.form__agreement:hover .form__error {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
.form__line._form__error-animate .form__error {
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.form__line._form__error-animate.form__agreement:hover .form__error {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.form__line:not(.form__agreement)._form-error::after {
  content: "";
  position: absolute;
  display: block;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background: var(--red);
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.92578 0.28125L2.69141 10.3105H0.679688L0.435547 0.28125H2.92578ZM0.367188 13.3867C0.367188 13.0286 0.484375 12.7292 0.71875 12.4883C0.959635 12.2409 1.29167 12.1172 1.71484 12.1172C2.13151 12.1172 2.46029 12.2409 2.70117 12.4883C2.94206 12.7292 3.0625 13.0286 3.0625 13.3867C3.0625 13.7318 2.94206 14.028 2.70117 14.2754C2.46029 14.5163 2.13151 14.6367 1.71484 14.6367C1.29167 14.6367 0.959635 14.5163 0.71875 14.2754C0.484375 14.028 0.367188 13.7318 0.367188 13.3867Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.92578 0.28125L2.69141 10.3105H0.679688L0.435547 0.28125H2.92578ZM0.367188 13.3867C0.367188 13.0286 0.484375 12.7292 0.71875 12.4883C0.959635 12.2409 1.29167 12.1172 1.71484 12.1172C2.13151 12.1172 2.46029 12.2409 2.70117 12.4883C2.94206 12.7292 3.0625 13.0286 3.0625 13.3867C3.0625 13.7318 2.94206 14.028 2.70117 14.2754C2.46029 14.5163 2.13151 14.6367 1.71484 14.6367C1.29167 14.6367 0.959635 14.5163 0.71875 14.2754C0.484375 14.028 0.367188 13.7318 0.367188 13.3867Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.form__line:not(.form__agreement)._form__error-animate::after {
  -webkit-animation: shake 0.5s ease;
          animation: shake 0.5s ease;
  cursor: help;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 60% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  40%, 80% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 60% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  40%, 80% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
.form__agreement {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 134%;
  color: var(--black);
}
@media (max-width: 991.98px) {
  .form__agreement {
    font-size: 1.6rem;
    line-height: 126%;
    margin-top: 1.8rem;
  }
}
.form__agreement a {
  color: var(--gray);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .form__agreement a:hover {
    opacity: 0.6;
  }
}
.form__button {
  margin-top: 3rem;
  width: 100%;
  max-width: 31.4rem;
}
@media (max-width: 991.98px) {
  .form__button {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.form__button .btn {
  width: 100%;
}
.form__error {
  z-index: 100;
  font-weight: 400;
  color: var(--white);
  background: var(--red);
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.4rem 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  font-size: 1.8rem;
  white-space: nowrap;
  border-radius: 1.6rem;
}
@media (max-width: 991.98px) {
  .form__error {
    font-size: 1.4rem;
  }
}
.form__error::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.8rem;
  height: 1rem;
  background: var(--red);
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.5 0L17 9H0L8.5 0Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.5 0L17 9H0L8.5 0Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.form__agreement .form__error, .form__upload .form__error, .form__agreement._form__error-animate .form__error, .form__upload._form__error-animate .form__error {
  left: 0px;
  -webkit-transform: translateX(0%) translateY(0px);
      -ms-transform: translateX(0%) translateY(0px);
          transform: translateX(0%) translateY(0px);
  border-top-left-radius: 0;
}
.form__agreement .form__error::before, .form__upload .form__error::before, .form__agreement._form__error-animate .form__error::before, .form__upload._form__error-animate .form__error::before {
  left: 0px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.input {
  outline: none;
  width: 100%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  border: none;
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
  color: var(--font-color);
  -webkit-backdrop-filter: blur(8.1000003815px);
          backdrop-filter: blur(8.1000003815px);
  background-color: var(--white);
  border: 1px solid var(--white);
  padding: 3.3rem 4.6rem;
  border-radius: 2.8rem;
}
@media (max-width: 991.98px) {
  .input {
    font-size: 1.8rem;
    padding: 2.4rem 3rem;
    border-radius: 2.4rem;
  }
}
.input._form-error {
  border-color: var(--red);
}
.input::-webkit-input-placeholder {
  color: var(--black-40);
}
.input::-moz-placeholder {
  color: var(--black-40);
}
.input:-ms-input-placeholder {
  color: var(--black-40);
}
.input::-ms-input-placeholder {
  color: var(--black-40);
}
.input::placeholder {
  color: var(--black-40);
}

textarea.input {
  min-height: 19.8rem;
  resize: vertical;
}
@media (max-width: 991.98px) {
  textarea.input {
    min-height: 21.1rem;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkbox__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  gap: 2rem;
}
.checkbox__emulator {
  display: block;
  height: 2.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.6rem;
          flex: 0 0 2.6rem;
  position: relative;
  background-color: transparent;
  border: 1px solid #5b6e89;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox__emulator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  background-color: #5b6e89;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 12.68L11.2162 17L20 8' stroke='%235B6E89'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 12.68L11.2162 17L20 8' stroke='%235B6E89'/%3e%3c/svg%3e ");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
._form-error .checkbox__emulator {
  border-color: var(--red);
}
._form-error .checkbox__emulator::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  background-color: var(--red);
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.92578 0.28125L2.69141 10.3105H0.679688L0.435547 0.28125H2.92578ZM0.367188 13.3867C0.367188 13.0286 0.484375 12.7292 0.71875 12.4883C0.959635 12.2409 1.29167 12.1172 1.71484 12.1172C2.13151 12.1172 2.46029 12.2409 2.70117 12.4883C2.94206 12.7292 3.0625 13.0286 3.0625 13.3867C3.0625 13.7318 2.94206 14.028 2.70117 14.2754C2.46029 14.5163 2.13151 14.6367 1.71484 14.6367C1.29167 14.6367 0.959635 14.5163 0.71875 14.2754C0.484375 14.028 0.367188 13.7318 0.367188 13.3867Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.92578 0.28125L2.69141 10.3105H0.679688L0.435547 0.28125H2.92578ZM0.367188 13.3867C0.367188 13.0286 0.484375 12.7292 0.71875 12.4883C0.959635 12.2409 1.29167 12.1172 1.71484 12.1172C2.13151 12.1172 2.46029 12.2409 2.70117 12.4883C2.94206 12.7292 3.0625 13.0286 3.0625 13.3867C3.0625 13.7318 2.94206 14.028 2.70117 14.2754C2.46029 14.5163 2.13151 14.6367 1.71484 14.6367C1.29167 14.6367 0.959635 14.5163 0.71875 14.2754C0.484375 14.028 0.367188 13.7318 0.367188 13.3867Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
}
._form__error-animate .checkbox__emulator::before {
  -webkit-animation: shakeCheck 0.5s ease;
          animation: shakeCheck 0.5s ease;
  cursor: help;
}
@-webkit-keyframes shakeCheck {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  20%, 60% {
    -webkit-transform: translate(-50%, -40%) scale(0.6);
            transform: translate(-50%, -40%) scale(0.6);
  }
  40%, 80% {
    -webkit-transform: translate(-50%, -60%) scale(0.6);
            transform: translate(-50%, -60%) scale(0.6);
  }
}
@keyframes shakeCheck {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  20%, 60% {
    -webkit-transform: translate(-50%, -40%) scale(0.6);
            transform: translate(-50%, -40%) scale(0.6);
  }
  40%, 80% {
    -webkit-transform: translate(-50%, -60%) scale(0.6);
            transform: translate(-50%, -60%) scale(0.6);
  }
}
.checkbox__input {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.checkbox__input:checked ~ .checkbox__emulator::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.checkbox__label {
  max-width: 85.3rem;
}

body::after {
  content: "";
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: var(--black-40);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 101002;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 4.5rem 1.5rem;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 101003;
}
@media (max-width: 991.98px) {
  .popup {
    padding: 2rem 1.5rem;
  }
}

.popup_show {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.popup__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 991.98px) {
  .popup__close {
    width: 2rem;
    height: 2rem;
    top: 2rem;
    right: 2rem;
  }
}
.popup__close svg {
  width: 100%;
  height: 100%;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3rem;
  background: var(--light-gray);
  width: 100%;
  max-width: 64rem;
  padding: 6rem 4rem 4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .popup__content {
    padding: 4.5rem 2rem 2rem;
  }
}
.lock .popup__content {
  visibility: visible;
}

.popup__text h2 {
  font-weight: 600;
  font-size: 5rem;
  line-height: 104%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .popup__text h2 {
    font-size: 3.4rem;
  }
}
.popup__text .form {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .popup__text .form {
    margin-top: 2rem;
  }
}
.popup__text .form__button {
  width: 100%;
  max-width: 100%;
}
.popup__text .form__button .btn {
  width: 100%;
}
.popup__text h4 {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 110%;
  margin: 2.4rem 0;
}
@media (max-width: 991.98px) {
  .popup__text h4 {
    font-size: 2.4rem;
    margin: 2.6rem 0 1.6rem;
  }
}
.popup__text p {
  margin: 2.4rem 0;
}
@media (max-width: 991.98px) {
  .popup__text p {
    margin: 1.6rem 0;
  }
}
.popup__text > *:first-child {
  margin-top: 0 !important;
}
.popup__text > *:last-child {
  margin-bottom: 0 !important;
}

.popup__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .popup__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.popup__buttons .btn {
  width: 100%;
}
@media (min-width: 991.98px) {
  .popup__buttons .btn__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.popup#success .popup__text {
  text-align: center;
}
.popup#success .popup__text svg {
  width: 10rem;
  height: 10rem;
  margin-bottom: 2rem;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.4rem 0;
  -webkit-transition: background-color 0.3s ease 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s ease 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s ease 0s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s ease 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0 0 2rem 2rem;
}
@media (min-width: 991.98px) {
  .lock .header {
    padding-right: 5px !important;
  }
}
.header._header-scroll {
  background-color: var(--gray-cold);
}
.menu-open .header {
  background-color: var(--gray-cold);
}
@media (max-width: 1169.98px) {
  .header {
    padding: 1rem 0;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 0.5rem 0px;
  }
  .header::after {
    content: "";
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: var(--black-40);
    position: fixed;
    width: 100%;
    height: 100svh;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
  }
  .menu-open .header::after {
    opacity: 1;
  }
}
.header__wrapper {
  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;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    display: block;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--gray-cold)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, var(--gray-cold) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu-open .header__wrapper::before {
    opacity: 1;
    visibility: visible;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20.4rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .header__logo {
    max-width: 16.3rem;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 991.98px) {
  .header__menu {
    display: contents;
  }
}
@media (min-width: 991.98px) {
  .header__menu .menu__burger {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header__menu .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: #d1d5dc;
    position: relative;
    z-index: 10;
    padding: 2.1rem 1.2rem;
  }
  .header__menu .menu__burger span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header__menu .menu__burger span::before, .header__menu .menu__burger span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: var(--black);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header__menu .menu__burger span::before {
    top: 0;
  }
  .header__menu .menu__burger span::after {
    bottom: 0;
    width: 1.6rem;
  }
  .menu-open .header__menu .menu__burger span::before {
    top: calc(50% - 0.1rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100%;
  }
  .menu-open .header__menu .menu__burger span::after {
    bottom: calc(50% - 0.1rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  .header__menu .menu__block {
    display: contents;
  }
}
@media (max-width: 991.98px) {
  .header__menu .menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100svh;
    padding: 8rem 2rem 5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--gray-cold);
  }
  .header__menu .menu__block > * {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
  .menu-open .header__menu .menu__block {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .menu-open .header__menu .menu__block > * {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
}
@media (min-width: 991.98px) {
  .header__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 991.98px) {
  .header__menu .menu__list > li:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1169.98px) {
  .header__menu .menu__list > li:not(:last-child) {
    margin-right: 3rem;
  }
}
.header__menu .menu__list li {
  position: relative;
}
@media (max-width: 991.98px) {
  .header__menu .menu__list li:not(:last-child) {
    border-bottom: 1px solid var(--black-20);
  }
}
.header__menu .menu__list li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
}
@media (max-width: 991.98px) {
  .header__menu .menu__list li a {
    padding: 2.515rem 0;
    font-weight: 500;
    font-size: 3rem;
    line-height: 110%;
  }
}
.header__menu .menu__list li a.current_menu_item {
  color: var(--red);
}
@media (any-hover: hover) {
  .header__menu .menu__list li:hover > a {
    opacity: 0.4;
  }
}
@media (max-width: 991.98px) {
  .header__btn {
    margin-top: 2rem;
    width: 100%;
  }
}
.header__btn .btn {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .header__btn .btn {
    width: 100%;
  }
}

.footer {
  padding: 5rem 0;
  background: var(--gray-cold);
}
@media (max-width: 991.98px) {
  .footer {
    padding: 1rem 0 3rem;
  }
}
@media (min-width: 991.98px) {
  .footer__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 991.98px) {
  .footer__menu .menu__list > li:not(:last-child) {
    margin-right: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .footer__menu .menu__list > li:not(:last-child) {
    border-bottom: 1px solid var(--black-20);
  }
}
.footer__menu .menu__list li {
  position: relative;
}
.footer__menu .menu__list li a {
  display: block;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
}
@media (max-width: 991.98px) {
  .footer__menu .menu__list li a {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .footer__menu .menu__list li:hover > a {
    opacity: 0.4;
  }
}
.footer__img {
  margin: 2.6rem 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer__img {
    margin: 2.8rem 0;
  }
}
.footer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 991.98px) {
  .footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 991.98px) {
  .footer__links ul > li:not(:last-child) {
    margin-right: 4rem;
  }
}
.footer__links ul li {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__links ul li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.footer__links ul li a {
  display: block;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 134%;
}
@media (max-width: 991.98px) {
  .footer__links ul li a {
    font-size: 1.6rem;
    line-height: 126%;
  }
}
@media (any-hover: hover) {
  .footer__links ul li:hover > a {
    opacity: 0.4;
  }
}
.footer__bottom {
  margin-top: 2.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 134%;
  color: var(--black-40);
}
@media (max-width: 991.98px) {
  .footer__bottom {
    margin-top: 2.8rem;
    font-size: 1.6rem;
    line-height: 126%;
  }
}

.hero {
  padding: 15.6rem 0 6.6rem;
  background-color: var(--gray-cold);
}
@media (max-width: 991.98px) {
  .hero {
    padding: 8.8rem 0 2rem;
  }
}
.hero__desc {
  width: 100%;
}
@media (min-width: 991.98px) {
  .hero__desc {
    max-width: 75.7rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1169.98px) {
  .hero__desc {
    max-width: 60rem;
  }
}
.hero__desc p {
  font-size: 2.6rem;
  line-height: 140%;
  margin-top: 2.4rem;
}
@media (max-width: 991.98px) {
  .hero__desc p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 134%;
    margin-top: 2.2rem;
  }
}
.hero__desc .btn {
  margin-top: 3.6rem;
}
@media (max-width: 991.98px) {
  .hero__desc .btn {
    margin-top: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .hero__desc .btn {
    width: 100%;
  }
}
.hero__img {
  top: 8.2rem;
  right: -26.2rem;
  position: absolute;
  z-index: -2;
  pointer-events: none;
  width: 133.6rem;
  height: 71.1rem;
}
@media (max-width: 1169.98px) {
  .hero__img {
    width: 124rem;
  }
}
@media (max-width: 991.98px) {
  .hero__img {
    right: -18.4rem;
    top: 5.4rem;
    width: 38.8rem;
    height: 38.9rem;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__img_bg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .hero__img_bg-gradient, .hero__img_bg-phone, .hero__img_bg-small-white-circle, .hero__img_bg-surprise-right {
    display: none !important;
  }
}
.hero__features {
  margin-top: 17rem;
  padding-right: 7.2rem;
}
@media (max-width: 1169.98px) {
  .hero__features {
    margin-top: 10rem;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .hero__features {
    margin-top: 5rem;
  }
}
.hero__features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .hero__features ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.hero__features ul li {
  width: 100%;
  border-radius: 3rem;
  padding: 1.4rem 4.4rem 3rem 4.4rem;
  background: var(--light-gray);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .hero__features ul li {
    border-radius: 2.4rem;
    padding: 1.2rem 2.9rem 2.8rem 2.9rem;
  }
}
@media (min-width: 991.98px) {
  .hero__features ul li {
    max-width: 31.5rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1169.98px) {
  .hero__features ul li {
    max-width: 25rem;
  }
}
.hero__features ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
  padding: 3rem 4.4rem;
}
@media (min-width: 991.98px) {
  .hero__features ul li:last-child {
    max-width: 72.3rem;
  }
}
@media (max-width: 991.98px) {
  .hero__features ul li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.3rem;
    padding: 3rem;
  }
}
.hero__features ul li:last-child img {
  max-width: 15.8rem;
}
@media (any-hover: hover) {
  .hero__features ul li:not(:last-child):hover {
    background-color: #f83751;
    color: var(--white);
  }
  .hero__features ul li:not(:last-child):hover h2 {
    color: var(--white);
  }
}
.hero__features ul li h2 {
  font-weight: 500;
  font-size: 5.5rem;
  line-height: 140%;
  color: var(--red);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .hero__features ul li h2 {
    font-size: 4rem;
  }
}

.features {
  background: var(--light-gray);
}
.features__wrapper {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .features__wrapper {
    margin-top: 2.7rem;
  }
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem 4rem;
}
@media (max-width: 1169.98px) {
  .features__list {
    gap: 3.4rem;
  }
}
@media (max-width: 991.98px) {
  .features__list {
    gap: 1rem;
  }
}
.features__item {
  background: var(--white);
  border-radius: 3rem;
  width: 100%;
}
@media (min-width: 991.98px) {
  .features__item:nth-child(1), .features__item:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.45%;
            flex: 0 0 38.45%;
  }
  .features__item:nth-child(2), .features__item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59.28%;
            flex: 0 0 59.28%;
  }
}
@media (max-width: 991.98px) {
  .features__item {
    border-radius: 2.4rem;
  }
}
.features__img {
  position: relative;
  overflow: hidden;
  max-height: 21.2rem;
}
.features__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.features__desc {
  padding: 2.4rem 5.2rem 4.4rem;
}
@media (max-width: 991.98px) {
  .features__desc {
    padding: 2.6em 2rem 2.8rem;
  }
}
.features__desc p {
  margin-top: 1.4rem;
}
@media (max-width: 991.98px) {
  .features__desc p {
    margin-top: 1.5rem;
  }
}

.services {
  padding: 8.8rem 0;
  background: var(--gray-cold);
}
@media (max-width: 991.98px) {
  .services {
    padding: 3rem 0;
  }
}
@media (min-width: 1439.98px) {
  .services__bg {
    left: -20rem;
  }
}
.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1169.98px) {
  .services__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
  }
}
@media (max-width: 991.98px) {
  .services__wrapper {
    gap: 3rem;
  }
}
.services__title {
  width: 100%;
}
@media (min-width: 1169.98px) {
  .services__title {
    max-width: 60rem;
  }
}
.services__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-top: 6.25rem;
}
@media (min-width: 1169.98px) {
  .services__list {
    max-width: 113.8rem;
  }
}
@media (max-width: 991.98px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
    padding-top: 0px;
  }
}
.services__item {
  background: var(--gray);
  color: var(--white);
  border-radius: 3rem;
  padding: 7.6rem 4.6rem 4.6rem 4.6rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .services__item {
    padding: 2rem;
    border-radius: 2.4rem;
  }
}
.services__desc {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services__desc p {
  margin-top: 2.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 991.98px) {
  .services__desc p {
    margin: 1.4rem 0 2.6rem;
  }
}
@media (min-width: 991.98px) {
  .services__desc .btn {
    margin: auto 0px 0px 0px;
  }
}
@media (max-width: 991.98px) {
  .services__desc .btn {
    width: 100%;
  }
}
.services__img {
  position: absolute;
  left: 5rem;
  top: -11.6rem;
  width: 18.4rem;
  height: 17.2rem;
}
@media (max-width: 991.98px) {
  .services__img {
    position: relative;
    left: 0;
    top: 0;
    width: 10.6rem;
    height: 10rem;
    margin-bottom: 1.6rem;
  }
}
.services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.stages {
  background: var(--light-gray);
}
@media (max-width: 991.98px) {
  .stages {
    padding: 4.4rem 0 3rem;
  }
}
.stages__spollers {
  margin-top: 2.6rem;
  counter-reset: stages;
}
@media (max-width: 991.98px) {
  .stages__spollers {
    margin-top: 3.8rem;
  }
}
.stages__spollers_item {
  border-bottom: 1px solid var(--black-20);
  position: relative;
}
@media (max-width: 991.98px) {
  .stages__spollers_item {
    padding-bottom: 2.8rem;
  }
  .stages__spollers_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (any-hover: hover) {
  .stages__spollers_item:hover .stages__spollers_img {
    opacity: 1;
    visibility: visible;
  }
}
.stages__spollers_item._spoller-show .stages__spollers_img {
  opacity: 1;
  visibility: visible;
}
.stages__spollers_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 4rem;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 104%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
@media (max-width: 991.98px) {
  .stages__spollers_title {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.stages__spollers_title::before {
  font-family: "Poppins", sans-serif;
  counter-increment: stages;
  content: counter(stages, decimal-leading-zero) "";
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 104%;
  margin-right: 8rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--black-40);
  text-stroke: 1px var(--black-40);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .stages__spollers_title::before {
    min-width: 10rem;
  }
}
@media (max-width: 991.98px) {
  .stages__spollers_title::before {
    margin-right: 2.3rem;
    font-size: 5rem;
  }
}
.stages__spollers_title span:not(.stages__spollers_img) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .stages__spollers_title span:not(.stages__spollers_img) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 1rem;
  }
}
.stages__spollers_title span:not(.stages__spollers_img)::after {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  margin: 0px 0px 0px auto;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40 14L22.5 31L5 14' stroke='currentColor' stroke-width='1.5'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40 14L22.5 31L5 14' stroke='currentColor' stroke-width='1.5'/%3e%3c/svg%3e ");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .stages__spollers_title span:not(.stages__spollers_img)::after {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .stages__spollers_title:hover::before {
    color: var(--red);
    -webkit-text-stroke: 1px var(--red);
    text-stroke: 1px var(--red);
    margin-right: 10rem;
  }
}
.stages__spollers_title._spoller-active::before {
  color: var(--red);
  -webkit-text-stroke: 1px var(--red);
  text-stroke: 1px var(--red);
}
@media (min-width: 991.98px) {
  .stages__spollers_title._spoller-active::before {
    margin-right: 10rem;
  }
}
.stages__spollers_title._spoller-active span:not(.stages__spollers_img)::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.stages__spollers_img {
  width: 15.6rem;
  height: 15.6rem;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .stages__spollers_img {
    position: absolute;
    top: 0;
    right: 19.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .stages__spollers_img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.stages__spollers_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stages__spollers_body {
  padding: 4rem 4rem 4.5rem;
}
@media (max-width: 991.98px) {
  .stages__spollers_body {
    padding: 3rem 0 0;
  }
}
.stages__spollers_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .stages__spollers_list {
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.stages__spollers_list li > *:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 991.98px) {
  .stages__spollers_list li > *:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .stages__spollers_list li h4 {
    font-size: 1.8rem;
  }
}

.clients {
  background: var(--gray-cold);
}
@media (max-width: 991.98px) {
  .clients {
    padding: 4rem 0 3rem;
  }
}
@media (min-width: 1439.98px) {
  .clients__bg {
    left: auto;
    right: -14rem;
    top: -9rem;
  }
}
.clients__wrapper {
  margin-top: 6rem;
}
@media (max-width: 991.98px) {
  .clients__wrapper {
    margin-top: 3.8rem;
  }
}
.clients__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1169.98px) {
  .clients__list {
    gap: 3rem;
  }
}
@media (max-width: 991.98px) {
  .clients__list {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.clients__item {
  padding: 4.6rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--white);
  border-radius: 3rem;
}
@media (max-width: 991.98px) {
  .clients__item {
    padding: 2.8rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .clients__head h6 {
    font-size: 1.6rem;
  }
}
.clients__head p {
  margin-top: 0.6rem;
  color: var(--gray);
}
@media (max-width: 991.98px) {
  .clients__head p {
    font-size: 1.6rem;
    margin-top: 0.3rem;
  }
}
.clients__img {
  max-width: 19.4rem;
  margin-bottom: 3rem;
  width: 100%;
}
.clients__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients__body {
  margin-top: 4rem;
  font-size: 2.2rem;
}
@media (max-width: 991.98px) {
  .clients__body {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.clients__body p {
  font-size: inherit;
}

.logo {
  padding: 6rem 0;
  background: var(--light-gray);
}
.logo .marquee:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .logo .marquee:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.logo .marquee[data-direction=left] ul li:not(:first-child) {
  margin-left: 2rem;
}
@media (max-width: 991.98px) {
  .logo .marquee[data-direction=left] ul li:not(:first-child) {
    margin-left: 1rem;
  }
}
.logo .marquee[data-direction=right] ul li:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .logo .marquee[data-direction=right] ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
.logo .marquee ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo .marquee ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white);
  border-radius: 3rem;
  padding: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo .marquee ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28.3rem;
  height: 11.6rem;
}
@media (max-width: 991.98px) {
  .logo .marquee ul li img {
    width: 17.6rem;
    height: 8.9rem;
  }
}

.faq {
  background: var(--gray-cold);
}
@media (max-width: 991.98px) {
  .faq {
    padding-top: 3.5rem;
  }
}
.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.faq__title {
  width: 100%;
}
@media (min-width: 991.98px) {
  .faq__title {
    max-width: 58.3rem;
  }
}
.faq__img {
  max-width: 42.3rem;
  width: 100%;
  margin: 10rem auto 0;
}
@media (max-width: 991.98px) {
  .faq__img {
    max-width: 16.6rem;
    margin: 4rem 0 0;
  }
}
.faq__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq__block {
  width: 100%;
}
@media (min-width: 991.98px) {
  .faq__block {
    max-width: 115.7rem;
  }
}
.faq__spollers_item {
  border-bottom: 1px solid var(--black-20);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq__spollers_item._open-faq {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
@media (max-width: 991.98px) {
  .faq__spollers_item {
    padding-bottom: 2.8rem;
  }
  .faq__spollers_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.faq__spollers_title {
  padding: 3.5rem 4rem 4.1rem 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 3rem;
  line-height: 116%;
  -webkit-transition: all 0.3s ease 0s, padding 0.5s ease 0s;
  transition: all 0.3s ease 0s, padding 0.5s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
@media (max-width: 991.98px) {
  .faq__spollers_title {
    padding: 0;
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.faq__spollers_title::after {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  margin: 0px 0px 0px auto;
  background-color: var(--black);
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40 14L22.5 31L5 14' stroke='currentColor' stroke-width='1.5'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40 14L22.5 31L5 14' stroke='currentColor' stroke-width='1.5'/%3e%3c/svg%3e ");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .faq__spollers_title::after {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .faq__spollers_title:hover {
    color: var(--red);
  }
}
.faq__spollers_title._spoller-active {
  color: var(--red);
}
@media (min-width: 991.98px) {
  .faq__spollers_title._spoller-active {
    padding-bottom: 2rem;
  }
}
.faq__spollers_title._spoller-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__spollers_body {
  padding: 0 4rem 4rem;
  font-size: 2rem;
  line-height: 134%;
}
@media (max-width: 991.98px) {
  .faq__spollers_body {
    padding: 2rem 0 0;
    font-size: 1.6rem;
    line-height: 126%;
  }
}
.faq__spollers_body p {
  font-size: inherit;
  line-height: inherit;
}
.faq__add {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .faq__add {
    margin-top: 1rem;
    width: 100%;
  }
  .faq__add .btn {
    width: 100%;
  }
}
.faq__add._close-btn {
  display: none;
}

.contacts {
  background: var(--light-gray);
  padding: 7.6rem 0;
}
@media (max-width: 991.98px) {
  .contacts {
    padding-top: 4.4rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1439.98px) {
  .contacts__bg {
    left: auto;
    top: auto;
    right: -28rem;
    bottom: -16rem;
  }
}
@media (max-width: 991.98px) {
  .contacts__bg {
    display: none;
  }
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
  }
}
.contacts__desc {
  width: 100%;
}
@media (min-width: 991.98px) {
  .contacts__desc {
    max-width: 55.7rem;
  }
}
@media (max-width: 991.98px) {
  .contacts__desc br {
    display: none;
  }
}
.contacts__list {
  margin-top: 4.4rem;
}
@media (max-width: 991.98px) {
  .contacts__list {
    margin-top: 3.6rem;
  }
}
.contacts__list li {
  font-weight: 400;
  font-size: 2rem;
  line-height: 134%;
  color: var(--black);
}
@media (max-width: 991.98px) {
  .contacts__list li {
    font-size: 1.8rem;
  }
}
.contacts__list li:first-child {
  font-weight: 500;
  font-size: 3rem;
  line-height: 116%;
  color: var(--red);
}
@media (max-width: 991.98px) {
  .contacts__list li:first-child {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.contacts__list li:last-child {
  margin-top: 4.4rem;
}
@media (max-width: 991.98px) {
  .contacts__list li:last-child {
    margin-top: 2.6rem;
  }
}
.contacts__list li:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 991.98px) {
  .contacts__list li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.contacts__list li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__list li a:hover {
    opacity: 0.4;
  }
}
.contacts__form {
  width: 100%;
}
@media (min-width: 991.98px) {
  .contacts__form {
    max-width: 115.7rem;
  }
}
.contacts__map {
  margin-top: 7rem;
  height: 77.3rem;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .contacts__map {
    margin-top: 4rem;
    height: 54rem;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}