.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'sf dis exbold', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'sf dis exbold', sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 800;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 12px;
}

.container {
  max-width: 960px;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 958px;
  margin-top: 80px;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.hero {
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111423;
}

.section.is-white {
  padding-bottom: 100px;
}

.section.is-white.is--no-padding-bottom {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.is-white.is--small-mt {
  padding-top: 100px;
}

.section.is-gray {
  padding-top: 100px;
  background-color: #f6f6f7;
}

.section.is-gray.is-overflow {
  overflow: hidden;
}

.section.is-gray.is--no-padding-bottom {
  padding-bottom: 0px;
}

.section.is-gray.is--small-margin-bottom {
  overflow: hidden;
  padding-bottom: 100px;
}

.section.is-black {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #111423;
}

.section.is-overflow {
  position: relative;
  overflow: hidden;
}

.section.is-center-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.is--small-margin {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.is--last {
  padding-top: 30px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111423;
}

.navbar.is-desktop {
  z-index: 0;
}

.navbar.is-mobile {
  display: none;
}

.content-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.is-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.h1 {
  margin-bottom: 14px;
}

.h1-description {
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.right-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 423px;
  height: 424px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9013fe));
  background-image: linear-gradient(180deg, transparent, #9013fe);
}

.swiper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.swiper.is-review {
  width: 681px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  border-radius: 20px;
  background-color: transparent;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swiper-wrapper.is-review {
  border-radius: 20px;
}

.swiper-slide {
  height: 100%;
  background-color: transparent;
}

.swiper-slide.is-review {
  margin-right: 40px;
  padding: 48px 40px 79px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 0, 0, 0.05);
}

.blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background-color: transparent;
}

.quote-wrapper {
  width: 786px;
  margin-left: 24px;
  padding: 48px 52px 52px;
  border-radius: 0px 20px 20px;
  background-color: #cdebff;
}

.quote-icon {
  margin-bottom: 16px;
}

.quote-text {
  margin-bottom: 0px;
  padding: 0px;
  border-left: 1px none #000;
  font-family: 'Sf pro display', sans-serif;
  font-size: 28px;
  line-height: 140%;
  font-weight: 400;
}

.ui-section {
  width: 100vw;
  height: 150vh;
  background-color: #e49c9c;
}

.slide-bullet {
  margin-top: 24px;
  margin-bottom: 24px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.right-arrow {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
}

.slide-nav {
  display: none;
}

.h2 {
  margin-bottom: 64px;
  color: #000;
}

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

.h2.is--centered {
  text-align: center;
}

.h3.is--centered {
  margin-bottom: 50px;
  color: #000;
  text-align: center;
}

.advantages-grid {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 136px 208px 1fr 208px 136px;
  grid-template-columns: 136px 208px 1fr 208px 136px;
  -ms-grid-rows: 147px 147px;
  grid-template-rows: 147px 147px;
  background-color: #bbc0c9;
}

.down-arrow-image {
  width: 40px;
  height: 40px;
}

.dropdown-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 278px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown-icon {
  overflow: visible;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #000;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fdd300;
}

.dropdown-toggle.purple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-color: #9013fe;
}

.dropdown-toggle.blue {
  border-top-color: #009aff;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  background-color: transparent;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-arrow {
  margin-left: 12px;
}

.more-text {
  font-family: 'Sf pro display', sans-serif;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-list-block {
  padding-left: 25px;
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.list-item {
  position: relative;
  margin-right: 24px;
}

.mini-paragraph {
  font-family: 'Sf pro display', sans-serif;
  color: #bcbcbc;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.mini-paragraph.in-black {
  width: 464px;
  margin-top: 12px;
  color: #000;
  font-size: 20px;
}

.mini-paragraph.grid {
  color: #000;
  text-align: center;
}

.top-button-text {
  padding: 9px 14px;
  border: 1px solid #009aff;
  border-radius: 6.00779px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.top-button-text:hover {
  background-color: #009aff;
}

.big-numbers {
  font-family: 'sf dis exbold', sans-serif;
  color: #9013fe;
  font-size: 42px;
  line-height: 120%;
  font-weight: 800;
}

.numbers {
  font-family: 'Sf pro display', sans-serif;
  color: #009aff;
  font-size: 34px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}

.company-names {
  margin-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 130%;
  font-weight: 500;
}

.big-description {
  margin-bottom: 28px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-4 {
  font-family: 'Sf pro display', sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
}

.author-paragraph {
  margin-right: 55px;
  margin-left: 8px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.author-paragraph.second-slide {
  margin-left: 0px;
}

.author-paragraph.first-slide {
  margin-right: 80px;
}

.description-paragraph {
  margin-bottom: 40px;
  font-family: 'Sf pro display', sans-serif;
  color: #bcbcbc;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.description-paragraph.dropdown {
  margin-bottom: 0px;
  color: #000;
}

.description-paragraph.is-yellow {
  margin-top: 3px;
  margin-bottom: 20px;
  color: #fdd300;
}

.description-paragraph.is-blue {
  margin-bottom: 20px;
  color: #009aff;
}

.description-paragraph.is--small {
  text-align: center;
}

.paragraph {
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.paragraph.with-margin {
  margin-bottom: 64px;
}

.author-text {
  margin-top: 16px;
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}

.author-text.in-black {
  color: #000;
}

.rewiews-title {
  margin-right: 36px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
}

.button-text {
  display: inline-block;
  margin-bottom: 64px;
  padding: 24px 83px;
  border: 1px solid #009aff;
  border-radius: 20px;
  background-color: #009aff;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  font-family: 'Sf pro display', sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.02px;
  text-transform: uppercase;
}

.button-text:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.link {
  color: #fdd300;
}

.image {
  width: 423px;
  height: 424px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9013fe));
  background-image: linear-gradient(180deg, transparent, #9013fe);
}

.advantages-wrapper {
  margin-bottom: 128px;
  padding: 20px;
  border-radius: 20px;
  background-color: #eff0f1;
}

.advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff0f1;
}

.advantages-item.small {
  padding-right: 10px;
  padding-left: 10px;
}

.list-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: transparent;
}

.slide {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: 60px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.roman {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 360px;
  height: auto;
}

.author-content {
  position: static;
  left: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 378px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.author-bottom-content {
  position: relative;
}

.author-big-paragraph {
  margin-bottom: 16px;
  padding-right: 51px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  text-align: left;
}

.author-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.left-arrow {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbd;
  border-radius: 1000px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.left-arrow:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.left-arrow.is-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-arrow.show {
  position: absolute;
  left: -3%;
  top: 50%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.left-arrow.show:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9) translate(0px, -50%);
  -ms-transform: scale(0.9) translate(0px, -50%);
  transform: scale(0.9) translate(0px, -50%);
}

.right-arrow {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  margin-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbcbd;
  border-radius: 1000px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
}

.right-arrow:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.right-arrow.is-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow.show {
  position: absolute;
  left: auto;
  top: 50%;
  right: -3%;
  bottom: 0%;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.right-arrow.show:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9) translate(0px, -50%);
  -ms-transform: scale(0.9) translate(0px, -50%);
  transform: scale(0.9) translate(0px, -50%);
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  display: block;
  color: #000;
}

.slide-nav.is--hidden {
  display: none;
}

.slide-review-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: #0f1c38;
}

.rewiews-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stars-image {
  width: auto;
  height: 36px;
}

.history-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inside-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inside-list.is--last {
  margin-bottom: 0px;
}

.author-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-number {
  margin-right: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fdd300;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
}

.history-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.emoji {
  width: 80px;
  height: 80px;
  margin-right: 42px;
}

.emoji.is--mobile {
  display: none;
}

.button-block.is-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.instagram-block:hover {
  color: #009aff;
}

.instagram {
  margin-right: 20px;
}

.app {
  position: absolute;
  right: -46px;
  bottom: 120px;
  z-index: 9;
  width: 112px;
  height: 112px;
  border-radius: 20px;
}

.app3 {
  position: absolute;
  left: -68px;
  bottom: 40px;
  width: 120px;
}

.app2 {
  position: absolute;
  top: -55px;
  right: 288px;
  width: 110px;
  height: 110px;
}

.grid-image {
  width: 101px;
  height: 50px;
}

.grid-image.is--mobile {
  display: none;
}

.blue-devider {
  margin-top: 19px;
  margin-bottom: 19px;
}

.left-arrow-image {
  display: block;
  width: 30%;
  height: 30%;
}

.right-arrow-image {
  display: inline-block;
  width: 30%;
  height: 30%;
}

.under-quote {
  margin-bottom: 100px;
}

.link-2 {
  color: #000;
}

.black-link {
  color: #000;
}

.link-4 {
  color: #000;
}

.link-5 {
  color: #000;
}

.grey-divider {
  position: absolute;
  left: 0%;
  top: 89px;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #bbc0c9;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.dashed {
  position: absolute;
  left: 8.5px;
  top: 8px;
  height: 87%;
}

.list-divider-block {
  position: absolute;
  left: -17px;
  width: 1px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.list-divider {
  width: 100%;
  height: 100%;
  background-color: #009aff;
}

.list-divider.is-yellow {
  background-color: #fdd300;
}

.divider-polygon {
  position: absolute;
  left: auto;
  top: 46%;
  right: -0.4px;
  bottom: 0%;
  height: 20px;
  min-height: 17px;
  min-width: 31px;
}

.mask {
  width: 100%;
  height: 526px;
  border-radius: 20px;
  background-color: #111423;
}

.elipse {
  position: absolute;
  left: -18px;
  top: -16px;
}

.image-2 {
  position: absolute;
  left: 813px;
  top: 438px;
}

.artur {
  position: absolute;
  left: -68px;
  top: 9px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 375px;
  height: auto;
}

.dmytro {
  position: absolute;
  left: -102px;
  top: 13px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 500px;
  height: auto;
}

.oleksiy {
  position: absolute;
  left: -35px;
  right: auto;
  bottom: -6%;
  display: block;
  width: 390px;
  height: auto;
}

.instagram-text {
  margin-right: 20px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 20px;
}

.pricing-items {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-card-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5f7fa;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.pricing-divider-two {
  height: 1px;
  margin: 9px -16px 16px;
  background-color: #e4ebf3;
}

.pricing-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.ellipse {
  position: absolute;
  left: auto;
  top: -5%;
  right: 41%;
  bottom: auto;
  width: 52px;
}

.ellipse.is--2 {
  top: 12%;
  right: 97.5%;
}

.ellipse.is--3 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.ellipse.is--4 {
  top: 95%;
  right: 15%;
  width: 136px;
}

.ellipse.is--5 {
  top: 12%;
  right: -3%;
  width: 136px;
}

.ellipse.is--5.is--mobile {
  display: none;
}

.ellipse.is--6 {
  left: -2.5%;
  top: 12%;
  right: auto;
  bottom: 0%;
  height: 100px;
}

.ellipse.is--7 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: -5.5%;
  width: 179px;
}

.ellipse.is--8 {
  top: 12%;
  right: -3%;
}

.ellipse.is--8 {
  left: auto;
  top: auto;
  right: 19%;
  bottom: -5%;
  width: 180px;
}

.ellipse.is--9 {
  top: 12%;
  right: -3%;
  width: 52px;
}

.ellipse.is--11 {
  top: 12%;
  right: -3%;
  width: 136px;
}

.ellipse.is--11.is--mobile {
  display: none;
}

.ellipse.is--12 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
  display: none;
}

.history-divider {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 87.5%;
}

.history-divider.is--bottom {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hero-divider {
  height: 1.2px;
  min-width: 70px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #009aff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.background {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9013fe));
  background-image: linear-gradient(180deg, transparent, #9013fe);
}

.phone {
  position: relative;
  z-index: 3;
  width: 231px;
}

.phone-left {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 220px;
}

.phone-right {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: 0%;
  width: 220px;
}

.avatar-slide {
  display: none;
}

.ellipse-mobile {
  position: absolute;
  left: auto;
  top: -5%;
  right: 41%;
  bottom: auto;
  display: none;
  width: 52px;
}

.ellipse-mobile.is--2 {
  top: 12%;
  right: 97.5%;
}

.ellipse-mobile.is--3 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.ellipse-mobile.is--4 {
  top: 95%;
  right: 15%;
  width: 136px;
}

.ellipse-mobile.is--5 {
  top: 12%;
  right: -3%;
  width: 136px;
}

.ellipse-mobile.is--6 {
  left: -2.5%;
  top: 12%;
  right: auto;
  bottom: 0%;
  height: 100px;
}

.ellipse-mobile.is--7 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: -5.5%;
  width: 179px;
}

.ellipse-mobile.is--8 {
  top: 12%;
  right: -3%;
}

.ellipse-mobile.is--8 {
  left: auto;
  top: auto;
  right: 19%;
  bottom: -5%;
  width: 180px;
}

.ellipse-mobile.is--9 {
  top: 12%;
  right: -3%;
  width: 52px;
}

.ellipse-mobile.is--1 {
  left: auto;
  top: auto;
  right: 19%;
  bottom: -5%;
  width: 180px;
}

.ellipse-mobile.is--2 {
  left: auto;
  top: auto;
  right: 19%;
  bottom: -5%;
  width: 180px;
}

.mobile-l-ellipse {
  position: absolute;
  left: auto;
  top: -5%;
  right: 41%;
  bottom: auto;
  width: 52px;
}

.mobile-l-ellipse.is--2 {
  top: 12%;
  right: 97.5%;
}

.mobile-l-ellipse.is--3 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.mobile-l-ellipse.is--4 {
  top: 95%;
  right: 15%;
  width: 136px;
}

.mobile-l-ellipse.is--5 {
  top: 12%;
  right: -3%;
  width: 136px;
}

.mobile-l-ellipse.is--6 {
  left: -2.5%;
  top: 12%;
  right: auto;
  bottom: 0%;
  height: 100px;
}

.mobile-l-ellipse.is--7 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: -5.5%;
  width: 179px;
}

.mobile-l-ellipse.is--8 {
  top: 12%;
  right: -3%;
}

.mobile-l-ellipse.is--8 {
  left: auto;
  top: auto;
  right: 19%;
  bottom: -5%;
  width: 180px;
}

.mobile-l-ellipse.is--9 {
  top: 12%;
  right: -3%;
  width: 52px;
}

.mobile-l-ellipse.is--1 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.mobile-l-ellipse.is--2 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.mobile-l-ellipse.is--3 {
  left: auto;
  top: auto;
  right: 4%;
  bottom: -6%;
}

.ain-ua-logo {
  width: 50px;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.partner-logo {
  display: block;
  width: 120px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.logo {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partner-bold-text {
  font-weight: 700;
}

.header-partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-separator {
  position: static;
  width: 1px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  opacity: 0.2;
  color: #0f110f;
  -o-object-fit: fill;
  object-fit: fill;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-description {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.image-4 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggestion-section {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-copyright {
  color: #000;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.author {
  color: #000;
}

.footer-grid {
  padding-top: 0px;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 12px;
  grid-template-areas: "area-1 . Area Area-2 Area-5 Area-10"
    ". . . Area-3 Area-6 ."
    ". . . Area-4 Area-7 ."
    ". . . . Area-8 ."
    ". . . . . ."
    "Area-13 . Area-11 Area-11 Area-11 Area-11";
  -ms-grid-columns: 140px 100px auto 100px 110px 100px 165px 100px 90px 100px 180px;
  grid-template-columns: 140px auto 110px 165px 90px 180px;
  -ms-grid-rows: 17px 12px auto 12px auto 12px auto 12px 10px 12px auto;
  grid-template-rows: 17px auto auto auto 10px auto;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.suggestion-heading {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.suggestion-content {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.suggestion {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-height: 220px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-link {
  color: #000;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.suggestion-blackout {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.partner-description-mobile {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.credits-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
}

.partner-section {
  padding-right: 40px;
  padding-left: 40px;
}

.partner-block-mobile {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.suggestion-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 35px;
}

.suggestion-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer-description {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: justify;
}

.footer {
  padding: 60px 40px 57px;
}

.suggestion-image-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.position {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slider-paragraph {
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.slider-paragraph.with-margin {
  margin-bottom: 64px;
}

.slider3-slide {
  height: 100%;
  margin-right: 146px;
  background-color: transparent;
}

.slider3-slide.is-review {
  margin-right: 40px;
  padding: 48px 40px 79px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 0, 0, 0.05);
}

.slider-3 {
  width: 460px;
  height: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.slider-3.is-review {
  width: 681px;
  height: 442px;
  margin-top: 40px;
  margin-bottom: 179px;
  border-radius: 20px;
  background-color: transparent;
}

.slider-3-wrapper {
  overflow: visible;
  height: 100%;
}

.slider-3-wrapper.is-review {
  border-radius: 20px;
}

.swiper-right {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  margin-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbcbd;
  border-radius: 1000px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.swiper-right:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.swiper-right.is-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-right.show {
  position: absolute;
  left: auto;
  top: 50%;
  right: -3%;
  bottom: 0%;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.swiper-right.show:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9) translate(0px, -50%);
  -ms-transform: scale(0.9) translate(0px, -50%);
  transform: scale(0.9) translate(0px, -50%);
}

.swiper-left {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbd;
  border-radius: 1000px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.swiper-left:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.swiper-left.is-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-left.show {
  position: absolute;
  left: -3%;
  top: 50%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.swiper-left.show:hover {
  background-color: #f6f6f7;
  -webkit-transform: scale(0.9) translate(0px, -50%);
  -ms-transform: scale(0.9) translate(0px, -50%);
  transform: scale(0.9) translate(0px, -50%);
}

.arrow-img-block {
  display: none;
}

.arrow-img-block.is--top {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.5vw;
  bottom: 1.5vw;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 4vw;
  height: 4vw;
  border-radius: 1vw;
}

.arrow-img {
  display: none;
}

.arrow-img.is--top {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right-content-part.is-mob {
  overflow: hidden;
  border-radius: 2.4193548387096775vw;
}

.logo-img {
  min-height: 15.887096774193548vw;
  min-width: auto;
  border: 0.16129032258064518vw solid #ffd900;
  border-radius: 2.4193548387096775vw;
}

.hero-section {
  display: block;
  margin-top: 10.483870967741936vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inside-part {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.8064516129032259vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-img {
  width: 100%;
  height: 100%;
  border-radius: 2.4193548387096775vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.description {
  display: block;
  width: 31.29032258064516vw;
  height: auto;
  padding: 2.3588709677419355vw 2.273185483870968vw 2.2379032258064515vw 2.258064516129032vw;
  border-style: solid;
  border-width: 0.16129032258064518vw;
  border-color: #ffd900;
  border-radius: 2.4193548387096775vw;
  font-size: 2vw;
  line-height: 133.5%;
  font-weight: 900;
}

.left-content-part {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0.8064516129032259vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-block-2 {
  display: block;
  height: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.8064516129032259vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-block-2.is--mob {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.8064516129032259vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3 {
  height: 100%;
  max-width: 100vw;
  padding-right: 1.6129032258064517vw;
  padding-left: 1.6129032258064517vw;
}

.h1-2.is--bg-yellow {
  padding: 2.17741935483871vw 2.6431451612903225vw 2.17741935483871vw 2.258064516129032vw;
  border-radius: 2.4193548387096775vw;
  background-color: #ffd900;
}

.header-partner-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-link {
  margin-left: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #5f5cff;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
}

.lang-link.w--current {
  color: #fdd300;
}

.lang-link.current {
  color: #fdd309;
}

.header-separator-2 {
  position: static;
  width: 1px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  opacity: 0.2;
  -o-object-fit: fill;
  object-fit: fill;
}

.lang-block {
  margin-left: 14px;
}

.lang-block.is--mobile {
  display: none;
}

.partner-description-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fafafa;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.partner-logo-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.partner-logo-2.is--desctop {
  width: auto;
}

.logo-2 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1280px) {
  .lang-link {
    font-size: 1.3vw;
  }

  .partner-description-2 {
    font-size: 1.3vw;
  }

  .partner-logo-2 {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu {
    grid-column-gap: 32px;
  }

  .container {
    max-width: 1368px;
  }

  .container.nav {
    width: auto;
    margin-top: 94px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.hero {
    height: auto;
    padding-top: 0px;
  }

  .section.is-white.is--no-padding-bottom {
    padding-top: 100px;
  }

  .section.is-white.is--small-mt {
    padding-top: 100px;
  }

  .section.is-gray {
    padding-top: 100px;
  }

  .section.is-gray.is--no-padding-bottom {
    padding-bottom: 0px;
  }

  .section.is-gray.is--small-margin-bottom {
    overflow: hidden;
    padding-bottom: 100px;
  }

  .section.is-center-flex {
    padding-top: 100px;
  }

  .section.is--small-margin {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-block.hero {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-content-block {
    width: 708px;
  }

  .h1 {
    margin-bottom: 24px;
    font-size: 68px;
  }

  .h1-description {
    font-size: 32px;
  }

  .right-content-block {
    width: 586px;
    height: 586px;
  }

  .swiper {
    position: relative;
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .quote-wrapper {
    width: auto;
  }

  .h2 {
    font-size: 66px;
  }

  .h2.is--centered {
    margin-bottom: 52px;
  }

  .h3 {
    color: #fff;
    font-size: 44px;
  }

  .h3.is--centered {
    color: #000;
    font-size: 48px;
  }

  .advantages-grid {
    -ms-grid-columns: 200px 300px 1fr 300px 200px;
    grid-template-columns: 200px 300px 1fr 300px 200px;
    -ms-grid-rows: 216px 216px;
    grid-template-rows: 216px 216px;
  }

  .dropdown-block {
    width: auto;
    margin-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .list-item {
    font-size: 20px;
  }

  .mini-paragraph {
    font-size: 20px;
  }

  .top-button-text {
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 12px;
  }

  .big-numbers {
    font-size: 52px;
  }

  .numbers {
    margin-bottom: 8px;
    font-size: 48px;
  }

  .big-description {
    font-size: 40px;
  }

  .author-paragraph {
    margin-right: 0px;
    margin-left: 12px;
    font-size: 20px;
  }

  .description-paragraph {
    font-size: 28px;
  }

  .description-paragraph.dropdown {
    font-size: 20px;
  }

  .description-paragraph.is--small {
    font-size: 24px;
  }

  .button-text {
    border: 1px solid #009aff;
    -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  }

  .button-text:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }

  .image {
    width: 586px;
    height: 586px;
  }

  .advantages-wrapper {
    padding: 28px;
  }

  .roman {
    left: -5%;
    bottom: -10%;
    width: 560px;
    height: 850px;
  }

  .author-content {
    width: 790px;
    margin-right: 63px;
    margin-left: auto;
  }

  .author-big-paragraph {
    font-size: 20px;
  }

  .author-list {
    grid-row-gap: 16px;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
  }

  .left-arrow.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .left-arrow.show {
    left: -2.5%;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    margin-top: -80px;
    margin-left: 90px;
  }

  .right-arrow.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .right-arrow.show {
    right: -2.5%;
  }

  .slide-nav {
    bottom: -7%;
  }

  .list-number {
    font-size: 20px;
  }

  .instagram-block {
    color: #000;
    text-decoration: none;
  }

  .app {
    right: -57px;
    bottom: 239px;
    width: 140px;
    height: 140px;
  }

  .app3 {
    left: -79px;
    bottom: 24px;
    width: 150px;
    height: 150px;
  }

  .app2 {
    top: -54px;
    right: 410px;
    width: 140px;
    height: 140px;
  }

  .grid-image {
    width: 152px;
    height: 75px;
  }

  .grid-image.is--big {
    width: 171px;
  }

  .grey-divider {
    top: 101px;
  }

  .mask {
    height: 788px;
  }

  .artur {
    width: 660px;
  }

  .dmytro {
    left: -110px;
    top: 19px;
    width: 720px;
  }

  .oleksiy {
    width: 580px;
  }

  .ellipse {
    top: -5%;
    width: 77px;
  }

  .ellipse.is--4 {
    width: 260px;
  }

  .ellipse.is--5 {
    overflow: scroll;
    width: 196px;
  }

  .ellipse.is--6 {
    height: 169px;
  }

  .ellipse.is--7 {
    bottom: -6.5%;
    width: 352px;
  }

  .ellipse.is--8 {
    bottom: -8%;
    width: 352px;
  }

  .ellipse.is--9 {
    right: -2.8%;
    width: 77px;
  }

  .ellipse.is--11 {
    overflow: scroll;
    width: 196px;
  }

  .history-divider {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 1238px;
  }

  .history-divider.is--bottom {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .hero-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .phone {
    width: 330px;
  }

  .phone-left {
    left: 5%;
    top: 13%;
    width: 274px;
  }

  .phone-right {
    top: 14%;
    width: 274px;
  }

  .ellipse-mobile {
    top: -5%;
    width: 77px;
  }

  .ellipse-mobile.is--4 {
    width: 260px;
  }

  .ellipse-mobile.is--5 {
    overflow: scroll;
    width: 196px;
  }

  .ellipse-mobile.is--6 {
    height: 169px;
  }

  .ellipse-mobile.is--7 {
    bottom: -6.5%;
    width: 352px;
  }

  .ellipse-mobile.is--8 {
    bottom: -8%;
    width: 352px;
  }

  .ellipse-mobile.is--9 {
    right: -2.8%;
    width: 77px;
  }

  .ellipse-mobile.is--1 {
    bottom: -8%;
    width: 352px;
  }

  .ellipse-mobile.is--2 {
    bottom: -8%;
    width: 352px;
  }

  .mobile-l-ellipse {
    top: -5%;
    width: 77px;
  }

  .mobile-l-ellipse.is--4 {
    width: 260px;
  }

  .mobile-l-ellipse.is--5 {
    overflow: scroll;
    width: 196px;
  }

  .mobile-l-ellipse.is--6 {
    height: 169px;
  }

  .mobile-l-ellipse.is--7 {
    bottom: -6.5%;
    width: 352px;
  }

  .mobile-l-ellipse.is--8 {
    bottom: -8%;
    width: 352px;
  }

  .mobile-l-ellipse.is--9 {
    right: -2.8%;
    width: 77px;
  }

  .suggestion-section {
    position: relative;
    z-index: 1;
  }

  .partner-section {
    position: relative;
    z-index: 1;
    margin-top: 0vw;
  }

  .footer {
    position: relative;
    z-index: 1;
  }

  .slider-3 {
    margin-bottom: 0px;
  }

  .slider-3.is-review {
    margin-bottom: 200px;
  }

  .swiper-right {
    width: 80px;
    height: 80px;
    margin-top: -80px;
    margin-left: 90px;
  }

  .swiper-right.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-right.show {
    right: -2.5%;
  }

  .swiper-left {
    width: 80px;
    height: 80px;
  }

  .swiper-left.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-left.show {
    left: -2.5%;
  }

  .arrow-img-block {
    position: absolute;
    left: -0.01111111vw;
    top: auto;
    right: auto;
    bottom: 0.1vw;
    display: block;
    width: 5.208333333333333vw;
    height: 5.208333333333333vw;
    border-radius: 1.3888888888888888vw;
  }

  .arrow-img-block.is--top {
    position: fixed;
    left: auto;
    top: auto;
    right: 1.5vw;
    bottom: 1.5vw;
    z-index: 9999;
    overflow: visible;
    width: 5vw;
    height: 5vw;
    border-radius: 0vw;
  }

  .arrow-img {
    position: absolute;
    left: 1.3888888888888888vw;
    top: auto;
    right: auto;
    bottom: 0.1vw;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.3888888888888888vw;
  }

  .arrow-img.is--top {
    left: 0vw;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .logo-img {
    min-height: 14vw;
    border-radius: 2.0833333333333335vw;
  }

  .hero-section {
    margin-top: 7.222222222222222vw;
  }

  .inside-part {
    grid-column-gap: 0.6944444444444444vw;
  }

  .description {
    width: 26.944444444444443vw;
    padding: 2.986111111111111vw 3.0555555555555554vw 2.9166666666666665vw 3.5416666666666665vw;
    border-radius: 2.0833333333333335vw;
    font-size: 1.4583333333333333vw;
  }

  .left-content-part {
    grid-row-gap: 0.6944444444444444vw;
  }

  .content-block-2 {
    grid-column-gap: 0.625vw;
  }

  .content-block-2.is--mob {
    grid-column-gap: 0.625vw;
  }

  .container-3 {
    position: relative;
    padding-right: 8.333333333333334vw;
    padding-left: 8.333333333333334vw;
  }

  .h1-2 {
    font-size: 5.763888888888888vw;
  }

  .h1-2.is--bg-yellow {
    padding: 1.5277777777777777vw 3.333333333333333vw 2.9166666666666665vw 2.8472222222222223vw;
  }

  .logo-2 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    text-align: center;
  }

  .container {
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .container.nav {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding-top: 52px;
  }

  .section.hero {
    height: auto;
    padding-top: 108px;
    padding-bottom: 0px;
  }

  .section.is-white {
    padding-top: 52px;
  }

  .section.is-white.is--small-mt {
    padding-top: 67px;
    padding-bottom: 71px;
  }

  .section.is-gray {
    padding-top: 52px;
  }

  .section.is-gray.is--no-padding-bottom {
    padding-bottom: 0px;
  }

  .section.is-gray.is--small-margin-bottom {
    padding-bottom: 155px;
  }

  .section.is-black {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.is-overflow {
    padding-top: 52px;
    padding-bottom: 112px;
  }

  .section.is--small-margin {
    padding-top: 52px;
    padding-bottom: 0px;
  }

  .navbar.is-desktop {
    display: none;
  }

  .navbar.is-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 57px;
    margin-bottom: 52px;
  }

  .content-block.hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-block.is-center-flex {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .left-content-block {
    width: auto;
  }

  .h1 {
    margin-top: 52px;
    margin-bottom: 12px;
    font-size: 42px;
  }

  .h1-description {
    font-size: 24px;
  }

  .right-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .swiper {
    width: 100%;
    margin-top: -4px;
    margin-bottom: 0px;
  }

  .swiper.is-review {
    width: 416px;
    margin-top: 36px;
    margin-bottom: 40px;
  }

  .swiper-wrapper {
    height: auto;
  }

  .swiper-slide.is-review {
    padding: 28px;
  }

  .blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .avatar {
    display: none;
  }

  .quote-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 28px 32px 32px;
  }

  .quote-text {
    font-size: 20px;
  }

  .slide-bullet {
    width: 20px;
    height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .h2 {
    margin-bottom: 36px;
    font-size: 42px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.is--centered {
    margin-bottom: 36px;
    font-family: 'sf dis exbold', sans-serif;
    font-size: 42px;
    text-align: left;
  }

  .h4 {
    font-size: 24px;
  }

  .advantages-grid {
    grid-auto-flow: row;
    grid-auto-rows: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 82px 154px 154px 154px 82px;
    grid-template-rows: 82px 154px 154px 154px 82px;
  }

  .down-arrow-image {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }

  .dropdown-wrapper {
    margin-top: 40px;
    margin-bottom: 127px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-block {
    width: 100%;
  }

  .dropdown-icon {
    width: 72px;
    height: 72px;
  }

  .dropdown-toggle.yellow {
    margin-top: 20px;
  }

  .dropdown-toggle.purple {
    margin-top: 20px;
  }

  .dropdown-list {
    margin-top: 12px;
  }

  .mini-paragraph {
    font-size: 18px;
  }

  .mini-paragraph.in-black {
    width: auto;
    font-size: 18px;
  }

  .mini-paragraph.grid {
    text-align: left;
  }

  .top-button-text {
    padding: 20px 24px;
    font-size: 16px;
  }

  .h5 {
    font-size: 18px;
  }

  .big-numbers {
    font-size: 24px;
  }

  .company-names {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .big-description {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
  }

  .author-paragraph {
    margin-right: 0px;
    font-size: 18px;
  }

  .author-paragraph.second-slide {
    font-size: 18px;
  }

  .author-paragraph.first-slide {
    font-size: 16px;
  }

  .description-paragraph.is-yellow {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .description-paragraph.is-blue {
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .description-paragraph.is--small {
    text-align: left;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.with-margin {
    margin-bottom: 36px;
  }

  .author-text {
    font-size: 18px;
  }

  .rewiews-title {
    margin-right: 16px;
    font-size: 20px;
  }

  .button-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 52px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .image {
    width: auto;
    height: auto;
  }

  .advantages-wrapper {
    margin-bottom: 94px;
    padding: 28px;
  }

  .advantages-item {
    padding-left: 33px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .advantages-item.small {
    padding-left: 33px;
  }

  .advantages-item.is--mobile-hidden {
    display: none;
  }

  .list-block {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .slider.is--2 {
    height: 640px;
  }

  .slide {
    margin-right: 32px;
    padding: 28px 28px 98px 40px;
  }

  .roman {
    display: none;
  }

  .author-content {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .author-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author-bottom-content {
    position: static;
  }

  .author-big-paragraph {
    padding-right: 0px;
    font-size: 18px;
  }

  .author-list {
    grid-column-gap: 12px;
  }

  .left-arrow {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .left-arrow.is-review {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .left-arrow.show {
    display: none;
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .right-arrow {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .right-arrow.is-review {
    width: 56px;
    height: 56px;
    margin-top: -55px;
  }

  .right-arrow.show {
    display: none;
    width: 56px;
    height: 56px;
    margin-left: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-review-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
  }

  .rewiews-block {
    margin-top: 20px;
    margin-bottom: 12px;
    padding-right: 25px;
  }

  .stars-image {
    width: 136px;
    height: 24px;
  }

  .history-wrapper {
    margin-top: 36px;
  }

  .inside-list {
    margin-bottom: 16px;
  }

  .list-number {
    font-size: 18px;
  }

  .instagram {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    font-family: 'Sf pro display', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
  }

  .app {
    right: -16px;
    bottom: 315px;
    width: 120px;
    height: 120px;
  }

  .app3 {
    left: -21px;
    bottom: 34px;
    width: 130px;
    height: 130px;
  }

  .app2 {
    left: 78px;
    top: -9px;
    right: auto;
    width: 120px;
    height: 120px;
  }

  .grid-image {
    width: 76px;
    height: 38px;
  }

  .grid-image.is--big {
    width: 96px;
  }

  .grid-image.is--mobile {
    display: block;
  }

  .blue-devider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grey-divider {
    top: 54px;
  }

  .dashed {
    height: 96%;
  }

  .list-divider-block {
    display: none;
  }

  .mask {
    height: 100%;
  }

  .mask.second {
    padding-bottom: 282px;
  }

  .artur {
    display: none;
  }

  .dmytro {
    display: none;
  }

  .oleksiy {
    display: none;
  }

  .instagram-text {
    margin-right: 0px;
    font-family: 'Sf pro display', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-card-two {
    padding: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .ellipse {
    top: -4%;
    right: 5%;
    display: block;
    width: 42px;
  }

  .ellipse.is--2 {
    display: none;
  }

  .ellipse.is--3 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .ellipse.is--4 {
    top: 110%;
    right: -3%;
    width: 98px;
  }

  .ellipse.is--5 {
    top: 81%;
    right: 89%;
    width: 98px;
  }

  .ellipse.is--6 {
    display: none;
  }

  .ellipse.is--7 {
    display: none;
  }

  .ellipse.is--8 {
    bottom: -59%;
  }

  .ellipse.is--9 {
    top: -49%;
    right: -28%;
  }

  .ellipse.is--10 {
    top: 61%;
    right: -3%;
    width: 98px;
  }

  .ellipse.is--11 {
    top: 81%;
    right: 89%;
    width: 98px;
  }

  .ellipse.is--12 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .hero-divider {
    min-width: 115px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9013fe));
    background-image: linear-gradient(180deg, transparent, #9013fe);
  }

  .phone {
    position: static;
    width: 396.74px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .phone-left {
    left: auto;
    top: 13%;
    right: 47%;
    width: 329.09px;
  }

  .phone-right {
    left: 47%;
    top: 13%;
    right: auto;
    width: 329.09px;
  }

  .avatar-slide {
    display: block;
    width: 106px;
    height: 106px;
    margin-right: 6px;
  }

  .author-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-3 {
    position: absolute;
    right: 250px;
    bottom: -20px;
  }

  .ellipse-mobile {
    left: auto;
    top: auto;
    right: 32%;
    bottom: -4%;
    display: block;
    width: 42px;
  }

  .ellipse-mobile.is--2 {
    display: none;
  }

  .ellipse-mobile.is--3 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .ellipse-mobile.is--4 {
    top: 110%;
    right: -3%;
    width: 98px;
  }

  .ellipse-mobile.is--5 {
    top: 95%;
    right: 89%;
    width: 98px;
  }

  .ellipse-mobile.is--6 {
    display: none;
  }

  .ellipse-mobile.is--7 {
    display: none;
  }

  .ellipse-mobile.is--9 {
    right: -28%;
  }

  .ellipse-mobile.is--10 {
    top: 158%;
    right: 14%;
    width: 98px;
  }

  .ellipse-mobile.is--1 {
    left: -3%;
    top: auto;
    right: auto;
    bottom: 14%;
    width: 98px;
  }

  .ellipse-mobile.is--2 {
    left: 89%;
    top: auto;
    right: auto;
    bottom: 20%;
    display: block;
    width: 98px;
  }

  .mobile-l-ellipse {
    top: -4%;
    right: 5%;
    display: block;
    width: 42px;
  }

  .mobile-l-ellipse.is--2 {
    display: none;
  }

  .mobile-l-ellipse.is--3 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .mobile-l-ellipse.is--4 {
    top: 110%;
    right: -3%;
    width: 98px;
  }

  .mobile-l-ellipse.is--5 {
    top: 95%;
    right: 89%;
    width: 98px;
  }

  .mobile-l-ellipse.is--6 {
    display: none;
  }

  .mobile-l-ellipse.is--7 {
    display: none;
  }

  .mobile-l-ellipse.is--8 {
    bottom: -59%;
  }

  .mobile-l-ellipse.is--9 {
    top: -49%;
    right: -28%;
  }

  .mobile-l-ellipse.is--10 {
    top: 158%;
    right: 14%;
    width: 98px;
  }

  .mobile-l-ellipse.is--1 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .mobile-l-ellipse.is--2 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .mobile-l-ellipse.is--3 {
    right: 27%;
    bottom: -3%;
    width: 72px;
  }

  .logo {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .suggestion-section {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-grid {
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-column-gap: 100px;
    grid-template-areas: "Area-12 . Area Area-2"
      ". . Area-5 Area-3"
      ". . Area-6 Area-4"
      ". . Area-7 Area-10"
      ". . Area-8 Area-10"
      ". . . ."
      "Area-13 Area-13 Area-13 Area-13"
      "Area-11 Area-11 Area-11 Area-11";
    -ms-grid-columns: 90px 100px auto 100px 105px 100px 165px;
    grid-template-columns: 90px auto 105px 165px;
    -ms-grid-rows: 17px auto auto auto auto 10px auto;
    grid-template-rows: 17px auto auto auto auto 10px auto;
  }

  .partner-description-mobile {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .credits-block {
    width: 100%;
  }

  .partner-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 57px;
    padding-left: 20px;
  }

  .slider-paragraph {
    font-size: 18px;
  }

  .slider-paragraph.with-margin {
    margin-bottom: 36px;
  }

  .slider3-slide {
    margin-right: 32px;
  }

  .slider3-slide.is-review {
    padding: 28px;
  }

  .slider-3 {
    width: 100%;
    margin-top: -4px;
    margin-bottom: 0px;
  }

  .slider-3.is-review {
    width: 416px;
    height: 378px;
    margin-top: 36px;
    margin-bottom: 120px;
  }

  .slider-3-wrapper {
    height: auto;
  }

  .slider-3-wrapper.is-review {
    height: 100%;
  }

  .swiper-right {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .swiper-right.is-review {
    width: 56px;
    height: 56px;
    margin-top: -55px;
  }

  .swiper-right.show {
    display: none;
    width: 56px;
    height: 56px;
    margin-left: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .swiper-left {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .swiper-left.is-review {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .swiper-left.show {
    display: none;
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-img-block.is--top {
    right: 2.4vw;
    bottom: 2.4vw;
    width: 6vw;
    height: 6vw;
  }

  .right-content-part.is-mob {
    display: none;
  }

  .logo-img {
    min-height: 31.298177083333336vw;
    min-width: auto;
    border-radius: 2.604166666666667vw;
  }

  .hero-section {
    margin-top: 13.541666666666668vw;
  }

  .inside-part {
    grid-column-gap: 1.5885416666666667vw;
  }

  .description {
    width: 61.64322916666667vw;
    height: auto;
    padding: 6.013020833333334vw 4.477864583333334vw 6.013020833333334vw 4.447916666666666vw;
    border-radius: 2.604166666666667vw;
    font-size: 3.6458333333333335vw;
  }

  .left-content-part {
    grid-row-gap: 1.5885416666666667vw;
  }

  .content-block-2 {
    grid-auto-flow: column;
    grid-row-gap: 1.3020833333333335vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-block-2.is--mob {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-right: 2.604166666666667vw;
    padding-left: 2.70703125vw;
  }

  .h1-2 {
    font-size: 13.802083333333334vw;
  }

  .h1-2.is--bg-yellow {
    padding: 4.166666666666667vw 4.427083333333334vw;
    border-radius: 2.604166666666667vw;
    font-size: 13.802083333333334vw;
    line-height: 120%;
  }

  .lang-link {
    margin-left: 20px;
  }

  .header-separator-2 {
    background-color: #fff;
  }

  .logo-2 {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .section.is-white {
    padding-bottom: 0px;
  }

  .section.is-white.is--small-mt {
    padding-bottom: 0px;
  }

  .section.is-gray.is--small-margin-bottom {
    padding-bottom: 140px;
  }

  .section.is-black {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .section.is-overflow {
    padding-bottom: 74px;
  }

  .navbar.is-mobile {
    margin-top: 66px;
  }

  .h1 {
    margin-top: 80px;
    font-size: 32px;
  }

  .swiper-slide.is-review {
    margin-right: 32px;
  }

  .quote-wrapper {
    padding-right: 28px;
    padding-left: 28px;
  }

  .quote-text {
    font-size: 18px;
  }

  .h2 {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .h2.is--centered {
    padding-right: 20px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.is--centered {
    font-family: 'sf dis exbold', sans-serif;
    font-size: 32px;
    font-weight: 800;
  }

  .dropdown-wrapper {
    margin-bottom: 96px;
  }

  .dropdown-icon {
    width: 64px;
    height: 64px;
  }

  .dropdown-list-block {
    padding-left: 22px;
  }

  .list-item {
    font-size: 16px;
  }

  .mini-paragraph {
    font-size: 16px;
  }

  .mini-paragraph.in-black {
    font-size: 16px;
  }

  .top-button-text {
    font-size: 14px;
  }

  .h5 {
    color: #000;
    font-size: 16px;
  }

  .numbers {
    font-size: 28px;
  }

  .company-names {
    font-size: 20px;
  }

  .big-description {
    font-size: 20px;
  }

  .description-paragraph {
    font-size: 16px;
  }

  .description-paragraph.is-yellow {
    font-size: 18px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.with-margin {
    margin-bottom: 28px;
  }

  .author-text {
    font-size: 16px;
  }

  .button-text {
    margin-bottom: 32px;
    padding: 20px 24px;
    font-size: 14px;
    line-height: 100%;
  }

  .advantages-item {
    padding-left: 28px;
  }

  .advantages-item.small {
    padding-left: 28px;
  }

  .slider {
    margin-bottom: 96px;
  }

  .slider.is--2 {
    height: 810px;
  }

  .slide {
    padding-bottom: 119px;
  }

  .author-top {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-big-paragraph {
    font-size: 16px;
  }

  .author-list {
    grid-column-gap: 15px;
    grid-row-gap: 12px;
  }

  .left-arrow.show {
    margin-top: 20px;
  }

  .right-arrow.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .history-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-number {
    font-size: 16px;
  }

  .history-item {
    padding-top: 0px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .emoji {
    width: 56px;
    height: 56px;
    margin-bottom: 4px;
  }

  .emoji.is--desktop {
    display: none;
  }

  .emoji.is--mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  .app {
    right: -37px;
    bottom: 120px;
    width: 110px;
    height: 110px;
  }

  .app3 {
    left: -12px;
    bottom: -43px;
    width: 110px;
    height: auto;
  }

  .app2 {
    top: -68px;
    right: 270px;
    width: 110px;
    height: 110px;
  }

  .under-quote {
    margin-bottom: 121px;
  }

  .grey-divider {
    top: 54px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .ellipse {
    top: -18px;
    width: 39px;
  }

  .ellipse.is--3 {
    bottom: -2.5%;
    width: 80px;
  }

  .ellipse.is--5 {
    left: -15px;
    top: 80%;
    right: auto;
  }

  .ellipse.is--10 {
    top: 76%;
    right: -4%;
  }

  .ellipse.is--11 {
    left: -15px;
    top: 80%;
    right: auto;
  }

  .ellipse.is--12 {
    bottom: -2.5%;
    width: 80px;
  }

  .phone {
    width: 260px;
  }

  .phone-left {
    top: 15%;
    width: 194.53px;
  }

  .phone-right {
    top: 15%;
    width: 194.53px;
  }

  .avatar-slide {
    margin-top: -20px;
  }

  .ellipse-mobile {
    bottom: -3%;
  }

  .ellipse-mobile.is--2 {
    left: 85%;
  }

  .mobile-l-ellipse {
    top: -3%;
    width: 39px;
  }

  .mobile-l-ellipse.is--3 {
    bottom: -2.5%;
  }

  .mobile-l-ellipse.is--5 {
    left: -15px;
    top: 104%;
    right: auto;
  }

  .mobile-l-ellipse.is--10 {
    top: 135%;
    right: -4%;
  }

  .mobile-l-ellipse.is--1 {
    right: 50%;
    bottom: -3%;
    width: 86px;
  }

  .mobile-l-ellipse.is--2 {
    right: 50%;
    bottom: -85%;
    display: block;
    width: 86px;
  }

  .mobile-l-ellipse.is--3 {
    right: 50%;
    display: block;
    width: 86px;
  }

  .ain-ua-logo {
    height: 100%;
  }

  .partner-logo {
    background-image: none;
  }

  .logo {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-partner-block {
    display: none;
  }

  .partner-description {
    font-size: 2.1126760563380285vw;
    line-height: 2.6408450704225355vw;
  }

  .image-4 {
    display: block;
  }

  .suggestion-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-grid {
    padding-top: 0px;
    grid-column-gap: 15px;
    grid-template-areas: "Area-12 ."
      ". ."
      "Area Area-2"
      "Area-5 Area-3"
      "Area-6 Area-4"
      "Area-7 Area-10"
      "Area-8 Area-10"
      ". ."
      "Area-13 Area-13"
      "Area-11 Area-11";
    -ms-grid-columns: auto 15px auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 17px 10px auto auto auto auto auto 10px auto auto;
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto auto;
  }

  .suggestion-content {
    padding-top: 6.161971830985916vw;
    padding-right: 3.5211267605633805vw;
    padding-left: 3.5211267605633805vw;
  }

  .partner-block-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .footer {
    padding: 57px 20px;
  }

  .slider-paragraph {
    font-size: 16px;
  }

  .slider-paragraph.with-margin {
    margin-bottom: 28px;
  }

  .slider3-slide.is-review {
    margin-right: 32px;
  }

  .slider-3.is-review {
    height: 341px;
  }

  .swiper-right.is-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-left.show {
    margin-top: 20px;
  }

  .arrow-img-block.is--top {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3vw;
  }

  .logo-img {
    min-height: 32.833333333333336vw;
    min-width: auto;
    border-width: 0.20833333333333334vw;
    border-radius: 3.5vw;
  }

  .hero-section {
    margin-top: 17.916666666666668vw;
  }

  .inside-part {
    grid-column-gap: 1.5666666666666667vw;
  }

  .description {
    width: 60.760416666666664vw;
    height: auto;
    border-width: 0.20833333333333334vw;
    border-radius: 3.5vw;
    font-size: 3.75vw;
  }

  .left-content-part {
    grid-row-gap: 1.6666666666666667vw;
  }

  .content-block-2 {
    grid-row-gap: 2.0833333333333335vw;
  }

  .content-block-2.is--mob {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-3 {
    padding-right: 3.3333333333333335vw;
    padding-left: 3.3333333333333335vw;
  }

  .h1-2 {
    font-size: 13.75vw;
  }

  .h1-2.is--bg-yellow {
    padding: 4.500000000000001vw 4.429166666666667vw 6.583333333333334vw 4.385416666666667vw;
    border-radius: 3.5vw;
  }

  .header-partner-block-2 {
    display: none;
  }

  .lang-link {
    display: block;
    margin-top: 10px;
    font-size: 3vw;
    line-height: 2.6408450704225355vw;
  }

  .lang-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lang-block.is--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partner-description-2 {
    font-size: 2.1126760563380285vw;
    line-height: 2.6408450704225355vw;
  }

  .partner-logo-2 {
    width: auto;
    background-image: none;
  }

  .logo-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero {
    overflow: hidden;
    padding-top: 110px;
  }

  .section.is-white.is--small-mt {
    padding-bottom: 100px;
  }

  .section.is-gray {
    overflow: hidden;
  }

  .section.is-gray.is--small-margin-bottom {
    padding-bottom: 100px;
  }

  .h1 {
    font-size: 30px;
  }

  .h1-description {
    font-size: 20px;
  }

  .swiper.is-review {
    width: 299px;
    margin-bottom: 32px;
  }

  .h2 {
    margin-bottom: 37px;
    font-size: 30px;
  }

  .h3 {
    font-family: 'sf dis exbold', sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .h3.is--centered {
    margin-bottom: 28px;
  }

  .dropdown-list {
    display: block;
    overflow: hidden;
  }

  .more-text {
    font-size: 14px;
  }

  .numbers {
    font-size: 20px;
  }

  .author-paragraph.first-slide {
    margin-right: 0px;
  }

  .description-paragraph.is-yellow {
    font-size: 14px;
  }

  .button-text {
    margin-bottom: 32px;
  }

  .advantages-wrapper {
    padding: 23px 10px;
  }

  .advantages-item {
    padding-left: 0px;
  }

  .advantages-item.small {
    padding-left: 0px;
  }

  .advantages-item.is--padding-mobile {
    padding-right: 0px;
    padding-left: 10px;
  }

  .slider {
    margin-bottom: 0px;
  }

  .slider.is--2 {
    height: 950px;
  }

  .slide {
    overflow: hidden;
    padding: 45px 20px 53px;
  }

  .left-arrow.is-review {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .left-arrow.show {
    width: 56px;
    height: 56px;
  }

  .right-arrow.is-review {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .right-arrow.show {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .slide-nav {
    bottom: -5%;
  }

  .rewiews-block {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stars-image {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .history-wrapper {
    margin-top: 24px;
    grid-row-gap: 4px;
  }

  .history-item {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .emoji.is--mobile {
    min-width: 120%;
  }

  .instagram {
    width: 52px;
    height: 52px;
  }

  .app {
    right: -30px;
    bottom: -35px;
    width: 100px;
    height: 100px;
  }

  .app3 {
    left: -4px;
    bottom: -59px;
    width: 100px;
  }

  .app2 {
    top: -70px;
    right: 170px;
    width: 95px;
    height: 95px;
  }

  .grey-divider {
    top: 55px;
  }

  .dashed {
    height: 98%;
  }

  .container-2 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-details {
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .ellipse.is--5 {
    top: 79%;
  }

  .ellipse.is--5.is--mobile {
    left: auto;
    top: auto;
    right: -5%;
    bottom: 7%;
    display: block;
  }

  .ellipse.is--10 {
    top: 80%;
  }

  .ellipse.is--11 {
    top: 66%;
  }

  .ellipse.is--11.is--mobile {
    left: auto;
    top: auto;
    right: -5%;
    bottom: 7%;
    display: block;
  }

  .ellipse.is--12 {
    right: 54%;
    display: block;
  }

  .phone {
    width: 52.65625vw;
  }

  .phone-left {
    width: 43.68125vw;
  }

  .phone-right {
    width: 43.68125vw;
  }

  .avatar-slide {
    width: 100px;
    height: 100px;
  }

  .ellipse-mobile.is--1 {
    bottom: 7%;
  }

  .ellipse-mobile.is--2 {
    left: 80%;
    bottom: 17%;
  }

  .mobile-l-ellipse.is--1 {
    right: 21%;
  }

  .mobile-l-ellipse.is--3 {
    right: 21%;
    bottom: -2.5%;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .image-4 {
    display: block;
  }

  .author-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
  }

  .footer-grid {
    grid-template-areas: "Area-12 ."
      ". ."
      "Area Area-2"
      "Area-5 Area-3"
      "Area-6 Area-4"
      "Area-7 Area-10"
      "Area-8 Area-10"
      ". ."
      "Area-13 Area-13"
      "Area-11 Area-11";
    -ms-grid-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
  }

  .suggestion-content {
    padding-top: 10.9375vw;
    padding-right: 9.375vw;
    padding-left: 6.25vw;
  }

  .partner-block-mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .slider-3.is-review {
    width: auto;
    height: 451px;
    margin-bottom: 107px;
  }

  .swiper-right.is-review {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .swiper-right.show {
    width: 56px;
    height: 56px;
    margin-top: -56px;
    margin-left: 68px;
  }

  .swiper-left.is-review {
    width: 56px;
    height: 56px;
    margin-top: 20px;
  }

  .swiper-left.show {
    width: 56px;
    height: 56px;
  }

  .arrow-img-block.is--top {
    right: 3vw;
    width: 13vw;
    height: 13vw;
    border-radius: 3vw;
  }

  .logo-img {
    display: none;
    min-height: 45.60937499999999vw;
    min-width: 31.18125vw;
    border-radius: 5.028124999999999vw;
  }

  .hero-section {
    margin-top: 27.109375vw;
  }

  .inside-part {
    grid-column-gap: 1.575vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .description {
    width: 100%;
    height: auto;
    padding: 6.453124999999999vw 4.437499999999999vw 6.453124999999999vw 4.409375vw;
    border-width: 0.3125vw;
    border-radius: 5.028124999999999vw;
    font-size: 5vw;
  }

  .left-content-part {
    grid-row-gap: 3vw;
  }

  .content-block-2 {
    grid-row-gap: 5vw;
  }

  .container-3 {
    padding-right: 3.0125vw;
    padding-left: 3.125vw;
  }

  .h1-2.is--bg-yellow {
    padding: 5.25vw 3.009375vw 5.25vw 3.471875vw;
  }

  .header-partner-block-2 {
    display: none;
  }

  .lang-link {
    display: block;
    margin-top: 10px;
    font-size: 5vw;
    line-height: 4.6875vw;
  }

  .lang-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .partner-description-2 {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo-2 {
    display: block;
  }
}

#w-node-ec443e12-382c-208d-408b-8fe547a98470-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34a53651-615e-b8d5-60ce-62cabbc226ed-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fca062d7-8033-61f4-3f28-6ed5c1dd56a1-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65eadb91-c0fd-98eb-e64d-d1e590fe27f3-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76041fa8-f483-cce1-34d9-4b1341b7c287-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86b935cd-17bb-58a2-92a8-ace0e91982ac-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1f3fdb9-c81e-6620-bdd3-dc0268cc06f2-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d1d3737-f9d5-971f-ffdc-ebb0917803e3-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0de5-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0df1-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0dfc-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e07-fe850407 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e14-fe850407 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-fe850407 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Area-13;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-fe850407 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: Area-2;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-fe850407 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: Area-3;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-fe850407 {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: Area-4;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-fe850407 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: Area-5;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-fe850407 {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  grid-area: Area-7;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-fe850407 {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  grid-area: Area-8;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-10;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-fe850407 {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  grid-area: Area-6;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-fe850407 {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: Area-11;
}

#w-node-ec443e12-382c-208d-408b-8fe547a98470-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34a53651-615e-b8d5-60ce-62cabbc226ed-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fca062d7-8033-61f4-3f28-6ed5c1dd56a1-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65eadb91-c0fd-98eb-e64d-d1e590fe27f3-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76041fa8-f483-cce1-34d9-4b1341b7c287-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86b935cd-17bb-58a2-92a8-ace0e91982ac-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1f3fdb9-c81e-6620-bdd3-dc0268cc06f2-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d1d3737-f9d5-971f-ffdc-ebb0917803e3-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0de5-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0df1-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0dfc-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e07-335d16d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e14-335d16d1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-335d16d1 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Area-13;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-335d16d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: Area-2;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-335d16d1 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: Area-3;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-335d16d1 {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: Area-4;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-335d16d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: Area-5;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-335d16d1 {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  grid-area: Area-7;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-335d16d1 {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  grid-area: Area-8;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-10;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-335d16d1 {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  grid-area: Area-6;
}

#w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-335d16d1 {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: Area-11;
}

@media screen and (max-width: 991px) {
  #w-node-ec443e12-382c-208d-408b-8fe547a98470-fe850407 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_34a53651-615e-b8d5-60ce-62cabbc226ed-fe850407 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-fca062d7-8033-61f4-3f28-6ed5c1dd56a1-fe850407 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_65eadb91-c0fd-98eb-e64d-d1e590fe27f3-fe850407 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c6fdb9d3-c6de-e6e7-9e9d-e89d558f3983-fe850407 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_86b935cd-17bb-58a2-92a8-ace0e91982ac-fe850407 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-a1f3fdb9-c81e-6620-bdd3-dc0268cc06f2-fe850407 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
    grid-area: Area-10;
  }

  #w-node-ec443e12-382c-208d-408b-8fe547a98470-335d16d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_34a53651-615e-b8d5-60ce-62cabbc226ed-335d16d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-fca062d7-8033-61f4-3f28-6ed5c1dd56a1-335d16d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_65eadb91-c0fd-98eb-e64d-d1e590fe27f3-335d16d1 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c6fdb9d3-c6de-e6e7-9e9d-e89d558f3983-335d16d1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_86b935cd-17bb-58a2-92a8-ace0e91982ac-335d16d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-a1f3fdb9-c81e-6620-bdd3-dc0268cc06f2-335d16d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
    grid-area: Area-10;
  }

  @media screen and (max-width: 991px) {
    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-fe850407 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-fe850407 {
      -ms-grid-row: 1;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-fe850407 {
      -ms-grid-row: 2;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-fe850407 {
      -ms-grid-row: 2;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-fe850407 {
      -ms-grid-row: 5;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-fe850407 {
      -ms-grid-row: 8;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-335d16d1 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-335d16d1 {
      -ms-grid-row: 1;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-335d16d1 {
      -ms-grid-row: 2;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-335d16d1 {
      -ms-grid-row: 2;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-335d16d1 {
      -ms-grid-row: 5;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-335d16d1 {
      -ms-grid-row: 8;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 7;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 7;
    }
  }

  @media screen and (max-width: 767px) {
    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-fe850407 {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-fe850407 {
      -ms-grid-row: 5;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-fe850407 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-fe850407 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-fe850407 {
      -ms-grid-row: 10;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-335d16d1 {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-335d16d1 {
      -ms-grid-row: 5;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-335d16d1 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-335d16d1 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-335d16d1 {
      -ms-grid-row: 10;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
    }
  }

  @media screen and (max-width: 479px) {
    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-fe850407 {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-fe850407 {
      -ms-grid-row: 5;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-fe850407 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-fe850407 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-fe850407 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-fe850407 {
      -ms-grid-row: 10;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e16-335d16d1 {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1b-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1d-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e1f-335d16d1 {
      -ms-grid-row: 5;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e21-335d16d1 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e23-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e25-335d16d1 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e29-335d16d1 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e2b-335d16d1 {
      -ms-grid-row: 10;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-fe850407 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-fe850407 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e19-335d16d1 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-_898f798c-44ea-a167-fe2f-89e873eb0e27-335d16d1 {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
    }
  }
}

@font-face {
  font-family: 'Sf pro display';
  src: url('https://ain.capital/special/universe-ukrainian-apps/fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('https://ain.capital/special/universe-ukrainian-apps/fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('https://ain.capital/special/universe-ukrainian-apps/fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf dis exbold';
  src: url('https://ain.capital/special/universe-ukrainian-apps/fonts/fontsfree-net-sfprodisplay-heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}