/* default for most elements */
/* links hover */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* GT Walsheim Pro - Medium */
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/gt-walsheim-medium.woff2") format("woff2"), url("/fonts/gt-walsheim-medium.woff") format("woff"); }

/* GT Walsheim Pro - Bold */
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/gt-walsheim-bold.woff2") format("woff2"), url("/fonts/gt-walsheim-bold.woff") format("woff"); }

@-ms-viewport {
  width: device-width; }

*,
*:before,
*:after {
  box-sizing: border-box; }

[tabindex='-1']:focus {
  outline: none !important; }

[role='button'] {
  cursor: pointer; }

a,
button,
[role='button'],
input,
label,
select,
textarea {
  touch-action: manipulation; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input {
  overflow: visible; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

select {
  word-wrap: normal;
  text-transform: none; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

svg {
  visibility: visible; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a {
  cursor: pointer; }

strong, b {
  font-weight: bold; }

a:active,
a:focus {
  outline: none; }

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0; }

input:invalid {
  box-shadow: none; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "GT Walsheim", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #41444F;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

/* page wrapper */
.wrapper {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column; }
  .wrapper__content {
    width: 100%;
    position: relative;
    flex: 1 0 auto; }

/* additional styles */
.overflow-hidden {
  overflow: hidden; }

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity .3s; }

/* parallax */
.parallax {
  transform: translateY(50px); }
  @media (min-width: 576px) {
    .parallax {
      transform: translateY(70px); } }

/*** containers ***/
.box {
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 576px) {
    .box {
      padding-left: 40px;
      padding-right: 40px; }
      .box_small {
        padding-left: 90px;
        padding-right: 90px; } }
  @media (min-width: 992px) {
    .box_small {
      padding-left: 110px;
      padding-right: 110px; } }
  @media (min-width: 1200px) {
    .box {
      padding-left: 70px;
      padding-right: 70px; }
      .box_small {
        padding-left: 160px;
        padding-right: 160px; } }
  @media (min-width: 1400px) {
    .box {
      padding-left: 90px;
      padding-right: 90px; }
      .box_small {
        padding-left: 200px;
        padding-right: 200px; } }
  @media (max-width: 575px) {
    .box_padding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 374px) {
    .box_padding {
      padding-left: 40px;
      padding-right: 40px; } }

.block {
  max-width: 720px; }

@media (min-width: 768px) {
  .block-small {
    max-width: 600px; } }

@media (min-width: 992px) {
  .block-small {
    max-width: 660px; } }

/*** header ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 3000;
  background-color: transparent;
  transition: background-color 0.25s ease; }
  .header__box {
    height: 100%;
    display: flex;
    align-items: center; }
  @media (min-width: 768px) {
    .header__container {
      margin-left: auto; } }

.logo {
  position: relative;
  z-index: 4000;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .logo:hover {
    opacity: .8; }

/* main navigation */
.nav {
  /* burger button */ }
  @media (max-width: 767px) {
    .nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2000;
      background-color: #131417;
      padding-top: 64px;
      padding-bottom: 64px;
      visibility: hidden;
      width: 100%;
      height: 100%;
      opacity: 0;
      overflow-y: auto;
      overflow-x: hidden;
      pointer-events: none;
      transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s ease-out; } }
  @media (min-width: 768px) {
    .nav {
      display: flex;
      height: 100%;
      padding-top: 64px;
      padding-bottom: 64px;
      margin-left: auto; } }
  .nav__list {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .nav__list {
        margin-top: -7px;
        display: block;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px; } }
  @media (min-width: 768px) {
    .nav__item {
      display: flex;
      align-items: center; } }
  .nav__link {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .nav__link:hover {
      opacity: .8; }
    @media (max-width: 767px) {
      .nav__link {
        display: block;
        padding: 7px 20px;
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 768px) {
      .nav__link {
        padding: 10px 11px 10px 10px;
        font-size: 16px;
        line-height: 22px; } }
  .nav__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3110;
    width: 60px;
    height: 64px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .nav__btn:focus {
      outline: none; }
    @media (min-width: 576px) {
      .nav__btn {
        right: 20px; } }
    @media (min-width: 768px) {
      .nav__btn {
        display: none; } }
  .nav__btn-line, .nav__btn-line:before, .nav__btn-line:after {
    position: absolute;
    height: 2px;
    background-color: #fff;
    transform-origin: center center; }
  .nav__btn-line {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    margin-top: -1px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease; }
    .nav__btn-line:before, .nav__btn-line:after {
      content: '';
      left: 0;
      right: 0;
      transition-property: transform;
      transition-duration: .15s;
      transition-timing-function: ease; }
    .nav__btn-line:before {
      top: -6px;
      transition: top .1s .25s ease-in, opacity .1s ease-in; }
    .nav__btn-line:after {
      bottom: -6px;
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* main navigation opened */
@media (max-width: 767px) {
  .nav-opened .nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
    .nav-opened .nav__btn-line {
      transform: rotate(225deg);
      transition-delay: .12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .nav-opened .nav__btn-line:before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out, opacity .1s .12s ease-out; }
      .nav-opened .nav__btn-line:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } }

/* nav colors */
body:not(.nav-opened) .wrapper_color_meet .logo,
body:not(.nav-opened) .wrapper_color_meet .nav__link {
  color: #131417; }

body:not(.nav-opened) .wrapper_color_meet .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #7561ec;
  background-image: linear-gradient(119deg, #7561ec 51%, #a386ff 100%); }

body:not(.nav-opened) .wrapper_color_meet .nav__btn-line, body:not(.nav-opened) .wrapper_color_meet .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_meet .nav__btn-line:after {
  background-color: #131417; }

body:not(.nav-opened) .wrapper_color_dev .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ade8cc;
  background-image: linear-gradient(119deg, #ade8cc 51%, #82a9e0 100%); }

body:not(.nav-opened) .wrapper_color_dev .logo,
body:not(.nav-opened) .wrapper_color_dev .nav__link {
  color: #fff; }

body:not(.nav-opened) .wrapper_color_dev .nav__btn-line, body:not(.nav-opened) .wrapper_color_dev .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_dev .nav__btn-line:after {
  background-color: #fff; }

body:not(.nav-opened) .wrapper_color_prod .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff9ec1;
  background-image: linear-gradient(112deg, #ff9ec1 49%, #f92f79 110%); }

body:not(.nav-opened) .wrapper_color_prod .logo,
body:not(.nav-opened) .wrapper_color_prod .nav__link {
  color: #131417; }

body:not(.nav-opened) .wrapper_color_prod .nav__btn-line, body:not(.nav-opened) .wrapper_color_prod .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_prod .nav__btn-line:after {
  background-color: #131417; }

body:not(.nav-opened) .wrapper_color_white .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  background-image: linear-gradient(119deg, #fff 51%, #fff 100%); }

body:not(.nav-opened) .wrapper_color_white .logo,
body:not(.nav-opened) .wrapper_color_white .nav__link {
  color: #fff; }

body:not(.nav-opened) .wrapper_color_white .nav__btn-line, body:not(.nav-opened) .wrapper_color_white .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_white .nav__btn-line:after {
  background-color: #fff; }

body:not(.nav-opened) .wrapper_color_black .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #131417;
  background-image: linear-gradient(119deg, #131417 51%, #131417 100%); }

body:not(.nav-opened) .wrapper_color_black .logo,
body:not(.nav-opened) .wrapper_color_black .nav__link {
  color: #131417; }

body:not(.nav-opened) .wrapper_color_black .nav__btn-line, body:not(.nav-opened) .wrapper_color_black .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_black .nav__btn-line:after {
  background-color: #131417; }

body:not(.nav-opened) .wrapper_color_black-bg .header {
  background-color: rgba(255, 255, 255, 0.8); }

body:not(.nav-opened) .wrapper_color_black-bg .logo__part {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #131417;
  background-image: linear-gradient(119deg, #131417 51%, #131417 100%); }

body:not(.nav-opened) .wrapper_color_black-bg .logo,
body:not(.nav-opened) .wrapper_color_black-bg .nav__link {
  color: #131417; }

body:not(.nav-opened) .wrapper_color_black-bg .nav__btn-line, body:not(.nav-opened) .wrapper_color_black-bg .nav__btn-line:before, body:not(.nav-opened) .wrapper_color_black-bg .nav__btn-line:after {
  background-color: #131417; }

/* text colors */
/*
can be added to any element.
Example:
<h2 class="caption text-blue-violet">Title</h2>
*/
.color-white {
  color: #fff !important; }

.color-black {
  color: #131417 !important; }

.color-dark {
  color: #41444F !important; }

.color-gray {
  color: #9AA2B0 !important; }

.color-silver {
  color: #c3c3c3 !important; }

.color-blue-violet {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #7561ec;
  background-image: linear-gradient(102deg, #7561ec 0%, #a386ff 74%); }

.color-green-blue {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ade8cc;
  background-image: linear-gradient(107deg, #ade8cc 1%, #82a9e0 100%); }

.color-pink-red {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff9ec1;
  background-image: linear-gradient(99deg, #ff9ec1 1%, #f92f79 100%); }

.bg-black {
  background-color: #131417; }

.bg-gray {
  background-color: #f5f5f5; }

.bg-blue-light {
  background-image: linear-gradient(135deg, rgba(98, 148, 248, 0.05) 0%, rgba(59, 28, 169, 0.05) 100%); }

.bg-pink-red {
  background-image: linear-gradient(135deg, #FF9EC1 0%, #F92F79 100%); }

.bg-blue-violet {
  background-image: linear-gradient(135deg, #7561EC 0%, #A386FF 100%); }

.bg-orange-red {
  background-image: linear-gradient(-45deg, #FF5360 0%, #FFA466 100%); }

.bg-green-blue {
  background-image: linear-gradient(135deg, #ADE8CC 0%, #82A9E0 100%); }

/* typography */
.caption {
  font-size: 35px;
  line-height: 52px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #131417;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media (min-width: 375px) {
    .caption {
      font-size: 42px;
      line-height: 60px; } }
  @media (min-width: 576px) {
    .caption {
      font-size: 53px;
      line-height: 75px; } }
  @media (min-width: 992px) {
    .caption {
      font-size: 64px;
      line-height: 88px; } }
  @media (min-width: 1200px) {
    .caption {
      font-size: 80px;
      line-height: 109px; } }
  @media (min-width: 1400px) {
    .caption {
      font-size: 97px;
      line-height: 127px;
      letter-spacing: -2px; } }
  @media (min-width: 1440px) {
    .caption {
      font-size: 100px;
      line-height: 130px; } }
  @media (min-width: 1200px) and (max-height: 699px) {
    .caption {
      font-size: 80px;
      line-height: 109px; } }
  @media (max-height: 420px) {
    .caption {
      font-size: 35px;
      line-height: 52px; } }

.title {
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #131417;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media (min-width: 375px) {
    .title {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 576px) {
    .title {
      font-size: 35px;
      line-height: 44px; } }
  @media (min-width: 992px) {
    .title {
      font-size: 43px;
      line-height: 56px; } }
  @media (min-width: 1200px) {
    .title {
      font-size: 46px;
      line-height: 59px; } }
  @media (min-width: 1400px) {
    .title {
      font-size: 50px;
      line-height: 64px; } }

.lead {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: #9AA2B0;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media (min-width: 375px) {
    .lead {
      font-size: 20px; } }
  @media (min-width: 576px) {
    .lead {
      font-size: 22px; } }
  @media (min-width: 992px) {
    .lead {
      font-size: 23px; } }
  @media (min-width: 1200px) {
    .lead {
      font-size: 25px; } }
  @media (min-width: 1400px) {
    .lead {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-height: 420px) {
    .lead {
      font-size: 20px; } }

.lead-sm {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #9AA2B0; }
  @media (min-width: 1400px) {
    .lead-sm {
      font-size: 22px;
      line-height: 30px; } }

.text {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #41444F; }
  @media (min-width: 375px) {
    .text {
      font-size: 24px;
      line-height: 36px; } }
  @media (min-width: 576px) {
    .text {
      font-size: 26px;
      line-height: 38px; } }
  @media (min-width: 1200px) {
    .text {
      font-size: 30px;
      line-height: 42px; } }
  @media (min-width: 1400px) {
    .text {
      font-size: 32px;
      line-height: 44px; } }
  @media (max-height: 420px) {
    .text {
      font-size: 21px;
      line-height: 32px; } }

.text-sm {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #41444F; }
  @media (min-width: 375px) {
    .text-sm {
      font-size: 22px; } }
  @media (min-width: 576px) {
    .text-sm {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .text-sm {
      font-size: 27px; } }
  @media (min-width: 1400px) {
    .text-sm {
      font-size: 28px;
      line-height: 1.64; } }
  @media (max-height: 420px) {
    .text-sm {
      font-size: 20px; } }

/* content text styles */
.content {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #41444F;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .content p:not(:last-child), .content ul:not(:last-child), .content ul li:not(:last-child), .content ol:not(:last-child), .content ol li:not(:last-child), .content figure:not(:last-child), .content blockquote:not(:last-child), .content table:not(:last-child) {
    margin-bottom: 17px; }
  .content a:not(.link) {
    font-weight: bold;
    text-decoration: underline;
    color: #B620E0;
    transition: color 0.25s ease; }
    .content a:not(.link):hover {
      text-decoration: none; }
  .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #131417;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px; }
  .content h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 15px; }
    .content h2:not(:first-child) {
      margin-top: 30px; }
  .content ul li, .content ol li {
    position: relative;
    padding-left: 27px; }
    .content ul li:before, .content ol li:before {
      content: '';
      position: absolute;
      color: #41444F; }
  .content ul {
    list-style: none outside none; }
    .content ul li:before {
      top: 15px;
      left: 2px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #41444F; }
  @media (min-width: 375px) {
    .content {
      font-size: 24px;
      line-height: 36px; } }
  @media (min-width: 576px) {
    .content {
      font-size: 26px;
      line-height: 38px; }
      .content ul li:before {
        top: 16px; } }
  @media (min-width: 992px) {
    .content {
      font-size: 28px;
      line-height: 40px; } }
  @media (min-width: 1200px) {
    .content {
      font-size: 30px;
      line-height: 42px; }
      .content ul li:before {
        top: 18px; } }
  @media (min-width: 1400px) {
    .content {
      font-size: 32px;
      line-height: 44px; }
      .content p:not(:last-child), .content ul:not(:last-child), .content ul li:not(:last-child), .content ol:not(:last-child), .content ol li:not(:last-child), .content figure:not(:last-child), .content blockquote:not(:last-child), .content table:not(:last-child) {
        margin-bottom: 30px; }
      .content h2, .content h3, .content h4, .content h5, .content h6 {
        margin-bottom: 15px; }
      .content h2 {
        font-size: 50px;
        line-height: 64px;
        margin-bottom: 30px; }
        .content h2:not(:first-child) {
          margin-top: 60px; }
      .content ul li:before {
        top: 20px; } }
  @media (max-height: 420px) {
    .content {
      font-size: 21px;
      line-height: 32px; } }

.heading {
  margin-bottom: 40px; }
  .heading p {
    margin-top: 20px; }
  @media (min-width: 576px) {
    .heading {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .heading {
      margin-bottom: 80px; }
      .heading p {
        margin-top: 30px; } }
  @media (min-width: 1200px) and (max-height: 699px) {
    .heading {
      margin-bottom: 60px; } }
  @media (max-height: 420px) {
    .heading {
      margin-bottom: 35px; } }

/* buttons */
.btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-shadow: none;
  font-family: "GT Walsheim", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #131417;
  border-radius: 8px;
  transition: color 0.25s ease, background-color 0.25s ease, background-image 0.25s ease; }
  .btn::-moz-focus-inner {
    border: none; }
  .btn .btn__text {
    display: block;
    background-color: inherit;
    position: relative; }
    .btn .btn__text:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border-radius: inherit;
      background-color: inherit; }
  .btn_primary {
    font-size: 20px;
    background-color: #fff;
    background-clip: padding-box;
    background-image: linear-gradient(290deg, #32c5ff, #b620e0 49%, #f7b500);
    border-radius: 8px;
    z-index: 2; }
    .btn_primary .btn__text {
      padding: 12px 32px;
      margin: 3px;
      border-radius: 6px; }
    .btn_primary:hover .btn__text {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #32c5ff;
      background-image: linear-gradient(300deg, #32c5ff, #b620e0, #f7b500); }
    @media (min-width: 576px) {
      .btn_primary {
        font-size: 26px;
        border-radius: 15px; }
        .btn_primary .btn__text {
          padding: 16px 41px;
          margin: 4px;
          border-radius: 12px; } }
    @media (max-height: 420px) {
      .btn_primary {
        font-size: 18px; }
        .btn_primary .btn__text {
          padding: 10px 30px; } }
  .btn_secondary {
    padding: 6px 17px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border: 3px solid #131417; }
    .btn_secondary:hover {
      color: #fff;
      background-color: #131417; }
    @media (min-width: 576px) {
      .btn_secondary {
        padding: 8px 45px;
        font-size: 24px;
        border-width: 4px;
        border-radius: 15px; } }
  .btn_disabled {
    pointer-events: none;
    border-color: #9CA1B0;
    color: #9CA1B0; }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .btn-group__item {
    margin-bottom: 20px; }
    .btn-group__item:not(:last-child) {
      margin-right: 10px; }
  .btn-group__text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #131417; }
  @media (min-width: 576px) {
    .btn-group__item {
      margin-bottom: 30px; }
      .btn-group__item:not(:last-child) {
        margin-right: 15px; }
    .btn-group__text {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 26px;
      line-height: 36px; } }

/* grids */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .grid_usage {
    margin-left: -20px;
    margin-right: -20px; }
    .grid_usage .grid__cell {
      display: flex;
      flex-direction: column;
      width: 50%;
      padding-left: 20px;
      padding-right: 20px; }
      .grid_usage .grid__cell:nth-child(n+3) {
        margin-top: 40px; }
      .grid_usage .grid__cell .card {
        flex: 1; }
    @media (max-width: 1199px) {
      .grid_usage {
        margin-left: -15px;
        margin-right: -15px; }
        .grid_usage .grid__cell {
          padding-left: 15px;
          padding-right: 15px; }
          .grid_usage .grid__cell:nth-child(n+3) {
            margin-top: 30px; } }
    @media (max-width: 991px) {
      .grid_usage {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto; }
        .grid_usage .grid__cell {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
          .grid_usage .grid__cell:nth-child(n+2) {
            margin-top: 30px; } }
  .grid_steps {
    margin-left: -1%;
    margin-right: -1%; }
    .grid_steps .grid__cell {
      width: 33.333%;
      padding-left: 1%;
      padding-right: 1%; }
      .grid_steps .grid__cell:nth-child(n+4) {
        margin-top: 25px; }
      @media (max-width: 575px) {
        .grid_steps .grid__cell {
          width: 50%;
          padding-left: 4px;
          padding-right: 4px; }
          .grid_steps .grid__cell:nth-child(n+3) {
            margin-top: 8px; } }

/* align */
.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto; }

/* margins */
.mb-20 {
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .mb-20 {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .mb-20 {
      margin-bottom: 20px; } }

.mb-30 {
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .mb-30 {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .mb-30 {
      margin-bottom: 30px; } }

.mb-40 {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .mb-40 {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .mb-40 {
      margin-bottom: 40px; } }

.mb-60 {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .mb-60 {
      margin-bottom: 45px; } }
  @media (min-width: 1200px) {
    .mb-60 {
      margin-bottom: 60px; } }

.mb-80 {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .mb-80 {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .mb-80 {
      margin-bottom: 80px; } }

.mb-100 {
  margin-bottom: 50px; }
  @media (min-width: 576px) {
    .mb-100 {
      margin-bottom: 75px; } }
  @media (min-width: 1200px) {
    .mb-100 {
      margin-bottom: 100px; } }

.mb-120 {
  margin-bottom: 60px; }
  @media (min-width: 576px) {
    .mb-120 {
      margin-bottom: 90px; } }
  @media (min-width: 1200px) {
    .mb-120 {
      margin-bottom: 120px; } }

.mb-150 {
  margin-bottom: 70px; }
  @media (min-width: 576px) {
    .mb-150 {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .mb-150 {
      margin-bottom: 150px; } }

/* paddings */
.pt-40 {
  padding-top: 20px; }
  @media (min-width: 576px) {
    .pt-40 {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .pt-40 {
      padding-top: 40px; } }

.pt-50 {
  padding-top: 25px; }
  @media (min-width: 576px) {
    .pt-50 {
      padding-top: 35px; } }
  @media (min-width: 1200px) {
    .pt-50 {
      padding-top: 50px; } }

.pt-60 {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .pt-60 {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .pt-60 {
      padding-top: 60px; } }

.pt-80 {
  padding-top: 40px; }
  @media (min-width: 576px) {
    .pt-80 {
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .pt-80 {
      padding-top: 80px; } }

.pt-100 {
  padding-top: 50px; }
  @media (min-width: 576px) {
    .pt-100 {
      padding-top: 70px; } }
  @media (min-width: 1200px) {
    .pt-100 {
      padding-top: 100px; } }

.pt-120 {
  padding-top: 60px; }
  @media (min-width: 576px) {
    .pt-120 {
      padding-top: 90px; } }
  @media (min-width: 1200px) {
    .pt-120 {
      padding-top: 120px; } }

.pt-150 {
  padding-top: 50px; }
  @media (min-width: 576px) {
    .pt-150 {
      padding-top: 80px; } }
  @media (min-width: 992px) {
    .pt-150 {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .pt-150 {
      padding-top: 130px; } }
  @media (min-width: 1400px) {
    .pt-150 {
      padding-top: 150px; } }

.pb-120 {
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .pb-120 {
      padding-bottom: 90px; } }
  @media (min-width: 1200px) {
    .pb-120 {
      padding-bottom: 120px; } }

.pb-140 {
  padding-bottom: 70px; }
  @media (min-width: 576px) {
    .pb-140 {
      padding-bottom: 105px; } }
  @media (min-width: 1200px) {
    .pb-140 {
      padding-bottom: 140px; } }

/* main page */
.container {
  position: relative; }
  .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300vh;
    background-color: #131417; }
  .container.active:before {
    background-color: #fff; }
  .container.active .bg-box-pink {
    display: block; }

.trigger-hero {
  height: 100vh;
  margin-bottom: 30vh; }

.hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px; }
  .hero__heading {
    text-align: center; }
  .hero__caption {
    text-align: center;
    width: 272px;
    margin-left: auto;
    margin-right: auto;
    transform-origin: 51.1% 74.7%; }
  .hero__text {
    width: 100%;
    height: auto; }
    .hero__text_desktop {
      display: none; }
  @media (min-width: 375px) {
    .hero__caption {
      width: 326px; } }
  @media (min-width: 576px) {
    .hero__heading { }
    .hero__caption {
      width: 430px; } }
  @media (min-width: 768px) {
    .hero__heading { }
    .hero__caption {
      transform-origin: 50.75% 83.7%;
      width: 682px; }
    .hero__text_mob {
      display: none; }
    .hero__text_desktop {
      display: block; } }
  @media (min-width: 992px) {
    .hero__caption {
      width: 814px; } }
  @media (min-width: 1200px) {
    .hero {
      height: 100vh;
      padding-bottom: 70px; }
      .hero__heading {
        margin-bottom: -158px;
        margin-top: 135px }
      .hero__caption {
        width: 1020px; } }
  @media (min-width: 1400px) {
    .hero__heading {
      margin-bottom: 52px; }
    .hero__caption {
      width: 1220px; } }
  @media (min-width: 1440px) {
    .hero__caption {
      width: auto; } }
  @media (max-height: 420px) {
    .hero {
      padding-top: 74px;
      padding-bottom: 0;
      height: calc(100vh - 70px); }
      .hero__heading {
        margin-bottom: 23px; }
      .hero__caption {
        transform-origin: 50.7% 83.7%;
        width: 437px; }
      .hero__text_mob {
        display: none; }
      .hero__text_desktop {
        display: block; } }
  @media (max-height: 374px) {
    .hero {
      padding-top: 74px; } }

.badge {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 7px 25px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.35px;
  color: #fff;
  background-color: #131417;
  background-clip: padding-box;
  background-image: linear-gradient(98deg, #b66ed4 0%, #ffdd3d 100%);
  z-index: 2; }
  .badge:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px;
    z-index: -1;
    border-radius: inherit;
    background-color: inherit; }
  @media (min-width: 1200px) {
    .badge {
      padding: 8px 27px 10px;
      border-radius: 28px;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -0.5px; } }
  @media (min-width: 1400px) {
    .badge {
      padding: 10px 29px 12px;
      border-radius: 36px;
      font-size: 26px;
      line-height: 40px; }
      .badge:before {
        margin: 4px; } }
  @media (max-height: 420px) {
    .badge {
      padding: 5px 20px;
      border-radius: 20px;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: -0.35px; }
      .badge:before {
        margin: 3px; } }

.bg-box-pink {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(120deg, #b66ed4 -15%, #ffdd3d 120%); }

.sticky {
  height: calc(98vh - 32px); }
  .sticky__content {
    height: calc(88vh - 64px);
    padding-top: 88px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center; }
  .sticky__caption {
    max-width: 304px;
    opacity: 0;
    text-align: center;
    will-change: opacity;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 375px) {
      .sticky__caption {
        max-width: 370px; } }
    @media (min-width: 576px) {
      .sticky__caption {
        max-width: none; } }
    @media (max-height: 420px) {
      .sticky__caption {
        max-width: 450px; } }
  @media (max-width: 767px) {
    .sticky br {
      display: none; } }
  @media (min-width: 768px) {
    .sticky {
      height: calc(90vh - 32px); }
      .sticky__content {
        height: calc(75vh - 64px); } }
  @media (min-height: 1500px) and (orientation: portrait) {
    .sticky__content {
      height: 62vh; } }

.frame {
  min-height: 80vh;
  position: relative; }
  .frame__content {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .frame__box {
    position: relative;
    z-index: 1;
    padding-top: 64px; }
  .frame__bg, .frame__slider {
    width: calc(100% - 2 * 20px); }
  .frame__bg {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    height: 200vh;
    border-radius: 20px 20px 0 0;
    will-change: width, top; }
  .frame__slider {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    transform: translateZ(0);
    z-index: 1; }
  .frame_meet .frame__bg {
    background-color: #fff; }
  .frame_dev .frame__bg {
    background-color: #131417; }
  .frame_prod .frame__bg {
    background-color: #fff; }
  .frame_cases {
    height: 300vh; }
    .frame_cases .frame__bg {
      background-color: #131417;
      height: 100vh; }
  @media (min-width: 576px) {
    .frame__bg {
      border-radius: 30px 30px 0 0; }
    .frame__bg, .frame__slider {
      width: calc(100% - 2 * 40px); } }
  @media (min-width: 1200px) {
    .frame__bg {
      border-radius: 40px 40px 0 0; }
    .frame__bg, .frame__slider {
      width: calc(100% - 2 * 70px); } }
  @media (min-width: 1400px) {
    .frame__bg {
      border-radius: 40px 40px 0 0; }
    .frame__bg, .frame__slider {
      width: calc(100% - 2 * 90px); } }
  @media (min-width: 1440px) {
    .frame__bg, .frame__slider {
      width: calc(1440px - 2 * 90px); } }
  @media (min-width: 992px) and (max-width: 1199px) and (orientation: portrait) {
    .frame {
      min-height: 70vh; } }
  @media (min-height: 1000px) and (min-width: 1600px) {
    .frame {
      min-height: 70vh; }
      .frame__box {
        padding-top: 84px; }
      .frame__bg {
        top: 84px; } }
  @media (min-height: 1367px) and (orientation: portrait) {
    .frame {
      min-height: 65vh; } }
  @media (min-height: 1500px) and (orientation: portrait) {
    .frame {
      min-height: 58vh; } }
  @media (min-height: 1900px) and (orientation: portrait) {
    .frame {
      min-height: 52vh; } }
  @media (min-height: 1600px) {
    .frame {
      min-height: 49vh; } }
  @media (min-height: 2000px) {
    .frame {
      min-height: 38vh; } }
  @media (max-height: 420px) {
    .frame__bg {
      height: 300vh; } }

.info {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 375px) {
    .info {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 576px) {
    .info {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .info {
      padding-left: 70px;
      padding-right: 70px; } }
  @media (min-width: 1200px) {
    .info {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1400px) {
    .info {
      padding-left: 110px;
      padding-right: 110px; } }
  .info__side {
    margin-bottom: 18px; }
  .info__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: -1.2px;
    color: #131417;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 5px; }
  @media (min-width: 375px) {
    .info__side {
      margin-bottom: 21px; }
    .info__title {
      font-size: 32px;
      line-height: 42px; } }
  @media (min-width: 576px) {
    .info {
      padding-top: 50px;
      padding-bottom: 10px; }
      .info__side {
        margin-bottom: 30px; }
      .info__title {
        font-size: 44px;
        line-height: 56px;
        margin-bottom: 13px; } }
  @media (min-width: 992px) {
    .info {
      flex-direction: row;
      align-items: center; }
      .info__base {
        width: 45%;
        margin-right: 60px; }
      .info__side {
        flex: 1;
        margin-bottom: 0;
        text-align: right; }
      .info__title {
        font-size: 52px;
        line-height: 67px; } }
  @media (min-width: 1200px) {
    .info__title {
      font-size: 56px;
      line-height: 73px;
      margin-bottom: 15px; } }
  @media (min-width: 1400px) {
    .info__title {
      font-size: 60px;
      line-height: 77px; } }
  @media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
    .info {
      flex-direction: column-reverse;
      align-items: flex-start; }
      .info__base {
        width: 100%;
        margin-right: 0; }
      .info__side {
        margin-bottom: 32px; } }
  @media (max-height: 420px) {
    .info__title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px; } }

/* horizontal slider for cases */
.trigger {
  min-height: 1px; }

.slider {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 89px;
  padding-bottom: 30px;
  overflow: hidden; }
  .slider__container {
    padding-left: 20px;
    padding-right: 20px; }
  .slider__box {
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(5px); }
  .slider__item {
    display: flex;
    flex-direction: column;
    width: 230px; }
    .slider__item:not(:last-child) {
      margin-right: 50px; }
    .slider__item:nth-child(odd) .case__box {
      margin-bottom: 21px; }
    .slider__item:nth-child(even) .case {
      flex-direction: column-reverse; }
      .slider__item:nth-child(even) .case__box {
        margin-top: 21px; }
    .slider__item .case {
      flex: 1; }
  @media (min-width: 375px) {
    .slider__box {
      transform: translateX(10px); }
    .slider__item {
      width: 270px; }
      .slider__item:not(:last-child) {
        margin-right: 60px; }
      .slider__item:nth-child(odd) .case__box {
        margin-bottom: 24px; }
      .slider__item:nth-child(even) .case__box {
        margin-top: 24px; }
    .slider .case__title {
      font-size: 36px; }
    .slider .case__desc {
      margin-top: 9px;
      font-size: 21px; } }
  @media (min-width: 576px) {
    .slider__container {
      padding-left: 40px;
      padding-right: 40px; }
    .slider__item {
      width: 300px; }
      .slider__item:not(:last-child) {
        margin-right: 90px; } }
  @media (min-width: 768px) {
    .slider {
      padding-top: 117px;
      padding-bottom: 67px; }
      .slider__item {
        width: 400px; }
        .slider__item:not(:last-child) {
          margin-right: 150px; }
        .slider__item:nth-child(odd) .case__box {
          margin-bottom: 30px; }
        .slider__item:nth-child(even) .case__box {
          margin-top: 30px; }
      .slider .case__title {
        font-size: 50px; }
      .slider .case__desc {
        margin-top: 10px;
        font-size: 28px; } }
  @media (min-width: 992px) {
    .slider__container {
      padding-left: 40px;
      padding-right: 40px; }
    .slider__box {
      transform: translateX(30px); } }
  @media (min-width: 1200px) {
    .slider__container {
      padding-left: 70px;
      padding-right: 70px; }
    .slider__box {
      transform: translateX(30px); } }
  @media (min-width: 1400px) {
    .slider__container {
      padding-left: 90px;
      padding-right: 90px; }
    .slider__box {
      transform: translateX(20px); } }
  @media (min-width: 1440px) {
    .slider__container {
      padding-left: calc((100vw - 1260px) / 2);
      padding-right: calc((100vw - 1260px) / 2); }
    .slider__box {
      transform: translateX(calc((1260px - 100vw) / 2 + 110px)); } }
  @media (min-width: 992px) and (max-height: 799px) {
    .slider {
      padding-top: 104px;
      padding-bottom: 30px; }
      .slider__item {
        width: 320px; }
        .slider__item:not(:last-child) {
          margin-right: 120px; }
        .slider__item:nth-child(odd) .case__box {
          margin-bottom: 25px; }
        .slider__item:nth-child(even) .case__box {
          margin-top: 25px; }
      .slider .case__title {
        font-size: 40px; }
      .slider .case__desc {
        margin-top: 9px;
        font-size: 22px; } }
  @media (min-width: 768px) and (max-height: 699px) {
    .slider {
      padding-top: 104px;
      padding-bottom: 30px; }
      .slider__item {
        width: 260px; }
        .slider__item:not(:last-child) {
          margin-right: 100px; }
        .slider__item:nth-child(odd) .case__box {
          margin-bottom: 21px; }
        .slider__item:nth-child(even) .case__box {
          margin-top: 21px; }
      .slider .case__title {
        font-size: 32px; }
      .slider .case__desc {
        margin-top: 7px;
        font-size: 18px; } }
  @media (max-height: 420px) {
    .slider {
      padding-top: 84px;
      padding-bottom: 15px; }
      .slider__item {
        display: block;
        width: 450px; }
        .slider__item:not(:last-child) {
          margin-right: 80px; }
        .slider__item:nth-child(odd) .case__box {
          margin-bottom: 0; }
        .slider__item:nth-child(even) .case {
          flex-direction: row; }
          .slider__item:nth-child(even) .case__box {
            margin-top: 0; }
      .slider .case {
        flex-direction: row; }
        .slider .case__title {
          font-size: 32px; }
        .slider .case__desc {
          margin-top: 7px;
          font-size: 18px; }
        .slider .case__cover {
          padding-bottom: 0;
          margin-left: 30px;
          width: 220px;
          height: 220px; } }
  @media (min-width: 600px) and (max-height: 420px) {
    .slider__item {
      width: 470px; }
      .slider__item:not(:last-child) {
        margin-right: 100px; } }

/* blog */
.blog {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px 30px; }
  .blog:hover .blog__btn {
    color: #fff;
    background-color: #131417; }
  .blog__top {
    margin-bottom: 20px; }
  .blog__title {
    margin-bottom: 10px; }
  .blog__bottom {
    margin-top: 25px; }
  @media (min-width: 576px) {
    .blog {
      padding: 30px 35px 35px; }
      .blog__title {
        margin-bottom: 15px; }
      .blog__bottom {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    .blog {
      padding: 35px 50px 50px; }
      .blog__title {
        margin-bottom: 15px; }
      .blog__bottom {
        margin-top: 40px; } }

.case {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column; }
  .case:hover .case__btn {
    color: #fff;
    background-color: #131417; }
  .case__box {
    flex: 1; }
  .case__title {
    color: #fff;
    font-size: 32px;
    line-height: 1.28;
    font-weight: bold;
    letter-spacing: -1px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .case__desc {
    margin-top: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .case__cover {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff; }
  .case__img {
    -o-object-fit: cover;
       object-fit: cover; }
  .case__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

/* top section */
.top {
  padding-top: 64px;
  padding-bottom: 20px; }
  .top__box {
    padding-top: 40px; }
  .top__row {
    margin-bottom: 16px; }
  .top_blog .top__box {
    padding-top: 50px;
    padding-bottom: 5px; }
  @media (min-width: 576px) {
    .top {
      padding-bottom: 30px; }
      .top__box {
        padding-top: 70px; }
      .top__row {
        margin-bottom: 30px; }
      .top_blog .top__box {
        padding-top: 50px; }
      .top_case .top__box {
        padding-top: 60px; } }
  @media (min-width: 992px) {
    .top {
      padding-bottom: 35px; }
      .top__box {
        padding-top: 100px; }
      .top_case .top__box {
        padding-top: 110px; } }
  @media (min-width: 1400px) {
    .top {
      padding-bottom: 40px; }
      .top__box {
        padding-top: 120px; }
      .top_blog .top__box {
        padding-bottom: 10px; }
      .top_case .top__box {
        padding-top: 144px; } }

.category {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 576px) {
    .category {
      padding: 4px 18px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .category {
      padding: 5px 20px;
      font-size: 20px; } }

/* form elements */
.form {
  position: relative;
  /* input fields */
  /* errors */
  /* rows, cells, grid */
  /* form success message */ }
  .form__control {
    position: relative;
    max-width: 100%; }
  .form__label {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 10px; }
  .form__select, .form__input, .form__textarea {
    vertical-align: middle;
    outline: none;
    display: block;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    border: none;
    color: #41444F;
    font-size: 20px;
    line-height: 1.4;
    font-family: "GT Walsheim", sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding: 16px 25px;
    background-color: #fff;
    transition: box-shadow 0.25s ease; }
    .form__select::-webkit-input-placeholder, .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
      color: rgba(195, 195, 195, 0.6); }
    .form__select::-moz-placeholder, .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
      color: rgba(195, 195, 195, 0.6); }
    .form__select:-ms-input-placeholder, .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
      color: rgba(195, 195, 195, 0.6); }
    .form__select:focus, .form__input:focus, .form__textarea:focus {
      box-shadow: 0 0 0 3px rgba(50, 197, 255, 0.5);
      outline: none; }
    .form__select:disabled, .form__select_disabled, .form__input:disabled, .form__input_disabled, .form__textarea:disabled, .form__textarea_disabled {
      color: #efefef;
      background-color: #ebeae9; }
  .form__input, .form__select {
    position: relative;
    height: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #c3c3c3; }
  .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #c3c3c3; }
  .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #c3c3c3; }
  .form__textarea {
    overflow: auto;
    resize: vertical;
    min-height: 157px; }
  .form__select {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right center; }
    .form__select::-ms-expand {
      display: none; }
  .form__option {
    padding: 5px 9px; }
    .form__option:focus {
      outline: none; }
  .form__error .form__input, .form__error .form__textarea, .form__error .form__select {
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.7); }
    .form__error .form__input:focus, .form__error .form__textarea:focus, .form__error .form__select:focus {
      box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.7); }
  .form__error .form__error-message {
    display: block; }
  .form__error-message {
    width: 100%;
    display: none;
    color: #f00;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 6px;
    text-align: left; }
    .form__error-message_show {
      display: block; }
  .form__row:not(:first-child) {
    margin-top: 20px; }
  .form__flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px; }
  .form__item {
    margin-left: 10px;
    margin-bottom: 10px; }
  .form__btn {
    margin-top: 40px; }
  .form__success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease; }
  .form__success-box {
    padding: 20px;
    max-width: 100%; }
  .form__success-title {
    font-weight: bold;
    margin-bottom: 20px; }
  .form_sended .form__container {
    display: none;
    visibility: hidden;
    pointer-events: none; }
  .form_sended .form__success {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media (min-width: 576px) {
    .form__label {
      font-size: 23px;
      line-height: 31px;
      margin-bottom: 13px; }
    .form__select, .form__input, .form__textarea {
      padding: 20px 28px;
      font-size: 23px;
      line-height: 30px;
      border-radius: 12px; }
      .form__select:focus, .form__input:focus, .form__textarea:focus {
        box-shadow: 0 0 0 4px rgba(50, 197, 255, 0.5); }
    .form__input, .form__select {
      height: 70px; }
    .form__textarea {
      min-height: 174px; }
    .form__row:not(:first-child) {
      margin-top: 25px; }
    .form__flex {
      margin-left: -12px;
      margin-bottom: -12px; }
    .form__item {
      margin-left: 12px;
      margin-bottom: 12px; }
    .form__btn {
      margin-top: 45px; }
    .form__success {
      border-radius: 12px; }
    .form__success-box {
      padding: 30px 40px; } }
  @media (min-width: 768px) {
    .form_sended {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .form__label {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 15px; }
    .form__select, .form__input, .form__textarea {
      padding: 22px 30px;
      font-size: 26px;
      line-height: 36px;
      border-radius: 15px; }
    .form__input, .form__select {
      height: 80px; }
    .form__textarea {
      min-height: 190px; }
    .form__row:not(:first-child) {
      margin-top: 30px; }
    .form__flex {
      margin-left: -15px;
      margin-bottom: -15px; }
    .form__item {
      margin-left: 15px;
      margin-bottom: 15px; }
    .form__btn {
      margin-top: 60px; }
    .form__success {
      border-radius: 15px; }
    .form__success-box {
      padding: 40px 50px;
      max-width: 100%; }
    .form_sended {
      max-width: 100%; } }

.check {
  line-height: 1; }
  .check__label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 16px 25px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: -0.5px;
    cursor: pointer;
    position: relative;
    color: #131417;
    border-radius: 8px;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    transition: background-color 0.25s ease, color 0.25s ease; }
  .check__input {
    display: none; }
    .check__input:checked + .check__label {
      background-color: #131417;
      color: #fff; }
    .check__input[disabled="disabled"] + .check__label {
      cursor: default;
      opacity: 0.5; }
  @media (min-width: 576px) {
    .check__label {
      padding: 20px 28px;
      font-size: 23px;
      line-height: 30px;
      border-radius: 12px; } }
  @media (min-width: 992px) {
    .check__label {
      padding: 22px 30px;
      font-size: 26px;
      line-height: 36px;
      border-radius: 15px; } }

.cover {
  overflow: hidden;
  text-align: center; }
  .cover__pic {
    display: inline-flex;
    margin-bottom: -6.5%; }
  .cover__padding {
    padding-left: 5%;
    padding-right: 5%; }
  .cover_inner {
    border-radius: 10px; }

.board {
  position: relative;
  height: 0;
  padding-bottom: 47.5%;
  overflow: hidden; }
  .board__pic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .board img {
    width: 100%;
    height: calc(100% + 50px);
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 1400px) {
    .board {
      height: 600px;
      padding-bottom: 0; } }

.screen {
  padding-top: 40px; }
  @media (min-width: 576px) {
    .screen {
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .screen {
      padding-top: 80px; } }
  @media (min-width: 1441px) {
    .screen__img {
      width: 2490px;
      left: 50%;
      transform: translateX(-50%); } }

.wall {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #fff; }
  @media (min-width: 375px) {
    .wall {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 576px) {
    .wall {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .wall {
      padding-left: 70px;
      padding-right: 70px; } }
  @media (min-width: 1200px) {
    .wall {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1400px) {
    .wall {
      padding-left: 110px;
      padding-right: 110px; } }
  @media (min-width: 576px) {
    .wall {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .wall {
      padding-top: 80px;
      padding-bottom: 100px; } }

.shadow {
  position: relative;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.052); }
  .shadow_big {
    box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.1);
    border-radius: 18px; }
  .shadow_large {
    box-shadow: 0 2px 120px 0 rgba(0, 0, 0, 0.1);
    border-radius: 24px; }
  @media (min-width: 576px) {
    .shadow {
      box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1); }
      .shadow_big {
        box-shadow: 0 2px 120px 0 rgba(0, 0, 0, 0.1);
        border-radius: 22px; }
      .shadow_large {
        box-shadow: 0 3px 180px 0 rgba(0, 0, 0, 0.1);
        border-radius: 40px; } }
  @media (min-width: 768px) {
    .shadow_big {
      border-radius: 28px; }
    .shadow_large {
      border-radius: 60px; } }
  @media (min-width: 992px) {
    .shadow_big {
      border-radius: 36px; }
    .shadow_large {
      border-radius: 67px; } }
  @media (min-width: 1200px) {
    .shadow_big {
      border-radius: 48px; }
    .shadow_large {
      border-radius: 75px; } }

/* decoration backgrounds */
.decor {
  position: relative; }
  .decor__bg {
    position: absolute;
    left: 50%;
    bottom: -41vw;
    transform: translateX(-50%);
    height: auto;
    width: 102%; }
  .decor__content {
    position: relative; }
  @media (min-width: 576px) {
    .decor__bg {
      bottom: -33vw; } }
  @media (min-width: 1200px) {
    .decor__bg {
      bottom: -29.5vw; } }
  @media (min-width: 1400px) {
    .decor__bg {
      bottom: -400px; } }

.decor-blue {
  position: relative; }
  .decor-blue__wrap {
    position: absolute;
    top: 123px;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    overflow: hidden; }
    .decor-blue__wrap:before {
      content: '';
      position: absolute;
      top: inherit;
      bottom: inherit;
      left: inherit;
      width: inherit;
      background-color: #F8FAFF; }
  .decor-blue__bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: auto;
    width: 102%; }
  .decor-blue__content {
    position: relative; }

.decor-wave {
  position: relative; }
  .decor-wave__wrap {
    position: absolute;
    top: 7.7vw;
    left: 0;
    bottom: 7vw;
    z-index: -1;
    width: 100%;
    overflow: hidden; }
    .decor-wave__wrap:before {
      content: '';
      position: absolute;
      top: 13vw;
      bottom: 13vw;
      left: inherit;
      width: inherit;
      background-color: #F5F7FA; }
    @media (min-width: 1400px) {
      .decor-wave__wrap {
        top: 111px;
        bottom: 101px; } }
  .decor-wave__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    min-width: 102%; }
    .decor-wave__bg_top {
      top: 0; }
    .decor-wave__bg_bottom {
      bottom: 0; }

.card {
  background-color: #F8FAFF;
  border-radius: 10px;
  padding: 30px 30px 35px; }
  .card__top {
    height: 50px;
    margin-bottom: 21px; }
  .card__icon {
    max-height: 100%;
    width: auto; }
  .card__desc {
    margin-top: 5px; }
  @media (min-width: 375px) {
    .card__top {
      height: 60px; }
    .card__desc {
      margin-top: 7px; } }
  @media (min-width: 576px) {
    .card {
      padding: 40px 40px 50px; }
      .card__top {
        height: 70px;
        margin-bottom: 28px; }
      .card__desc {
        margin-top: 10px; } }
  @media (min-width: 1200px) {
    .card {
      padding: 50px 50px 60px; }
      .card__top {
        height: 75px;
        margin-bottom: 35px; } }

.steps {
  padding-top: 45px;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .steps {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .steps {
      padding-top: 15px;
      margin-bottom: 60px; } }

.step {
  margin-bottom: 30px; }
  .step__side {
    margin-top: 25px; }
  .step__count {
    color: #9AA2B0;
    font-size: 16px;
    line-height: 1.6; }
  .step__title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #41444F; }
  .step__desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5; }
  @media (min-width: 576px) {
    .step {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .step {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .step__base {
        flex: 1;
        padding-right: 20px; }
      .step__side {
        width: 51%;
        margin-top: 0; }
      .step__count {
        font-size: 20px;
        line-height: 36px; }
      .step__title {
        font-size: 32px;
        line-height: 44px; }
      .step__desc {
        font-size: 24px; }
      .step_reverse {
        flex-direction: row-reverse; }
        .step_reverse .step__base {
          padding-right: 0;
          padding-left: 30px; } }

.sep__side {
  margin-top: 30px; }

@media (min-width: 768px) {
  .sep {
    display: flex;
    flex-wrap: wrap; }
    .sep__base {
      width: 60%;
      padding-right: 11%; }
    .sep__side {
      width: 40%;
      margin-top: 0; } }

.promo__base {
  margin-top: 25px; }

.promo__tags {
  padding-top: 5px; }

.promo__text {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.5px; }
  .promo__text:not(:last-child) {
    margin-bottom: 30px; }
  @media (min-width: 375px) {
    .promo__text {
      font-size: 24px; } }
  @media (min-width: 576px) {
    .promo__text {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .promo__text:not(:last-child) {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .promo__text {
      font-size: 30px;
      line-height: 1.57; }
      .promo__text:not(:last-child) {
        margin-bottom: 50px; } }
  @media (min-width: 1400px) {
    .promo__text {
      font-size: 32px; } }
  @media (max-height: 420px) {
    .promo__text {
      font-size: 21px;
      line-height: 34px; } }

@media (min-width: 576px) {
  .promo__base {
    margin-top: 30px; } }

@media (min-width: 768px) {
  .promo {
    display: flex;
    flex-wrap: wrap; }
    .promo__side {
      flex: 1;
      padding-right: 40px; }
    .promo__base {
      margin-top: 0;
      width: 60%; }
    .promo__tags {
      padding-top: 10px; } }

@media (min-width: 992px) {
  .promo__base {
    width: 56%; } }

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px; }
  .tags__item {
    margin-top: 10px;
    margin-left: 10px; }
  @media (min-width: 576px) {
    .tags {
      margin-top: -15px;
      margin-left: -15px; }
      .tags__item {
        margin-top: 15px;
        margin-left: 15px; } }
  @media (min-width: 1200px) {
    .tags {
      margin-top: -20px;
      margin-left: -20px; }
      .tags__item {
        margin-top: 20px;
        margin-left: 20px; } }

.tag {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px 16px 16px 16px;
  padding: 4px 17px 6px 17px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .tag:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
    z-index: -1;
    background-image: inherit; }
  .tag_app {
    background-image: linear-gradient(-45deg, #32C5FF 20%, #B620E0 51%, #F7B500 80%);
    color: #B620E0; }
  .tag_web {
    background-image: linear-gradient(135deg, #A386FF 20%, #7561EC 80%);
    color: #A386FF; }
  .tag_ux {
    background-image: linear-gradient(135deg, #FF9EC1 20%, #F92F79 80%);
    color: #FF9EC1; }
  .tag_il {
    background-image: linear-gradient(-45deg, #FF5360 20%, #FFA466 80%);
    color: #FF5360; }
  .tag_html {
    background-image: linear-gradient(135deg, #ADE8CC 20%, #82A9E0 80%);
    color: #ADE8CC; }
  @media (min-width: 576px) {
    .tag {
      border-radius: 4px 20px 20px 20px;
      padding: 4px 19px 8px 17px;
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .tag {
      padding: 5px 21px 9px 19px;
      font-size: 28px;
      line-height: 40px; } }

.next {
  display: block;
  text-decoration: none;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #131417;
  transition: background-color 0.25s ease; }
  .next:hover {
    background-color: #0685F4; }
    .next:hover .next__title.lead {
      color: #fff; }
  .next__title {
    margin-bottom: 5px; }
    .next__title.lead {
      transition: color 0.25s ease; }
  @media (min-width: 576px) {
    .next {
      padding-top: 90px;
      padding-bottom: 30px; }
      .next__title {
        margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .next {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .next {
      padding-top: 120px;
      padding-bottom: 40px; } }
  @media (min-width: 1400px) {
    .next {
      padding-top: 140px; } }

.phone {
  position: relative;
  max-width: 855px;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 4%;
  margin-left: auto;
  margin-right: auto; }
  .phone__box {
    position: relative;
    height: 0;
    padding-bottom: 199.5%;
    transform: translateY(100px);
    will-change: transform; }
  .phone__item {
    position: absolute;
    max-width: calc(605/855 * 100%);
    will-change: transform; }
    .phone__item_1 {
      top: 0;
      left: 0;
      z-index: 1;
      transform: translateX(17.7%); }
    .phone__item_2 {
      right: 0;
      bottom: 0;
      text-align: right;
      transform: translateX(-23.7%); }
    .phone__item .shadow {
      display: inline-flex; }
  @media (min-width: 768px) {
    .phone {
      padding-left: calc((100% - 855px) / 10 * 6);
      padding-right: calc((100% - 855px) / 10 * 4); } }

/* popup (modal window) */
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  background-color: rgba(19, 20, 23, 0.4);
  z-index: 6500;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s, height 0s ease 0.3s;
  /* opened popup */ }
  .popup:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ''; }
  .popup__box {
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.6);
    transition: transform .25s ease, opacity .25s ease; }
  .popup__body {
    position: relative;
    padding: 40px 20px 25px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 7px 7px 36px 3px rgba(0, 0, 0, 0.13);
    transition: padding .2s ease; }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 46px; }
    .popup__close:focus {
      outline: none; }
  .popup__close-icon {
    display: block;
    position: relative;
    width: 18px; }
    .popup__close-icon:before, .popup__close-icon:after {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      height: 2px;
      background-color: #131417;
      transition: background-color 0.25s ease; }
    .popup__close-icon:before {
      transform: rotate(45deg); }
    .popup__close-icon:after {
      transform: rotate(-45deg); }
  .popup_calendly .popup__box {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    max-height: none; }
  .popup_calendly .popup__close {
    width: 50px;
    height: 50px; }
  .popup_calendly .popup__close-icon:before, .popup_calendly .popup__close-icon:after {
    background-color: #fff; }
  .popup_show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
    transition: transform 0s ease, opacity 0.3s ease; }
    .popup_show .popup__box {
      opacity: 1;
      transform: scale(1); }
  @media (min-width: 576px) {
    .popup__box {
      padding-left: 40px;
      padding-right: 40px; }
    .popup__body {
      padding: 45px 40px 35px; }
    .popup_calendly .popup__box {
      padding-left: 40px;
      padding-right: 40px; }
    .popup_calendly .popup__close {
      width: 60px;
      height: 60px; } }
  @media (min-width: 768px) {
    .popup__close {
      width: 60px;
      height: 60px; }
    .popup__close-icon {
      width: 20px; } }
  @media (min-width: 992px) {
    .popup_calendly .popup__box {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      padding-left: 0;
      padding-right: 0;
      height: 90%;
      max-height: 680px;
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    .popup__box {
      width: 80%;
      padding-left: 0;
      padding-right: 0; }
    .popup__body {
      padding: 55px 70px 35px; }
    .popup_calendly .popup__box {
      width: 100%; } }
  @media (min-width: 1400px) {
    .popup__box {
      padding-left: 90px;
      padding-right: 90px; }
    .popup__body {
      padding: 55px 90px 35px; } }

/* section above the footer */
.bottom {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 85px);
  padding-top: 125px;
  padding-bottom: 30px;
  background-color: #fff; }
  .bottom__caption {
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      .bottom__caption {
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .bottom__caption {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) and (max-height: 699px) {
      .bottom__caption {
        margin-bottom: 45px; } }
    @media (max-height: 420px) {
      .bottom__caption {
        margin-bottom: 20px; } }
  @media (min-width: 576px) {
    .bottom {
      padding-top: 104px;
      min-height: calc(100vh - 82px); } }
  @media (min-width: 768px) {
    .bottom {
      padding-top: 104px; } }
  @media (max-height: 420px) {
    .bottom {
      padding-bottom: 10px;
      min-height: calc(100vh - 67px); } }
  @media (max-height: 350px) {
    .bottom {
      padding-bottom: 0; } }

/*** footer ***/
.footer {
  flex-shrink: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  .footer__container {
    display: flex;
    flex-wrap: wrap; }
  .footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px; }
    .footer__social .footer__link {
      margin-left: 11px;
      margin-right: 11px; }
  .footer__copyright, .footer__side {
    width: 100%;
    text-align: center; }
  .footer__copyright {
    order: 3; }
  .footer__side {
    margin-bottom: 15px; }
  .footer__text, .footer__link {
    font-size: 14px;
    line-height: 20px;
    color: #131417; }
  .footer__link {
    text-decoration: none;
    transition: color 0.25s ease; }
    .footer__link:hover {
      color: rgba(19, 20, 23, 0.7); }
  @media (min-width: 375px) {
    .footer__copyright, .footer__side {
      width: auto; }
    .footer__side {
      order: 3;
      margin-bottom: 0;
      margin-left: auto; }
    .footer__copyright {
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 30px; }
      .footer__social {
        order: 2;
        width: auto;
        margin-bottom: 0; }
      .footer__copyright {
        order: 1;
        margin-right: auto; }
      .footer__side {
        order: 3;
        margin-left: 10px; }
      .footer__text, .footer__link {
        font-size: 16px;
        line-height: 22px; } }
  @media (max-height: 420px) {
    .footer {
      padding-top: 10px;
      padding-bottom: 10px; }
      .footer__social {
        margin-bottom: 8px; } }
