* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  min-height: 100vh;
  font-family: "Nunito Sans", sans-serif;
  background-color: #F9F9F9;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1226px;
  position: relative;
  padding: 0 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding: 0 30px;
  color: #fff;
  height: 56px;
  border-radius: 50px;
  background-color: #234628;
  transition: background-color, 0.3s;
  cursor: pointer;
}
.button:hover {
  background-color: #020A0A;
}
.button.disable {
  pointer-events: none;
  background: rgba(2, 10, 10, 0.1);
  color: rgba(2, 10, 10, 0.4);
}

h1, h2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: transform, 0.3s;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.03);
}
header.hide {
  transform: translateY(-110%);
}
header.no_animation {
  transition: none !important;
}
header .limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav {
  list-style: none;
  display: flex;
  align-items: center;
}
header .nav li {
  margin: 0 22px;
  position: relative;
}
header .nav a {
  color: #020A0A;
  padding: 4px 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color, 0.5s;
}
header .nav a:hover, header .nav a.active {
  border-bottom-color: #C8C332;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.lang a img {
  width: 100%;
  height: 100%;
}
.lang .en {
  display: block;
}
.lang .ua {
  display: none;
}
.lang.ua .en {
  display: block;
}
.lang.ua .ua {
  display: none;
}
.lang.en .en {
  display: none;
}
.lang.en .ua {
  display: block;
}

.menu__button {
  display: none;
}
.menu__button svg {
  width: 30px;
  height: 30px;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  padding: 38px 0 0;
  background-color: #eef1f5;
}
footer .limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo {
  min-width: 147px;
  align-self: flex-start;
  margin-right: 55px;
}
footer .info {
  list-style: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
footer .info .title {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
footer .info li {
  margin-bottom: 13px;
}
footer .info li:last-of-type {
  margin-bottom: 0;
}
footer .info a {
  color: inherit;
}
footer .soc {
  margin-bottom: 13px;
  font-size: 0;
}
footer .soc a {
  font-size: 14px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  color: inherit;
}
footer .apps {
  white-space: nowrap;
}
footer .apps a {
  position: relative;
  color: inherit;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
footer .apps a span {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .apps a.disable img {
  opacity: 0.2;
  filter: grayscale(100%);
}
footer .apps a.disable span {
  display: block;
}
footer .lang {
  width: auto;
  align-self: flex-start;
  margin-left: 50px;
}
footer .links {
  display: inline-flex;
  flex-direction: column;
}
footer .links a {
  white-space: nowrap;
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 15px;
}
footer .links a:last-of-type {
  margin-bottom: 0;
}
footer .links a:hover {
  text-decoration: underline;
}

.footer__content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 30px 25px;
}
.footer__content p {
  grid-column: span 3;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.footer__content p strong {
  font-weight: 700;
}

.copyright {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  background-color: #E3E9F1;
  margin-top: 44px;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.main__screen {
  height: calc(100vh + 130px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.main__screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, calc(100vh - 100px));
  aspect-ratio: 1/1;
  width: 2855px;
  border-radius: 100%;
}
.main__screen .limit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
  height: 53.639vh;
}
.main__screen h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}
.main__screen .planet {
  position: relative;
  z-index: 2;
  margin-bottom: -100%;
}

.about,
.mition {
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: 200px;
  position: relative;
  z-index: 3;
}
.about .limit,
.mition .limit {
  display: flex;
  align-items: center;
}
.about h2,
.mition h2 {
  text-align: left;
}
.about .half,
.mition .half {
  width: 50%;
}
.about .half.pics,
.mition .half.pics {
  /* display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 55px;*/
  padding-right: 84px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
}
.about-item,
.mition-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  width: calc(50% - 30px);
}
.about-item img, .about-item svg,
.mition-item img,
.mition-item svg {
  margin-bottom: 18px;
}

.tools {
  padding-top: 260px;
  padding-bottom: 200px;
  margin-top: -200px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='1920' height='5000' viewBox='0 0 1920 5000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 5000H0V105.444C0 105.444 579 -131.056 960 105.444C1341 341.944 1920 105.444 1920 105.444V1078.44Z' fill='%23000'/%3E%3C/svg%3E%0A") center 0 no-repeat;
  -webkit-mask-size: 100% auto;
  background: linear-gradient(to bottom, #EEF1F5 0%, #F9F9F9 100%);
}
.tools h2 {
  margin-bottom: 50px;
}
.tools__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
.tools-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tools-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.tools-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: center;
}
.tools-item .button {
  margin-top: auto;
}

.projects {
  background-color: #F9F9F9;
  padding-bottom: 290px;
  overflow: hidden;
  margin-top: -200px;
  padding-top: 200px;
}
.projects .limit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects h2 {
  margin-bottom: 84px;
}
.projects .map__container {
  margin-bottom: 30px;
}
.projects .map {
  position: relative;
  width: 1116px;
}
.projects .map .pin {
  width: 17px;
  height: 35px;
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.projects .map .pin:before {
  content: "";
  width: 17px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/pin.png") 0 0 no-repeat;
  opacity: 1;
  transition: opacity, 0.5s;
}
.projects .map .pin:after {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/pin-active.png") 0 0 no-repeat;
  margin-top: -9px;
  visibility: hidden;
  opacity: 0;
  transition: opacity, 0.5s;
}
.projects .map .pin .pin_tooltip {
  display: none !important;
}
.projects .map .pin.active, .projects .map .pin:hover {
  z-index: 5;
  /*.tooltip {
    opacity: 1;
  }*/
}
.projects .map .pin.active:before, .projects .map .pin:hover:before {
  opacity: 0;
}
.projects .map .pin.active:after, .projects .map .pin:hover:after {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: absolute;
  z-index: 5;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.06));
  backdrop-filter: blur(4.5px);
  border-radius: 7px;
  display: none;
  align-items: center;
  width: 315px;
  pointer-events: none;
  transform: translate(39px, -20px);
}
.tooltip:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(-100%);
  width: 21px;
  height: 17px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.50019L21 16.7274V0.272949L0 8.50019Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  backdrop-filter: blur(4.5px);
  background-color: rgba(255, 255, 255, 0.9);
}
.tooltip.left {
  transform: translate(calc(-100% - 29px), -20px);
}
.tooltip.left:before {
  left: 100%;
  transform: translateX(0) scaleX(-1);
}
.tooltip-pic {
  align-self: flex-start;
  width: 86px;
  min-width: 86px;
  margin-right: 20px;
}
.tooltip-pic:empty {
  display: none;
}
.tooltip-content h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 4px;
}
.tooltip-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.tooltip-content p:last-child {
  margin-bottom: 0;
}

.roadmap {
  padding-top: 260px;
  padding-bottom: 200px;
  margin-top: -200px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='1920' height='3163' viewBox='0 0 1920 3163' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 3162.68H0C0 3162.68 0 612 0 168.682C509.5 168.682 534.568 0.317871 960.284 0.317871C1386 0.317871 1413.5 168.682 1920 168.682C1920 559.5 1920 3162.68 1920 3162.68Z' fill='%23000'/%3E%3C/svg%3E%0A") center 0;
  -webkit-mask-size: 100% auto;
  background: linear-gradient(to bottom, #EEF1F5 0%, #F9F9F9 100%);
}
.roadmap h2 {
  margin-bottom: 60px;
}
.roadmap__container {
  display: flex;
  flex-direction: column;
}
.roadmap-item {
  width: calc(50% - 28px);
  padding: 30px 20px 30px 40px;
  border: 2px solid #6432C8;
  border-radius: 30px;
  margin-top: -40px;
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}
.roadmap-item:before, .roadmap-item:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #6432C8;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.roadmap-item:before {
  top: 0;
  left: 50%;
}
.roadmap-item:after {
  top: 50%;
  left: 100%;
}
.roadmap-item .line {
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(50% + 62px);
  height: calc(50% - 40px);
  border-top: 2px solid #6432C8;
  border-right: 2px solid #6432C8;
  border-top-right-radius: 85% 95%;
}
.roadmap-item:nth-child(even) {
  margin-left: auto;
}
.roadmap-item:nth-child(even):after {
  left: 0;
}
.roadmap-item:nth-child(even) .line {
  left: 0;
  transform: scaleX(-1);
  transform-origin: 0 0;
}
.roadmap-item:first-of-type {
  margin-top: 0;
}
.roadmap-item:first-of-type:before {
  display: none;
}
.roadmap-item:last-of-type:after {
  display: none;
}
.roadmap-item:last-of-type .line {
  display: none;
}
.roadmap-item .date {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
}
.roadmap-item ul {
  list-style: none;
}
.roadmap-item ul li {
  position: relative;
  padding-left: 30px;
  min-height: 28px;
  cursor: default;
}
.roadmap-item ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #6432C8;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
}
.roadmap-item ul li .date-tooltip {
  position: absolute;
  top: -7px;
  left: 35px;
  z-index: 10;
  background: #B4A0FF;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity, 0.5s;
  pointer-events: none;
}
.roadmap-item ul li .date-tooltip:before {
  content: "";
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-right: 14px solid #B4A0FF;
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap-item ul li span {
  padding-left: 30px;
  margin-left: -30px;
  display: inline;
  position: relative;
  z-index: 2;
}
.roadmap-item ul li.check:after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9.77273L6.8 14.5L14 1.5' stroke='%23B5E094' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #C8C332;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 4px;
}
.roadmap-item ul li.check > span:hover + .date-tooltip {
  opacity: 1;
  visibility: visible;
}
.roadmap-item ul li.check.active > .date-tooltip {
  opacity: 1;
  visibility: visible;
}
.roadmap-item ul li ul {
  margin: 3px 0;
}

.team {
  background-color: #F9F9F9;
  padding-bottom: 200px;
  overflow: hidden;
  padding-top: 200px;
  margin-top: -200px;
}
.team h2 {
  margin-bottom: 50px;
}
.team__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 80px);
  margin: 0 -40px -50px;
}
.team-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 40px 50px;
  width: calc(25% - 80px);
}
.team-item .pic {
  width: 170px;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #E3E9F1;
}
.team-item .pic img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.team-item .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 6px;
}
.team-item .experience {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 12px;
}
.team-item .experience strong {
  font-weight: 700;
}
.team-item .function {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.team-item .links {
  margin-top: 12px;
}
.team-item .links a {
  font-size: 18px;
  color: #020a0a;
  margin: 0 7px;
}
.team-item .links a:hover {
  color: #6432C8;
}

.partners {
  background-color: #F9F9F9;
  padding-bottom: 200px;
  overflow: hidden;
}
.partners h2 {
  margin-bottom: 50px;
}
.partners__slider {
  margin: 0 -55px;
}
.partners__slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.partners__slider:not(.slick-initialized) .partners__slider-item {
  display: none;
}
.partners__slider:not(.slick-initialized) .partners__slider-item:nth-child(-n+5) {
  display: flex;
}
.partners__slider-item {
  margin: 0 55px;
  align-items: center;
  height: auto !important;
}
.partners__slider-item img {
  max-height: 80px;
}
.partners__slider-item.slick-slide {
  display: flex !important;
}
.partners__slider .slick-track {
  display: flex;
}
.partners__slider.slick-dotted .slick-list {
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.partners .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 28px;
}
.partners .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.partners .slick-dots li:last-of-type {
  margin-right: 0;
}
.partners .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #234628;
}
.partners .slick-dots button {
  text-indent: -10000000px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #e8e8e8;
  transition: all, 0.5s;
}

.modal .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.content__modal {
  width: 850px;
  max-width: calc(100% - 60px);
  max-height: calc(100vh - 150px);
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
}
.content__modal.zoom-modal {
  max-width: calc(100% - 10px);
  max-height: calc(100vh - 20px);
}
.content__modal.zoom-modal .cross {
  transform: scale(0.7);
}
.content__modal .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
.content__modal img {
  border-radius: 3px;
  margin-bottom: 40px;
}
.content__modal .content {
  position: relative;
  max-height: 100%;
  height: auto;
  overflow-y: scroll;
  padding-right: 15px;
  margin-right: -3px;
  scrollbar-color: #C8C332 #e0e0e0;
  scrollbar-width: thin;
}
.content__modal .content::-webkit-scrollbar {
  width: 10px;
}
.content__modal .content::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.content__modal .content::-webkit-scrollbar-thumb {
  background-color: #C8C332;
}
.content__modal .content ol, .content__modal .content ul {
  padding-left: 25px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.content__modal .content ol:first-child, .content__modal .content ul:first-child {
  margin-top: 0;
}
.content__modal .content p, .content__modal .content li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.content__modal .content p a, .content__modal .content li a {
  color: #c8c332;
  text-decoration: underline;
}
.content__modal .content p a:hover, .content__modal .content li a:hover {
  text-decoration: none;
}
.content__modal .content li {
  margin-bottom: 10px;
}
.content__modal .content li:last-of-type {
  margin-bottom: 0;
}
.content__modal .content h1, .content__modal .content h2, .content__modal .content h3, .content__modal .content h4, .content__modal .content h5, .content__modal .content h6 {
  margin-top: 40px;
  text-align: left;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.content__modal .content h1:first-child, .content__modal .content h2:first-child, .content__modal .content h3:first-child, .content__modal .content h4:first-child, .content__modal .content h5:first-child, .content__modal .content h6:first-child {
  margin-top: 0;
}
.content__modal .content h2 {
  font-size: 26px;
}
.content__modal .content h3 {
  font-size: 24px;
}
.content__modal .content h4 {
  font-size: 20px;
}
.content__modal .content h5 {
  font-size: 18px;
}
.content__modal .content h6 {
  font-size: 16px;
}

.projects__block {
  padding-top: clamp(120px, 14.063vw, 200px);
  padding-bottom: 200px;
}
.projects__block-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.projects__block-item {
  width: calc(33.333% - 20px);
  aspect-ratio: 1/1;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.projects__block-item:before, .projects__block-item:after {
  content: "";
  opacity: 0.8;
  background: linear-gradient(180deg, #020A0A 0%, rgba(2, 10, 10, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
}
.projects__block-item:before {
  top: 0;
  height: 175px;
}
.projects__block-item:after {
  bottom: 0;
  height: 77px;
  transform: scaleY(-1);
}
.projects__block-item > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all, 0.5s;
  transform: scale(1);
}
.projects__block-item:hover > img {
  transform: scale(1.2);
}
.projects__block-item .item__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 25px;
}
.projects__block-item .item__content .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
}
.projects__block-item .item__content .esdg {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%;
}
.projects__block-item .item__content .esdg-item {
  width: 7%;
  aspect-ratio: 1/1;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
  transition: all, 0.5s;
  background-size: 200px auto;
  background-position: 0 bottom;
}
.projects__block-item .item__content .esdg-item img {
  max-width: initial;
  width: 133px;
  height: auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity, 0.5s;
}
.projects__block-item .item__content .esdg-item img.left {
  left: initial;
  right: 0;
}
.projects__block-item .item__content .esdg-item:hover {
  z-index: 5;
  box-shadow: inset 0 0 0 1px #fff;
}
.projects__block-item .item__content .esdg-item:hover img {
  opacity: 1;
}

.project__block {
  padding-top: clamp(160px, 14.063vw, 270px);
  min-height: 100vh;
  position: relative;
}
.project__block h1 {
  font-size: clamp(42px, 4.167vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 54px;
}
.project__block .main__pic {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 107px);
  position: absolute;
  top: 107px;
  left: 0;
  overflow: hidden;
}
.project__block .main__pic:after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project__block .main__pic img {
  width: calc(100% + 30px);
  max-width: initial;
  margin: -15px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: blur(7px);
}
.project__block .esdg {
  margin: 0 -2px 60px;
  padding-right: 5%;
  overflow: hidden;
}
.project__block .esdg .slick-list {
  overflow: hidden;
  overflow: initial;
}
.project__block .esdg-item {
  margin: 0 2px;
}
.project__block .esdg-item:not(.slick-slide) {
  display: none;
}
.project__block .esdg-item:not(.slick-slide):first-of-type {
  display: block;
  width: clamp(80px, 7.865vw, 151px);
}
.project__block .project__content__wrapper {
  padding: clamp(60px, 10.417vw, 200px) 30px clamp(100px, 10.417vw, 200px);
  background-color: #fff;
}
.project__block .project__content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.project__block .project__content p, .project__block .project__content li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.project__block .project__content p a, .project__block .project__content li a {
  text-decoration: underline;
}
.project__block .project__content p a:hover, .project__block .project__content li a:hover {
  text-decoration: none;
}
.project__block .project__content ol, .project__block .project__content ul {
  margin: 40px 0;
  padding-left: 20px;
}
.project__block .project__content ol:first-child, .project__block .project__content ul:first-child {
  margin-top: 0;
}
.project__block .project__content ol li, .project__block .project__content ul li {
  margin-bottom: 10px;
}
.project__block .project__content ol li:last-of-type, .project__block .project__content ul li:last-of-type {
  margin-bottom: 0;
}
.project__block .project__content iframe {
  margin: 40px 0;
  width: 100% !important;
}
.project__block .project__content iframe:first-child {
  margin-top: 0;
}
.project__block .project__content img {
  display: block;
  margin: 40px auto;
  width: 100% !important;
}
.project__block .project__content img:first-child {
  margin-top: 0;
}
.project__block .project__content .contact__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 75px;
}
.project__block .project__content .contact__buttons > * {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 5px 20px 5px 75px;
  position: relative;
  cursor: pointer;
  height: 54px;
  border-radius: 55px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #020A0A;
  margin: 0 10px 30px;
}
.project__block .project__content .contact__buttons > *:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}
.project__block .project__content .contact__buttons > * i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.project__block .project__content .contact__buttons > * b {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.project__block .project__content .contact__buttons > *.telegram {
  color: #fff;
  background-color: #26A2E0;
  border-color: #26A2E0;
}
.project__block .project__content .contact__buttons > *.telegram b {
  color: #fff;
}

.marker, .zoomHolder img {
  display: block;
}

.fullscreenToggle, .zoomIn, .zoomOut {
  background: url("https://0.s3.envato.com/files/203121821/assets/pz_sheet.png") no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 100;
  margin: 5px 0;
}

.zoomIn {
  background-position: 0 0;
}

.zoomOut {
  background-position: -30px 0;
}

.fullscreenToggle {
  background-position: -60px 0;
  cursor: pointer;
}

.zoomIn.on, .zoomOut.on {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  cursor: pointer;
}

.zoomIn.off, .zoomOut.off {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  cursor: auto;
}

.controlHolder {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  z-index: 100;
}

.fullscreenDiv, .marker {
  left: 0 !important;
  top: 0 !important;
}

.fullscreenToggle {
  display: none;
}

.fullscreenToggle.on {
  background-position: -90px 0;
}

.fullscreenToggle.off {
  background-position: -60px 0;
}

.fullscreenDiv {
  width: auto !important;
  height: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  background: #FFF;
  z-index: 999999;
  overflow: hidden;
}

.zoomHolder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.marker {
  position: absolute !important;
  bottom: auto !important;
  right: auto !important;
}

/*bob */
.zoomHolder {
  width: 100%;
  aspect-ratio: 615/1291;
  max-width: 615px;
  margin: 0 auto;
  pointer-events: none;
}

.controlHolder {
  visibility: hidden;
}

.project__block .project__content h2 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}

.project__block .project__content h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 16px;
}

.project__block .project__content h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.project__block .project__content h2 + ul,
.project__block .project__content h2 + ol {
  margin-top: 0;
}

.project__block .project__content h3 + ul,
.project__block .project__content h3 + ol {
  margin-top: 0;
}

.project__block .project__content li h3,
.project__block .project__content li h4 {
  margin-bottom: 15px;
}

.project__block .project__content li ul {
  margin-top: 0;
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

form {
  width: 768px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
form .button {
  margin-top: 16px;
}

label {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding: 0 23px;
  margin-bottom: 2px;
}

input, textarea {
  width: 100%;
  height: 56px;
  padding: 0 30px;
  border-radius: 39px;
  background: rgba(35, 70, 40, 0.1);
}
input.error, textarea.error {
  box-shadow: 0 0 0 1px #ff0015;
}

.errorText {
  display: none;
  font-size: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 5px 30px 0 0;
  color: #ff0015;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 136px;
  resize: none;
}

.success {
  position: fixed;
  top: 125px;
  right: 20px;
  z-index: 500;
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.03);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 20px;
  width: 408px;
  max-width: calc(100% - 40px);
  align-items: center;
}
.success svg {
  margin-right: 20px;
}

@media (max-width: 1920px) {
  .tools,
  .roadmap {
    -webkit-mask-size: 1920px auto;
  }
}
@media (max-width: 1400px) {
  header .nav li {
    margin: 0 15px;
  }
  .main__screen h1 {
    font-size: clamp(36px, 3.382vw, 46px);
    max-width: 850px;
  }
  h2 {
    font-size: clamp(30px, 2.941vw, 40px);
  }
  p {
    font-size: 16px;
  }
  .about, .mition {
    margin-bottom: 60px;
  }
  .tools {
    padding-bottom: 130px;
  }
  .roadmap {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .team {
    padding-bottom: 110px;
  }
  .partners {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .lang {
    width: auto;
  }
  footer .logo {
    min-width: inherit;
  }
  .main__screen .planet {
    width: 500px;
  }
  .about .half.pics, .mition .half.pics {
    padding-right: 45px;
  }
  .map__container {
    overflow-x: scroll;
    margin: 0 -30px;
    padding: 0 30px;
    scroll-snap-type: x mandatory;
    width: calc(100% + 60px);
  }
  .map__container .map {
    scroll-snap-align: center;
  }
  .tooltip {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .tooltip:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tools__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin: 0 auto;
  }
  .team-item {
    width: calc(33.333% - 80px);
  }
  .mition .limit {
    flex-direction: column-reverse;
  }
  .mition .limit .half {
    width: 100%;
  }
  .about .half.pics, .mition .half.pics {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 63px;
  }
  .mition-item {
    width: 140px;
  }
  .about .half.pics, .mition .half.pics {
    padding-right: 0;
  }
  .mition .limit .half {
    text-align: center;
  }
  .mition h2 {
    text-align: center;
  }
  .mition .half:not(.pics) {
    margin-bottom: 64px;
  }
  footer .lang {
    display: none;
  }
  footer .limit {
    flex-direction: column;
  }
  footer .info {
    margin-bottom: 30px;
    text-align: center;
  }
  footer .soc {
    text-align: center;
  }
  footer .logo {
    margin-bottom: 30px;
  }
  .main__screen {
    height: calc(100vh + 65px);
  }
  .menu__button {
    display: inline-block;
  }
  header .nav {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
    padding: 80px 0 10px;
    /*background-color: #e6e34d;
    box-shadow: 0 20px 20px #e6e34d;*/
    background-color: #fff;
    box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.03);
    height: 100vh;
  }
  header.fixed .nav {
    background-color: #fff;
    box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.03);
  }
  header .nav li {
    margin: 0 15px 30px;
    font-size: 18px;
  }
  footer .info {
    text-align: left;
  }
  footer .links {
    align-items: center;
  }
  footer .logo {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1025px) {
  header .nav {
    display: flex !important;
  }
}
@media (max-width: 920px) {
  .roadmap-item {
    width: calc(50% - 10px);
    padding: 30px 20px 30px 30px;
  }
  .roadmap-item .line {
    width: calc(50% + 25px);
  }
  /**************************************************/
  .projects__block-item {
    width: calc(50% - 20px);
  }
  .projects__block-container {
    max-width: 660px;
    margin: 0 auto;
  }
  .project__block .main__pic img {
    height: 380px;
    object-fit: cover;
  }
}
@media (max-width: 900px) {
  .footer__content {
    grid-template-columns: 1fr 1fr;
  }
  .footer__content p {
    grid-column: span 2;
  }
  footer .links {
    align-items: flex-end;
  }
  footer .cont {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 800px) {
  header {
    padding: 15px 0;
  }
  .about .half.pics, .mition .half.pics {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
  }
}
@media (max-width: 750px) {
  .roadmap-item {
    width: 100%;
  }
  .roadmap-item {
    max-width: 420px;
    margin: 0 auto 40px;
  }
  .roadmap-item::after {
    top: 100% !important;
    left: 50% !important;
  }
  .roadmap-item .line {
    top: 100% !important;
    left: 50% !important;
    height: 40px;
    border-top: none;
    border-right: none;
    border-top-right-radius: 0;
    width: 2px;
    background-color: #6432c8;
    transform: translateX(-50%) !important;
  }
  .about .limit {
    flex-direction: column;
  }
  .about .half {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .about .half:last-of-type {
    margin-bottom: 0;
  }
  .about h2, .mition h2 {
    text-align: center;
  }
  /***********************************************/
  .controlHolder {
    visibility: visible;
  }
  .zoomHolder {
    pointer-events: initial;
  }
}
@media (max-width: 600px) {
  .team-item {
    width: calc(50% - 80px);
  }
  .main__screen .planet {
    width: 420px;
  }
  .planet {
    transform: translateY(0px) scale(1) !important;
  }
  .main__screen .limit {
    height: 42.639vh;
  }
  .main__screen::before {
    transform: translate(-50%, calc(100vh - 257px));
  }
  .main__screen {
    height: auto;
    margin-bottom: 60px;
  }
  .main__screen .planet {
    margin-bottom: 0;
  }
  .tools__container {
    grid-gap: 30px;
  }
  .main__screen {
    padding-top: 110px;
  }
  .partners__slider-item {
    justify-content: center;
    text-align: center;
    margin: 0;
  }
  .partners__slider-item img {
    max-width: 150px;
  }
  .partners__slider {
    margin: 0 -30px;
  }
}
/***********************************************/
@media (max-width: 560px) {
  .picZoom:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='-0.1 0 31.874 31.874' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_20' data-name='Group 20' transform='translate(-1340.025 -182)'%3E%3Ccircle id='Ellipse_6' data-name='Ellipse 6' cx='11' cy='11' r='11' transform='translate(1341.025 183)' fill='%23e8f7f9' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_19' data-name='Line 19' x1='11.568' y1='11.568' transform='translate(1359.432 201.599)' fill='none' stroke='%23333' stroke-miterlimit='10' stroke-width='2'/%3E%3Cg id='Group_19' data-name='Group 19'%3E%3Cline id='Line_20' data-name='Line 20' x1='10' transform='translate(1347.025 194.006)' fill='none' stroke='%23333' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline id='Line_21' data-name='Line 21' y2='10' transform='translate(1352.025 189.006)' fill='none' stroke='%23333' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: sticky;
    top: 80px;
    bottom: 60px;
    z-index: 5;
    display: block;
    margin-left: auto;
    margin-right: -15px;
  }
  .picZoom img {
    margin-top: -30px !important;
  }
}
@media (max-width: 500px) {
  .projects__block-item {
    width: 100%;
  }
  .projects__block-container {
    max-width: 330px;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  .cont {
    grid-column: span 1;
  }
  .footer__content p {
    grid-column: span 1;
  }
  .projects__block-item .item__content .esdg {
    display: none;
  }
}
@media (max-width: 480px) {
  .team-item .pic {
    width: 145px;
  }
  .main__screen .limit {
    height: auto;
  }
  .main__screen {
    padding-top: 110px;
  }
  .main__screen h1 {
    font-size: 32px;
  }
  .about .half.pics, .mition .half.pics {
    grid-gap: 35px;
  }
  .footer__content p {
    text-align: center;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  footer .cont {
    grid-column: span 1;
  }
  .footer__content p {
    grid-column: span 1;
  }
  footer .links {
    align-items: center;
  }
  footer .info {
    text-align: center;
  }
  /*
    footer .apps {
      white-space: normal;
    }*/
  .content__modal .title {
    font-size: 30px;
  }
  /*********************************************************/
  .project__block .project__content__wrapper {
    margin: 0px -25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zoomHolder {
    width: 80%;
  }
}
@media (max-width: 440px) {
  .tools__container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
}
@media (max-width: 380px) {
  footer .apps {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.zoomHolder {
  width: calc(100% + 60px);
  aspect-ratio: inherit;
  max-width: initial;
  margin: -60px -30px;
}
.zoomHolder img {
  width: 100%;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
