@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5c.ttf) format('truetype');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVjRQ5c.ttf) format('truetype');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plWPQg5c.ttf) format('truetype');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plW2Qg5c.ttf) format('truetype');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plXRQg5c.ttf) format('truetype');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v7/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plX4Qg5c.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #121720;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
.br--mob {
  display: none;
}
.br--desktop {
  display: block;
}
.link {
  color: #4A95FF;
  cursor: pointer;
}
.js-open-modal-title,
.js-open-modal {
  cursor: pointer;
}
body,
html {
  width: 100%;
  height: auto;
}
body {
  background: #F5F7F9;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  color: #121720;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #121720;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Golos Text", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1344px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 1076px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 8;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #F5F7F9;
}
.header__menu {
  margin-top: 2px;
}
.header__menu li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header__menu li:not(:last-child) {
  margin-right: 16px;
}
.header__menu li a {
  display: block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  width: 154px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.header__menu li a:hover {
  color: #4A95FF;
}
.header__menu li.header__menu-item--has-submenu a {
  position: relative;
}
.header__menu li.header__menu-item--has-submenu a .header__menu-item__chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms ease;
}
.header__menu li.header__menu-item--has-submenu a .header__menu-item__chevron path {
  stroke: #121720;
  transition: stroke 200ms ease;
}
.header__menu li.header__menu-item--has-submenu:hover .header__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu li.header__menu-item--has-submenu:hover .header__menu-item__chevron {
  transform: translateY(-50%) rotate(180deg);
}
.header__menu li.header__menu-item--has-submenu:hover .header__menu-item__chevron path {
  stroke: #4A95FF;
}
.header__submenu {
  position: absolute;
  cursor: pointer;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 8px 24px rgba(0, 0, 0, 0.08);
  padding: 8px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
  z-index: 10;
}
.header__submenu li {
  cursor: pointer;
  display: block;
  display: inline-block;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 100%;
}
.header__submenu li:not(:last-child) {
  margin: 0 0 4px 0;
}
.header__submenu li a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  text-align: left;
  font-weight: 500;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header__submenu li a:hover {
  color: #4A95FF;
}
.header__submenu li a:hover .header__submenu-external-link {
  fill: #4A95FF;
}
.header__submenu li a .header__submenu-external-link {
  transform: translateY(3px);
}
.header__button {
  width: 208px;
  height: 48px;
  background: #4A95FF;
  border-radius: 12px;
  font-weight: 500;
  color: #fff;
}
.header__button:hover {
  background: #73AFFF;
}
.header__burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 48px;
  height: 48px;
  background: url('../img/burger.svg');
  display: none;
}
.header__burger:hover {
  background: url('../img/burgerh.svg');
}
.header__burger--active {
  background: url('../img/close.svg');
}
.header__burger--active:hover {
  background: url('../img/close.svg');
}
.hero {
  background: url('../img/hero.svg') no-repeat bottom 36px left 50%;
  padding: 572px 0 252px;
  text-align: center;
}
.hero .wrap {
  position: relative;
  z-index: 2;
}
.hero__icons {
  position: absolute;
  width: 100%;
  left: 0;
  top: -440px;
}
.hero__icons img {
  width: 872px;
}
.hero__name {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
}
.hero__desc {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.hero__mob-icons {
  margin-bottom: 36px;
  text-align: center;
  display: none;
}
.advantages {
  padding-bottom: 24px;
  position: relative;
}
.advantages .wrap {
  position: relative;
  z-index: 2;
}
.advantages__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -750px;
  pointer-events: none;
}
.advantages__mob-bg {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -360px;
  display: none;
}
.advantages__text {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.advantages__screen {
  margin: -206px 0 48px;
  position: relative;
}
.advantages__screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
}
.advantages__screen img {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
}
.advantages__name {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.advantages__top-text {
  text-align: center;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages__item {
  width: 32.2%;
  height: 480px;
  margin-bottom: 24px;
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
}
.advantages__item--big {
  width: 49.2%;
}
.advantages__item--big .advantages__image {
  top: 28px;
}
.advantages__image {
  position: absolute;
  left: 0;
  top: 32px;
  font-size: 0;
}
.advantages__image--bottom {
  top: auto;
  bottom: 0;
}
.advantages__image img.mob {
  display: none;
}
.advantages__info {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.advantages__info--top {
  bottom: auto;
  top: 32px;
}
.advantages__info h3 {
  color: #121720;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.advantages__info h3 a {
  display: block;
  text-decoration: none;
  margin-top: 8px;
  padding-left: 28px;
  background: url('../img/maps.svg') no-repeat left;
}
.transfer {
  padding: 211px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.transfer__before {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.transfer__before--b1 {
  background: #FF6875;
  top: 0;
  left: -75px;
}
.transfer__before--b2 {
  background: #FF6875;
  top: 0;
  right: -75px;
}
.transfer__before--b3 {
  background: #4A95FF;
  bottom: 0;
  left: -75px;
}
.transfer__before--b4 {
  background: #4A95FF;
  bottom: 0;
  right: -75px;
}
.transfer__icon {
  margin-bottom: 24px;
}
.transfer__name {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 82px;
  line-height: 100%;
}
.transfer__desc {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 120%;
  color: #6C7D95;
}
.transfer .header__button {
  width: 157px;
  height: 56px;
}
.transfer .wrap {
  position: relative;
}
.transfer__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -144px;
}
.transfer__bg--right {
  left: auto;
  right: -144px;
}
.features {
  padding: 48px 0;
}
.features__name {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.features__nav {
  margin-bottom: 32px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  background: #ECF1F8;
  border-radius: 14px;
}
.features__nav li {
  display: table-cell;
  vertical-align: middle;
}
.features__nav li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 14px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.features__nav li a.selected {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.features__tab {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
}
.features__text {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 160px;
}
.features__text h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.features__text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.features__text li,
.features__text p {
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.features__text li:not(:last-child),
.features__text p:not(:last-child) {
  margin-bottom: 16px;
}
.features__map {
  width: 50%;
}
.features__map img {
  width: 100%;
}
.payments {
  max-width: 1568px;
  margin: 0 auto 48px auto;
  background: #FFFFFF;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}
.payments__top {
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #1C232E url('../img/payments.svg') no-repeat top left;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-radius: 40px;
}
.payments__top .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payments__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #90A6C7;
}
.payments__item span {
  display: block;
  font-weight: 600;
  font-size: 92px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #F5F7F9;
}
.payments__equally {
  font-weight: 600;
  font-size: 92px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #F5F7F9;
}
.payments__icons {
  position: absolute;
  right: 0;
  top: 0;
}
.payments__bottom {
  text-align: center;
  padding: 48px 0;
}
.payments__bottom h3 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.payments__bottom p {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #6C7D95;
}
.payments__bottom .header__button {
  height: 56px;
}
.clients {
  padding: 48px 0;
  position: relative;
}
.clients__bg {
  position: absolute;
  right: 0;
  top: -1100px;
  pointer-events: none;
}
.clients .wrap {
  position: relative;
  z-index: 2;
}
.clients__name {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.clients__top-text {
  text-align: center;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.clients__list {
  width: calc(50vw + 50%);
  margin-bottom: 36px;
}
.clients__list .swiper-slide {
  width: 330px;
  height: auto;
  margin-top: 40px;
  border: 1px solid #ECF1F8;
}
.clients__item {
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
}
.clients__logo {
  position: absolute;
  left: 32px;
  top: -40px;
  width: 80px;
}
.clients__text {
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 54px 44px 48px 32px;
}
.clients__text h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.clients__text p {
  line-height: 130%;
  color: #90A6C7;
}
.clients__line {
  margin: 16px 0;
  height: 1px;
  background: #D1E4FF;
}
.clients__nav {
  text-align: center;
}
.clients__nav-link {
  display: inline-block;
  margin: 0 8px;
  width: 48px;
  height: 48px;
  opacity: 0.5;
}
.clients__nav-link:hover {
  opacity: 1;
}
.clients__nav-link--prev {
  background: url('../img/prev.svg');
}
.clients__nav-link--next {
  background: url('../img/next.svg');
}
.faq {
  padding-bottom: 40px;
  position: relative;
}
.faq .wrap {
  position: relative;
  z-index: 2;
}
.faq__bg {
  position: absolute;
  right: 0;
  top: 282px;
  pointer-events: none;
}
.faq__name {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.faq__item {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 8px;
  border-radius: 24px;
  padding: 40px 90px 40px 32px;
}
.faq__item h3 {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.faq__item h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  background: url('../img/faq1.svg');
}
.faq__item--active {
  background: #fff;
}
.faq__item--active h3:after {
  background: url('../img/faq2.svg');
}
.faq__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #6C7D95;
  display: none;
}
.form {
  padding-bottom: 48px;
}
.form__content {
  background: #4A95FF;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-radius: 40px;
  padding: 64px;
  position: relative;
  z-index: 2;
}
.form__text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 48px;
  color: #F5F7F9;
}
.form__text h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.form__text p {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.form__mess {
  margin-top: -16px;
}
.form__mess a {
  display: inline-block;
  text-decoration: none;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 12px;
  text-align: center;
}
.form__mess a img {
  vertical-align: middle;
}
.form__form {
  width: 584px;
  background: #FFFFFF;
  border-radius: 24px;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}
.form__form-title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.form__form p {
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 20px;
  color: #6C7D95;
}
.form__form input[type='text'],
.form__form input[type='email'] {
  width: 100%;
  height: 48px;
  background: #F5F7F9;
  border-radius: 12px;
  padding: 0 12px;
  margin-bottom: 16px;
  border: 1px solid #F5F7F9;
}
.form__form input[type='text']::-webkit-input-placeholder,
.form__form input[type='email']::-webkit-input-placeholder {
  color: #90A6C7;
}
.form__form input[type='text']:-moz-placeholder,
.form__form input[type='email']:-moz-placeholder {
  color: #90A6C7;
}
.form__form input[type='text']::-moz-placeholder,
.form__form input[type='email']::-moz-placeholder {
  color: #90A6C7;
}
.form__form input[type='text']:-ms-input-placeholder,
.form__form input[type='email']:-ms-input-placeholder {
  color: #90A6C7;
}
.form__form input[type='text']::-ms-input-placeholder,
.form__form input[type='email']::-ms-input-placeholder {
  color: #90A6C7;
}
.form__form input[type='text']::placeholder,
.form__form input[type='email']::placeholder {
  color: #90A6C7;
}
.form__form .header__button {
  margin-top: 20px;
  width: 100%;
  height: 56px;
}
.contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 32px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
}
.contacts__info {
  width: 46%;
  background: #1C232E url('/img/bg6.svg') no-repeat right bottom;
  background-size: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 64px 64px 48px 64px;
}
.contacts__name {
  margin-bottom: 104px;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}
.contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__item {
  width: 48.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 16px;
  color: #121720;
  font-size: 12px;
  line-height: 16px;
}
.contacts__item:nth-child(1) {
  background: #F5F7F9;
  border-radius: 32px 32px 0px 32px;
}
.contacts__item:nth-child(2) {
  background: #88D919;
  border-radius: 32px 32px 32px 0px;
}
.contacts__item:nth-child(3) {
  background: #F3B125;
  border-radius: 32px 0px 32px 32px;
}
.contacts__item:nth-child(4) {
  background: #F5F7F9;
  border-radius: 0px 32px 32px 32px;
}
.contacts__item span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.contacts__item span.small {
  font-size: 30px;
  line-height: 36px;
}
.contacts__item span.small2 {
  font-size: 20px;
  line-height: 24px;
}
.contacts__form {
  width: 54%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 64px 186px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
}
.contacts__form h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.contacts__form p {
  margin-bottom: 10px;
  line-height: 20px;
  color: #6C7D95;
}
.contacts__form-text {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #6C7D95;
}
.contacts__label {
  text-align: left;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 20px;
  color: #6C7D95;
}
.contacts__input {
  width: 100%;
  height: 48px;
  background: #F5F7F9;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid #F5F7F9;
}
.contacts__button {
  margin: 20px 0 16px;
  width: 100%;
  height: 48px;
  background: #4A95FF;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
}
.contacts__button:hover {
  background: #EDF4FF;
  color: #4A95FF;
}
.contacts__mess {
  padding-top: 15px;
  border-top: 1px solid #F0F0F0;
}
.contacts__mess p {
  margin-bottom: 16px;
}
.contacts__mess a {
  display: inline-block;
  margin: 0 4px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #F5F7F9;
  border-radius: 12px;
}
.contacts__mess a:hover {
  background: #EDF4FF;
}
.contacts__mess a img {
  vertical-align: middle;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.modal--opened {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto;
}
.modal--opened .modal__overlay {
  opacity: 1;
}
.modal--opened .modal__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.modal__content {
  position: fixed;
  max-width: 1344px;
  width: calc(100% - 32px);
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 102;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal__content .contacts__content {
  border: none;
}
.modal__content .contacts__info {
  padding: 35px;
  background: #1C232E;
}
.modal__content .contacts__form {
  padding: 35px 150px;
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 103;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.modal__close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.modal__close img {
  vertical-align: middle;
}
.footer {
  max-width: fit-content;
  margin: 0 auto 16px auto;
  color: #fff;
  background: #1C232E;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  font-size: 0;
}
.footer__logo {
  margin-right: 20px;
}
.copy {
  text-align: center;
  padding-bottom: 147px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #90A6C7;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 148px 0 0 0;
  z-index: 7;
  display: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mobile-menu .header__menu {
  display: block;
  margin: 0 0 16px 0;
}
.mobile-menu .header__menu li {
  display: block;
  position: relative;
}
.mobile-menu .header__menu li:not(:last-child) {
  margin: 0 0 16px 0;
}
.mobile-menu .header__menu li a {
  text-align: left;
  padding: 0 16px;
  line-height: 56px;
  height: 56px;
  border-radius: 12px;
}
.mobile-menu .header__menu li a:hover {
  background: #F5F7F9;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu a {
  position: relative;
  padding-right: 40px;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu a .header__menu-item__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transition: transform 200ms ease;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu a .header__menu-item__chevron path {
  stroke: #121720;
  transition: stroke 200ms ease;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu.header__menu-item--opened a .header__menu-item__chevron {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .header__menu li.header__menu-item--has-submenu.header__menu-item--opened a .header__menu-item__chevron path {
  stroke: #4A95FF;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu {
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  margin: 8px 0 0 0;
  min-width: auto;
  width: calc(100% - 32px);
  margin-left: 16px;
  box-shadow: none;
  padding: 8px;
  opacity: 1;
  visibility: visible;
  transform: none;
  display: none;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu li {
  margin: 0 0 4px 0;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu li:last-child {
  margin: 0;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu li a {
  padding: 0 12px;
  line-height: 44px;
  height: 44px;
  background: transparent;
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu li a .header__submenu-external-link {
  transform: translateY(3px);
}
.mobile-menu .header__menu li.header__menu-item--has-submenu .header__submenu.header__submenu--opened {
  display: block;
}
.mobile-menu .form__mess {
  margin: 0;
}
.mobile-menu .form__mess a {
  margin: 0 0 0 16px;
  background: #EDF4FF;
}
.mobile-menu__button {
  position: absolute;
  left: 0;
  bottom: 76px;
  width: 100%;
}
.mobile-menu__button .header__button {
  width: 100%;
  height: 56px;
}
.social {
  position: fixed;
  right: 16px;
  bottom: 10px;
  z-index: 5;
  width: 80px;
  text-align: center;
}
.social a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social a:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.social__list {
  display: none;
}
.social__link {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  background: url('../img/social-link.svg');
}
.social__link--active {
  background: url('../img/soc3.svg');
}
.anchor {
  position: absolute;
  margin-top: -100px;
}
@media (max-width: 1374px) {
  .wrap {
    width: 970px;
  }
  .header {
    width: 970px;
  }
  .header__menu li a {
    width: auto;
    padding: 0 20px;
  }
  .header__submenu {
    min-width: 260px;
  }
  .advantages__bg {
    top: -600px;
  }
  .transfer__name {
    font-size: 60px;
  }
  .transfer__bg {
    left: -100px;
  }
  .transfer__bg--right {
    left: auto;
    right: -100px;
  }
  .features__nav li a {
    padding: 14px 30px;
  }
  .features__text {
    padding-right: 30px;
  }
  .payments__equally {
    width: 100%;
    margin: 32px 0;
  }
  .payments__item {
    width: 100%;
  }
  .payments__item br {
    display: none;
  }
  .form__form {
    width: 400px;
  }
  .copy {
    padding-bottom: 48px;
  }
  .modal__content {
    max-width: 970px;
  }
  .modal__content .contacts__form {
    padding: 64px 120px;
  }
  .contacts__info {
    padding: 36px 36px 20px 36px;
  }
  .contacts__form {
    padding: 64px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header {
    width: 747px;
    position: fixed;
    top: 16px;
  }
  .header__menu {
    display: none;
  }
  .header .header__button {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu.mobile-menu--opened {
    top: 0;
  }
  .mobile-menu.mobile-menu--opened + .header {
    border: transparent;
  }
  .header__burger {
    display: block;
  }
  .hero {
    padding: 500px 0 250px 0;
  }
  .hero__icons {
    top: -360px;
  }
  .advantages__bg {
    top: -500px;
  }
  .advantages__item {
    width: 49.2%;
  }
  .transfer {
    padding: 100px 0;
  }
  .transfer__bg {
    display: none;
  }
  .features__nav li a {
    padding: 14px 15px;
  }
  .features__map {
    width: 100%;
    order: 1;
  }
  .features__text {
    width: 100%;
    order: 2;
    padding: 32px 0 0 0;
  }
  .form__content {
    padding: 32px;
  }
  .form__text h2 {
    font-size: 28px;
  }
  .form__form {
    width: 320px;
  }
  .modal__content {
    max-width: calc(100% - 32px);
  }
  .modal__content .contacts__info {
    padding: 36px 36px 20px 36px;
  }
  .modal__content .contacts__name {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .modal__content .contacts__item {
    width: 48%;
  }
  .modal__content .contacts__form {
    padding: 64px 24px;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts__form h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .wrap {
    width: 556px;
  }
  .header {
    width: 556px;
  }
  .hero {
    padding: 400px 0 250px 0;
  }
  .hero__icons {
    top: -300px;
  }
  .advantages__bg {
    top: -400px;
  }
  .advantages__info h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .advantages__item {
    height: 440px;
  }
  .transfer__name {
    font-size: 50px;
  }
  .features__nav {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .features__nav li {
    display: inline-block;
  }
  .payments__top {
    padding: 80px 0;
  }
  .payments__item span {
    font-size: 60px;
  }
  .payments__equally {
    font-size: 60px;
  }
  .form__text {
    width: 100%;
    display: block;
    padding: 0 0 32px 0;
  }
  .form__form {
    width: 100%;
    display: block;
  }
  .header__button {
    width: 100%;
    margin-top: 16px;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    width: 250px;
    max-width: calc(100% - 32px);
  }
  .footer .header__button {
    width: 100%;
    max-width: 185px;
  }
  .modal__content {
    max-width: calc(100% - 32px);
  }
  .modal__content .contacts__content {
    flex-direction: column;
  }
  .modal__content .contacts__info {
    display: none;
  }
  .modal__content .contacts__name {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .modal__content .contacts__item {
    width: 48%;
  }
  .modal__content .contacts__form {
    width: 100%;
    padding: 64px 24px;
  }
  .modal__close {
    top: 12px;
    right: 12px;
  }
  .contacts__name {
    margin-bottom: 16px;
  }
  .contacts__item {
    width: 48%;
  }
  .contacts__form {
    padding: 64px 24px;
  }
  .contacts {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .br--mob {
    display: block;
  }
  .br--desktop {
    display: none;
  }
  .wrap {
    width: auto;
    padding: 0 16px;
  }
  .header {
    width: calc(100% - 32px);
  }
  .hero__icons {
    display: none;
  }
  .hero {
    padding: 108px 0 36px;
    background: url('../img/hero2.svg') no-repeat top center;
  }
  .hero__mob-icons {
    display: block;
  }
  .hero__name {
    font-size: 36px;
    line-height: 43px;
  }
  .hero .header__button {
    width: 208px;
    margin: 0;
  }
  .advantages__screen {
    margin: 0 0 36px 0;
    border-radius: 8.18599px;
  }
  .advantages__screen video {
    border-radius: 4.09299px;
  }
  .advantages__bg {
    display: none;
  }
  .advantages__mob-bg {
    display: block;
  }
  .advantages__name {
    font-size: 32px;
    line-height: 38px;
  }
  .advantages__item {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  .advantages__list .advantages__item:nth-child(1) {
    order: 3;
    padding: 0 0 32px 0;
  }
  .advantages__list .advantages__item:nth-child(2) {
    order: 1;
    padding: 32px 0 0 0;
  }
  .advantages__list .advantages__item:nth-child(3) {
    order: 5;
  }
  .advantages__list .advantages__item:nth-child(4) {
    order: 2;
    padding: 0 0 32px 0;
  }
  .advantages__list .advantages__item:nth-child(5) {
    order: 4;
  }
  .advantages__image,
  .advantages__item--big .advantages__image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .advantages__info {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .advantages__info h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .advantages__image img {
    display: none;
  }
  .advantages__image img.mob {
    display: block;
  }
  .advantages__list .advantages__item:nth-child(4) .advantages__image {
    margin-bottom: 24px;
  }
  .advantages {
    padding-bottom: 12px;
  }
  .transfer {
    padding: 32px 0;
  }
  .transfer__before {
    display: none;
  }
  .transfer__name {
    font-size: 36px;
  }
  .transfer .header__button {
    margin-top: 0;
  }
  .features {
    padding: 36px 0 103px;
  }
  .features__name {
    font-size: 36px;
    line-height: 43px;
  }
  .features__nav li a {
    padding: 14px 16px;
    color: #6C7D95;
  }
  .features__nav li a.selected {
    color: #121720;
  }
  .features__tab {
    padding: 20px 20px 32px 20px;
  }
  .features__text {
    padding: 32px 12px 0 12px;
  }
  .features__text h3 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .payments__top {
    padding: 32px 0;
    background: #1c232e;
  }
  .payments__icons {
    display: none;
  }
  .payments {
    margin: 0 16px 36px 16px;
  }
  .clients__bg {
    display: none;
  }
  .payments:before {
    content: "Стоимость";
    position: absolute;
    top: -67px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
  }
  .payments__item span {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 100%;
  }
  .payments .wrap {
    padding: 0 32px;
  }
  .payments__equally {
    font-size: 40px;
    line-height: 100%;
  }
  .payments__bottom h3 {
    font-size: 36px;
  }
  .payments__bottom .header__button {
    width: 208px;
    margin: 0;
  }
  .clients {
    padding: 0 0 36px 0;
  }
  .clients__name {
    font-size: 36px;
    line-height: 43px;
  }
  .faq__name {
    font-size: 36px;
    line-height: 43px;
  }
  .faq__bg {
    display: none;
  }
  .faq {
    padding-bottom: 28px;
  }
  .form__content {
    padding: 32px 32px 180px 32px;
  }
  .form__form {
    width: calc(100% + 64px);
    margin: 0 -32px;
  }
  .form__bottom-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
  }
  .form {
    padding-bottom: 36px;
  }
  .footer {
    width: auto;
    margin: 0 16px 16px 16px;
    padding: 24px;
  }
  .modal__content {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .modal__content .contacts__content {
    flex-direction: column;
  }
  .modal__content .contacts__info {
    width: 100%;
    padding: 36px 36px 20px 36px;
  }
  .modal__content .contacts__name {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .modal__content .contacts__item {
    width: 48%;
  }
  .modal__content .contacts__form {
    width: 100%;
    padding: 54px 24px 30px 24px;
  }
  .modal__close {
    top: 16px;
    right: 16px;
  }
}
body {
  background: #fff;
}
.wrap {
  width: 1280px;
}
.about {
  margin-top: 128px;
  padding-bottom: 64px;
  text-align: center;
}
.about__name {
  max-width: 800px;
  margin: 0 auto 16px auto;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}
.about__desc {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #6C7D95;
}
.about__price {
  display: inline-block;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 16px 16px 52px;
  border: 1px solid #D1E4FF;
  border-radius: 16px;
  background: url('../img/hot.svg') no-repeat 16px 50%;
}
.about__button {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 0 15px;
  height: 56px;
  background: #4A95FF;
  border-radius: 12px;
  font-weight: 500;
}
.about__button:hover {
  background: #EDF4FF;
  color: #4A95FF;
}
.about a {
  text-decoration: none;
}
.order {
  padding-bottom: 64px;
}
.order__content {
  background: #F5F7F9;
  border-radius: 32px;
  height: 566px;
  position: relative;
  overflow: hidden;
}
.order__phone {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.order__phone:before {
  content: "";
  position: absolute;
  background: url('../img/arrow1.svg');
  width: 131px;
  height: 37px;
  bottom: 364px;
  left: 50%;
  margin-left: -330px;
}
.order__phone:after {
  content: "";
  position: absolute;
  background: url('../img/arrow2.svg');
  width: 135px;
  height: 38px;
  bottom: 150px;
  right: 50%;
  margin-right: -330px;
}
.order__tel {
  position: relative;
  z-index: 2;
}
.order__bg {
  position: absolute;
}
.order__bg--green {
  bottom: 0;
  left: 50%;
  margin-left: -280px;
}
.order__bg--orange {
  bottom: 216px;
  left: 50%;
  margin-left: 10px;
}
.order__item {
  position: absolute;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 16px;
  z-index: 5;
}
.order__item--item1 {
  top: 219px;
  right: 62px;
}
.order__item--item1:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 17px;
  height: 18px;
  background: url('../img/after.svg');
  margin: 0 0 -5px -5px;
}
.order__item--item2 {
  top: 210px;
  left: 115px;
}
.order__item--item3 {
  right: 80px;
  bottom: 203px;
}
.order__item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  color: #6C7D95;
}
.order__item div span {
  display: block;
  color: #121720;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.order__item div img {
  width: 36px;
  max-width: 36px;
  margin-right: 8px;
}
.order__block {
  position: absolute;
  color: #fff;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
.order__block--block1 {
  left: 264px;
  bottom: 125px;
  width: 133px;
  background: #F3B125;
  border-radius: 16px 16px 0px 16px;
}
.order__block--block2 {
  top: 74px;
  right: 200px;
  width: 178px;
  background: #7FC51E;
  border-radius: 16px 16px 16px 0px;
}
.order__block span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.order__mob-image {
  display: none;
  margin: 0 auto;
}
.categories {
  padding-bottom: 48px;
  text-align: center;
}
.categories__name {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.categories__item {
  display: inline-block;
  margin: 0 8px 16px 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 15px;
  border: 1px solid #D1E4FF;
  border-radius: 16px;
}
.steps {
  padding: 64px 0 48px;
  margin-bottom: 64px;
}
.steps__name {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 16px auto;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}
.steps__top-text {
  text-align: center;
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 24px;
  color: #6C7D95;
}
.steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps__item {
  width: 32.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  position: relative;
  background: #F5F7F9;
  border-radius: 32px;
  padding: 24px 24px 172px 24px;
}
.steps__item h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.steps__item p {
  font-size: 16px;
  line-height: 24px;
  color: #6C7D95;
}
.steps__step {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  background: #FF6875;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.steps__step--green {
  background: #7FC51E;
}
.steps__step--green .steps__icon {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: 0;
  right: 40px;
}
.steps__step span {
  display: block;
  margin-top: 8px;
  font-size: 72px;
  line-height: 72px;
}
.steps__icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.steps__icon--mr {
  right: 40px;
}
.steps__button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 208px;
  height: 48px;
  background: #F5F7F9;
  border-radius: 12px;
  font-weight: 500;
  color: #6C7D95;
}
.steps__button:hover {
  color: #fff;
  background: #4A95FF;
}
.steps__logos {
  margin-bottom: 16px;
}
.steps__logos img {
  margin-right: 8px;
}
.problems {
  padding: 64px 0 48px;
  margin-bottom: 64px;
}
.problems__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.problems__item {
  width: 32.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  background: #fff;
  position: relative;
  border: 1px solid #D1E4FF;
  border-radius: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  z-index: 2;
}
.problems__item h3 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.banner {
  padding: 181px 0;
  position: relative;
  margin-bottom: 64px;
}
.banner__bg {
  position: absolute;
  pointer-events: none;
}
.banner__bg--bg1 {
  left: 0;
  top: -70px;
}
.banner__bg--bg2 {
  right: 30px;
  top: -260px;
}
.banner__banner {
  background: #F5F7F9;
  border-radius: 32px;
  padding: 24px;
  position: relative;
  z-index: 3;
}
.banner__banner:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 602px;
  height: 156px;
  background: #F0AF25;
  border-radius: 100px 0 0 100px;
}
.banner__name {
  max-width: 606px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
}
.banner__discount {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  height: 60px;
  line-height: 60px;
  padding: 0 50px 0 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  top: 38px;
  left: 422px;
  background: #fff url('../img/discount.svg') no-repeat right 12px top 50%;
  transform: rotate(24.5deg);
  z-index: 3;
  white-space: nowrap;
}
.banner__button button {
  width: 200px;
  height: 60px;
  background: #4A95FF;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}
.banner__button button:hover {
  background: #EDF4FF;
  color: #4A95FF;
}
.banner__button span {
  display: inline-block;
  width: 282px;
  margin-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #6C7D95;
  vertical-align: middle;
}
.banner__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 102px;
  width: 373px;
}
.banner__mob-image {
  width: 100%;
  margin-bottom: 24px;
  display: none;
}
.blog {
  padding: 64px 0 1px;
  z-index: 9;
  position: relative;
}
.blog__content {
  padding-left: 452px;
  background-color: #fff;
  position: relative;
}
.blog__item {
  margin-bottom: 64px;
  display: flex;
}
.blog__image {
  display: table-cell;
  vertical-align: middle;
}
.blog__image img {
  width: 370px;
  max-width: 370px;
  height: 700px;
  object-fit: contain;
  margin-right: 64px;
}
.blog__text {
  position: sticky;
  top: 18px;
  display: inline-block;
  height: fit-content;
}
.blog__text h3 {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.blog__text p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D95;
}
.blog__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4A95FF;
  padding: 16px 20px 16px 16px;
  border: 1px solid #4A95FF;
  border-radius: 12px;
  background: none;
}
.blog__button span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('../img/arrow3.svg');
  margin: -2px 2px 0 0;
}
.blog__button:hover {
  color: #fff;
  background: #4A95FF;
}
.blog__button:hover span {
  background: url('../img/arrow3h.svg');
}
.blog__st {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.blog__banner {
  position: sticky;
  top: 18px;
  width: 388px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  color: #fff;
  background: #7FC51E url('../img/bg5.svg') no-repeat right top;
  border-radius: 32px;
}
.blog__banner h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.blog__banner p {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.blog__banner button {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #4A95FF;
}
.blog__banner button:hover {
  color: #fff;
  background: #4A95FF;
}
.feature-mobile__advantages__item {
  padding: 64px 0;
  position: relative;
}
.feature-mobile__advantages__item:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}
.feature-mobile__advantages__image {
  display: table-cell;
  vertical-align: middle;
}
.feature-mobile__advantages__image img {
  width: 220px;
  max-width: 220px;
  margin-right: 48px;
}
.feature-mobile__advantages__count {
  display: table-cell;
  vertical-align: middle;
  font-size: 200px;
  line-height: 200px;
}
.feature-mobile__advantages__text {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 270px;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D95;
}
.feature-mobile__advantages__badge {
  position: absolute;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
.feature-mobile__advantages__badge--orange {
  background: #F3B125;
  top: 49px;
  left: 662px;
  transform: rotate(24.5deg);
}
.feature-mobile__advantages__badge--pink {
  background: #B925F3;
  top: 52px;
  left: 308px;
  transform: rotate(-17.82deg);
}
.feature-mobile__advantages__badge--green {
  background: #88D919;
  top: 51px;
  left: 457px;
  transform: rotate(10.23deg);
}
.feature-mobile__advantages__badge img {
  vertical-align: middle;
}
.clients__item {
  background: #F5F7F9;
}
.integration {
  padding: 64px 0 48px;
  margin-bottom: 64px;
  text-align: center;
}
.integration__name {
  max-width: 600px;
  margin: 0 auto 64px auto;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}
.integration__list {
  padding: 0 100px;
}
.integration__item {
  margin: 0 8px 16px 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 16px 16px 60px;
  position: relative;
}
.integration__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.article {
  padding: 64px 0 32px;
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 130%;
  color: #6C7D95;
}
.article__name {
  text-align: center;
  color: #121720;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
}
.article p {
  margin-bottom: 20px;
}
.article ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
.services {
  padding: 64px 0 48px;
  margin-bottom: 64px;
  text-align: center;
}
.services__list {
  padding: 0 200px;
}
.services__item {
  display: inline-block;
  text-decoration: none;
  margin: 0 8px 16px 8px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 16px 16px 52px;
  background: #F5F7F9;
  border-radius: 16px;
}
.services__item--blue {
  color: #fff;
  background: #4A95FF;
}
.services__item:hover {
  transform: scale(1.05);
}
.services__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.demo {
  padding: 162px 0;
}
.demo__content {
  padding: 24px;
  position: relative;
  background: #F5F7F9;
  border-radius: 32px;
}
.demo__name {
  max-width: 616px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
}
.demo__data {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D95;
}
.demo__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 96px;
  width: 524px;
}
.demo__image:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  background: url('../img/before.svg');
  width: 706px;
  height: 320px;
  pointer-events: none;
}
.demo__image img {
  position: relative;
}
@media (max-width: 1320px) {
  .wrap {
    width: 970px;
  }
  .order__item--item1 {
    right: 20px;
  }
  .order__item--item2 {
    left: 20px;
  }
  .order__item--item3 {
    right: 40px;
  }
  .order__block--block1 {
    left: 160px;
  }
  .order__block--block2 {
    right: 100px;
  }
  .steps__item {
    width: 49%;
  }
  .banner__image {
    right: 0px;
  }
  .banner__banner:before {
    width: 360px;
  }
  .blog__content {
    padding-left: 0;
  }
  .blog__st {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 64px;
    width: auto;
  }
  .blog__banner {
    width: auto;
  }
  .feature-mobile__advantages__text {
    display: none;
  }
  .integration__list {
    padding: 0;
  }
  .services__list {
    padding: 0;
  }
  .demo__image {
    right: 20px;
    width: 380px;
  }
  .demo__image:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .steps__item {
    width: 100%;
  }
  .steps__item {
    padding: 24px;
  }
  .steps__step {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-top: 16px;
  }
  .problems__item {
    width: 49%;
  }
  .banner__image {
    display: none;
  }
  .banner__banner:before {
    display: none;
  }
  .banner {
    padding: 64px 0;
  }
  .banner__bg {
    display: none;
  }
  .feature-mobile__advantages {
    display: none;
  }
  .demo__image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .order__content {
    height: auto;
    padding: 20px 20px 0 20px;
  }
  .order__item {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-bottom: 8px;
  }
  .order__phone {
    display: none;
  }
  .order__mob-image {
    display: block;
  }
  .order__item--item1:after {
    display: none;
  }
  .order__block--block2 {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  .order__block--block1 {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    right: 20px;
    bottom: 236px;
  }
  .order__item--item3 {
    margin-bottom: 62px;
  }
  .banner__discount {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    transform: rotate(-3.46deg);
    margin: -5px 0 30px;
  }
  .banner__name {
    margin-bottom: 0;
  }
  .blog__image {
    display: block;
  }
  .blog__image img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .blog__text {
    display: block;
  }
  .blog__item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog {
    z-index: 7;
  }
  .article__name {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .article {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 16px;
  }
  .about__button {
    width: 100%;
  }
  .order__item div {
    vertical-align: top;
  }
  .steps {
    padding: 32px 0 16px;
  }
  .steps__icon--mr {
    right: 0;
  }
  .steps__step--green .steps__icon {
    right: 0;
  }
  .steps__button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 8px;
  }
  .problems {
    padding: 32px 0 16px;
  }
  .problems__item {
    width: 100%;
  }
  .banner {
    padding: 0;
  }
  .banner__mob-image {
    display: block;
  }
  .banner__discount {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .banner__button button {
    width: 100%;
    background: none;
    border: 1px solid #4A95FF;
    color: #4A95FF;
  }
  .banner__button span {
    display: block;
    margin: 24px 0 0 0;
  }
  .blog {
    padding: 32px 0;
    margin-bottom: 64px;
  }
  .blog__banner {
    margin-bottom: 0;
  }
  .blog__banner {
    background: #7fc51e url('../img/bg5.svg') no-repeat right -30px top 0;
  }
  .blog__banner h3 {
    padding-right: 40px;
  }
  .clients {
    padding: 32px 0;
  }
  .integration {
    padding: 32px 0 16px;
  }
  .services {
    padding: 32px 0 16px;
  }
  .demo {
    padding: 0 0 64px 0;
  }
}
/*# sourceMappingURL=bundle.css.map */