@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/Nexa-Book.eot");
  src: local("Nexa Book"), local("Nexa-Book"), url("../fonts/Nexa-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book.woff") format("woff"), url("../fonts/Nexa-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/Nexa-Book-Italic.eot");
  src: local("Nexa Book Italic"), local("Nexa-Book-Italic"), url("../fonts/Nexa-Book-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book-Italic.woff") format("woff"), url("../fonts/Nexa-Book-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Bold.eot");
  src: local("Nexa Bold"), local("Nexa-Bold"), url("../fonts/Nexa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold.woff") format("woff"), url("../fonts/Nexa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-XBold.eot");
  src: local("Nexa XBold"), local("Nexa-XBold"), url("../fonts/Nexa-XBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-XBold.woff") format("woff"), url("../fonts/Nexa-XBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Nexa Book", "Arial", sans-serif;
  color: #081f4d;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a {
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nexa Book", "Arial", sans-serif;
  font-size: inherit;
  font-weight: normal;
  color: #081f4d;
}

/*===================================================================================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding: 30px 16px;
}
@media (min-width: 769px) {
  .preloader {
    padding: 30px;
  }
}

.preloader__content {
  position: relative;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0083ff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

body.loaded .preloader {
  display: none;
}

.container {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
    padding: 0;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1251px) {
  .container {
    max-width: 1170px;
  }
}
/*===================================================================================================================*/
body {
  min-width: 320px;
}

body.body_lock {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.page-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
@media (min-width: 601px) {
  .page-content {
    padding-top: 91px;
  }
}

._ibg {
  position: relative;
  overflow: hidden;
}

._ibg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section {
  padding: 50px 0;
}
.section._pt-65 {
  padding-top: 25px;
}
.section._pb-65 {
  padding-bottom: 25px;
}
@media (min-width: 601px) {
  .section {
    padding: 100px 0;
  }
  .section._pt-65 {
    padding-top: 50px;
  }
  .section._pb-65 {
    padding-bottom: 50px;
  }
}
@media (min-width: 993px) {
  .section {
    padding: 130px 0;
  }
  .section._pt-65 {
    padding-top: 65px;
  }
  .section._pb-65 {
    padding-bottom: 65px;
  }
}

.cards-grid ul > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .cards-grid ul {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .cards-grid ul > li {
    display: flex;
  }
  .cards-grid ul > li:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .cards-grid ul {
    gap: 30px;
  }
}
@media (min-width: 1251px) {
  .cards-grid ul {
    display: grid;
    gap: 30px;
  }
  .cards-grid ul > li {
    display: flex;
    flex-direction: column;
  }
  .cards-grid.grid-3 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cards-grid.grid-4 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cards-grid .item-card {
  border-radius: 30px;
  border: 1px solid #e2e7fa;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.cards-grid .item-card__title, .cards-grid .item-card__text {
  margin-top: 15px;
}
.cards-grid .item-card__title {
  font-family: "Nexa", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
}
.g-input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #edf6ff;
  border: 1px solid #edf6ff;
  transition: 0.2s ease-out;
  color: #081f4d;
  font-family: "Nexa Book", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 15px;
  min-height: 51px;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 426px) {
  .g-input {
    padding: 15px 30px;
    min-height: 57px;
    font-size: 18px;
    line-height: 27px;
  }
}
.g-input::-moz-placeholder {
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  color: rgba(8, 31, 77, 0.65);
}
.g-input::placeholder {
  transition: 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  color: rgba(8, 31, 77, 0.65);
}
.g-input:-webkit-autofill {
  -webkit-text-fill-color: #081f4d !important;
  -webkit-box-shadow: 0 0 0px 1000px #edf6ff inset !important;
}
.g-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 131, 255, 0.2) inset !important;
}
.g-input:focus {
  background-color: rgba(0, 131, 255, 0.2);
}
.g-input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.g-input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.g-input._error {
  border: 1px solid #ff0600;
}

.form-error-msg {
  color: #ff0600;
  font-family: "Nexa Book", Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}
@media (min-width: 601px) {
  .form-error-msg {
    font-size: 14px;
    top: calc(100% + 5px);
  }
}

.form-contacts {
  display: block;
  border-radius: 30px;
  border: 1px solid #e2e7fa;
  background: #fff;
  padding: 30px;
}
@media (min-width: 601px) {
  .form-contacts {
    padding: 50px;
  }
}
.form-contacts__title {
  font-family: "Nexa", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .form-contacts__title {
    margin-bottom: 30px;
  }
}
.form-contacts__body {
  position: relative;
}
.form-contacts__body .g-input:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .form-contacts__body .g-input:not(:last-child) {
    margin-bottom: 15px;
  }
}
.form-contacts__footer {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 601px) {
  .form-contacts__footer {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .form-contacts__btn.btn-blue {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .form-contacts__btn.btn-blue {
    width: 100%;
  }
}

p {
  font-size: 18px;
  line-height: 27px;
}

.section-title {
  color: #081f4d;
  text-align: center;
  font-family: "Nexa", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  font-size: 42px;
}
@media (min-width: 601px) {
  .section-title {
    font-size: 64px;
  }
}

.ul-checked li {
  padding-left: 32px;
  position: relative;
}
.ul-checked li:not(:last-child) {
  margin-bottom: 10px;
}
.ul-checked li::before {
  position: absolute;
  content: url("../img/icons/check-icon.svg");
  transition: 0.2s ease-out;
  width: 12px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-light {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s ease-out;
  padding: 10px 20px;
}
.btn-light span {
  font-family: "Museo Sans Cyrl", Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.btn-light span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn-light, .btn-light span {
  transform: translateZ(0px);
}
.btn-light, .btn-light:hover {
  color: #0083ff;
  background-color: rgba(0, 131, 255, 0.1);
}
@media (any-hover: hover) {
  .btn-light:hover {
    background-color: rgba(0, 131, 255, 0.2);
  }
}
.btn-light._clicked {
  transform: scale(0.9);
}

.btn-blue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  cursor: pointer;
  transition: 0.2s ease-out;
  padding: 10px 50px;
  min-height: 64px;
}
.btn-blue span {
  font-family: "Museo Sans Cyrl", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 601px) {
  .btn-blue {
    padding: 25px 50px;
  }
  .btn-blue span {
    font-size: 24px;
    line-height: 29px;
  }
}
.btn-blue span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn-blue img {
  margin-right: 15px;
}
.btn-blue, .btn-blue span {
  transform: translateZ(0);
}
.btn-blue, .btn-blue:hover {
  color: #ffffff;
  background-color: #0083ff;
}
@media (any-hover: hover) {
  .btn-blue:hover {
    background-color: hsl(209, 100%, 45%);
  }
}
.btn-blue._clicked {
  transform: scale(0.97);
}
.btn-blue._hold {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.3;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__body {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e7fa;
}
@media (min-width: 601px) {
  .header__body {
    padding: 25px 0;
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: 162px;
  }
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .header__btn {
    padding: 6px 10px;
  }
  .header__btn span {
    font-size: 14px;
    line-height: 17px;
  }
}

.popup {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.4s ease-out;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.popup.popup_open {
  opacity: 1;
  visibility: visible;
}
.popup.popup_open .popup__content {
  visibility: visible;
  transform: perspective(600px) translate(0vh, 0vh) rotateX(0deg);
}

.popup .popup__body {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
}
.popup .popup__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #e2e7fa;
  box-shadow: 0px 30px 50px 0px rgba(8, 31, 77, 0.07);
  width: 100%;
  max-width: 970px;
  position: relative;
  visibility: hidden;
  transition: 0.4s ease-out;
  transform: perspective(600px) translate(0vh, -50vh) rotateX(45deg);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #0083ff #ffffff;
}
.popup .popup__content::-webkit-scrollbar {
  width: 2px;
}
.popup .popup__content::-webkit-scrollbar-track {
  background: #ffffff;
}
.popup .popup__content::-webkit-scrollbar-thumb {
  background-color: #0083ff;
}
.popup .popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #a9b1c1;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media (any-hover: hover) {
  .popup .popup__close:hover {
    color: #0083ff;
  }
}

.popup.contact-popup .popup__content {
  max-width: 570px;
}
.popup.contact-popup .popup__inner .form-contacts__title {
  padding-right: 30px;
}

.popup.founder-popup .popup__content {
  max-width: 970px;
}
.popup.founder-popup .popup__inner {
  padding: 30px;
}
@media (min-width: 601px) {
  .popup.founder-popup .popup__inner {
    padding: 50px;
  }
}
@media (min-width: 1251px) and (max-width: 1439px) {
  .popup.founder-popup .popup__inner {
    padding: 40px 50px;
  }
}
.popup.founder-popup .popup__inner .founder-info__title {
  padding-right: 30px;
  font-family: "Nexa", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .popup.founder-popup .popup__inner .founder-info__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1251px) and (max-width: 1439px) {
  .popup.founder-popup .popup__inner .founder-info__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .popup.founder-popup .popup__inner .founder-info__row {
    display: flex;
  }
}
.popup.founder-popup .popup__inner .founder-info__image-col {
  flex: 0 0 170px;
}
.popup.founder-popup .popup__inner .founder-info__image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
@media (min-width: 1251px) and (max-width: 1439px) {
  .popup.founder-popup .popup__inner .founder-info__image-col {
    flex: 0 0 140px;
  }
  .popup.founder-popup .popup__inner .founder-info__image {
    width: 140px;
    height: 140px;
  }
}
.popup.founder-popup .popup__inner .founder-info__text-col {
  margin: 20px 0 0 0;
}
@media (min-width: 769px) {
  .popup.founder-popup .popup__inner .founder-info__text-col {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 600px) {
  .popup.founder-popup .popup__inner .founder-info__text-col p {
    font-size: 14px;
    line-height: 150%;
  }
}
.popup.founder-popup .popup__inner .founder-info__footer {
  text-align: center;
}
.popup.founder-popup .popup__inner .founder-info__btn {
  margin-top: 20px;
}
@media (min-width: 601px) {
  .popup.founder-popup .popup__inner .founder-info__btn {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .popup.founder-popup .popup__inner .founder-info__btn {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .popup.founder-popup .popup__inner .founder-info__btn {
    padding: 10px 28px;
  }
}
@media (min-width: 1251px) and (max-width: 1439px) {
  .popup.founder-popup .popup__inner .founder-info__btn {
    margin-top: 30px;
    padding: 10px 50px;
    min-height: 64px;
  }
  .popup.founder-popup .popup__inner .founder-info__btn span {
    font-size: 18px;
    line-height: 22px;
  }
}

.main-screen {
  padding-top: 32px;
  background: linear-gradient(180deg, rgba(0, 131, 255, 0) 0%, rgba(0, 131, 255, 0.07) 47.4%);
  overflow: hidden;
}
@media (min-width: 601px) {
  .main-screen {
    padding-top: 60px;
  }
}
@media (min-width: 993px) {
  .main-screen {
    padding-top: 100px;
  }
}
.main-screen__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.main-screen__head {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  padding-top: 145px;
}
@media (min-width: 601px) {
  .main-screen__head {
    padding-top: 212px;
  }
}
@media (min-width: 993px) {
  .main-screen__head {
    padding-top: 0;
  }
}
.main-screen__title {
  max-width: 800px;
  line-height: 56px;
}
@media (min-width: 601px) {
  .main-screen__title {
    line-height: 85px;
  }
}
.main-screen__title .frame {
  padding: 0 6px;
}
.main-screen__title .frame,
.main-screen__title .frame i {
  font-style: normal;
  display: inline-block;
  line-height: 110%;
  position: relative;
}
.main-screen__title .frame::before, .main-screen__title .frame::after,
.main-screen__title .frame i::before,
.main-screen__title .frame i::after {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  width: 10px;
  height: 10px;
  border: 2px solid #0083ff;
  background: #fff;
}
.main-screen__title .frame::before {
  top: -9px;
  left: -4px;
}
.main-screen__title .frame::after {
  top: -9px;
  right: -4px;
}
.main-screen__title .frame i::before {
  bottom: -9px;
  left: -10px;
}
.main-screen__title .frame i::after {
  bottom: -9px;
  right: -10px;
}
.main-screen__title .frame {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cline x1='0' y1='-4px' x2='0' y2='100%25' stroke='%230083FF' stroke-width='4' stroke-dasharray='9 8' /%3E%3Cline x1='100%25' y1='-4px' x2='100%25' y2='100%25' stroke='%230083FF' stroke-width='4' stroke-dasharray='9 8' /%3E%3C/svg%3E");
}
.main-screen__title .frame i {
  background-image: url("data:image/svg+xml, %3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cline x1='-5px' y1='0' x2='100%25' y2='0' stroke='%230083FF' stroke-width='4' stroke-dasharray='10 10' /%3E%3Cline x1='-5px' y1='100%25' x2='100%25' y2='100%25' stroke='%230083FF' stroke-width='4' stroke-dasharray='10 10' /%3E%3C/svg%3E");
}
.main-screen__text {
  margin-top: 15px;
  max-width: 770px;
}
.main-screen__text p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 601px) {
  .main-screen__text {
    margin-top: 25px;
  }
  .main-screen__text p {
    font-size: 24px;
    line-height: 36px;
  }
}
.main-screen__btn {
  margin-top: 30px;
}
@media (min-width: 601px) {
  .main-screen__btn {
    margin-top: 50px;
  }
}
.main-screen__levitation {
  position: absolute;
  z-index: 0;
  height: 135px;
  width: 448px;
  left: 50%;
  top: 0;
  transform: translate(-55%, 0);
}
.main-screen__levitation .levit-icon {
  position: absolute;
}
.main-screen__levitation .levit-icon._1 {
  top: 0px;
  left: 143px;
  width: 38px;
}
.main-screen__levitation .levit-icon._2 {
  top: 17px;
  left: 73px;
  width: 54.5px;
}
.main-screen__levitation .levit-icon._3 {
  top: 41px;
  left: 190px;
  width: 67.5px;
}
.main-screen__levitation .levit-icon._4 {
  top: 41px;
  left: 73px;
  width: 81px;
}
.main-screen__levitation .levit-icon._5 {
  top: 1px;
  left: 0px;
  width: 62.5px;
}
.main-screen__levitation .levit-icon._6 {
  top: 0px;
  right: 85px;
  width: 106px;
}
.main-screen__levitation .levit-icon._7 {
  top: 66px;
  right: 33px;
  width: 40.5px;
}
.main-screen__levitation .levit-icon._8 {
  top: 76px;
  right: 56px;
  width: 59px;
}
.main-screen__levitation .levit-icon._9 {
  top: 4px;
  right: 0px;
  width: 59px;
}
@media (min-width: 601px) {
  .main-screen__levitation {
    height: 202px;
    width: 675px;
  }
  .main-screen__levitation .levit-icon._1 {
    top: 0px;
    left: 214.5px;
    width: 57px;
  }
  .main-screen__levitation .levit-icon._2 {
    top: 25.5px;
    left: 109.5px;
    width: 81.5px;
  }
  .main-screen__levitation .levit-icon._3 {
    top: 61.5px;
    left: 285px;
    width: 101.5px;
  }
  .main-screen__levitation .levit-icon._4 {
    top: 61.5px;
    left: 109.5px;
    width: 121.5px;
  }
  .main-screen__levitation .levit-icon._5 {
    top: 0px;
    left: 0px;
    width: 93.5px;
  }
  .main-screen__levitation .levit-icon._6 {
    top: 0px;
    right: 127.5px;
    width: 159px;
  }
  .main-screen__levitation .levit-icon._7 {
    top: 99px;
    right: 49.5px;
    width: 60.5px;
  }
  .main-screen__levitation .levit-icon._8 {
    top: 114px;
    right: 84px;
    width: 88.5px;
  }
  .main-screen__levitation .levit-icon._9 {
    top: 6px;
    right: 0px;
    width: 88.5px;
  }
}
@media (min-width: 993px) {
  .main-screen__levitation {
    top: -65px;
    left: -195px;
    right: -195px;
    width: 1350px;
    transform: translate(0, 0);
  }
  .main-screen__levitation .levit-icon._1 {
    top: 27px;
    left: 72px;
    width: 76px;
  }
  .main-screen__levitation .levit-icon._2 {
    top: 176px;
    left: 0px;
    width: 109px;
  }
  .main-screen__levitation .levit-icon._3 {
    top: 142px;
    left: 162px;
    width: 135px;
  }
  .main-screen__levitation .levit-icon._4 {
    top: 283px;
    left: 50px;
    width: 162px;
  }
  .main-screen__levitation .levit-icon._5 {
    top: 457px;
    left: 260px;
    width: 125px;
  }
  .main-screen__levitation .levit-icon._6 {
    top: 0px;
    right: 60px;
    width: 212px;
  }
  .main-screen__levitation .levit-icon._7 {
    top: 204px;
    right: 0px;
    width: 81px;
  }
  .main-screen__levitation .levit-icon._8 {
    top: 288px;
    right: 46px;
    width: 118px;
  }
  .main-screen__levitation .levit-icon._9 {
    top: 386px;
    right: 200px;
    width: 118px;
  }
}
@media (min-width: 1251px) {
  .main-screen__levitation {
    left: -167px;
    right: -144px;
    width: 1481px;
  }
}
.main-screen__cards {
  margin-top: 50px;
}
@media (min-width: 601px) {
  .main-screen__cards {
    margin-top: 100px;
  }
}
@media (min-width: 993px) {
  .main-screen__cards {
    margin-top: 135px;
  }
}

@media (min-width: 993px) {
  .grid-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }
  .grid-img._img-left .offer__info {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .grid-img._img-left .offer__image {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: flex-start;
    text-align: left;
  }
}

.offer__title {
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .offer__title {
    margin-bottom: 30px;
  }
}
.offer__image {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 601px) {
  .offer__image {
    margin-top: 30px;
  }
}
@media (min-width: 993px) {
  .offer__image {
    margin-top: 0;
    justify-self: center;
  }
}
.offer__image img {
  width: 100%;
}
.offer__image.offer-img img {
  max-width: 474px;
}
.offer__image.why-img img {
  max-width: 500px;
}

.types__body {
  background-color: #edf6ff;
  margin: 0 -20px;
  padding: 50px 20px;
}
@media (min-width: 769px) {
  .types__body {
    margin: 0;
    padding: 50px;
    border-radius: 30px;
  }
}
.types__head {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .types__head {
    margin-bottom: 50px;
  }
}
.types__title {
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .types__title {
    font-size: 42px;
  }
}
.types__cards .item-card__text p {
  font-size: 24px;
  line-height: 36px;
}
.types__footer {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 601px) {
  .types__footer {
    margin-top: 50px;
  }
}

.contacts {
  background: linear-gradient(180deg, rgba(0, 131, 255, 0) 0%, rgba(0, 131, 255, 0.07) 47.4%);
  position: relative;
}
.contacts::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e2e7fa;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: calc(100% - 40px);
}
@media (min-width: 769px) {
  .contacts::before {
    max-width: 720px;
  }
}
@media (min-width: 993px) {
  .contacts::before {
    max-width: 960px;
  }
}
@media (min-width: 1251px) {
  .contacts::before {
    max-width: 1170px;
  }
}
@media (min-width: 993px) {
  .contacts__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.contacts__main {
  margin-bottom: 50px;
}
@media (min-width: 993px) {
  .contacts__main {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.contacts__logo img {
  max-width: 100%;
}
.contacts__contacts-list {
  margin-top: 20px;
}
@media (min-width: 601px) {
  .contacts__contacts-list {
    margin-top: 50px;
  }
}
.contacts hr {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e7fa;
}
@media (min-width: 601px) {
  .contacts hr {
    margin: 50px 0;
  }
}
.contacts__founder-btn-wrap {
  margin-top: 50px;
}
@media (min-width: 993px) {
  .contacts__founder-btn-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.contacts__founder-btn {
  align-self: flex-start;
  border-radius: 30px;
  padding: 10px 20px 10px 10px;
}
@media (max-width: 375px) {
  .contacts__founder-btn {
    width: 100%;
  }
}
.contacts__founder-btn .founder-avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.contacts__founder-btn .arrow-right {
  margin-left: 10px;
  transition: 0.2s ease-out;
}
.contacts__founder-btn span {
  line-height: 20px;
}
@media (any-hover: hover) {
  .contacts__founder-btn:hover .arrow-right {
    transform: translateX(5px);
  }
}
.item-contact:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .item-contact:not(:last-child) {
    margin-bottom: 15px;
  }
}
.item-contact__title {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
}
.item-contact__value {
  font-family: "Nexa Book", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #081f4d;
  transition: 0.2s ease-out;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
}
.item-contact a.item-contact__value {
  color: #0083ff;
}
@media (any-hover: hover) {
  .item-contact a.item-contact__value:hover {
    color: hsl(209, 100%, 40%);
  }
}

.soc-contacts__title {
  color: #081f4d;
  font-family: "Nexa", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.soc-contacts__link {
  display: inline-block;
  transition: 0.2s ease-out;
}
.soc-contacts__link img {
  transition: 0.2s ease-out;
}

.footer {
  background-color: #081f4d;
  padding: 20px 0;
  color: #e2e7fa;
  font-family: "Nexa Book", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 769px) {
  .footer {
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  .footer__body {
    display: flex;
    justify-content: space-between;
  }
}
.footer__top {
  max-width: 370px;
  font-style: italic;
}
@media (min-width: 769px) and (max-width: 992px) {
  .footer__top {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer__links {
  margin-top: 10px;
  display: flex;
}
@media (min-width: 769px) {
  .footer__links {
    justify-content: flex-end;
  }
}
.footer__links a {
  color: #e2e7fa;
  text-decoration-line: underline;
}
.footer__links a:not(:last-child) {
  margin-right: 30px;
}
@media (any-hover: hover) {
  .footer__links a:hover {
    color: #0083ff;
  }
}/*# sourceMappingURL=global.css.map */