*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 13px;
  min-width: 320px;
  scrollbar-color: #20BDD2 #202020;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #202020;
  border-radius: 3px;
}
html::-webkit-scrollbar-thumb {
  background-color: #20BDD2;
  border-radius: 3px;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #202020;
  background-image: url(/static/img/bg.png);
  font-family: 'Montserrat', sans-serif;
}
.app-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  display: block;
  fill: #2F80ED;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: fill ease-in-out 0.15s 0.1s;
  transition: fill ease-in-out 0.15s 0.1s;
}
svg._gradients {
  position: absolute;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
}
input,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
}
._error {
  font-weight: 700 !important;
  color: #DE3333;
}
._none-max {
  display: none;
}
@media screen and (max-width: 768px) {
  ._none-max {
    display: block;
  }
}
._girl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  ._girl {
    width: 502px;
  }
}
@media screen and (max-width: 768px) {
  ._girl {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  ._girl {
    width: auto;
  }
}
._center {
  margin: 0 auto;
  max-width: 1120px;
}
._center-1 {
  margin: 0 auto;
  max-width: 1408px;
}
._blur-1 {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.content {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 20px;
  }
}
.head {
  position: relative;
  padding: 64px;
  margin-top: 148px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .head {
    margin-top: 100px;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .head {
    margin-top: 0;
    min-height: 400px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .head {
    min-height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .head {
    padding: 20px;
    min-height: 648px;
  }
}
.head > p {
  font-size: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 32px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .head > p {
    font-size: 20px;
    margin-top: 20px;
    max-width: 300px;
  }
}
.head > button {
  font-size: 20px;
  border: none;
  color: #20BDD2;
  padding: 12px 34px;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-top: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .head > button {
    margin-top: 20px;
  }
}
.head > button:hover {
  background-color: #20BDD2;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 3px 1px #FFFFFF;
          box-shadow: 0 0 3px 1px #FFFFFF;
}
.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 64px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .place {
    padding: 20px;
  }
}
.place__content > p {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.place__text {
  font-size: 32px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .place__text {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .place__text {
    font-size: 16px;
  }
}
.techno {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 1fr;
  grid-template-columns: 45% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #20BDD2;
  border-radius: 32px;
  padding: 64px;
  margin-top: 95px;
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .techno {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .techno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 65px;
    margin-bottom: 65px;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .techno {
    margin-top: 48px;
    margin-bottom: 260px;
    padding-bottom: 48px;
  }
}
.techno > h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 450px;
}
@media screen and (max-width: 1366px) {
  .techno > h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .techno > h2 {
    max-width: 350px;
    font-size: 20px;
  }
}
.techno > p {
  font-size: 20px;
  font-weight: 500;
  width: 170px;
  margin-left: 50px;
}
@media screen and (max-width: 1366px) {
  .techno > p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .techno > p {
    font-size: 18px;
  }
}
.techno__img {
  position: absolute;
  right: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .techno__img {
    right: -2%;
  }
}
@media screen and (max-width: 1024px) {
  .techno__img {
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .techno__img {
    top: 87%;
    min-width: 300px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.setting {
  position: relative;
  margin-top: 150px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .setting {
    margin-top: 120px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .setting {
    margin-top: 20px;
    margin-bottom: 48px;
  }
}
.setting__desk-img {
  position: absolute;
  top: -83px;
  left: -170px;
}
@media screen and (max-width: 1440px) {
  .setting__desk-img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .setting__desk-img {
    display: none;
  }
}
.setting__advantages {
  padding: 64px 64px 44px 64px;
  max-width: 545px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .setting__advantages {
    max-width: 545px;
  }
}
@media screen and (max-width: 768px) {
  .setting__advantages {
    margin-top: -85px;
    padding: 20px 20px 1px 20px;
  }
}
.setting__advantages > h2 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .setting__advantages > h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.setting__list {
  list-style: none;
}
.setting__item {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .setting__item {
    font-size: 16px;
  }
}
.setting__desk-img2 {
  margin-top: -85px;
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  .setting__desk-img2 {
    margin-left: 15px;
  }
}
.stack {
  padding: 56px 95px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stack {
    padding: 20px;
  }
}
.stack > h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .stack > h2 {
    font-size: 20px;
  }
}
.stack__list {
  list-style: none;
  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: 16px;
}
@media screen and (max-width: 480px) {
  .stack__list {
    gap: 14px;
  }
}
.stack__item {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .stack__item {
    font-size: 13px;
  }
}
.choice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 95px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .choice {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .choice {
    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;
    margin-top: 48px;
    gap: 48px;
  }
}
.choice__card {
  border-radius: 36px;
  overflow: hidden;
  max-width: 448px;
}
.choice__text {
  padding: 32px 64px;
  margin-bottom: auto;
}
@media screen and (max-width: 1440px) {
  .choice__text {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .choice__text {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .choice__text {
    padding: 16px 20px 5px 20px;
  }
}
.choice__header {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .choice__header {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .choice__list {
    margin-left: 16px;
  }
}
.choice__list > li {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .choice__list > li {
    font-size: 16px;
  }
}
.scope {
  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;
  padding: 56px 64px;
  margin-top: 95px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .scope {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .scope {
    padding: 20px 20px 5px 36px;
    margin-top: 48px;
  }
}
.scope__header {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .scope__header {
    font-size: 20px;
  }
}
.scope__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .scope__list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .scope__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.scope__list > li {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .scope__list > li {
    font-size: 16px;
  }
}
.contact {
  margin-top: 95px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__feedback {
  max-width: 544px;
  padding: 56px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .contact__feedback {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .contact__feedback {
    padding: 20px;
    gap: 20px;
  }
}
.contact__feedback > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact__feedback > form {
    gap: 20px;
  }
}
.contact__feedback > h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact__feedback > h2 {
    font-size: 20px;
    text-align: center;
  }
}
.contact__feedback > p {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .contact__feedback > p {
    font-size: 18px;
  }
}
.contact__input {
  width: 100%;
  border: none;
  resize: none;
  padding: 8px;
  font-size: 16px;
  background-color: #FFFFFF;
}
.contact__input::-webkit-input-placeholder {
  color: #000000;
}
.contact__input::-moz-placeholder {
  color: #000000;
}
.contact__input:-ms-input-placeholder {
  color: #000000;
}
.contact__input::-ms-input-placeholder {
  color: #000000;
}
.contact__input::placeholder {
  color: #000000;
}
.contact__wrapper-check {
  position: relative;
  padding-left: 32px;
}
.contact__wrapper-check a {
  color: #2F80ED;
}
.contact__wrapper-check label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  left: 0;
  top: 0;
}
.contact__wrapper-check input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/static/img/on.svg);
  left: 0;
  top: 0;
}
.contact__checkbox {
  position: absolute;
  opacity: 0;
}
.contact__check-text {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .contact__check-text {
    font-size: 16px;
  }
}
.contact__button {
  border: none;
  border-radius: 4px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .contact__button {
    width: 100%;
  }
}
.contact__button:hover {
  background-color: #FFFFFF;
  color: #000000;
  -webkit-box-shadow: 0 0 3px 1px #000000;
          box-shadow: 0 0 3px 1px #000000;
}
.contact__copyright {
  margin-left: -50px;
  position: absolute;
  top: -40px;
  left: 570px;
}
@media screen and (max-width: 1024px) {
  .contact__copyright {
    position: static;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .contact__copyright img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.contact__copy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px 64px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact__copy-text {
    padding: 32px;
    width: 100%;
  }
}
.contact__copy-text > h2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .contact__copy-text > h2 {
    text-align: center;
  }
}
.contact__copy-text > p {
  font-size: 16px;
  font-weight: 400;
  max-width: 420px;
}
.contact__br {
  display: none;
}
@media screen and (max-width: 480px) {
  .contact__br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .contact__span {
    display: none;
  }
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact__code {
  width: 160px;
  height: 60px;
}
.contact__code-block {
  width: 100%;
  margin-left: 20px;
}
.contact__refresh {
  margin-top: 7px;
  font-size: 16px;
  color: #2F80ED;
  text-decoration: underline;
  cursor: pointer;
}
