@import "bootstrap-grid.css";
@font-face {
  font-family: "GothamPro";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/gothampro-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/gothampro-medium.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/gothampro-bold.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: black;
  font-weight: 900;
  src: url("../fonts/gothampro-black.woff2") format("woff2");
}
@font-face {
  font-family: "Aldrich";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/aldrich-regular.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #033c2f;
  color: #fff;
}

::selection {
  background-color: #033c2f;
  color: #fff;
}

input, textarea {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Aldrich", sans-serif;
  overflow-x: hidden;
  color: #eef7f0;
  background-color: #0b0d10;
  background-color: #000;
  margin: 0;
}

h1, h2, h3, h4, p, input, button, a, textarea {
  margin: 0;
  padding: 0;
  font-family: "Aldrich", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #eef7f0;
}
img::selection {
  background-color: transparent;
  color: #eef7f0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 5;
}

.perspective-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  min-height: calc(100vh - 0px);
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
}
.perspective-wrap .squares {
  position: absolute;
  bottom: 320px;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  opacity: 0.44;
}
.perspective-wrap .squares .hide-squares {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #000 0%, #000 0%, rgba(0, 0, 0, 0.64) 10%, rgba(0, 0, 0, 0.1) 100%);
}
.perspective-wrap .squares::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 100%;
  background-color: #000;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  bottom: 0;
  left: -500px;
}
.perspective-wrap .squares::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 100%;
  background-color: #000;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  bottom: 0;
  right: -500px;
}
.perspective-wrap .squares .line-square {
  display: flex;
  align-items: center;
}
.perspective-wrap .squares img {
  width: 1200px;
}
.perspective-wrap .perspective-hide-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.perspective-wrap .perspective-hide-wrap .hide-perspective-lines {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000 0%, #000 10%, rgba(0, 0, 0, 0.84) 40%, rgba(0, 0, 0, 0.1) 100%);
}
.perspective-wrap .perspective-hide-wrap::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #000;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  bottom: -100px;
  left: -500px;
  transform: rotate(18deg);
  z-index: 1;
}
.perspective-wrap .perspective-hide-wrap::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #000;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  bottom: -100px;
  right: -500px;
  transform: rotate(-18deg);
  z-index: 1;
}
.perspective-wrap .perspective-hide {
  position: absolute;
  width: 100%;
  height: 600px;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, #000 0%, #000 40%, rgba(0, 0, 0, 0.64) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.perspective-wrap .perspective-hide::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #000;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  bottom: -100px;
  left: -500px;
  transform: rotate(18deg);
  opacity: 0.74;
  display: none;
}
.perspective-wrap .perspective-hide::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #000;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  bottom: -100px;
  right: -500px;
  transform: rotate(-18deg);
  opacity: 0.74;
  display: none;
}
.perspective-wrap .-perspective, .perspective-wrap .with-animation {
  width: 1200px;
}
.perspective-wrap .-perspective {
  opacity: 0.82;
}
.perspective-wrap .with-animation {
  display: flex;
  align-items: center;
  position: relative;
}
.perspective-wrap .with-animation .-block-light {
  z-index: 4 !important;
  opacity: 0.74 !important;
  filter: drop-shadow(0 14px 8px #025959) !important;
}
.perspective-wrap .with-animation .-block-anim {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.perspective-wrap .with-animation .-block-anim.-ba1 {
  max-width: 200px;
  bottom: 42px;
  left: 34px;
  animation: cube-anim1 9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -1.2s;
}
.perspective-wrap .with-animation .-block-anim.-ba2 {
  max-width: 63px;
  bottom: 245px;
  left: 2px;
  animation: cube-anim1 6.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -4.3s;
  animation-direction: alternate;
}
.perspective-wrap .with-animation .-block-anim.-ba3 {
  max-width: 140px;
  bottom: 159px;
  right: 497px;
  animation: cube-anim1 10.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -7.1s;
  animation-direction: reverse;
}
.perspective-wrap .with-animation .-block-anim.-ba4 {
  max-width: 270px;
  bottom: 32px;
  right: -36px;
  animation: cube-anim1 8.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -2.8s;
}
.perspective-wrap .with-animation .-block-anim.-ba5, .perspective-wrap .with-animation .-block-anim.-ba6, .perspective-wrap .with-animation .-block-anim.-ba7 {
  max-width: 90px;
  animation: cube-anim1 6.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -4.3s;
  animation-direction: alternate;
}
.perspective-wrap .with-animation .-block-anim.-ba5 {
  bottom: 170px;
  left: -260px;
  max-width: 90px;
  animation-delay: -2.3s;
}
.perspective-wrap .with-animation .-block-anim.-ba6 {
  right: -300px;
  bottom: 140px;
  max-width: 100px;
  animation-delay: -3.3s;
}
.perspective-wrap .with-animation .-block-anim.-ba7 {
  right: -140px;
  bottom: 240px;
  max-width: 50px;
  animation-delay: -5.3s;
}

@keyframes cube-anim1 {
  0% {
    transform: translateY(0px) scale(1);
    filter: drop-shadow(0 18px 5px rgba(2, 115, 94, 0.44));
    -webkit-filter: drop-shadow(0 18px 5px rgba(2, 115, 94, 0.44));
    opacity: 0.88;
    opacity: 1;
  }
  25% {
    transform: translateY(-10px) scale(1.01);
    filter: drop-shadow(0 18px 7px rgba(2, 115, 94, 0.54));
    -webkit-filter: drop-shadow(0 18px 7px rgba(2, 115, 94, 0.54));
    opacity: 0.94;
    opacity: 1;
  }
  50% {
    transform: translateY(-18px) scale(1.02);
    filter: drop-shadow(0 18px 14px rgba(2, 115, 94, 0.74));
    -webkit-filter: drop-shadow(0 18px 14px rgba(2, 115, 94, 0.74));
    opacity: 1;
  }
  75% {
    transform: translateY(-9px) scale(1.01);
    filter: drop-shadow(0 18px 7px rgba(2, 115, 94, 0.54));
    -webkit-filter: drop-shadow(0 18px 7px rgba(2, 115, 94, 0.54));
    opacity: 0.94;
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(1);
    filter: drop-shadow(0 18px 5px rgba(2, 115, 94, 0.44));
    -webkit-filter: drop-shadow(0 18px 5px rgba(2, 115, 94, 0.44));
    opacity: 0.88;
    opacity: 1;
  }
}
.c-header-zone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  border-bottom: 1px solid rgba(0, 176, 144, 0.28);
}
.c-header-zone .logotype {
  padding-right: 18px;
  position: relative;
}
.c-header-zone .logotype::before {
  width: 100%;
  height: calc(100% + 20px);
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 1px;
  background-color: rgba(0, 176, 144, 0.28);
}
.c-header-zone .c-header-wrap {
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header-zone .right-nav-part {
  position: relative;
  display: flex;
  align-items: center;
}
.c-header-zone .right-nav-part ul {
  display: flex;
  position: relative;
}
.c-header-zone .right-nav-part ul li {
  margin-right: 15px;
  line-height: 1;
}
.c-header-zone .right-nav-part ul li:last-child {
  margin-right: 30px;
}
.c-header-zone .right-nav-part ul li a {
  color: #eef7f0;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.c-header-zone .right-nav-part ul li a:hover {
  color: #64f993;
}

.button-block {
  background-color: rgba(100, 249, 147, 0.84);
  color: #000;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 9px 20px;
  padding-top: 11px;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.64);
}
.button-block:hover {
  background-color: #64f993;
}

.logotype {
  font-weight: bold;
  color: #eef7f0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}
.logotype img {
  width: 40px;
  margin-right: 18px;
}
.logotype span {
  margin-top: 2px;
}

@keyframes anchor-hightlight {
  0% {
    border: 1px solid #64f993;
    box-shadow: 0 -22px 220px rgba(2, 89, 89, 0.22), 0 4px 28px rgba(2, 89, 89, 0.64), inset 0 0 0 6px rgba(2, 115, 94, 0.44);
    background-color: #000;
  }
  100% {
    border: 1px solid rgba(100, 249, 147, 0.64);
    box-shadow: 0 -22px 220px rgba(2, 89, 89, 0.44), 0 4px 28px rgba(2, 89, 89, 0.35), inset 0 0 0 6px rgba(2, 115, 94, 0.28);
    background-color: rgba(0, 0, 0, 0.44);
  }
}
@keyframes form-hightlight {
  0% {
    box-shadow: 0 -22px 220px rgba(35, 129, 65, 0.32), 0 4px 22px rgba(35, 129, 65, 0.22), inset 0 0 0 5px #092f13;
  }
  50% {
    box-shadow: 0 -22px 220px rgba(35, 129, 65, 0.32), 0 4px 22px rgba(35, 129, 65, 0.64), inset 0 0 0 5px #092f13;
  }
  100% {
    box-shadow: 0 -22px 220px rgba(35, 129, 65, 0.32), 0 4px 22px rgba(35, 129, 65, 0.22), inset 0 0 0 5px #092f13;
  }
}
.form-initialization-wrap {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: calc(100vh - 0px);
  z-index: 10;
}
.form-initialization-wrap .up-info {
  position: relative;
  max-width: 600px;
  padding: 0 15px;
  z-index: 2;
}
.form-initialization-wrap h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}
.form-initialization-wrap h1 span {
  color: #64f993;
  position: relative;
}
.form-initialization-wrap h1 span::before {
  width: 28px;
  height: 28px;
  position: absolute;
  content: "";
  background-color: #033c2f;
  z-index: -1;
  right: -7px;
  top: -2px;
  border-top: 1px solid #238141;
  border-right: 1px solid #238141;
}
.form-initialization-wrap p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
}
.form-initialization-wrap .form-8090 {
  max-width: 600px;
  width: 100%;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 28px;
  border: 1px solid rgba(100, 249, 147, 0.64);
  box-shadow: 0 -22px 220px rgba(2, 89, 89, 0.44), 0 4px 28px rgba(2, 89, 89, 0.35), inset 0 0 0 6px rgba(2, 115, 94, 0.28);
  margin-top: 60px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateZ(0);
  animation: form-hightlight 8s linear infinite;
  animation: none;
}
.form-initialization-wrap .form-8090:hover {
  animation: none;
}
.form-initialization-wrap .form-8090.scroll-highlight-overlay {
  animation: anchor-hightlight 3s linear;
}
.form-initialization-wrap .form-8090 .name-form {
  font-size: 20px;
  font-weight: 400;
  padding: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.form-initialization-wrap .form-8090 .name-form span {
  color: #64f993;
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-family: "GothamPro", sans-serif;
}
.form-initialization-wrap .form-8090 .name-form span:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.form-initialization-wrap .form-8090 .name-form span::before {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  background-color: #033c2f;
  z-index: -1;
  left: -5px;
  top: -5px;
  display: none;
}
.form-initialization-wrap .form-8090 .input-data-with-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.form-initialization-wrap .form-8090 .input-data-with-btn .start-search {
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-left: 22px;
  cursor: pointer;
  background-color: rgba(100, 249, 147, 0.84);
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-initialization-wrap .form-8090 .input-data-with-btn .start-search img {
  width: 30px;
  margin-top: -3px;
  margin-left: -4px;
}
.form-initialization-wrap .form-8090 .input-data-with-btn .start-search:hover {
  background-color: #64f993;
}
.form-initialization-wrap .form-steps {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1;
  padding-top: 22px;
  padding: 30px;
  padding-top: 8px;
  margin-top: 10px;
}
.form-initialization-wrap .form-steps span {
  font-weight: 400;
  color: #64f993;
}
.form-initialization-wrap .form-items {
  position: relative;
  width: 100%;
  padding: 30px;
  padding-top: 8px;
}

.input-data, .selectize-data {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.input-data .name-input, .selectize-data .name-input {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-bottom: -4px;
  z-index: 2;
  margin-left: 4px;
}
.input-data .name-input span, .selectize-data .name-input span {
  font-weight: 400;
}
.input-data input, .input-data .select-type, .input-data textarea, .selectize-data input, .selectize-data .select-type, .selectize-data textarea {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  height: 50px;
  background-color: #073c32;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 2px solid rgba(100, 249, 147, 0.64);
  color: #eef7f0;
  font-size: 17px;
  padding: 4px;
  padding-top: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  touch-action: pan-y;
  caret-color: #eef7f0;
  font-weight: 400;
  font-family: "GothamPro", sans-serif;
}
.input-data input::-moz-selection, .input-data .select-type::-moz-selection, .input-data textarea::-moz-selection, .selectize-data input::-moz-selection, .selectize-data .select-type::-moz-selection, .selectize-data textarea::-moz-selection {
  background-color: rgba(35, 129, 65, 0.44);
  color: #eef7f0;
}
.input-data input::selection, .input-data .select-type::selection, .input-data textarea::selection, .selectize-data input::selection, .selectize-data .select-type::selection, .selectize-data textarea::selection {
  background-color: rgba(35, 129, 65, 0.44);
  color: #eef7f0;
}
.input-data input.hscroll-input, .input-data .select-type.hscroll-input, .input-data textarea.hscroll-input, .selectize-data input.hscroll-input, .selectize-data .select-type.hscroll-input, .selectize-data textarea.hscroll-input {
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-x: auto;
}
.input-data input:-webkit-autofill, .input-data .select-type:-webkit-autofill, .input-data textarea:-webkit-autofill, .selectize-data input:-webkit-autofill, .selectize-data .select-type:-webkit-autofill, .selectize-data textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px black inset, -500px -500px 0px 1000px black inset;
  -webkit-text-fill-color: #eef7f0 !important;
  caret-color: #eef7f0;
  border-color: #41a861;
}
.input-data input:autofill, .input-data .select-type:autofill, .input-data textarea:autofill, .selectize-data input:autofill, .selectize-data .select-type:autofill, .selectize-data textarea:autofill {
  box-shadow: 0 0 0px 1000px black inset, -500px -500px 0px 1000px black inset;
  -webkit-text-fill-color: #eef7f0 !important;
  caret-color: #eef7f0;
  border-color: #41a861;
}
.input-data input:-webkit-autofill:focus, .input-data .select-type:-webkit-autofill:focus, .input-data textarea:-webkit-autofill:focus, .selectize-data input:-webkit-autofill:focus, .selectize-data .select-type:-webkit-autofill:focus, .selectize-data textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #cdffde !important;
}
.input-data input:autofill:focus, .input-data .select-type:autofill:focus, .input-data textarea:autofill:focus, .selectize-data input:autofill:focus, .selectize-data .select-type:autofill:focus, .selectize-data textarea:autofill:focus {
  -webkit-text-fill-color: #cdffde !important;
}
.input-data input:focus, .input-data .select-type:focus, .input-data textarea:focus, .selectize-data input:focus, .selectize-data .select-type:focus, .selectize-data textarea:focus {
  border-color: #64f993;
  color: #cdffde;
}
.input-data input::-moz-placeholder, .input-data .select-type::-moz-placeholder, .input-data textarea::-moz-placeholder, .selectize-data input::-moz-placeholder, .selectize-data .select-type::-moz-placeholder, .selectize-data textarea::-moz-placeholder {
  color: rgba(205, 255, 222, 0.5);
}
.input-data input::placeholder, .input-data .select-type::placeholder, .input-data textarea::placeholder, .selectize-data input::placeholder, .selectize-data .select-type::placeholder, .selectize-data textarea::placeholder {
  color: rgba(205, 255, 222, 0.5);
}
.input-data textarea, .selectize-data textarea {
  resize: none;
  height: 120px;
  line-height: 23px;
  margin-top: 5px;
}
.input-data textarea::-moz-placeholder, .selectize-data textarea::-moz-placeholder {
  font-size: 15px;
}
.input-data textarea::placeholder, .selectize-data textarea::placeholder {
  font-size: 15px;
}
.input-data .error-input, .selectize-data .error-input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #ff7964;
  background-color: #45231c;
  padding: 2px 4px;
  z-index: 2;
  display: none;
}
.input-data .select-type, .selectize-data .select-type {
  display: flex;
  align-items: center;
  position: relative;
}
.input-data .select-type.is-open .select-openblock, .selectize-data .select-type.is-open .select-openblock {
  display: block;
}
.input-data .select-wrap, .selectize-data .select-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.input-data .select-wrap .dropdown-select, .selectize-data .select-wrap .dropdown-select {
  width: 15px;
  display: flex;
  align-items: center;
}
.input-data .selected-data, .selectize-data .selected-data {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
.input-data .selected-data .icon-network, .selectize-data .selected-data .icon-network {
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  width: 36px;
  margin-right: 4px;
  padding: 5px;
  margin-bottom: 1px;
}
.input-data .selected-data .icon-network img, .selectize-data .selected-data .icon-network img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.input-data .select-openblock, .selectize-data .select-openblock {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  z-index: 199;
  padding: 10px;
  padding-right: 0;
  background-color: #000;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(100, 249, 147, 0.64);
  display: none;
  transition: 0.1s linear;
}
.input-data .select-openblock input, .selectize-data .select-openblock input {
  width: calc(100% - 10px);
  margin-right: 10px;
  padding: 4px;
  border-bottom: 0;
  margin-bottom: 4px;
}
.input-data .select-openblock .scroll-part, .selectize-data .select-openblock .scroll-part {
  position: relative;
  max-height: 220px;
  overflow-y: scroll;
}
.input-data .select-openblock .selected-data, .selectize-data .select-openblock .selected-data {
  width: calc(100% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  line-height: 1;
  padding: 5px;
  font-size: 15px;
  cursor: pointer;
  background-color: rgba(7, 60, 50, 0.44);
  color: #cdffde;
}
.input-data .select-openblock .selected-data.-selected, .selectize-data .select-openblock .selected-data.-selected {
  background-color: #073c32;
}
.input-data .select-openblock .selected-data.-selected .icon-network, .selectize-data .select-openblock .selected-data.-selected .icon-network {
  background-color: #0f150f;
}
.input-data .select-openblock .selected-data .icon-network, .selectize-data .select-openblock .selected-data .icon-network {
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 36px;
  width: 36px;
  margin-right: 15px;
  padding: 2px;
  margin-bottom: 0;
}
.input-data .select-openblock .selected-data:first-child, .selectize-data .select-openblock .selected-data:first-child {
  margin-top: 0;
}
.input-data .select-openblock .selected-data:hover, .selectize-data .select-openblock .selected-data:hover {
  background-color: #073c32;
}

.perspective-transition {
  position: relative;
  z-index: -10;
  opacity: 0.82;
  height: 53.5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.perspective-transition .perspective-down {
  display: flex;
  justify-content: center;
  position: relative;
}
.perspective-transition .perspective-down img {
  width: 1200px;
}

@keyframes before-capacity1 {
  0% {
    background-color: #64f993;
  }
  50% {
    background-color: #238141;
  }
  100% {
    background-color: #64f993;
  }
}
@keyframes before-capacity2 {
  0% {
    background-color: #238141;
  }
  50% {
    background-color: #64f993;
  }
  100% {
    background-color: #238141;
  }
}
.c-info-zone {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  background-color: rgba(7, 60, 50, 0.4);
  contain: layout paint;
}
.c-info-zone .c-info-wrap {
  padding: 90px 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
.c-info-zone .c-info-wrap.-cst {
  padding-top: 45px;
  margin-top: 90px;
  padding-bottom: 45px;
  background-color: rgba(7, 60, 50, 0.22);
  max-width: 100%;
}
.c-info-zone .c-info-wrap.-cst .info-block {
  max-width: 1180px;
  margin: 0 auto;
}
.c-info-zone h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.c-info-zone h2 span {
  font-weight: 400;
  margin: 0 10px;
  color: rgba(100, 249, 147, 0.84);
  top: -2px;
  font-family: "GothamPro", sans-serif;
  position: relative;
  display: inline-block;
}
.c-info-zone .capabilities-grid {
  position: relative;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-info-zone .report-type-grid {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.c-info-zone .report-type-grid .info-block {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 30px;
  padding-bottom: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-info-zone .report-type-grid .info-block .line-background {
  flex-direction: column;
}
.c-info-zone .report-type-grid .info-block::before {
  animation: before-capacity2 12s ease infinite;
  height: 22px;
}
.c-info-zone .report-type-grid .info-block::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 22px;
  top: 0;
  left: 0;
  opacity: 0.84;
  background-color: #64f993;
  animation: before-capacity1 12s ease infinite;
}
.c-info-zone .report-type-grid .info-block .header-for-capacity {
  text-align: center;
  margin-bottom: 0;
}
.c-info-zone .report-type-grid .info-block .header-for-capacity span::before {
  left: inherit;
  right: -5px;
  border-left: 0;
  border-right: 1px solid #238141;
}
.c-info-zone .info-block {
  position: relative;
  width: calc(33.33% - 20px);
  padding: 20px 30px;
  background-color: #000;
  border: 1px solid rgba(100, 249, 147, 0.16);
  border-top: 1px solid rgba(0, 176, 144, 0.28);
  border-left: 1px solid rgba(0, 176, 144, 0.28);
  overflow: hidden;
  box-shadow: 0 0 8px #033c2f;
}
.c-info-zone .info-block::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
  bottom: 0;
  right: 0;
  opacity: 0.84;
  background-color: #64f993;
  animation: before-capacity1 12s ease infinite;
}
.c-info-zone .info-block .header-for-capacity {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.c-info-zone .info-block .header-for-capacity span {
  color: #64f993;
  position: relative;
}
.c-info-zone .info-block .header-for-capacity span::before {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  background-color: #033c2f;
  z-index: -1;
  left: -5px;
  top: -7px;
  border-top: 1px solid #238141;
  border-left: 1px solid #238141;
}
.c-info-zone .info-block p {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  z-index: 2;
}
.c-info-zone .info-block .line-background {
  position: absolute;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  left: 8px;
  top: 8px;
  opacity: 0.44;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-info-zone .info-block .line-background img {
  width: 1200px;
  min-width: 1200px;
  position: relative;
  min-height: 327.27px;
}
.c-info-zone b {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
  display: block;
}
.c-info-zone .rt-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin-top: 36px;
}
.c-info-zone .rt-grid .rt-item {
  width: calc(50% - 15px);
  padding: 20px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(100, 249, 147, 0.1);
  box-shadow: inset 0 0 0 5px rgba(7, 60, 50, 0.64), 0 20px 30px rgba(0, 0, 0, 0.35);
  box-shadow: none;
  border: 0;
  background-color: transparent;
}
.c-info-zone .rt-grid .rt-item.-image {
  box-shadow: none;
  padding: 0;
  border: 1px solid rgba(7, 60, 50, 0.64);
  border: 0;
  padding: 0 10px;
  overflow: hidden;
}
.c-info-zone .rt-grid .rt-item p {
  font-size: 15px;
  line-height: 22px;
}
.c-info-zone .rt-grid .rt-item p span {
  color: #64f993;
}
.c-info-zone .button-block {
  margin-top: 40px;
  display: inline-block;
}
.c-info-zone .pricing-grid {
  position: relative;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-info-zone .pricing-grid .pricing-item {
  padding: 30px;
  width: calc(50% - 15px);
  position: relative;
  border: 1px solid rgb(6, 44, 36);
  background-color: rgba(0, 0, 0, 0.22);
}
.c-info-zone .pricing-grid .pricing-item:first-child {
  border: 0;
  padding: 31px;
  box-shadow: inset 0 0 0 5px rgba(7, 60, 50, 0.64);
}
.c-info-zone .pricing-grid .pricing-item:last-child .sum {
  padding-top: 7px;
}
.c-info-zone .pricing-grid .pricing-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 8px;
  bottom: 0;
  right: 0;
  opacity: 0.84;
  background-color: #64f993;
  animation: before-capacity1 12s ease infinite;
}
.c-info-zone .pricing-grid .pricing-item .signature-for-pricing {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #cdffde;
  line-height: 26px;
}
.c-info-zone .pricing-grid .pricing-item .sum {
  font-size: 17px;
  font-weight: 500;
  color: #64f993;
  height: 36px;
}
.c-info-zone .pricing-grid .pricing-item .sum span {
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
}
.c-info-zone .pricing-grid .pricing-item ul {
  margin: 15px 0;
  padding: 15px 10px;
  border-top: 1px solid rgba(100, 249, 147, 0.12);
  border-bottom: 1px solid rgba(100, 249, 147, 0.12);
  padding-left: 10px;
}
.c-info-zone .pricing-grid .pricing-item ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.c-info-zone .pricing-grid .pricing-item ul li span {
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 8px;
  background-color: #64f993;
  margin-top: 7px;
}
.c-info-zone .pricing-grid .pricing-item ul li:last-child {
  margin-bottom: 0;
}
.c-info-zone .pricing-grid .pricing-item .payment-method {
  font-size: 15px;
  line-height: 22px;
}
.c-info-zone .pricing-grid .pricing-item .pm-list {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-info-zone .pricing-grid .pricing-item .pm-list .pm-item {
  background-color: rgba(35, 129, 65, 0.35);
  background-color: #033c2f;
  color: #64f993;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  padding: 4px 6px;
  padding-top: 6px;
  border-left: 1px solid rgba(35, 129, 65, 0.44);
  border-top: 1px solid rgba(35, 129, 65, 0.44);
}

.footer {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 176, 144, 0.18);
}
.footer .perspective-wrap {
  min-height: inherit;
}
.footer .perspective-wrap .squares {
  justify-content: flex-start;
  top: 0;
  bottom: inherit;
  opacity: 0.35;
}
.footer .footer-data {
  padding: 60px 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.footer .footer-data .logocopyright, .footer .footer-data .contacts {
  max-width: 260px;
  width: 100%;
  padding: 22px;
  padding-bottom: 15px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.44);
  background-color: #051e19;
  border: 1px solid rgba(0, 176, 144, 0.28);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(7, 60, 50, 0.64);
}
.footer .footer-data .logocopyright .copyright, .footer .footer-data .contacts .copyright {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  color: #cdffde;
}
.footer .footer-data .logocopyright a, .footer .footer-data .contacts a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #eef7f0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "GothamPro", sans-serif;
}
.footer .footer-data .logocopyright a:hover, .footer .footer-data .contacts a:hover {
  color: #64f993;
}
.footer .footer-data .logocopyright a .img-border, .footer .footer-data .contacts a .img-border {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 4px rgba(7, 60, 50, 0.64);
}
.footer .footer-data .logocopyright a .img-border img, .footer .footer-data .contacts a .img-border img {
  width: 16px;
}
.footer .footer-data .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 22px;
}
.footer .footer-data .logocopyright {
  max-width: 200px;
}
.footer .footer-data .logocopyright img {
  opacity: 0.84;
}
.footer .footer-data .disclaimer {
  position: absolute;
  width: calc(100% - 660px);
  left: 360px;
  font-size: 15px;
  line-height: 22px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 60px;
  display: flex;
  height: calc(100% - 120px);
}
.footer h2 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  margin-left: -10px;
  margin-bottom: 15px;
}
.footer h2 span {
  font-weight: 400;
  margin: 0 10px;
  color: rgba(100, 249, 147, 0.84);
  top: -2px;
  font-family: "GothamPro", sans-serif;
  position: relative;
  display: inline-block;
}

.-step2 {
  margin-bottom: -54px;
}
.-step2 .perspective-wrap .with-animation .-block-anim.-ba3 {
  right: 263px;
  bottom: 149px;
}
.-step2 .perspective-wrap .with-animation .-block-anim.-ba2 {
  left: inherit;
  right: 368px;
  bottom: 43px;
  display: none;
}
.-step2 .perspective-wrap .with-animation .-block-anim.-ba1 {
  display: none;
}
.-step2 .form-initialization-wrap {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.-step2 .form-initialization-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  left: -150%;
  background-color: #041511;
}
.-step2 .form-initialization-wrap .stage-wrap {
  width: 700px;
  background-color: #041511;
  padding: 90px 10px;
  padding-top: 60px;
  border-right: 1px solid rgba(0, 176, 144, 0.14);
  position: relative;
  z-index: 10;
  min-height: 100vh;
}
.-step2 .form-initialization-wrap h1 {
  font-size: 18px;
  line-height: 26px;
}
.-step2 .form-initialization-wrap h1 span:first-child::before {
  width: 22px;
  height: 22px;
  right: inherit;
  left: -5px;
  top: -5px;
  border-right: 0;
  border-left: 1px solid #238141;
}
.-step2 .form-initialization-wrap h1 span:last-child {
  color: #eef7f0;
}
.-step2 .form-initialization-wrap h1 span:last-child::before {
  display: none;
}
.-step2 .form-initialization-wrap h1 span::before {
  width: 22px;
  height: 22px;
  right: -5px;
  top: -5px;
}
.-step2 .form-initialization-wrap .form-8090 {
  border: 1px solid rgba(100, 249, 147, 0.44);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(7, 60, 50, 0.64);
  background-color: rgba(7, 60, 50, 0.22);
  border-radius: 0;
  margin-top: 60px;
}
.-step2 .form-initialization-wrap .form-8090 .name-form {
  display: none;
}
.-step2 .form-initialization-wrap .form-8090 .line {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 8px;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #238141;
}
.-step2 .form-initialization-wrap .form-8090::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 22px;
  bottom: 0;
  left: 0;
  opacity: 0.84;
  background-color: #64f993;
  animation: before-capacity1 12s ease infinite;
}
.-step2 .form-initialization-wrap .form-8090::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 22px;
  top: 0;
  right: 0;
  opacity: 0.84;
  background-color: #64f993;
  animation: before-capacity2 12s ease infinite;
}
.-step2 .form-initialization-wrap .form-8090 .input-data, .-step2 .form-initialization-wrap .form-8090 .selectize-data {
  margin-top: 30px;
}
.-step2 .form-initialization-wrap .form-8090 .input-data input:-webkit-autofill, .-step2 .form-initialization-wrap .form-8090 .selectize-data input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #081e19 inset, -500px -500px 0px 1000px #081e19 inset;
  -webkit-text-fill-color: #eef7f0 !important;
  caret-color: #eef7f0;
  border-color: #45b26b;
}
.-step2 .form-initialization-wrap .form-8090 .input-data input:autofill, .-step2 .form-initialization-wrap .form-8090 .selectize-data input:autofill {
  box-shadow: 0 0 0px 1000px #081e19 inset, -500px -500px 0px 1000px #081e19 inset;
  -webkit-text-fill-color: #eef7f0 !important;
  caret-color: #eef7f0;
  border-color: #45b26b;
}
.-step2 .form-initialization-wrap .form-8090 .input-data input, .-step2 .form-initialization-wrap .form-8090 .input-data .select-type, .-step2 .form-initialization-wrap .form-8090 .input-data textarea, .-step2 .form-initialization-wrap .form-8090 .selectize-data input, .-step2 .form-initialization-wrap .form-8090 .selectize-data .select-type, .-step2 .form-initialization-wrap .form-8090 .selectize-data textarea {
  color: #eef7f0;
}
.-step2 .form-initialization-wrap .form-8090 .input-data input:focus, .-step2 .form-initialization-wrap .form-8090 .input-data .select-type:focus, .-step2 .form-initialization-wrap .form-8090 .input-data textarea:focus, .-step2 .form-initialization-wrap .form-8090 .selectize-data input:focus, .-step2 .form-initialization-wrap .form-8090 .selectize-data .select-type:focus, .-step2 .form-initialization-wrap .form-8090 .selectize-data textarea:focus {
  color: #cdffde;
}
.-step2 .form-initialization-wrap .form-8090 .selectize-data .select-openblock .selected-data {
  color: #cdffde;
}
.-step2 .form-initialization-wrap .form-8090 .input-data .name-input, .-step2 .form-initialization-wrap .form-8090 .selectize-data .name-input {
  font-weight: 500;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata {
  word-break: break-all;
  font-size: 13px;
  padding: 10px 12px;
  line-height: 19px;
  background-color: rgba(0, 0, 0, 0.34);
  border: 0;
  border-top: 0;
  color: rgba(217, 255, 230, 0.84);
  color: #cdffde;
  font-family: "GothamPro", sans-serif;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata:hover {
  color: #eef7f0;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata::-moz-selection {
  background-color: rgba(35, 129, 65, 0.44);
  color: #eef7f0;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata::selection {
  background-color: rgba(35, 129, 65, 0.44);
  color: #eef7f0;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata span {
  font-weight: 400;
  margin: 0 5px;
  color: rgba(100, 249, 147, 0.84);
  top: -1px;
  position: relative;
  display: inline-block;
  font-family: "GothamPro", sans-serif;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata span:first-child {
  margin-left: 0;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata span:last-child {
  margin-right: 0;
}
.-step2 .form-initialization-wrap .form-8090 .fulldata b {
  font-weight: 400;
  color: #64f993;
  color: rgba(100, 249, 147, 0.84);
  font-family: "Aldrich", sans-serif;
}
.-step2 .form-initialization-wrap .form-8090 .sum {
  color: #64f993;
  font-size: 15px;
  font-weight: 500;
}
.-step2 .form-initialization-wrap .form-8090 .sum span {
  font-size: 22px;
  font-weight: 400;
}
.-step2 .form-initialization-wrap .form-8090 .button-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  margin-top: 30px;
  align-items: center;
}
.-step2 .form-initialization-wrap .form-8090 .button-form .button-block {
  padding: 12px 21px;
  padding-top: 14px;
  font-size: 17px;
}
.-step2 .form-initialization-wrap .up-info p {
  font-size: 13px;
  line-height: 19px;
}
.-step2 .perspective-wrap {
  bottom: 54px;
}
.-step2 .c-stage-zone {
  position: absolute;
  right: -500px;
  max-width: 500px;
  padding: 50px 0;
}
.-step2 .c-stage-zone .stages {
  margin-top: 40px;
  padding: 40px;
  position: relative;
  width: 100%;
}
.-step2 .c-stage-zone .stages .v-line-progress {
  position: absolute;
  height: calc(100% - 80px);
  top: 40px;
  left: 47px;
  width: 8px;
  background-color: #08362c;
}
.-step2 .c-stage-zone .stages .v-line-progress .stage-anchor {
  width: 100%;
  position: absolute;
  background-color: rgba(2, 115, 94, 0.64);
}
.-step2 .c-stage-zone .stages .item-stage {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.-step2 .c-stage-zone .stages .item-stage:last-child {
  margin-bottom: 0;
}
.-step2 .c-stage-zone .stages .item-stage .square-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 20px;
  background-color: #000;
  position: relative;
  top: -2px;
  box-shadow: inset 0 0 0 4px #073c32;
}
.-step2 .c-stage-zone .stages .item-stage .square-check.-active {
  box-shadow: inset 0 0 0 4px #238141;
  background-color: #033c2f;
}
.-step2 .c-stage-zone .stages .item-stage .signature-stage {
  font-size: 15px;
}
.-step2 .c-stage-zone .stages .item-stage .signature-stage .sis-stage {
  font-size: 13px;
  line-height: 19px;
  padding: 10px 12px;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid rgba(0, 176, 144, 0.28);
  background-color: #000;
  margin-top: 10px;
}

.text-btn {
  text-decoration: none;
  color: #eef7f0;
  font-family: "GothamPro", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
}
.text-btn:hover {
  color: #64f993;
}

.-step3 .form-initialization-wrap .form-8090 .button-form {
  justify-content: space-between;
}
.-step3 .form-initialization-wrap .form-8090 .name-form {
  display: block;
  padding-right: 0;
  padding-left: 0;
  padding-top: 30px;
  margin-top: 30px;
}
.-step3 .text-btn {
  margin-top: 30px;
}
.-step3 .form-initialization-wrap .form-8090 .fulldata {
  margin-top: -10px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.34);
  margin-top: 30px;
  margin-bottom: -20px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .up-data-payment {
  position: relative;
  display: flex;
  align-items: center;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .sum {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .sum .copy {
  margin-right: 10px;
  margin-bottom: 5px;
  bottom: 0;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .sum img {
  width: 30px;
  margin-right: 10px;
  margin-top: -2px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .sum span {
  font-family: "GothamPro", sans-serif;
  margin-right: 0;
  font-size: 20px;
  margin-right: 10px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .qr-code {
  max-width: 200px;
  min-width: 200px;
  margin-right: 20px;
  display: flex;
  position: relative;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .wallet-to-send {
  font-size: 17px;
  line-height: 22px;
  word-break: break-all;
  font-family: "GothamPro", sans-serif;
  letter-spacing: 1px;
  color: #64f993;
  line-height: 25px;
  display: flex;
  flex-direction: column;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .wallet-to-send .signature {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-family: "Aldrich", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: #eef7f0;
  width: 100%;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .wallet-to-send .copy {
  margin-left: 0;
  margin-right: 5px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .button-form {
  margin-top: 0;
  justify-content: flex-start;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .button-form .timer {
  font-size: 13px;
  line-height: 19px;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .button-form .timer span {
  color: #64f993;
}
.-step3 .form-initialization-wrap .form-8090 .-payment-data .button-form .button-block {
  padding: 6px 12px;
  padding-top: 8px;
  font-size: 15px;
  margin-right: 30px;
}
.-step3 .loading-wrap {
  width: 100%;
  position: relative;
  height: 8px;
  background-color: #033c2f;
  overflow: hidden;
}
.-step3 .loading-wrap .load-line {
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 176, 144, 0.28);
  box-shadow: inset 0 0 0 2px rgba(100, 249, 147, 0.64);
  animation: loading-wait 14s ease-in-out infinite;
  will-change: transform, width;
}

@keyframes loading-wait {
  0% {
    transform: translateX(-40%);
    width: 22%;
    opacity: 1;
  }
  50% {
    transform: translateX(200%);
    width: 44%;
    opacity: 1;
  }
  100% {
    transform: translateX(-40%);
    width: 22%;
    opacity: 1;
  }
}
.-need-copy {
  cursor: pointer;
  position: relative;
}

.copy {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/icons/copy.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.84;
  cursor: pointer;
  margin-left: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  bottom: -4px;
}
.copy:hover {
  opacity: 1;
}

.-table .form-initialization-wrap {
  background-color: #041511;
  max-width: 100%;
}
.-table .form-initialization-wrap .stage-wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 10px;
  border-right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 65px);
}
.-table .form-initialization-wrap .up-info {
  max-width: 620px;
  text-align: center;
}
.-table .form-initialization-wrap .form-8090 {
  max-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  box-shadow: none;
}
.-table .form-initialization-wrap .form-8090 .square {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 8px;
  background-color: #033c2f;
  border-right: 1px solid #238141;
  border-bottom: 1px solid #238141;
}
.-table .form-initialization-wrap .form-8090::before {
  width: 22px;
  height: 8px;
  animation: none;
  background-color: #033c2f;
  border-bottom: 1px solid #238141;
  border-left: 1px solid #238141;
}
.-table .form-initialization-wrap .form-8090::after {
  width: 22px;
  height: 8px;
  animation: none;
  background-color: #033c2f;
  border-right: 1px solid #238141;
  border-top: 1px solid #238141;
}
.-table .form-initialization-wrap .form-8090 .line {
  background-color: #033c2f;
  border-left: 1px solid #238141;
  border-top: 1px solid #238141;
}
.-table .logotype {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12px 0;
  padding-right: 10px;
  background-color: #000;
  border-bottom: 1px solid rgba(0, 176, 144, 0.28);
}
.-table .table-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 16px;
}
.-table .table-block .table-inner {
  position: relative;
  width: 100%;
  background-color: rgba(7, 60, 50, 0.22);
}
.-table .table-block .table-inner .table-line {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.-table .table-block .table-inner .table-line .table-item {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.34);
  border: 1px solid #073c32;
  border-left: 0;
}
.-table .table-block .table-inner .table-line .table-item:hover {
  color: #cdffde;
}
.-table .table-block .table-inner .table-line .table-item.-t8181-1 {
  width: 64px;
  min-width: 64px;
  border-left: 1px solid #073c32;
}
.-table .table-block .table-inner .table-line .table-item.-t8181-5 {
  min-width: 280px;
  width: 280px;
}
.-table .table-block .table-inner .table-line .table-item.-t8181-4 {
  min-width: 280px;
  width: 280px;
  word-break: break-all;
}
.-table .table-block .table-inner .table-line.-with-data .table-item {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
  padding: 10px 12px;
  border-top: 0;
  font-family: "GothamPro", sans-serif;
  background-color: rgba(7, 60, 50, 0.22);
}
.-table .button-form {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
}
.-table .button-form .button-block {
  padding: 6px 12px;
  padding-top: 8px;
  font-size: 15px;
}
.-table .button-form .button-block:last-child {
  background-color: transparent;
  color: #eef7f0;
  box-shadow: inset 0 0 0 1px #64f993;
  font-size: 13px;
  padding-top: 9px;
  opacity: 0.94;
}
.-table .button-form .button-block:last-child:hover {
  opacity: 1;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
  /**/
  .perspective-wrap .perspective-hide::before, .perspective-wrap .squares::before {
    left: -560px;
  }
  .perspective-wrap .perspective-hide::after, .perspective-wrap .squares::after {
    right: -560px;
  }
  .c-info-zone .c-info-wrap {
    max-width: 991px;
  }
  .-step2 .form-initialization-wrap .stage-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .site-wrap .form-initialization-wrap {
    transform: none !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .-step2 .form-initialization-wrap {
    max-width: 990px;
  }
  .-step2 .form-initialization-wrap .stage-wrap {
    width: 540px;
    padding-right: 40px;
  }
  .-step2 .c-stage-zone {
    max-width: 450px;
    right: -450px;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .up-data-payment {
    flex-direction: column;
    align-items: flex-start;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .qr-code {
    margin-bottom: 20px;
  }
  .-table .form-initialization-wrap {
    max-width: 100%;
  }
  .-table .form-initialization-wrap .stage-wrap {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
  }
  .-table .table-block {
    overflow-x: scroll;
  }
  .-table .table-block .table-inner {
    min-width: 1168px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .up-data-payment {
    flex-direction: row;
    align-items: center;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .qr-code {
    margin-bottom: 0;
  }
  .-step2 .form-initialization-wrap {
    padding-top: 0 !important;
  }
  .-step2 .form-initialization-wrap .stage-wrap {
    width: 100%;
    border-bottom: 1px solid rgba(0, 176, 144, 0.28);
    padding-bottom: 60px;
    padding-top: 30px;
    border-right: 0;
    padding-right: 10px;
    min-height: inherit;
  }
  .-step2 .form-initialization-wrap::before {
    display: none;
  }
  .-step2 .c-stage-zone {
    position: relative;
    right: inherit;
    padding: 0;
    max-width: 600px;
  }
  .-step2 .c-stage-zone .stages {
    padding: 0;
  }
  .-step2 .c-stage-zone .stages .v-line-progress {
    top: 0;
    left: 7px;
    height: 100%;
  }
  .-step2 .c-stage-zone .stages .item-stage .square-check {
    margin-right: 10px;
  }
  .-step2 .form-initialization-wrap .form-8090 {
    border: 0 !important;
    margin-top: 30px;
  }
  .-step2 .c-stage-zone .stages .item-stage .signature-stage .sis-stage {
    background-color: transparent;
    border: 1px solid rgba(0, 176, 144, 0.14);
    background-color: rgba(7, 60, 50, 0.34);
  }
  .-step2 .c-stage-zone .stages .item-stage {
    margin-bottom: 12px;
  }
  .-step2 .form-initialization-wrap .up-info p {
    display: none;
  }
  .-step2 .c-stage-zone .stages {
    margin: 30px 0;
  }
  .c-info-zone .info-block {
    width: calc(50% - 15px);
  }
  .form-initialization-wrap {
    min-height: inherit;
    justify-content: flex-start;
    padding-top: 120px !important;
    padding-bottom: 280px !important;
  }
  .-step2 .form-initialization-wrap {
    padding-bottom: 330px !important;
  }
  .perspective-wrap {
    min-height: inherit;
  }
  .perspective-wrap .perspective-hide::before, .perspective-wrap .squares::before {
    left: -600px;
  }
  .perspective-wrap .perspective-hide::after, .perspective-wrap .squares::after {
    right: -600px;
  }
  .perspective-wrap .perspective-hide-wrap::before {
    left: -600px;
    display: none;
  }
  .perspective-wrap .perspective-hide-wrap::after {
    right: -600px;
    display: none;
  }
  .perspective-wrap .squares::before, .perspective-wrap .squares::after {
    display: none;
  }
  .perspective-wrap .with-animation .-block-anim.-ba3 {
    bottom: 86px;
    right: 396px;
  }
  .-step2 .perspective-wrap .with-animation .-block-anim.-ba3 {
    bottom: 86px;
    right: 396px;
  }
  .-step2 .perspective-wrap .with-animation .-block-anim.-ba4 {
    display: block;
    right: inherit;
    left: 399px;
    bottom: 32px;
    max-width: 200px;
  }
  .perspective-wrap .with-animation .-block-anim.-ba1 {
    bottom: 32px;
    left: 399px;
  }
  .perspective-wrap .with-animation .-block-anim.-ba2, .perspective-wrap .with-animation .-block-anim.-ba4 {
    display: none;
  }
  .perspective-wrap .perspective-hide {
    background: linear-gradient(180deg, #000 0%, #000 40%, rgba(0, 0, 0, 0.74) 50%, rgba(0, 0, 0, 0.1) 100%);
  }
  .perspective-wrap .perspective-hide-wrap .hide-perspective-lines {
    background: linear-gradient(180deg, #000 0%, #000 10%, rgba(0, 0, 0, 0.64) 32%, rgba(0, 0, 0, 0.1) 100%);
  }
  .perspective-wrap .with-animation .-block-light {
    opacity: 0.74 !important;
  }
  .form-initialization-wrap .form-8090 {
    background-color: #000;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(100, 249, 147, 0.64);
    box-shadow: 0 0 44px rgba(35, 129, 65, 0.64), inset 0 0 0 5px #092f13;
    box-shadow: 0 -2px 64px rgba(2, 115, 94, 0.5), inset 0 0 0 6px rgba(2, 115, 94, 0.4);
    animation: none;
  }
  .c-header-zone {
    background-color: rgba(1, 17, 17, 0.74);
  }
  .c-info-zone .pricing-grid .pricing-item {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.28);
  }
  .footer .footer-data .disclaimer {
    width: calc(100% - 540px);
    left: 300px;
  }
  .perspective-wrap .squares {
    opacity: 0.54;
  }
  .footer .perspective-wrap .squares {
    opacity: 0.34;
  }
  .c-info-zone .info-block .line-background {
    opacity: 0.44;
  }
  .c-header-zone .logotype::before {
    display: none;
  }
  .-table .form-initialization-wrap .stage-wrap {
    min-height: calc(100vh - 65px) !important;
  }
  .-table .form-initialization-wrap {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
  .-table .form-initialization-wrap .stage-wrap {
    border-bottom: 0;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .c-info-zone .rt-grid .rt-item.-image {
    padding: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
  .c-info-zone .rt-grid .rt-item {
    padding: 10px 10px;
  }
  .c-info-zone .rt-grid .rt-item.-image {
    padding: 10px 0;
  }
  .form-initialization-wrap .up-info {
    padding: 0 13px;
  }
  .form-initialization-wrap h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
  }
  .form-initialization-wrap .form-8090 {
    margin-top: 50px;
    border-radius: 24px;
  }
  .form-initialization-wrap .form-steps {
    font-size: 12px;
    font-weight: 500;
    padding: 24px;
    padding-top: 4px;
  }
  .form-initialization-wrap .form-steps li {
    white-space: nowrap;
  }
  .form-initialization-wrap .form-items {
    padding: 24px;
    padding-top: 4px;
  }
  .form-initialization-wrap .form-8090 .name-form {
    padding: 24px;
    padding-top: 26px;
    padding-bottom: 0;
    font-size: 18px;
  }
  .footer h2 {
    font-size: 18px;
  }
  .form-initialization-wrap .form-8090 .input-data-with-btn .start-search {
    margin-left: 16px;
  }
  .form-initialization-wrap h1 span::before {
    top: -2px;
    right: -7px;
  }
  .input-data .name-input, .selectize-data .name-input {
    font-size: 15px;
  }
  .input-data input, .input-data .select-type, .selectize-data input, .selectize-data .select-type {
    font-size: 19px;
  }
  .-step2 .input-data input, .input-data .select-type, .-step2 .selectize-data input, .selectize-data .select-type {
    font-size: 17px;
  }
  .form-initialization-wrap .up-info, .form-initialization-wrap .form-8090, .c-info-zone .c-info-wrap {
    max-width: 600px;
  }
  .c-info-zone .report-type-grid .info-block {
    padding: 24px;
    padding-bottom: 50px;
  }
  .c-info-zone .rt-grid .rt-item, .c-info-zone .info-block {
    width: 100%;
  }
  .c-header-zone {
    border-bottom: 0;
  }
  .c-header-zone .c-header-wrap {
    padding-right: 14px;
  }
  .c-header-zone .right-nav-part ul {
    position: fixed;
    top: 60px;
    background-color: #011111;
    width: 100%;
    left: 0;
    justify-content: center;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(100, 249, 147, 0.12);
    border-top: 1px solid rgba(100, 249, 147, 0.12);
  }
  .c-header-zone .right-nav-part ul li {
    margin: 0 10px !important;
  }
  .c-header-zone .right-nav-part ul li a {
    height: 24px;
    display: flex;
    align-items: center;
  }
  .button-block {
    white-space: nowrap;
    min-height: 36px;
    display: flex;
    align-items: center;
  }
  .form-initialization-wrap {
    padding-top: 160px !important;
  }
  .c-info-zone .info-block {
    border: 1px solid rgba(0, 176, 144, 0.35);
  }
  .c-info-zone b {
    max-width: 240px;
    margin-top: 10px;
  }
  .footer .footer-data .disclaimer {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    padding: 22px;
    margin-top: 20px;
  }
  .footer .footer-data {
    max-width: 600px;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .footer-data .logocopyright {
    max-width: inherit;
    width: calc(100% - 270px);
  }
  .form-initialization-wrap h1 span::before {
    width: 22px;
    height: 22px;
    top: -5px;
    right: -5px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 600px) {
  /**/
  .c-info-zone .c-info-wrap.-cst {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    padding: 0;
  }
  .c-info-zone .c-info-wrap.-cst .info-block {
    border-left: 0;
    border-right: 0;
  }
  .c-info-zone {
    background-color: rgba(7, 60, 50, 0.54);
  }
  .-step2 .form-initialization-wrap .stage-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .-step2 .form-initialization-wrap .form-8090 {
    width: calc(100% + 20px);
    margin-left: 0;
    box-shadow: none;
    border: 0;
    border-top: 0 !important;
    max-width: inherit;
    background-color: rgba(7, 60, 50, 0.34);
  }
  .-step2 .form-initialization-wrap .form-8090 .fulldata {
    border: 0;
  }
  .-step2 .logotype {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    background-color: #000;
    border-bottom: 1px solid rgba(0, 176, 144, 0.28);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .-step2 .form-initialization-wrap .up-info {
    border-right: 1px solid rgba(0, 176, 144, 0.28);
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .qr-code {
    display: none;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .copy {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .wallet-to-send {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .wallet-to-send .copy {
    bottom: -4px;
  }
  .-step3 .form-initialization-wrap .form-8090 .-payment-data .sum span {
    font-size: 22px;
  }
  .-table .form-initialization-wrap .up-info {
    text-align: left;
  }
  .-table .form-initialization-wrap .form-8090 {
    background-color: rgba(0, 0, 0, 0.28);
    border-top: 0 !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 460px) {
  /**/
  .form-initialization-wrap h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 430px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/* Custom, iPhone Retina */
@media only screen and (max-height: 900px) {
  /**/
  .form-initialization-wrap {
    padding-top: 90px;
    padding-bottom: 36px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-height: 900px) {
  /**/
  .site-wrap .form-initialization-wrap {
    transform: scale(1.06) translateY(10px);
  }
  .site-wrap.-step2 .form-initialization-wrap {
    transform: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-height: 800px) {
  /**/
  .form-initialization-wrap {
    min-height: calc(100vh - 22px);
  }
  .form-initialization-wrap .form-8090 {
    margin-top: 30px;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
  .c-info-zone {
    margin: 12px 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
  .c-info-zone .rt-grid .rt-item {
    background-color: #051e19;
    border: 1px solid rgb(6, 44, 36) !important;
  }
  .c-info-zone .rt-grid .rt-item.-image {
    padding: 4px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1100px) {
  /**/
  .c-info-zone {
    margin: 0;
  }
  .c-info-zone {
    box-shadow: inset 0 0 0 12px black;
    padding-top: 10px;
  }
  .c-info-zone .c-info-wrap.-cst {
    width: calc(100% - 24px);
  }
  .-step2 .perspective-wrap .with-animation .-block-anim.-ba3, .-step2 .perspective-wrap .with-animation .-block-anim.-ba4 {
    animation: none;
    filter: drop-shadow(0 18px 10px rgba(2, 115, 94, 0.44));
    -webkit-filter: drop-shadow(0 18px 10px rgba(2, 115, 94, 0.44));
  }
  .-step2 .perspective-wrap .with-animation .-block-anim.-ba3:hover, .-step2 .perspective-wrap .with-animation .-block-anim.-ba4:hover {
    animation: cube-anim1 8.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    animation-delay: -2.8s;
  }
}/*# sourceMappingURL=main.css.map */