@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-display: swap;
  font-family: Geometria;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Geometria-Medium.woff2) format("woff2"),
    url(../fonts/Geometria-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Geometria;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Geometria-Bold.woff2) format("woff2"),
    url(../fonts/Geometria-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Benzin;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Benzin-Medium.woff2) format("woff2"),
    url(../fonts/Benzin-Medium.woff) format("woff");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  max-height: 100%;
  max-width: 100%;
}
body,
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Plus Jakarta Sans, serif;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #2b2b2b;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
}
.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px;
  width: 100%;
}
.container-big {
  max-width: 1320px;
}
.mobile-btn {
  display: none;
}
@media (max-width: 768px) {
  .mobile-btn {
    background: #36c2b3;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, serif;
    font-size: 16px;
    font-weight: 500;
    max-width: 320px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 61px;
    color: #fff;
    justify-content: center;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    visibility: hidden;
  }
  .mobile-btn.active {
    opacity: 1;
    visibility: visible;
  }
}
.ui-widget.ui-widget-content {
  background: #28deca;
  border: 0;
  height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  background: #28deca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17%, #28deca),
    to(#16786d)
  );
  background: linear-gradient(180deg, #28deca 17%, #16786d);
  border: 0;
  border-radius: 50px;
  height: 13px;
  width: 13px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header .container {
    height: 64px;
  }
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  gap: 11px;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn span {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #30cfd0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#30cfd0),
    to(#330867)
  );
  background: linear-gradient(90deg, #30cfd0, #330867);
  justify-content: center;
}
.header__btn:hover {
  color: #00b777;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: Inter, serif;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  left: 50%;
  letter-spacing: -0.5px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__logo img {
  height: 30px;
  width: 30px;
}
.customers {
  background: #f6f6f6;
  color: #151716;
  font-size: 13.35px;
  font-weight: 500;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .customers {
    margin-bottom: 26px;
  }
}
.customers__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .customers__desktop {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .customers__desktop {
    display: none;
  }
}
.customers__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.customers__text {
  font-weight: 600;
}
.customers__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22.58px;
  font-weight: 600;
  gap: 12px;
}
@media (max-width: 1024px) {
  .customers__info {
    font-size: 18px;
  }
}
.customers__mobile {
  display: none;
}
@media (max-width: 768px) {
  .customers__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #1b1b1b;
    font-size: 18.4px;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
  }
}
.video {
  margin-bottom: 70px;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .video {
    margin-bottom: 23px;
  }
}
.video__subtitle {
  font-family: Commissioner, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .video__subtitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.video__title {
  color: #000;
  font-family: Geometria, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 53px;
  text-align: center;
}
@media (max-width: 768px) {
  .video__title {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
.video__title span {
  background: #16786d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(17%, #16786d),
    to(#28deca)
  );
  background: linear-gradient(0deg, #16786d 17%, #28deca);
  -webkit-background-clip: text;
  display: block;
  -webkit-text-fill-color: transparent;
}
.video__wrap {
  height: 372px;
  margin: 0 auto 37px;
  position: relative;
  width: 700px;
}
@media (max-width: 768px) {
  .video__wrap {
    height: auto;
    margin: 0 -20px 27px;
    padding-top: 61.25%;
    width: calc(100% + 40px);
  }
}
.video__wrap iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video__wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.video__blur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .video__blur {
    display: none;
  }
}
.video__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  width: 322px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: url(../images/dist/btn-bg.png) 50% / cover;
  color: #fff;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 31px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 360px) {
  .video__btn {
    width: 100%;
  }
}
.video__btn:hover {
  opacity: 0.7;
}
.video__download {
  color: #000;
  font-family: Inter, serif;
  font-size: 14px;
  margin-top: -7px;
  text-align: center;
}
.video__download a {
  color: #055cfe;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.video__download a:hover {
  color: #00b777;
}
.video__watch {
  display: none;
}
@media (max-width: 768px) {
  .video__watch {
    color: #000;
    font-family: Inter, serif;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    margin-bottom: 24px;
  }
  .video__watch,
  .video__watch span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video__watch span {
    background: #003a34;
    border-radius: 3px;
    height: 18px;
    width: 18px;
  }
  .video__watch span svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.marquee {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 768px) {
  .marquee {
    margin-bottom: 13px;
  }
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.reviews {
  margin-bottom: 100px;
}
.reviews__wrap {
  background: #e7f4f4;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 72px 40px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .reviews__wrap {
    display: none;
  }
}
.reviews__slider {
  max-width: 900px;
  position: relative;
  width: 100%;
}
@media (max-width: 1300px) {
  .reviews__slider {
    max-width: 800px;
  }
}
@media (max-width: 1180px) {
  .reviews__slider {
    max-width: 700px;
  }
}
@media (max-width: 1068px) {
  .reviews__slider {
    max-width: 69%;
  }
}
.reviews__next,
.reviews__prev {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews__next {
  left: calc(100% + 18px);
}
.reviews__prev {
  right: calc(100% + 50px);
}
.reviews__info {
  max-width: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews__info,
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__rating {
  margin-bottom: 14px;
}
.reviews__heading {
  font-size: 22.58px;
  font-weight: 600;
  margin-bottom: 8px;
}
.reviews__trust {
  font-size: 13.35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.reviews__trust span {
  font-weight: 700;
  text-decoration: underline;
}
.reviews__trust-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__notion {
  bottom: 25px;
  font-size: 13.35px;
  font-weight: 100;
  left: 40px;
  position: absolute;
}
.review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.review__rating img {
  max-width: 140px;
}
.review__name {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.review__name b,
.review__name strong {
  font-weight: 600;
}
.review__title {
  color: #181a19;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.review__text {
  color: #2b2b2b;
  font-weight: 500;
}
.reviews-mobile {
  display: none;
}
@media (max-width: 768px) {
  .reviews-mobile {
    background: #e7f4f4;
    display: block;
    padding-bottom: 15px;
    padding-top: 25px;
  }
}
.reviews-mobile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  height: 380px;
  overflow: auto;
}
.reviews-mobile__wrap .swiper-slide {
  background: #fff;
  height: auto;
  padding: 21px 21px 9px;
}
.reviews-mobile__wrap .review__text {
  display: none;
}
.reviews-mobile__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-mobile__read-more a {
  color: #2aa58e;
  font-size: 15.27px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.reviews-mobile__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}
.reviews-mobile__heading span {
  font-size: 22.58px;
  font-weight: 600;
}
.reviews-mobile__trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 13.35px;
  justify-content: center;
  margin-bottom: 35px;
}
.reviews-mobile__stars {
  color: #6f6f6f;
  font-size: 13.35px;
  font-weight: 500;
  margin-bottom: 12px;
}
.profit {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .profit {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .profit__wrap {
    background: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 60px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: 0 2.92px 100px 0 rgba(64, 74, 96, 0.07);
    box-shadow: 0 2.92px 100px 0 rgba(64, 74, 96, 0.07);
    gap: 30px;
    justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 768px) {
  .profit__wrap {
    position: relative;
  }
}
.profit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .profit__title {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 20px;
    justify-content: center;
  }
}
.profit__title h4 {
  font-family: Benzin, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .profit__title h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .profit__title h4 {
    font-size: 36px;
    text-align: center;
  }
}
.profit__form {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 768px) {
  .profit__form {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 35px 20px;
  }
}
.profit__result {
  max-width: 450px;
  width: 100%;
}
.profit__total {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #404a60;
  font-family: Inter, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 30px 40px 60px;
}
@media (max-width: 768px) {
  .profit__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 16px;
    justify-content: space-between;
  }
}
.profit__total p {
  font-size: 55px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .profit__total p {
    font-size: 38px;
    margin-top: 0;
  }
}
.profit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #404a60;
  font-family: Inter, serif;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .profit__head {
    margin-bottom: 30px;
  }
}
.profit__head p:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .profit__head p:first-child {
    font-size: 16px;
  }
}
.profit__head p:last-child {
  font-size: 40.87px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .profit__head p:last-child {
    font-size: 30px;
  }
}
.profit__slide:not(:last-child) {
  margin-bottom: 60px;
}
.profit__foot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #bdbdbd;
  font-family: Inter, serif;
  font-weight: 300;
  justify-content: space-between;
  margin-top: 5px;
}
.profit__blur,
.profit__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profit__blur {
  bottom: -40%;
  left: 50%;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .profit__blur {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.profit__head-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 155px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .profit__head-img {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
  }
}
.footer {
  font-family: Inter, serif;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer__line {
  background: #30cfd0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#30cfd0),
    to(#330867)
  );
  background: linear-gradient(90deg, #30cfd0, #330867);
  height: 2px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__line {
    margin-bottom: 36px;
  }
}
.footer__text {
  color: #000;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .footer__text {
    font-size: 16px;
    margin-bottom: 39px;
  }
}
.footer__copy {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
