@charset "UTF-8";
@font-face {
  font-family: "Phenomena";
  src: url("../fonts/Phenomena-ExtraBold.woff2") format("woff2"), url("../fonts/Phenomena-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phenomena";
  src: url("../fonts/Phenomena-Bold.woff2") format("woff2"), url("../fonts/Phenomena-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/BloggerSans.woff2") format("woff2"), url("../fonts/BloggerSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg-color: #000;
  --font-color: #fff;
  --primary-color: #46b369;
  --second-color: #ea824b;
  --primary-gradient: linear-gradient(49deg, #4e527e 0%, #48b96c 100%);
  --second-gradient: linear-gradient(65deg, #db4e3b 0%, #ea824b 100%);
  --primary-font: "Blogger Sans", sans-serif;
  --second-font: "Phenomena", sans-serif;
}

* {
  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(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--primary-color) 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: 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: #000 !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: #000 !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: 175rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

section {
  position: relative;
}

.hidden {
  display: none;
}

h2 {
  font-family: var(--second-font);
  font-weight: 800;
  font-size: 8.5rem;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 119%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 4.1rem;
  }
}

h4 {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 3rem;
  line-height: 119%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 2.4rem;
  }
}

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

.btn {
  text-transform: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 10;
  font-family: var(--second-font);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 3rem;
  padding: 1.7rem 5.7rem;
  line-height: 80%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 2.4rem;
    line-height: 100%;
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.9rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn::before {
  top: 1.9rem;
  left: 1.6rem;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.btn::after {
  bottom: 1.7rem;
  right: 1.6rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.btn._btn-primary {
  background: linear-gradient(49deg, #4e527e 0%, #48b96c 100%);
  background-size: 100% 100%;
}
@media (any-hover: hover) {
  .btn._btn-primary:hover {
    background-size: 150% 100%;
  }
}
.btn._btn-no-bg {
  background: transparent;
}
@media (any-hover: hover) {
  .btn:hover::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn:hover::after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.form {
  width: 100%;
}
.form__wrapper {
  position: relative;
}
.form__line {
  width: 100%;
  position: relative;
  margin-bottom: 1.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, .form__line:hover.form__upload:hover .form__error {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
.form__line:not(.form__agreement, .form__upload) {
  background: #000;
  border-radius: 0 0 1.6rem 0;
  padding: 1.8rem 2.4rem;
  border-radius: 0 0 1.6rem 0;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .form__line:not(.form__agreement, .form__upload) {
    padding: 0.65rem 1.8rem;
  }
}
@media (any-hover: hover) {
  .form__line:not(.form__agreement, .form__upload):hover {
    border-color: #fff;
  }
}
.form__line:not(.form__agreement, .form__upload)._form-focus {
  border-color: #fff;
}
.form__line:not(.form__agreement, .form__upload)._form-error {
  border-color: #ff5b5b;
}
.form__line:not(.form__agreement, .form__upload)._form-error::after {
  content: "";
  position: absolute;
  display: block;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 14px;
  background-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 ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form__agreement {
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 3.2rem;
}
@media (max-width: 991.98px) {
  .form__agreement {
    margin-top: 1.9rem;
  }
}
.form__agreement a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .form__agreement a:hover {
    text-decoration: none;
  }
}
.form__button {
  margin-top: 3.2rem;
  width: 100%;
}
@media (min-width: 991.98px) {
  .form__button {
    max-width: 35.5rem;
  }
}
.form__button .btn {
  width: 100%;
  font-size: 3rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.form__error {
  z-index: 100;
  font-weight: 400;
  color: #fff;
  background: #ff5b5b;
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 14px 20px;
  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;
}
@media (max-width: 991.98px) {
  .form__error {
    font-size: 1.4rem;
  }
}
@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: 17px;
  height: 9px;
  background-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 ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form__agreement .form__error, .form__upload .form__error {
  left: 0px;
  -webkit-transform: translateX(0%) translateY(10px);
      -ms-transform: translateX(0%) translateY(10px);
          transform: translateX(0%) translateY(10px);
  border-top-left-radius: 0;
}
.form__agreement .form__error::before, .form__upload .form__error::before {
  left: 3px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.input-placeholder {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
  display: block;
  margin-bottom: 0.3rem;
}
@media (max-width: 991.98px) {
  .input-placeholder {
    font-size: 1.4rem;
    margin-bottom: -0.1rem;
  }
}

.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;
  background-color: transparent !important;
  border: none;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 991.98px) {
  .input {
    font-size: 1.8rem;
  }
}
.input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

textarea.input {
  height: 9.2rem;
  resize: vertical;
}
@media (max-width: 991.98px) {
  textarea.input {
    height: 8.6re;
  }
}

.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: 0.8rem;
}
.checkbox__emulator {
  display: block;
  height: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .checkbox__emulator {
    height: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
  }
}
._form-error .checkbox__emulator {
  border-color: #ff5b5b;
}
.checkbox__emulator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  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-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6654 7L9.4987 16.1667L5.33203 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.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);
}

.upload {
  margin-top: 3.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 113%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .upload {
    margin-top: 2.4rem;
  }
}
.upload__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
._form-error .upload__label {
  color: #ff5b5b;
}
.upload__input {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.upload__filename {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
._form-error .upload__filename {
  color: #ff5b5b;
}
.upload__filename button {
  margin-left: 1rem;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
  outline: none !important;
}
.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
  border: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0px;
}

.swiper-pagination-bullet:active, .swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-pagination-bullet::-moz-focus-inner {
  border: 0 !important;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  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;
  height: 1.3rem;
  margin-top: 3.2rem;
}
@media (min-width: 991.98px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.24);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 0.4rem;
  height: 1.3rem;
}

.swiper-control {
  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;
  gap: 0.8rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0%;
  width: 7.2rem;
  height: 5.6rem;
  margin-top: 0px;
  border-radius: 0;
  z-index: 10;
  cursor: pointer;
  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;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  color: #fff;
}
.swiper-button-next svg *[fill],
.swiper-button-prev svg *[fill] {
  fill: currentColor;
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
.swiper-button-next svg *[stroke],
.swiper-button-prev svg *[stroke] {
  stroke: currentColor;
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-button-next svg:last-child,
.swiper-button-prev svg:last-child {
  opacity: 0;
}
@media (any-hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #000;
    background-color: #fff;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: 0px;
}
.swiper-button-prev svg:last-child,
.swiper-rtl .swiper-button-next svg:last-child {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (any-hover: hover) {
  .swiper-button-prev:hover svg:first-child,
  .swiper-rtl .swiper-button-next:hover svg:first-child {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  .swiper-button-prev:hover svg:last-child,
  .swiper-rtl .swiper-button-next:hover svg:last-child {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: 0px;
}
.swiper-button-next svg:last-child,
.swiper-rtl .swiper-button-prev svg:last-child {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (any-hover: hover) {
  .swiper-button-next:hover svg:first-child,
  .swiper-rtl .swiper-button-prev:hover svg:first-child {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  .swiper-button-next:hover svg:last-child,
  .swiper-rtl .swiper-button-prev:hover svg:last-child {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

body::after {
  content: "";
  backdrop-filter: blur(10px);
  background: rgba(72, 170, 110, 0.3);
  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;
}

.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: 2.4rem;
  top: 2.4rem;
  z-index: 10;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
}

.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;
  background-color: #000;
  padding: 6.4rem 5.6rem 5.6rem 5.6rem;
  width: 100%;
  max-width: 65.5rem;
  position: relative;
}
.lock .popup__content {
  visibility: visible;
}

.popup__text h3 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .popup__text h3 {
    font-size: 2.4rem;
  }
}
.popup__text .form {
  margin-top: 3.2rem;
}
.popup__text .form__line:not(.form__agreement, .form__upload):not(:hover, ._form-error, ._form-focus) {
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.popup__text .form__button .btn {
  width: 100%;
}

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

.popup#notice-warn .popup__content {
  max-width: 76.8rem;
}
.popup#notice-warn .popup__content p {
  margin-top: 2rem;
}
.popup#notice-warn .popup__buttons {
  margin-top: 3.2rem;
}
.popup#notice-warn .popup__buttons .btn {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3.3rem 0;
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 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), all 0.3s ease 0s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), all 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, .crm-widget-button-mobile .header {
    padding-right: 6px;
  }
}
.header._header-scroll {
  padding: 2rem 0;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .header {
    padding: 2rem 0px;
  }
  .header::after {
    content: "";
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100vh;
    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__container {
  max-width: 183rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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 (min-width: 991.98px) {
  .lock .header__wrapper {
    padding-right: 6px !important;
  }
}
.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.1rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .header__logo {
    max-width: 11.1rem;
  }
}
.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;
    height: 3.2rem;
    width: 3.2rem;
    position: relative;
    z-index: 10;
  }
  .header__menu .menu__burger::before, .header__menu .menu__burger::after {
    content: "";
    position: absolute;
    width: calc(100% - 0.8rem);
    height: 0.2rem;
    border-radius: 0.2rem;
    background: #fff;
    -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::before {
    top: 1rem;
  }
  .header__menu .menu__burger::after {
    bottom: 1rem;
  }
  .menu-open .header__menu .menu__burger::before {
    top: calc(50% - 0.1rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-open .header__menu .menu__burger::after {
    bottom: calc(50% - 0.1rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@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: 100vh;
    padding: 9.7rem 1.5rem 14.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-image: url("../img/menu_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
  }
  .header__menu .menu__block > * {
    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: 3.2rem;
  }
}
.header__menu .menu__list li {
  position: relative;
}
@media (max-width: 991.98px) {
  .header__menu .menu__list li:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}
.header__menu .menu__list li a {
  display: block;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 109%;
  padding: 1.2rem 0;
  position: relative;
}
.header__menu .menu__list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.header__menu .menu__list li a.current_menu_item::after {
  opacity: 1;
}
@media (any-hover: hover) {
  .header__menu .menu__list li:hover > a::after {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .header__btn {
    margin-top: 6.6rem;
  }
}
.header__btn .btn {
  font-size: 2.4rem;
  line-height: 100%;
  padding: 2rem 5.7rem;
}

.footer {
  position: relative;
  padding: 20rem 0 6.8rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 6.5rem 0 15rem;
    margin-top: 2rem;
  }
}
.footer__container {
  position: relative;
  z-index: 2;
}
.footer__block {
  max-width: 65.5rem;
  margin: 5.3rem auto 0;
}
@media (max-width: 991.98px) {
  .footer__block {
    margin: 5.7rem auto 0;
  }
}
.footer__bottom {
  margin-top: 8.7rem;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    margin-top: 8rem;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .footer__wrapper {
    -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;
  }
}
.footer__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.1rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .footer__logo {
    max-width: 11.1rem;
  }
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__links {
  margin-left: 10.5rem;
  margin-bottom: -1.5rem;
}
@media (max-width: 991.98px) {
  .footer__links {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 3.8rem;
  }
}
.footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 991.98px) {
  .footer__links ul {
    -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;
    text-align: center;
    gap: 1.3rem;
  }
}
.footer__links ul li a {
  padding: 1.2rem 0;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 109%;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__links ul li a {
    font-size: 1.8rem;
    line-height: 133%;
    padding: 1.2rem;
  }
}
.footer__links ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__links ul li a:hover::after {
    opacity: 1;
  }
}
.footer__bg-elems {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.footer__bg-elem {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.footer__bg-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bg-bullet--left {
  top: 38.6%;
  left: -11%;
  z-index: 1;
  width: 57.3rem;
  height: 42rem;
}
@media (max-width: 991.98px) {
  .footer__bg-bullet--left {
    width: 39.9rem;
    height: 17.3rem;
    top: 30.6%;
    left: -78.3%;
  }
}
.footer__bg-bullet--right {
  top: 9.9%;
  right: -4.5%;
  z-index: 1;
  width: 52.6rem;
  height: 22.6rem;
}
@media (max-width: 991.98px) {
  .footer__bg-bullet--right {
    display: none;
  }
}
.footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.hero {
  height: 102.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero {
    height: 63.1rem;
  }
}
.hero__bg-elems {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.hero__bg-elem {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.hero__bg-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__bg-shard--top-left {
  width: 10.2rem;
  height: 7.8rem;
  top: 18.5%;
  left: 24.3%;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .hero__bg-shard--top-left {
    width: 5.6rem;
    height: 4.3rem;
    top: 35.5%;
    left: 17.2%;
  }
}
.hero__bg-shard--bottom-left {
  width: 5.3rem;
  height: 3.1rem;
  top: 35%;
  left: 11.6%;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .hero__bg-shard--bottom-left {
    display: none;
  }
}
.hero__bg-shard--top-right {
  width: 6.5rem;
  height: 5rem;
  top: 14%;
  right: 15.5%;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .hero__bg-shard--top-right {
    display: none;
  }
}
.hero__bg-shard--bottom-right {
  width: 8rem;
  height: 5.4rem;
  top: 34%;
  right: 10.3%;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .hero__bg-shard--bottom-right {
    display: none;
  }
}
.hero__bg-gradient {
  width: 64.8rem;
  height: 64.8rem;
  bottom: -16%;
  right: -22%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .hero__bg-gradient {
    display: none;
  }
}
.hero__bg-bullet--left {
  width: 72.1rem;
  height: 31.3rem;
  top: 12.6%;
  left: -11.3%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero__bg-bullet--left {
    width: 39.9rem;
    height: 17.3rem;
    top: 30.6%;
    left: -78.3%;
  }
}
.hero__bg-bullet--right {
  width: 52.6rem;
  height: 22.6rem;
  top: 12.6%;
  right: -7.1%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero__bg-bullet--right {
    display: none;
  }
}
.hero__bg-phone {
  width: 33.1rem;
  height: 50.1rem;
  bottom: 8%;
  right: 5.4%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .hero__bg-phone {
    display: none;
  }
}
.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero__container {
  position: relative;
  z-index: 2;
}
.hero__wrapper {
  padding-top: 20.4rem;
}
@media (max-width: 991.98px) {
  .hero__wrapper {
    padding-top: 10.3rem;
  }
}
.hero__content {
  max-width: 59.2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.hero__content h1 {
  font-family: var(--second-font);
  font-weight: 800;
  font-size: 12rem;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .hero__content h1 {
    font-size: 6rem;
  }
}
.hero__content h2 {
  font-family: var(--second-font);
  font-weight: 800;
  font-size: 9.4rem;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .hero__content h2 {
    font-size: 6rem;
  }
}
@media (min-width: 991.98px) {
  .hero__content h4 {
    width: 100%;
    max-width: 16.1rem;
    position: absolute;
    top: 34.9%;
    left: 106%;
  }
}
@media (max-width: 991.98px) {
  .hero__content h4 {
    margin-top: 7.2rem;
    font-size: 3rem;
  }
}
.hero__content .btn {
  margin-top: 7.8rem;
  width: 100%;
  max-width: 46.6rem;
}
@media (max-width: 991.98px) {
  .hero__content .btn {
    max-width: 29.7rem;
    margin-top: 4.1rem;
  }
}
.hero__key {
  -webkit-transform: rotate(-6deg) skew(-6deg);
      -ms-transform: rotate(-6deg) skew(-6deg);
          transform: rotate(-6deg) skew(-6deg);
  padding: 0.5rem 3.5rem 2rem;
  position: relative;
  max-width: 39.3rem;
  margin: -0.5rem auto 0;
}
@media (max-width: 991.98px) {
  .hero__key {
    margin: 1.9rem auto 0;
    max-width: 26.3rem;
    padding: 0.5rem 1.5rem 1.5rem;
  }
}
.hero__key h2 {
  mix-blend-mode: overlay;
}
.hero__key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--second-gradient);
  z-index: -1;
}

.features {
  padding: 7rem 0;
}
@media (max-width: 991.98px) {
  .features {
    padding: 3.7rem 0;
  }
}
.features__slider {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .features__slider {
    margin-top: 2.9rem;
    overflow: visible;
  }
}
.features__control {
  margin-bottom: 2.4rem;
}
@media (max-width: 991.98px) {
  .features__control {
    display: none;
  }
}
.features__slide {
  min-height: 1px;
  height: auto;
}
.features__slide:nth-child(1) .features__item, .features__slide:nth-child(5n) .features__item {
  background-image: url("../img/features/features_item-bg-1.png");
}
.features__slide:nth-child(1) .features__desc h3, .features__slide:nth-child(5n) .features__desc h3 {
  background: linear-gradient(242deg, #222129 0%, #48b96c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__slide:nth-child(2) .features__item, .features__slide:nth-child(6n) .features__item {
  background-image: url("../img/features/features_item-bg-2.png");
}
.features__slide:nth-child(2) .features__desc h3, .features__slide:nth-child(6n) .features__desc h3 {
  background: linear-gradient(65deg, #db4e3b 0%, #ea824b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__slide:nth-child(3) .features__item, .features__slide:nth-child(7n) .features__item {
  background-image: url("../img/features/features_item-bg-3.png");
}
.features__slide:nth-child(3) .features__desc h3, .features__slide:nth-child(7n) .features__desc h3 {
  background: linear-gradient(242deg, #222129 0%, #48b96c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__slide:nth-child(4) .features__item, .features__slide:nth-child(8n) .features__item {
  background-image: url("../img/features/features_item-bg-4.png");
}
.features__slide:nth-child(4) .features__desc h3, .features__slide:nth-child(8n) .features__desc h3 {
  background: linear-gradient(65deg, #db4e3b 0%, #ea824b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__item {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 4.2rem 5.6rem 6.6rem;
  border-radius: 0 0 6rem 0;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .features__item {
    padding: 2.9rem 4rem 3.9rem;
  }
}
.features__desc p {
  margin-top: 0.9rem;
}

.services {
  padding: 8.3rem 0 7.3rem;
}
@media (max-width: 991.98px) {
  .services {
    padding: 2.4rem 0 2.2rem;
  }
}
.services__slider {
  overflow: visible;
  margin-top: 14.1rem;
}
@media (max-width: 991.98px) {
  .services__slider {
    margin-top: 8.8rem;
  }
}
@media (min-width: 991.98px) {
  .services__swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7.2rem 4.8rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .services__swiper {
    gap: 6rem 3rem;
  }
}
.services__slide {
  min-height: 1px;
  height: auto;
}
@media (min-width: 991.98px) {
  .services__slide {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.6rem);
            flex: 0 0 calc(25% - 3.6rem);
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .services__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2.3rem);
            flex: 0 0 calc(25% - 2.3rem);
  }
}
.services__slide:nth-child(1) .services__item, .services__slide:nth-child(5n) .services__item {
  border-radius: 0 0 6rem 0;
}
.services__slide:nth-child(2) .services__item, .services__slide:nth-child(4) .services__item, .services__slide:nth-child(6n) .services__item, .services__slide:nth-child(8n) .services__item {
  border-radius: 6rem 0 0 0;
}
.services__slide:nth-child(3) .services__item, .services__slide:nth-child(7n) .services__item {
  border-radius: 0 0 0 6rem;
}
.services__pagination {
  margin-top: 4.9rem;
}
.services__item {
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  padding: 19.2rem 4rem 4rem 4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .services__item {
    padding: 17.8rem 3.2rem 4rem 3.2rem;
  }
}
.services__img {
  width: 100%;
  position: absolute;
  top: -6.4rem;
  left: 0;
}
@media (max-width: 539.98px) {
  .services__img {
    height: 23.6rem;
  }
}
.services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .services__desc h3 {
    font-size: 3.6rem;
  }
}
.services__desc p {
  margin-top: 0.7rem;
}
.services__desc .btn {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.services__bg-elems {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.services__bg-elem {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.services__bg-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services__bg-bullet--left {
  top: 2.6%;
  left: -12.3%;
  z-index: 1;
  width: 46.9rem;
  height: 20.4rem;
}
@media (max-width: 991.98px) {
  .services__bg-bullet--left {
    display: none;
  }
}
.services__bg-bullet--right {
  bottom: 5.2%;
  right: -13.1%;
  z-index: 1;
  width: 50.5rem;
  height: 31.8rem;
}
@media (max-width: 991.98px) {
  .services__bg-bullet--right {
    display: none;
  }
}
.services__bg-gradient {
  width: 284.4rem;
  height: 284.4rem;
  top: -70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .services__bg-gradient {
    width: 140.2rem;
    height: 140.2rem;
    top: -85%;
  }
}
.services__bg-gradient-2 {
  width: 284.4rem;
  height: 284.4rem;
  top: -130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .services__bg-gradient-2 {
    width: 168rem;
    height: 168rem;
    top: -85%;
  }
}

.promo {
  padding: 8rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .promo {
    padding: 4.7rem 0;
  }
}
.promo__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.promo__container > h2, .promo__container > h4 {
  text-align: center;
}
@media (min-width: 991.98px) {
  .promo__container > h2 br {
    display: none;
  }
}
.promo__container > h4 {
  margin-top: 2.3rem;
}
@media (max-width: 991.98px) {
  .promo__container > h4 {
    margin-top: 3.6rem;
  }
}
.promo__wrapper {
  position: relative;
  margin: 2.6rem auto 0;
  max-width: 127.1rem;
  height: 50.6rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo__wrapper {
    height: 50.8rem;
    margin: 4.8rem auto 0;
  }
}
.promo__left h5, .promo__right h5 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 113%;
}
@media (max-width: 991.98px) {
  .promo__left h5, .promo__right h5 {
    font-size: 1.8rem;
  }
}
.promo__left .promo__key {
  -webkit-transform: rotate(6deg) skew(6deg);
      -ms-transform: rotate(6deg) skew(6deg);
          transform: rotate(6deg) skew(6deg);
  bottom: 16%;
  left: 7.2%;
  width: 68.1rem;
  height: 15.7rem;
  padding: 0.6rem 2rem;
}
@media (max-width: 991.98px) {
  .promo__left .promo__key {
    width: 33.3rem;
    height: 7.7rem;
    bottom: 16%;
    left: 1.2%;
    padding: 0.3rem 0.9rem;
  }
}
.promo__left .promo__key::before {
  background: linear-gradient(65deg, #db4e3b 0%, #ea824b 100%);
}
.promo__left h5 {
  position: absolute;
  bottom: 14%;
  left: -2.2%;
}
@media (max-width: 991.98px) {
  .promo__left h5 {
    bottom: 9.2%;
    left: 6.6%;
  }
}
.promo__right .promo__key {
  -webkit-transform: rotate(-6deg) skew(-6deg);
      -ms-transform: rotate(-6deg) skew(-6deg);
          transform: rotate(-6deg) skew(-6deg);
  top: 16.5%;
  right: 12%;
  width: 48.3rem;
  height: 16.1rem;
  padding: 0.5rem 2.1rem;
}
@media (max-width: 991.98px) {
  .promo__right .promo__key {
    width: 24.7rem;
    height: 7.9rem;
    top: 6.5%;
    right: auto;
    left: 0%;
    padding: 0 1.6rem;
  }
}
.promo__right .promo__key::before {
  background: linear-gradient(65deg, #4d4eab 0%, #9a4637 100%);
}
.promo__right h5 {
  position: absolute;
  top: 47%;
  right: 0%;
}
@media (max-width: 991.98px) {
  .promo__right h5 {
    top: 28.4%;
    right: auto;
    left: 2.7%;
  }
}
.promo__key {
  position: absolute;
}
.promo__key h2 {
  font-weight: 800;
  font-size: 7.7rem;
  line-height: 90%;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  text-align: left;
}
@media (max-width: 991.98px) {
  .promo__key h2 {
    font-size: 3.8rem;
  }
}
.promo__key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(65deg, #4d4eab 0%, #9a4637 100%);
  z-index: -1;
}
.promo__bg-elems {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.promo__bg-elem {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.promo__bg-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo__bg-shard--top-left {
  width: 9.2rem;
  height: 6.3rem;
  top: 8%;
  left: 0%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo__bg-shard--top-left {
    width: 4.6rem;
    height: 3.1rem;
    top: 49%;
    left: 11%;
  }
}
.promo__bg-shard--center {
  width: 5.2rem;
  height: 4.6rem;
  top: 7%;
  left: 46.4%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo__bg-shard--center {
    width: 3.3rem;
    height: 2.9rem;
    top: -2%;
    left: 76.4%;
  }
}
.promo__bg-shard--top-right {
  width: 5.2rem;
  height: 4.1rem;
  top: 0%;
  right: 1%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo__bg-shard--top-right {
    width: 2.7rem;
    height: 2.1rem;
    top: 11%;
    right: 5%;
  }
}
.promo__bg-shard--bottom-right {
  width: 6.8rem;
  height: 7.8rem;
  bottom: 6%;
  right: 0%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo__bg-shard--bottom-right {
    width: 4rem;
    height: 4.6rem;
    bottom: 1%;
    right: 15%;
  }
}
.promo__bg-gradient {
  width: 64.8rem;
  height: 64.8rem;
  bottom: -38%;
  right: -26%;
}
@media (max-width: 1169.98px) {
  .promo__bg-gradient {
    right: -30%;
  }
}
@media (max-width: 991.98px) {
  .promo__bg-gradient {
    display: none;
  }
}

.project {
  padding: 7.1rem 0;
}
@media (max-width: 991.98px) {
  .project {
    padding: 2.8rem 0;
  }
}
.project__slider {
  overflow: visible;
  margin-top: 2rem;
}
.project__control {
  margin-bottom: 2.4rem;
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .project__control-desk {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .project__control-mob {
    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;
    margin-top: 2.4rem;
  }
}
@media (min-width: 991.98px) {
  .project__control-mob {
    display: none;
  }
}
.project .swiper-pagination {
  margin-top: 0;
  width: auto;
}
@media (min-width: 991.98px) {
  .project .swiper-pagination {
    display: unset;
  }
}
.project__pagination-fraction {
  font-weight: 400;
  font-size: 2rem;
  line-height: 113%;
  color: rgba(255, 255, 255, 0.5);
}
.project__pagination-fraction .current {
  color: #fff;
}
.project__slide {
  min-height: 1px;
  height: auto;
}
.project__item {
  width: 100%;
  height: 100%;
  background-image: url("../img/project/project__bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3.4rem 4.5rem 4.5rem;
}
@media (max-width: 1439.98px) {
  .project__item {
    padding: 4rem;
  }
}
@media (max-width: 991.98px) {
  .project__item {
    padding: 3.2rem 2.4rem;
  }
}
@media (min-width: 1439.98px) {
  .project__head {
    padding-left: 0.7rem;
  }
}
.project__head h3 {
  font-size: 4.8rem;
  line-height: 105%;
}
@media (max-width: 991.98px) {
  .project__head h3 {
    font-size: 2.4rem;
  }
}
.project__list {
  margin-top: 2.4rem;
}
@media (min-width: 1439.98px) {
  .project__list {
    padding-left: 0.7rem;
  }
}
@media (max-width: 991.98px) {
  .project__list {
    margin-top: 2.6rem;
  }
}
.project__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1rem;
}
@media (max-width: 991.98px) {
  .project__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
}
.project__list ul li {
  font-weight: 400;
  font-size: 2rem;
  line-height: 113%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .project__list ul li {
    font-size: 1.8rem;
  }
}
.project__list ul li:nth-child(1) {
  color: #46b369;
}
.project__list ul li:nth-child(2) {
  color: #ea824b;
}
.project__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.5rem;
  margin-top: 5.5rem;
}
@media (max-width: 1439.98px) {
  .project__wrapper {
    gap: 3rem;
  }
}
@media (max-width: 991.98px) {
  .project__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.9rem;
  }
}
.project__img {
  width: 100%;
  height: 100%;
}
@media (min-width: 991.98px) {
  .project__img {
    width: 100rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 991.98px) and (max-width: 1169.98px) {
  .project__img {
    width: 85rem;
  }
}
.project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1439.98px) {
  .project__desc {
    padding-top: 0.5rem;
    max-width: 45.4rem;
  }
}
.project__desc_part:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 991.98px) {
  .project__desc_part:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.project__desc_part h4 {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 105%;
  text-transform: unset;
}
@media (max-width: 991.98px) {
  .project__desc_part h4 {
    font-size: 2.4rem;
  }
}
.project__desc_part:last-child h4 {
  background: linear-gradient(242deg, #222129 0%, #48b96c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project__desc_part ul {
  margin-top: 1.2rem;
}
@media (max-width: 991.98px) {
  .project__desc_part ul {
    margin-top: 1rem;
  }
}
.project__desc_part ul li {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 113%;
}
@media (max-width: 991.98px) {
  .project__desc_part ul li {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
.project__desc_part ul li::before {
  content: "—";
  margin-right: 0.8rem;
}
@media (max-width: 991.98px) {
  .project__desc_part ul li::before {
    margin-right: 0.5rem;
  }
}
.project__desc_part ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .project__desc_part ul li:not(:last-child) {
    margin-bottom: 0rem;
  }
}
.project__bg-elems {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.project__bg-elem {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.project__bg-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project__bg-bullet--left {
  top: -10.9%;
  left: -9.3%;
  z-index: 1;
  width: 50.8rem;
  height: 41.1rem;
}
@media (max-width: 991.98px) {
  .project__bg-bullet--left {
    display: none;
  }
}
.project__bg-gradient {
  width: 284.4rem;
  height: 284.4rem;
  top: -70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .project__bg-gradient {
    width: 140.2rem;
    height: 140.2rem;
    top: -30%;
  }
}

.steps {
  padding: 8.3rem 0;
}
@media (max-width: 991.98px) {
  .steps {
    padding: 2rem 0;
  }
}
.steps__slider {
  margin-top: 7.7rem;
}
@media (max-width: 991.98px) {
  .steps__slider {
    overflow: visible;
    margin-top: 2.4rem;
  }
}
.steps__swiper {
  counter-reset: steps;
}
@media (min-width: 991.98px) {
  .steps__swiper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.8rem;
  }
}
.steps__slide {
  min-height: 1px;
  height: auto;
}
.steps__slide:nth-child(1) .steps__item {
  background-image: url("../img/steps/steps_bg--min.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (min-width: 991.98px) {
  .steps__slide:nth-child(1) {
    grid-row: 2 span;
  }
  .steps__slide:nth-child(1) .steps__item {
    background-image: url("../img/steps/steps_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .steps__slide:nth-child(1) .steps__item::after {
    top: 23.5%;
  }
}
.steps__item {
  padding: 0 4.5rem 3.6rem;
  background: #1b1b1b;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1439.98px) {
  .steps__item {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .steps__item {
    padding: 0 4.1rem 5.4rem;
  }
}
@media (min-width: 991.98px) {
  .steps__item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100%;
    display: block;
    width: 4.8rem;
    height: 5.2rem;
    background: #1b1b1b;
  }
}
.steps__item::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero) "";
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 22.1rem;
  line-height: 91%;
  display: block;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -2.5rem;
}
@media (max-width: 991.98px) {
  .steps__item::before {
    margin-bottom: -2rem;
  }
}
@media (max-width: 991.98px) {
  .steps__desc h3 {
    font-size: 3.6rem;
  }
}
.steps__desc p {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .steps__desc p {
    margin-top: 0.8rem;
  }
}
.steps__desc .btn {
  margin-top: 2.4rem;
  font-size: 2.1rem;
  line-height: 114%;
  padding: 1.1rem 4.5rem;
}
@media (max-width: 991.98px) {
  .steps__desc .btn {
    margin-top: 1.4rem;
  }
}
.steps__desc .btn:not(:hover)::before {
  top: 1rem;
  left: 1rem;
}
.steps__desc .btn:not(:hover)::after {
  bottom: 1rem;
  right: 1rem;
}
.b24-widget-button-crmform {
  background-color: var(--primary-color) !important;
}

.b24-widget-button-inner-block,
.b24-widget-button-inner-mask {
  background-color: var(--second-color) !important;
}

.b24-widget-button-pulse {
  border-color: var(--second-color) !important;
}

.ui-icon-service-telegram > i {
  background-image: url("../img/tg.svg") !important;
}

.ui-icon-service-whatsapp > i {
  background-image: url("../img/wa.svg") !important;
}

.b24-window-panel .b24-window-scrollable {
  background-color: #000 !important;
}

.form .b24-form-wrapper,
.b24-window-scrollable .b24-form-wrapper {
  background-color: transparent !important;
  min-height: unset !important;
  max-width: unset !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.form .b24-form-wrapper.b24-form-border-bottom,
.b24-window-scrollable .b24-form-wrapper.b24-form-border-bottom {
  border: none !important;
}

.form .b24-form-header.b24-form-padding-side {
  display: none !important;
}

.form .b24-form-wrapper.b24-form-shadow,
.b24-window-scrollable .b24-form-wrapper.b24-form-shadow {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.form .b24-form-content {
  padding: 0 !important;
}

.form .b24-form-sign,
.b24-window-scrollable .b24-form-sign {
  display: none !important;
}

.form .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container,
.b24-window-scrollable .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container {
  margin: 0 0 1.1rem !important;
  background: #000 !important;
  border-radius: 0 0 1.6rem 0 !important;
  padding: 1.8rem 2.4rem !important;
  border-radius: 0 0 1.6rem 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.popup .form .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container,
.b24-window-scrollable .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 991.98px) {
  .form .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container,
  .b24-window-scrollable .b24-form-field:not(.b24-form-control-file, .b24-form-control-agreement) .b24-form-control-container {
    padding: 0.65rem 1.8rem !important;
  }
}
.form .b24-form-control,
.b24-window-scrollable .b24-form-control {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  width: 100% !important;
  outline: none !important;
  width: 100% !important;
  -webkit-transition: 0.3s ease 0s !important;
  transition: 0.3s ease 0s !important;
  -webkit-transition-property: background-color, border-color !important;
  transition-property: background-color, border-color !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: 400 !important;
  font-size: 2.2rem !important;
  line-height: 120% !important;
  color: #fff !important;
}

.form .b24-form-control::-webkit-input-placeholder,
.b24-window-scrollable .b24-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::-moz-placeholder,
.b24-window-scrollable .b24-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control:-ms-input-placeholder,
.b24-window-scrollable .b24-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::-ms-input-placeholder,
.b24-window-scrollable .b24-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::-webkit-input-placeholder, .b24-window-scrollable .b24-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::-moz-placeholder, .b24-window-scrollable .b24-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control:-ms-input-placeholder, .b24-window-scrollable .b24-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::-ms-input-placeholder, .b24-window-scrollable .b24-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form .b24-form-control::placeholder,
.b24-window-scrollable .b24-form-control::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.form textarea.b24-form-control,
.b24-window-scrollable textarea.b24-form-control {
  height: 9.2rem !important;
  resize: vertical !important;
}

@media (max-width: 991.98px) {
  .form textarea.b24-form-control,
  .b24-window-scrollable textarea.b24-form-control {
    height: 8.6rem !important;
  }
}
@media (max-width: 991.98px) {
  .form .b24-form-control,
  .b24-window-scrollable .b24-form-control {
    font-size: 1.8rem !important;
  }
}
.form .b24-form-control-alert-message,
.b24-window-scrollable .b24-form-control-alert-message {
  left: 0 !important;
  top: 100% !important;
}

.form .b24-form-control-label,
.b24-window-scrollable .b24-form-control-label {
  padding: 0 !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 160% !important;
  display: block !important;
  margin: 0 0 0.3rem !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  color: #fff !important;
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .form .b24-form-control-label,
  .b24-window-scrollable .b24-form-control-label {
    font-size: 1.4rem !important;
    margin-bottom: -0.1rem !important;
  }
}
.form .b24-form-control-file,
.b24-window-scrollable .b24-form-control-file {
  border: none !important;
  background-color: unset !important;
  width: 100%;
  padding: 0 !important;
  letter-spacing: 0 !important;
}

.form .b24-form-control-file .b24-form-control,
.b24-window-scrollable .b24-form-control-file .b24-form-control {
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 160% !important;
  display: block !important;
  margin: 0 0 0.3rem !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  color: #fff !important;
  opacity: 1 !important;
  padding: 0 10px 0 30px !important;
  margin: 0 !important;
}

.form .b24-form-field-agreement .b24-form-control-container,
.b24-window-scrollable .b24-form-field-agreement .b24-form-control-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 0.8rem !important;
}

.form .b24-form-field-agreement .b24-form-field-agreement-link,
.b24-window-scrollable .b24-form-field-agreement .b24-form-field-agreement-link {
  font-weight: 400 !important;
  font-size: 1.6rem !important;
}

.form .b24-form-field-agreement input,
.b24-window-scrollable .b24-form-field-agreement input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: block !important;
  height: 2.4rem !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 2.4rem !important;
          flex: 0 0 2.4rem !important;
  position: relative !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

@media (max-width: 991.98px) {
  .form .b24-form-field-agreement input,
  .b24-window-scrollable .b24-form-field-agreement input {
    height: 2rem !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 2rem !important;
            flex: 0 0 2rem !important;
  }
}
.form .b24-form-field-agreement input::before,
.b24-window-scrollable .b24-form-field-agreement input::before {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  opacity: 0 !important;
  z-index: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1.5) !important;
      -ms-transform: translate(-50%, -50%) scale(1.5) !important;
          transform: translate(-50%, -50%) scale(1.5) !important;
  -webkit-transition: ease-out 0.15s !important;
  transition: ease-out 0.15s !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6654 7L9.4987 16.1667L5.33203 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.form .b24-form-field-agreement input:checked::before,
.b24-window-scrollable .b24-form-field-agreement input:checked::before {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
      -ms-transform: translate(-50%, -50%) scale(1) !important;
          transform: translate(-50%, -50%) scale(1) !important;
}

.form .b24-form-btn,
.b24-window-scrollable .b24-form-btn {
  text-transform: none !important;
  cursor: pointer !important;
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center !important;
  z-index: 10 !important;
  font-family: var(--second-font) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-weight: 700 !important;
  font-size: 3rem !important;
  padding: 1.7rem 5.7rem !important;
  line-height: 80% !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  background: linear-gradient(49deg, #4e527e 0%, #48b96c 100%) !important;
  background-size: 100% 100% !important;
}
@media (any-hover: hover) {
  .form .b24-form-btn:hover,
  .b24-window-scrollable .b24-form-btn:hover {
    background-size: 150% 100% !important;
  }
}
@media (max-width: 991.98px) {
  .form .b24-form-btn,
  .b24-window-scrollable .b24-form-btn {
    font-size: 2.4rem !important;
    line-height: 100% !important;
  }
}
.form .b24-form-btn::before, .form .b24-form-btn::after,
.b24-window-scrollable .b24-form-btn::before,
.b24-window-scrollable .b24-form-btn::after {
  content: "" !important;
  position: absolute !important;
  width: 1.7rem !important;
  height: 1.9rem !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.form .b24-form-btn::before,
.b24-window-scrollable .b24-form-btn::before {
  top: 1.9rem !important;
  left: 1.6rem !important;
  border-top: 1px solid currentColor !important;
  border-left: 1px solid currentColor !important;
}
.form .b24-form-btn::after,
.b24-window-scrollable .b24-form-btn::after {
  bottom: 1.7rem !important;
  right: 1.6rem !important;
  border-bottom: 1px solid currentColor !important;
  border-right: 1px solid currentColor !important;
}
@media (any-hover: hover) {
  .form .b24-form-btn:hover::before,
  .b24-window-scrollable .b24-form-btn:hover::before {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .form .b24-form-btn:hover::after,
  .b24-window-scrollable .b24-form-btn:hover::after {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}