@import url(https://fonts.googleapis.com/css2?family=Lato:wght@700&amp;display=swap);

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-regular.html') format('woff2'),
    url('../woff/metropolis-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-medium.html') format('woff2'),
    url('../woff/metropolis-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-semibold.html') format('woff2'),
    url('../woff/metropolis-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-bold.html') format('woff2'),
    url('../woff/metropolis-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

:focus-visible {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #050e1a;
  line-height: 1;
  font-family: 'Metropolis';
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: 'Metropolis';
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

body.lock {
  -ms-touch-action: none;
  touch-action: none;
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.container {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-1 {
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-2 {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
}

.modal__window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  visibility: hidden;
  -webkit-transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  pointer-events: none;
  z-index: 10010;
}

.modal_open {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.modal_open .modal__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  cursor: auto;
}

.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.modal__content {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  max-width: 60.5rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  background-color: transparent;
  border-radius: 0.9375rem;
}

.modal__content#download-guide-container {
  background-color: #fff;
}

.modal__content#download-guide-container .modal__exit {
  right: 20px;
  top: 20px;
}

.modal__content#download-guide-container .modal__exit svg {
  fill: #2f80ed;
}

.modal__content#download-guide-container .modal__exit:hover svg {
  fill: #013a85;
}

.modal__exit {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal__exit svg {
  fill: #fff;
  -webkit-transition: fill 0.4s ease 0s;
  -o-transition: fill 0.4s ease 0s;
  transition: fill 0.4s ease 0s;
}

.modal__exit:hover svg {
  fill: #2f80ed;
}

h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 122%;
  letter-spacing: -0.01em;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button-primary {
  padding: 30px 50px;
  background: #2f80ed;
  color: #fff;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
  font-size: 18px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.button-primary:focus,
.button-primary:hover {
  background: #4091ff;
  -webkit-box-shadow: 0 6px 24px -12px rgba(45, 134, 255, 0.8);
  box-shadow: 0 6px 24px -12px rgba(45, 134, 255, 0.8);
  border-radius: 50px;
}

.button-primary:active {
  background: #2d79e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pure-g {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

.pure-button {
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  border: none;
  font-family: inherit;
  padding: 0.5em 1em;
  color: #000;
  background-color: #e6e6e6;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 110%;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
  border: none;
  background-image: none;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-form input[type='color'],
.pure-form input[type='date'],
.pure-form input[type='datetime-local'],
.pure-form input[type='datetime'],
.pure-form input[type='email'],
.pure-form input[type='month'],
.pure-form input[type='number'],
.pure-form input[type='password'],
.pure-form input[type='search'],
.pure-form input[type='tel'],
.pure-form input[type='text'],
.pure-form input[type='time'],
.pure-form input[type='url'],
.pure-form input[type='week'],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
}

.pure-form input[type='color'] {
  padding: 0.2em 0.5em;
}

.pure-form input:not([type]):focus,
.pure-form input[type='color']:focus,
.pure-form input[type='date']:focus,
.pure-form input[type='datetime-local']:focus,
.pure-form input[type='datetime']:focus,
.pure-form input[type='email']:focus,
.pure-form input[type='month']:focus,
.pure-form input[type='number']:focus,
.pure-form input[type='password']:focus,
.pure-form input[type='search']:focus,
.pure-form input[type='tel']:focus,
.pure-form input[type='text']:focus,
.pure-form input[type='time']:focus,
.pure-form input[type='url']:focus,
.pure-form input[type='week']:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}

.pure-form input[type='checkbox']:focus,
.pure-form input[type='file']:focus,
.pure-form input[type='radio']:focus {
  outline: #129fea auto 1px;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input:not([type])[disabled],
.pure-form input[type='color'][disabled],
.pure-form input[type='date'][disabled],
.pure-form input[type='datetime-local'][disabled],
.pure-form input[type='datetime'][disabled],
.pure-form input[type='email'][disabled],
.pure-form input[type='month'][disabled],
.pure-form input[type='number'][disabled],
.pure-form input[type='password'][disabled],
.pure-form input[type='search'][disabled],
.pure-form input[type='tel'][disabled],
.pure-form input[type='text'][disabled],
.pure-form input[type='time'][disabled],
.pure-form input[type='url'][disabled],
.pure-form input[type='week'][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type='checkbox']:focus:invalid:focus,
.pure-form input[type='file']:focus:invalid:focus,
.pure-form input[type='radio']:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  position: relative;
}

.nav_horizontal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.nav_justify {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.nav_justify li {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.hidden {
  display: none;
}

.pure-u-static {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.pure-u-fluid {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-3-4 {
  width: 75%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.paper-form {
  background: #fff;
  -webkit-box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  padding: 50px;
}

.paper-form h4 {
  margin: 0 0 30px;
}

.paper-form .button-primary {
  margin: 0 0 0 auto;
}

.paper-form .form-group {
  margin: 0 0 35px;
  position: relative;
}

.paper-form .form-group input,
.paper-form .form-group textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
  background: #f7f8fa;
  border: 1px solid #f0f2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.paper-form .form-group input::-webkit-input-placeholder,
.paper-form .form-group textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-webkit-input-placeholder,
.paper-form .form-group textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-moz-placeholder,
.paper-form .form-group textarea::-moz-placeholder {
  color: #97a9be;
}

.paper-form .form-group input:-ms-input-placeholder,
.paper-form .form-group textarea:-ms-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-ms-input-placeholder,
.paper-form .form-group textarea::-ms-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::placeholder,
.paper-form .form-group textarea::placeholder {
  color: #97a9be;
}

.paper-form .form-group input:focus,
.paper-form .form-group textarea:focus {
  border: 1px solid #97a9be;
}

.paper-form .form-group input:-webkit-autofill,
.paper-form .form-group input:-webkit-autofill:focus,
.paper-form .form-group input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #f7f8fa inset;
  -webkit-text-fill-color: #415166;
}

.paper-form .form-group textarea {
  resize: none;
}

.paper-form .form-group.has-danger .custom-select-opener,
.paper-form .form-group.has-danger input {
  border: 1px solid #de4244;
}

.paper-form .form-group .text-help {
  position: absolute;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 16px;
}

.paper-form .form-group .text-help.pristine-error {
  color: #de4244;
}

.paper-form .form-group .pristine-error {
  display: none;
}

.paper-form .form-group.has-danger .pristine-error {
  display: block;
}

.snackbar {
  z-index: 99;
  -webkit-animation: fadeIn 0.2s, fadeOut 0.2s 2.85s;
  animation: fadeIn 0.2s, fadeOut 0.2s 2.85s;
  position: fixed;
  left: 3.5%;
  background: #121212;
  bottom: 25px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
  display: none;
}

.snackbar p {
  font-size: 18px;
  line-height: 156%;
  margin: 0;
  color: #fff;
}

.snackbar.active {
  display: block;
}

.snackbar.error {
  background: #de4244;
}

.snackbar.success {
  background: #13966e;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cookies_popup {
  z-index: 98;
  -webkit-animation: fadeIn 0.2s ease-in;
  animation: fadeIn 0.2s ease-in;
  position: fixed;
  left: 3.5%;
  background: #121212;
  bottom: 25px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 15px;
  display: none;
}

.cookies_popup p {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.cookies_popup > div {
  margin-right: 15px;
}

.cookies_popup a {
  text-decoration: none;
  color: #2f80ed;
}

.cookies_popup button {
  padding: 10px 25px;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  background: #121212;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
}

.title-section {
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 75px;
}
.title-section span {
  color: #2f80ed;
}

.subtitle {
  max-width: 600px;
  margin: 75px auto;
  text-align: center;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #415166;
}

.subtitle--small {
  font-size: 18px;
  line-height: 156%;
}

.clr-blue {
  color: #2f80ed;
}

.title-section--left {
  text-align: start;
  margin-bottom: 20px;
}

.padding-section-small {
  padding: 80px 0;
}

.padding-section {
  padding: 120px 0;
}

.padding-section-middle {
  padding: 100px 0;
}

.fw-medium {
  font-weight: 500;
  color: #050e1a;
}

.go-to-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px;
}

.go-to-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.go-to-list__btn span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 111.1111111111%;
  color: #2f80ed;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.go-to-list__btn svg path {
  stroke: #2f80ed;
  -webkit-transition: stroke 0.4s ease 0s;
  -o-transition: stroke 0.4s ease 0s;
  transition: stroke 0.4s ease 0s;
}

.go-to-list__btn:hover span {
  color: #325789;
}

.go-to-list__btn:hover svg path {
  stroke: #325789;
}

.accent {
  color: #2f80ed;
}

.pc {
  display: none;
}

.mb {
  display: none;
}

.clr-mahogany {
  color: #de4244;
}

.text-link {
  text-decoration: underline !important;
  color: #2f80ed;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.text-link:hover {
  color: #325789;
}

.btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 111.1111111111%;
  padding: 30px 50px;
  color: #ffffff;
  background-color: #2f80ed;
  border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn:hover {
  color: #2f80ed;
  background-color: transparent;
  border-color: #2f80ed;
}

.btn-transparent {
  background-color: transparent;
  color: #2f80ed;
  border-color: #2f80ed;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #2f80ed;
}

.bg-solitude {
  background-color: #f0f2f5;
}

/*HEADER*/

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 1px 0px #f0f2f5;
  box-shadow: 0px 1px 0px #f0f2f5;
  background: #ffffff;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 74px !important;
  padding: 10px 15px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__item {
  margin-left: 30px;
}

.menu__item--submenu {
  position: relative;
  left: 0;
  top: 0;
}

.submenu__list {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  min-width: 220px;
  -webkit-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0f2f4;
  background: #fff;
}

.submenu__item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__item:last-child {
  margin-bottom: 0;
}

.submenu__link {
  display: block;
  padding: 10px 10px;
  line-height: 20px;
  color: #415166;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__link.active {
  color: #2f80ed;
}

.menu__item--submenu:hover .submenu__list {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.menu__link {
  line-height: 20px;
  color: #415166;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link.active {
  color: #050e1a;
  text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
}

.menu__call {
  margin-left: 30px;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 14px;
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.1);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header__burger {
  display: none;
}

.footer {
  background-color: #fff;
}

.footer__body {
  padding: 50px 0;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.footer-lists__title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050e1a;
}

.footer__link {
  line-height: 20px;
  color: #050e1a;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer__locations {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
}

.footer__item {
  margin-bottom: 20px;
  line-height: 20px;
  color: #050e1a;
}

.footer__item:last-child {
  margin: 0;
}

.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid #f0f2f5;
}

.footer-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #050e1a;
}

.bottom-footer__left span {
  display: block;
}

.vertical-line {
  height: 10px;
  width: 1px;
  background: #000;
  margin: 0 15px;
}

.bottom-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  line-height: 20px;
  color: #415166;
}

.bottom-footer__right span {
  display: block;
  line-height: 20px;
  color: #97a9be;
}

.bottom-footer__link {
  line-height: 20px;
  color: #415166;
}

.hero {
  padding: 120px 0 100px;
}

.hero .container-1 {
  max-width: 895px;
}

.hero__title {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -3px;
  color: #050e1a;
}

.hero__title span {
  color: #2f80ed;
}

.hero__subtitle {
  margin: 20px auto;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #415166;
  max-width: 900px;
}

.hero__buttons {
  margin: 50px auto 166px;
  display: flex;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-row-gap: 30px;
  -moz-row-gap: 30px;
  row-gap: 30px;
}

.hero__buttons-wrap {
  position: relative;
}

.hero__button-sign {
  position: absolute;
  top: 100%;
  margin-top: 18px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.hero__button {
  display: block;
  padding: 29px 50.3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #2f80ed;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.hero__button--transparent {
  background-color: transparent;
  color: #2f80ed;
  border: 1px solid #2f80ed;
}

.list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}

.list-logo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chatbots {
  background: #f0f2f5;
}

.chatbots__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.chatbots__body form button {
  display: block;
}

.chatbots__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.chatbots__title {
  max-width: 420px;
  font-family: 'Metropolis';
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #050e1a;
}

.chatbots__title span {
  color: #2f80ed;
}

.chatbots__info {
  margin: 50px 0;
  font-size: 24px;
  line-height: 32px;
  color: #415166;
}

.chatbots__info span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chatbots__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chatbots__forma {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  padding: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
}

.forma-chatbots__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #050e1a;
}

.forma-chatbots__input {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 30px;
}

.forma-chatbots__input span {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #fd6062;
}

.forma-chatbots__input.error .empty {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input.error .empty span.empty {
  display: block;
}

.forma-chatbots__input.error .empty span.empty span.error {
  display: none;
}

.forma-chatbots__input.error span.error {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input input {
  display: block;
  width: 100%;
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__input input.error {
  border: 1px solid #fd6062;
}

.forma-chatbots__input input:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__input input::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea {
  margin-bottom: 30px;
}

.forma-chatbots__textarea textarea {
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  resize: none;
  width: 100%;
  height: 152px;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__textarea textarea:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__textarea textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::placeholder {
  color: #97a9be;
}

.forma-chatbots__button {
  display: block;
  margin: 0 auto;
  padding: 30px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #2f80ed;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media screen and (min-width: 568px) {
  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-sm {
    display: none;
  }

  .visible-sm {
    display: block;
  }

  .visible-inline-sm {
    display: inline;
  }

  .visible-flex-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .pure-u-sm-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-sm-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-10-24,
  .pure-u-sm-5-12 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-14-24,
  .pure-u-sm-7-12 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-15-24,
  .pure-u-sm-5-8 {
    width: 62.5%;
  }

  .pure-u-sm-16-24,
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-18-24,
  .pure-u-sm-3-4 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-20-24,
  .pure-u-sm-5-6 {
    width: 83.3333%;
  }

  .pure-u-sm-21-24,
  .pure-u-sm-7-8 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-24-24,
  .pure-u-sm-5-5 {
    width: 100%;
  }
}

@media (min-width: 651px) {
  .hero__buttons-wrap:first-child {
    justify-self: flex-end;
  }

  .hero__buttons-wrap:last-child {
    justify-self: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }

  .nav_horizontal-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }

  .nav_justify-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }

  .nav_justify-md li {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .visible-inline-md {
    display: inline;
  }

  .visible-flex-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .pure-u-md-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-md-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-10-24,
  .pure-u-md-5-12 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-14-24,
  .pure-u-md-7-12 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-15-24,
  .pure-u-md-5-8 {
    width: 62.5%;
  }

  .pure-u-md-16-24,
  .pure-u-md-2-3 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-20-24,
  .pure-u-md-5-6 {
    width: 83.3333%;
  }

  .pure-u-md-21-24,
  .pure-u-md-7-8 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-24-24,
  .pure-u-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

@media (min-width: 960px) {
  .submenu__item:hover {
    background-color: #2f80ed;
  }

  .submenu__item:hover .submenu__link {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-lg {
    display: none;
  }

  .visible-lg {
    display: block;
  }

  .visible-inline-lg {
    display: inline;
  }

  .visible-flex-lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .pure-u-lg-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-lg-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-10-24,
  .pure-u-lg-5-12 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-14-24,
  .pure-u-lg-7-12 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-15-24,
  .pure-u-lg-5-8 {
    width: 62.5%;
  }

  .pure-u-lg-16-24,
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-18-24,
  .pure-u-lg-3-4 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-20-24,
  .pure-u-lg-5-6 {
    width: 83.3333%;
  }

  .pure-u-lg-21-24,
  .pure-u-lg-7-8 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-24-24,
  .pure-u-lg-5-5 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .menu__link:hover {
    color: #050e1a;
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }
}

@media screen and (min-width: 1280px) {
  .text-left-xl {
    text-align: left;
  }

  .text-right-xl {
    text-align: right;
  }

  .text-center-xl {
    text-align: center;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-xl {
    display: none;
  }

  .visible-xl {
    display: block;
  }

  .visible-inline-xl {
    display: inline;
  }

  .visible-flex-xl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .pure-u-xl-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-xl-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-xl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-10-24,
  .pure-u-xl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-14-24,
  .pure-u-xl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-15-24,
  .pure-u-xl-5-8 {
    width: 62.5%;
  }

  .pure-u-xl-16-24,
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-18-24,
  .pure-u-xl-3-4 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-20-24,
  .pure-u-xl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xl-21-24,
  .pure-u-xl-7-8 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-24-24,
  .pure-u-xl-5-5 {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .text-left-xxl {
    text-align: left;
  }

  .text-right-xxl {
    text-align: right;
  }

  .text-center-xxl {
    text-align: center;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-xxl {
    display: none;
  }

  .visible-xxl {
    display: block;
  }

  .visible-inline-xxl {
    display: inline;
  }

  .visible-flex-xxl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .pure-u-xxl-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-xxl-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-xxl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-xxl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5%;
  }

  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xxl-1-5 {
    width: 20%;
  }

  .pure-u-xxl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%;
  }

  .pure-u-xxl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5%;
  }

  .pure-u-xxl-2-5 {
    width: 40%;
  }

  .pure-u-xxl-10-24,
  .pure-u-xxl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xxl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%;
  }

  .pure-u-xxl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xxl-14-24,
  .pure-u-xxl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xxl-3-5 {
    width: 60%;
  }

  .pure-u-xxl-15-24,
  .pure-u-xxl-5-8 {
    width: 62.5%;
  }

  .pure-u-xxl-16-24,
  .pure-u-xxl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xxl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xxl-18-24,
  .pure-u-xxl-3-4 {
    width: 75%;
  }

  .pure-u-xxl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xxl-4-5 {
    width: 80%;
  }

  .pure-u-xxl-20-24,
  .pure-u-xxl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xxl-21-24,
  .pure-u-xxl-7-8 {
    width: 87.5%;
  }

  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xxl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-24-24,
  .pure-u-xxl-5-5 {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .menu__item {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .title-section {
    font-size: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
  }

  .padding-section {
    padding: 100px 0;
  }

  .padding-section-middle {
    padding: 75px 0;
  }
}

@media all and (max-width: 1023px) {
  .paper-form {
    margin: 30px 0 0;
    padding: 30px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
  }

  .button-primary {
    padding: 20px 30px;
  }

  .snackbar {
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cookies_popup {
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 1023px) {
  .header {
    z-index: 10000;
  }
  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 10002;
    margin-right: 10px;
    cursor: pointer;
  }

  .header__burger span {
    background-color: #000;
  }

  .header__burger span:nth-child(1),
  .header__burger span:nth-child(2),
  .header__burger span:nth-child(3),
  .header__burger span:nth-child(4),
  .header__burger span:nth-child(5) {
    position: absolute;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger span:nth-child(1) {
    top: 0;
    left: 0;
    width: 50%;
  }

  .header__burger span:nth-child(2) {
    top: 0;
    right: 0;
    width: 50%;
  }

  .header__burger span:nth-child(3) {
    left: 0;
    top: 9px;
    width: 100%;
  }

  .header__burger span:nth-child(4) {
    left: 0;
    bottom: 0;
    width: 50%;
  }

  .header__burger span:nth-child(5) {
    right: 0;
    bottom: 0;
    width: 50%;
  }

  .menu-open .header__burger span {
    background-color: #fff;
  }

  .menu-open .header__burger span:nth-child(1) {
    top: 4px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-open .header__burger span:nth-child(2) {
    top: 4px;
    right: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .header__burger span:nth-child(3) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .menu-open .header__burger span:nth-child(4) {
    bottom: 5px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .header__burger span:nth-child(5) {
    bottom: 5px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-open .header__menu {
    opacity: 1;
    left: 0;
  }

  .menu__call {
    display: none;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    display: block;
    background-color: #121212;
    padding: 60px 10px 20px 40px;
    overflow: auto;
    z-index: 10000;
  }

  .menu__list {
    position: relative;
    display: block;
  }

  .menu__list li {
    margin: 0px 0px 30px 0px;
    text-align: left;
  }

  .menu__list li:last-child {
    margin: 0;
  }

  .menu__link {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
  }

  .menu__link.active {
    color: #2f80ed;
  }
  .menu__link--button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
  }
  .menu__link--button::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    background: url(../svg/menu-arrow.svg) 0 0/ 24px 24px no-repeat;
  }
  .menu__link--button.active::after {
    background: url(../svg/menu-arrow-blue.svg) 0 0/ 24px 24px no-repeat;
  }
  .submenu__list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  .submenu__list-overflow {
    overflow: hidden;
  }

  .submenu__list {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    border: none;
    background: transparent;
    margin-top: 30px;
  }
  .menu__item--submenu.is-open .submenu__list-wrapper {
    grid-template-rows: 1fr;
  }
  .menu__item--submenu.is-open .menu__link--button::after {
    transform: rotate(0);
  }

  .submenu__link {
    padding: 0;
    line-height: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
  }

  .footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero {
    padding: 75px 0;
  }

  .hero__title {
    font-size: 41px;
    line-height: 50px;
  }

  .hero__subtitle {
    margin: 10px auto;
    font-size: 20px;
    line-height: 28px;
  }

  .hero__buttons {
    margin: 50px auto 100px;
  }

  .hero__button {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .chatbots__body form button {
    margin: 0 auto !important;
    width: 50%;
  }

  .chatbots__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .chatbots__title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .chatbots__info {
    margin: 30px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .chatbots__awards {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .chatbots__forma {
    padding: 25px;
  }

  .forma-chatbots__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .forma-chatbots__button {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 50px 0 75px;
  }
  .title-section {
    font-size: 37px;
    line-height: 108.1081081081%;
    margin-bottom: 50px;
  }
  .subtitle {
    font-size: 22px;
    line-height: 127%;
    margin: 50px auto 20px;
  }

  .title-section--left {
    margin-bottom: 50px;
  }

  .padding-section-small {
    padding: 75px 0;
  }

  .padding-section {
    padding: 75px 0;
  }

  .go-to-list {
    margin-top: 50px;
  }

  .mb {
    display: block;
  }

  .btn {
    padding: 20px 35px;
  }
}

@media all and (max-width: 767px) {
  .paper-form {
    padding: 30px 16px;
  }
}

@media (max-width: 731px) {
  .modal__content#bookcall-content iframe {
    min-height: 605px !important;
    height: auto !important;
  }
}

@media (max-width: 650px) {
  .footer-bottom__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .bottom-footer__left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero__buttons {
    margin: 50px auto 75px;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__button-sign {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    top: auto;
    display: block;
    margin-top: 14px;
  }

  .hero__button {
    width: 100%;
  }

  .chatbots__title {
    text-align: start;
  }

  .chatbots__title span {
    display: inline-block;
  }

  .chatbots__info {
    text-align: start;
  }
}

@media (max-width: 575px) {
  .modal__window {
    padding-left: 0;
    padding-right: 0;
  }

  .modal__content#bookcall-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .modal__content#download-guide-container {
    padding: 1.25rem;
  }
}

@media all and (max-width: 567px) {
  .paper-form .button-primary {
    width: 100%;
  }
}

@media (max-width: 371px) {
  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__locations {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}

@media (any-hover: hover) {
  .menu__call:hover {
    background: rgba(47, 128, 237, 0.2);
  }

  .footer__link:hover {
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }

  .hero__button-sign {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    pointer-events: none;
  }

  .hero__button:hover {
    background: #4091ff;
    -webkit-box-shadow: 0 6px 24px -12px #2d86ff;
    box-shadow: 0 6px 24px -12px #2d86ff;
  }

  .hero__button:hover + span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .hero__button--transparent:hover {
    background-color: #2f80ed;
    color: #fff;
  }

  .forma-chatbots__button:hover {
    background: #4091ff;
    -webkit-box-shadow: 0 6px 24px -12px #2d86ff;
    box-shadow: 0 6px 24px -12px #2d86ff;
  }
}

.result {
  background-color: #121c29;
}

.result--light {
  background-color: #fff;
}

.result .container-1 {
  padding: 0;
}

.result__title {
  margin-bottom: 75px;
  color: #fff;
  letter-spacing: -4%;
}
.result--light .result__title {
  color: rgb(5, 14, 26);
}
.result--light .result__subtitle {
  color: rgb(65, 81, 102);
}
.result__subtitle {
  color: #fff;
}

.result__statistic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 50px auto 0;
  gap: 30px;
}
.statistic-result__item {
  background: rgba(255, 255, 255, 0.05);
  padding: 50px;
}
.result--light .statistic-result__item {
  background: rgb(240, 242, 245);
}

.statistic-result__item img {
  margin-bottom: 20px;
}

.statistic-result__data {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 122.222%;
  letter-spacing: -0.36px;
}

.statistic-result__descr {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.result--light .statistic-result__data {
  color: rgb(5, 14, 26);
}
.result--light .statistic-result__descr {
  color: rgb(65, 81, 102);
}
@media (max-width: 1023px) {
  .statistic-result__item img {
    margin: 0 auto 20px;
  }
  .statistic-result__data {
    font-size: 32px;
    font-weight: 500;
  }
  .statistic-result__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .statistic-result__item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .statistic-result__item {
    padding: 20px;
  }
}
.s-faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.s-faq-spoiler__item {
  background-color: #f0f2f5;
  padding: 50px;
  text-align: start;
}

.s-faq-spoiler__item.is-open .s-faq-spoiler__item-content {
  grid-template-rows: 1fr;
}
.s-faq-spoiler__item.is-open .s-faq-spoiler__item-arrow {
  transform: rotate(0);
}

.s-faq-spoiler__item-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 133.333%;
  gap: 40px;
  text-align: inherit;
}
.s-faq-spoiler__item-btn:hover {
  color: #2f80ed;
  transition: color 0.4s ease;
}
.s-faq-spoiler__item-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}
.s-faq-spoiler__item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.s-faq-spoiler__item-content-overflow {
  overflow: hidden;
}
.s-faq-spoiler__item-content-body {
  padding-top: 16px;
  color: #415166;
  font-size: 18px;
  line-height: 155.556%;
}
@media (max-width: 768px) {
  .s-faq-spoiler__item {
    padding: 20px;
  }
  .s-faq-spoiler__item-btn {
    font-size: 22px;
  }
}

.s-revenue {
  background: #f0f2f5;
}
.s-revenue__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.revenue-card {
  padding: 50px;
  box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  background: #fff;
}
.revenue-card__count {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f80ed;
}
.revenue-card__text {
  font-size: 18px;
  line-height: 156%;
  color: #415166;
  margin-top: 20px;
}
.s-revenue__bottom {
  margin-top: 24px;
  text-align: end;
  font-size: 12px;
  line-height: 133%;
  color: #97a9be;
}

.s-revenue__bottom a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: color 0.3s ease;
}
.s-revenue__bottom a:hover {
  color: #2f80ed;
}

@media (max-width: 61.9988em) {
  .s-revenue__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 47.9988em) {
  .revenue-card {
    padding: 20px;
  }
  .revenue-card__count {
    font-size: 37px;
    line-height: 108%;
    letter-spacing: -0.02em;
  }
  .revenue-card__text {
    font-size: 18px;
    line-height: 133%;
    margin-top: 10px;
  }
}
.s-banner.primary-banner {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.5) 64.253%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('../jpg/banner-new.jpg') center/cover no-repeat;
}
.s-banner.secondary-banner {
  position: relative;
  background: #050e1a;
}
.s-banner.secondary-banner .container-1 {
  position: relative;
  z-index: 1;
}
.s-banner.secondary-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('../jpg/banner-new-sec.jpg') center/cover no-repeat;
  opacity: 0.6;
}
.s-banner.secondary-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.5) 35.01%,
    rgba(0, 0, 0, 0) 100%
  );
}

.s-banner__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 108%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.s-banner__title span {
  color: #2f80ed;
}
.s-banner__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 61.9988em) {
  .s-banner__title {
    font-size: 37px;
    line-height: 40px;
  }
  .s-banner__btn {
    margin-top: 32px;
  }
}

.s-partners {
  background-color: #fff;
}

.s-partners__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  row-gap: 100px;
}
.s-partners__text-block h3 {
  color: #050e1a;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -2%;
  margin-bottom: 20px;
}
.s-partners__text-block p {
  color: rgb(65, 81, 102);
  font-size: 18px;
  line-height: 28px;
}
.s-partners__list-block {
  display: grid;
  grid-template-columns: 1fr;
  align-content: flex-start;
  gap: 20px;
}
.s-partners__list-block li {
  padding-left: 52px;
  position: relative;
  color: rgb(65, 81, 102);
  font-size: 18px;
  line-height: 28px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.s-partners__list-block li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('../svg/arrow-list.svg') center/ 26px 19px no-repeat;
}
.s-partners__images-block img {
  max-width: 100%;
  height: auto;
}
.full-width {
  text-align: center;
}
.group-images {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 90px;
}

@media (max-width: 61.9988em) {
  .s-partners__body {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 50px;
  }
  .s-partners__text-block h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2%;
  }
  .s-partners__text-block p {
    line-height: 24px;
  }
  .s-partners__list-block {
    gap: 10px;
  }
  .s-partners__images-block {
    order: 1;
  }
}

@media (max-width: 35.9363em) {
  .full-width img {
    width: 67px;
  }
  .group-images img:first-child {
    width: 82px;
  }
  .group-images img:last-child {
    width: 85px;
  }
}

.s-case {
  background: rgb(240, 242, 245);
}

.s-case__body {
  max-width: 800px;
  margin: 0 auto;
}
.s-case__quote {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #415166;
}
.s-case__quote span {
  color: #050e1a;
}
.s-case__quote-author {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.quote-author__img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.quote-author__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b2bdaf;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.quote-author__info {
  margin-left: 20px;
}
.quote-author__name {
  color: rgb(65, 81, 102);
  font-size: 18px;
  line-height: 28px;
}
.quote-author__position {
  color: rgb(151, 169, 190);
  font-size: 18px;
  line-height: 28px;
}
.s-case__video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  min-height: 390px;
  background: rgb(151, 169, 190);
  position: relative;
}
.s-case__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 47.9988em) {
  .s-case__quote {
    font-size: 22px;
    line-height: 28px;
  }
  .quote-author__img {
    width: 40px;
    height: 40px;
  }
  .quote-author__name {
    line-height: 24px;
  }
  .quote-author__position {
    font-size: 12px;
    line-height: 16px;
  }
  .s-case__video {
    min-height: 250px;
  }
}

.s-tech__body {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 75px;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 90px;
}
.tech-item:nth-child(even) {
  flex-direction: row-reverse;
}
.tech-item__content {
  width: 100%;
}

.tech-item__content h3 {
  color: #050e1a;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -2%;
  margin-bottom: 20px;
}
.tech-item__content p {
  color: rgb(65, 81, 102);
  font-size: 18px;
  line-height: 28px;
}
.tech-item__img {
  width: 100%;
  align-self: stretch;
}
.tech-item__img-wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 100%;
  background: rgb(225, 235, 248);
}
.tech-item__img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 61.9988em) {
  .tech-item__content h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2%;
  }
  .tech-item__content p {
    line-height: 24px;
  }
  .s-tech__body {
    margin-top: 50px;
    gap: 50px;
  }
  .tech-item {
    display: flex;
    align-items: center;
    gap: 45px;
  }
}

@media (max-width: 47.9988em) {
  .tech-item {
    gap: 24px;
    flex-direction: column;
  }
  .tech-item:nth-child(even) {
    flex-direction: column;
  }
}

.s-measure__list {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  align-content: flex-start;
  gap: 100px;
  counter-reset: item;
  list-style-type: none;
  overflow: hidden;
}
.s-measure__list::before,
.s-measure__list::after {
  content: '';
  position: absolute;
  left: 230px;
  transform: translateX(-50%);
  width: 12px;
}
.s-measure__list::before {
  height: 100%;
  background: rgba(225, 235, 248, 0.5);
}
.s-measure__list::after {
  transition: height 0.3s linear;
  height: var(--progress, 0);
  background: rgb(47, 128, 237);
}

.s-measure__list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 330px;
  min-height: 100px;
  color: rgb(5, 14, 26);
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -2%;
  transition: color 0.3s ease;
}
.s-measure__list li.active {
  color: rgb(47, 128, 237);
}
.s-measure__list li::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 10px solid rgb(151, 169, 190);
  border-radius: 50%;
  position: absolute;
  left: 230px;
  z-index: 1;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.s-measure__list li.no-active::after {
  transform: translateX(-50%) scale(0);
}
.s-measure__list li.active::after {
  transition-delay: 0.3s;
  transform: translateX(-50%) scale(1);
}
.s-measure__list li.no-active {
  color: rgb(151, 169, 190);
}
.s-measure__list li.no-active::before {
  color: rgb(225, 235, 248);
}

.s-measure__list li.active span {
  color: rgb(65, 81, 102);
}
.s-measure__list li.no-active span {
  color: rgb(151, 169, 190);
}

.s-measure__list li span {
  display: block;
  width: 100%;
  margin-top: 8px;
  color: rgb(65, 81, 102);
  font-size: 24px;
  line-height: 32px;
}
.s-measure__list li:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  transition: color 0.3s ease;
  position: absolute;
  left: 0;
  color: rgb(65, 81, 102);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

@media (max-width: 63.9988em) {
  .s-measure__list li:before {
    font-size: 80px;
  }
  .s-measure__list li {
    padding-left: 250px;
    font-size: 36px;
    line-height: 40px;
  }
  .s-measure__list li span {
    font-size: 22px;
    line-height: 28px;
  }
  .s-measure__list li::after {
    left: 180px;
  }
  .s-measure__list::before,
  .s-measure__list::after {
    left: 180px;
  }
}

@media (max-width: 47.9988em) {
  .s-measure__list::before,
  .s-measure__list::after {
    left: 20px;
    width: 5px;
  }
  .s-measure__list li::after {
    left: 20px;
    top: 20px;
    width: 21px;
    height: 21px;
    border-width: 5px;
  }
  .s-measure__list li {
    padding-left: 54px;
    font-size: 32px;
    line-height: 36px;
  }

  .s-measure__list li:before {
    position: relative;
    width: 100%;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 24px;
  }
}

.header-banner {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.4s ease;
}
.header-banner.hide {
  grid-template-rows: 0fr;
}
.menu__list li:nth-last-child(-n + 2) .submenu__list {
  right: 0;
}
@media (max-width: 1023px) {
  .header .submenu__list {
    padding-left: 24px;
  }
}
