#common-home {
  --text-color: #252B42;
  --second-text: #374754;
  --roboto: 'Roboto', sans-serif;
  --poppins: 'Poppins', sans-serif;
}
#paypal_message {
  display:none !important;
}
.flex-row {
  display:flex;
  flex-flow: row wrap;
}
.juc {justify-content: center;}
.jusa {justify-content: space-around;}
.sm-block {
  max-width: 670px;
  position:relative;
  margin:auto;
}

.block-title {
  color: var(--text-color);
  text-align: center;
  font-family: var(--roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0.2px;
}

.block-short-description {
  padding: 20px 0;
  color: var(--second-text);
  text-align: center;
  font-family: var(--roboto);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
  letter-spacing: 0.2px;
}

#top-banner {
  position:relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-height: 80vh;
  overflow:hidden;
}
#top-banner .corners {
  display:block;
  position:absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
#top-banner .banner-image {
  display: block;
  width: 100%;
  position: relative;
  top: -20vh;
}

.banner-image img {
  width: 100%;
}
#how-it-work {
  padding: 30px 0;
}

.illustrative-block {
  position:relative;
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

#our-products {
  padding: 30px 0;
  background-color: #EBF5FF;
}
.product-grid{
  position:relative;
  margin: 10px 5px;
  padding: 20px 0 0 0 ;
  display:flex;
  flex-flow: column;
  justify-content: space-between;
  align-content: center;
  text-align:center;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgb(100 100 100 / 50%);
  border-radius: 3px;
  transition: all 0.3s;
  min-height: 375px;
}
.product-grid:hover {
  transition: all 0.3s;
  box-shadow: 0 2px 7px 0 rgb(100 100 100 / 70%);
}
.btn-more, #email_modal .btn-default {
  display: block;
  border: 1px solid var(--main) !important;
  background: var(--main);
  border-radius: 20px;
  padding: 7px 10px;
  color: #FFF !important;
  width: 136px;
  margin: 14px auto;
  float: none;
  position: relative;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s;
}
.product-grid .caption a{
  padding: 10px;
  font-family:var(--poppins);
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.5em;
}
.product-grid .price {
  font-family:var(--poppins);
  font-size: 22px;
  color: #000;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  transition: all 0.3s;
  background-color: var(--main) !important;
  line-height: 25px !important;
}


#about-us {
  padding: 50px 0;
}

#about-us .block-title {
  text-align: left;
}

#about-us .text {
  color: var(--second-text);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  letter-spacing: 0.2px;
}
.promotions {
  padding: 50px 0;
}
.promotion .icon {
  width: 78px;
  height: 55px;
}
.promotion .title {
  display:block;
  text-align: left;

  color:  #252B42;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
}
.promotion .list {
  padding-left: 0;
  margin-left: 18px;
  max-width: 260px;
}
.promotion .list li {
  color: var(--second-text);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.2px;
}

.promotion .list li::marker {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  #about-us .text-block {
    padding :0 30px 0 50px;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #top-banner .corners {
    bottom: 14px;
  }
  #how-it-work {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  #top-banner .corners {
    bottom: 37px;
  }
  #how-it-work {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .flex-row {
    margin: auto 0;
  }
  #top-banner .banner-image {
    top: 0;
  }
  .block-title {
    font-size: 38px;
    line-height: 1em;
  }
  .block-short-description,
  #about-us .text{
    font-size: 20px;
    line-height: 1.45em;
    padding: 7px;
  }

  #our-products .owl-carousel{
    width: 95vw;
    padding: 0 30px;
  }
  #how-it-work, #our-products, about-us {
    padding: 30px 10px;
  }
  .illustrative-block img {
    max-width: 90vw;
    display:block;
    position:relative;
    margin:auto;
  }
  .charts-img img {
    display:block;
    position:relative;
    width: 100%;
    height: auto;
  }
  #about-us {
    padding-top: 20px;
  }
  #about-us * {
    text-align: center;
  }
  #about-us .promotion li,
  #about-us h2.title {
    text-align: left;
  }
  #about-us h2.title {
    margin-top: 0;
  }
  .promotions.owl-carousel {
    width: 80vw;
    max-width: 270px;
    padding: 0;
  }
  #about-us .block-title {
    text-align:center;
  }
  #about-us .text {
    text-align: justify;
  }
  .promotions {
    padding: 0;
  }
}