@font-face {
  font-family: "Sora";
  src: url(../font/Sora-ExtraLight.eot) format("eot"), url(../font/Sora-ExtraLight.otf) format("otf"), url(../font/Sora-ExtraLight.ttf) format("ttf"), url(../font/Sora-ExtraLight.woff) format("woff"), url(../font/Sora-ExtraLight.woff2) format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url(../font/Sora-Light.eot) format("eot"), url(../font/Sora-Light.otf) format("otf"), url(../font/Sora-Light.ttf) format("ttf"), url(../font/Sora-Light.woff) format("woff"), url(../font/Sora-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url(../font/Sora-Regular.eot) format("eot"), url(../font/Sora-Regular.otf) format("otf"), url(../font/Sora-Regular.ttf) format("ttf"), url(../font/Sora-Regular.woff) format("woff"), url(../font/Sora-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url(../font/Sora-SemiBold.eot) format("eot"), url(../font/Sora-SemiBold.otf) format("otf"), url(../font/Sora-SemiBold.ttf) format("ttf"), url(../font/Sora-SemiBold.woff) format("woff"), url(../font/Sora-SemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.anim {
  animation-fill-mode: forwards !important;
  opacity: 0;
  transition: all 0.4s ease;
}
.anim.single-project {
  transition: all 0.4s ease;
}
.anim.single-project.done {
  opacity: 1 !important;
}

.anim-stage > * {
  animation-fill-mode: forwards !important;
  opacity: 0;
}

@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #00F5C9;
  }
}
@keyframes zoom-fade {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes line {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 510px;
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes slide {
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slide-height {
  from {
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade-left {
  from {
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-right {
  from {
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up {
  from {
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim-stage > * {
  transform-origin: 0 0;
}

@keyframes anim-stage {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up-2 {
  from {
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up-3 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-down {
  from {
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 247px;
      opacity: 1;
    }
  }
  @keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 50px;
      height: 50px;
    }
  }
}
@media screen and (max-width: 575px) {
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 150px;
      opacity: 1;
    }
  }
}
:root {
  --dark:#161A22;
  --dark-2:#121721;
  --dark-3:#141820;
  --green:#00FFA3;
  --blue:#003BFF;
  --blue-2:#3F6A9E;
  --orange:#F53B00;
  --white:#fff;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Sora", sans-serif;
  background: var(--dark);
}
body.no-scroll {
  overflow: hidden;
}

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

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#wrapper header {
  flex: 0 0 auto;
}
#wrapper main {
  flex: 1 0 auto;
}
#wrapper footer {
  flex-shrink: 0;
}

:root {
  --paddingList: 20px;
  --figureOffset: 9px;
  --widthFigure: 10px;
  --heightFigure: 10px;
  --bgFigure: #000;
}

.title {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 42px;
  color: var(--white);
}
.title span {
  color: var(--green);
}

.text {
  font-family: "Sora", sans-serif;
  font-weight: 200;
  line-height: 2.15;
  font-size: 14px;
  color: #fff;
}
.text a {
  color: var(--green);
}
.text *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
  margin-bottom: 23px;
}
.text br {
  content: "";
  display: block;
  height: 30px;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 42px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 32px;
}
.text h4 {
  font-size: 26px;
}
.text h5,
.text h6 {
  font-size: 22px;
}
.text a {
  text-decoration: underline;
}
.text blockquote {
  background: linear-gradient(153.66deg, #002831 9.18%, #002D83 92.73%);
  border-radius: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 50px 90px;
  position: relative;
  z-index: 2;
}
.text blockquote::after, .text blockquote::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 45px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M16.638 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68ZM7.647 0H1a1 1 0 0 0-1 1v6.647a1 1 0 0 0 1 1h6.647a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM29.8 1.48a1 1 0 0 0-1.728 0L24.75 7.178a1 1 0 0 0 .864 1.504h6.646a1 1 0 0 0 .864-1.504L29.8 1.481Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text blockquote::after {
  top: auto;
  left: auto;
  bottom: 18px;
  right: 18px;
  transform: rotate(180deg);
}
.text img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.text .alignleft {
  float: left;
  margin-right: 40px;
}
.text .alignright {
  float: right;
  margin-left: 40px;
}
.text .aligncenter {
  margin: 0 auto;
}
.text ul li {
  padding-left: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  left: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  background: url("../images/section/hero/dec-item-7.svg") no-repeat center/100%;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-left: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-left: var(--paddingList);
}
.text ol li ul {
  padding-left: var(--paddingList);
}
.text ol li ul li {
  padding-right: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  left: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.text ol li ul li::before {
  display: none;
}

@media screen and (max-width: 1050px) {
  .title {
    font-size: 30px;
  }
  .text h1 {
    font-size: 30px;
  }
  .text h2 {
    font-size: 24px;
  }
  .text h3 {
    font-size: 22px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5, .text h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .text blockquote {
    padding: 40px 20px;
    font-size: 18px;
  }
  .text img {
    margin: 15px 0 30px !important;
  }
}
.btn {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  min-width: 136px;
  min-height: 39px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border: 1px solid var(--white);
  border-radius: 3px;
  transition: all 0.3s linear;
}
.btn:not(.btn--green):hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--dark);
}
.btn.btn--green {
  font-weight: 600;
  border-color: var(--green);
  background: var(--green);
  color: var(--dark);
  min-width: 167px;
  min-height: 45px;
}
.btn.btn--green:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn.btn--big {
  min-width: 156px;
  min-height: 50px;
}
.btn.btn--green-border {
  min-width: 196px;
  min-height: 50px;
  border-color: var(--green);
  color: var(--green);
}

.btn-white {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  line-height: 1.92;
  font-size: 14px;
  color: var(--dark);
  text-align: center;
  border-radius: 3px;
  border: 1px solid var(--green);
  background: var(--white);
  outline: none;
  min-width: 235px;
  min-height: 50px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-white:hover {
  background: var(--green);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
  transform: scale(1);
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1100px;
  min-height: 500px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s linear;
  opacity: 0;
  transform: scale(0);
}
.modal .modal-dialog .modal-content .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 15px);
  bottom: calc(100% + 5px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 500px;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s linear;
  transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.notification .notification-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
.header {
  --heightHeader: 100px;
  width: 100%;
  height: var(--heightHeader);
}
.header .header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--heightHeader);
}
.header .header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--dark);
  opacity: 0.59;
}
.header .header__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 51px 0 67px;
}
.header .header__logo {
  width: 184px;
  height: auto;
  display: flex;
}
.header .header__logo a,
.header .header__logo img {
  display: flex;
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  object-fit: contain;
}
.header .header__nav {
  margin-left: auto;
}
.header .header__nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .header__nav ul li a {
  font-weight: 400;
  line-height: 1.92;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.header .header__nav ul li a:hover, .header .header__nav ul li a.active {
  color: var(--green);
}
.header .header__button {
  margin-left: 42px;
}
.header .burger {
  display: none;
}

@media screen and (max-width: 1250px) {
  .header {
    --heightHeader: 70px;
    height: var(--heightHeader);
  }
  .header .header__inner {
    height: var(--heightHeader);
  }
  .header .header__wrapper {
    padding: 0 23px;
  }
  .header .header__nav ul {
    gap: 20px;
  }
  .header .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    --heightHeader: 56px;
  }
  .header .header__nav {
    width: 100%;
    margin-left: -23px;
    padding: 5px 18px 90px;
    background: var(--dark);
    position: absolute;
    top: 100%;
    height: calc(100vh - var(--heightHeader));
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.3s ease-out;
    transform: translate(-110%, 0);
    overflow: hidden;
  }
  .header .header__nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 105px 0;
    gap: 25px;
    background: linear-gradient(153.66deg, #002831 9.18%, #002D83 92.73%);
    border-radius: 8px;
  }
  .header .header__nav ul::after, .header .header__nav ul::before {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 35px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M16.638 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68ZM7.647 0H1a1 1 0 0 0-1 1v6.647a1 1 0 0 0 1 1h6.647a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM29.8 1.48a1 1 0 0 0-1.728 0L24.75 7.178a1 1 0 0 0 .864 1.504h6.646a1 1 0 0 0 .864-1.504L29.8 1.481Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .header .header__nav ul::after {
    top: auto;
    left: auto;
    bottom: 18px;
    right: 18px;
    transform: rotate(180deg);
  }
  .header .header__nav ul li {
    width: 100%;
  }
  .header .header__nav ul li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .header .header__nav::before, .header .header__nav::after {
    position: absolute;
    top: 50%;
    left: -10%;
    width: 15%;
    padding-top: 15%;
    background: var(--blue);
    filter: blur(166px);
    z-index: 1;
    transform: translate(0, -50%);
  }
  .header .header__nav::after {
    left: auto;
    right: -10%;
  }
  .header .header__logo {
    order: 1;
  }
  .header .header__button {
    order: 2;
    margin-left: auto;
    margin-right: 9px;
  }
  .header .burger {
    display: flex;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    order: 3;
    align-items: center;
    justify-content: center;
    margin-right: -13px;
  }
  .header .burger .burger-wrap {
    display: flex;
    position: relative;
    width: 22px;
    height: 15px;
  }
  .header .burger span {
    height: 1px;
    border-radius: 2px;
    width: 100%;
    display: flex;
    background: var(--green);
    position: absolute;
    left: 0;
    transition: all 0.3s ease-out;
  }
  .header .burger span:nth-child(1) {
    top: 0;
  }
  .header .burger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
  .header .burger span:nth-child(3) {
    bottom: 0;
  }
  .header .burger.active span {
    width: 100%;
  }
  .header .burger.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .burger.active span:nth-child(2) {
    transform: translate(150%, -50%);
  }
  .header .burger.active span:nth-child(3) {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .header .header__inner::before {
    transition: all 0.3s ease-out;
  }
  .header.active .header__inner::before {
    opacity: 1;
  }
  .header.active .header__nav {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo {
    width: 131px;
  }
  .header .btn {
    min-width: 0;
    min-height: 0;
    font-size: 10px;
    height: 26px;
    padding: 3px 15px;
  }
  .header .header__nav::before, .header .header__nav::after {
    width: 30%;
    padding-top: 70%;
    filter: blur(100px);
  }
}
.footer {
  background: var(--dark-2);
}
.footer .footer__inner {
  padding: 98px 15px 90px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.footer .footer__logo {
  width: 184px;
  height: auto;
  display: flex;
}
.footer .footer__logo a,
.footer .footer__logo img {
  display: flex;
  width: 100%;
  height: 100%;
}
.footer .footer__logo img {
  object-fit: contain;
}
.footer .footer__wrapper {
  width: 100%;
  max-width: 269px;
  margin-right: 49px;
  padding-top: 7px;
}
.footer .footer__button {
  padding-top: 6px;
}
.footer .footer__button .btn {
  text-transform: capitalize;
}
.footer .footer__nav {
  margin-right: 56px;
}
.footer .footer__social {
  margin-bottom: 48px;
}
.footer .footer__social ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 27px;
}
.footer .footer__social ul li {
  width: 23px;
  height: 23px;
}
.footer .footer__social ul li a,
.footer .footer__social ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer__social ul li img {
  transition: all 0.3s ease-in-out;
}
.footer .footer__social ul li a:hover img {
  filter: invert(65%) sepia(24%) saturate(1286%) hue-rotate(101deg) brightness(190%) contrast(200%);
}
.footer .footer__form {
  width: 100%;
}
.footer .footer__form form {
  width: 100%;
}
.footer .footer__form .form-fields {
  width: 100%;
}
.footer .footer__form .input-field {
  width: 100%;
}
.footer .footer__form .input-field input {
  width: 100%;
  height: 49px;
  border: 1px solid var(--white);
  border-radius: 3px;
  background: var(--dark-2);
  border-radius: 3px;
  outline: none;
  font-family: "Sora", sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white);
  padding: 0 15px;
}
.footer .footer__form .button-field {
  margin-top: -6px;
  display: flex;
  justify-content: center;
}
.footer .footer__nav ul li:not(:first-child) {
  margin-top: 20px;
}
.footer .footer__nav ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .footer__nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1250px) {
  .footer .footer__wrapper {
    margin-right: 0;
  }
  .footer .footer__nav {
    margin-right: 0;
  }
  .footer .footer__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer__logo {
    width: 182px;
  }
  .footer .footer__inner {
    padding: 118px 53px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 950px) {
  .footer .footer__logo {
    order: 1;
  }
  .footer .footer__button {
    order: 2;
    margin-left: 30%;
  }
  .footer .footer__wrapper {
    order: 3;
  }
  .footer .footer__nav {
    order: 4;
  }
}
@media screen and (max-width: 700px) {
  .footer .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .footer .footer__wrapper {
    padding-top: 1px;
  }
  .footer .footer__social {
    margin-bottom: 58px;
  }
  .footer .footer__social ul {
    gap: 38px;
  }
  .footer .footer__social ul li {
    width: 25px;
    height: 25px;
  }
  .footer .footer__logo {
    margin-bottom: 60px;
  }
  .footer .footer__button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
  }
  .footer .footer__wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 57px;
  }
  .footer .footer__wrapper ul li a {
    text-transform: capitalize;
  }
  .footer .footer__nav {
    max-width: 100%;
    width: 100%;
  }
  .footer .footer__nav ul {
    width: 100%;
  }
  .footer .footer__nav ul li {
    width: 100%;
  }
  .footer .footer__nav ul li a {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
  }
}
.footer .wpcf7-not-valid-tip, .hero .wpcf7-not-valid-tip, .contact .wpcf7-not-valid-tip {
  display: none;
}
.footer .wpcf7-response-output, .hero .wpcf7-response-output, .contact .wpcf7-response-output {
  color: red;
}

.hero {
  margin-bottom: 121px;
}
.hero .hero__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 85px 0 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.hero .hero__inner > .hero__content-form {
  display: none;
}
.hero .hero__content {
  width: 100%;
  max-width: 541px;
  margin-top: 60px;
}
.hero .hero__content-title {
  margin-bottom: 78px;
}
.hero .hero__content-form {
  width: 100%;
  max-width: 450px;
}
.hero .hero__content-form form {
  width: 100%;
}
.hero .hero__content-form .form-fields {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.hero .hero__content-form .input-field {
  width: 100%;
  margin-top: -14px;
  margin-right: -68px;
}
.hero .hero__content-form .input-field input {
  width: 100%;
  height: 49px;
  padding: 0 95px 0 25px;
  font-family: "Sora", sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 3px;
}
.hero .hero__content-form .input-field input::placeholder {
  font-family: "Sora", sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--blue-2);
}
.hero .hero__content-form .input-field input:-moz-placeholder {
  font-family: "Sora", sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--blue-2);
}
.hero .hero__content-form .input-field input::-moz-placeholder {
  font-family: "Sora", sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--blue-2);
}
.hero .hero__content-form .button-field {
  flex: 0 0 auto;
}
.hero .hero__image {
  width: 100%;
  max-width: 580px;
  position: relative;
  z-index: 2;
}
.hero .hero__image .hero__image-wrap {
  width: 100%;
  position: relative;
  padding: 10.68% 17.06% 16.37% 11.896%;
}
.hero .hero__image .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 66.42%;
  border-radius: 4px;
  backface-visibility: hidden;
}
.hero .hero__image .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero__image .dec-item {
  position: absolute;
  height: 0;
}
.hero .hero__image .dec-item img, .hero .hero__image .dec-item svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero__image .dec-item svg rect {
  transition: all 0.3s ease-in-out;
}
.hero .hero__image .dec-item svg rect.phon1 {
  fill: #CBD9EA;
}
.hero .hero__image .dec-item svg rect.phon2 {
  fill: #161A22;
}
.hero .hero__image .dec-item-1 {
  width: 37.242%;
  padding-top: 36.207%;
  left: 0;
  bottom: 1px;
}
.hero .hero__image .dec-item-2 {
  width: 19.83%;
  z-index: -1;
  right: 11%;
  bottom: 12.5%;
  padding-top: 19.83%;
}
.hero .hero__image .dec-item-3 {
  width: 10.863%;
  padding-top: 8.967%;
  top: 10%;
  right: 13.7%;
  z-index: 2;
}
.hero .hero__image .dec-item-4 {
  width: 26.207%;
  padding-top: 25.173%;
  top: 7%;
  left: 6.55%;
  z-index: -1;
}
.hero .hero__image .dec-item-5 {
  width: 7.587%;
  padding-top: 7.587%;
  top: 1px;
  left: 37%;
}
.hero .hero__image .dec-item-6 {
  width: 5.69%;
  padding-top: 5.69%;
  right: 3.7%;
  bottom: 34.5%;
}
.hero .hero__image .dec-item-7 {
  width: 13.45%;
  padding-top: 14.312%;
  top: 34%;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .hero .hero__inner {
    padding: 48px 23px 0;
  }
}
@media screen and (max-width: 992px) {
  .hero .hero__image {
    max-width: 400px;
  }
  .hero .hero__inner {
    align-items: center;
  }
  .hero .hero__content-title {
    margin-bottom: 40px;
  }
  .hero .hero__inner {
    gap: 30px;
  }
  .hero .hero__content {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__inner {
    padding: 48px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero .hero__inner .title {
    text-align: center;
    padding: 0 31px;
    line-height: 1.43;
  }
  .hero .hero__inner > .hero__content-form {
    display: flex;
  }
  .hero .hero__inner .hero__content > .hero__content-form {
    display: none;
  }
  .hero .hero__image {
    max-width: calc(100% - 12px);
    margin-left: auto;
    margin-bottom: 10px;
  }
  .hero .hero__inner {
    gap: 0;
  }
  .hero .hero__content {
    margin-bottom: 33px;
  }
  .hero .hero__content-form {
    max-width: 100%;
    padding: 0 37px;
  }
  .hero .hero__content-form .input-field {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }
  .hero .hero__content-form .form-fields {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero .hero__content-form .form-fields .btn {
    min-width: 144px;
  }
  .hero .hero__content-form .button-field {
    margin-left: auto;
    margin-right: auto;
    margin-top: -7px;
  }
  .hero .hero__content-form .input-field input {
    padding: 6px 15px;
  }
  .hero .hero__content-title {
    margin-bottom: 0;
  }
  .hero {
    margin-bottom: 83px;
  }
}
@keyframes randomMove1 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(2%, 2%);
  }
  20% {
    transform: translate(3%, 2%);
  }
  30% {
    transform: translate(-1%, -3%);
  }
  40% {
    transform: translate(-5%, -6%);
  }
  50% {
    transform: translate(-6%, -3%);
  }
  60% {
    transform: translate(-2%, 6%);
  }
  70% {
    transform: translate(0%, 4%);
  }
  80% {
    transform: translate(2%, 5%);
  }
  90% {
    transform: translate(-2%, 2%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes randomMove2 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(2%, 0%);
  }
  20% {
    transform: translate(4%, 2%);
  }
  30% {
    transform: translate(4%, 0%);
  }
  40% {
    transform: translate(4%, -2%);
  }
  50% {
    transform: translate(2%, -5%);
  }
  60% {
    transform: translate(-3%, -4%);
  }
  70% {
    transform: translate(-4%, 2%);
  }
  80% {
    transform: translate(-2%, 5%);
  }
  90% {
    transform: translate(0%, 3%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes randomMove3 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(3%, 0%);
  }
  20% {
    transform: translate(5%, 0%);
  }
  30% {
    transform: translate(4%, 0%);
  }
  40% {
    transform: translate(1%, 0%);
  }
  50% {
    transform: translate(-3%, 0%);
  }
  60% {
    transform: translate(-5%, 0%);
  }
  70% {
    transform: translate(-2%, 0%);
  }
  80% {
    transform: translate(3%, 2%);
  }
  90% {
    transform: translate(1%, 1%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.hero .hero__inner.anim {
  opacity: 1;
  visibility: visible;
}
.hero .hero__inner.anim .hero__content {
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s ease-in-out;
}
.hero .hero__inner.anim .hero__image .dec-item:not(.dec-item-1) {
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s ease-in-out;
}
.hero .hero__inner.done .hero__content {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.6s !important;
}
.hero .hero__inner.done .hero__image .dec-item:not(.dec-item-1) {
  opacity: 1;
  transform: scale(1);
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-1 svg rect {
  transition-delay: 1.2s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-1 svg rect.phon1 {
  fill: #00FFA3;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-1 svg rect.phon2 {
  transform: translate(-10%, 0);
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-2 {
  transition-delay: 2s !important;
  animation: randomMove1 infinite 7s linear;
  animation-delay: 5.5s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-3 {
  transition-delay: 2.6s !important;
  animation: randomMove2 infinite 7s linear;
  animation-delay: 5.5s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-4 {
  transition-delay: 3.2s !important;
  animation: randomMove1 infinite 7s linear reverse;
  animation-delay: 5.5s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-5 {
  transition-delay: 3.8s !important;
  animation: randomMove2 infinite 7s linear reverse;
  animation-delay: 5.5s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-6 {
  transition-delay: 3.8s !important;
  animation: randomMove3 infinite 7s linear;
  animation-delay: 5.5s !important;
}
.hero .hero__inner.done .hero__image .dec-item.dec-item-7 {
  transition-delay: 4.4s !important;
  animation: randomMove3 infinite 7s linear reverse;
  animation-delay: 5.5s !important;
}

.short-about {
  margin-bottom: 201px;
  position: relative;
  z-index: 3;
}
.short-about::before {
  content: "";
  position: absolute;
  top: 2%;
  left: -10%;
  width: 20.36%;
  height: 0;
  padding-top: 20.36%;
  background: var(--blue);
  filter: blur(166px);
  z-index: 3;
}
.short-about .short-about__inner {
  width: 100%;
  max-width: 1018px;
  margin: 0 auto;
}
.short-about .short-about__block {
  width: 100%;
  max-width: 594px;
  margin: 0 auto 109px;
  padding: 21px;
  position: relative;
  z-index: 2;
}
.short-about .short-about__block::before, .short-about .short-about__block::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.short-about .short-about__block::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M20.99 1.226H3a2 2 0 0 0-2 2v16.087'/%3E%3C/svg%3E");
}
.short-about .short-about__block::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M1.01 1.226H19a2 2 0 0 1 2 2v16.087'/%3E%3C/svg%3E");
}
.short-about .short-about__block-wrapper {
  font-weight: 300;
  line-height: 1.86;
  font-size: 22px;
  color: var(--white);
  text-align: center;
}
.short-about .short-about__block-wrapper span,
.short-about .short-about__block-wrapper strong {
  font-weight: 300;
  color: var(--green);
}
.short-about .short-about__block-wrapper::before, .short-about .short-about__block-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.short-about .short-about__block-wrapper::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M20.99 18.774H3a2 2 0 0 1-2-2V.688'/%3E%3C/svg%3E");
}
.short-about .short-about__block-wrapper::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00977 18.774H19.0001C20.1047 18.774 21.0002 17.8786 21.0002 16.774V0.687509' stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.short-about .short-about__block .short-about__block-dec {
  position: absolute;
  z-index: 2;
  top: calc(100% - 127px);
  right: calc(100% + 60px);
  width: 152px;
  height: 388px;
}
.short-about .short-about__block .short-about__block-dec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.short-about .short-about__block .short-about__block-dec svg {
  overflow: visible;
}
.short-about .short-about__block .short-about__block-dec svg,
.short-about .short-about__block .short-about__block-dec rect {
  width: 100%;
  height: 100%;
}
.short-about .short-about__content {
  display: flex;
  align-items: flex-start;
  gap: 110px;
  position: relative;
  z-index: 2;
}
.short-about .short-about__content-image {
  width: 494px;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
}
.short-about .short-about__content-image .img {
  width: 100%;
  height: 0;
  padding-top: 67.81%;
  display: flex;
  position: relative;
}
.short-about .short-about__content-image .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.short-about .short-about__content-image .img::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M16.638 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68ZM7.647 0H1a1 1 0 0 0-1 1v6.647a1 1 0 0 0 1 1h6.647a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM29.8 1.48a1 1 0 0 0-1.728 0L24.75 7.178a1 1 0 0 0 .864 1.504h6.646a1 1 0 0 0 .864-1.504L29.8 1.481Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.short-about .short-about__content-image .dec-image {
  position: absolute;
  top: -36px;
  right: -38px;
  z-index: -1;
  width: 169px;
  height: 164px;
  object-fit: contain;
}
.short-about .short-about__content-image::after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  transform: translateY(-50%);
  left: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-2);
}
.short-about .short-about__content-image::before {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: calc(50% + 14px);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-2);
  z-index: 2;
}
.short-about .short-about__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.short-about .short-about__content-block {
  margin-top: 26px;
  position: relative;
  z-index: 2;
}
.short-about .short-about__content-block .short-about__content-text {
  position: relative;
  z-index: 4;
  font-weight: 200;
  line-height: 2.07;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  padding: 40px 35px;
  border: 1px dashed #3F6A9E;
  border-radius: 6px;
}
.short-about .short-about__content-block .short-about__content-text svg {
  display: none;
}
.short-about .short-about__content-block .short-about__content-text span,
.short-about .short-about__content-block .short-about__content-text strong {
  font-weight: 200;
  color: var(--green);
}
.short-about .short-about__content-block .short-about__content-text svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.short-about .short-about__content-block .short-about__content-text svg rect {
  width: 100%;
  height: 100%;
}
.short-about .short-about__content-block::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  border-radius: 3px;
}
.short-about .short-about__content-block::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 1px);
  left: calc(50% + 5px);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-2);
}
.short-about .short-about__content-dec {
  position: absolute;
  z-index: 2;
  right: -83px;
  bottom: -85px;
  transform: translateX(-50%);
  width: calc(100% + 158px);
  height: 100%;
}
.short-about .short-about__content-dec::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--dark);
}
.short-about .short-about__content-dec svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.short-about .short-about__content-dec svg rect {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1250px) {
  .short-about .short-about__block {
    padding: 19px 20px;
  }
  .short-about .short-about__block .short-about__block-dec {
    right: 100%;
  }
  .short-about .short-about__content-image::after {
    top: 0;
    left: 26px;
  }
}
@media screen and (max-width: 1050px) {
  .short-about .short-about__content-image {
    margin-left: 0;
  }
  .short-about .short-about__block .short-about__block-dec {
    width: 2px;
    top: 100%;
    left: 50%;
    height: 109px;
    border-right: 1px dashed var(--blue-2);
  }
  .short-about .short-about__block .short-about__block-dec img {
    display: none;
  }
  .short-about .short-about__block .short-about__block-dec::before, .short-about .short-about__block .short-about__block-dec::after {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    content: "";
    background: var(--blue-2);
    border-radius: 50%;
    left: 100%;
    transform: translate(-50%, 0);
    top: 0;
  }
  .short-about .short-about__block .short-about__block-dec::after {
    top: auto;
    bottom: 0;
  }
  .short-about__content {
    margin: 0 23px;
  }
  .short-about .short-about__content-image::after {
    content: none;
  }
  .short-about .short-about__content {
    gap: 50px;
  }
  .short-about .short-about__content-block .short-about__content-text {
    padding: 26px 24px 28px;
  }
  .short-about .short-about__content-block {
    margin-top: 40px;
    z-index: 3;
  }
  .short-about .short-about__content-block::after {
    transform: translate(-50%, -50%);
  }
  .short-about .short-about__block {
    z-index: 3;
  }
  .short-about .short-about__content-dec {
    border-bottom: 1px dashed #3F6A9E;
    border-right: 1px dashed #3F6A9E;
    border-radius: 6px;
    right: 50%;
    transform: translate(5px, 0);
    bottom: -30px;
    width: calc(50% + 56px);
  }
  .short-about .short-about__content-dec::before {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    content: "";
    background: var(--blue-2);
    border-radius: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 50%);
    left: 0;
    bottom: 0;
  }
  .short-about .short-about__content-dec svg {
    display: none;
  }
  .short-about .short-about__content-image::before {
    content: none;
  }
}
@media screen and (max-width: 992px) {
  .short-about .short-about__content-image {
    width: 50%;
  }
  .short-about .short-about__content-block {
    margin-top: 15px;
  }
  .short-about .short-about__block-wrapper {
    font-size: 18px;
    line-height: 1.83;
  }
}
@media screen and (max-width: 900px) {
  .short-about .short-about__content {
    gap: 25px;
  }
  .short-about .short-about__content-dec {
    width: calc(50% + 31px);
  }
  .short-about .short-about__content-block .short-about__content-text br {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .short-about .short-about__block .short-about__block-dec {
    left: 30%;
  }
  .short-about .short-about__content-dec {
    border-right: none;
    right: 100%;
    bottom: 50%;
    height: 0;
    z-index: 5;
    transform: translate(0, 0);
    width: 25px;
  }
  .short-about .short-about__content-dec::before {
    top: 0;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .short-about .short-about__content-dec::after {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    content: "";
    background: var(--blue-2);
    border-radius: 50%;
    top: auto;
    left: auto;
    transform: translate(50%, 50%);
    right: 0;
    bottom: 0;
  }
  .short-about .short-about__content-block::after {
    content: none;
  }
  .short-about::before {
    width: 104%;
    padding-top: 104%;
    left: -43%;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
  }
  .short-about .short-about__content-block::before {
    background: rgba(255, 255, 255, 0);
    content: none;
  }
}
@media screen and (max-width: 700px) {
  .short-about .short-about__block {
    width: calc(100% - 66px);
    margin-bottom: 84px;
  }
  .short-about .short-about__content-image .dec-image {
    display: none;
  }
  .short-about .short-about__content {
    margin: 0 25px 0 0;
    gap: 33px;
    flex-direction: column;
  }
  .short-about .short-about__content-image {
    width: 86.29%;
  }
  .short-about .short-about__content-block {
    margin-top: 0;
    margin-left: 22.575%;
  }
  .short-about .short-about__content-dec {
    width: 49px;
    height: calc(50% + 33px);
    border-left: 1px dashed #3F6A9E;
  }
  .short-about .short-about__block {
    padding: 21px 20px;
  }
  .short-about .short-about__block .short-about__block-dec {
    left: 47%;
    top: calc(100% + 7px);
    height: 183px;
    transform: translate(0, 0);
    width: 50%;
    border: none;
  }
  .short-about .short-about__block .short-about__block-dec .mob-line {
    width: 100%;
    height: 100%;
  }
  .short-about .short-about__block .short-about__block-dec .mob-line::before, .short-about .short-about__block .short-about__block-dec .mob-line::after {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    content: "";
    background: var(--blue-2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
  }
  .short-about .short-about__block .short-about__block-dec .mob-line::before {
    left: auto;
    right: 20%;
    bottom: 0;
    top: auto;
    transform: translate(50%, 50%);
  }
  .short-about .short-about__block .short-about__block-dec::before {
    border-bottom: 1px dashed #3F6A9E;
    border-left: 1px dashed #3F6A9E;
    background: rgba(255, 255, 255, 0);
    width: 98%;
    height: 23%;
    border-radius: 0 0 0 4px;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .short-about .short-about__block .short-about__block-dec::after {
    border-right: 1px dashed #3F6A9E;
    border-bottom: 1px dashed #3F6A9E;
    border-radius: 0 4px 4px 0;
    width: 20%;
    height: 78%;
    background: rgba(255, 255, 255, 0);
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    transform: translate(0, 0);
  }
}
.about-work {
  margin-top: -187px;
  margin-bottom: 239px;
  overflow: hidden;
}
.about-work .btn {
  text-transform: capitalize;
}
.about-work .about-work__inner {
  padding: 389px 0 90px;
  background: linear-gradient(236.85deg, #002831 26.75%, #002D83 99%);
  position: relative;
  z-index: 2;
}
.about-work .about-work__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1664' height='138' fill='none'%3E%3Cpath fill='%23161A22' d='M832 138 .616 0H1663.38L832 138Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.about-work .about-work__title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 68px;
  text-align: center;
}
.about-work .about-work__title .title {
  font-weight: 300;
}
.about-work .about-work__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 79px;
  position: relative;
}
.about-work .about-work__list .list {
  padding-right: 60px;
}
.about-work .about-work__list .item {
  display: flex;
  align-items: flex-start;
  gap: 52px;
  position: relative;
}
.about-work .about-work__list .item-content {
  padding-top: 58px;
}
.about-work .about-work__list .item::before {
  width: 100%;
  height: 1px;
  background: #2A4566;
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  content: "";
}
.about-work .about-work__list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-work .about-work__list .item:nth-child(even) .item-content__text {
  padding-right: 7px;
}
.about-work .about-work__list .item:nth-child(even) .item-content {
  padding-left: 48px;
}
.about-work .about-work__list .item:not(:first-child) {
  margin-top: 75px;
}
.about-work .about-work__list .item-image {
  width: 270px;
  height: 270px;
  flex: 0 0 auto;
}
.about-work .about-work__list .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-work .about-work__list .item-content__title {
  font-weight: 300;
  line-height: 1.67;
  font-size: 22px;
  color: var(--green);
  margin-bottom: 19px;
}
.about-work .about-work__list .item-content__text {
  font-weight: 200;
  line-height: 2.18;
  font-size: 14px;
  color: var(--white);
  padding-right: 30px;
}
.about-work .about-work__list .item-content__text p:not(:last-child) {
  margin-bottom: 31px;
}
.about-work .about-work__button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .about-work .about-work__list .item-content__title {
    font-size: 20px;
  }
  .about-work {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 992px) {
  .about-work .about-work__list .item:not(:first-child) {
    margin-top: 104px;
  }
  .about-work .about-work__inner {
    padding-top: 200px;
  }
  .about-work .about-work__list .list {
    padding-right: 0;
  }
  .about-work .about-work__list .item:nth-child(even) .item-content {
    padding-left: 24px;
  }
  .about-work .about-work__list .item {
    gap: 26px;
  }
  .about-work .about-work__list .item::before {
    content: none;
  }
  .about-work .about-work__list .item-content {
    padding-top: 0;
  }
  .about-work .about-work__title {
    padding: 0 42px;
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 700px) {
  .about-work .about-work__list .item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .about-work .about-work__list .item-content__text {
    padding: 0;
    text-align: center;
  }
  .about-work .about-work__list .item-content {
    padding: 0 25px 0 24px;
  }
  .about-work .about-work__list .item-content__title {
    text-align: center;
    max-width: 80%;
    width: 100%;
  }
  .about-work .about-work__list .item:not(:first-child) {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .about-work .about-work__list .item-content__text p:not(:last-child) {
    margin: 0;
  }
  .about-work .about-work__inner {
    background: linear-gradient(250deg, #002831 24.14%, #002D83 79.38%);
  }
  .about-work .about-work__inner::before {
    top: -114px;
  }
  .about-work .about-work__inner {
    padding-top: 164px;
  }
  .about-work .about-work__list .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .about-work .about-work__list .item-content__title {
    margin-bottom: 23px;
  }
  .about-work .about-work__list .item-content__text {
    line-height: 2.2;
  }
  .about-work .about-work__list {
    margin-bottom: 81px;
  }
  .about-work .about-work__inner {
    padding-bottom: 98px;
  }
}
.offer {
  margin-bottom: 247px;
  overflow: hidden;
}
.offer .offer__title {
  text-align: center;
  margin-bottom: 84px;
}
.offer .offer__list {
  width: 100%;
  max-width: 1069px;
  margin: 0 auto;
}
.offer .offer__list .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 68px;
}
.offer .offer__list .item {
  width: 100%;
  border-radius: 11px;
  background-color: #141820;
  border: 1px dashed var(--blue-2);
  position: relative;
}
.offer .offer__list .item:not(:last-child) .item-line {
  display: block;
  width: 68px;
  height: 1px;
  border-top: 1px dashed var(--blue-2);
  position: absolute;
  z-index: 2;
  top: calc(50% + 21px);
  transform: translateY(-50%);
  left: 100%;
  pointer-events: none;
}
.offer .offer__list .item:not(:last-child) .item-line::before, .offer .offer__list .item:not(:last-child) .item-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blue-2);
}
.offer .offer__list .item:not(:last-child) .item-line::before {
  left: -3px;
}
.offer .offer__list .item:not(:last-child) .item-line::after {
  right: -3px;
}
.offer .offer__list .item .item-line {
  display: none;
}
.offer .offer__list .item:nth-child(1) {
  z-index: 3;
}
.offer .offer__list .item:nth-child(2) {
  z-index: 2;
}
.offer .offer__list .item:nth-child(3) {
  z-index: 1;
}
.offer .offer__list .item:nth-child(3n+1)::before {
  content: "";
  position: absolute;
  top: calc(50% + 21px);
  transform: translateY(-50%);
  right: 100%;
  width: 100vw;
  height: 1px;
  border-top: 1px dashed var(--blue-2);
}
.offer .offer__list .item:nth-child(3n+3)::before {
  content: "";
  position: absolute;
  top: calc(50% + 21px);
  transform: translateY(-50%);
  left: 100%;
  width: 100vw;
  height: 1px;
  border-top: 1px dashed var(--blue-2);
}
.offer .offer__list .item:nth-child(3n+3) .item-line {
  display: none;
}
.offer .offer__list .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--blue-2);
  position: relative;
}
.offer .offer__list .item-top::before, .offer .offer__list .item-top::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blue-2);
}
.offer .offer__list .item-top::before {
  left: -3px;
}
.offer .offer__list .item-top::after {
  right: -3px;
}
.offer .offer__list .item-top__title {
  width: 100%;
  font-weight: 400;
  line-height: 1.67;
  font-size: 18px;
  color: var(--white);
  padding: 17px 23px 14px;
}
.offer .offer__list .item-top__number {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: var(--blue-2);
  padding: 23px;
  flex: 0 0 auto;
  border-left: 1px dashed var(--blue-2);
  position: relative;
}
.offer .offer__list .item-top__number::before, .offer .offer__list .item-top__number::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blue-2);
}
.offer .offer__list .item-top__number::before {
  top: -3px;
}
.offer .offer__list .item-top__number::after {
  bottom: -3px;
}
.offer .offer__list .item-content {
  padding: 50px 39px 37px;
}
.offer .offer__list .item-content__image {
  width: 141px;
  height: 143px;
  margin: 0 auto 35px;
}
.offer .offer__list .item-content__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer .offer__list .item-content__text {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  font-weight: 200;
  line-height: 2.02;
  font-size: 14px;
  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .offer .offer__list .item-top__number {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .offer .offer__list {
    padding: 0 32px;
  }
  .offer .offer__title {
    margin-bottom: 50px;
  }
  .offer .offer__list .item-top {
    align-items: stretch;
  }
}
@media screen and (max-width: 1050px) {
  .offer .offer__list .item-content {
    padding: 48px 23px 38px;
  }
  .offer .offer__list .list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
  }
  .offer .offer__list .item:not(:last-child) .item-line {
    width: 30px;
  }
  .offer {
    margin-bottom: 118px;
  }
}
@media screen and (max-width: 767px) {
  .offer .offer__list .item:nth-child(3n+1)::before, .offer .offer__list .item:nth-child(3n+3)::before {
    content: none;
  }
  .offer .offer__list .item-content__text {
    max-width: 100%;
  }
  .offer .offer__list .list {
    flex-wrap: wrap;
    gap: 88px;
  }
  .offer .offer__list .list .item {
    width: 100%;
  }
  .offer .offer__list .item:not(:last-child) .item-line {
    width: 1px;
    height: 89px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: none;
    border-right: 1px dashed var(--blue-2);
  }
  .offer .offer__list .item:not(:last-child) .item-line::before, .offer .offer__list .item:not(:last-child) .item-line::after {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .offer .offer__list .item:not(:last-child) .item-line::after {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
.explore {
  margin-bottom: 49px;
}
.explore .explore__inner {
  width: 100%;
  min-height: 627px;
  position: relative;
  z-index: 2;
}
.explore .explore__title {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 79px;
  text-align: center;
}
.explore .explore__title .title {
  font-weight: 300;
}
.explore .explore__list {
  overflow: hidden;
  margin: -5px 0;
}
.explore .explore__list .list {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.explore .explore__list .list .slick-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.explore .explore__list .list .slick-track {
  display: flex;
  align-items: stretch;
}
.explore .explore__list .list .slick-slide {
  width: 100%;
  height: auto;
  margin: 0 15px;
}
.explore .explore__list .list .slick-slide > div {
  width: 100%;
  height: 100%;
}
.explore .explore__list .item {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  padding: 19px 17px;
}
.explore .explore__list .item:before {
  content: "";
  padding-top: 72.4%;
  float: left;
}
.explore .explore__list .item::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M16.638 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68ZM7.647 0H1a1 1 0 0 0-1 1v6.647a1 1 0 0 0 1 1h6.647a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM29.8 1.48a1 1 0 0 0-1.728 0L24.75 7.178a1 1 0 0 0 .864 1.504h6.646a1 1 0 0 0 .864-1.504L29.8 1.481Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.explore .explore__list .item.item--active .item-link {
  pointer-events: all;
}
.explore .explore__list .item.item--active .item-title {
  color: var(--green);
  width: 100%;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore .explore__list .item.item--active .item-title::after {
  width: 60px;
  height: 30px;
  display: inline-block;
  content: "";
  background: url('data:image/svg+xml,<svg  viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.0607 13.0607C26.6464 12.4749 26.6464 11.5251 26.0607 10.9393L16.5147 1.3934C15.9289 0.80761 14.9792 0.80761 14.3934 1.3934C13.8076 1.97918 13.8076 2.92893 14.3934 3.51472L22.8787 12L14.3934 20.4853C13.8076 21.0711 13.8076 22.0208 14.3934 22.6066C14.9792 23.1924 15.9289 23.1924 16.5147 22.6066L26.0607 13.0607ZM1.31134e-07 13.5L25 13.5L25 10.5L-1.31134e-07 10.5L1.31134e-07 13.5Z" fill="%2300FFA3"/></svg>');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.explore .explore__list .item .item-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  pointer-events: none;
}
.explore .explore__list .item .item-border span {
  position: absolute;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.explore .explore__list .item .item-border span:nth-child(1) {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M13 1H3a2 2 0 0 0-2 2v9'/%3E%3C/svg%3E");
}
.explore .explore__list .item .item-border span:nth-child(2) {
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M1 1h10a2 2 0 0 1 2 2v9'/%3E%3C/svg%3E");
}
.explore .explore__list .item .item-border span:nth-child(3) {
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M13 12H3a2 2 0 0 1-2-2V1'/%3E%3C/svg%3E");
}
.explore .explore__list .item .item-border span:nth-child(4) {
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M1 12h10a2 2 0 0 0 2-2V1'/%3E%3C/svg%3E");
}
.explore .explore__list .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.explore .explore__list .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.explore .explore__list .item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C3283;
  mix-blend-mode: multiply;
  opacity: 0.71;
}
.explore .explore__list .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore .explore__list .item-title {
  font-weight: 400;
  line-height: 1.44;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white);
}
.explore .explore__list .list-navigation {
  margin-top: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.explore .explore__list .list-navigation .slick-arrow {
  font-size: 0;
  width: 12px;
  height: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.explore .explore__list .list-navigation .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' fill='none'%3E%3Cpath stroke='%2300FFA3' d='M1.733 6.568a.5.5 0 0 0 0 .864l9.015 5.259a.5.5 0 0 0 .752-.432V1.741a.5.5 0 0 0-.752-.432L1.733 6.57Z'/%3E%3C/svg%3E");
}
.explore .explore__list .list-navigation .slick-next {
  order: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' fill='none'%3E%3Cpath stroke='%2300FFA3' d='M10.267 6.568a.5.5 0 0 1 0 .864L1.252 12.69a.5.5 0 0 1-.752-.432V1.741a.5.5 0 0 1 .752-.432l9.015 5.26Z'/%3E%3C/svg%3E");
}
.explore .explore__list .list-navigation .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.explore .explore__list .list-navigation .slick-dots li {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 50%;
  transition: all 0.3s linear;
}
.explore .explore__list .list-navigation .slick-dots li.slick-active {
  border-color: var(--orange);
  background: var(--orange);
}
.explore .explore__list .list-navigation .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.explore .explore__bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 627px;
  height: 627px;
  pointer-events: none;
}
.explore .explore__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.63;
  filter: blur(180px);
  display: inline-block;
  content: "";
}
.explore .explore__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

@media screen and (max-width: 1200px) {
  .explore .explore__list .list .slick-slide {
    margin: 0 12.5px;
  }
}
@media screen and (max-width: 700px) {
  .explore {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 49px;
    padding-top: 318px;
    margin-top: -200px;
  }
  .offer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .explore .explore__list .list .slick-slide {
    height: 277px;
  }
  .explore .explore__title {
    padding: 0 17px 0 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
  }
  .explore .explore__title .title {
    line-height: 1.48;
  }
  .explore .explore__list .list-navigation {
    margin-top: 58px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .explore .explore__list .list-navigation .slick-arrow {
    width: 22px;
    height: 26px;
  }
  .explore {
    margin-bottom: 0;
    padding-bottom: 67px;
  }
}
.about-technology {
  overflow: hidden;
  margin-bottom: 213px;
}
.about-technology .about-technology__inner {
  width: 100%;
  position: relative;
  padding: 144px 0 138px;
}
.about-technology .about-technology__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100px;
  width: 100%;
  height: 100%;
  background: linear-gradient(230.29deg, #002831 23.97%, #002D83 94.48%);
  border-radius: 8px;
}
.about-technology .about-technology__wrapper {
  width: 100%;
  max-width: 951px;
  margin: 0 auto;
  transform: translateX(70px);
}
.about-technology .about-technology__header {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 65px;
}
.about-technology .about-technology__header-title {
  width: 100%;
  max-width: 434px;
}
.about-technology .about-technology__header-text {
  width: 100%;
  max-width: 441px;
  font-weight: 300;
  line-height: 1.91;
  font-size: 16px;
  color: var(--white);
}
.about-technology .about-technology__list {
  margin-bottom: 111px;
}
.about-technology .about-technology__list .list {
  display: flex;
  justify-content: center;
}
.about-technology .about-technology__list .item {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}
.about-technology .about-technology__list .item:nth-child(1) {
  z-index: 3;
  width: 300px;
  height: 301px;
  padding-top: 92px;
  transform: translate(51px, 48px);
}
.about-technology .about-technology__list .item:nth-child(1)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='301' fill='none'%3E%3Cpath fill='url(%23a)' d='M291.72.828H8a8 8 0 0 0-8 8v283.72a8 8 0 0 0 8 8h283.72a8 8 0 0 0 8-8V8.828a8 8 0 0 0-8-8Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='69.353' x2='218.243' y1='7.618' y2='308.308' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23002831'/%3E%3Cstop offset='1' stop-color='%23002D83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-technology .about-technology__list .item:nth-child(1) .item-number {
  left: calc(50% + 2px);
  transform: translateX(-50%);
  bottom: -23px;
}
.about-technology .about-technology__list .item:nth-child(1) .item-number::before {
  left: calc(50% - 0.6px);
  bottom: -5px;
}
.about-technology .about-technology__list .item:nth-child(2) {
  z-index: 2;
  width: 361px;
  height: 361px;
  padding-top: 116px;
  transform: translate(16px, -12px);
}
.about-technology .about-technology__list .item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='361' height='361' fill='none'%3E%3Cpath fill='url(%23a)' d='M180.5 361C80.813 361 0 280.187 0 180.5S80.813 0 180.5 0 361 80.813 361 180.5 280.187 361 180.5 361Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='302.586' x2='50.236' y1='310.18' y2='54.909' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23002831'/%3E%3Cstop offset='1' stop-color='%23002D83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-technology .about-technology__list .item:nth-child(2) .item-number {
  left: calc(50% + 5px);
  transform: translateX(-50%);
  bottom: -23px;
}
.about-technology .about-technology__list .item:nth-child(2) .item-number::before {
  left: calc(50% + 0.1px);
  bottom: -5px;
}
.about-technology .about-technology__list .item:nth-child(3) {
  z-index: 1;
  width: 413px;
  height: 353px;
  padding-top: 163px;
  transform: translate(-69px, 2px);
}
.about-technology .about-technology__list .item:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='399' height='352' fill='none'%3E%3Cpath fill='url(%23a)' d='M8.505 346.173c-6.121-.081-9.887-6.728-6.81-12.021L193.624 4.049c3.105-5.34 10.832-5.296 13.877.078l189.881 335.146c3.045 5.373-.89 12.024-7.066 11.942l-381.81-5.042Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='280.327' x2='72.827' y1='116.5' y2='329.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23002831'/%3E%3Cstop offset='1' stop-color='%23002D83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-technology .about-technology__list .item:nth-child(3) .item-text {
  max-width: 198px;
}
.about-technology .about-technology__list .item:nth-child(3) .item-number {
  left: calc(50% + 4px);
  transform: translateX(-50%);
  bottom: -17px;
}
.about-technology .about-technology__list .item:nth-child(3) .item-number::before {
  left: calc(50% - 1.2px);
  bottom: -5px;
}
.about-technology .about-technology__list .item-text {
  width: 100%;
  max-width: 205px;
  font-weight: 300;
  line-height: 1.74;
  font-size: 18px;
  color: var(--white);
  text-align: center;
}
.about-technology .about-technology__list .item-number {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: linear-gradient(153.66deg, #002831 9.18%, #002D83 92.73%);
  border: 1px dashed #3F6A9E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #3F6A9E;
}
.about-technology .about-technology__list .item-number::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blue-2);
}
.about-technology .about-technology__list .dec-block {
  width: 600px;
  height: 49px;
  border: 1px dashed #3F6A9E;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin: 9px auto 0;
  transform: translateX(-36px);
}
.about-technology .about-technology__block {
  width: 406px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.61;
  font-size: 24px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(153.66deg, #002831 9.18%, #002D83 92.73%);
  border-radius: 8px;
  padding: 43px 48px;
  transform: translateX(-36px);
  position: relative;
  z-index: 2;
}
.about-technology .about-technology__block::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}
.about-technology .about-technology__block::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 1px;
  height: 157px;
  border-left: 1px dashed #3F6A9E;
}
.about-technology .about-technology__block .border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  pointer-events: none;
}
.about-technology .about-technology__block .border span {
  position: absolute;
  width: 30px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-technology .about-technology__block .border span:nth-child(1) {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' fill='none'%3E%3Cpath stroke='%23F53B00' stroke-linecap='round' stroke-linejoin='round' d='M1 26.659V8.999a8 8 0 0 1 8-8h19.633'/%3E%3C/svg%3E");
}
.about-technology .about-technology__block .border span:nth-child(2) {
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4636 26.6587V8.99988C28.4636 4.5816 24.8819 0.999878 20.4636 0.999878H0.831055' stroke='%23F53B00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.about-technology .about-technology__block .border span:nth-child(3) {
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' fill='none'%3E%3Cpath stroke='%23F53B00' stroke-linecap='round' stroke-linejoin='round' d='M1 1.242V18.9a8 8 0 0 0 8 8h19.633'/%3E%3C/svg%3E");
}
.about-technology .about-technology__block .border span:nth-child(4) {
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' fill='none'%3E%3Cpath stroke='%23F53B00' stroke-linecap='round' stroke-linejoin='round' d='M28.464 1.242V18.9a8 8 0 0 1-8 8H.83'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1250px) {
  .about-technology .about-technology__header-title .title {
    font-weight: 300;
  }
  .about-technology .about-technology__inner::before {
    left: 0;
    border-radius: 0;
  }
  .about-technology .about-technology__wrapper {
    transform: none;
    padding: 0 29px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .about-technology .about-technology__list .item-text {
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 21.8%;
  }
  .about-technology .about-technology__list .item:nth-child(1) {
    width: 27.47%;
    height: 0;
    padding-top: 27.47%;
  }
  .about-technology .about-technology__list .item:nth-child(2) {
    width: 33.05%;
    height: 0;
    padding-top: 33.05%;
  }
  .about-technology .about-technology__list .item:nth-child(3) {
    width: 37.82%;
    padding-top: 32.32%;
    height: 0;
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-text {
    max-width: 100%;
    padding-top: 90px;
  }
  .about-technology .about-technology__list .dec-block {
    width: 67.54%;
    transform: translate(-3.5%, 0);
  }
  .about-technology .about-technology__block::after {
    left: 38.3%;
    height: 146px;
  }
  .about-technology .about-technology__block::before {
    left: 38.3%;
  }
  .about-technology .about-technology__list .list {
    justify-content: space-between;
    align-items: flex-end;
  }
  .about-technology .about-technology__list .item:nth-child(3) {
    transform: none;
  }
  .about-technology .about-technology__list .item:nth-child(1) {
    transform: none;
  }
  .about-technology .about-technology__list .item:nth-child(2) {
    transform: none;
  }
  .about-technology .about-technology__block {
    transform: none;
  }
}
@media screen and (max-width: 992px) {
  .about-technology .about-technology__header {
    gap: 20px;
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-text {
    padding-top: 40%;
  }
  .about-technology .about-technology__block::after {
    left: 39%;
  }
  .about-technology .about-technology__block::before {
    left: 39%;
  }
}
@media screen and (max-width: 800px) {
  .about-technology .about-technology__block::after {
    left: 42%;
  }
  .about-technology .about-technology__block::before {
    left: 42%;
  }
  .about-technology .about-technology__inner {
    padding-top: 125px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 700px) {
  .about-technology .about-technology__block {
    width: calc(100% - 39px);
    margin-left: 19px;
    padding: 43px 23px 40px 22px;
    font-size: 22px;
  }
  .about-technology .about-technology__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-bottom: 47px;
  }
  .about-technology .about-technology__header .title {
    text-align: center;
  }
  .about-technology .about-technology__header .about-technology__header-text {
    text-align: center;
    width: 106%;
  }
  .about-technology .about-technology__list .item-text {
    padding: 20px 38px;
  }
  .about-technology .about-technology__list .list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .about-technology .about-technology__list .item:nth-child(1) {
    width: 60.8%;
    height: 0;
    padding-top: 60.8%;
  }
  .about-technology .about-technology__list .item:nth-child(1)::after {
    width: 14.4%;
    height: 93%;
    border: 1px dashed var(--blue-2);
    border-right: none;
    display: inline-block;
    content: "";
    position: absolute;
    left: -16%;
    top: 50%;
    border-radius: 6px 0 0 6px;
    z-index: -2;
  }
  .about-technology .about-technology__list {
    width: calc(100% + 58px);
    margin-left: -29px;
  }
  .about-technology .about-technology__list .item:nth-child(2) {
    width: 63.46%;
    height: 0;
    padding-top: 63.46%;
    margin-top: -6%;
  }
  .about-technology .about-technology__list .item:nth-child(3) {
    width: 100%;
    padding-top: 85.6%;
    height: 0;
    margin-top: -39%;
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-text {
    padding: 140px 20% 15px;
  }
  .about-technology .about-technology__list .item:nth-child(3)::after {
    height: 91.8%;
    width: 34.5%;
    border: 1px dashed var(--blue-2);
    border-left: none;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 20px);
    border-radius: 0 6px 6px 0;
    z-index: -2;
  }
  .about-technology .about-technology__list .item:nth-child(1) .item-number {
    left: 2%;
    top: 50.5%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .about-technology .about-technology__list .item:nth-child(1) .item-number::before {
    left: 0;
    bottom: 51%;
    transform: translate(-50%, 50%);
  }
  .about-technology .about-technology__list .item:nth-child(2) .item-number {
    left: 100%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .about-technology .about-technology__list .item:nth-child(2) .item-number::before {
    left: 100%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-number::before {
    left: 100%;
    bottom: 43%;
    top: auto;
    right: auto;
    transform: translate(-50%, 50%);
  }
  .about-technology .about-technology__list .item:nth-child(3)::before {
    transform-origin: 50% 50%;
    background: url('data:image/svg+xml,<svg width="375" height="321" viewBox="0 0 375 321" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-9.93373 315.207C-16.2107 315.125 -19.951 308.175 -16.5627 302.89L174.653 4.66493C177.824 -0.280517 185.065 -0.235661 188.175 4.74871L377.351 307.998C380.7 313.367 376.785 320.315 370.457 320.232L-9.93373 315.207Z" fill="url(%23paint0_linear_238_6018)"/><defs><linearGradient id="paint0_linear_238_6018" x1="301.85" y1="291.517" x2="123.35" y2="132.517" gradientUnits="userSpaceOnUse"><stop stop-color="%23002831"/><stop offset="1" stop-color="%23002D83"/></linearGradient></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-number {
    left: 50%;
  }
  .about-technology .about-technology__list .item:nth-child(3) .item-number::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--blue-2);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .about-technology .about-technology__block::after {
    left: 50%;
    height: 95px;
  }
  .about-technology .about-technology__block::before {
    left: 50%;
  }
  .about-technology .about-technology__list .dec-block {
    display: none;
  }
  .about-technology .about-technology__list {
    margin-bottom: 109px;
  }
  .about-technology {
    margin-bottom: 139px;
  }
}
.opportunities {
  margin-bottom: 175px;
}
.opportunities .opportunities__inner {
  position: relative;
  z-index: 2;
  min-height: 667px;
}
.opportunities .opportunities__bg {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 54px);
  z-index: -1;
}
.opportunities .opportunities__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opportunities .opportunities__title {
  text-align: center;
  margin-bottom: 91px;
}
.opportunities .opportunities__title .title {
  font-weight: 300;
}
.opportunities .opportunities__list {
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
  overflow: hidden;
}
.opportunities .opportunities__list .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 0;
}
.opportunities .opportunities__list .item {
  flex: 0 0 auto;
}
.opportunities .opportunities__list .item:nth-child(5n+1) {
  width: 235px;
  margin-right: 24px;
}
.opportunities .opportunities__list .item:nth-child(5n+1) .item-number {
  margin-bottom: 20px;
}
.opportunities .opportunities__list .item:nth-child(5n+1) .item-number::after {
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%2300FFA3' d='M4.072 7.2a1 1 0 0 0 1.728 0l3.323-5.696A1 1 0 0 0 8.259 0H1.613A1 1 0 0 0 .75 1.504L4.072 7.2Z'/%3E%3C/svg%3E");
}
.opportunities .opportunities__list .item:nth-child(5n+1) .item-content {
  width: 100%;
  height: 205px;
  padding-top: 25px;
}
.opportunities .opportunities__list .item:nth-child(5n+1) .item-content .item-content__text {
  width: 95px;
}
.opportunities .opportunities__list .item:nth-child(5n+1) .item-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='205' fill='none'%3E%3Cpath fill='%23161A22' stroke='%232A4566' d='M115.768 203c.77 1.333 2.694 1.333 3.464 0L233.98 4.25c.77-1.333-.192-3-1.732-3H2.752c-1.54 0-2.502 1.667-1.732 3L115.768 203Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item:nth-child(5n+2) {
  width: 166px;
  margin-top: 144px;
  margin-right: 55px;
}
.opportunities .opportunities__list .item:nth-child(5n+2) .item-number {
  margin-bottom: 15px;
}
.opportunities .opportunities__list .item:nth-child(5n+2) .item-number::after {
  margin-top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M7.647 0H1a1 1 0 0 0-1 1v6.647a1 1 0 0 0 1 1h6.647a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E");
}
.opportunities .opportunities__list .item:nth-child(5n+2) .item-content {
  width: 100%;
  height: 147px;
  padding-top: 23px;
}
.opportunities .opportunities__list .item:nth-child(5n+2) .item-content .item-content__text {
  width: 133px;
}
.opportunities .opportunities__list .item:nth-child(5n+2) .item-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166' height='147' fill='none'%3E%3Crect width='164' height='145' x='1' y='1' fill='%23161A22' stroke='%232A4566' rx='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item:nth-child(5n+3) {
  width: 198px;
  margin-top: 69px;
  margin-right: 46px;
}
.opportunities .opportunities__list .item:nth-child(5n+3) .item-number {
  margin-bottom: 14px;
}
.opportunities .opportunities__list .item:nth-child(5n+3) .item-number::after {
  margin-top: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M4.34 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68Z'/%3E%3C/svg%3E");
}
.opportunities .opportunities__list .item:nth-child(5n+3) .item-content {
  width: 100%;
  height: 198px;
  padding-top: 43px;
}
.opportunities .opportunities__list .item:nth-child(5n+3) .item-content .item-content__text {
  width: 148px;
}
.opportunities .opportunities__list .item:nth-child(5n+3) .item-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' fill='none'%3E%3Ccircle cx='99' cy='99' r='98' fill='%23161A22' stroke='%232A4566'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item:nth-child(5n+4) {
  width: 230px;
  margin-top: 5px;
  margin-right: 27px;
}
.opportunities .opportunities__list .item:nth-child(5n+4) .item-number {
  margin-bottom: 13px;
}
.opportunities .opportunities__list .item:nth-child(5n+4) .item-number::after {
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%2300FFA3' d='m9.522 4.407-3.7-3.7a1 1 0 0 0-1.415 0l-3.7 3.7a1 1 0 0 0 0 1.415l3.7 3.7a1 1 0 0 0 1.414 0l3.7-3.7a1 1 0 0 0 0-1.415Z'/%3E%3C/svg%3E");
}
.opportunities .opportunities__list .item:nth-child(5n+4) .item-content {
  width: 100%;
  height: 230px;
  padding-top: 62px;
}
.opportunities .opportunities__list .item:nth-child(5n+4) .item-content .item-content__text {
  width: 121px;
}
.opportunities .opportunities__list .item:nth-child(5n+4) .item-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='230' fill='none'%3E%3Crect width='162.832' height='162.832' x='115.14' fill='%23161A22' stroke='%232A4566' rx='2' transform='rotate(45 115.14 0)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item:nth-child(5n+5) {
  width: 188px;
  margin-top: 108px;
  margin-left: auto;
}
.opportunities .opportunities__list .item:nth-child(5n+5) .item-number {
  margin-bottom: 18px;
}
.opportunities .opportunities__list .item:nth-child(5n+5) .item-number::after {
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%2300FFA3' d='M4.34 8.68a4.34 4.34 0 1 0 0-8.68 4.34 4.34 0 0 0 0 8.68Z'/%3E%3C/svg%3E");
}
.opportunities .opportunities__list .item:nth-child(5n+5) .item-content {
  width: 100%;
  height: 188px;
  padding-top: 47px;
}
.opportunities .opportunities__list .item:nth-child(5n+5) .item-content .item-content__text {
  width: 101px;
}
.opportunities .opportunities__list .item:nth-child(5n+5) .item-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='188' height='188' fill='none'%3E%3Ccircle cx='94' cy='94' r='93' fill='%23161A22' stroke='%232A4566'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item .item-number {
  font-weight: 300;
  font-size: 27px;
  text-align: center;
  text-transform: capitalize;
  color: var(--green);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opportunities .opportunities__list .item .item-number::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunities .opportunities__list .item .item-content {
  position: relative;
  z-index: 2;
}
.opportunities .opportunities__list .item .item-content .item-content__text {
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
}
.opportunities .opportunities__button {
  margin-top: 112px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .opportunities .opportunities__list .item:nth-child(5n+5) {
    margin-left: 0;
  }
  .opportunities .opportunities__list {
    transform: none;
  }
  .opportunities .opportunities__list .list {
    justify-content: center;
    padding: 0 23px;
  }
  .opportunities .opportunities__list .item .item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
  }
  .opportunities .opportunities__list .item .item-content .item-content__text {
    font-size: 14px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+5) {
    margin-top: 0;
  }
  .opportunities .opportunities__bg {
    height: 100%;
  }
  .opportunities {
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 700px) {
  .opportunities .opportunities__list .list {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .opportunities .opportunities__list .item .item-number {
    font-size: 22px;
  }
  .opportunities .opportunities__title {
    margin-bottom: 67px;
    padding: 0 20px;
  }
  .opportunities .opportunities__list .item .item-number::after {
    width: 11px;
    height: 11px;
    margin-top: 8px !important;
  }
  .opportunities .opportunities__list .item:nth-child(5n+1) {
    margin-left: 14px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+1) .item-number {
    margin-bottom: 17px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) .item-number {
    margin-bottom: 13px;
    padding-left: 15px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) .item-content::before {
    background-size: 100% 100%;
  }
  .opportunities .opportunities__list .item:nth-child(5n+1) .item-content {
    padding-top: 37px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) {
    margin-left: auto;
    margin-right: 14px;
    margin-top: -40.2%;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) {
    width: 169px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) .item-content {
    height: 162px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) .item-content .item-content__text {
    padding-left: 0;
  }
  .opportunities .opportunities__list .item:nth-child(5n+2) .item-content {
    padding-top: 45px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+1) .item-content .item-content__text {
    margin-top: -55px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+3) {
    margin-top: -28.45%;
    margin-left: 14px;
    margin-right: 20%;
  }
  .opportunities .opportunities__list .item:nth-child(5n+3) .item-content .item-content__text {
    padding: 0 10px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+3) .item-content {
    padding-top: 55px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+4) {
    margin-left: auto;
    margin-right: 9px;
    margin-top: -35.5%;
  }
  .opportunities .opportunities__list .item:nth-child(5n+4) .item-content {
    padding-top: 84px;
  }
  .opportunities .opportunities__list .item:nth-child(5n+5) {
    margin-top: -52%;
    margin-left: 11px;
    margin-right: 20%;
  }
  .opportunities .opportunities__list .item:nth-child(5n+5) .item-content {
    padding-top: 60px;
  }
  .opportunities .opportunities__button {
    margin-top: 66px;
  }
  .opportunities .opportunities__button .btn {
    min-width: 168px;
    min-height: 55px;
    text-transform: capitalize;
  }
  .opportunities .opportunities__inner {
    padding-bottom: 44px;
  }
  .opportunities .opportunities__bg {
    top: 42px;
    background: url("../images/common/opportunities-bg.svg") repeat top center/376% auto;
  }
  .opportunities .opportunities__bg img {
    display: none;
  }
}
.about-company {
  margin-bottom: 188px;
}
.about-company .about-company__inner {
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 56px;
}
.about-company .about-company__title {
  width: 100%;
  max-width: 279px;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  gap: 58px;
  align-items: center;
}
.about-company .about-company__title .title {
  font-weight: 300;
}
.about-company .about-company__title .line {
  width: 1px;
  height: 0;
  border-left: 1px dashed var(--green);
  padding-right: 1px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  opacity: 1 !important;
}
.about-company .about-company__title .line::before, .about-company .about-company__title .line::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}
.about-company .about-company__title .line::before {
  top: -1px;
}
.about-company .about-company__title .line::after {
  bottom: -1px;
}
@media screen and (min-width: 801px) {
  .about-company .about-company__title .line {
    margin-bottom: auto;
  }
  .about-company .about-company__title .line.done {
    transition-delay: 0.5s !important;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .about-company .about-company__inner {
    padding: 0 24px 0 23px;
  }
}
@media screen and (max-width: 900px) {
  .about-company .about-company__inner {
    gap: 30px;
  }
  .about-company .about-company__title {
    max-width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .about-company .about-company__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .about-company .about-company__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    max-width: none;
  }
  .about-company .about-company__title .title {
    text-align: center;
  }
  .about-company .about-company__title .line {
    width: 0;
    height: 1px;
    border: none;
    border-bottom: 1px dashed var(--green);
    position: relative;
  }
  .about-company .about-company__title .line::before, .about-company .about-company__title .line::after {
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
  }
  .about-company .about-company__title .line::after {
    right: 0;
    left: auto;
  }
  .about-company .about-company__title .line.done {
    transition-delay: 0.5s !important;
    width: 138px;
  }
  .about-company__text .text {
    text-align: center;
    line-height: 2.22;
  }
  .about-company__text .text *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
    margin-bottom: 0;
  }
  .about-company .about-company__title {
    gap: 49px;
  }
  .about-company {
    margin-bottom: 61px;
  }
}
.contact .button-field button {
  position: relative;
  z-index: 2;
  gap: 10px;
}
.contact .button-field button::after {
  content: "";
  display: inline-block;
  transform: translateY(-1px);
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath stroke='%23161A22' stroke-linecap='round' stroke-linejoin='round' d='M1.313 5.6h11.374M2.784 1v1.2m8.28-1.2v1.2m0 0H2.937C1.591 2.2.5 3.275.5 4.6v8c0 1.325 1.091 2.4 2.438 2.4h8.124c1.347 0 2.438-1.075 2.438-2.4v-8c0-1.325-1.091-2.4-2.438-2.4Zm-6.094 8.2 1.218 1.2 2.844-2.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-404 {
  width: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  background: url("../images/common/opportunities-bg.svg") no-repeat center/100%;
}
.section-404::before, .section-404::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 15%;
  padding-top: 15%;
  background: var(--blue);
  filter: blur(166px);
  z-index: 1;
  transform: translate(0, -50%);
}
.section-404::after {
  left: auto;
  right: -10%;
}
.section-404__inner {
  width: 100%;
  max-width: 950px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-404__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 600px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-404__content::before, .section-404__content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-404__content::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M20.99 1.226H3a2 2 0 0 0-2 2v16.087'/%3E%3C/svg%3E");
}
.section-404__content::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M1.01 1.226H19a2 2 0 0 1 2 2v16.087'/%3E%3C/svg%3E");
}
.section-404__content-title {
  font-size: 160px;
  color: var(--green);
}
.section-404__content-title::before, .section-404__content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-404__content-title::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M20.99 1.226H3a2 2 0 0 0-2 2v16.087'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
}
.section-404__content-title::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath stroke='%2300FFA3' stroke-linecap='round' stroke-linejoin='round' d='M1.01 1.226H19a2 2 0 0 1 2 2v16.087'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
.section-404__content-subtitle {
  color: var(--white);
  margin: 30px 0;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .section-404__content-subtitle {
    font-size: 14px;
    margin: 15px 0;
  }
  .section-404__content-title {
    font-size: 120px;
  }
  .section-404 {
    background-size: 400vw;
  }
  .section-404::before, .section-404::after {
    width: 30%;
    padding-top: 45%;
    filter: blur(100px);
  }
}
.contact {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contact__image-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -10px);
  height: 100%;
  width: 100%;
  max-width: 1425px;
}
.contact__inner {
  width: 100%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 2;
  padding-top: 117px;
  padding-bottom: 61px;
}
.contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 234px;
  flex-shrink: 0;
  padding-top: 17px;
}
.contact .title {
  font-weight: 200;
  text-transform: capitalize;
}
.contact__form {
  flex-grow: 1;
}
.contact__form .form-fields {
  width: 100%;
}

.contact__form .form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: flex-end;
  justify-content: flex-start;
}
.contact__form .form-fields .input-field, .contact__form .form-fields .button-field {
  width: calc(50% - 15px);
}
.contact__form .form-fields .input-field .btn-white, .contact__form .form-fields .button-field .btn-white {
  width: 100%;
}
.contact__form .form-fields .input-field input, .contact__form .form-fields .button-field input {
  height: 50px;
}
.contact__form .form-fields .btn-white {
  height: 50px;
  margin: 0;
}
.contact__form .form-fields .input-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact__form .form-fields .input-field .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
}
.contact__form .form-fields .input-field input {
  outline: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--white);
  border-radius: 3px;
  padding: 8px 11px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 215%;
  color: var(--white);
  background: rgba(255, 255, 255, 0);
}
.contact__form .form-fields .input-field input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 215%;
  text-transform: capitalize;
  color: var(--blue-2);
}
.contact__form .form-fields .placeholder-field {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 215%;
  color: var(--white);
  display: inline-block;
  padding-left: 11px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1150px) {
  .contact__inner {
    max-width: 800px;
  }
  .contact__wrapper {
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .contact__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .contact {
    overflow: visible;
  }
  .contact__wrapper {
    padding-right: 0;
    padding-top: 0;
  }
  .contact__image-bg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    background: url("../images/common/light-mob.svg") no-repeat top center/100% auto;
  }
  .contact__image-bg img {
    display: none;
  }
  .contact__image-bg {
    transform: translate(-50%, 0);
    height: 130%;
  }
}
@media screen and (max-width: 900px) {
  .contact__image-bg {
    transform: translate(-50%, 0);
    height: 100%;
  }
  .contact__inner {
    padding-left: 58px;
    padding-right: 58px;
    gap: 28px;
    padding-bottom: 86px;
  }
}
@media screen and (max-width: 600px) {
  .contact__form .form-fields {
    gap: 29px;
    align-items: flex-start;
    justify-content: center;
  }
  .contact__form .form-fields .button-field {
    margin-top: 32px;
    width: 100%;
  }
  .contact__form .form-fields .input-field {
    width: 100%;
  }
  .contact__form .form-fields .input-field .placeholder-field {
    width: 100%;
    text-align: center;
    padding-left: 0;
    text-transform: lowercase;
  }
}
.article {
  width: 100%;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.article::before, .article::after {
  content: "";
  position: absolute;
  top: 150px;
  left: -10%;
  width: 20.3%;
  height: 0;
  padding-top: 20.3%;
  background: var(--blue);
  filter: blur(166px);
  z-index: 1;
}
.article::after {
  left: auto;
  right: -15%;
  top: auto;
  bottom: 0%;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-bottom: 30px;
  margin-top: 50px;
  color: var(--green);
}
.article h1:first-child, .article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child {
  margin-top: 0;
}
.article blockquote {
  margin-bottom: 30px;
}
.article__wrapper {
  width: 100%;
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.article__content {
  width: 100%;
  display: block;
}

@media screen and (max-width: 992px) {
  .article {
    padding: 40px 0;
  }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .article__wrapper {
    padding: 0 23px;
  }
  .article::before, .article::after {
    width: 50%;
    padding-top: 50%;
  }
}
.shoto-tam {
  font-weight: 600;
}

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