@import url(https://fonts.googleapis.com/css?family=DM+Sans:regular,500,600,700,800,900);
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 375px
}
body {
  color: #1a1a1a;
  line-height: 1;
  font-family: "DM Sans";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: "DM Sans";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 86rem;
  margin: 0 auto;
  padding: 0 1rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1rem 1fr minmax(auto,84rem) 1fr 1rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #fff;
  padding: 24px;
  width: 100%;
  max-width: 700px;
  border-radius: 12px
}
.lock .popup__content {
  visibility: visible
}
.popup-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between
}
.popup__close {
  padding: 10px;
  background-color: #006ad3;
  border-radius: 100px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  outline: 0;
  transition: all .3s ease
}
.popup__close:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
._scrolled {
  background-color: #006ad3
}
._scrolled .header__img {
  display: none
}
._scrolled .header__img-white {
  display: flex
}
._scrolled .header__btn {
  background-color: #fff
}
._scrolled .header__btn span {
  color: #006ad3
}
._scrolled .header__btn svg path {
  fill: #006ad3
}
.header {
  border-bottom: 1px solid rgba(255,255,255,.1);
  position: fixed;
  width: 100%;
  z-index: 2
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px
}
.menu-open .header__logo {
  position: relative;
  z-index: 3
}
.header__img {
  display: flex
}
.menu-open .header__img {
  display: none
}
.header__img-white {
  display: none
}
.menu-open .header__img-white {
  display: flex
}
.header__menu {
  display: flex;
  align-items: center
}
.menu {
  position: relative
}
.menu__decor {
  display: none
}
.menu-open .menu__decor {
  display: flex;
  position: absolute;
  right: 0;
  top: 130px
}
.menu__body {
  display: flex;
  flex-direction: column;
  row-gap: 56px
}
.menu-open .menu__body {
  background-color: #006ad3;
  padding-top: 136px;
  z-index: 2
}
.menu__list {
  display: flex;
  align-items: flex-start;
  gap: 24px
}
.menu-open .menu__list {
  flex-direction: column
}
.menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  color: rgba(255,255,255,.5019607843);
  position: relative;
  transition: all .25s ease
}
.menu__link:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.menu__actions {
  display: none
}
.menu-open .menu__actions {
  display: flex;
  gap: 16px
}
.menu__actioncall {
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  transition: all .25s ease
}
.menu__actioncall:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2)
}
.menu__actionlinkedin {
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(0,0,0,0);
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  transition: all .25s ease
}
.menu__actionlinkedin:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2)
}
.btn {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid #006ad3;
  background: #006ad3;
  transition: all .3s ease
}
.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2)
}
.btn:hover .btn__svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.btn__svg {
  transition: all .3s ease
}
.btn__svg path {
  fill: #fff
}
.btn__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.42px;
  text-transform: capitalize;
  color: #fff
}
.footer {
  background-color: #1a1a1a;
  position: relative
}
.footer__decore {
  position: absolute;
  bottom: -160%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.footer__container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 80px
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative
}
.footer__bot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative
}
.footer__bot .bot-footer__link:last-child {
  justify-self: end
}
.top-footer__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}
.top-footer__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: #fff;
  max-width: 280px
}
.top-footer__nav {
  display: flex;
  align-items: center;
  gap: 24px
}
.top-footer__li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  white-space: nowrap;
  color: rgba(255,255,255,.5019607843);
  transition: all .25s ease
}
.top-footer__li:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.top-footer__rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px
}
.top-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}
.top-footer__contacts {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.top-footer__contacts:hover {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}
.top-footer__linkedin {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.top-footer__linkedin:hover {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}
.bot-footer__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: rgba(255,255,255,.2);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.bot-footer__link:hover {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}
.blue {
  color: #006ad3
}
.transparent {
  background: rgba(0,0,0,0);
  border: 1px solid #fff
}
.hero {
  position: relative
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero__container {
  height: 100vh;
  padding-top: 166px;
  display: flex;
  align-items: flex-start;
  gap: 26px
}
.hero__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px
}
.hero__decore {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: grow-x 3.5s ease-in-out infinite;
  animation: grow-x 3.5s ease-in-out infinite
}
@-webkit-keyframes grow-x {
  0% {
    clip-path: inset(0 100% 0 0)
  }
  50% {
    clip-path: inset(0 0 0 0)
  }
  100% {
    clip-path: inset(0 0 0 100%)
  }
}
@keyframes grow-x {
  0% {
    clip-path: inset(0 100% 0 0)
  }
  50% {
    clip-path: inset(0 0 0 0)
  }
  100% {
    clip-path: inset(0 0 0 100%)
  }
}
.hero__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  max-width: 415px;
  color: #fff
}
.info-hero__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -.96px;
  color: #fff
}
.info-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px
}
.titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}
.subtitle {
  color: rgba(26,26,26,.2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px
}
.title {
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -3px;
  display: flex;
  flex-direction: column
}
.title2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -2.4px;
  display: flex;
  flex-direction: column
}
.services__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px
}
.services__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 710px;
  width: 100%
}
.services__card {
  border-radius: 12px;
  border: 1px solid rgba(0,106,211,.2);
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  height: 320px;
  width: 100%
}
.services__right {
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 486px;
  width: 100%
}
.services__title {
  color: #006ad3
}
.services__descriptions {
  max-width: 377px
}
.card-services {
  transition: background .3s,border-color .3s
}
.card-services__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%
}
.card-services__numb {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #006ad3;
  color: #006ad3
}
.card-services__icon {
  width: 143px;
  height: 147px;
  aspect-ratio: 143/147
}
.card-services__imgoriginal {
  width: 100%
}
.card-services__imgoriginal path {
  fill: #006ad3
}
.card-services__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%
}
.card-services__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  color: #006ad3;
  white-space: nowrap
}
.card-services__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  display: flex;
  flex-direction: column
}
.card-services._active {
  background: #006ad3;
  border-color: #006ad3
}
.card-services._active .card-services__numb {
  border-bottom: 1px solid #fff;
  color: #fff
}
.card-services._active .card-services__descriptions,
.card-services._active .card-services__title {
  color: #fff
}
.card-services._active .card-services__imgoriginal path {
  fill: #fff
}
.audiences {
  background: #006ad3;
  position: relative
}
.audiences__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px
}
.audiences__subtitle {
  color: rgba(255,255,255,.4)
}
.audiences__title {
  color: #fff
}
.audiences__cards {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.audiences__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px
}
.audiences__items .audiences__item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  max-width: 50%;
  margin: 0 auto
}
.audiences__card {
  display: flex;
  height: 480px;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  width: 100%
}
.audiences__item {
  display: flex;
  height: 425px;
  padding: 16px;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  width: 100%
}
[class^=line-wrap] {
  position: absolute;
  display: inline-block;
  overflow: hidden
}
[class^=line-wrap] svg {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: grow 3.5s ease-in-out infinite;
  animation: grow 3.5s ease-in-out infinite
}
.line-wrap {
  top: 5%;
  left: 40%
}
.line-wrap2 {
  top: 7%;
  left: 47%
}
.line-wrap2 svg {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s
}
.line-wrap3 {
  top: 6%;
  left: 55%
}
.line-wrap3 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap4 {
  top: 5%;
  left: 62%
}
.line-wrap4 svg {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.line-wrap5 {
  top: 9%;
  left: 70%
}
.line-wrap5 svg {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
.line-wrap6 {
  top: 7%;
  left: 80%
}
.line-wrap6 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap7 {
  top: 5%;
  left: 90%
}
.line-wrap7 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap8 {
  top: 25%;
  left: -1%
}
.line-wrap8 svg {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
.line-wrap9 {
  top: 45%;
  left: -1.5%
}
.line-wrap9 svg {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s
}
.line-wrap10 {
  top: 65%;
  left: -1%
}
.line-wrap11 {
  top: 85%;
  left: -1.5%
}
.line-wrap11 svg {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s
}
.line-wrap12 {
  top: 25%;
  right: -1%
}
.line-wrap12 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap13 {
  top: 45%;
  right: -1.5%
}
.line-wrap13 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap14 {
  top: 65%;
  right: -1%
}
.line-wrap14 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.line-wrap15 {
  top: 85%;
  right: -1.5%
}
.line-wrap15 svg {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
  }
  15% {
    opacity: .8
  }
  60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .8
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
  }
  15% {
    opacity: .8
  }
  60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .8
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0
  }
}
.crad-audiences__text {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  display: flex;
  padding: 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: #f3f8ff
}
.crad-audiences__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #006ad3
}
.crad-audiences__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.crad-audiences__descriptions {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: #1a1a1a
}
.crad-audiences__img {
  max-width: 858px;
  height: auto;
  width: 100%;
  flex: 1 0 auto;
  align-self: stretch
}
.crad-audiences__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}
.item-audiences__text {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  display: flex;
  padding: 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: #f3f8ff
}
.item-audiences__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #006ad3
}
.item-audiences__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.item-audiences__descriptions {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: #1a1a1a
}
.item-audiences__img {
  height: 207px;
  width: 100%;
  flex: 1 0 auto;
  align-self: stretch
}
.item-audiences__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}
.trust__container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px
}
.trust__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%
}
.top-trust__title {
  color: #006ad3;
  white-space: nowrap
}
.top-trust__descriptions {
  max-width: 415px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px
}
.partners {
  display: flex;
  flex-direction: column;
  gap: 40px;
  --partners-gap: 40px
}
.partners__block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  min-width: 0
}
.partners__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px;
  color: rgba(26,26,26,.2)
}
.partners__track-wrap {
  width: 100%;
  overflow: hidden
}
.partners__list {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  visibility: hidden;
  will-change: transform
}
.partners__list.is-ready {
  visibility: visible
}
.partners__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--partners-gap);
  padding-right: var(--partners-gap)
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(140px,12vw,190px);
  height: 100px
}
.partners__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.cta {
  background: url(../img/cta-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
@supports (-webkit-touch-callout:none) {
  .cta {
    background-attachment: scroll
  }
}
.cta__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px
}
.cta__title {
  text-align: center;
  color: #fff;
  font-size: 80px;
  max-width: 1072px
}
.white-btn {
  background: #fff;
  border: 1px solid #fff
}
.white-btn .btn__svg path {
  fill: #006ad3
}
.white-btn .btn__text {
  color: #006ad3
}
.cases {
  background-color: #f3f8ff
}
.cases__container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px
}
.cases__decors {
  position: absolute;
  top: 130px;
  left: 0;
  width: 284.002px;
  height: 246px;
  pointer-events: none
}
.cases__decor1 {
  position: absolute;
  top: 0;
  left: 0
}
.cases__decor2 {
  position: absolute;
  left: 0;
  bottom: 0
}
.cases__decor3 {
  position: absolute;
  top: 0;
  right: 0
}
.cases__decor4 {
  position: absolute;
  right: 0;
  bottom: 0
}
.cases__decors2 {
  position: absolute;
  top: 130px;
  right: 0;
  width: 284.002px;
  height: 246px;
  pointer-events: none
}
.cases__decor5 {
  position: absolute;
  top: 0;
  left: 0
}
.cases__decor6 {
  position: absolute;
  bottom: 0;
  left: 0
}
.cases__decor7 {
  position: absolute;
  top: 0;
  right: 0
}
.cases__decor8 {
  position: absolute;
  right: 0;
  bottom: 0
}
.cases__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center
}
.cases__slider {
  margin-top: 64px;
  overflow: visible!important
}
.cases__slide {
  display: flex;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  width: 80%
}
.titles-cases__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px
}
.slide-cases__image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 662px;
  width: 100%;
  height: 448px;
  align-self: stretch
}
.slide-cases__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.slide-cases__info {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}
.info-cases__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%
}
.info-cases__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #006ad3;
  display: flex;
  flex-direction: column
}
.info-cases__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px;
  color: rgba(26,26,26,.2)
}
.info-cases__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: #006ad3;
  border-radius: 10px;
  background: #f3f8ff;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%
}
.info-cases__descriptions span {
  max-width: 190px
}
.info-cases__bot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.info-cases__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: #1a1a1a
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px
}
.navigation-next,
.navigation-prev {
  border-radius: 100px;
  background-color: #006ad3;
  padding: 12px 24px;
  transition: all .3s ease;
  cursor: pointer
}
.navigation-next:hover,
.navigation-prev:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2)
}
.cases__decors svg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite
}
.cases__decors svg:nth-child(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.cases__decors svg:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}
.cases__decors svg:nth-child(4) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}
.cases__decors2 svg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite
}
.cases__decors2 svg:nth-child(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.cases__decors2 svg:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}
.cases__decors2 svg:nth-child(4) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}
@-webkit-keyframes decor-appear {
  0% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    opacity: 0
  }
  20% {
    opacity: .6
  }
  60% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: .6
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
@keyframes decor-appear {
  0% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    opacity: 0
  }
  20% {
    opacity: .6
  }
  60% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: .6
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
.white {
  color: #fff
}
.descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  display: flex;
  flex-direction: column
}
.about {
  background-color: #006ad3
}
.about__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 80px
}
.about__decors {
  position: absolute;
  width: 100%;
  height: 40%
}
.about__decor1,
.about__decor2,
.about__decor3,
.about__decor4,
.about__decor5 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: line-grow 5s ease-in-out infinite;
  animation: line-grow 5s ease-in-out infinite
}
.about__decor1 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  width: 600px;
  position: absolute;
  top: 0;
  right: 20%
}
.about__decor2 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  width: 320px;
  position: absolute;
  top: 15%;
  right: 5%
}
.about__decor3 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  width: 580px;
  position: absolute;
  top: 35%;
  right: 10%
}
.about__decor4 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  width: 645px;
  position: absolute;
  top: 60%;
  right: 40%
}
.about__decor5 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  width: 800px;
  position: absolute;
  top: 90%;
  right: 50%
}
@-webkit-keyframes line-grow {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0
  }
  15% {
    opacity: .4
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: .4
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0
  }
}
@keyframes line-grow {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0
  }
  15% {
    opacity: .4
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: .4
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0
  }
}
.about__subtitle {
  color: rgba(255,255,255,.4)
}
.about__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -2.4px;
  max-width: 941px
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative
}
.about__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.about__descriptions {
  max-width: 398px;
  color: rgba(255,255,255,.8)
}
.about__list {
  display: flex;
  flex-direction: column;
  gap: 32px
}
.list-about__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: all .3s ease
}
.list-about__item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  scale: 1.05
}
.list-about__left {
  display: flex;
  align-items: center;
  gap: 32px
}
.list-about__numb {
  color: rgba(255,255,255,.2);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.list-about__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  color: #fff
}
.list-about__right {
  max-width: 398px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: rgba(255,255,255,.8);
  display: flex;
  justify-content: flex-start;
  width: 100%
}
.contactform {
  background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
@supports (-webkit-touch-callout:none) {
  .contactform {
    background-attachment: scroll
  }
}
.contactform__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 80px;
  padding-bottom: 80px
}
.contactform__titles {
  align-items: center
}
.contactform__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -2.4px;
  text-align: center;
  max-width: 832px;
  width: 100%
}
.contactform__descriptions {
  max-width: 438px;
  text-align: center
}
.contactform__form {
  width: 600px
}
.contactform__main-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff
}
.main-form__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #006ad3
}
.main-form__inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px
}
.main-form__item {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.main-form__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px;
  color: #1a1a1a
}
.main-form__input {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  display: flex;
  padding: 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #aacfff;
  outline: 0;
  transition: all .3s ease
}
.main-form__input:hover {
  border-color: #006ad3
}
.main-form__input:focus {
  border-color: #006ad3;
  box-shadow: 0 0 0 3px rgba(0,106,211,.15)
}
.main-form__area {
  color: rgba(26,26,26,.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  min-height: 60px;
  height: 60px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #aacfff;
  outline: 0;
  transition: all .3s ease
}
.main-form__area:hover {
  border-color: #006ad3
}
.main-form__area:focus {
  border-color: #006ad3;
  box-shadow: 0 0 0 3px rgba(0,106,211,.15)
}
.hero-single {
	position: relative;
}
.hero-single__container {
  height: 100vh;
  padding-top: 166px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 26px
}
.hero-single__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero-single__descriptions {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px
}
.title-small {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px
}
.check {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  gap: 10px;
  cursor: pointer
}
.check:hover .check__box {
  -webkit-transform: translateX(-2px) translateY(-2px);
  transform: translateX(-2px) translateY(-2px)
}
.check__input {
  display: none
}
.check__box {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #006ad3;
  border-radius: 3px;
  background: #fff;
  margin-top: 2px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all .3s ease
}
.check__input:checked+.check__box {
  background: #006ad3 url("data:image/svg+xml,%3Csvg viewBox=%270 0 10 8%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 4l3 3 5-6%27 stroke=%27%23fff%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27/%3E%3C/svg%3E") center/70% no-repeat;
  border-color: #006ad3
}
.check__text {
  font-size: 14px;
  line-height: 1.4
}
.check__link {
  color: #1a73e8;
  transition: all .3s ease
}
.check__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.select {
  position: relative
}
.select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  color: rgba(26,26,26,.4);
  transition: all .3s ease
}
.select__head:hover {
  border-color: #1a73e8;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.select__head._active {
  border-color: #1a73e8
}
.select__placeholder {
  color: #999;
  font-size: 15px
}
.select__placeholder._selected {
  color: #333
}
.select__arrow {
  width: 12px;
  height: 8px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s
}
._active .select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.select__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0,0,0,.1)
}
._active+.select__dropdown {
  display: block
}
.select__option {
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: all .3s ease
}
.select__option._active,
.select__option:hover {
  background: #1a73e8;
  color: #fff
}
.contact__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 64px
}
.contact__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 32px;
  max-width: 696px;
  width: 100%
}
.contact__right {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  row-gap: 32px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0,106,211,.2);
  background: #006ad3
}
.left-contact__formbox {
  width: 100%
}
.left-contact__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  row-gap: 16px
}
.left-contact__fields {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 16px
}
.left-contact__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%
}
.left-contact__items {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.left-contact__label {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px
}
.left-contact__field {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #aacfff;
  outline: 0;
  transition: all .3s ease;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  color: #333
}
.left-contact__field:hover {
  border: 1px solid #006ad3;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.left-contact__bot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%
}
.left-contact__textarea {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #aacfff;
  outline: 0;
  transition: all .3s ease;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px;
  color: rgba(26,26,26,.4);
  max-height: 60px;
}
.left-contact__textarea:hover {
  border: 1px solid #006ad3;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.red {
  color: #c80b0b
}
.right-contact__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.right-contact__titles {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.right-contact__subtitle {
  color: rgba(255,255,255,.2)
}
.right-contact__title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px
}
.right-contact__linkedin {
  padding: 10px 7px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}
.right-contact__linkedin:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}
.right-contact__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  gap: 4px
}
.right-contact__item:last-child {
  border-bottom: none
}
.right-contact__link {
  margin-bottom: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  color: #fff;
  transition: all .3s ease
}
.right-contact__link:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.right-contact__descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px;
  color: rgba(255,255,255,.8)
}
.scroll-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #fff;
  background-color: #006ad3;
  border: 1px solid #006ad3;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  transition: opacity .3s ease,visibility .3s ease,background-color .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease,box-shadow .3s ease;
  transition: opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;
  cursor: pointer
}
.scroll-up._show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.scroll-up svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}
.scroll-up:active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.scroll-up:focus-visible {
  outline: 3px solid rgba(0,106,211,.3);
  outline-offset: 4px
}
.w100 {
  width: 100%
}
.mb {
  margin-bottom: 32px
}
.whoweare__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px
}
.whoweare__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -44px;
  width: 100%
}
.content-whoweare__items {
  display: flex;
  flex-direction: column;
  gap: 64px
}
.content-whoweare__item {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.content-whoweare__img {
  max-width: 452px;
  width: 100%;
  height: 546px;
  -o-object-fit: cover;
  object-fit: cover
}
.content-whoweare__descriptions {
  max-width: 399px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 137px
}
.content-whoweare__text {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.content-whoweare__paragraph {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.48px
}
.item-whoweare__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px
}
.procees {
  background-color: #006ad3
}
.procees__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
  padding-top: 80px;
  padding-bottom: 80px
}
.procees__decors {
  position: absolute;
  right: 0;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 63px
}
.procees__decore1 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: line-grow 5s ease-in-out infinite;
  animation: line-grow 5s ease-in-out infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}
.procees__decore2 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: line-grow 5s ease-in-out infinite;
  animation: line-grow 5s ease-in-out infinite;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  margin-left: 50px
}
.procees__decore3 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: line-grow 5s ease-in-out infinite;
  animation: line-grow 5s ease-in-out infinite;
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
.procees__subtitle {
  color: rgba(255,255,255,.4)
}
.procees__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 370px;
  gap: 16px
}
.procees__cards._watcher-view .cards-procees__card {
  margin-top: 0
}
.cards-procees__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  margin-top: 100%;
  height: 365px;
  transition: all 1.3s ease
}
.cards-procees__card:nth-child(1) {
  transition-delay: 0s
}
.cards-procees__card:nth-child(2) {
  transition-delay: .15s
}
.cards-procees__card:nth-child(3) {
  transition-delay: .3s
}
.cards-procees__card:nth-child(4) {
  transition-delay: .45s
}
.cards-procees__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.cards-procees__numb {
  padding-bottom: 8px;
  border-bottom: 1px solid #006ad3;
  color: #006ad3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.cards-procees__title {
  color: #006ad3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  max-width: 260px
}
.cards-procees__descriptions {
  max-width: 260px
}
.standarts {
  background: #f3f8ff
}
.standarts__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
  padding-top: 80px;
  padding-bottom: 80px
}
.standarts__content {
  display: flex;
  align-items: center;
  gap: 64px
}
.content-standarts__img {
  width: 712px;
  height: 412px
}
.content-standarts__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px
}
.content-standarts__items {
  display: flex;
  flex-direction: column;
  gap: 32px
}
.content-standarts__item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,106,211,.1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  transition: all .3s ease
}
.content-standarts__item:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.partners__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px
}
.partners__top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(0,106,211,.2)
}
.partners__decors {
  position: absolute;
  top: 80px;
  left: 0;
  width: 200px;
  height: 300px;
  pointer-events: none
}
.partners__decore1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.partners__decore2 {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
.partners__decore3 {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s
}
.partners__decore4 {
  position: absolute;
  bottom: 0;
  right: 20%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.partners__decors2 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 200px;
  height: 300px;
  pointer-events: none
}
.partners__decore5 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.partners__decore6 {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s
}
.partners__decore7 {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}
.partners__decore8 {
  position: absolute;
  bottom: 0;
  right: 20%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: decor-appear 3s ease-in-out infinite;
  animation: decor-appear 3s ease-in-out infinite;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
.partners__bot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding-top: 64px
}
.text-centred {
  text-align: center
}
.top-partners__titles {
  align-items: center
}
.top-partners__descriptions {
  max-width: 534px;
  text-align: center
}
.top-partners__text {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid rgba(0,106,211,.2);
  background: #006ad3;
  width: 100%;
  max-width: 850px;
  color: rgba(255,255,255,.8);
  margin-bottom: 16px
}
.bot-partners__titles {
  align-items: center
}
.bot-partners__descriptions {
  text-align: center
}
.ourcases {
  background-color: #f3f8ff
}
.ourcases__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 64px
}
.ourcases__descriptions {
  margin-top: 8px
}
.ourcases__cases {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%
}
.cases-ourcases__card {
  display: flex;
  height: 480px;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  width: 100%
}
.card-ourcases__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
  width: 30%
}
.card-ourcases__banner {
  flex: 1 0 auto;
  align-self: stretch
}
.card-ourcases__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}
.info-ourcases__top {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.info-ourcases__title {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px
}
.info-ourcases__descriptions {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: #f3f8ff
}
.info-ourcases__descriptions span {
  max-width: 242px
}
.info-ourcases__text {
  display: flex;
  flex-direction: column
}
.info-ourcases__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.no-padding {
  padding: 0
}
.procees__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 40px
}
.procees__item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff
}
.item-procees__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px
}
.item-procees__content {
  display: flex;
  align-items: flex-start;
  gap: 32px
}
.item-procees__img {
  max-width: 627px;
  width: 100%;
  height: 370px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover
}
.item-procees__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}
.text-procees__item {
  display: flex;
  flex-direction: column;
  gap: 4px
}
.text-procees__title {
  margin-bottom: 4px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px
}
.notifications {
  margin-top: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: #f3f8ff
}
.centered {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%
}
.challenges__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 64px
}
.challenges__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}
.challenges__cards {
  display: flex;
  align-items: flex-start;
  gap: 24px
}
.challenges__item {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid rgba(0,106,211,.2);
  background: #fff
}
.challenges__card {
  display: flex;
  padding: 24px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid rgba(0,106,211,.2);
  background: #fff
}
.item-challenges__icon {
  max-width: 140px;
  width: 100%;
  height: 140px;
  object-fit: contain;
}
.item-challenges__text {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.item-challenges__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.card-challenges__icon {
  max-width: 140px;
  width: 100%;
  height: 140px
}
.card-challenges__text {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.card-challenges__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.solutions {
  position: relative;
  background: url(../img/solution-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
@supports (-webkit-touch-callout:none) {
  .solutions {
    background-attachment: scroll
  }
}
.solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 0
}
.solutions>* {
  position: relative;
  z-index: 1
}
.solutions__container {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: space-between
}
.solutions__left {
  position: sticky;
  top: 160px;
  width: 50%
}
.solutions__subtitle {
  color: rgba(255,255,255,.4)
}
.solutions__title {
  color: #fff
}
.solutions__descriptions {
  color: #fff
}
.solutions__right {
  width: 50%;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.solutions__right._watcher-view .solutions__item {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.solutions__item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: flex-start;
  gap: 32px
}
.solutions__item:nth-child(1) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  transition: all .8s ease
}
.solutions__item:nth-child(2) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  transition: all .8s ease .1s
}
.solutions__item:nth-child(3) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  transition: all .8s ease .2s
}
.solutions__item:nth-child(4) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  transition: all .8s ease .3s
}
.solutions__item:nth-child(5) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  transition: all .8s ease .4s
}
.item-solutions__number {
  color: rgba(255,255,255,.2);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.item-solutions__text {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.item-solutions__title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.item-solutions__descriptions {
  color: rgba(255,255,255,.8)
}
.whychooseus__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 64px;
  padding-top: 80px;
  padding-bottom: 80px
}
.whychooseus__titles {
  text-align: center;
  align-items: center
}
.whychooseus__items {
  display: flex;
  gap: 32px;
  overflow: hidden;
  height: 220px
}
.whychooseus__items._watcher-view .whychooseus__item {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.whychooseus__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}
.whychooseus__item:nth-child(1) {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: all .8s ease
}
.whychooseus__item:nth-child(2) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  transition: all .8s ease .2s
}
.whychooseus__item:nth-child(3) {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: all .8s ease .4s
}
.whychooseus__item:nth-child(4) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  transition: all .8s ease .6s
}
.item-whychooseus__number {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px
}
.item-whychooseus__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}
.item-whychooseus__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.animation-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: opacity .7s ease,transform .7s ease;
  transition: opacity .7s ease,transform .7s ease,-webkit-transform .7s ease
}
._watcher-view .animation-fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.animation-fade-up:nth-child(1) {
  transition-delay: .1s
}
.animation-fade-up:nth-child(2) {
  transition-delay: .2s
}
.animation-fade-up:nth-child(3) {
  transition-delay: .3s
}
.animation-fade-up:nth-child(4) {
  transition-delay: .4s
}
.stepbystep {
  min-height: 150vh
}
.stepbystep__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center
}
.stepbystep__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden
}
.stepbystep__items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
  height: 300px
}
.stepbystep__item {
  will-change: transform,opacity,padding-top;
  transition: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 2px solid transparent;
  -o-border-image: linear-gradient(to bottom,rgba(255,255,255,0),#006ad3,rgba(255,255,255,0)) 1;
  border-image: linear-gradient(to bottom,rgba(255,255,255,0),#006ad3,rgba(255,255,255,0)) 1;
  opacity: 0
}
.stepbystep__item:nth-child(1) {
  padding-top: 180px
}
.stepbystep__item:nth-child(2) {
  padding-top: 360px
}
.stepbystep__item:nth-child(3) {
  padding-top: 540px
}
.stepbystep__item:nth-child(4) {
  padding-top: 720px
}
.stepbystep__item:nth-child(5) {
  padding-top: 900px
}
.stepbystep__item:nth-child(6) {
  padding-top: 1080px
}
.item-stepbystep__top {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.item-stepbystep__number {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px
}
.item-stepbystep__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.48px
}
.item-stepbystep__descriptions {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.42px
}
.readmore-content {
  background-color: #006ad3;
  max-width: 1280px
}
.readmore-popup {
  display: flex;
  flex-direction: column;
  gap: 32px
}
.readmore-popup__close {
  background-color: #fff;
  position: sticky;
  top: 15px;
  margin-left: auto
}
.readmore-popup__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #fff
}
.readmore-popup__subtitle {
  color: rgba(255,255,255,.2)
}
.readmore-popup__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 210px
}
.readmore-popup__item {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  height: 100%
}
.readmore-popup__result {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #f3f8ff;
  position: relative;
  overflow: hidden
}
.readmore-popup__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 49%
}
.readmore-popup__decore {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.item-readmore__subtitle {
  color: rgba(255,255,255,.2)
}
.item-readmore__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  color: #fff
}
.item-readmore__descriptions {
  color: rgba(255,255,255,.8);
  margin-top: 4px
}
.text-readmore__descriptions {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.6px;
  color: #006ad3
}
.readmore__end {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px
}
.readmore__btn {
  background-color: #fff
}
.readmore__btn span {
  color: #006ad3
}
.readmore__btn svg path {
  fill: #006ad3
}
.end-readmore__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.84px;
  color: #fff
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
@media (max-width:1170px) {
  .readmore-popup__items {
    height: 270px
  }
}
@media (max-width:767px) {
  .partners {
    --partners-gap: 24px
  }
  .partners__item {
    flex-basis: 130px;
    height: 75px
  }
  .scroll-up {
    right: 15px;
    bottom: 15px;
    width: 46px;
    height: 46px
  }
  .scroll-up svg {
    width: 21px;
    height: 21px
  }
  .w100 {
    width: 100%!important
  }
  .mb {
    margin-bottom: 16px
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem 1.875rem .9375rem;
    transition: left .3s ease
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 5rem;
    left: -100%;
    top: 0;
    transition: left .3s ease;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__btn {
    display: none!important
  }
  .menu__list {
    flex-direction: column
  }
  .menu__link {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.66px
  }
  .footer__decore {
    left: auto;
    bottom: auto;
    top: 80px;
    right: -65%;
    width: 570px;
    height: 475px;
    -webkit-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
    -o-object-fit: contain;
    object-fit: contain
  }
  .footer__container {
    gap: 56px
  }
  .footer__top {
    flex-direction: column;
    gap: 40px
  }
  .footer__bot {
    grid-template-columns: 1fr;
    justify-items: start
  }
  .footer__bot .bot-footer__link:last-child {
    justify-self: start
  }
  .top-footer__left {
    gap: 24px
  }
  .top-footer__nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
  }
  .top-footer__li {
    font-size: 16px;
    letter-spacing: -.48px
  }
  .top-footer__rigth {
    align-items: flex-start
  }
  .top-footer__info {
    gap: 16px;
    align-items: flex-start
  }
  .top-footer__contacts {
    font-size: 16px;
    letter-spacing: -.48px
  }
  .hero__container {
    padding-top: 136px;
    flex-direction: column;
    gap: 16px
  }
  .hero__info {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    order: 1
  }
  .hero__btn {
    width: 100%;
    justify-content: center
  }
  .hero__decore {
    display: none
  }
  .hero__descriptions {
    max-width: 100%;
    align-self: stretch;
    order: 2
  }
  .info-hero__title {
    font-size: 28px
  }
  .info-hero__actions {
    flex-direction: column;
    width: 100%;
    order: 3
  }
  .title {
    font-size: 56px;
    letter-spacing: -1.68px
  }
  .title2 {
    font-size: 40px;
    letter-spacing: -1.2px
  }
  .services__container {
    padding-top: 56px;
    padding-bottom: 56px;
    flex-direction: column-reverse
  }
  .services__cards {
    gap: 16px;
    max-width: 100%
  }
  .services__card {
    flex-direction: column;
    gap: 16px;
    height: auto;
    padding: 16px
  }
  .services__right {
    position: static
  }
  .services__btn {
    width: 100%;
    justify-content: center
  }
  .card-services__left {
    width: 100%
  }
  .card-services__numb {
    font-size: 24px;
    letter-spacing: -.72px;
    width: 100%
  }
  .card-services__icon {
    padding-top: 8px
  }
  .card-services__right {
    align-items: center;
    gap: 16px
  }
  .card-services__title {
    font-size: 24px;
    letter-spacing: -.72px;
    white-space: normal;
    display: flex;
    flex-direction: column;
    width: 100%
  }
  .card-services__descriptions {
    width: 100%
  }
  .audiences__container {
    padding-top: 56px;
    padding-bottom: 56px;
    align-items: center
  }
  .audiences__titles {
    text-align: center;
    align-items: center
  }
  .audiences__cards {
    gap: 16px;
    position: relative
  }
  .audiences__items {
    grid-template-columns: 1fr;
    position: relative;
    gap: 16px
  }
  .audiences__items .audiences__item:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%
  }
  .audiences__card {
    flex-direction: column-reverse;
    height: auto
  }
  .audiences__item {
    height: auto
  }
  .line-wrap {
    top: 0;
    left: 5%
  }
  .line-wrap2 {
    top: 2%;
    left: 25%
  }
  .line-wrap3 {
    top: 0;
    right: 5%;
    left: auto
  }
  .line-wrap4 {
    top: 2%;
    right: 25%;
    left: auto
  }
  .line-wrap5 {
    top: 45%;
    right: .5%;
    left: auto
  }
  .line-wrap6 {
    top: 35%;
    left: .5%
  }
  .line-wrap7 {
    top: auto;
    bottom: .5%;
    left: 35%
  }
  .line-wrap8 {
    top: auto;
    bottom: 1%;
    left: auto;
    right: 35%
  }
  .line-wrap10 {
    display: none
  }
  .line-wrap11 {
    display: none
  }
  .line-wrap12 {
    display: none
  }
  .line-wrap13 {
    display: none
  }
  .line-wrap14 {
    display: none
  }
  .line-wrap15 {
    display: none
  }
  .crad-audiences__text {
    gap: 20px;
    padding: 12px
  }
  .crad-audiences__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
  .crad-audiences__info {
    align-items: normal
  }
  .crad-audiences__btn {
    justify-content: center
  }
  .crad-audiences__img {
    max-width: 100%;
    height: 250px
  }
  .item-audiences__text {
    gap: 20px;
    padding: 12px
  }
  .item-audiences__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
  .item-audiences__info {
    align-items: normal
  }
  .item-audiences__btn {
    justify-content: center
  }
  .item-audiences__img {
    height: 223px
  }
  .trust__container {
    padding-top: 56px;
    padding-bottom: 56px;
    align-items: center;
    gap: 40px
  }
  .trust__top {
    flex-direction: column;
    gap: 16px
  }
  .partners {
    gap: 24px;
    width: 100%
  }
  .cta__container {
    padding-top: 56px;
    padding-bottom: 56px;
    align-items: center
  }
  .cta__title {
    font-size: 40px;
    max-width: 320px
  }
  .cases__container {
    padding-top: 56px;
    padding-bottom: 56px
  }
  .cases__decors {
    display: none
  }
  .cases__decors2 {
    display: none
  }
  .cases__slider {
    margin-top: 40px
  }
  .cases__slide {
    flex-direction: column;
    gap: 16px;
    height: auto
  }
  .titles-cases__descriptions {
    text-align: center
  }
  .slide-cases__image {
    height: 188px;
    max-width: 100%
  }
  .slide-cases__info {
    width: 100%;
    height: 70%;
    gap: 16px
  }
  .info-cases__top {
    gap: 8px
  }
  .info-cases__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
  .info-cases__subtitle{
    font-size: 14px;
  }
  .info-cases__bot {
    align-items: flex-start;
    width: 100%
  }
  .info-cases__btn {
    width: 100%;
    justify-content: center
  }
  .descriptions {
    display: block
  }
  .about__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 16px
  }
  .about__title {
    font-size: 56px;
    letter-spacing: -1.68px;
    max-width: 100%
  }
  .about__content {
    gap: 40px
  }
  .about__btn {
    justify-content: center;
    margin-top: 8px
  }
  .about__descriptions {
    max-width: 100%
  }
  .about__list {
    gap: 16px
  }
  .list-about__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
  .list-about__left {
    gap: 24px
  }
  .list-about__numb {
    font-size: 24px;
    letter-spacing: -.72px;
    min-width: 28px
  }
  .list-about__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
  .list-about__right {
    padding-left: 54px
  }
  .contactform__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 24px
  }
  .contactform__title {
    font-size: 40px;
    letter-spacing: -1.2px
  }
  .contactform__form {
    width: 380px
  }
  .contactform__main-form {
    padding: 16px
  }
  .main-form__btn {
    width: 100%;
    justify-content: center
  }
  .hero-single__container {
    padding-top: 136px;
    flex-direction: column;
    gap: 16px
  }
  .hero-single__descriptions {
    display: block;
    max-width: 375px
  }
  .title-small {
    font-size: 28px;
    letter-spacing: -.96px
  }
  .contact__container {
    padding-top: 56px;
    padding-bottom: 56px;
    flex-direction: column;
    gap: 40px
  }
  .contact__left {
    row-gap: 24px;
    max-width: 100%
  }
  .contact__right {
    row-gap: 24px;
    width: 100%
  }
  .left-contact__fields {
    flex-direction: column
  }
  .left-contact__column {
    width: 100%
  }
  .left-contact__label {
    line-height: 140%
  }
  .left-contact__submit {
    width: 100%;
    justify-content: center
  }
  .right-contact__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
  .right-contact__link {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .right-contact__descriptions {
    font-size: 14px;
    letter-spacing: -.42px
  }
  .whoweare__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 10px
  }
  .whoweare__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    gap: 40px
  }
  .content-whoweare__items {
    gap: 24px;
    order: 3;
    padding: 24px;
    border-radius: 8px;
    width: 100%;
    background: #f3f8ff
  }
  .content-whoweare__img {
    order: 1;
    max-width: 100%;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .content-whoweare__descriptions {
    order: 2;
    gap: 0;
    max-width: 100%
  }
  .item-whoweare__title {
    font-size: 28px;
    letter-spacing: -.96px
  }
  .procees__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px
  }
  .procees__decors {
    top: 40px;
    right: 5%;
    width: 60%
  }
  .procees__decore1 {
    width: 100%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
  }
  .procees__decore2 {
    width: 100%;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
  }
  .procees__decore3 {
    width: 100%
  }
  .procees__cards {
    flex-direction: column
  }
  .procees__cards._watcher-view {
    height: auto
  }
  .cards-procees__card {
    height: auto;
    gap: 16px
  }
  .cards-procees__top {
    gap: 16px;
    width: 100%
  }
  .cards-procees__numb {
    width: 100%;
    border-bottom: 1px solid rgba(0,106,211,.2)
  }
  .standarts__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px
  }
  .standarts__content {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: flex-start
  }
  .content-standarts__img {
    width: 100%;
    height: 412px
  }
  .content-standarts__items {
    gap: 24px
  }
  .partners__container {
    padding-top: 56px;
    padding-bottom: 56px;
    width: 100%
  }
  .partners__top {
    padding-bottom: 40px
  }
  .partners__decors {
    display: none
  }
  .partners__decors2 {
    display: none
  }
  .partners__bot {
    padding-top: 40px
  }
  .top-partners__titles {
    text-align: center
  }
  .top-partners__descriptions {
    align-self: stretch;
    max-width: 100%
  }
  .top-partners__text {
    flex-direction: column;
    gap: 16px
  }
  .bot-partners__title {
    text-align: center
  }
  .bot-partners__descriptions {
    align-self: stretch;
    max-width: 100%
  }
  .ourcases__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px
  }
  .ourcases__titles {
    align-items: center;
    text-align: center;
    width: 100%
  }
  .ourcases__cases {
    gap: 16px
  }
  .cases-ourcases__card {
    flex-direction: column-reverse;
    height: auto
  }
  .card-ourcases__info {
    width: 100%
  }
  .card-ourcases__banner {
    height: 245px
  }
  .info-ourcases__top {
    gap: 8px;
    width: 100%
  }
  .info-ourcases__title {
    font-size: 24px;
    letter-spacing: -.72px;
    display: block
  }
  .info-ourcases__text {
    display: block
  }
  .info-ourcases__bottom {
    width: 100%
  }
  .info-ourcases__btn {
    width: 100%;
    justify-content: center
  }
  .procees__items {
    gap: 16px
  }
  .procees__item {
    gap: 16px;
    padding: 16px
  }
  .item-procees__title {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .item-procees__content {
    flex-direction: column;
    gap: 16px;
    width: 100%
  }
  .item-procees__img {
    height: 156px;
    max-width: 100%
  }
  .item-procees__text {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%
  }
  .text-procees__title {
    margin-bottom: 0;
    line-height: 140%
  }
  .notifications {
    margin-top: 0
  }
  .challenges__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px
  }
  .challenges__items {
    grid-template-columns: 1fr
  }
  .challenges__cards {
    flex-direction: column
  }
  .challenges__item {
    flex-direction: column;
    align-items: center
  }
  .challenges__card {
    width: 100%
  }
  .card-challenges__text {
    width: 100%
  }
  .solutions__container {
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 32px
  }
  .solutions__left {
    width: 100%;
    position: static
  }
  .solutions__right {
    width: 100%;
    margin-top: 0;
    gap: 16px
  }
  .solutions__item {
    flex-direction: column;
    gap: 8px
  }
  .item-solutions__number {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .item-solutions__text {
    gap: 8px
  }
  .item-solutions__title {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .whychooseus__container {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px
  }
  .whychooseus__titles {
    text-align: left;
    align-items: flex-start
  }
  .whychooseus__title {
    display: block
  }
  .whychooseus__items._watcher-view .whychooseus__item {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .whychooseus__items {
    flex-direction: column;
    height: auto
  }
  .whychooseus__item:nth-child(1) {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
  .whychooseus__item:nth-child(2) {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
  .whychooseus__item:nth-child(3) {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
  .whychooseus__item:nth-child(4) {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
  .item-whychooseus__number {
    font-size: 28px;
    letter-spacing: -.96px
  }
  .item-whychooseus__title {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .stepbystep__sticky {
    height: auto
  }
  .stepbystep__items {
    flex-direction: column;
    height: auto
  }
  .stepbystep__item {
    opacity: 1;
    padding-top: 0!important;
    width: 100%
  }
  .readmore-content {
    max-width: 100%
  }
  .readmore-popup {
    gap: 24px
  }
  .readmore-popup__title {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .readmore-popup__subtitle {
    display: flex;
    flex-direction: column
  }
  .readmore-popup__items {
    height: auto;
    flex-direction: column;
    gap: 16px
  }
  .readmore-popup__item {
    width: 100%;
    padding-bottom: 16px
  }
  .readmore-popup__result {
    padding: 16px
  }
  .readmore-popup__text {
    width: 100%
  }
  .readmore-popup__decore {
    display: none
  }
  .item-readmore__title {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .text-readmore__subtitle {
    font-size: 14px
  }
  .text-readmore__descriptions {
    font-size: 18px;
    letter-spacing: -.54px
  }
  .readmore__end {
    gap: 16px
  }
  .end-readmore__title {
    font-size: 24px;
    letter-spacing: -.72px
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:29.99875em) {
  .content-whoweare__img {
    order: 1;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (any-hover:hover) {
  .scroll-up:hover {
    background-color: #0057ad;
    box-shadow: 0 8px 24px rgba(0,106,211,.3);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}



.select {
    position: relative;
}

.select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 5;
}

.select.is-open .select__dropdown {
    display: block;
}

.select__option {
    cursor: pointer;
}

.check__input:checked + .check__box,
.check:has(.check__input:checked) .check__box {
    background-color: #006ad3;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    border-color: #006ad3;
}

span.wpcf7-form-control.wpcf7-acceptance {
    display: none;
}

.wpcf7-not-valid-tip {
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: red;
    border: none;
}

.readmore-popup__titles {
    flex-direction: row;
}

.popup__text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width:767px){
  .popup__text {
    gap: 24px;
}
}

.bot-partners__title {
    text-align: center;
}

.current-menu-item>a {
    color: #fff;
}