@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

*::before,
*::after {
  font-family: "Source Sans 3", sans-serif;
}

.sf {
  font-family: "Google Sans Flex", sans-serif;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  min-width: 375px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Source Sans 3", sans-serif;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--Main-Dark, #1c1c1c);
  background: #f5f5f9;
  min-width: 375px;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

article > * + * {
  margin-top: 1em;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.fancybox__container {
  z-index: 20000;
}
.fancybox__container button,
.fancybox__container input {
  outline: none !important;
}

.carousel__button {
  display: none;
}

.fancybox__slide {
  padding: 24px 20px;
}

.fancybox__backdrop {
  background: rgba(8, 8, 8, 0.12);
  backdrop-filter: blur(20px);
}

.grecaptcha-badge {
  visibility: hidden;
}

.capcha-text {
  text-align: center;
  font-size: 10px;
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
  visibility: hidden;
}

.popup {
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 56px 89.1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 56px 89.1px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  color: #545368;
}
@media (max-width: 560px) {
  .popup {
    padding: 24px;
  }
}
.popup.full {
  max-width: 808px !important;
}
.popup__wrap {
  width: 100%;
}
.popup__wrap > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
.popup__close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 8px;
}
.popup__close .icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 560px) {
  .popup__close .icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 560px) {
  .popup__close {
    right: 16px;
    top: 16px;
  }
}
.popup .title {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.54px;
  margin-bottom: 16px;
  color: #0d0d0d;
  padding-right: 32px;
}
.popup.thanks {
  max-width: 440px;
}
.popup.thanks .btn {
  width: 100%;
  max-width: 100%;
}

.popup {
  width: 100%;
  max-width: 520px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 56px 89.1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 56px 89.1px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
  color: #100c0b;
}
@media (max-width: 560px) {
  .popup {
    padding: 24px;
  }
}
.popup.full {
  max-width: 808px !important;
}
.popup__wrap {
  width: 100%;
}
.popup__wrap > p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 32px;
}
@media (max-width: 560px) {
  .popup__wrap > p {
    margin-bottom: 32px;
  }
}
.popup__close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.popup__close .icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 560px) {
  .popup__close .icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 560px) {
  .popup__close {
    right: 16px;
    top: 16px;
  }
}
.popup .title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .popup .title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
  }
}
@media (max-width: 600px) {
  .popup .title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
  }
}
.popup__form {
  width: 100%;
}
@media (max-width: 560px) {
  .popup__form .contacts__field {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .popup__form .accent-link {
    max-width: 100%;
    width: 100%;
  }
}
.popup__form .popup__form-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 800px) {
  .popup__form .popup__form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .popup__form .country-select__dropdown {
    width: 250px;
    min-width: 250px;
  }
}
.popup__form .contacts__field-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.popup__form .contacts__field-phone .codes {
  width: 154px;
  min-width: 154px;
  overflow: visible !important;
}
@media (max-width: 500px) {
  .popup__form .contacts__field-phone .codes {
    width: 140px;
    min-width: 140px;
  }
}
.popup__form textarea {
  height: 80px !important;
  min-height: 80px !important;
}
.popup__form p {
  color: #777;
  margin-bottom: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 560px) {
  .popup__form p {
    margin-bottom: 24px;
  }
}
.popup__form p a {
  text-decoration: underline;
  color: #f9a02d;
}
@media (max-width: 560px) {
  .popup__form .accent-link {
    max-width: 100%;
    width: 100%;
  }
}
.popup.get {
  max-width: 520px;
}
.popup.thanks {
  max-width: 440px;
}
.popup.thanks .accent-link {
  width: 100%;
  max-width: 100%;
}
.popup.login {
  max-width: 440px;
  padding: 32px;
}
@media (max-width: 560px) {
  .popup.login {
    padding: 24px;
  }
}
.popup.login p {
  margin-bottom: 16px;
  color: #100c0b;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160% 6px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.popup.login .title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.36px;
  text-transform: none;
  margin-bottom: 32px;
  color: #100c0b;
}
@media (max-width: 600px) {
  .popup.login .title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.24px;
    text-transform: none;
  }
}
.popup.login .login__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 400px) {
  .popup.login .login__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup.login .login__actions a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  background: #f6f6f6;
  gap: 10px;
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .popup.login .login__actions a {
    width: 100%;
  }
}
.popup.login .login__actions a:hover {
  background: #100c0b;
  color: #fff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  background: var(--Main-Dark, #1c1c1c);
  padding: 12px 56px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #373737;
}

h2 {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 80px */
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: "Google Sans Flex", sans-serif;
}
.header.blog-header {
  background: #fff;
}
.header__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 43% 1fr;
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1350px) {
  .header__wrap {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 990px) {
  .header__wrap {
    padding: 20px 0;
  }
}
@media (max-width: 650px) {
  .header__wrap {
    padding: 12px 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1300px) {
  .header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 108px;
  }
}
@media (max-width: 1100px) {
  .header__nav {
    gap: 64px;
  }
}
@media (max-width: 990px) {
  .header__nav {
    gap: 48px;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .header__list {
    display: none;
  }
}
.header__linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .header__linkedin {
    display: none;
  }
}
.header__linkedin .icon {
  width: 20px;
  height: 20px;
}
.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 650px) {
  .header__auth {
    display: none;
  }
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 18px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  border-radius: 32px;
}
@media (max-width: 990px) {
  .header__btn {
    padding: 14px 16px;
  }
}
.header__btn_registration {
  background: #eeeef1;
}
.header__btn_login {
  color: #fff;
  background: var(--Main-Dark, #1c1c1c);
}
.header .burger {
  display: none;
}
@media (max-width: 990px) {
  .header .burger {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: url(../assets/img/burger.svg) no-repeat center/contain;
  }
}
@media (max-width: 600px) {
  .header .burger {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

.mobile-menu {
  display: none;
}
@media (max-width: 990px) {
  .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ecedfd;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(24px);
  }
}
.mobile-menu__wrap {
  padding: 123px 0 40px;
  width: 100%;
}
@media (max-width: 600px) {
  .mobile-menu__wrap {
    padding: 90px 0 40px;
  }
}
.mobile-menu__list {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media (max-width: 990px) {
  .mobile-menu-open .mobile-menu {
    display: block;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  .mobile-menu-open .burger {
    background: url(../assets/img/close.svg) no-repeat center/contain;
  }
}

.hero {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.hero__wrap {
  width: 100%;
  position: relative;
  padding: 220px 0 70px;
}
@media (max-width: 1350px) {
  .hero__wrap {
    padding: 168px 0 75px;
  }
}
@media (max-width: 990px) {
  .hero__wrap {
    padding: 148px 0 451px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .hero__wrap {
    padding: 120px 0 376px;
  }
}
.hero__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 211, 236, 0)), color-stop(30%, #ebeffa), to(#ebeffa));
  background: linear-gradient(180deg, rgba(203, 211, 236, 0) 0%, #ebeffa 30%, #ebeffa 100%);
  top: 0;
}
.hero__wrap .line_l1 {
  left: -1px;
}
.hero__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .hero__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .hero__wrap .line_l2 {
    display: none;
  }
}
.hero__wrap .line_l3 {
  right: -1px;
}
.hero__text {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.hero__text h1 {
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 72px;
  overflow: visible;
}
@media (max-width: 1350px) {
  .hero__text h1 {
    font-size: 85px;
    line-height: 81%; /* 68.85px */
    letter-spacing: -4.25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .hero__text h1 {
    font-size: 72px;
    line-height: 81%; /* 58.32px */
    letter-spacing: -3.6px;
  }
}
@media (max-width: 990px) {
  .hero__text h1 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 740px) {
  .hero__text h1 {
    font-size: 50px;
    line-height: 81%; /* 40.5px */
    letter-spacing: -2.5px;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .hero__text h1 {
    font-size: 36px;
    line-height: 81%; /* 29.16px */
    letter-spacing: -1.8px;
  }
}
.hero__text h1 span {
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: visible;
  -webkit-padding-end: 0.06em;
          padding-inline-end: 0.06em;
  margin-inline: -0.06em;
}
.hero__text h1 span.text1 {
  -webkit-padding-start: 0.04em;
          padding-inline-start: 0.04em;
}
.hero__text h1 span.text2, .hero__text h1 span.text3 {
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hero__text h1 span.text2 {
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 42.6%;
}
@media (max-width: 1550px) {
  .hero__text h1 span.text2 {
    margin-left: 31%;
  }
}
@media (max-width: 1300px) {
  .hero__text h1 span.text2 {
    margin-left: auto;
  }
}
@media (max-width: 990px) {
  .hero__text h1 span.text2 {
    margin: 0;
  }
}
.hero__text h1 span.text3 {
  background: -webkit-gradient(linear, left top, right top, from(#303370), to(#4e57f2));
  background: linear-gradient(90deg, #303370 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 43%;
}
@media (max-width: 1350px) {
  .hero__text h1 span.text3 {
    margin-left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .hero__text h1 span.text3 {
    margin-left: 48%;
  }
}
@media (max-width: 990px) {
  .hero__text h1 span.text3 {
    margin: 0;
  }
}
.hero__text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 502px;
  margin-left: 43%;
  margin-bottom: 77px;
}
@media (max-width: 1550px) {
  .hero__text p {
    margin-left: 43%;
  }
}
@media (max-width: 1350px) {
  .hero__text p {
    margin-left: 45.5%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .hero__text p {
    margin-left: 48%;
  }
}
@media (max-width: 990px) {
  .hero__text p {
    margin: 0 auto 40px;
    max-width: 600px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero__text p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 43%;
}
@media (max-width: 1550px) {
  .hero__actions {
    margin-left: 43%;
  }
}
@media (max-width: 1350px) {
  .hero__actions {
    margin-left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .hero__actions {
    margin-left: 48%;
  }
}
@media (max-width: 990px) {
  .hero__actions {
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 600px) {
  .hero__actions {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero__btn {
  height: 56px;
  max-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 56px;
  border-radius: 32px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero__btn {
    width: 100%;
  }
}
.hero__btn_join {
  background: #4e57f2;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero__btn_join:hover {
  background: #3a42c6;
}
.hero__btn_join .icon {
  width: 16px;
  height: 16px;
}
.hero__btn_contacts {
  background: var(--Main-Dark, #1c1c1c);
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero__btn_contacts:hover {
  background: #373737;
}
.hero__btn_contacts img {
  height: 32px;
}
.hero__images {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1350px) {
  .hero__images {
    left: 0;
  }
}
@media (max-width: 990px) {
  .hero__images {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 325px;
  }
}
@media (max-width: 600px) {
  .hero__images {
    width: 100%;
  }
}
.hero__images .bg {
  position: absolute;
  bottom: 0;
  left: -240px;
  width: 870px;
  max-width: none;
}
@media (max-width: 1350px) {
  .hero__images .bg {
    width: 758px;
    bottom: -50px;
  }
}
@media (max-width: 1100px) {
  .hero__images .bg {
    width: 650px;
  }
}
@media (max-width: 600px) {
  .hero__images .bg {
    width: 560px;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero__images .balance {
  position: absolute;
  bottom: 400px;
  left: 0;
  max-width: none;
  -webkit-filter: drop-shadow(15.849px 15.849px 26.15px rgba(33, 85, 70, 0.29));
          filter: drop-shadow(15.849px 15.849px 26.15px rgba(33, 85, 70, 0.29));
}
@media (max-width: 1350px) {
  .hero__images .balance {
    width: 177px;
    bottom: 310px;
  }
}
@media (max-width: 1170px) {
  .hero__images .balance {
    width: 145px;
  }
}
@media (max-width: 1100px) {
  .hero__images .balance {
    bottom: 295px;
  }
}
@media (max-width: 600px) {
  .hero__images .balance {
    width: 123px;
    bottom: 260px;
  }
}
.hero__images .payment {
  position: absolute;
  bottom: 171px;
  left: 310px;
  max-width: none;
  z-index: 2;
  -webkit-filter: drop-shadow(15.849px 15.849px 26.15px rgba(42, 43, 69, 0.06));
          filter: drop-shadow(15.849px 15.849px 26.15px rgba(42, 43, 69, 0.06));
  backdrop-filter: blur(6px);
}
@media (max-width: 1350px) {
  .hero__images .payment {
    width: 200px;
    left: 283px;
    bottom: 90px;
  }
}
@media (max-width: 1170px) {
  .hero__images .payment {
    width: 163px;
    bottom: 126px;
    left: 231px;
  }
}
@media (max-width: 600px) {
  .hero__images .payment {
    width: 138px;
  }
}
@media (max-width: 600px) {
  .hero__images .payment {
    left: auto;
    right: -3px;
    bottom: 110px;
  }
}
.hero__images .man {
  position: absolute;
  bottom: 0;
  left: -240px;
  width: 870px;
  max-width: none;
}
@media (max-width: 1350px) {
  .hero__images .man {
    width: 758px;
    left: -200px;
    bottom: -50px;
  }
}
@media (max-width: 1100px) {
  .hero__images .man {
    width: 650px;
    bottom: 0;
    left: -180px;
  }
}
@media (max-width: 600px) {
  .hero__images .man {
    width: 560px;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* --- обёртка секции (опционально) --- */
.auto-scroll {
  width: 100%;
  position: relative;
}

/* --- viewport: маска по краям + обрезка до анимации --- */
.auto-scroll__viewport {
  max-width: 100%;
  overflow: hidden;
}

.auto-scroll__viewport[data-animated=true] {
  overflow: visible;
}

/* --- дорожка: flex-ряд элементов --- */
.auto-scroll__track {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto-scroll__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* --- после JS: бесконечная прокрутка --- */
.auto-scroll__viewport[data-animated=true] .auto-scroll__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: auto-scroll-move var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
          animation: auto-scroll-move var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.auto-scroll__viewport[data-direction=right] {
  --_animation-direction: reverse;
}

.auto-scroll__viewport[data-direction=left] {
  --_animation-direction: forwards;
}

.auto-scroll__viewport[data-speed=fast] {
  --_animation-duration: 20s;
}

.auto-scroll__viewport[data-speed=slow] {
  --_animation-duration: 40s;
}

@-webkit-keyframes auto-scroll-move {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes auto-scroll-move {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}
.hero-carusel {
  width: 100%;
  background: var(--Main-Dark, #1c1c1c);
  color: #f9f9ff;
}
.hero-carusel__track {
  padding: 48px 0 !important;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1550px) {
  .hero-carusel__track {
    padding: 32px 0 !important;
    gap: 24px;
  }
}
.hero-carusel__item {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1550px) {
  .hero-carusel__item {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 600px) {
  .hero-carusel__item {
    gap: 24px;
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: -1px;
  }
}
.hero-carusel__item .icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 600px) {
  .hero-carusel__item .icon {
    width: 24px;
    height: 24px;
  }
}

.products {
  width: 100%;
}
.products__wrap {
  width: 100%;
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1500px) {
  .products__wrap {
    padding: 144px 0;
  }
}
.products__wrap h2 {
  margin-bottom: 96px;
  padding-left: 40px;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 100% */
  letter-spacing: -3.2px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .products__wrap h2 {
    padding-left: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.4px;
    margin-bottom: 64px;
  }
}
@media (max-width: 990px) {
  .products__wrap h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.8px;
  }
}
.products__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedee8), to(#e9e9f0));
  background: linear-gradient(180deg, #dedee8 0%, #e9e9f0 100%);
  top: 0;
}
.products__wrap .line_l1 {
  left: -1px;
}
.products__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .products__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .products__wrap .line_l2 {
    display: none;
  }
}
.products__wrap .line_l3 {
  right: -1px;
}

.products-item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 1px;
  padding-bottom: 144px;
}
@media (max-width: 1350px) {
  .products-item {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1100px) {
  .products-item {
    grid-template-columns: 48% 1fr;
    padding-bottom: 128px;
  }
}
@media (max-width: 990px) {
  .products-item {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 760px) {
  .products-item {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.products-item:last-child {
  padding-bottom: 0;
}
.products-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 40px;
  max-width: 440px;
  gap: 40px;
}
@media (max-width: 1300px) {
  .products-item__text {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 1100px) {
  .products-item__text {
    gap: 32px;
  }
}
@media (max-width: 990px) {
  .products-item__text {
    max-width: 320px;
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .products-item__text {
    max-width: 280px;
  }
}
@media (max-width: 760px) {
  .products-item__text {
    max-width: 100%;
    padding: 0;
  }
}
.products-item__text .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  border-radius: 24px;
  border: 1px solid #ccccd5;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.products-item__text .name {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .products-item__text .name {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (max-width: 600px) {
  .products-item__text .name {
    font-size: 36px;
    letter-spacing: -1.8px;
  }
}
.products-item__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
@media (max-width: 990px) {
  .products-item__text p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
}
.products-item__text .btn {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
}
.products-item__image img {
  width: 100%;
}

.how {
  width: 100%;
}
@media (max-width: 1100px) {
  .how .container {
    padding: 0;
  }
}
.how__wrap {
  width: 100%;
  position: relative;
}
.how__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dedee8;
  top: 0;
}
@media (max-width: 1100px) {
  .how__wrap .line {
    display: none;
  }
}
.how__wrap .line_l1 {
  left: -1px;
}
.how__wrap .line_l2 {
  left: 43%;
  display: none;
}
.how__wrap .line_l3 {
  right: -1px;
}
.how__container {
  width: 100%;
  padding: 64px 0;
  overflow: hidden;
  position: relative;
  background: #4e57f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how__container .sq {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a1a6ff;
}
.how__container .sq1 {
  top: 20px;
  left: 20px;
}
.how__container .sq2 {
  top: 20px;
  right: 20px;
}
.how__container .sq3 {
  bottom: 20px;
  left: 20px;
}
.how__container .sq4 {
  bottom: 20px;
  right: 20px;
}
.how__container h2 {
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
@media (max-width: 600px) {
  .how__container .btn {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.how__swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: visible;
}
.how__item {
  padding: 56px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(255, 255, 255, 0.5);
  background: #4149d3;
  width: 370px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .how__item {
    width: 340px;
    min-height: 320px;
  }
}
@media (max-width: 990px) {
  .how__item {
    padding: 50px 20px 24px;
  }
}
@media (max-width: 600px) {
  .how__item {
    padding: 40px 20px 24px;
    width: 270px;
    min-height: 300px;
  }
}
.how__item.swiper-slide-active {
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 88px 0 rgba(5, 7, 36, 0.32);
          box-shadow: 0 0 88px 0 rgba(5, 7, 36, 0.32);
  color: #fff;
  z-index: 10;
}
.how__item .icon {
  width: 144px;
  height: 144px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .how__item .icon {
    width: 104px;
    height: 104px;
    margin-bottom: 32px;
  }
}
.how__item .title {
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.how__item p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.who {
  width: 100%;
}
.who__wrap {
  width: 100%;
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1500px) {
  .who__wrap {
    padding: 144px 0;
  }
}
.who__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebf2), to(#eeeef4));
  background: linear-gradient(180deg, #ebebf2 0%, #eeeef4 100%);
  top: 0;
}
.who__wrap .line_l1 {
  left: -1px;
}
.who__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .who__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .who__wrap .line_l2 {
    display: none;
  }
}
.who__wrap .line_l3 {
  right: -1px;
}
.who__top {
  display: grid;
  grid-template-columns: 43% 1fr;
  margin-bottom: 180px;
}
@media (max-width: 1500px) {
  .who__top {
    margin-bottom: 140px;
  }
}
@media (max-width: 1350px) {
  .who__top {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1300px) {
  .who__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1100px) {
  .who__top {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.who__left {
  max-width: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .who__left {
    max-width: 440px;
    min-height: 459px;
  }
}
@media (max-width: 1200px) {
  .who__left {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1100px) {
  .who__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    min-height: 340px;
  }
}
@media (max-width: 640px) {
  .who__left {
    gap: 20px;
  }
}
.who__left .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f5f5f9;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .who__left .center {
    width: 100px;
    height: 100px;
  }
}
.who__left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  background: #fff;
  gap: 10px;
}
@media (max-width: 900px) {
  .who__left .item {
    padding: 28px;
  }
}
@media (max-width: 640px) {
  .who__left .item {
    padding: 28px 16px;
  }
}
.who__left .item:nth-child(1) {
  color: #1c1c1c;
}
.who__left .item:nth-child(2) {
  color: #4e57f2;
}
.who__left .item:nth-child(3) {
  color: #53ae94;
}
.who__left .item:nth-child(4) {
  color: #acadc0;
}
.who__left .item .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 640px) {
  .who__left .item .icon {
    width: 56px;
    height: 56px;
  }
}
.who__left .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.9px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  text-align: center;
}
@media (max-width: 1300px) {
  .who__left .item p {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 640px) {
  .who__left .item p {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}
.who__right {
  font-family: "Google Sans Flex", sans-serif;
  padding-left: 1px;
}
.who__right h2 {
  margin-bottom: 48px;
}
@media (max-width: 1300px) {
  .who__right h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1100px) {
  .who__right h2 {
    margin-bottom: 40px;
  }
}
.who__right > p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  letter-spacing: -1.2px;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 52px;
}
@media (max-width: 1300px) {
  .who__right > p {
    margin-bottom: 32px;
  }
}
@media (max-width: 1100px) {
  .who__right > p {
    margin-bottom: 40px;
  }
}
.who__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
}
@media (max-width: 1300px) {
  .who__list {
    grid-template-columns: 1fr 1fr;
    gap: 32px 56px;
  }
}
@media (max-width: 1100px) {
  .who__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .who__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .who__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.who__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1300px) {
  .who__item {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .who__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.who__item .icon {
  width: 68px;
  min-width: 68px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: var(--Main-Dark, #1c1c1c);
  color: #fff;
}
.who__item .icon svg {
  width: 32px;
  height: 32px;
}
.who__item p {
  font-family: "Google Sans Flex", sans-serif;
}
.who__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .who__bottom {
    width: calc(100% + 64px);
    left: -32px;
  }
}
@media (max-width: 980px) {
  .who__bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .who__bottom {
    width: calc(100% + 40px);
    left: -20px;
    grid-template-columns: 1fr;
  }
}
.who__card {
  height: 462px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  position: relative;
}
@media (max-width: 1300px) {
  .who__card {
    height: 380px;
  }
}
@media (max-width: 980px) {
  .who__card {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .who__card {
    height: auto;
  }
}
.who__card:nth-child(1) {
  background: #1c1c1c;
}
.who__card:nth-child(2) {
  background: #4e57f2;
}
.who__card:nth-child(3) {
  background: #53ae94;
}
.who__card:nth-child(4) {
  background: #fff;
  color: #1c1c1c;
}
.who__card:nth-child(4) .sq {
  background: #e1e2ef;
}
.who__card:nth-child(4) .icon {
  color: #e4e5ec;
}
.who__card .sq {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 20px;
}
.who__card .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
  letter-spacing: -1.6px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 1300px) {
  .who__card .title {
    font-size: 24px;
    line-height: 24px; /* 100% */
    letter-spacing: -1.2px;
  }
}
@media (max-width: 600px) {
  .who__card .title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 22px; /* 100% */
    letter-spacing: -1.1px;
  }
}
.who__card .bottom {
  display: contents;
}
@media (max-width: 600px) {
  .who__card .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: auto;
  }
}
.who__card .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2509803922);
  width: 144px;
  height: 144px;
}
@media (max-width: 1300px) {
  .who__card .icon {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 600px) {
  .who__card .icon {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 64px;
    height: 64px;
  }
}
.who__card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-top: auto;
}
@media (max-width: 1300px) {
  .who__card p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 600px) {
  .who__card p {
    margin: 0;
  }
}

.insights {
  width: 100%;
}
@media (max-width: 1100px) {
  .insights .container {
    padding: 0;
  }
}
.insights__wrap {
  width: 100%;
  position: relative;
}
.insights__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dedee8;
  top: 0;
}
.insights__wrap .line_l1 {
  left: -1px;
}
.insights__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .insights__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .insights__wrap .line_l2 {
    display: none;
  }
}
.insights__wrap .line_l3 {
  right: -1px;
}
.insights__container {
  width: 100%;
  padding: 40px;
  overflow: hidden;
  position: relative;
  background: #4e57f2;
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media (max-width: 1350px) {
  .insights__container {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1100px) {
  .insights__container {
    grid-template-columns: 1fr 590px;
    padding: 40px 32px;
  }
}
@media (max-width: 990px) {
  .insights__container {
    grid-template-columns: 1fr;
  }
}
.insights__container .sq {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a1a6ff;
}
.insights__container .sq1 {
  top: 20px;
  left: 20px;
}
.insights__container .sq2 {
  top: 20px;
  right: 20px;
}
.insights__container .sq3 {
  bottom: 20px;
  left: 20px;
}
.insights__container .sq4 {
  bottom: 20px;
  right: 20px;
}
.insights__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
@media (max-width: 990px) {
  .insights__left {
    display: contents;
  }
}
.insights__left h2 {
  margin-bottom: 146px;
}
@media (max-width: 1300px) {
  .insights__left h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 990px) {
  .insights__left h2 {
    margin-bottom: 32px;
  }
  .insights__left h2 br {
    display: none;
  }
}
@media (max-width: 600px) {
  .insights__left h2 {
    margin-bottom: 32px;
  }
}
.insights__left p {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 25.2px */
  letter-spacing: -1.05px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  max-width: 279px;
  margin-bottom: 146px;
}
@media (max-width: 1300px) {
  .insights__left p {
    margin-bottom: 80px;
  }
}
@media (max-width: 990px) {
  .insights__left p {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.insights__left .btn {
  min-width: 237px;
}
@media (max-width: 990px) {
  .insights__left .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin-top: 40px;
  }
}
.insights__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-left: auto;
}
@media (max-width: 990px) {
  .insights__items {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .insights__items {
    gap: 40px;
  }
}
.insights__item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1300px) {
  .insights__item {
    grid-template-columns: 304px 1fr;
  }
}
@media (max-width: 800px) {
  .insights__item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .insights__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.insights__item .image {
  padding-right: 32px;
}
@media (max-width: 1300px) {
  .insights__item .image {
    padding-right: 24px;
  }
}
@media (max-width: 600px) {
  .insights__item .image {
    padding-right: 0;
  }
}
.insights__item .image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .insights__item .image img {
    height: 220px;
  }
}
.insights__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.insights__item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 16px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
}
@media (max-width: 1300px) {
  .insights__item .title {
    font-size: 21px;
    line-height: 24px; /* 114.286% */
    letter-spacing: -1.05px;
  }
}
.insights__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
}
@media (max-width: 1300px) {
  .insights__item p {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
  }
}
.insights__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1300px) {
  .insights__item a {
    height: 40px;
    width: 40px;
  }
}
.insights__item a .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1300px) {
  .insights__item a .icon {
    width: 16px;
    height: 16px;
  }
}

.faq {
  width: 100%;
}
.faq__wrap {
  width: 100%;
  position: relative;
  padding: 180px 0;
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media (max-width: 1500px) {
  .faq__wrap {
    padding: 144px 0;
  }
}
@media (max-width: 1350px) {
  .faq__wrap {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1100px) {
  .faq__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.faq__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(203, 211, 236, 0)), color-stop(70%, #ebeffa), to(#ebeffa));
  background: linear-gradient(0deg, rgba(203, 211, 236, 0) 0%, #ebeffa 70%, #ebeffa 100%);
  top: 0;
}
.faq__wrap .line_l1 {
  left: -1px;
}
.faq__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .faq__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .faq__wrap .line_l2 {
    display: none;
  }
}
.faq__wrap .line_l3 {
  right: -1px;
}
.faq__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 100% */
  letter-spacing: -3.2px;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 40px;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 420px;
  gap: 12px;
}
@media (max-width: 1100px) {
  .faq__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .faq__list {
    grid-template-columns: 1fr;
  }
}
.faq__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 24px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.9px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item:hover {
  border: 1px solid #4e57f2;
}
.faq__item:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item.active {
  background: #4e57f2;
  border: 1px solid #4e57f2;
  color: #fff;
}
.faq__item.active .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 750px) {
  .faq__item {
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}
.faq__item .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq__content {
  padding: 40px;
  background: #fff;
}
@media (max-width: 750px) {
  .faq__content {
    padding: 24px 20px;
  }
}
.faq__content .label {
  color: #4e57f2;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.faq__item-content {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.faq__item-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .faq__item-content {
    gap: 24px;
  }
}
.faq__item-content .item .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .faq__item-content .item .title {
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}
.faq__item-content .item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
@media (max-width: 600px) {
  .faq__item-content .item p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.footer {
  width: 100%;
  background: var(--Main-Dark, #1c1c1c);
  padding: 64px 0;
  color: #fff;
}
@media (max-width: 1300px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__top {
  width: 100%;
  display: grid;
  grid-template-columns: 43% 1fr;
  padding-bottom: 40px;
  border-bottom: 1px solid #343333;
}
@media (max-width: 990px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 990px) {
  .footer__top {
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .footer__top {
    gap: 24px;
  }
}
.footer__top .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 109.375% */
  letter-spacing: -1.6px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  max-width: 391px;
}
@media (max-width: 1300px) {
  .footer__top .title {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    letter-spacing: -1.2px;
    max-width: 305px;
  }
}
@media (max-width: 990px) {
  .footer__top .title {
    max-width: 100%;
  }
}
.footer__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 600px) {
  .footer__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .footer__list {
    grid-template-columns: 1fr;
  }
}
.footer__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 43% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}
@media (max-width: 1300px) {
  .footer__bottom {
    padding: 40px 0;
  }
}
@media (max-width: 990px) {
  .footer__bottom {
    padding: 32px 0;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    grid-template-columns: auto auto;
    gap: 32px 10px;
  }
}
@media (max-width: 990px) {
  .footer__bottom .logo {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: span 2;
    margin: 0 auto;
  }
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 990px) {
  .footer__nav {
    display: contents;
  }
}
.footer__nav .linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.footer__nav .linkedin .icon {
  width: 20px;
  height: 20px;
}
.footer__ltd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  margin-left: auto;
}
@media (max-width: 600px) {
  .footer__ltd {
    gap: 12px;
  }
}
.footer__ltd .dot {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #343333;
}
.footer__info {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.footer__info span {
  display: block;
}
.footer__botoom-info {
  text-align: center;
  color: #626268;
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-hero {
  width: 100%;
  background: #fff;
}
.about-hero__wrap {
  width: 100%;
  position: relative;
  padding: 220px 0 88px;
}
@media (max-width: 1550px) {
  .about-hero__wrap {
    padding: 220px 0 64px;
  }
}
@media (max-width: 1350px) {
  .about-hero__wrap {
    padding: 168px 0 64px;
  }
}
@media (max-width: 990px) {
  .about-hero__wrap {
    padding: 148px 0 64px;
  }
}
@media (max-width: 600px) {
  .about-hero__wrap {
    padding: 120px 0 64px;
  }
}
.about-hero__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 211, 236, 0)), color-stop(30%, #ebeffa), to(#ebeffa));
  background: linear-gradient(180deg, rgba(203, 211, 236, 0) 0%, #ebeffa 30%, #ebeffa 100%);
  top: 0;
}
.about-hero__wrap .line_l1 {
  left: -1px;
}
.about-hero__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .about-hero__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .about-hero__wrap .line_l2 {
    left: 50%;
  }
}
@media (max-width: 990px) {
  .about-hero__wrap .line_l2 {
    display: none;
  }
}
.about-hero__wrap .line_l3 {
  right: -1px;
}
.about-hero__text {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.about-hero__text h1 {
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 72px;
  overflow: visible;
}
@media (max-width: 1350px) {
  .about-hero__text h1 {
    font-size: 85px;
    line-height: 81%; /* 68.85px */
    letter-spacing: -4.25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .about-hero__text h1 {
    font-size: 72px;
    line-height: 81%; /* 58.32px */
    letter-spacing: -3.6px;
    margin-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .about-hero__text h1 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 740px) {
  .about-hero__text h1 {
    font-size: 50px;
    line-height: 81%; /* 40.5px */
    letter-spacing: -2.5px;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .about-hero__text h1 {
    font-size: 36px;
    line-height: 81%; /* 29.16px */
    letter-spacing: -1.8px;
  }
}
.about-hero__text h1 span {
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: visible;
  -webkit-padding-end: 0.06em;
          padding-inline-end: 0.06em;
  margin-inline: -0.06em;
}
.about-hero__text h1 span.text1 {
  -webkit-padding-start: 0.04em;
          padding-inline-start: 0.04em;
}
.about-hero__text h1 span.text2, .about-hero__text h1 span.text3 {
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.about-hero__text h1 span.text2 {
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.about-hero__text h1 span.text3 {
  max-width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about-hero__text h1 span.text3 .subtext {
  background: -webkit-gradient(linear, left top, right top, from(#303370), to(#4e57f2));
  background: linear-gradient(90deg, #303370 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-hero__text h1 span.text3 img {
  display: inline;
}
@media (max-width: 1350px) {
  .about-hero__text h1 span.text3 img {
    width: 64px;
  }
}
@media (max-width: 1100px) {
  .about-hero__text h1 span.text3 img {
    width: 52px;
  }
}
@media (max-width: 740px) {
  .about-hero__text h1 span.text3 img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .about-hero__text h1 span.text3 img {
    width: 29px;
  }
}
.about-hero__text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 600px;
  margin-left: 43%;
  margin-bottom: 77px;
}
@media (max-width: 1350px) {
  .about-hero__text p {
    margin-left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .about-hero__text p {
    margin-bottom: 52px;
    margin-left: 50%;
  }
}
@media (max-width: 990px) {
  .about-hero__text p {
    margin: 0 auto 32px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .about-hero__text p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.about-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 43%;
}
@media (max-width: 1350px) {
  .about-hero__actions {
    margin-left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .about-hero__actions {
    margin-left: 50%;
  }
}
@media (max-width: 990px) {
  .about-hero__actions {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .about-hero__actions a {
    width: 100%;
    max-width: 100%;
  }
}
.about-hero__image {
  width: 43%;
  position: absolute;
  left: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .about-hero__image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: -30px;
  }
}
@media (max-width: 990px) {
  .about-hero__image {
    position: static;
    margin: 0 auto 40px;
  }
}
.about-hero__image img {
  width: 402px;
}

.about-services {
  width: 100%;
  position: relative;
  isolation: isolate;
}
.about-services .bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 120%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-services::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), to(rgba(28, 28, 28, 0.2)));
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.2) 100%);
  backdrop-filter: blur(3px);
  z-index: 2;
}
.about-services__wrap {
  position: relative;
  padding: 90px 0 64px;
  color: #fff;
  z-index: 4;
}
@media (max-width: 600px) {
  .about-services__wrap {
    padding-bottom: 40px;
  }
}
.about-services__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(222, 222, 232, 0.4)), to(rgba(222, 222, 232, 0)));
  background: linear-gradient(90deg, rgba(222, 222, 232, 0.4) 0%, rgba(222, 222, 232, 0) 100%);
  top: 0;
}
.about-services__wrap .line_l1 {
  left: -1px;
}
.about-services__wrap .line_l2 {
  display: none;
}
.about-services__wrap .line_l3 {
  right: -1px;
}
.about-services__wrap .subtitle {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -2.4px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-left: 43%;
  max-width: 716px;
  margin-bottom: 248px;
}
@media (max-width: 1350px) {
  .about-services__wrap .subtitle {
    margin-left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .about-services__wrap .subtitle {
    font-size: 36px;
    font-weight: 600;
    line-height: 100%; /* 36px */
    letter-spacing: -1.8px;
    text-transform: uppercase;
    margin-left: 50%;
    margin-bottom: 128px;
  }
}
@media (max-width: 990px) {
  .about-services__wrap .subtitle {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .about-services__wrap .subtitle {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
.about-services__wrap > .title {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 69px; /* 98.571% */
  letter-spacing: -3.5px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 84px;
  margin-left: 43%;
  max-width: 623px;
}
@media (max-width: 1350px) {
  .about-services__wrap > .title {
    margin-left: 45.5%;
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .about-services__wrap > .title {
    margin-left: 50%;
    font-size: 56px;
    line-height: 60px; /* 107.143% */
    letter-spacing: -2.8px;
  }
}
@media (max-width: 990px) {
  .about-services__wrap > .title {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .about-services__wrap > .title {
    font-size: 32px;
    line-height: 36px; /* 112.5% */
    letter-spacing: -1.6px;
  }
}
.about-services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 95px;
  margin-bottom: 83px;
}
@media (max-width: 1350px) {
  .about-services__list {
    gap: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 990px) {
  .about-services__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 990px) {
  .about-services__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.about-services__item .icon {
  width: 68px;
  height: 48px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(31px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .about-services__item .icon {
    margin-bottom: 0;
  }
}
.about-services__item .icon svg {
  width: 32px;
  height: 32px;
}
.about-services__item p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 600px) {
  .about-services__item p {
    font-size: 18px;
    line-height: 120%;
  }
}
.about-services__serv {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
}
@media (max-width: 990px) {
  .about-services__serv {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .about-services__serv {
    grid-template-columns: 1fr;
  }
}
.about-services__serv .item {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(31px);
  height: 250px;
}
@media (max-width: 1300px) {
  .about-services__serv .item {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .about-services__serv .item {
    height: auto;
    min-height: 140px;
    padding: 32px 24px 24px;
    gap: 12px;
  }
}
.about-services__serv .item .logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 600px) {
  .about-services__serv .item .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.about-services__serv .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  gap: 12px;
}
.about-services__serv .item .link .icon {
  background: rgba(245, 245, 249, 0.1);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-services__serv .item .link .icon svg {
  width: 16px;
  height: 16px;
}

.about-info {
  width: 100%;
}
.about-info__wrap {
  width: 100%;
  position: relative;
  padding: 180px 0;
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media (max-width: 1350px) {
  .about-info__wrap {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1100px) {
  .about-info__wrap {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 990px) {
  .about-info__wrap {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media (max-width: 700px) {
  .about-info__wrap {
    gap: 40px;
  }
}
.about-info__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(203, 211, 236, 0)), color-stop(70%, #ebeffa), to(#ebeffa));
  background: linear-gradient(0deg, rgba(203, 211, 236, 0) 0%, #ebeffa 70%, #ebeffa 100%);
  top: 0;
}
.about-info__wrap .line_l1 {
  left: -1px;
}
.about-info__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .about-info__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 1100px) {
  .about-info__wrap .line_l2 {
    left: 50%;
  }
}
@media (max-width: 990px) {
  .about-info__wrap .line_l2 {
    display: none;
  }
}
.about-info__wrap .line_l3 {
  right: -1px;
}
.about-info__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media (max-width: 990px) {
  .about-info__left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .about-info__left {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .about-info__left {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about-info__item {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .about-info__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-info__item .num {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  font-family: "Google Sans Flex", sans-serif;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 990px) {
  .about-info__item .num {
    font-size: 48px;
    line-height: 81%; /* 38.88px */
    letter-spacing: -2.4px;
    margin-bottom: 12px;
  }
}
.about-info__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
}
@media (max-width: 990px) {
  .about-info__item p {
    text-align: left;
  }
}
.about-info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 990px) {
  .about-info__right {
    display: contents;
  }
}
.about-info__right .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -2.4px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 990px) {
  .about-info__right .title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 600px) {
  .about-info__right .title {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
}
.about-info__right .title span {
  color: #4e57f2;
}
.about-info__right .hero__btn_contacts {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: auto;
}
@media (max-width: 990px) {
  .about-info__right .hero__btn_contacts {
    max-width: 100%;
    width: 100%;
  }
}

.blog-hero {
  width: 100%;
  background: #fff;
}
.blog-hero__wrap {
  width: 100%;
  position: relative;
  padding: 220px 0 64px;
}
@media (max-width: 1550px) {
  .blog-hero__wrap {
    padding: 220px 0 56px;
  }
}
@media (max-width: 1350px) {
  .blog-hero__wrap {
    padding: 168px 0 56px;
  }
}
@media (max-width: 990px) {
  .blog-hero__wrap {
    padding: 148px 0 56px;
  }
}
@media (max-width: 600px) {
  .blog-hero__wrap {
    padding: 120px 0 40px;
  }
}
.blog-hero__wrap h1 {
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  overflow: visible;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Google Sans Flex", sans-serif;
  -webkit-padding-end: 0.06em;
          padding-inline-end: 0.06em;
}
@media (max-width: 1350px) {
  .blog-hero__wrap h1 {
    font-size: 85px;
    line-height: 81%; /* 68.85px */
    letter-spacing: -4.25px;
  }
}
@media (max-width: 1100px) {
  .blog-hero__wrap h1 {
    font-size: 72px;
    line-height: 81%; /* 58.32px */
    letter-spacing: -3.6px;
  }
}
@media (max-width: 990px) {
  .blog-hero__wrap h1 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 740px) {
  .blog-hero__wrap h1 {
    font-size: 50px;
    line-height: 81%; /* 40.5px */
    letter-spacing: -2.5px;
  }
}
@media (max-width: 600px) {
  .blog-hero__wrap h1 {
    font-size: 36px;
    line-height: 81%; /* 29.16px */
    letter-spacing: -1.8px;
  }
}

.blog-list {
  width: 100%;
}
.blog-list__wrap {
  width: 100%;
  padding: 56px 0 180px;
}
@media (max-width: 1550px) {
  .blog-list__wrap {
    padding: 40px 0 180px;
  }
}
.blog-list__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1100px) {
  .blog-list__items {
    gap: 32px;
  }
}
@media (max-width: 990px) {
  .blog-list__items {
    grid-template-columns: 1fr;
  }
}
.blog-list__item {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
}
@media (max-width: 1300px) {
  .blog-list__item {
    gap: 24px;
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 1100px) {
  .blog-list__item {
    gap: 20px;
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 600px) {
  .blog-list__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.blog-list__item .image {
  min-height: 240px;
  position: relative;
}
@media (max-width: 1300px) {
  .blog-list__item .image {
    min-height: 220px;
  }
}
@media (max-width: 1100px) {
  .blog-list__item .image {
    min-height: 180px;
  }
}
@media (max-width: 600px) {
  .blog-list__item .image {
    min-height: 220px;
  }
}
.blog-list__item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .blog-list__item .image img {
    min-height: 220px;
  }
}
@media (max-width: 1100px) {
  .blog-list__item .image img {
    min-height: 180px;
  }
}
.blog-list__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-list__item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 16px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
}
@media (max-width: 1300px) {
  .blog-list__item .title {
    font-size: 21px;
    line-height: 24px; /* 114.286% */
    letter-spacing: -1.05px;
  }
}
@media (max-width: 990px) {
  .blog-list__item .title {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.9px;
  }
}
@media (max-width: 600px) {
  .blog-list__item .title {
    font-size: 21px;
    line-height: 24px; /* 114.286% */
    letter-spacing: -1.05px;
  }
}
.blog-list__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
}
@media (max-width: 1300px) {
  .blog-list__item p {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
  }
}
@media (max-width: 600px) {
  .blog-list__item p {
    margin-bottom: 24px;
  }
}
.blog-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  width: 56px;
  height: 56px;
  background: #fff;
  color: #4e57f2;
}
@media (max-width: 1300px) {
  .blog-list__item a {
    width: 40px;
    height: 40px;
  }
}
.blog-list__item a .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1300px) {
  .blog-list__item a .icon {
    width: 16px;
    height: 16px;
  }
}

.article {
  width: 100%;
  margin-top: 103px;
  padding-bottom: 180px;
}
@media (max-width: 990px) {
  .article {
    margin-top: 83px;
  }
}
@media (max-width: 650px) {
  .article {
    margin-top: 56px;
  }
}
.article__wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin-bottom: 180px;
}
.article__heading {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px 12px;
  border-radius: 0 0 16px 16px;
}
.article__meta .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d9d9d9;
}
.article__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.article__meta-item .icon {
  width: 16px;
  height: 16px;
  color: #4e57f2;
}
.article__meta-item span {
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.article__title {
  width: 100%;
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .article__title {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
}
.article__subtitle {
  width: 100%;
  text-align: center;
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.article__author {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.article__author-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 700px) {
  .article__author-top {
    position: relative;
    padding-top: 48px;
  }
}
.article__author-top > .icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  color: #d9d9d9;
}
.article__author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.article__author-name {
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .article__author-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
  }
}
.article__author-role {
  color: #8c8ca2;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .article__author-role {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
}
.article__author-badge {
  background: #def8e2;
  border-radius: 8px;
  padding: 12px;
  color: #4cbd5d;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .article__author-badge {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.article__author-bio {
  width: 100%;
  color: #8c8ca2;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 600px) {
  .article__author-bio {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
.article__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.article__body {
  width: 100%;
  max-width: 800px;
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
}
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-family: "Google Sans Flex", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article__body h2 {
  font-size: 36px;
  letter-spacing: -1.8px;
}
@media (max-width: 600px) {
  .article__body h2 {
    font-size: 27px;
    letter-spacing: -1.35px;
  }
}
.article__body h3 {
  font-size: 27px;
  letter-spacing: -1.35px;
}
@media (max-width: 600px) {
  .article__body h3 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
.article__body h4 {
  font-size: 20px;
  letter-spacing: -1px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .article__body h4 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.article__body h5 {
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 24px;
}
.article__body h6 {
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 24px;
}
.article__body p {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .article__body p {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__body em,
.article__body i {
  font-style: italic;
}
.article__body a {
  color: #4e57f2;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article__body a:hover {
  opacity: 0.8;
}
.article__body ul,
.article__body ol {
  margin-top: 24px;
  padding-left: 27px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 600px) and (max-width: 600px) {
  .article__body ul,
  .article__body ol {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__body ul {
  list-style: disc;
}
.article__body ol {
  list-style: decimal;
}
.article__body li {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 600px) and (max-width: 600px) {
  .article__body li {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__body li:last-child {
  margin-bottom: 0;
}
.article__body li ul,
.article__body li ol {
  margin-top: 10px;
}
.article__body blockquote {
  position: relative;
  margin-top: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.article__body blockquote::before {
  content: "“";
  display: block;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  height: 34px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article__body blockquote p {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  color: #1c1c1c;
}
@media (max-width: 600px) {
  .article__body blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}
.article__body blockquote cite {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #8c8ca2;
}
.article__body > *:first-child {
  margin-top: 0;
}
.article__share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.article__share-line {
  width: 100%;
  height: 1px;
  background: #e2e2ed;
}
.article__share-inner {
  width: 100%;
  max-width: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.article__share-title {
  width: 100%;
  text-align: center;
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.article__share-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article__share-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 20px;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.article__share-btn .icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.article__share-btn_x {
  background: #1c1c1c;
  color: #fff;
}
.article__share-btn_fb {
  background: #0866ff;
  color: #fff;
}
.article__share-btn_li {
  background: #0a66c2;
  color: #fff;
}
.article__share-btn_copy {
  background: #e8e8f1;
  color: #1c1c1c;
}
.article__share-btn:hover {
  opacity: 0.85;
}
.article__recent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__recent-title {
  width: 100%;
  text-align: center;
  color: #1c1c1c;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .article__recent-title {
    font-size: 36px;
    letter-spacing: -1.8px;
    margin-bottom: 32px;
  }
}
.article__recent-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1100px) {
  .article__recent-items {
    gap: 32px;
  }
}
@media (max-width: 990px) {
  .article__recent-items {
    grid-template-columns: 1fr;
  }
}

.compliance-hero {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.compliance-hero__wrap {
  width: 100%;
  position: relative;
  padding: 220px 0 180px;
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media (max-width: 1550px) {
  .compliance-hero__wrap {
    padding: 220px 0 160px;
  }
}
@media (max-width: 1350px) {
  .compliance-hero__wrap {
    padding: 168px 0 128px;
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 1100px) {
  .compliance-hero__wrap {
    padding: 168px 0 104px;
  }
}
@media (max-width: 990px) {
  .compliance-hero__wrap {
    padding: 148px 0 358px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .compliance-hero__wrap {
    padding: 120px 0 279px;
  }
}
.compliance-hero__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 211, 236, 0)), color-stop(30%, #ebeffa), to(#ebeffa));
  background: linear-gradient(180deg, rgba(203, 211, 236, 0) 0%, #ebeffa 30%, #ebeffa 100%);
  top: 0;
}
.compliance-hero__wrap .line_l1 {
  left: -1px;
}
.compliance-hero__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .compliance-hero__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 990px) {
  .compliance-hero__wrap .line_l2 {
    display: none;
  }
}
.compliance-hero__wrap .line_l3 {
  right: -1px;
}
.compliance-hero__left {
  position: relative;
  z-index: 2;
}
.compliance-hero__left p {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 31px */
  letter-spacing: -1.55px;
  text-transform: uppercase;
  max-width: 495px;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .compliance-hero__left p {
    font-size: 27px;
    letter-spacing: -1.35px;
    max-width: 432px;
  }
}
@media (max-width: 990px) {
  .compliance-hero__left p {
    margin-bottom: 48px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .compliance-hero__left p {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.compliance-hero__right {
  position: relative;
  z-index: 2;
}
.compliance-hero__right h1 {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  text-transform: uppercase;
  margin-bottom: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1350px) {
  .compliance-hero__right h1 {
    font-size: 85px;
    line-height: 81%; /* 68.85px */
    letter-spacing: -4.25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .compliance-hero__right h1 {
    font-size: 72px;
    line-height: 81%; /* 58.32px */
    letter-spacing: -3.6px;
  }
}
@media (max-width: 990px) {
  .compliance-hero__right h1 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 740px) {
  .compliance-hero__right h1 {
    font-size: 50px;
    line-height: 81%; /* 40.5px */
    letter-spacing: -2.5px;
  }
}
@media (max-width: 600px) {
  .compliance-hero__right h1 {
    font-size: 36px;
    line-height: 81%; /* 29.16px */
    letter-spacing: -1.8px;
  }
}
.compliance-hero__right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 854px;
  margin-bottom: 64px;
}
@media (max-width: 1350px) {
  .compliance-hero__right p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .compliance-hero__right p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.compliance-hero__right a {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 600px) {
  .compliance-hero__right a {
    max-width: 100%;
  }
}
.compliance-hero__image {
  position: absolute;
  width: 478px;
  bottom: -171px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1350px) {
  .compliance-hero__image {
    width: 377px;
    bottom: -150px;
  }
}
@media (max-width: 990px) {
  .compliance-hero__image {
    width: 496px;
    bottom: -190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .compliance-hero__image {
    width: 350px;
    bottom: -130px;
  }
}
@media (max-width: 370px) {
  .compliance-hero__image {
    width: 101%;
    bottom: -130px;
  }
}

.compliance {
  width: 100%;
}
.compliance__wrap {
  width: 100%;
  position: relative;
  padding: 180px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.compliance__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: linear-gradient(135deg, #dedee8 0%, rgba(222, 222, 232, 0) 100%);
  top: 0;
}
.compliance__wrap .line_l1 {
  left: -1px;
}
.compliance__wrap .line_l2 {
  left: 43%;
}
@media (max-width: 1350px) {
  .compliance__wrap .line_l2 {
    left: 45.5%;
  }
}
@media (max-width: 990px) {
  .compliance__wrap .line_l2 {
    display: none;
  }
}
.compliance__wrap .line_l3 {
  right: -1px;
}
.compliance__item {
  width: 100%;
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 1px;
}
@media (max-width: 1350px) {
  .compliance__item {
    grid-template-columns: 45.5% 1fr;
  }
}
@media (max-width: 990px) {
  .compliance__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.compliance__item .title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
  padding-right: 40px;
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 1350px) {
  .compliance__item .title {
    font-size: 48px;
    line-height: 100%; /* 32px */
    letter-spacing: -2.4px;
  }
}
@media (max-width: 600px) {
  .compliance__item .title {
    font-size: 32px;
    line-height: 100%; /* 32px */
    letter-spacing: -1.6px;
  }
}
.compliance__item .right {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 32px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .compliance__item .right {
    padding: 24px;
  }
}
@media (max-width: 990px) {
  .compliance__item .right {
    padding: 24px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    min-height: 0;
  }
}
@media (max-width: 700px) {
  .compliance__item .right {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.compliance__item .right .num {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #efeff7;
  text-align: right;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 31px */
  letter-spacing: -1.55px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .compliance__item .right .num {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 990px) {
  .compliance__item .right .num {
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 700px) {
  .compliance__item .right .num {
    position: absolute;
    top: 32px;
    right: 20px;
  }
}
.compliance__item .right .icon {
  width: 104px;
  height: 104px;
}
@media (max-width: 990px) {
  .compliance__item .right .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
}
.compliance__item .right p {
  margin-top: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 661px;
}
@media (max-width: 990px) {
  .compliance__item .right p {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .compliance__item .right p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

.contacts-hero {
  width: 100%;
  background: #fff;
}
.contacts-hero__wrap {
  width: 100%;
  position: relative;
  padding: 220px 0 64px;
}
@media (max-width: 1550px) {
  .contacts-hero__wrap {
    padding: 220px 0 56px;
  }
}
@media (max-width: 1350px) {
  .contacts-hero__wrap {
    padding: 168px 0 56px;
  }
}
@media (max-width: 990px) {
  .contacts-hero__wrap {
    padding: 148px 0 56px;
  }
}
@media (max-width: 600px) {
  .contacts-hero__wrap {
    padding: 120px 0 40px;
  }
}
.contacts-hero__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: linear-gradient(135deg, rgba(203, 211, 236, 0) 0%, #ebeffa 100%);
  top: 0;
}
.contacts-hero__wrap .line_l1 {
  left: -1px;
}
.contacts-hero__wrap .line_l2 {
  left: 43%;
}
.contacts-hero__wrap .line_l3 {
  right: -1px;
}
.contacts-hero__wrap h1 {
  font-size: 101px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 81.81px */
  letter-spacing: -5.05px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  overflow: visible;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), to(#4e57f2));
  background: linear-gradient(90deg, #1c1c1c 0%, #4e57f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Google Sans Flex", sans-serif;
  -webkit-padding-end: 0.06em;
          padding-inline-end: 0.06em;
}
@media (max-width: 1350px) {
  .contacts-hero__wrap h1 {
    font-size: 85px;
    line-height: 81%; /* 68.85px */
    letter-spacing: -4.25px;
  }
}
@media (max-width: 1100px) {
  .contacts-hero__wrap h1 {
    font-size: 72px;
    line-height: 81%; /* 58.32px */
    letter-spacing: -3.6px;
  }
}
@media (max-width: 990px) {
  .contacts-hero__wrap h1 {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 740px) {
  .contacts-hero__wrap h1 {
    font-size: 50px;
    line-height: 81%; /* 40.5px */
    letter-spacing: -2.5px;
  }
}
@media (max-width: 600px) {
  .contacts-hero__wrap h1 {
    font-size: 36px;
    line-height: 81%; /* 29.16px */
    letter-spacing: -1.8px;
  }
}

.contacts {
  width: 100%;
}
.contacts__wrap {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1100px) {
  .contacts__wrap {
    grid-template-columns: 1fr;
  }
}
.contacts__wrap .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(222, 222, 232, 0.4)), to(rgba(222, 222, 232, 0)));
  background: linear-gradient(90deg, rgba(222, 222, 232, 0.4) 0%, rgba(222, 222, 232, 0) 100%);
  top: 0;
}
.contacts__wrap .line_l1 {
  left: -1px;
}
.contacts__wrap .line_l3 {
  right: -1px;
}
.contacts__form {
  width: 100%;
}
.contacts__form .mail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 40px 28px;
  border-bottom: 1px solid rgba(228, 228, 236, 0.4039215686);
  font-family: "Google Sans Flex", sans-serif;
}
@media (max-width: 1550px) {
  .contacts__form .mail {
    padding: 28px 40px;
  }
}
@media (max-width: 1100px) {
  .contacts__form .mail {
    padding: 28px 32px;
  }
}
@media (max-width: 600px) {
  .contacts__form .mail {
    padding: 24px 0 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contacts__form .mail .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 85.714% */
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .contacts__form .mail .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.contacts__form .mail .icon {
  width: 28px;
  height: 28px;
  color: #4e57f2;
}
.contacts__form .mail span {
  color: #4e57f2;
  text-align: right;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contacts__form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.contacts__form .checkbox input {
  position: absolute;
  padding: 0;
  visibility: hidden;
  left: -1000000px;
}
.contacts__form .checkbox .check {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #24b562;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__form .checkbox .check .icon {
  width: 13px;
  height: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__form .checkbox input:checked ~ .check {
  background: #24b562;
}
.contacts__form .checkbox input:checked ~ .check .icon {
  opacity: 1;
}
.contacts__form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 20px 56px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  border-radius: 32px;
  background: #4e57f2;
}
@media (max-width: 990px) {
  .contacts__form button {
    max-width: 100%;
  }
}
.contacts__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
  padding: 28px 40px 36px;
}
@media (max-width: 1100px) {
  .contacts__items {
    padding: 28px 32px 36px;
  }
}
@media (max-width: 600px) {
  .contacts__items {
    padding: 20px 0 24px;
    grid-template-columns: 1fr;
  }
}
.contacts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__item label:not(.checkbox) {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 8px;
}
.contacts__item > input {
  width: 100%;
  border-radius: 8px;
  background: #e9e9ed;
  height: 48px;
  border: none;
  padding: 8px 12px;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts__item > input::-webkit-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > input::-moz-placeholder {
  color: #b5b5bf;
}
.contacts__item > input:-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > input::-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > input::placeholder {
  color: #b5b5bf;
}
.contacts__item > select {
  width: 100%;
  border-radius: 8px;
  background-color: #e9e9ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%234E57F2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px 24px;
  height: 48px;
  border: none;
  padding: 8px 40px 8px 12px;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contacts__item > select::-webkit-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > select::-moz-placeholder {
  color: #b5b5bf;
}
.contacts__item > select:-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > select::-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > select::placeholder {
  color: #b5b5bf;
}
.contacts__item > textarea {
  width: 100%;
  border-radius: 8px;
  background: #e9e9ed;
  height: 81px;
  border: none;
  padding: 12px;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
}
.contacts__item > textarea::-webkit-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > textarea::-moz-placeholder {
  color: #b5b5bf;
}
.contacts__item > textarea:-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > textarea::-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item > textarea::placeholder {
  color: #b5b5bf;
}
.contacts__item .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .contacts__item .row {
    grid-template-columns: 1fr;
  }
}
.contacts__item .row > input {
  width: 100%;
  border-radius: 8px;
  background: #e9e9ed;
  height: 48px;
  border: none;
  padding: 8px 12px;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts__item .row > input::-webkit-input-placeholder {
  color: #b5b5bf;
}
.contacts__item .row > input::-moz-placeholder {
  color: #b5b5bf;
}
.contacts__item .row > input:-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item .row > input::-ms-input-placeholder {
  color: #b5b5bf;
}
.contacts__item .row > input::placeholder {
  color: #b5b5bf;
}
.contacts__item.col2 {
  grid-column: span 2;
}
@media (max-width: 600px) {
  .contacts__item.col2 {
    grid-column: span 1;
  }
}
.contacts__image {
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .contacts__image {
    height: 610px;
  }
}
@media (max-width: 600px) {
  .contacts__image {
    height: 350px;
  }
}
.contacts__image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 1300px) {
  .contacts__image img {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}
@media (max-width: 1100px) {
  .contacts__image img {
    width: 130vw;
    left: -32px;
    -o-object-position: 20% top;
       object-position: 20% top;
  }
}
@media (max-width: 800px) {
  .contacts__image img {
    width: 140vw;
    left: -32px;
    -o-object-position: 20% top;
       object-position: 20% top;
  }
}

.main404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header404 {
  width: 100%;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page404 {
  width: 100%;
  padding: 108px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1500px) {
  .page404 {
    padding: 32px 0 180px;
  }
}
@media (max-width: 1300px) {
  .page404 {
    padding: 32px 0 148px;
  }
}
@media (max-width: 1000px) {
  .page404 {
    padding: 46px 0 224px;
  }
}
@media (max-width: 750px) {
  .page404 {
    padding: 0px 0 203px;
  }
}

.page404__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 500px;
}
@media (max-width: 750px) {
  .page404__wrap {
    height: 323px;
  }
}

.page404__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 648px;
  font-style: normal;
  font-weight: 700;
  line-height: 500px; /* 77.16% */
  letter-spacing: 32.4px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  background-image: url("../assets/img/contacts.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1100px) {
  .page404__numbers {
    letter-spacing: -12.96px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  .page404__numbers {
    font-size: 484px;
    letter-spacing: -9.68px;
  }
}
@media (max-width: 750px) {
  .page404__numbers {
    font-size: 227px;
    line-height: 323px;
    letter-spacing: -4.54px;
  }
}

.page404__content {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(91deg, rgba(151, 151, 151, 0.28) 0.11%, rgba(205, 205, 205, 0.18) 87.41%);
  backdrop-filter: blur(44px);
  padding: 32px;
  position: absolute;
  z-index: 2;
  bottom: -60px;
  max-width: 443px;
}
@media (max-width: 750px) {
  .page404__content {
    max-width: 335px;
    bottom: -130px;
  }
}
.page404__content h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-transform: none;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1100px) {
  .page404__content h1 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    text-transform: none;
  }
}
@media (max-width: 600px) {
  .page404__content h1 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.2px;
    text-transform: none;
  }
}
.page404__content p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 750px) {
  .page404__content p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
  }
}
.page404__content .btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */