@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,400italic,500italic,600italic,700italic);
.navbar {
  height: 100px;
  background-color: #FFFFFF;
}
.navbar .main-logo {
  width: 68px;
  height: 55px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: rem(14px);
  color: #0f0f0f;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  background: -webkit-linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .sign-up-free-button {
  background: linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  height: 48px;
  width: 162px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .sign-up-free-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .sign-up-free-button:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.navbar .sign-up-free-button:hover {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.navbar .sign-up-free-button:active {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.navbar .sign-up-free-button:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

@media screen and (min-width: 770px) {
  .navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 72px;
  }
}
@media screen and (max-width: 770px) {
  .navbar {
    text-align-last: center;
  }
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-item {
    margin-bottom: 25px;
  }
  .navbar .sign-up-free-button {
    margin-bottom: 25px;
  }
  .navbar .navbar-collapse.collapse {
    border-bottom: 1px rgb(245, 245, 245) solid;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
  }
}
.block-1 {
  margin: 40px auto 90px auto;
}
.block-1 .row {
  align-items: center;
}
.block-1 .left-part .title {
  font-size: 72px;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
  color: #0f0f0f;
  margin-bottom: 16px;
}
.block-1 .left-part .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #737373;
}
.block-1 .left-part .app-links {
  margin-bottom: 15px;
  margin-top: 15px;
}
.block-1 .left-part .app-links .icon {
  width: 68px;
  height: 68px;
  position: relative;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.block-1 .left-part .app-links .link-title {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
}
.block-1 .left-part .app-links .google-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block-1 .left-part .app-links .google-block .icon img {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 30%;
  top: 25%;
}
.block-1 .left-part .app-links .apple-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block-1 .left-part .app-links .apple-block .icon img {
  width: 30px;
  height: 32px;
  position: absolute;
  left: 29%;
  top: 25%;
}
.block-1 .right-part {
  text-align: center;
}
.block-1 .right-part .block-1-illustration img {
  width: 80%;
  object-fit: cover;
}

@media screen and (max-width: 770px) {
  .block-1 {
    margin: 5px auto 25px auto;
  }
  .block-1 .left-part .app-links .google-block {
    justify-content: center;
    margin-bottom: 15px;
  }
  .block-1 .left-part .app-links .apple-block {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 430px) {
  .block-1 .left-part .title {
    font-size: 42px;
    line-height: 60px;
  }
}
.block-2 {
  background: linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  border-radius: 70px;
  margin-bottom: 30px;
  padding: 68px;
}
.block-2 .left-part .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #f7f7f7;
}
.block-2 .left-part .subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #f7f7f7;
  margin-top: 16px;
  margin-bottom: 16px;
}
.block-2 .left-part .swipe {
  position: absolute;
  left: 60px;
}
.block-2 .left-part .swipe img {
  max-height: 600px;
  height: 600px;
  max-width: 400px;
  width: 400px;
}
.block-2 .right-part .detailed-box {
  cursor: pointer;
  padding: 22px 40px;
  margin-bottom: 16px;
  background-color: rgba(247, 247, 247, 0.5);
  border-radius: 40px;
  transition: max-height 0.15s ease-out;
}
.block-2 .right-part .detailed-box .icon {
  display: none;
}
.block-2 .right-part .detailed-box .title {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}
.block-2 .right-part .detailed-box .description {
  display: none;
}
.block-2 .right-part .detailed-box .corner {
  display: none;
}
.block-2 .right-part .detailed-box.opened {
  cursor: auto;
  display: flex;
  align-items: flex-start;
  padding: 40px;
  background-color: rgba(247, 247, 247, 0.2);
  border-radius: 60px;
  transition: max-height 0.25s ease-in;
}
.block-2 .right-part .detailed-box.opened .icon {
  display: block;
  margin-right: 24px;
}
.block-2 .right-part .detailed-box.opened .icon img {
  height: 70px;
  width: 70px;
}
.block-2 .right-part .detailed-box.opened .title {
  display: block;
}
.block-2 .right-part .detailed-box.opened .description {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}
.block-2 .right-part :last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 430px) {
  .block-2 {
    border-radius: 25px;
    padding: 15px;
  }
  .block-2 .right-part .detailed-box.opened {
    padding: 25px;
  }
}
@media screen and (max-width: 770px) {
  .block-2 .left-part .swipe {
    display: none;
  }
}
.block-3-wrapper {
  background-color: #f7f7f7;
  max-width: 100%;
  margin-top: 180px;
}
.block-3-wrapper .block-3 {
  padding: 150px 0px;
}
.block-3-wrapper .block-3 .numbers-section {
  align-self: center;
}
.block-3-wrapper .block-3 .numbers-section .numbers-item {
  display: flex;
}
.block-3-wrapper .block-3 .numbers-section .numbers-item .icon {
  display: block;
  margin-right: 16px;
}
.block-3-wrapper .block-3 .numbers-section .numbers-item .icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.block-3-wrapper .block-3 .numbers-section .numbers-item .title {
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  line-height: 150%;
  text-align: start;
  align-self: center;
}
.block-3-wrapper .block-3 .illustration img {
  width: 100%;
  object-fit: cover;
}
.block-3-wrapper .block-3 .title-section {
  align-self: center;
}
.block-3-wrapper .block-3 .title-section .title {
  font-size: 40px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 150%;
  text-align: start;
}
.block-3-wrapper .block-3 .title-section .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #737373;
  line-height: 150%;
  text-align: start;
  margin-top: 16px;
}

@media screen and (max-width: 770px) {
  .block-3-wrapper {
    margin-top: 0;
  }
  .block-3-wrapper .block-3 {
    padding: 50px 0px;
  }
  .block-3-wrapper .block-3 .numbers-section {
    margin-bottom: 50px;
  }
  .block-3-wrapper .block-3 .title-section {
    margin-top: 50px;
  }
}
.block-4-wrapper {
  margin: 130px 0px;
}
.block-4-wrapper .block-4 .title-section {
  align-self: center;
}
.block-4-wrapper .block-4 .title-section .title {
  font-size: 40px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 150%;
}
.block-4-wrapper .block-4 .title-section .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 150%;
  margin-top: 16px;
}
.block-4-wrapper .block-4 .title-section .get-started {
  margin-top: 40px;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button {
  background: linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 193px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 150%;
  padding: 14.5px 0px 14.5px 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button img {
  width: 46px;
  margin: 5px;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button:hover {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button:active {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.block-4-wrapper .block-4 .title-section .get-started .get-started-button:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}
.block-4-wrapper .block-4 .benefits-section .container .row {
  justify-content: center;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item {
  width: 268px;
  padding: 0;
  margin: 14.5px;
  background-color: #f7f7f7;
  border-radius: 60px;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content {
  display: flex;
  gap: 11px;
  flex-direction: column;
  padding: 34px;
  width: inherit;
  height: inherit;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content .title {
  font-size: 24px;
  font-weight: 600;
  color: #737373;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content .title p {
  margin: 0;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content .icon img {
  width: 70px;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #737373;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item .content .description p {
  margin: 0;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item.active {
  background-color: #bac6f2;
  box-shadow: 0px 2px 14px #a2afe1;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item.active .content .title {
  color: #ffffff;
}
.block-4-wrapper .block-4 .benefits-section .benefits-item.active .content .description {
  color: #ffffff;
}

@media screen and (max-width: 430px) {
  .block-4-wrapper .block-4 .title-section .title,
  .block-4-wrapper .block-4 .title-section .subtitle,
  .block-4-wrapper .block-4 .title-section .get-started {
    text-align: -webkit-center;
  }
}
@media screen and (max-width: 770px) {
  .block-4-wrapper {
    margin: 50px 0px;
  }
  .block-4-wrapper .block-4 .title-section {
    margin-bottom: 50px;
  }
}
.block-5-wrapper {
  background: linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
}
.block-5-wrapper .block-5 {
  padding: 100px 0px;
}
.block-5-wrapper .block-5 .logo {
  margin-bottom: 32px;
  text-align: -webkit-center;
}
.block-5-wrapper .block-5 .logo img {
  width: 145px;
}
.block-5-wrapper .block-5 .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #f7f7f7;
  margin-bottom: 16px;
}
.block-5-wrapper .block-5 .title p {
  padding: 0;
}
.block-5-wrapper .block-5 .description {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #f7f7f7;
}
.block-5-wrapper .block-5 .description p {
  padding: 0;
}
.block-5-wrapper .block-5 .get-started {
  text-align: -webkit-center;
  margin-top: 40px;
}
.block-5-wrapper .block-5 .get-started .get-started-button {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 193px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 150%;
  padding: 14.5px 0px 14.5px 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-5-wrapper .block-5 .get-started .get-started-button img {
  width: 46px;
  margin: 5px;
}
.block-5-wrapper .block-5 .get-started .get-started-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-5-wrapper .block-5 .get-started .get-started-button:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.block-5-wrapper .block-5 .get-started .get-started-button:hover {
  background: #f7f7f7;
  background-blend-mode: darken;
}
.block-5-wrapper .block-5 .get-started .get-started-button:active {
  background: #f7f7f7;
  background-blend-mode: darken;
}
.block-5-wrapper .block-5 .get-started .get-started-button:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

@media screen and (max-width: 430px) {
  .block-5-wrapper .block-5 {
    padding: 60px 20px;
  }
}
.block-6 {
  padding: 130px 0px;
}
.block-6 .illustration img {
  width: 100%;
  object-fit: cover;
}
.block-6 .info-wrapper {
  align-self: center;
}
.block-6 .info-wrapper .info-section .section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  color: #0f0f0f;
  margin-bottom: 52px;
}
.block-6 .info-wrapper .info-section .hearts-section .heart-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.block-6 .info-wrapper .info-section .hearts-section .heart-item .icon {
  margin-right: 29px;
}
.block-6 .info-wrapper .info-section .hearts-section .heart-item .icon img {
  width: 68px;
}
.block-6 .info-wrapper .info-section .hearts-section .heart-item .content .title {
  font-size: 24px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 8px;
}
.block-6 .info-wrapper .info-section .hearts-section .heart-item .content .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #737373;
}
.block-6 .info-wrapper .info-section .hearts-section :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 430px) {
  .block-6 .info-wrapper .info-section .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  .block-6 {
    padding: 50px 0px;
  }
}
.block-7 {
  padding: 130px 0px;
}
.block-7 .section-wrapper {
  align-self: center;
}
.block-7 .section-wrapper .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  color: #0f0f0f;
  margin-bottom: 16px;
}
.block-7 .section-wrapper .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #737373;
}
.block-7 .section-wrapper .advantage-blocks-section {
  margin-top: 52px;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block {
  cursor: pointer;
  padding: 22px 40px;
  margin-bottom: 16px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block .icon {
  display: none;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block .title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #0f0f0f;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block .description {
  display: none;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block.opened {
  cursor: auto;
  padding: 21px;
  display: flex;
  align-items: flex-start;
  border-radius: 50px;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block.opened .icon {
  display: block;
  margin-right: 24px;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block.opened .icon img {
  height: 70px;
  width: 70px;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block.opened .title {
  display: block;
}
.block-7 .section-wrapper .advantage-blocks-section .advantage-block.opened .description {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #737373;
}
.block-7 .section-wrapper .advantage-blocks-section :last-child {
  margin-bottom: 0;
}
.block-7 .illustration img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 430px) {
  .block-7 .section-wrapper .title {
    text-align: center;
  }
  .block-7 .section-wrapper .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  .block-7 {
    padding: 50px 0px;
  }
  .block-7 .section-wrapper {
    margin-bottom: 50px;
  }
}
.footer-base {
  padding: 97px 0px;
  background-color: #F7F7F7;
  border-radius: 50px 50px 0 0;
}
.footer-base .footer-header {
  font-size: 24px;
  font-weight: 600;
  color: #0f0f0f;
}
.footer-base ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.footer-base ul li {
  padding: 6px 0;
}
.footer-base ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #737373;
  text-decoration: none;
}
.footer-base ul li a:hover {
  background: -webkit-linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-base .logo img {
  width: 64px;
}
.footer-base .copyright {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #737373;
}
.footer-base .get-started {
  margin-top: 22px;
}
.footer-base .get-started .get-started-button {
  background: linear-gradient(90deg, rgb(227, 70, 119) 0%, rgb(244, 73, 70) 75%, rgb(248, 89, 71) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 193px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
  padding: 14.5px 0px 14.5px 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-base .get-started .get-started-button img {
  width: 46px;
  margin: 5px;
}
.footer-base .get-started .get-started-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-base .get-started .get-started-button:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.footer-base .get-started .get-started-button:hover {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.footer-base .get-started .get-started-button:active {
  background: linear-gradient(90deg, rgba(227, 70, 119, 0.75) 0%, rgba(244, 73, 70, 0.75) 75%, rgba(248, 89, 71, 0.75) 100%);
  background-blend-mode: darken;
}
.footer-base .get-started .get-started-button:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

@media screen and (max-width: 430px) {
  .footer-base .help {
    margin-top: 50px;
  }
  .footer-base ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 770px) {
  .footer-base {
    padding: 50px;
  }
  .footer-base .contact {
    margin-top: 50px;
  }
}
body {
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

/*# sourceMappingURL=main.css.map */
