/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/src/sass/home.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.popular-product {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .popular-product {
      padding: 50px 0; } }
  .popular-product__pic {
    border-radius: 20px;
    overflow: hidden; }
    .popular-product__pic img {
      transition: 0.3s; }
    @media (max-width: 480px) {
      .popular-product__pic {
        width: 100%; }
        .popular-product__pic img {
          width: 100%; } }
  .popular-product__box {
    display: flex;
    gap: 40px; }
    @media (max-width: 992px) {
      .popular-product__box {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 480px) {
      .popular-product__box {
        gap: 10px; } }
  .popular-product__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .popular-product__title {
        font-size: 30px;
        margin-bottom: 24px; } }
  .popular-product__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    width: 100%; }
    .popular-product__item:hover img {
      transform: scale(1.1); }
    @media (max-width: 767px) {
      .popular-product__item {
        width: calc(50% - 20px); } }
    @media (max-width: 480px) {
      .popular-product__item {
        width: calc(50% - 5px);
        gap: 6px; } }
  .popular-product__name {
    color: #101820;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */ }
  .popular-product__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%; }
  .popular-product__price {
    color: #101820;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */ }
    @media (max-width: 1300px) {
      .popular-product__price {
        font-size: 16px; } }
  .popular-product__link {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 107.143% */
    text-transform: uppercase;
    border-radius: 20px;
    background: #000;
    padding: 6px 30px;
    transition: 0.3s;
    cursor: pointer; }
    @media (max-width: 480px) {
      .popular-product__link {
        padding: 5px;
        border-radius: 5px; } }
    .popular-product__link-pic {
      display: none; }
      @media (max-width: 480px) {
        .popular-product__link-pic {
          display: block; } }
    @media (max-width: 480px) {
      .popular-product__link-text {
        display: none; } }
    .popular-product__link:hover {
      background: linear-gradient(90deg, #2173EF 0%, #C03CD6 100%); }
    .popular-product__link:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.hero {
  background: url(../js/../img/hero.jpg) no-repeat center center;
  background-size: cover; }
  .hero__box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 70px);
    position: relative; }
    @media (max-width: 767px) {
      .hero__box {
        height: calc(100vh - 62px); } }
  .hero__bottom {
    color: #FFF;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: -45px; }
    @media (max-width: 1300px) {
      .hero__bottom {
        font-size: 110px;
        bottom: -28px; } }
    @media (max-width: 992px) {
      .hero__bottom {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .hero__bottom {
        font-size: 60px;
        bottom: -21px; } }
    @media (max-width: 480px) {
      .hero__bottom {
        font-size: 35px;
        bottom: -12px; } }
  .hero__text {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 400px; }
    @media (max-width: 767px) {
      .hero__text {
        font-size: 40px;
        padding-top: 0px;
        color: #fff; } }

.benefits {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .benefits {
      padding-bottom: 0; } }
  .benefits__box {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media (max-width: 1300px) {
      .benefits__box {
        gap: 30px; } }
    @media (max-width: 767px) {
      .benefits__box {
        flex-direction: column;
        gap: 30px; } }
  .benefits__item {
    display: flex;
    align-items: center;
    gap: 34px;
    width: 400px; }
    @media (max-width: 1300px) {
      .benefits__item {
        width: 300px;
        gap: 16px; } }
    @media (max-width: 767px) {
      .benefits__item {
        width: 100%; } }
  .benefits__icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0; }
    @media (max-width: 1300px) {
      .benefits__icon {
        width: 80px;
        height: 80px; } }
    @media (max-width: 992px) {
      .benefits__icon {
        width: 60px;
        height: 60px; } }
  .benefits__title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .benefits__title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .benefits__title {
        text-align: left; } }
  .benefits__info {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .benefits__text {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
    @media (max-width: 767px) {
      .benefits__text {
        text-align: left; } }

.about {
  background: url(../js/../img/about.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .about {
      padding: 100px 0; } }
  @media (max-width: 480px) {
    .about {
      padding: 50px 0; } }
  .about__bottom {
    color: #FFF;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: -45px; }
    @media (max-width: 1300px) {
      .about__bottom {
        font-size: 110px;
        bottom: -28px; } }
    @media (max-width: 992px) {
      .about__bottom {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .about__bottom {
        font-size: 60px;
        bottom: -21px; } }
    @media (max-width: 480px) {
      .about__bottom {
        font-size: 35px;
        bottom: -12px; } }
  .about__text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
    .about__text p {
      margin-bottom: 16px; }
    @media (max-width: 767px) {
      .about__text {
        font-size: 16px; } }

.gallery-hero {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .gallery-hero {
      padding: 50px 0; } }
  .gallery-hero__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .gallery-hero__title {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .gallery-hero__title {
        margin-bottom: 24px; } }
  .gallery-hero__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px; }
    @media (max-width: 767px) {
      .gallery-hero__box {
        grid-template-columns: 1fr 1fr;
        gap: 16px; } }
  .gallery-hero__item {
    border-radius: 20px;
    overflow: hidden;
    grid-column: span 1;
    grid-row: span 1; }
    .gallery-hero__item:nth-child(2n +1) {
      grid-row: span 2; }

.blog-list {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .blog-list {
      padding: 50px 0; } }
  .blog-list__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .blog-list__title {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .blog-list__title {
        margin-bottom: 24px; } }
  .blog-list__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px; }
    @media (max-width: 767px) {
      .blog-list__box {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .blog-list__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start; }
  .blog-list__name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 992px) {
      .blog-list__name {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .blog-list__name {
        font-size: 14px; } }
  .blog-list__pic {
    border-radius: 20px;
    overflow: hidden; }
  .blog-list__link {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    background: linear-gradient(90deg, #2173EF 0%, #C03CD6 100%);
    padding: 6px 30px;
    transition: 0.3s;
    cursor: pointer; }
    .blog-list__link:hover {
      background: linear-gradient(90deg, #C03CD6 0%, #2173EF 100%); }

.reviews {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .reviews {
      padding: 50px 0; } }
  .reviews__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .reviews__title {
        font-size: 30px; } }
  .reviews__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px; }
    @media (max-width: 767px) {
      .reviews__list {
        gap: 30px; } }
  .reviews__box {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .reviews__flex {
    display: flex;
    gap: 80px; }
    @media (max-width: 767px) {
      .reviews__flex {
        flex-direction: column;
        gap: 30px; } }
  .reviews__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start; }
  .reviews__name {
    display: flex;
    align-items: center;
    gap: 10px; }
  .reviews__author {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .reviews__date {
    color: #9D9D9D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }


/*# sourceMappingURL=home.style.min.css.map*/