html,
body {
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: -o-linear-gradient(left, #574fee 0%, #885ef2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#574fee),
    to(#885ef2)
  );
  background: linear-gradient(90deg, #574fee 0%, #885ef2 100%);
}

.overflow {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
.terms-text {
  color: #ffffff;
  text-decoration: none;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

button {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.btn.btn-main {
  position: relative;
  display: inline-block;
  padding: 18px 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  background: #f7faff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #373945;
}

.btn.btn-main:hover {
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
}

.btn.btn-main:focus {
  /* outline: 2px solid #3ccdb0; */
  /* outline-offset: 10px; */
  outline: none;
}

.btn.btn-main::before {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
}

.elusive-line-break {
  display: none;
}

/* .btn.btn-main::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: -o-linear-gradient(left, #554fe4 0%, #5b51e4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#554fe4),
    to(#5b51e4)
  );
  background: linear-gradient(90deg, #554fe4 0%, #5b51e4 100%);
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
} */

.terms-text {
  /*flex-wrap: wrap;*/
  /*word-wrap: break-word;*/
  /*white-space: pre-wrap;*/
  margin-bottom: 12.5px;
}

.terms-container {
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;*/
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 767px) {
  .btn.btn-main {
    margin-left: 8px;
  }
}

/* header */

.header {
  padding: 32px 32px 24px;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1152px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin-left: 40px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.menu a {
  position: relative;
  padding: 12px 24px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #5d45d9;
  -webkit-box-shadow: 0px 1px 2px rgba(98, 76, 240, 0.5),
    inset 0px 1px 2px rgba(53, 32, 185, 0.5);
  box-shadow: 0px 1px 2px rgba(98, 76, 240, 0.5),
    inset 0px 1px 2px rgba(53, 32, 185, 0.5);
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 16px;
  opacity: 0.8;
  margin-right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.menu a:hover {
  opacity: 1;
  background: #7a65ff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1),
    inset 0px 1px 2px rgba(135, 116, 249, 0.5);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1),
    inset 0px 1px 2px rgba(135, 116, 249, 0.5);
}

.menu a:focus {
  outline: none;
}

/* .menu a:focus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #3ccdb0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.btn.btn-header {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  font-weight: 900;
  width: 160px;
  height: 56px;
  background: -o-linear-gradient(left, #7e5bf1 0%, #885ef2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7e5bf1),
    to(#885ef2)
  );
  background: linear-gradient(90deg, #7e5bf1 0%, #885ef2 100%);
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.btn.btn-header::before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(
    300deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  -webkit-border-radius: 100px;
  border-radius: 100px;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-header:hover::before {
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-header:focus {
  outline: none;
}

/* .btn.btn-header:focus::after {
  content: "";
  position: absolute;
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px solid #3ccdb0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.burger-menu {
  display: none;
  width: 24px;
  height: 8px;
  background-image: url("./image/burger-icon.svg");
  background-size: contain;
}

.menu-close {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("./image/cros-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .header {
    padding: 32px 32px 0;
  }

  .header .wrapper {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 64px 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .header .wrapper.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header .menu {
    -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;
  }

  .header .menu .item {
    margin-bottom: 32px;
  }

  .header .menu a {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 16px;
    color: #373945;
  }

  .burger-menu {
    background-repeat: no-repeat;
    padding: 10px;
    background-position: center;
    display: block;
  }

  .menu-close {
    display: block;
    top: 32px;
    right: 32px;
  }

  .btn.btn-header {
    background: #fff;
    border: 2px solid rgba(30, 59, 216, 0.6);
    color: #1e3bd8;
  }

  .btn.btn-header::before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }

  .header .menu {
    margin-left: 0;
  }
}

/* Hero section */

.hero {
  padding: 96px 24px 0;
}

.hero .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero .content {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding-left: 28px;
}

.hero .content::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("./image/hero-decor.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 410px;
  right: -45px;
}

.hero .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 32px;
}

.hero .description {
  font-family: "Cabin", sans-serif;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 72px;
}

.hero .hero-image {
  width: 100%;
  max-width: 568px;
  margin-top: -45px;
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.hero .hero-image.mobile {
  display: none;
}

.underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.underline::before {
  content: "";
  position: absolute;
  height: 8px;
  background: #43e9b7;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: -1;
}

.hero .btn.btn-main {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .hero {
    padding-top: 36px;
  }

  .hero .content {
    max-width: 350px;
    padding-left: 0;
  }

  .hero .title {
    font-size: 36px;
  }

  .title .underline::before {
    height: 4px;
    bottom: 12px;
  }

  .hero .hero-image {
    margin-top: 0;
    max-width: 348px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .hero .hero-image.mobile {
    display: block;
  }

  .hero .hero-image.desktop {
    display: none;
  }

  .hero .description {
    font-size: 16px;
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 50px 32px 0;
  }

  .hero .container {
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero .image-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px;
  }

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

  .hero .content::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 80px;
    right: 40%;
  }

  .hero .title {
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 170%;
  }

  .hero .title font {
    font-size: xx-large !important;
  }

  .title .underline::before {
    bottom: 8px;
  }

  .hero .btn.btn-main::after {
    background: -o-linear-gradient(left, #554fe4 0%, #7c5bf0 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#554fe4),
      to(#7c5bf0)
    );
    background: linear-gradient(90deg, #554fe4 0%, #7c5bf0 100%);
  }
}

.serve .content-title {
  line-height: 200% !important;
}
/* Benefit section */

.benefit {
  position: relative;
  padding: 32px;
  margin-top: 80px;
}

.benefit::before {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  background-image: url("./image/benefit-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 101px;
  right: 8%;
  z-index: -1;
}

.benefit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  /*background-image: url("./image/bg-line-slider.svg");*/
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

@media (min-width: 1900px) {
  .benefit::after {
    height: 70%;
  }
  .hero .title font {
    font-size: xxx-large !important;
  }
}

.benefit .container {
  position: relative;
  max-width: 1168px;
  margin: 0 auto;
}

.benefit .subtitle {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 32px;
  padding-left: 70px;
}

.benefit .title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.03em;
  margin-bottom: 62px;
  max-width: 832px;
  padding-left: 70px;
}
.tab-image__woman-image {
  position: relative;
  left: 50%;
  transform: translate(-55%, 5%);
}
.tab-image__heart-image {
  position: relative;
  left: 50%;
  transform: translate(-39%, 5%);
}

.benefit .swiper-container {
  width: 80%;
  max-width: 930px;
  padding: 60px 31px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*@media (max-width: 1230px) {
  .benefit .swiper-container {
    max-width: 650px;
  }
}*/

.benefit .swiper-slide {
  position: relative;
  max-width: 256px;
  min-height: 448px;
}

.benefit .swiper-slide .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px rgba(40, 43, 121, 0.2);
  box-shadow: 2px 2px 10px rgba(40, 43, 121, 0.2);
}

.benefit .swiper-slide-prev .wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.benefit .swiper-slide .active {
  display: none;
}

.benefit .swiper-slide-active {
  width: 320px;
  max-width: 320px;
}

.benefit .swiper-slide-active .wrapper {
  width: 320px;
  height: 470px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.benefit .image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32px;
  width: 100%;
  height: 271px;
  background: #ffffff;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

.benefit .image-wrapper .image {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
  max-width: 150px;
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.benefit .image-wrapper::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 33px;
  opacity: 0.45;
  -webkit-filter: blur(42px);
  filter: blur(42px);
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.benefit .image-wrapper::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 16px;
  opacity: 0.45;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  top: 72%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.benefit .image-wrapper1 .image {
  max-width: 130px;
}

.benefit .image-wrapper1::before {
  background: rgba(255, 245, 0, 0.8);
}

.benefit .image-wrapper1::after {
  background: rgba(255, 245, 0, 0.8);
}

.benefit .image-wrapper2 .image {
  max-width: 151px;
}

.benefit .image-wrapper2::before {
  background: #6ebfd0;
}

.benefit .image-wrapper2::after {
  background: #6ebfd0;
}

.benefit .image-wrapper3 .image {
  max-width: 132px;
}

.benefit .image-wrapper3::before {
  background: rgba(255, 245, 0, 0.8);
  left: 42%;
}

.benefit .image-wrapper3::after {
  background: rgba(255, 245, 0, 0.8);
  left: 42%;
}

.benefit .image-wrapper4 .image {
  max-width: 146px;
}

.benefit .image-wrapper4::before {
  background: #6ebfd0;
}

.benefit .image-wrapper4::after {
  background: #6ebfd0;
}

.benefit .image-wrapper5 .image {
  max-width: 136px;
}

.benefit .image-wrapper5::before {
  background: rgba(255, 16, 0, 0.62);
}

.benefit .image-wrapper5::after {
  background: rgba(255, 16, 0, 0.62);
}

.benefit .image-wrapper6 .image {
  max-width: 129px;
}

.benefit .image-wrapper6::before {
  background: rgba(255, 245, 0, 0.8);
}

.benefit .image-wrapper6::after {
  background: rgba(255, 245, 0, 0.8);
}

.benefit .swiper-slide-active .image-wrapper {
  background-image: url("./image/slider/slider-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 287px;
}

.benefit .swiper-slide-active .image-wrapper::before {
  width: 192px;
  height: 192px;
  background: #d65a1d;
  opacity: 0.45;
  top: 30%;
  -webkit-filter: blur(67px);
  filter: blur(67px);
}

.benefit .swiper-slide-active .image-wrapper::after {
  width: 96px;
  height: 96px;
  background: #d65a1d;
  opacity: 0.45;
  -webkit-filter: blur(34px);
  filter: blur(34px);
  top: 15%;
}

.benefit .swiper-slide-active .image {
  -webkit-transform: translateX(-50%) translateY(-60px);
  -ms-transform: translateX(-50%) translateY(-60px);
  transform: translateX(-50%) translateY(-60px);
}

.benefit .swiper-slide-active .counter {
  width: 56px;
  height: 56px;
  background: #ffffff;
  color: #373945;
  top: -28px;
}

.benefit .text-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 44px 32px 32px;*/
  /*padding: 32px 21px 32px;*/
  padding: 10px 21px 32px;
}

.benefit .counter {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ffc417;
  -webkit-box-shadow: 16px 20px 20px rgba(40, 43, 121, 0.2);
  box-shadow: 16px 20px 20px rgba(40, 43, 121, 0.2);
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -24px;
  left: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;

  transition: 0.3s;
  z-index: 1;
  color: #372b7d;
}

.benefit .slider-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
}

.benefit .descr {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  /*font-size: 13px;*/
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 240px;
}

.btn-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: -o-radial-gradient(
    36.72% 31.25%,
    67.19% 67.19%,
    #ffffff 0%,
    #ffffff 21.87%,
    #d0ddff 86.98%,
    #e0edff 100%
  );
  background: radial-gradient(
    67.19% 67.19% at 36.72% 31.25%,
    #ffffff 0%,
    #ffffff 21.87%,
    #d0ddff 86.98%,
    #e0edff 100%
  );
  -webkit-box-shadow: 0px 32px 40px rgba(24, 31, 73, 0.3);
  box-shadow: 0px 32px 40px rgba(24, 31, 73, 0.3);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  bottom: 170px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btn-slider:hover {
  background: radial-gradient(
    67.19% 67.19% at 36.72% 31.25%,
    #b39eee 0%,
    #a587fc 21.88%,
    #835ced 86.98%,
    #724ae3 100%
  );
}

.btn-slider path {
  transition: 0.3s;
}

.btn-slider:hover path {
  fill: #fff;
}

.btn-slider::before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(
    230deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  background: linear-gradient(
    220deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0.5;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.btn-slider:focus {
  outline: none;
}

.btn-slider:focus::before {
  opacity: 1;
  background: -o-linear-gradient(
    230deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    220deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
}

.btn-slider::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: -o-linear-gradient(left, #554fe4 0%, #5b51e4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#554fe4),
    to(#5b51e4)
  );
  background: linear-gradient(90deg, #554fe4 0%, #5b51e4 100%);
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}

.btn-slider:focus {
  /* outline-color: #42e2b6; */
  /* outline-width: 2px; */
  outline: none;
}

.button-next.btn-slider::after {
  background: -o-linear-gradient(left, #7b57e4 0%, #805ae7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b57e4),
    to(#805ae7)
  );
  background: linear-gradient(90deg, #7b57e4 0%, #805ae7 100%);
}

.benefit .button-prev {
  padding-right: 4px;
  left: 0;
}

.benefit .button-next {
  padding-left: 4px;
  right: 0;
}

@media (max-width: 992px) {
  .benefit {
    padding: 0;
    margin-top: 100px;
  }

  .benefit::before {
    width: 68px;
    height: 68px;
    top: 100px;
  }

  .benefit::after {
    display: none;
  }

  .benefit .subtitle {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .benefit .title {
    font-size: 24px;
    max-width: 500px;
    padding-left: 24px;
  }

  .benefit .btn-slider {
    display: none;
  }

  .benefit .swiper-slide {
    max-width: 224px;
    min-height: 299px;
  }

  .benefit .image-wrapper {
    padding-top: 10px;
    height: 144px;
  }

  .benefit .image {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .benefit .counter {
    width: 36px;
    height: 36px;
    top: -18px;
    left: 16px;
  }

  .benefit .text-block {
    /*padding: 32px 16px 16px;*/
    padding: 14px 21px 32px;
  }

  .benefit .slider-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .benefit .swiper-slide-active .wrapper {
    width: 100%;
    height: 110%;
  }

  .benefit .swiper-slide-active .image-wrapper {
    height: 168px;
  }

  .benefit .swiper-slide-active .counter {
    width: 36px;
    height: 36px;
    top: -18px;
  }

  .benefit .swiper-slide-active .image-wrapper::before {
    width: 108px;
    height: 108px;
    background: #d65a1d;
    opacity: 0.45;
    top: 30%;
    -webkit-filter: blur(67px);
    filter: blur(67px);
  }

  .benefit .swiper-slide-active .image-wrapper::after {
    width: 54px;
    height: 54px;
    background: #d65a1d;
    opacity: 0.45;
    -webkit-filter: blur(34px);
    filter: blur(34px);
    top: 15%;
  }

  .benefit .swiper-slide .image {
    -webkit-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
  }

  .benefit .swiper-slide-active .image {
    -webkit-transform: translateX(-50%) translateY(-60px) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-60px) scale(0.8);
    transform: translateX(-50%) translateY(-60px) scale(0.8);
  }
}

@media (max-width: 767px) {
  .benefit {
    margin-top: 90px;
  }

  .benefit::before {
    background: url("./image/benefit-decor-mob.svg");
    width: 32px;
    height: 32px;
    top: -20px;
    right: 32px;
  }

  .benefit .subtitle {
    padding-left: 32px;
  }

  .benefit .title {
    padding-left: 32px;
  }
  .serve .content-title .underline::before {
    bottom: 5px !important;
  }
}

/* Serve section */

.serve {
  position: relative;
  padding: 0 32px;
  margin-top: 236px;
}

.serve::before {
  content: url("./image/serve-decor-2.svg");
  position: absolute;
  bottom: 6%;
  left: 3%;
  z-index: -1;
}

.serve .title {
  position: relative;
  font-weight: 800;
  font-size: 45px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 47px;
}

.serve .title::before {
  content: "";
  position: absolute;
  background: url("./image/decor-yellow.svg") no-repeat 100% 100%;
  width: 99px;
  height: 119px;
  left: 6%;
  top: -1px;
  z-index: -1;
}

.serve .title::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  background-image: url("./image/benefit-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  right: 7%;
  z-index: -1;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.serve .tab {
  margin: 0 auto 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serve .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serve .tab-item {
  width: 186px;
  padding: 0 40px;
  text-align: center;
}

.serve .tab-item + .tab-item {
  border-left: 1px solid rgba(196, 196, 196, 0.3);
}

.serve .tab-button {
  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;
  position: relative;
  padding: 80px 0px 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 14;
}

@media (min-width: 992px) {
  .strategy-button::before {
    content: "\a";
    /*white-space: pre;*/
  }
  .serve .tab-button {
    margin: 0 auto;
  }

  .serve .tab-item:first-child .tab-button {
    min-width: 107px;
    align-items: center;
  }

  .elusive-line-break {
    display: block;
  }

  .serve .tab-item:nth-child(2) .tab-button {
    min-width: 151px;
  }

  .serve .tab-item:last-child .tab-button {
    min-width: 177px;
  }
}

.benefit .descr {
  /*font-family: "Cabin", sans-serif;*/
  font-size: 14px;
  /*font-size: 13px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 240px;*/
}

.serve .tab-button .tab-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.serve .tab-button:hover,
.serve .tab-button.active {
  color: #ffffff;
  font-weight: 800;
}

.serve .tab-button .tab-image::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background: #f44c4c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.serve .tab-button.active .tab-image::before {
  opacity: 1;
}

/* .serve .tab-button:hover::after,
.serve .tab-button.active::after {
  width: 100%;
} */
.serve .tab-button:focus {
  outline: none;
}

/* .serve .tab-button:focus::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  border: 2px solid #3ccdb0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
.serve .tab-button::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  bottom: 8px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.serve .tab-item:nth-child(1) .tab-button::after {
  background: #f44c4c;
}

.serve .tab-item:nth-child(2) .tab-button::after {
  background: #ffa934;
}

.serve .tab-item:nth-child(3) .tab-button::after {
  background: #43e9b7;
}

.serve .content {
  position: relative;
  background-image: url("./image/white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 1017px;
  margin: 0 auto;
  padding-bottom: 186px;
}

.serve .content::before {
  content: "";
  position: absolute;
  width: 690px;
  height: 460px;
  background: url("./image/serve-bg.png") no-repeat;
  background-size: 100% auto;
  z-index: -1;
  bottom: 92px;
  left: 38%;
}

.serve .content::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  background: url("./image/serve-decor.png") no-repeat 100% 100%;
  z-index: 2;
  top: 9%;
  right: -71px;
}

.serve .wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 82px 40px 82px 105px;
}

.serve .tabpanel.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.serve .tabpanel {
  display: none;
}

.serve .text-block {
  max-width: 496px;
  width: 100%;
}

.serve .sub-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #373945;
  opacity: 0.8;
  margin-bottom: 8px;
  background-color: #fff;
}

.serve .content-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #373945;
  margin-bottom: 32px;
  background-color: #fff;
}

.serve .content-title .underline::before {
  bottom: 8px;
}

.serve .description {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 62px;
  color: #484c60;
  min-height: 200px;
  background-color: #fff;
}

.serve .image-block {
  position: relative;
  width: 45%;
}

.serve .image-block img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 120%;
  max-width: 130%;
}

.serve .tabpanel:nth-child(2) img {
  top: -167px;
  right: -40px;
  width: 118%;
}

.serve .tabpanel:nth-child(3) img {
  width: 112%;
  top: -80px;
  right: -20px;
}

.serve .notification {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  color: #373945;
  padding-left: 56px;
  display: inline-block;
  background-color: #fff;
}

.serve .notification::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 48px;
  left: 0;
  top: -8px;
  background-image: url("./image/checkmark-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*.serve .notification::after {
  content: "";
  position: absolute;
  height: 3px;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  background-color: #43e9b7;
  right: 0;
  bottom: -4px;
}*/
.tab-placeholder {
  display: none;
}

@media (max-width: 992px) {
  .serve {
    padding: 0;
    margin-top: 110px;
  }

  .serve .title {
    font-weight: 800;
    font-size: 34px;
    line-height: 140%;
  }

  .serve .title::before {
    display: none;
  }

  .serve .title::after {
    width: 50px;
    height: 50px;
  }

  .serve .tab-item {
    width: 146px;
  }

  .serve .tab-button {
    font-size: 13px;
  }

  .serve .wrapper {
    position: relative;
    padding: 40px 32px 70px;
  }

  .serve .text-block {
    max-width: 378px;
  }

  .serve .wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
    clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
  }

  .serve .content::after {
    display: none;
  }

  .serve .content {
    background: none;
    padding-bottom: 60px;
  }

  .serve .image-block {
    width: 75%;
  }

  .serve .tabpanel:nth-child(2) img {
    top: -100px;
  }

  .serve .tabpanel:nth-child(3) img {
    top: 0;
  }

  .serve .sub-title {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 8px;
  }

  .serve .content-title {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .serve .tabpanel:nth-of-type(3) .content-title {
    /* font-size: 20px;
    line-height: 160%;
    margin-bottom: 30px;*/
    font-size: 16px;
    letter-spacing: -0.5px;
  }

  .serve .description {
    margin-bottom: 30px;
  }

  .serve .content::before {
    bottom: -40px;
  }

  .serve::before {
    display: none;
  }

  @media (max-width: 767px) {
    .serve .tab {
      position: relative;
      padding-left: 32px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 32px;
    }

    .serve .tab-list {
      position: absolute;
      display: none;
      -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;
      top: -webkit-calc(100% + 10px);
      top: calc(100% + 10px);
      left: 100px;
      z-index: 12;
      background: #ffffff;
      -webkit-border-radius: 22px;
      border-radius: 22px;
      padding: 16px 22px;
    }

    .serve .tab.open .tab-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .serve .tab-item {
      width: auto;
      padding: 0;
      /*padding-left: 45px;*/
      padding-left: 0;
      margin: 0;
    }

    .serve .tabpanel:nth-child(2) img {
      top: 0;
    }

    .serve .tabpanel:nth-child(2) .image-block {
      margin-top: -80px;
    }

    .serve .tab-item + .tab-item {
      padding-top: 15px;
      margin-top: 12px;
    }

    .serve .tab-button {
      padding: 0;
      font-size: 13px;
      font-weight: normal;
      color: #373945;
    }

    .serve .tab-button:hover {
      color: #373945;
      font-weight: normal;
    }

    .serve .tab-button.active {
      font-weight: 600;
      color: #373945;
    }

    .serve .tab-button .tab-image {
      left: -75px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0.4);
      -ms-transform: translateY(-50%) scale(0.4);
      transform: translateY(-50%) scale(0.4);
      display: none;
    }

    .serve .tab-button .tab-image .desktop {
      display: none;
    }

    .serve .tab-button .tab-image .mobile {
      /*display: block;*/
      display: none;
    }

    .serve .tab-button.active .tab-image .desktop {
      display: block;
    }

    .serve .tab-button.active .tab-image .mobile {
      display: none;
    }

    .serve .tab-item:nth-child(3) .tab-image {
      left: -70px;
    }

    .tab-placeholder {
      display: block;
      position: relative;
      font-weight: 600;
      font-size: 14px;
      line-height: 150%;
      padding-left: 40px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      z-index: 14;
    }

    .tab-placeholder::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #fff transparent transparent transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -20px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .serve .tab.open .tab-placeholder::before {
      -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
      transform: translateY(-50%) scale(-1);
    }

    .tab-placeholder img {
      position: absolute;
      width: 30px;
      max-height: 25px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: none;
    }

    .serve .tab-item .tab-button::after {
      display: none;
    }

    .serve .tab-item + .tab-item {
      border-left: none;
    }

    .serve .tabpanel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 500px;
      margin: 0 auto;
    }

    .serve .title {
      text-align: left;
      padding-left: 32px;
      font-size: 24px;
    }

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

    .serve .image-block {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      width: 100%;
    }

    .serve .image-block img {
      position: relative;
      top: 0;
      width: 100%;
      max-width: 100%;
    }

    .serve .notification::after {
      display: none;
    }

    .serve .content::before {
      left: 10%;
      width: 380px;
      height: 250px;
      bottom: 0;
    }
  }
}

/* customers section */

.customers {
  position: relative;
  padding: 32px 20px 64px;
  margin-top: 200px;
}

.customers::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(82.65deg, #ffa200 -24.21%, #facc2a 85.76%);
  background: linear-gradient(7.35deg, #ffa200 -24.21%, #facc2a 85.76%);
  -webkit-box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  top: -200px;
  left: 33%;
}

.customers .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1088px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customers .text-block {
  margin-right: 40px;
}

.customers .sub-title {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 32px;
}

.customers .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 106px;
  max-width: 400px;
}

.customers .brands-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers .brands-list li + li {
  margin-left: 40px;
}

.customers .review-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 448px;
  padding: 40px 48px;
  background: #6944da;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.customers .review-block::before {
  content: url("./image/decor2.svg");
  position: absolute;
  left: -189px;
  top: 54%;
}

.customers .name {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  padding-left: 144px;
}

.customers .position {
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 34px;
  padding-left: 144px;
}

.customers .company-logo {
  margin-bottom: 100px;
  padding-left: 144px;
}

.customers .review {
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.customers .photo {
  position: absolute;
  top: -64px;
  left: -112px;
}

@media (max-width: 992px) {
  .customers {
    padding: 0 32px;
    margin-top: 70px;
  }

  .customers::before {
    right: -33px;
    top: -30px;
    left: unset;
  }

  .customers .brands-list {
    display: none;
  }

  .customers .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-block {
    margin: 0 auto;
  }

  .customers .review-block::before {
    display: none;
  }

  .cta::before {
    display: none;
  }

  /* .cta .container::after {
    display: none;
  } */
  .customers .sub-title {
    font-size: 12px;
  }

  .customers .title {
    font-size: 30px;
  }

  .customers .review {
    font-size: 16px;
  }

  @media (max-width: 767px) {
    .customers .sub-title {
      font-size: 10px;
    }

    .customers .title {
      font-size: 24px;
      margin-bottom: 210px;
    }

    .customers .photo {
      position: relative;
      top: 0;
      left: 0;
      margin-top: -180px;
      margin-left: -20px;
      margin-bottom: 20px;
    }

    .customers .photo svg {
      max-width: 250px;
      width: 100%;
      height: auto;
    }

    .customers .review-block {
      width: 100%;
      padding: 26px 32px;
    }

    .customers .name {
      padding: 0;
      margin-bottom: 8px;
      font-size: 16px;
    }

    .customers .position {
      padding: 0;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .customers .company-logo {
      padding: 0;
      margin-bottom: 16px;
      width: 80px;
    }
  }
}

/* cta section */

.cta {
  position: relative;
  padding: 147px 20px 120px;
}

.cta::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(82.65deg, #ffa200 -24.21%, #facc2a 85.76%);
  background: linear-gradient(7.35deg, #ffa200 -24.21%, #facc2a 85.76%);
  -webkit-box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  top: 18px;
  left: 27%;
}

.cta::after {
  content: "";
  /*background-image: url("./image/cta-line-bg.svg");*/
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -28vw;
  left: 50%;
  width: 100vw;
  height: 52vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.cta .container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 880px;
  margin: 0 auto;
  padding: 78px 120px 72px 312px;
  z-index: 11;
  background-color: #564fef;
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.cta .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #5e50ef 0%, #825cf1 100%);
}

.cta .container::after {
  content: "";
  background-image: url("./image/cta-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -63px;
  left: -38px;
  width: 112%;
  height: 144%;
  z-index: -1;
}

.cta .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 43px;
  max-width: 330px;
}

.cta .image {
  position: absolute;
  max-width: 360px;
  top: -10px;
  left: -106px;
}

@media (max-width: 997px) {
  .cta {
    padding-top: 100px;
  }

  .cta .container::after {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .cta::after {
    display: none;
  }

  .cta .title {
    font-size: 30px;
  }

  .cta .image {
    left: -36px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }

  .cta .container {
    padding: 80px 32px 0;
    text-align: center;
  }

  .cta .image {
    display: block;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .cta .container::after {
    height: 700px;
    width: 300%;
    background-size: cover;
    top: -80px;
  }

  .cta .title {
    font-size: 38px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .cta .btn.btn-main {
    padding: 19px 24px;
    margin: 0 auto 10px;
    max-width: 192px;
    -webkit-box-shadow: 0px 24px 56px rgba(200, 98, 42, 0.45);
    box-shadow: 0px 24px 56px rgba(200, 98, 42, 0.45);
  }
}

/* footer section */

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 38px;
  max-width: 1152px;
  margin: 0 auto;
}

.footer::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(261.8deg, #3fffc5 6.3%, #35ead4 86.05%);
  background: linear-gradient(188.2deg, #3fffc5 6.3%, #35ead4 86.05%);
  -webkit-box-shadow: 0px 15px 20px rgba(53, 220, 197, 0.2);
  box-shadow: 0px 15px 20px rgba(53, 220, 197, 0.2);
  top: -48px;
  right: 178px;
}

.footer .copyright {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
}

.footer-nav .menu a {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
}

@media (max-width: 767px) {
  footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px;
    max-width: 300px;
  }

  .footer-nav .menu {
    margin-left: 0;
    width: 100%;
  }

  .footer-nav .menu a {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 4px;
    line-height: 29px;
    letter-spacing: 0;
    /*font-size: 13px;*/
    font-size: 12px;
  }

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

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

  .footer::before {
    width: 32px;
    height: 32px;
    right: 18px;
  }
}

/* Privacy page */

.privacy-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1124px;
  margin: 105px auto 90px;
  padding: 0 32px 0 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.privacy-hero .line {
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.privacy-hero .title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 32px;
}

.privacy-hero .text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.privacy-hero .image-wrapper {
  position: relative;
  max-width: 640px;
}

.question {
  position: relative;
  max-width: 784px;
  margin: 0 auto 80px;
  padding: 0 32px;
}

.question .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.01em;
  max-width: 672px;
  margin: 0 auto 32px;
}

.question p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 672px;
  margin: 0 auto;
}

.question p + p {
  margin-top: 24px;
}

.question ul {
  max-width: 672px;
  margin: 20px auto 36px;
}

.question li {
  position: relative;
  padding-left: 16px;
}

.question li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
  top: 10px;
}

.question li + li {
  margin-top: 24px;
}

.question h3 {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  opacity: 0.95;
  margin-bottom: 8px;
}

.question .link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fbc725;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.8;
  -o-transition: opacity 0.8;
  transition: opacity 0.8;
}

.question .link:hover {
  opacity: 0.8;
}

.question.decor1::before {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  background-image: url("./image/benefit-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 101px;
  left: -15%;
  z-index: -1;
}

.table-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 48px 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #191919;
}

.table-wrapper::before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(82.65deg, #ffa200 -24.21%, #facc2a 85.76%);
  background: linear-gradient(7.35deg, #ffa200 -24.21%, #facc2a 85.76%);
  -webkit-box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  width: 66px;
  height: 66px;
  right: -180px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 90px;
  z-index: -1;
}

.table-wrapper .line {
  position: absolute;
  width: 120vw;
  max-width: 120vw;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
}

.table {
  border-collapse: collapse;
  border-style: hidden;
}

.table td {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 160%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: 1px solid rgba(25, 25, 25, 0.1);
  vertical-align: baseline;
  padding: 15px;
}

.table td:first-child {
  padding-left: 0;
}

.table li {
  position: relative;
  padding-left: 12px;
}

.table li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #191919;
  left: 0;
  top: 9px;
}

.table li + li {
  margin-top: 16px;
}

.privacy + .footer::before {
  display: none;
}

.terms + .footer::before {
  display: none;
}

.privacy .swiper-container {
  display: none;
}

@media (max-width: 767px) {
  .privacy-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 0 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .privacy-hero .text-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .privacy-hero .image-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .privacy-hero .title {
    font-size: 35px;
    line-height: 140%;
    margin-bottom: 6px;
  }

  .privacy-hero .text {
    font-size: 10px;
    line-height: 15px;
  }

  .privacy-hero .mobile {
    display: block;
  }

  .privacy-hero .desktop {
    display: none;
  }

  .privacy-hero .line {
    display: none;
  }

  .question {
    margin-bottom: 60px;
  }

  .question .title {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .table-wrapper {
    display: none;
  }

  .privacy .swiper-container {
    display: block;
    margin: 40px 0;
    padding-bottom: 40px;
  }

  .privacy .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 24px;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #191919;
    max-width: 256px;
    font-size: 16px;
    height: auto;
  }

  .privacy .swiper-slide p {
    color: #191919;
    margin-bottom: 48px;
  }

  .privacy .swiper-slide h3 {
    font-weight: 800;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 24px;
    opacity: 1;
    font-family: "Poppins", sans-serif;
  }

  .privacy .swiper-slide ul {
    margin: 0;
  }

  .privacy .swiper-slide ul:first-of-type {
    margin-bottom: 40px;
  }

  .privacy .swiper-slide li {
    font-family: "Cabin", sans-serif;
  }

  .privacy .swiper-slide li::before {
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #191919;
  }

  .privacy .swiper-slide li + li {
    margin-top: 18px;
  }

  .privacy .privacy .swiper-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 42px;
  }

  .swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
  }

  .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .question.decor1::before {
    display: none;
  }
}

.terms .question h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 150%;
  max-width: 672px;
  margin: 50px auto 14px;
}

.terms .question h3:first-of-type {
  margin-top: 0;
}

.terms .question {
  max-width: 672px;
  padding: 0;
}

.terms .container {
  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;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.sidebar {
  width: 100%;
  max-width: 288px;
  margin-right: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sidebar.fixed .wrapper {
  position: fixed;
  top: 60px;
  max-width: 288px;
  max-height: 80vh;
  overflow: scroll;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5e51ef),
    to(#6753f0)
  );
  background: -o-linear-gradient(left, #5e51ef 0%, #6753f0 100%);
  background: linear-gradient(90deg, #5e51ef 0%, #6753f0 100%);
}

.sidebar .title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 27px;
}

.sidebar-item {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 31px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}

.sidebar-item::before {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  right: 5px;
  top: 30%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  opacity: 0.7;
}

.sidebar-item a {
  font-weight: 500;
  padding-right: 40px;
}

.sidebar-item a:hover {
  font-weight: 700;
}

.sidebar-item a:focus {
  outline: none;
  font-weight: 700;
}

.sidebar-item.active a {
  opacity: 1;
  font-weight: bold;
}

.sidebar-item.active::before {
  opacity: 1;
}

@media (max-width: 992px) {
  .sidebar {
    display: none;
  }

  .terms .question {
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    border-top: 1px solid #fff;
  }

  .terms .question h2 {
    font-family: "Cabin", sans-serif;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    opacity: 0.7;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .terms .question h2::before {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    right: 5px;
    top: 30%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    opacity: 0.7;
  }

  .terms .question p {
    display: none;
  }

  .terms .question ul {
    display: none;
  }

  .terms .question h3 {
    display: none;
  }

  .terms .question.open h2 {
    margin-bottom: 24px;
    opacity: 1;
    font-weight: bold;
  }

  .terms .question.open h2::before {
    opacity: 1;
  }

  .terms .question.open p {
    display: block;
  }

  .terms .question.open ul {
    display: block;
  }

  .terms .question.open h3 {
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
  }

  .terms .container {
    margin-bottom: 50px;
  }
}

.terms .question .line {
  position: absolute;
  width: 120vw;
  max-width: 200vw;
  left: -webkit-calc(50% - 100px);
  left: calc(50% - 100px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.terms .question .line1 {
  top: -430px;
}

.terms .question .line2 {
  bottom: 0;
}

.terms .question p {
  position: relative;
}

.terms .circle-right-yellow::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: -o-linear-gradient(82.65deg, #ffa200 -24.21%, #facc2a 85.76%);
  background: linear-gradient(7.35deg, #ffa200 -24.21%, #facc2a 85.76%);
  -webkit-box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -84px;
  top: 50%;
}

.terms .circle-right-blue::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: -o-linear-gradient(241.27deg, #35d0ff 17.7%, #319cff 89.62%);
  background: linear-gradient(208.73deg, #35d0ff 17.7%, #319cff 89.62%);
  -webkit-box-shadow: 0px 10px 20px rgba(54, 190, 240, 0.2);
  box-shadow: 0px 10px 20px rgba(54, 190, 240, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -94px;
  top: 50%;
}

.terms .question.decor1::before {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  background-image: url("./image/benefit-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 101px;
  left: -380px;
  z-index: -1;
}

.terms .decor2::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-image: url("./image/hero-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -440px;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.terms .decor3::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-image: url("./image/decor2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -360px;
  z-index: -1;
}

.terms .question .decor5::before {
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  background-image: url("./image/decor-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 70%;
  left: -420px;
  z-index: -1;
}

.terms .circle-small-yellow::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: -o-linear-gradient(82.65deg, #ffa200 -24.21%, #facc2a 85.76%);
  background: linear-gradient(7.35deg, #ffa200 -24.21%, #facc2a 85.76%);
  -webkit-box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  box-shadow: 0px 15px 20px rgba(255, 210, 84, 0.2);
  top: 60px;
  left: -400px;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.terms .circle-md::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background: -o-linear-gradient(261.8deg, #3fffc5 6.3%, #35ead4 86.05%);
  background: linear-gradient(188.2deg, #3fffc5 6.3%, #35ead4 86.05%);
  -webkit-box-shadow: 0px 15px 20px rgba(53, 220, 197, 0.2);
  box-shadow: 0px 15px 20px rgba(53, 220, 197, 0.2);
  top: 0;
  left: -200px;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.benefit .swiper-container {
  /*width: 100%;
  padding-left: 32px;
  padding-right: 0;*/
  /* width: 80%; */
  /* max-width: 930px; */
  overflow: hidden;
  max-width: 896px;
  margin: auto;
  padding: 60px 0px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit {
  margin-top: 100px;
}
@media (max-width: 993px) {
  .terms .question .line {
    display: none;
  }

  .terms .circle-right-yellow::before {
    display: none;
  }

  .terms .circle-right-blue::before {
    display: none;
  }
}
