@font-face {
  font-weight: 700;
  font-style: bold;
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");
}
body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background: #FBFCFE;
}

html {
  font-family: "SuisseIntl", sans-serif;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

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

img {
  -webkit-transform: translate3d(0, 0, 0);
}

.section-container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-container.fd-r {
  display: flex;
  flex-direction: row;
}
.section-container.fd-c {
  display: flex;
  flex-direction: column;
}

header {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
}
header .header-container {
  padding: 10px 80px;
  width: calc(100vw - 160px);
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-container .logo {
  max-height: 50px;
  max-width: 135px;
  margin-right: 80px;
}
header .header-container .header-items {
  display: flex;
  flex-direction: row;
  gap: 34px;
}
header .header-container .header-items .header-item {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  transition: 0.3s ease all;
}
header .header-container .header-items .header-item:hover {
  color: rgba(255, 255, 255, 0.7);
}
header .header-container .header-end {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
  gap: 20px;
}
header .header-container .header-end .header-phone {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #FFFFFF;
  margin-left: auto;
  transition: 0.3s ease all;
}
header .header-container .header-end .header-phone:hover {
  color: rgba(255, 255, 255, 0.7);
}
header .header-container .header-end .change-lang {
  padding: 8px;
  background: #323232;
  border-radius: 8px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
header .header-container .header-end .change-lang .change-lang-img {
  margin-right: 2px;
  width: 28px;
  height: 28px;
}
header .header-container .header-end .button-header {
  padding: 8px 18px;
  background: #323232;
  border-radius: 8px;
  cursor: pointer;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s ease all;
}
header .header-container .header-end .button-header:hover {
  background: white;
  color: #323232;
}
header .header-container .header-end .header-burger {
  display: none;
}

.stopped {
  overflow: hidden;
}

.mob-menu {
  display: none;
  flex-direction: column;
}

.main {
  padding: 140px 80px 66px;
  background-image: url("../img/img-bg-main.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #151515;
}
.main .main-text {
  max-width: 740px;
  display: flex;
  flex-direction: column;
}
.main .main-text .main-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 79px;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #F3F3F3 -7.38%, #AEAEAE 51.03%, #6C6C6C 109.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 28px;
}
.main .main-text .main-subtitle {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 46px;
  max-width: 350px;
}
.main .main-text .main-button {
  background: #1C92F9;
  border-radius: 8px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 15px 70px;
  margin-bottom: 54px;
  width: fit-content;
  transition: 0.3s ease all;
  cursor: pointer;
  transition-delay: 0s !important;
}
.main .main-text .main-button:hover {
  background: #56B0FF;
}
.main .main-text .mob-button {
  display: none;
}
.main .main-partners {
  background: #262626;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.44);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 48px 80px;
  align-items: center;
}
.main .main-partners .main-partners-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  background: linear-gradient(90deg, #F3F3F3 -7.38%, #AEAEAE 51.03%, #6C6C6C 109.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
.main .main-partners .main-partners-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.main .main-partners .main-partners-row .swiper-slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: fit-content;
  margin-right: 110px;
}
.main .main-partners .main-partners-row .main-partner, .main .main-partners .main-partners-row .partner-logo {
  max-height: 68px;
}

.api {
  padding: 54px 80px;
  display: flex;
  flex-direction: column;
}
.api .api-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.api .api-blocks .api-block {
  background: #F8F9FD;
  border-radius: 18px;
  max-width: calc(50% - 10px);
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.api .api-blocks .api-block .api-block-title {
  padding: 40px 45px 0;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  color: #151515;
  margin-bottom: 12px;
}
.api .api-blocks .api-block .api-block-subtitle {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #404040;
  margin-bottom: 18px;
}
.api .api-blocks .api-block .api-block-img {
  max-height: 450px;
  max-width: max-content;
  margin-top: auto;
}
.api .api-blocks .api-block .api-block-img.desktop {
  display: block;
}
.api .api-blocks .api-block .api-block-img.mobile {
  display: none;
}
.api .api-blocks .api-block.api-block-big {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  padding: 100px 80px;
}
.api .api-blocks .api-block.api-block-big .api-block-text {
  display: flex;
  flex-direction: column;
  max-width: 415px;
}
.api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-title {
  position: relative;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 28px;
}
.api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-title .logo-pci {
  position: absolute;
  top: 0px;
  right: 60px;
  max-height: 50px;
  max-width: 120px;
}
.api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-subtitle {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  margin-bottom: 46px;
}
.api .api-blocks .api-block.api-block-big .api-block-text .api-button {
  background: #1C92F9;
  border-radius: 8px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 15px 70px;
  width: fit-content;
  transition: 0.3s ease all;
  cursor: pointer;
}
.api .api-blocks .api-block.api-block-big .api-block-text .api-button:hover {
  background: #56B0FF;
}
.api .api-blocks .api-block.api-block-big .api-block-img {
  margin: 0 0 0 auto;
  max-width: 400px;
  max-height: 400px;
}

.api-screen {
  padding: 0;
  background: #F8F9FD;
  display: flex;
  flex-direction: row;
  gap: 180px;
}
.api-screen .section-container {
  gap: 180px;
  align-items: center;
}
.api-screen .api-screen-img {
  max-width: 575px;
  height: fit-content;
}
.api-screen .api-screen-img.desktop {
  display: flex;
}
.api-screen .api-screen-img.mobile {
  display: none;
}
.api-screen .api-screen-text {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  padding: 175px 0;
}
.api-screen .api-screen-text .api-screen-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 28px;
}
.api-screen .api-screen-text .api-screen-subtitle {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.api-screen .api-screen-text .api-screen-subtitle:nth-child(2) {
  margin-bottom: 32px;
}
.api-screen .api-screen-text .api-screen-subtitle .checkmark {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.features {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-image: url("../img/img-bg-features.png");
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  padding: 82px 108px;
}
.features .features-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #F3F3F3 -7.38%, #AEAEAE 51.03%, #6C6C6C 109.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
  text-align: center;
}
.features .features-big-mock {
  width: 100%;
  margin: 54px auto;
  max-width: 100%;
}
.features .features-big-mock.desktop {
  display: block;
}
.features .features-big-mock.mobile {
  display: none;
}
.features .features-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.features .features-list .features-item {
  display: flex;
  flex-direction: column;
  max-width: 330px;
}
.features .features-list .features-item .features-item-number {
  display: none;
}
.features .features-list .features-item .features-item-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.features .features-list .features-item .features-item-subtitle {
  text-wrap: balance;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.contacts {
  background: #151515;
  padding: 82px 80px;
}
.contacts .contacts-block {
  background-image: url(../img/img-bg-form.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.44);
  border-radius: 28px;
  padding: 70px 0;
}
.contacts .contacts-block .contacts-form {
  max-width: 413px;
  display: flex;
  flex-direction: column;
  margin: 0 140px 0 auto;
}
.contacts .contacts-block .contacts-form .contacts-title {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #F3F3F3 -7.38%, #AEAEAE 51.03%, #6C6C6C 109.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 28px;
}
.contacts .contacts-block .contacts-form .contacts-subtitle {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 21px;
}
.contacts .contacts-block .contacts-form input.contacts-input {
  margin: 11px 0;
  padding: 15px;
  background: #4B4B4B;
  border-radius: 8px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  border: none;
  transition: 0.3s ease all;
}
.contacts .contacts-block .contacts-form input.contacts-input ::placeholder {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.contacts .contacts-block .contacts-form input.contacts-input:hover {
  background: #676767;
  border-radius: 8px;
  border: none;
}
.contacts .contacts-block .contacts-form input.contacts-input:focus {
  background: #4B4B4B;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contacts .contacts-block .contacts-form input.contacts-input:focus-visible {
  background: #4B4B4B;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contacts .contacts-block .contacts-form .contacts-button {
  margin-top: 21px;
  background: #1C92F9;
  border-radius: 8px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 15px 70px;
  width: auto;
  text-align: center;
  transition: 0.3s ease all;
  cursor: pointer;
}
.contacts .contacts-block .contacts-form .contacts-button:hover {
  background: #56B0FF;
}

footer {
  display: flex;
  flex-direction: row;
  background: #151515;
  padding: 24px 80px 86px;
}
footer .footer-col {
  display: flex;
  flex-direction: column;
  max-width: calc(100vw - 160px);
  width: 400px;
}
footer .footer-col .footer-logo {
  width: 135px;
  height: 50px;
  margin-bottom: 18px;
}
footer .footer-col .footer-text {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
footer .footer-col .footer-link {
  position: relative;
  width: fit-content;
  cursor: pointer;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: none;
  color: white;
  margin-bottom: 18px;
}
footer .footer-col .footer-link:before {
  content: "";
  background: white;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.4s ease all;
  width: 100%;
}
footer .footer-col .footer-link:hover:before {
  width: 0%;
}
footer .footer-col .footer-white-link {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
}
footer .footer-col .footer-white-link img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.footer-disclaimer {
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  width: 100vw;
  position: absolute;
  bottom: 24px;
}

.docs .docs-container {
  padding: 80px;
}
.docs .docs-container .docs-top-block {
  margin: 0 0 80px auto;
  color: var(--Light-Secondary-2, #404040);
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  /* Text Book 18/28 */
  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.docs .docs-container .docs-top-block span {
  color: var(--Background, #151515);
  text-align: right;
  /* Subtitle */
  font-family: "SuisseIntl", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 129.412% */
  margin-bottom: 12px;
}
.docs .docs-container .docs-header {
  color: var(--Background, #151515);
  text-align: center;
  /* Subtitle */
  font-family: "SuisseIntl", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 129.412% */
  margin: 0 auto 80px;
}
.docs .docs-container .docs-content {
  color: var(--Light-Secondary-2, #404040);
  font-feature-settings: "clig" off, "liga" off;
  /* Text Book 18/28 */
  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.docs .docs-container .docs-content b {
  color: var(--Background, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.docs .docs-container .docs-content a {
  color: var(--Light-Secondary-2, #404040);
  font-feature-settings: "clig" off, "liga" off;
  /* Text Book 18/28 */
  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.docs .docs-container .docs-content .docs-list-num {
  list-style: decimal;
}
.docs .docs-container .docs-content .docs-list-letter {
  list-style: lower-latin;
}
.docs .docs-container .docs-content .docs-list-dot {
  list-style: disc;
}

@media screen and (max-width: 1280px) {
  header .header-container {
    padding: 20px 20px;
    width: calc(100vw - 60px);
  }
  header .header-container .logo {
    margin-right: 30px;
  }
  header .header-container .header-items {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  header .header-container {
    padding: 20px;
    width: calc(100vw - 40px);
  }
  header .header-container .logo {
    margin-right: 28px;
  }
  header .header-container .header-items {
    display: none;
  }
  header .header-container .header-end {
    gap: 12px;
  }
  header .header-container .header-end .header-phone {
    display: none;
  }
  header .header-container .header-end .button-header {
    display: none;
  }
  header .header-container .header-end .header-burger {
    display: flex;
    padding: 8px 8px;
    background: #323232;
    border-radius: 8px;
    cursor: pointer;
    font-family: "SuisseIntl", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.3s ease all;
  }
  header .header-container .header-end .header-burger img {
    width: 28px;
    height: 28px;
  }
  .mob-menu {
    background-image: url("../img/img-bg-main-mob.png");
    padding: 140px 12px 54px;
    background-size: 100vw 100vh;
    width: calc(100vw - 24px);
    height: 100vh;
    overflow: hidden;
    display: none;
  }
  .mob-menu .mob-menu-items {
    display: flex;
    flex-direction: column;
  }
  .mob-menu .mob-menu-items .mob-menu-item {
    color: #FFF;
    font-size: 20px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .mob-menu .mob-menu-items .mob-menu-item:last-child {
    margin-top: 20px;
  }
  .main {
    background-image: url("../img/img-bg-main-mob.png");
    padding: 140px 12px 54px;
  }
  .main .main-text .main-title {
    font-size: 30px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    max-width: 330px;
    margin: 0 auto 12px;
    text-align: center;
  }
  .main .main-text .main-subtitle {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
    margin: 0 auto 24px;
    max-width: 300px;
  }
  .main .main-text .main-button {
    padding: 13px 69px;
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
    border-radius: 8px;
    text-align: center;
    max-width: 158px;
    width: 100%;
    margin: 0 auto 22px;
  }
  .main .main-text .mob-button {
    padding: 13px 69px;
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
    border-radius: 8px;
    background: #323232;
    display: block;
    text-align: center;
    color: white;
    max-width: 158px;
    width: 100%;
    margin: 0 auto 102px;
  }
  .main .main-partners {
    border-radius: 14px;
    background: #262626;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.44);
    margin: 0 12px 44px;
    padding: 25px;
  }
  .main .main-partners .main-partners-title {
    text-align: center;
    font-size: 26px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    max-width: 285px;
  }
  .main .main-partners .main-partners-row .swiper-slide {
    max-width: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: fit-content;
    margin-right: 20px;
  }
  .main .main-partners .main-partners-row .swiper-slide .main-partner, .main .main-partners .main-partners-row .swiper-slide .partner-logo {
    max-width: 100px;
    max-height: 40px;
  }
  .api {
    padding: 44px 12px;
  }
  .api .section-container {
    max-width: 100%;
  }
  .api .api-blocks {
    gap: 12px;
  }
  .api .api-blocks .api-block {
    max-width: unset;
    width: 100%;
    padding: 24px 20px 0;
    background-color: #F1F2F8;
  }
  .api .api-blocks .api-block .api-block-title {
    text-wrap: balance;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.04px;
    margin-bottom: 12px;
    padding: 0 20px 0;
  }
  .api .api-blocks .api-block .api-block-title span.desktop {
    display: none;
  }
  .api .api-blocks .api-block .api-block-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .api .api-blocks .api-block .api-block-subtitle span.desktop {
    display: none;
  }
  .api .api-blocks .api-block .api-block-img {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }
  .api .api-blocks .api-block .api-block-img.desktop {
    display: none;
  }
  .api .api-blocks .api-block .api-block-img.mobile {
    display: block;
  }
  .api .api-blocks .api-block.api-block-big {
    max-width: unset;
    width: 100%;
    flex-direction: column;
    padding: 24px 20px;
    height: 100%;
  }
  .api .api-blocks .api-block.api-block-big .api-block-img {
    width: 190px;
    height: 190px;
    margin: 24px auto 0;
  }
  .api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    display: flex;
    margin: 0 auto 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-title .logo-pci {
    position: relative;
    top: 0;
    right: 0;
  }
  .api .api-blocks .api-block.api-block-big .api-block-text .api-block-big-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 22px;
    text-align: center;
  }
  .api .api-blocks .api-block.api-block-big .api-block-text .api-button {
    width: auto;
    text-align: center;
  }
  .api-screen {
    padding: 44px 20px;
    gap: 0;
    max-width: 100%;
  }
  .api-screen .section-container {
    flex-direction: column;
    gap: 32px;
    max-width: inherit;
  }
  .api-screen .api-screen-text {
    order: 1;
    padding: 0 0 0;
  }
  .api-screen .api-screen-text .api-screen-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .api-screen .api-screen-text .api-screen-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
    text-align: left;
    text-wrap: balance;
  }
  .api-screen .api-screen-text .api-screen-subtitle .checkmark {
    width: 24px;
    height: 24px;
  }
  .api-screen .api-screen-text .api-screen-subtitle:nth-child(2) {
    margin-bottom: 24px;
    text-align: center;
  }
  .api-screen .api-screen-img {
    order: 2;
    max-width: inherit;
    padding: 0px 0px 44px;
  }
  .api-screen .api-screen-img.desktop {
    display: none;
  }
  .api-screen .api-screen-img.mobile {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .features {
    padding: 40px;
  }
  .features .section-container {
    max-width: 100%;
  }
  .features .features-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 35px;
  }
  .features .features-big-mock {
    margin: 0 auto 34px;
  }
  .features .features-big-mock.desktop {
    display: none;
  }
  .features .features-big-mock.mobile {
    display: block;
  }
  .features .features-list {
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }
  .features .features-list .features-item .features-item-number {
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto 12px;
    background: linear-gradient(90deg, #F3F3F3 -7.38%, #AEAEAE 51.03%, #6C6C6C 109.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .features .features-list .features-item .features-item-title {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .features .features-list .features-item .features-item-subtitle {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .contacts {
    padding: 42px 12px;
  }
  .contacts .contacts-block {
    padding: 42px 20px;
    background-image: url("../img/img-bg-form-mob.png");
    display: flex;
    flex-direction: column;
    background-size: 110%;
  }
  .contacts .contacts-block .contacts-form {
    max-width: inherit;
    margin: 0;
    padding: 0 20px;
  }
  .contacts .contacts-block .contacts-form .contacts-title {
    text-wrap: balance;
    text-align: center;
    font-size: 30px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .contacts .contacts-block .contacts-form .contacts-subtitle {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .contacts .contacts-block .contacts-form input.contacts-input {
    margin: 11px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
  }
  .contacts .contacts-block .contacts-form .contacts-button {
    color: #FFF;
    font-size: 16px;
    font-family: "SuisseIntl", sans-serif;
    line-height: 24px;
    margin-bottom: 400px;
    padding: 12px 20px;
  }
  footer {
    flex-direction: column;
    padding: 20px 20px 100px;
  }
  footer .section-container {
    max-width: 100%;
    flex-direction: column !important;
  }
  footer .footer-col {
    max-width: 100%;
  }
}
#form-agree, #form-agree2 {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#form-agree-label, #form-agree-label2 {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  color: white;
  margin: 13px auto 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "SuisseIntl", sans-serif;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}

#form-agree-label a, #form-agree-label2 a {
  color: #1d8df2;
  text-decoration: underline;
}

#form-agree-label img:nth-child(1) {
  display: none;
  width: 20px;
  height: 20px;
}

#form-agree-label img:nth-child(2) {
  display: flex;
  width: 20px;
  height: 20px;
}

#form-agree:checked + #form-agree-label img:nth-child(1) {
  display: flex;
}

#form-agree:checked + #form-agree-label img:nth-child(2) {
  display: none;
}

@media screen and (max-width: 980px) {
  .docs .docs-container {
    padding: 44px 16px;
  }
  .docs .docs-container .docs-top-block {
    margin: 0px auto 40px;
    color: var(--Light-Secondary-2, #404040);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /* Text Book 18/28 */
    font-family: "SuisseIntl", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  .docs .docs-container .docs-top-block span {
    color: var(--Background, #151515);
    text-align: center;
    font-family: "SuisseIntl", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .docs .docs-container .docs-header {
    color: var(--Background, #151515);
    text-align: center;
    font-family: "SuisseIntl", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: 1px;
    margin: 0 auto 28px;
  }
  .docs .docs-container .docs-content {
    color: var(--Light-Secondary-2, #404040);
    font-feature-settings: "clig" off, "liga" off;
    /* Mobile 16/24 */
    font-family: "SuisseIntl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .docs .docs-container .docs-content b {
    color: var(--Background, #151515);
    font-feature-settings: "clig" off, "liga" off;
    /* Mobile 16/24 */
    font-family: "SuisseIntl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .docs .docs-container .docs-content a {
    color: var(--Light-Secondary-2, #404040);
    font-feature-settings: "clig" off, "liga" off;
    /* Mobile 16/24 */
    font-family: "SuisseIntl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
  }
  .docs .docs-container .docs-content .docs-list-num {
    list-style: decimal;
  }
  .docs .docs-container .docs-content .docs-list-letter {
    list-style: lower-latin;
  }
  .docs .docs-container .docs-content .docs-list-dot {
    list-style: disc;
  }
}
@media screen and (min-width: 600px) {
  .mobile-break {
    display: none;
  }
}

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