* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  font-family: sans-serif;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased !important;
  line-height: 1;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}

article *,
article *:before,
article *:after {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  overflow: hidden;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

td,
th {
  padding: 0;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

:focus {
  outline: none;
}

input::-ms-clear {
  display: none !important;
}

input::-ms-reveal {
  display: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Montserrat";
  background-color: #eceff8;
  font-size: 12px;
  color: #111111;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
  margin: 0 auto;
}

html *,
body * {
  position: relative;
  line-height: 1.3;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.wrapper {
  min-height: 100vh;
  background-color: #eceff8;
  overflow: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #0d1239;
}

.logo {
  height: 48px;
  overflow: hidden;
}

img {
  height: 100%;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #eceff8;
  opacity: 0.3;
  margin: 4px 0;
}

.apps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.apps h2 {
  text-align: center;
}

.apps__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.apps__image {
  height: 80px;
}

.bg__lines {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 40px;
}

.bg__line {
  width: 1px;
  height: 100%;
  background-color: rgba(55,110,255,0.3);
}

.button {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 12px;
  background-color: #0d1239;
  color: #fdfdff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: fit-content;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.2s ease;
}

.button:hover {
  opacity: 0.9;
}

.button_blue {
  background-color: #376eff;
}

.button_connect {
  background-color: #376eff;
  padding: 20px 24px;
  height: 64px;
  font-size: 18px;
  line-height: 24px;
}

.button_roles {
  background-color: #376eff;
  padding: 16px 20px;
  height: 52px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 64px;
  letter-spacing: -4%;
}

.button_app {
  background-color: #ffffff;
  padding: 0;
  height: 52px;
  font-size: 16px;
  line-height: 24px;
}

.button_scheme {
  position: absolute;
  left: 80px;
  bottom: 0;
}

.button_tariff {
  margin-top: 30px;
  padding: 14px 16px;
  height: 52px;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
  color: #376eff;
}

.button_absolute {
  position: absolute;
  top: 50%;
  right: 40px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  margin-top: 0;
}

.case {
  margin: 80px 0;
  padding: 80px 32px;
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.case__info {
  width: 680px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

.case__info .tag {
  width: fit-content;
  padding: 8px 16px;
  border-radius: 26px;
  background-color: rgba(55,110,255,0.1);
}

.case .button {
  position: absolute;
  padding: 14px 32px;
  top: 50%;
  right: 80px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  font-size: 16px;
  line-height: 24px;
  height: 52px;
  z-index: 100;
}

.case::before {
  content: "";
  position: absolute;
  top: -150%;
  right: -68%;
  width: 2200px;
  height: 2200px;
  border-radius: 50%;
  filter: blur(500px);
  background: radial-gradient(circle, rgba(18,239,255,0.08) 100%);
}

.case::after {
  content: "";
  position: absolute;
  top: -16%;
  right: -5%;
  width: 494px;
  height: 494px;
  border-radius: 50%;
  filter: blur(300px);
  background: radial-gradient(circle, rgba(0,255,0,0.08) 100%);
}

.changes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin: 80px 0;
}

.changes h2 {
  font-size: 40px;
  line-height: 48px;
}

.changes__info {
  min-width: 390px;
  padding: 32px 24px;
}

.changes__info h2 {
  margin-bottom: 56px;
}

.changes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(234px, 1fr));
  grid-template-rows: repeat(3, minmax(224px, auto));
  gap: 8px;
  padding: 0;
}

.changes__grid .change {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
}

.changes__grid .change_1 {
  grid-column: span 1;
  grid-row: span 3;
}

.changes__grid .change_2 {
  grid-column: span 3;
  grid-row: span 1;
}

.changes__grid .change_3 {
  grid-column: span 2;
  grid-row: span 2;
}

.changes__grid .change_3.bg-1 {
  background: #ffffff url("../img/qr-code-2.png") no-repeat right bottom;
  background-size: auto 197px;
}

.changes__grid .change_3.bg-2 {
  background: #ffffff url("../img/pict8.png") no-repeat right bottom;
  background-size: auto 280px;
}

.changes__grid .change_4 {
  grid-column: span 1;
  grid-row: span 2;
  background: #ffffff url("../img/bg-feature.png") no-repeat center;
  background-size: contain;
}

.changes__grid .change p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.changes__grid .change h1 {
  margin-bottom: 16px;
}

.changes__grid .change h1 p {
  font-family: "Montserrat-Medium";
}

.changes__grid .change h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.company-points {
  margin: 80px 0 180px;
}

.company-points__info {
  width: 720px;
  margin: 0 auto;
  padding: 32px 0;
}

.company-points__info .title {
  margin-bottom: 56px;
  font-size: 40px;
  line-height: 48px;
}

.company-points__info .title span {
  display: inline-block;
  color: #376eff;
}

.company-points__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(448px, 1fr));
  grid-template-rows: repeat(5, minmax(224px, auto));
  gap: 8px;
  padding: 0;
}

.company-points__grid .company-point {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
  grid-column: span 1;
  grid-row: span 1;
}

.company-points__grid .company-point p.headline {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  line-height: 32px;
}

.company-points__grid .company-point.column {
  grid-column: span 1;
  grid-row: span 2;
  background-size: auto 238px;
}

.company-points__grid .company-point.column .company-point__number {
  color: #376eff;
}

.company-points__grid .company-point.blue {
  padding: 40px 32px;
  border-radius: 64px;
  background-color: #376eff;
}

.company-points__grid .company-point.blue .company-point__number {
  color: #ffffff;
}

.company-points__grid .company-point.blue h4,
.company-points__grid .company-point.blue p {
  color: #ffffff;
}

.company-points__grid .company-point.preview {
  padding: 64px 24px 64px 184px;
}

.company-points__grid .company-point__number {
  font-family: "Montserrat-Medium";
  font-size: 64px;
  line-height: 58px;
  color: #376eff;
  letter-spacing: -5%;
  margin-bottom: 16px;
}

.company-points__grid .company-point.empty {
  grid-column: 2;
  grid-row: 1;
  background: none;
}

.company-points__grid .company-point p {
  font-size: 18px;
  line-height: 24px;
}

.company-points__grid .company-point h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.company-points__grid .company-point p + p {
  margin-top: 16px;
}

.company-points__grid .company-point.bg-1 {
  background: #ffffff url("../img/pict10.png") no-repeat right bottom;
  background-size: 294px auto;
}

.company-points__grid .company-point.bg-2 {
  background: #ffffff url("../img/bg-point-2.png") no-repeat center;
  background-size: contain;
}

.company-points__grid .company-point.bg-3 {
  background: #ffffff url("../img/bg-point-3.png") no-repeat right bottom;
  background-size: auto 100%;
}

.company-points__grid .company-point.bg-4 {
  background: #ffffff url("../img/bg-point-4.png") no-repeat left bottom;
  background-size: auto 180px;
}

.company-points__grid .company-point.h-334 {
  position: relative;
}

.company-points__grid .company-point.h-334 .bg-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #ffffff url("../img/bg-point-5.png") no-repeat left bottom;
  background-size: 100% auto;
  -ms-transform: translate(0, 140px);
      transform: translate(0, 140px);
}

.compare {
  padding: 0;
}

.compare .title {
  margin-bottom: 24px;
}

.compare .text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.compare__grid {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.card-role_compare {
  padding: 40px 24px;
  background: #ffffff !important;
}

.card-role_compare .card-role__title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 32px;
}

.card-role_compare .card-role__desc {
  color: rgba(13,18,57,0.6);
  width: 628px;
}

.card-role_compare:nth-child(1) .card-role__title {
  color: rgba(13,18,57,0.6);
}

.card-role_compare:nth-child(2) {
  background: #c3d4ff !important;
}

.connect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  padding: 48px;
  border-radius: 12px;
  background-color: #0d1239;
  margin: 0 -48px;
}

.connect_case {
  margin: 0 -48px;
}

.connect .title {
  color: #ffffff;
}

.connect .title span {
  color: #376eff;
  line-height: 58px;
}

.connect .subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.connect__subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  background: #ffffff;
  padding: 48px 48px;
  border-radius: 24px;
}

.connect__subscribe p {
  width: 340px;
  text-align: center;
  font-size: 18px;
}

.connect__social {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.connect__social .logo-tg,
.connect__social .logo-max {
  width: 76px;
  height: 76px;
}

.connect__form {
  max-width: 750px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}

.connect__form,
.connect__subscribe {
  width: 652px;
}

.form-connect {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.form-connect input {
  font-size: 24px;
  line-height: 32px;
  padding: 16px;
  border-radius: 16px;
  background-color: #eceff8;
  color: #0d1239;
  width: 280px;
}

.form-connect input:-ms-input-placeholder {
  opacity: 0.7;
}

.form-connect input::placeholder {
  opacity: 0.7;
}

.contacts {
  margin: 80px 0;
}

.contacts__grid {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 64px;
}

.contacts__left,
.contacts__right {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.contacts__left p,
.contacts__right p,
.contacts__left span,
.contacts__right span {
  letter-spacing: 0;
}

.contacts__left .contact__row p span,
.contacts__right .contact__row p span {
  width: 86px;
  display: inline-block;
  color: rgba(13,18,57,0.6);
}

.contacts__map {
  border-radius: 16px;
  overflow: hidden;
}

.contacts__map img {
  width: 100%;
}

.duty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 80px;
  padding: 8px;
  padding-left: 48px;
  border-radius: 12px;
  background-color: #ffffff;
}

.duty__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  max-width: 952px;
}

.duty__info p {
  font-size: 18px;
}

.duty__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.duty__item {
  width: 392px;
  padding: 30px 24px;
  border-radius: 10px;
  background-color: rgba(55,110,255,0.1);
}

.duty__connect {
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  padding-left: 16px;
  border-radius: 16px;
  background-color: #eceff8;
}

.duty__connect .button {
  height: 52px;
  line-height: 24px;
}

.facts {
  margin: 80px 0;
}

.facts__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 56px;
}

.facts__grid .fact {
  max-width: 304px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
}

.faq {
  margin: 80px 0;
}

.faq .title {
  padding: 24px 0;
  width: 408px;
}

.faq__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 56px;
}

.faq__grid .faq__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
}

.faq__grid .faq__item {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 32px;
  padding-right: 64px;
  border-radius: 16px;
  background-color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.faq__grid .faq__item .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #376eff;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: center;
      transform-origin: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 34px;
  right: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.faq__grid .faq__item p {
  height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.faq__grid .faq__item.opened {
  background-color: rgba(55,110,255,0.2);
}

.faq__grid .faq__item.opened p {
  margin-top: 24px;
  height: auto;
  opacity: 1;
}

.faq__grid .faq__item.opened .icon {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(224px, 1fr));
  grid-template-rows: repeat(2, minmax(224px, auto));
  gap: 8px;
  padding: 0;
}

.features__grid .feature {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
}

.features__grid .feature p + p {
  margin-top: 16px;
}

.features__grid .feature h3 + p {
  margin-top: 16px;
}

.features__grid .feature.cell {
  grid-column: span 1;
  grid-row: span 1;
  background-color: #376eff;
}

.features__grid .feature.cell p {
  color: #ffffff;
}

.features__grid .feature.row {
  grid-column: span 2;
  grid-row: span 1;
}

.features__grid .feature.column {
  grid-column: span 1;
  grid-row: span 2;
  background-size: auto 238px;
}

.features__grid .feature.column .feature__number {
  color: #376eff;
}

.features__grid .feature.blue {
  border-radius: 64px;
}

.features__grid .feature.blue .feature__number {
  color: #ffffff;
}

.features__grid .feature.blue h3 {
  color: #ffffff;
}

.features__grid .feature.bg-1 {
  background: #ffffff url("../img/pict7.png") no-repeat right bottom;
  background-size: auto 238px;
}

.features__grid .feature.bg-2 {
  background: #ffffff url("../img/bg-feature.png") no-repeat center;
  background-size: contain;
}

.features__grid .feature.bg-3 {
  background: #ffffff url("../img/pict9.png") no-repeat right bottom;
  background-size: auto 184px;
}

.features__grid .feature__number {
  font-family: "Montserrat-Medium";
  font-size: 96px;
  line-height: 96px;
  color: #ffffff;
  letter-spacing: -5%;
}

.features__grid .feature p {
  font-size: 18px;
  line-height: 24px;
}

.features__grid .feature h3 {
  line-height: 32px;
}

.footer {
  width: 100%;
  z-index: 100;
  transition: all 0.2s ease;
}

.footer__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 48px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.footer__left p span {
  display: inline-block;
}

.footer__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.header {
  padding: 16px 20px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease;
}

.header__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header .nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header .nav__item {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header .nav__item:hover {
  color: #376eff;
}

.header .nav__item.opened .submenu {
  display: -ms-flexbox;
  display: flex;
}

.header .nav .submenu {
  display: none;
  position: absolute;
  gap: 16px;
  padding-bottom: 32px;
  -ms-flex-direction: column;
      flex-direction: column;
  top: calc(100% + 28px);
  left: 0;
  width: auto;
  background-color: #ffffff;
  z-index: 10;
}

.header .nav .submenu .nav__item {
  z-index: 10;
}

.header .nav .submenu__cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  background-color: #ffffff;
  height: 100%;
}

.header .mobile-nav {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #3461f7;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header .mobile-nav .icon {
  font-size: 16px;
}

.header .mobile-nav:hover {
  background: #3461f7;
}

.header .mobile-nav:hover .icon {
  color: #ffffff;
}

.header:hover,
.header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 4px 44px rgba(31,130,166,0.1);
}

.history-status {
  margin: 80px 0 120px;
}

.history-status .title {
  margin-bottom: 24px;
}

.history-status__image {
  height: 300px;
  margin-top: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.integration {
  margin: 80px 0;
  padding: 0;
}

.integration .title {
  margin-bottom: 24px;
}

.integration .text {
  font-size: 18px;
  line-height: 24px;
}

.integration .title,
.integration .text {
  max-width: 650px;
}

.integration__block {
  padding: 16px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 400px;
  z-index: 10;
}

.integration__block h4 {
  margin-bottom: 16px;
}

.integration__block p {
  font-size: 16px;
  line-height: 24px;
  color: #0d1239;
}

.integration__block p + p {
  margin-top: 24px;
}

.integration__block .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #3461f7;
  margin-bottom: 16px;
}

.integration__step {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: rgba(13,18,57,0.6);
}

.integration__grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}

.integration__grid .integration__block:nth-child(1) {
  width: 780px;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.integration__grid .integration__block:nth-child(2) {
  width: 760px;
  -ms-transform: translate(285px, 0);
      transform: translate(285px, 0);
}

.integration__grid .integration__block:nth-child(3) {
  width: 605px;
  -ms-transform: translate(600px, 0);
      transform: translate(600px, 0);
}

.integration__grid .integration__block:nth-child(4) {
  width: 410px;
  -ms-transform: translate(960px, 0);
      transform: translate(960px, 0);
  background-color: #376eff;
}

.integration__grid .integration__block:nth-child(4) h4,
.integration__grid .integration__block:nth-child(4) p {
  color: #ffffff;
  margin: 0;
}

.integration__grid .integration__block:nth-child(4) h4 + p {
  margin-top: 16px;
}

.main-screen {
  position: relative;
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-screen__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.main-screen__content {
  max-width: 680px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.main-screen__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.main-screen__wrap {
  position: relative;
  width: 100%;
  height: 780px;
}

.main-screen__waybill-1,
.main-screen__waybill-2,
.main-screen__waybill-3,
.main-screen__waybill-4,
.main-screen__waybill-5,
.main-screen__waybill-6,
.main-screen__waybill-7,
.main-screen__waybill-8,
.main-screen__waybill-9,
.main-screen__waybill-10,
.main-screen__waybill-11,
.main-screen__waybill-12,
.main-screen__waybill-13,
.main-screen__waybill-14,
.main-screen__waybill-15 {
  position: absolute;
  width: 310px;
  z-index: 1;
}

.main-screen__waybill-1 img,
.main-screen__waybill-2 img,
.main-screen__waybill-3 img,
.main-screen__waybill-4 img,
.main-screen__waybill-5 img,
.main-screen__waybill-6 img,
.main-screen__waybill-7 img,
.main-screen__waybill-8 img,
.main-screen__waybill-9 img,
.main-screen__waybill-10 img,
.main-screen__waybill-11 img,
.main-screen__waybill-12 img,
.main-screen__waybill-13 img,
.main-screen__waybill-14 img,
.main-screen__waybill-15 img {
  width: 100%;
}

.main-screen__waybill-1 {
  right: 150px;
  top: 160px;
}

.main-screen__waybill-2 {
  right: 84px;
  bottom: 50px;
}

.main-screen__waybill-3 {
  right: 230px;
  bottom: 295px;
}

.main-screen__waybill-4 {
  width: 370px;
  left: 250px;
  top: 4px;
}

.main-screen__waybill-5 {
  width: 387px;
  right: 194px;
  bottom: 108px;
}

.main-screen__waybill-6 {
  width: 387px;
  left: 144px;
  top: 474px;
}

.main-screen__waybill-7 {
  width: 387px;
  top: 198px;
  right: 0;
}

.main-screen__waybill-8 {
  width: 158px;
  top: 203px;
  left: 35px;
}

.main-screen__waybill-9 {
  width: 115px;
  top: 0;
  right: 240px;
}

.main-screen__waybill-10 {
  width: 387px;
  top: 126px;
  left: 226px;
}

.main-screen__waybill-11 {
  width: 387px;
  bottom: 80px;
  right: 194px;
}

.main-screen__waybill-12 {
  width: 325px;
  bottom: 246px;
  left: 0;
}

.main-screen__waybill-13 {
  width: 325px;
  top: 362px;
  right: -8px;
}

.main-screen__waybill-14 {
  width: 88px;
  bottom: 78px;
  left: 174px;
}

.main-screen__waybill-15 {
  width: 148px;
  top: 115px;
  right: 208px;
}

.main-screen h1 span {
  color: #376eff;
  line-height: 58px;
}

.main-screen .subtitle {
  font-size: 18px;
  color: #0d1239;
}

.main-screen.center {
  padding-top: 80px;
  height: auto;
  -ms-flex-direction: column;
      flex-direction: column;
}

.main-screen.center .main-screen__content {
  margin: 80px 0;
  max-width: 100%;
}

.main-screen.center .main-screen__image {
  position: relative;
  height: 733px;
  top: 48px;
  right: auto;
  left: 50%;
  bottom: 0;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.main-screen.center::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -93%;
  width: 1288px;
  height: 1288px;
  border-radius: 50%;
  filter: blur(700px);
  background: radial-gradient(circle, rgba(75,243,255,0.07) 0%, rgba(0,0,0,0) 100%);
}

.main-screen.center::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  width: 732px;
  height: 732px;
  border-radius: 50%;
  filter: blur(700px);
  background: radial-gradient(circle, rgba(208,255,0,0.2) 0%, rgba(0,0,0,0) 100%);
}

.main-screen_consignee.center::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  width: 732px;
  height: 732px;
  border-radius: 50%;
  filter: blur(700px);
  background: radial-gradient(circle, rgba(255,0,174,0.1) 0%, rgba(0,0,0,0) 100%);
}

.main-screen_case {
  -ms-flex-pack: center;
  justify-content: center;
}

.main-screen_case .main-screen__content {
  max-width: 980px;
  text-align: center;
}

.main-screen_case .main-screen__content .button {
  margin: 0 auto;
}

.main-screen_case .main-screen__image {
  right: 50%;
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
}

.main-screen_about {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  height: 678px;
  margin: 80px -48px 0;
  position: s relative;
}

.main-screen_about .main-screen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2000px;
  height: 2000px;
  border-radius: 50%;
  filter: blur(700px);
  background: radial-gradient(circle, rgba(75,243,255,0.12) 0%, rgba(0,0,0,0) 70%);
}

.main-screen_about .main-screen__content {
  max-width: 980px;
  text-align: center;
}

.main-screen_about .main-screen__content .button {
  margin: 0 auto;
}

.main-screen_about .main-screen__content h1 {
  font-size: 96px;
  line-height: 88px;
  color: #ffffff;
}

.main-screen_about .main-screen__content .subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.main-screen_about .main-screen__image {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff url("../img/bg-about.jpg") no-repeat center 25%;
  background-size: cover;
}

.main-screen::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 2000px;
  height: 2000px;
  border-radius: 50%;
  filter: blur(400px);
  background: radial-gradient(circle, #ffffff 0%, rgba(0,0,0,0) 70%);
}

#modal {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#modal .modal__content {
  width: 676px;
  max-height: 100vh;
  overflow-y: auto;
  padding: 48px 40px 40px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 53px -18px rgba(17,43,128,0.25);
}

#modal .modal__form .subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #0d1239;
  letter-spacing: -5%;
  margin-top: 24px;
}

#modal .form-modal {
  margin-top: 24px;
}

#modal .form-modal .input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 16px;
  border: none;
  border-radius: 16px;
  background-color: #eceff8;
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 32px;
  color: #0d1239;
  letter-spacing: -5%;
}

#modal .form-modal .input:-ms-input-placeholder {
  color: rgba(13,18,57,0.6);
}

#modal .form-modal .input::placeholder {
  color: rgba(13,18,57,0.6);
}

#modal .form-modal .input:focus {
  outline: none;
}

#modal .form-modal .input_comment {
  height: 128px;
  padding-top: 8px;
  resize: none;
}

#modal .form-modal .hint {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #0d1239;
  letter-spacing: normal;
}

#modal .form-modal .button_connect {
  display: block;
  margin-top: 24px;
}

#modal .form-modal__field + .form-modal__field {
  margin-top: 16px;
}

#modal .checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
  cursor: pointer;
}

#modal .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

#modal .checkbox__mark {
  -ms-flex: none;
      flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #e0e6f8;
  transition: all 0.2s ease;
}

#modal .checkbox__mark .icon {
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease;
}

#modal .checkbox__text {
  font-size: 18px;
  line-height: 24px;
  color: #0d1239;
  letter-spacing: normal;
}

#modal .checkbox__text a {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #376eff;
  font-weight: 600;
}

#modal .checkbox__input:checked + .checkbox__mark {
  background-color: #376eff;
}

#modal .checkbox__input:checked + .checkbox__mark .icon {
  opacity: 1;
}

#modal .modal__note {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #0d1239;
  letter-spacing: normal;
}

#modal .close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 30px;
  right: 30px;
}

#modal .close .icon {
  color: #0d1239;
  font-size: 14px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.6);
          backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10000;
  pointer-events: auto;
}

.overlay #menu,
.overlay #modal {
  display: none;
}

.overlay #menu.active,
.overlay #modal.active {
  display: -ms-flexbox;
  display: flex;
}

.overlay.active {
  display: block;
}

.overlay.active #menu {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  padding: 16px 16px 48px;
  background: #ffffff;
  box-shadow: 0 4px 44px 0 rgba(31,130,166,0.1);
  z-index: 11000;
}

.overlay.active #menu a.menu__item {
  color: #0d1239;
  display: inline-block;
  width: fit-content;
}

.overlay.active #menu .menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(13,18,57,0.4);
}

.overlay.active #menu .menu__item a {
  margin-left: 32px;
}

.overlay.active #menu .close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 30px;
  right: 30px;
}

.overlay.active #menu .close .icon {
  color: #0d1239;
  font-size: 14px;
}

.overlay.active a.menu__item {
  color: #0d1239;
}

.perks {
  margin: 80px 0;
}

.perks .title {
  margin-bottom: 24px;
}

.perks__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
}

.perks__grid .perk {
  width: 334px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  padding: 48px 24px 0;
  border-radius: 16px;
  min-width: 20%;
  background-color: #ffffff;
  overflow: hidden;
}

.perks__grid .perk__image,
.perks__grid .perk__image img {
  width: 100%;
}

.perks__grid .perk__title {
  margin-bottom: 32px;
  min-height: 56px;
}

.perks__grid .perk__desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(13,18,57,0.6);
}

.price {
  background-color: #0d1239;
  border-radius: 12px;
  padding: 48px;
  margin: 80px -48px;
}

.price .title {
  color: #ffffff;
  margin-bottom: 24px;
}

.price .text {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.price__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
}

.price__grid .tariff {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  min-width: 40%;
  padding: 40px;
  border-radius: 16px;
  background-color: rgba(195,207,239,0.2);
}

.price__grid .tariff__price {
  color: #ffffff;
  padding: 27px 0 0;
}

.price__grid .tariff__price span {
  font-size: 24px;
  line-height: 32px;
}

.price__grid .tariff.full-width {
  width: 100%;
  -ms-flex: 2;
      flex: 2;
}

.price__grid .tariff.blue {
  background-color: #376eff;
}

.price__grid .tariff.blue h3 {
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 4px;
}

.price__grid .tariff.blue p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  opacity: 1;
  margin-top: 28px;
  margin-bottom: auto;
}

.price__grid .tariff h3 {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 4px;
}

.price__grid .tariff p {
  color: #ffffff;
  opacity: 0.5;
}

.price__grid .tariff__list {
  display: block;
  color: #ffffff;
  opacity: 0.8;
  padding: 28px 0;
}

.price__grid .tariff__point {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 12px 12px 36px;
  position: relative;
}

.price__grid .tariff__point .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #2d3141;
}

.problems {
  margin: 80px 0;
}

.problems .title {
  margin-bottom: 24px;
}

.problems__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
}

.problems__grid .problem {
  max-width: 33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 111px;
  -ms-flex: 1;
      flex: 1;
  padding: 40px 24px;
  border-radius: 16px;
  background-color: #ffffff;
}

.problems__grid .problem__icon {
  width: 80px;
  height: 80px;
}

.problems__grid .problem__icon.icon-1 {
  background: #ffffff url("../img/card-icon-1.png") no-repeat center;
  background-size: contain;
}

.problems__grid .problem__icon.icon-2 {
  background: #ffffff url("../img/card-icon-2.png") no-repeat center;
  background-size: contain;
}

.problems__grid .problem__icon.icon-3 {
  background: #ffffff url("../img/card-icon-3.png") no-repeat center;
  background-size: contain;
}

.problems__grid .problem__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

.problems__grid .problem__info h3 {
  font-size: 32px;
  line-height: 38px;
}

.problems__grid .problem__info p {
  color: rgba(13,18,57,0.6);
}

.quote {
  margin: 80px 0;
  padding: 80px;
  background-color: #376eff;
  border-radius: 64px;
  color: #ffffff;
}

.quote h4,
.quote p {
  color: #ffffff;
  margin-bottom: 8px;
}

.quote__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  width: 960px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: -5%;
}

.quote__content .icon-quoteleft {
  font-size: 34px;
  color: #ffffff;
}

.quote__content .icon-quoteright {
  font-size: 34px;
  color: #ffffff;
}

.roles {
  padding: 0;
}

.roles .title {
  margin-bottom: 24px;
}

.roles .text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.roles__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.card-role {
  -ms-flex: 1;
      flex: 1;
  padding: 32px;
  border-radius: 16px;
}

.card-role__title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 24px;
}

.card-role__desc {
  margin-bottom: 12px;
}

.card-role_consignee {
  padding: 40px 24px;
}

.card-role_consignee .card-role__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
}

.card-role_consignee .card-role__desc {
  color: rgba(13,18,57,0.6);
  width: 420px;
}

.card-role:nth-child(1) {
  background: #ffffff url("../img/pict1.png") no-repeat right 24px;
  background-size: contain;
}

.card-role:nth-child(2) {
  background: rgba(55,110,255,0.2) url("../img/pict2.png") no-repeat right 24px;
  background-size: contain;
}

.card-role:nth-child(2) .button_roles {
  background-color: #0d1239;
}

.card-role_consignee:nth-child(1) {
  background: #ffffff url("../img/pict4.png") no-repeat right;
  background-size: contain;
}

.card-role_consignee:nth-child(2) {
  background: #ffffff url("../img/pict3.png") no-repeat right;
  background-size: contain;
}

.card-role_consignee:nth-child(3) {
  background: #ffffff url("../img/pict5.png") no-repeat right;
  background-size: contain;
}

.card-role_consignee:nth-child(4) {
  background: #ffffff url("../img/pict6.png") no-repeat right;
  background-size: contain;
}

.scheme {
  position: relative;
  margin: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scheme-slider {
  display: none;
}

.scheme__grid {
  width: 780px;
}

.scheme__info {
  position: relative;
  padding: 32px 24px 40px 80px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.scheme__info.active {
  background-color: rgba(55,110,255,0.2);
}

.scheme__info:before {
  position: absolute;
  left: 44px;
  top: 60px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(13,18,57,0.6);
}

.scheme__info:hover {
  background-color: rgba(55,110,255,0.2);
}

.scheme__info.end:before {
  display: none;
}

.scheme__image {
  height: 915px;
}

.scheme__desc {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}

.scheme__title {
  margin-bottom: 8px;
}

.scheme__actor {
  margin-bottom: 24px;
  width: fit-content;
  padding: 8px 16px;
  opacity: 0.6;
  font-size: 16px;
  border-radius: 26px;
  background-color: rgba(0,0,0,0.06);
}

.scheme h2.title {
  margin-bottom: 16px;
}

.scheme__point {
  position: absolute;
  top: 38px;
  left: 32px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(13,18,57,0.6);
  background-color: #eceff8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheme__point:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #111111;
}

.scheme-slider {
  position: relative;
  text-align: center;
  margin: 64px 0;
}

.scheme-slider h2 {
  font-size: 26px;
  line-height: 32px;
}

.scheme-slider .slider-navigation {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
  top: 35%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.scheme-slider .slider-navigation .slider-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #3461f7;
  color: #3461f7;
  cursor: pointer;
  transition: 0.2s;
}

.scheme-slider .slider-navigation .slider-btn .icon {
  font-size: 16px;
}

.scheme-slider .slider-navigation .slider-btn:hover {
  background-color: #3461f7;
  color: #ffffff;
}

.scheme-slider .slider-init {
  margin: 32px auto;
}

.scheme-slider .slider__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.scheme-slider .slider__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(13,18,57,0.6);
  max-width: 740px;
  margin: 0 auto;
  letter-spacing: 0;
}

.scheme-slider .slider__item {
  position: relative;
  margin: 0 auto;
  height: 620px;
  padding-bottom: 60px;
}

.scheme-slider .slider__item .img_slider {
  margin: 0 auto;
  height: 100%;
}

.scheme-slider .slider__item .counter {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  color: rgba(13,18,57,0.6);
}

.scheme-slider .button {
  margin-top: 32px;
}

.showing {
  height: 914px;
}

.showing__image {
  height: 100%;
}

.showing__wrapper {
  position: absolute;
  width: 2240px;
  height: 100%;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
}

.step {
  margin: 80px 0;
}

.step .title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 36px;
}

.step .title span {
  color: rgba(13,18,57,0.4);
  font-size: 48px;
  line-height: 58px;
}

.step .text {
  font-size: 16px;
  line-height: 24px;
}

.step .text__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.step .text__grid .text {
  width: 308px;
}

.step__image {
  margin-top: 56px;
  width: auto;
  height: 100%;
}

.step__image img {
  width: 100%;
}

.step__info {
  width: 680px;
  padding: 40px;
}

.step__info p {
  margin-bottom: 16px;
}

.step_1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 380px;
  border-radius: 8px;
  background: #ffffff;
}

.step_1 .step__image {
  margin-top: 0;
}

.step_2 {
  border-radius: 8px;
}

.step_2 .title {
  margin-bottom: 32px;
}

.step_2 .step__wrap {
  position: relative;
  overflow: hidden;
  min-height: 474px;
}

.step_2 .step__tabs {
  width: fit-content;
  margin: 0 auto 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  height: 64px;
  border-radius: 32px;
  background-color: #e0e6f8;
}

.step_2 .step__tab {
  padding: 19px 6px;
  width: 102px;
  text-align: center;
  font-family: "Montserrat-Medium";
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.step_2 .step__tab:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(31,130,166,0.2);
}

.step_2 .step__tab.active {
  background-color: #ffffff;
}

.step_2 .step__tab.active:hover {
  box-shadow: 0 2px 8px rgba(31,130,166,0.2);
}

.step_2 .step__info {
  width: 100%;
}

.step_3 {
  border-radius: 8px;
  background: linear-gradient(to bottom, #ffffff 20%, #eceff8 50%, #376eff 200%);
  background-size: contain;
}

.step_3 .step__info {
  width: 100%;
}

.step_3 .step__image {
  margin-top: 0;
  padding: 0 40px;
  height: 813px;
}

.step_3 .step__image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.step_4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  padding: 0 238px;
}

.step_4 .step__info {
  padding: 0;
  width: 600px;
}

.step_4 .step__image {
  width: 204px;
  height: 204px;
  margin-top: 0;
}

.step_5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 615px;
  border-radius: 8px;
  background: linear-gradient(to right, #ffffff 20%, #eceff8 70%, #376eff 200%);
  background-size: contain;
}

.step_5 .step__image {
  margin-top: 0;
}

.table {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table__column {
  -ms-flex: 1;
      flex: 1;
}

.table__item {
  padding: 12px 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.text-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 32px;
  padding-bottom: 16px;
  opacity: 0;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  scale: 0.9;
  transition: 0.3s;
  z-index: -10;
}

.text-fields.active {
  opacity: 1;
  width: auto;
  scale: 1;
  z-index: 100;
}

.text-fields .text-field {
  width: 100%;
  height: fit-content;
  background-color: #fdfdff;
  border-radius: 24px;
  padding: 6px 16px;
  box-shadow: 2px 4px 8px 0 rgba(31,130,166,0.1);
}

.text-fields .text-field__section {
  padding: 6px 0;
}

.text-fields .text-field__section .label {
  font-size: 12px;
  line-height: 16px;
  color: rgba(13,18,57,0.6);
  margin-bottom: 4px;
}

.text-fields .text-field__section .value {
  font-size: 16px;
  line-height: 20px;
}

.text-fields .text-field .text-field__section + .text-field__section {
  border-top: 1px solid #e6e6ec;
}

.text-column {
  width: 432px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.timing {
  margin: 80px 0;
  padding: 0 0 40px;
}

.timing .title {
  margin-bottom: 24px;
}

.timing .text {
  font-size: 18px;
  line-height: 24px;
}

.timing__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}

.timing__grid .timing__block:nth-child(1) {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.timing__grid .timing__block:nth-child(2) {
  -ms-transform: translate(285px, 0);
      transform: translate(285px, 0);
}

.timing__grid .timing__block:nth-child(3) {
  -ms-transform: translate(600px, 0);
      transform: translate(600px, 0);
}

.timing__grid .timing__block:nth-child(4) {
  -ms-transform: translate(960px, 0);
      transform: translate(960px, 0);
  background-color: #376eff;
}

.timing__grid .timing__block:nth-child(4) h4,
.timing__grid .timing__block:nth-child(4) p {
  color: #ffffff;
}

.timing__block {
  padding: 16px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 400px;
  z-index: 10;
}

.timing__block h4 {
  margin-bottom: 16px;
}

.timing__block p {
  font-size: 16px;
  line-height: 24px;
  color: #0d1239;
}

h1,
.h1 {
  font-family: "Montserrat-Medium";
  font-size: 48px;
  font-style: normal;
  line-height: 58px;
  color: #0d1239;
  letter-spacing: -5%;
}

h1.center,
.h1.center {
  text-align: center;
}

h2,
.h2 {
  font-family: "Montserrat-Medium";
  font-size: 40px;
  font-style: normal;
  line-height: 48px;
  color: #0d1239;
  letter-spacing: -5%;
}

h2.center,
.h2.center {
  text-align: center;
}

h3,
.h3,
h4,
.h4 {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  color: #0d1239;
  letter-spacing: -5%;
}

h3.center,
.h3.center,
h4.center,
.h4.center {
  text-align: center;
}

p,
.p {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #0d1239;
  letter-spacing: -5%;
}

p.center,
.p.center {
  text-align: center;
}

.bg-light-blue {
  background-color: rgba(55,110,255,0.2);
}

.img_consignee {
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  scale: 0.9;
  transition: 0.2s;
  z-index: -10;
}

.img_consignee.active {
  opacity: 1;
  width: auto;
  height: 100%;
  scale: 1;
  z-index: 100;
}

.mt-16 {
  margin-top: 16px !important;
}

@media (max-width: 1050px) {
  .header .nav {
    display: none;
  }

  .header .mobile-nav {
    display: -ms-flexbox;
    display: flex;
  }

  .header .mobile-nav .icon {
    color: #3461f7;
    cursor: pointer;
  }
}

@media (max-width: 920px) {
  .container {
    padding: 0 16px;
  }

  .button {
    letter-spacing: -5%;
  }

  .button_connect {
    padding: 14px 24px;
  }

  .button_scheme {
    display: block;
    position: relative;
    left: auto;
    margin: 32px auto 0;
  }

  .case {
    margin: 64px 0;
    padding: 40px 32px;
  }

  .case__info .tag {
    font-size: 18px;
    line-height: 24px;
  }

  .case__info .title {
    font-size: 26px;
    line-height: 32px;
  }

  .case .button {
    position: relative;
    top: auto;
    right: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    margin-top: 32px;
  }

  .case {
    margin: 40px 8px;
    padding: 24px 16px;
  }

  .case__info {
    width: 100%;
    z-index: 100;
  }

  .case .button {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    z-index: 100;
  }

  .case::after {
    top: 50%;
    right: -85%;
  }

  .changes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0;
  }

  .changes h2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 300px;
  }

  .changes__info {
    min-width: 390px;
    padding: 32px 24px;
  }

  .changes__info h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .changes__grid {
    grid-template-columns: repeat(4, minmax(178px, 1fr));
    grid-template-rows: repeat(3, minmax(224px, auto));
  }

  .changes__grid .change {
    padding: 32px 16px;
  }

  .changes__grid .change h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .changes__grid .change_3.bg-2 {
    background: #ffffff url("../img/pict8.png") no-repeat right bottom;
    background-size: auto 214px;
  }

  .changes h2 {
    max-width: 100%;
  }

  .changes__info {
    min-width: 100%;
    padding: 32px 24px;
  }

  .changes__grid {
    grid-template-columns: repeat(1, minmax(304px, 1fr));
    grid-template-rows: repeat(4, minmax(219px, auto));
  }

  .changes__grid .change {
    padding: 24px 16px;
  }

  .changes__grid .change h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .changes__grid .change h1 p {
    font-size: 18px;
    line-height: 24px;
  }

  .changes__grid .change h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .changes__grid .change_1,
  .changes__grid .change_2,
  .changes__grid .change_3,
  .changes__grid .change_4 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .changes__grid .change_3 {
    padding: 24px 16px 210px;
  }

  .changes__grid .change_3.bg-2 {
    background: #ffffff url("../img/pict8.png") no-repeat right bottom;
    background-size: auto 214px;
  }

  .company-points {
    margin: 40px 0 180px;
  }

  .company-points__info .title {
    font-size: 26px;
    line-height: 32px;
  }

  .company-points__info .subtitle {
    font-size: 18px;
  }

  .company-points__grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    grid-template-rows: repeat(5, minmax(240px, auto));
    gap: 8px;
    padding: 0;
  }

  .company-points__grid .company-point {
    padding: 32px 24px;
  }

  .company-points__grid .company-point p.headline {
    font-size: 20px;
    line-height: 24px;
  }

  .company-points__grid .company-point__number {
    font-size: 56px;
    line-height: 58px;
  }

  .company-points__grid .company-point.blue {
    padding: 32px;
  }

  .company-points__grid .company-point.blue h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .company-points__grid .company-point.bg-1 {
    background-size: 240px auto;
  }

  .company-points__grid .company-point.bg-2 {
    background-size: auto 100%;
  }

  .company-points__grid .company-point.bg-3 {
    background-size: auto 240px;
  }

  .company-points__grid .company-point.h-334 {
    grid-column: span 1;
    grid-row: span 2;
  }

  .company-points__grid .company-point.h-334 .bg-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    -ms-transform: translate(0, 180%);
        transform: translate(0, 180%);
  }

  .compare {
    padding: 0 8px;
  }

  .compare .title {
    font-size: 26px;
    line-height: 32px;
  }

  .compare__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card-role_compare {
    padding: 32px 24px;
  }

  .card-role_compare .card-role__title {
    font-size: 32px;
    line-height: 32px;
  }

  .card-role_compare .card-role__desc {
    width: 100%;
  }

  .connect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }

  .connect .title {
    font-size: 32px;
    line-height: 32px;
  }

  .connect .title span {
    line-height: 32px;
  }

  .connect .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .connect__form {
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .connect__subscribe {
    padding: 32px 16px;
  }

  .connect__subscribe p {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .connect__social .logo-tg,
  .connect__social .logo-max {
    width: 56px;
    height: 56px;
  }

  .connect_case {
    margin: 0;
  }

  .connect__form,
  .connect__subscribe {
    width: 652px;
  }

  .form-connect {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .form-connect input {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }

  .contacts {
    margin: 40px 0;
  }

  .contacts__grid {
    margin: 56px 0;
  }

  .contacts .title {
    font-size: 26px;
    line-height: 32px;
  }

  .contacts__map {
    height: 344px;
  }

  .contacts__map img {
    width: auto;
    height: 100%;
  }

  .contacts {
    margin: 24px 0;
  }

  .contacts__grid {
    margin: 24px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }

  .contacts__left,
  .contacts__right {
    width: 100%;
  }

  .contacts__left .contact__row p span,
  .contacts__right .contact__row p span {
    width: 86px;
  }

  .duty {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    padding: 8px;
  }

  .duty__info {
    padding: 24px 8px;
    text-align: center;
  }

  .duty__info .title {
    font-size: 26px;
    line-height: 32px;
    max-width: 600px;
    margin: 0 auto;
  }

  .duty__list {
    width: 100%;
  }

  .duty__item {
    width: 100%;
    padding: 16px 24px;
    text-align: center;
  }

  .duty__item h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .duty__connect {
    margin: 0 auto;
  }

  .duty {
    margin: 0 -8px 40px;
  }

  .duty__info {
    padding: 24px 0 0;
  }

  .duty__info .title {
    margin: 0 auto;
  }

  .duty__connect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
  }

  .duty__connect .button {
    width: 100%;
  }

  .facts {
    margin: 40px 0;
  }

  .facts__grid {
    margin-top: 40px;
    gap: 24px;
  }

  .facts__grid .fact {
    text-align: center;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: none;
  }

  .facts__grid .fact h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .facts {
    margin: 32px 0;
  }

  .facts__grid {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .facts__grid .fact {
    -ms-flex: auto;
        flex: auto;
  }

  .facts__grid .fact h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .faq {
    margin: 64px 0;
  }

  .faq__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .faq__grid .title {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding: 0;
  }

  .faq__grid .faq__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
  }

  .faq__grid .faq__item h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .features__grid {
    grid-template-columns: repeat(4, minmax(178px, 1fr));
    grid-template-rows: repeat(2, minmax(328px, auto));
  }

  .features__grid .feature {
    padding: 32px 16px;
  }

  .features__grid .feature.bg-2 {
    background: #ffffff url("../img/bg-feature.png") no-repeat center;
    background-size: auto 100%;
  }

  .features__grid .feature h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat";
  }

  .features__grid .feature__number {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 16px;
  }

  .features__grid .feature.blue p {
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat-Medium";
  }

  .footer {
    padding-left: 16px;
  }

  .footer__wrapper {
    padding: 32px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }

  .history-status {
    margin: 64px 0;
  }

  .history-status .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .history-status__image {
    margin-top: 32px;
  }

  .integration {
    margin: 40px 0;
  }

  .integration .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .integration .text {
    font-size: 18px;
    line-height: 24px;
  }

  .integration__grid {
    margin-top: 40px;
  }

  .integration__grid .integration__block:nth-child(1) {
    width: 498px;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }

  .integration__grid .integration__block:nth-child(2) {
    width: 417px;
    -ms-transform: translate(172px, 0);
        transform: translate(172px, 0);
  }

  .integration__grid .integration__block:nth-child(3) {
    width: 342px;
    -ms-transform: translate(344px, 0);
        transform: translate(344px, 0);
  }

  .integration__grid .integration__block:nth-child(4) {
    width: 270px;
    -ms-transform: translate(466px, 0);
        transform: translate(466px, 0);
    background-color: #376eff;
  }

  .integration__grid .integration__block:nth-child(4) h4,
  .integration__grid .integration__block:nth-child(4) p {
    color: #ffffff;
  }

  .integration__block {
    width: 300px;
  }

  .integration__block h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .main-screen {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin: 170px -16px 0;
  }

  .main-screen__image {
    position: relative;
    width: auto;
    height: 800px;
  }

  .main-screen__content {
    max-width: 680px;
    margin: 0 auto 32px;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-screen__content h1 {
    width: 460px;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .main-screen__content h1 span {
    line-height: 32px;
  }

  .main-screen__content .subtitle {
    width: 560px;
  }

  .main-screen__content .subtitle + .main-screen__content .subtitle {
    margin-top: -16px;
  }

  .main-screen .subtitle {
    text-align: center;
  }

  .main-screen.center {
    margin: 0;
  }

  .main-screen.center .main-screen__content {
    margin: 40px 0;
    max-width: 500px;
  }

  .main-screen.center .main-screen__content .title,
  .main-screen.center .main-screen__content .subtitle {
    width: 100%;
  }

  .main-screen.center .main-screen__image {
    position: relative;
    height: 780px;
    top: 48px;
    right: auto;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }

  .main-screen.center.center::after {
    top: 20%;
    right: 2%;
    width: 294px;
    height: 294px;
    border-radius: 50%;
    filter: blur(280px);
    background: radial-gradient(circle, rgba(208,255,0,0.2) 0%, rgba(0,0,0,0) 100%);
  }

  .main-screen__waybill-1 {
    top: 320px;
    left: 74px;
  }

  .main-screen__waybill-2 {
    top: 320px;
    right: 74px;
    bottom: auto;
  }

  .main-screen_about {
    border-radius: 12px;
    height: auto;
    margin: 80px 0 0;
    padding: 80px 48px;
  }

  .main-screen_about .main-screen__content {
    margin: 0;
  }

  .main-screen_about .main-screen__content h1 {
    font-size: 78px;
    line-height: 88px;
  }

  .main-screen_about .main-screen__content .subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .main-screen_about .main-screen__image {
    position: absolute;
    background: url("../img/bg-about.jpg") no-repeat center;
    background-size: cover;
  }

  .main-screen_case {
    margin: 0 0 0;
    height: 800px;
  }

  .main-screen_case .main-screen__image {
    position: absolute;
  }

  .perks {
    padding: 0 8px;
  }

  .perks .title {
    font-size: 26px;
    line-height: 32px;
  }

  .perks .text {
    font-size: 20px;
    line-height: 24px;
  }

  .perks__grid {
    margin-top: 48px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .perks__grid .perk {
    width: 48%;
    gap: 8px;
  }

  .perks__grid .perk__title {
    margin-bottom: 0;
  }

  .perks__grid .perk__desc {
    font-size: 16px;
    line-height: 24px;
    color: rgba(13,18,57,0.6);
  }

  .perks__grid .perk__image {
    width: auto;
    margin: 0 -24px;
  }

  .perks__grid .perk__image img {
    height: auto;
  }

  .price {
    background-color: #0d1239;
    border-radius: 12px;
    padding: 32px 24px;
    margin: 64px 0;
  }

  .price .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .price .text {
    font-size: 20px;
    line-height: 24px;
  }

  .price__grid {
    margin-top: 32px;
  }

  .price__grid .tariff {
    -ms-flex: auto;
        flex: auto;
    min-width: 100%;
    padding: 32px;
  }

  .price__grid .tariff__price {
    color: #ffffff;
    padding: 27px 0 0;
  }

  .price__grid .tariff__price span {
    font-size: 24px;
    line-height: 32px;
  }

  .price__grid .tariff h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .price__grid .tariff.blue h3 {
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    line-height: 32px;
  }

  .price__grid .tariff.blue p {
    margin: 16px 0 0;
  }

  .problems {
    margin: 40px 0;
  }

  .problems .title {
    font-size: 26px;
    line-height: 32px;
  }

  .problems .text {
    font-size: 18px;
  }

  .problems__grid {
    margin-top: 24px;
  }

  .problems__grid .problem {
    gap: 16px;
    -ms-flex: 1;
        flex: 1;
    padding: 24px;
  }

  .problems__grid .problem__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }

  .problems__grid .problem__info h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .problems__grid .problem__info p {
    color: rgba(13,18,57,0.6);
  }

  .problems .title {
    width: 90%;
    margin: 0 auto 24px;
  }

  .problems .text {
    font-size: 18px;
  }

  .problems__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .problems__grid .problem {
    gap: 16px;
    -ms-flex: auto;
        flex: auto;
    padding: 24px;
    max-width: 100%;
  }

  .problems__grid .problem__info h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .quote {
    padding: 40px;
  }

  .quote__content {
    width: 100%;
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 24px;
  }

  .quote__content .title {
    font-size: 20px;
    line-height: 24px;
  }

  .roles .title {
    font-size: 26px;
    line-height: 32px;
  }

  .roles__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .roles_consignee .title {
    margin: 0 auto 32px;
    width: 370px;
    text-align: center;
  }

  .card-role {
    width: 100%;
    -ms-flex: auto;
        flex: auto;
  }

  .card-role__title {
    font-size: 32px;
    line-height: 32px;
  }

  .card-role_consignee .card-role__title {
    font-size: 22px;
    line-height: 28px;
  }

  .card-role_consignee .card-role__desc {
    color: rgba(13,18,57,0.6);
    width: 420px;
  }

  .scheme {
    display: none;
  }

  .scheme_main {
    display: block;
  }

  .scheme_main .scheme__image {
    display: none;
  }

  .scheme__grid {
    width: 100%;
  }

  .scheme-slider {
    display: block;
  }

  .scheme-slider .slider__item {
    height: 460px;
    padding-bottom: 48px;
  }

  .scheme-slider .slider-init {
    margin: 24px auto;
  }

  .scheme h2.title {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .scheme__info {
    padding-left: 48px;
  }

  .scheme__info:before {
    left: 12px;
  }

  .scheme__point {
    left: 0;
  }

  .step {
    margin: 40px 0 0;
  }

  .step .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .step .title span {
    font-size: 32px;
    line-height: 32px;
  }

  .step .text {
    font-size: 16px;
    line-height: 24px;
  }

  .step .text__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }

  .step .text__grid .text {
    width: 308px;
  }

  .step_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }

  .step_1 .step__info {
    width: 100%;
    height: auto;
  }

  .step_1 .step__image {
    width: 100%;
    height: auto;
  }

  .step_2 {
    margin: 0;
  }

  .step_2 .step__info {
    padding: 40px 16px 8px;
  }

  .step_2 .step__wrap {
    overflow: hidden;
    min-height: 340px;
  }

  .step_2 .step__tabs {
    height: 40px;
    border-radius: 32px;
    padding: 2px;
  }

  .step_2 .step__scroll {
    overflow-y: scroll;
  }

  .step_2 .step__tab {
    padding: 10px 6px;
    width: 104px;
    font-size: 14px;
    line-height: 14px;
  }

  .step_2 .step__tab:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(31,130,166,0.2);
  }

  .step_2 .step__tab.active {
    background-color: #ffffff;
  }

  .step_2 .step__tab.active:hover {
    box-shadow: 0 2px 8px rgba(31,130,166,0.2);
  }

  .step_3 {
    border-radius: 8px;
    background: linear-gradient(to bottom, #ffffff 30%, #eceff8 60%, #376eff 200%);
    background-size: contain;
  }

  .step_3 .step__info {
    width: 100%;
  }

  .step_3 .step__info .text__grid {
    gap: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .step_3 .step__info .text__grid .text {
    width: 48%;
  }

  .step_3 .step__image {
    margin-top: 0;
    padding: 0 40px;
    height: auto;
  }

  .step_3 .step__image img {
    width: 100%;
    height: auto;
  }

  .step_4 {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding: 0 16px;
  }

  .step_4 .step__info {
    padding: 0;
    width: 600px;
    text-align: center;
  }

  .step_5 {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 0 40px 24px;
    height: auto;
    background: linear-gradient(to right, #ffffff 20%, #eceff8 75%, #376eff 200%);
    background-size: contain;
  }

  .step_5 .step__info {
    padding: 0;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .step_5 .step__info p {
    letter-spacing: 0;
  }

  .step_5 .step__image {
    -ms-flex-order: 1;
    order: 1;
  }

  .text-fields {
    gap: 8px 16px;
  }

  .text-fields .text-field {
    border-radius: 12px;
    padding: 2px;
    box-shadow: 2px 4px 8px 0 rgba(31,130,166,0.1);
  }

  .text-fields .text-field__section {
    padding: 2px 4px;
  }

  .text-fields .text-field__section .label {
    font-size: 8px;
    line-height: 12px;
  }

  .text-fields .text-field__section .value {
    font-size: 10px;
    line-height: 12px;
  }

  .text-column {
    width: 232px;
  }

  .timing {
    margin: 64px 0;
  }

  .timing .title {
    margin-bottom: 24px;
  }

  .timing .text {
    font-size: 18px;
    line-height: 24px;
  }

  .timing__grid {
    margin-top: 40px;
  }

  .timing__grid .timing__block:nth-child(2) {
    -ms-transform: translate(172px, 0);
        transform: translate(172px, 0);
  }

  .timing__grid .timing__block:nth-child(3) {
    -ms-transform: translate(344px, 0);
        transform: translate(344px, 0);
  }

  .timing__grid .timing__block:nth-child(4) {
    -ms-transform: translate(516px, 0);
        transform: translate(516px, 0);
    background-color: #376eff;
    width: 220px;
  }

  .timing__grid .timing__block:nth-child(4) h4,
  .timing__grid .timing__block:nth-child(4) p {
    color: #ffffff;
  }

  .timing__block {
    width: 300px;
  }

  .timing__block h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 680px) {
  .container {
    padding: 0 8px;
  }

  .logo {
    width: 52px;
    height: 48px;
  }

  .apps {
    margin: 64px 0;
    padding: 0 32px;
  }

  .apps h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .apps__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .bg__lines {
    display: none;
  }

  .button {
    letter-spacing: -5%;
  }

  .button_connect {
    width: 100%;
    padding: 12px 24px;
    height: 52px;
  }

  .button_roles {
    width: 100%;
    padding: 16px;
    text-align: center;
    max-width: 280px;
  }

  .button_scheme {
    margin-top: 24px;
  }

  .company-points {
    margin: 32px 0;
  }

  .company-points__info {
    width: 100%;
  }

  .company-points__grid {
    grid-template-columns: repeat(1, minmax(304px, 1fr));
    grid-template-rows: repeat(14, minmax(128px, auto));
  }

  .company-points__grid .company-point.empty {
    display: none;
  }

  .company-points__grid .company-point.column {
    grid-column: span 1;
    grid-row: span 2;
    background-size: auto 238px;
  }

  .company-points__grid .company-point.h-334 {
    grid-column: span 1;
    grid-row: span 2;
  }

  .company-points__grid .company-point.h-334 p {
    z-index: 10;
  }

  .company-points__grid .company-point.h-334 .bg-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
    border-radius: 16px;
    background: #ffffff url("../img/bg-point-5.png") no-repeat left top;
    background-size: cover;
    -ms-transform: translate(0, 70px);
        transform: translate(0, 70px);
  }

  .company-points__grid .company-point.bg-4 {
    display: none;
  }

  .company-points__grid .company-point.blue {
    border-radius: 56px;
  }

  .compare {
    padding: 0;
  }

  .compare .title {
    font-size: 26px;
    line-height: 32px;
  }

  .compare .card-role_compare {
    padding: 32px 24px;
  }

  .compare .card-role_compare .card-role__title {
    font-size: 32px;
    line-height: 32px;
  }

  .compare .card-role_compare .card-role__desc {
    width: 100%;
  }

  .connect {
    border-radius: 0;
    padding: 32px 16px;
    margin: 0 -8px;
  }

  .connect__qr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 16px;
    text-align: center;
  }

  .form-connect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-connect input {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    -ms-flex: none;
        flex: none;
  }

  .faq {
    margin: 40px 0;
    padding: 0 8px;
  }

  .faq__grid {
    gap: 32px;
  }

  .faq__grid .faq__item h4 {
    padding-right: 32px;
  }

  .features__grid {
    grid-template-columns: repeat(1, minmax(304px, 1fr));
    grid-template-rows: repeat(5, minmax(112px, auto));
  }

  .features__grid .feature {
    padding: 32px 16px;
  }

  .features__grid .feature.row {
    grid-column: span 1;
    grid-row: span 1;
  }

  .features__grid .feature.bg-1 {
    padding-right: 50%;
  }

  .features__grid .feature.bg-2 {
    background: #ffffff url("../img/bg-feature.png") no-repeat center;
    background-size: auto 100%;
  }

  .features__grid .feature.bg-3 {
    padding: 32px 24px 188px;
  }

  .features__grid .feature__number {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 16px;
  }

  .features__grid .feature.cell {
    grid-column: span 1;
    grid-row: span 1;
  }

  .features__grid .feature.column {
    grid-column: span 1;
    grid-row: span 1;
  }

  .features__grid .feature.blue {
    border-radius: 56px;
  }

  .features__grid .feature.blue p {
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat-Medium";
  }

  .footer {
    padding-left: 0;
  }

  .footer__wrapper {
    text-align: center;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }

  .header {
    padding: 16px 6px;
  }

  .header .nav {
    display: none;
  }

  .header .mobile-nav {
    display: -ms-flexbox;
    display: flex;
  }

  .header .mobile-nav .icon {
    color: #3461f7;
    cursor: pointer;
  }

  .history-status {
    margin: 40px 0;
  }

  .history-status__image {
    margin-top: 24px;
    height: 186px;
  }

  .integration {
    margin: 40px 0;
    padding: 0;
  }

  .integration .title {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .integration__grid {
    gap: 8px;
  }

  .integration__grid .integration__block {
    width: 100% !important;
    -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
  }

  .integration__block {
    width: 100%;
  }

  .main-screen {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin: 120px 0 0;
  }

  .main-screen__content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .main-screen__content h1 {
    width: 100%;
  }

  .main-screen__content h4 {
    text-align: center;
  }

  .main-screen__image {
    height: 560px;
    margin-bottom: 60px;
  }

  .main-screen__image.consignee {
    height: 560px;
  }

  .main-screen_case {
    margin: 0;
    padding: 98px 0;
  }

  .main-screen_case .main-screen__content {
    max-width: 100%;
    padding: 0 16px;
  }

  .main-screen_case .main-screen__content .subtitle {
    font-size: 20px;
  }

  .main-screen_case .main-screen__content .button {
    margin: 0 auto;
    padding: 14px 16px;
    line-height: 24px;
    height: 52px;
  }

  .main-screen_case .main-screen__image {
    right: 50%;
    -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
  }

  .main-screen_about {
    margin: 96px 0 0;
    padding: 40px 8px;
  }

  .main-screen_about .main-screen__content {
    margin: 0;
  }

  .main-screen_about .main-screen__content h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .main-screen_about .main-screen__content .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .main-screen .subtitle {
    width: 100%;
    padding: 0 16px;
  }

  .main-screen.center .main-screen__content {
    margin: 40px 0;
    max-width: 500px;
  }

  .main-screen.center .main-screen__content .title,
  .main-screen.center .main-screen__content .subtitle {
    width: 100%;
  }

  .main-screen.center .main-screen__wrap {
    height: 570px;
  }

  .main-screen.center .main-screen__image {
    position: relative;
    height: 570px;
    top: 0;
    right: auto;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }

  .main-screen.center.center::after {
    top: 25%;
    right: -45%;
    width: 294px;
    height: 294px;
    border-radius: 50%;
    filter: blur(280px);
    background: radial-gradient(circle, rgba(208,255,0,0.2) 0%, rgba(0,0,0,0) 100%);
  }

  .main-screen.center.center::before {
    top: -16%;
    left: -220%;
    width: 946px;
    height: 946px;
    border-radius: 50%;
    filter: blur(280px);
    background: radial-gradient(circle, rgba(75,243,255,0.07) 0%, rgba(0,0,0,0) 100%);
  }

  .main-screen__waybill-1 {
    top: 476px;
    left: 8px;
  }

  .main-screen__waybill-2 {
    top: 560px;
    right: 8px;
    bottom: auto;
  }

  .main-screen__waybill-3 {
    right: 50%;
    bottom: 160px;
    -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
  }

  .main-screen__waybill-4 {
    width: 302px;
    top: 65%;
    left: 54%;
  }

  .main-screen__waybill-5 {
    width: 302px;
    right: 61%;
    bottom: 52%;
  }

  .main-screen__waybill-6 {
    width: 254px;
    left: -33%;
    top: 58%;
  }

  .main-screen__waybill-7 {
    width: 254px;
    top: 43%;
    right: -44%;
  }

  .main-screen__waybill-8 {
    width: 115px;
    top: 8%;
    left: 85%;
  }

  .main-screen__waybill-9 {
    width: 80px;
    top: 79%;
    right: 88%;
  }

  .main-screen__waybill-10 {
    width: 302px;
    top: 11%;
    left: -50%;
  }

  .main-screen__waybill-11 {
    width: 302px;
    right: -52%;
    bottom: 10%;
  }

  .main-screen__waybill-12 {
    width: 254px;
    left: -35%;
    bottom: 33%;
  }

  .main-screen__waybill-13 {
    width: 254px;
    top: 43%;
    right: -44%;
  }

  .main-screen__waybill-14 {
    width: 80px;
    bottom: 7%;
    left: -10%;
  }

  .main-screen__waybill-15 {
    width: 115px;
    top: 8%;
    right: -17%;
  }

  #modal .modal__content {
    width: 100%;
    padding: 32px 24px 24px;
  }

  #modal .modal__form .title {
    font-size: 26px;
    line-height: 32px;
  }

  #modal .modal__form .subtitle {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  #modal .form-modal {
    margin-top: 24px;
  }

  #modal .form-modal .input {
    height: 52px;
    padding: 14px 16px;
    font-size: 20px;
    line-height: 24px;
  }

  #modal .form-modal .input_comment {
    height: 104px;
    padding-top: 10px;
  }

  #modal .form-modal__field_phone .prefix {
    top: 14px;
    font-size: 20px;
    line-height: 24px;
  }

  #modal .form-modal__field_phone .input {
    padding-left: 46px;
  }

  #modal .form-modal .hint {
    font-size: 14px;
    line-height: 20px;
  }

  #modal .checkbox {
    gap: 16px;
    margin-top: 20px;
  }

  #modal .checkbox__mark {
    width: 24px;
    height: 24px;
    margin-top: 0;
    border-radius: 6px;
  }

  #modal .checkbox__mark .icon {
    font-size: 11px;
  }

  #modal .checkbox__text {
    font-size: 16px;
    line-height: 24px;
  }

  #modal .checkbox__text a {
    font-size: 16px;
    line-height: 24px;
  }

  #modal .modal__note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .perks {
    margin: 40px 0;
    padding: 0;
  }

  .perks .title {
    font-size: 26px;
    line-height: 32px;
  }

  .perks .text {
    font-size: 20px;
    line-height: 24px;
  }

  .perks__grid {
    margin-top: 48px;
  }

  .perks__grid .perk {
    width: 100%;
    padding: 32px 24px 0;
    gap: 16px;
  }

  .perks__grid .perk__image {
    width: auto;
    margin: 0 -24px;
  }

  .perks__grid .perk__image img {
    height: auto;
  }

  .price {
    margin: 40px -8px;
    padding: 48px 8px 8px;
    border-radius: 0;
  }

  .price__grid .tariff {
    padding: 40px 16px;
  }

  .price__grid .tariff h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .price__grid .tariff__list {
    padding: 32px 0;
  }

  .price__grid .tariff .button_tariff {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .price__grid .tariff.blue p {
    margin: 28px 0;
  }

  .quote {
    margin: 40px 0;
    padding: 24px 16px;
  }

  .quote__content {
    margin: 16px 0 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }

  .quote__content .icon-quoteleft {
    -ms-flex-order: 1;
    order: 1;
  }

  .quote__content .icon-quoteright {
    -ms-flex-order: 2;
    order: 2;
  }

  .quote__content p {
    -ms-flex-order: 3;
    order: 3;
  }

  .roles .title {
    font-size: 26px;
    line-height: 32px;
    width: 100%;
  }

  .roles__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card-role {
    padding: 40px 8px;
  }

  .card-role_consignee {
    background: #ffffff !important;
  }

  .card-role_consignee .card-role__desc {
    color: rgba(13,18,57,0.6);
    width: auto;
  }

  .card-role:nth-child(1) {
    background: #ffffff;
  }

  .card-role:nth-child(2) {
    background: rgba(55,110,255,0.2);
  }

  .scheme {
    margin: 64px 0;
  }

  .scheme__title {
    font-size: 20px;
    line-height: 24px;
  }

  .scheme__title,
  .scheme__desc {
    padding-right: 24px;
  }

  .scheme__info {
    padding: 32px 16px 40px 64px;
  }

  .scheme__info:before {
    left: 28px;
  }

  .scheme__point {
    left: 16px;
  }

  .showing {
    height: 500px;
  }

  .showing__wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }

  .showing__image:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
  }

  .showing__image:nth-child(2) {
    -ms-flex-order: 2;
    order: 2;
  }

  .showing__image:nth-child(3) {
    -ms-flex-order: 4;
    order: 4;
  }

  .showing__image:nth-child(4) {
    -ms-flex-order: 3;
    order: 3;
  }

  .showing__image:nth-child(5) {
    -ms-flex-order: 5;
    order: 5;
  }

  .step {
    margin: 40px 0 0;
  }

  .step .title {
    margin-bottom: 24px;
  }

  .step .title span {
    display: block;
  }

  .step__info {
    padding: 40px 16px;
  }

  .step__image {
    margin-top: 24px;
  }

  .step_2 {
    margin: 0;
  }

  .step_2 .step__wrap {
    min-height: 764px;
  }

  .step_3 {
    background: linear-gradient(to bottom, #ffffff 20%, #eceff8 50%, #376eff 200%);
    background-size: contain;
  }

  .step_3 .step__info {
    width: 100%;
    padding: 24px 16px;
  }

  .step_3 .step__info .text__grid .text {
    width: 100%;
  }

  .step_3 .step__image {
    margin-top: 0;
    padding: 0 40px;
    height: auto;
  }

  .step_3 .step__image img {
    width: 100%;
    height: auto;
  }

  .step_5 {
    padding: 0 16px 24px;
    height: auto;
  }

  .table__column_middle {
    display: none;
  }

  .table__item span {
    display: block;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-fields {
    gap: 12px;
    max-height: none;
    padding: 0 16px;
    top: 80px;
  }

  .text-fields .text-field {
    width: 100%;
    padding: 4px;
  }

  .text-fields .text-field__section {
    padding: 4px;
    height: auto;
  }

  .text-fields .text-field__section .label {
    font-size: 8px;
    line-height: 12px;
  }

  .text-fields .text-field__section .value {
    font-size: 10px;
    line-height: 12px;
  }

  .text-column {
    width: 264px;
    margin-bottom: 8px;
  }

  .timing {
    margin: 40px 0;
    padding: 0 8px;
  }

  .timing .title {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .timing__grid {
    gap: 8px;
  }

  .timing__grid .timing__block {
    width: 100% !important;
    -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
  }

  .timing__block {
    width: 100%;
  }
}
