/* ecommerce */

h1,h2,h3 {
  color: #333333;
}

.color-white {color: #fff}
.color-gray {color: #c2c2c3}
.color-brown {color: #A48E75}

.fs-20 {font-size: 20px}
.fs-30 {font-size: 30px}
.fs-50 {font-size: 50px}

.banner-main {
  align-items: flex-start;
  padding-top: 30px;
}

.s-desc {
  margin-bottom: 60px;
}
  .s-desc-panel {
    padding: 35px 0 40px 0;
  }

.s-preim {
  margin: 80px 0;
}
  .s-preim-title {
    margin-bottom: 20px;
    font-family: "MontserratExtraBold";
    font-size: 30px;
    max-width: 750px;
    line-height: normal;
  }
  .s-preim-item {
    box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.08);
    padding: 30px 35px 20px 60px;
    position: relative;
    min-height: 180px;
    font-weight: 600;
  }
  .s-preim-item::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 30px;
    background-color: #F2CB30;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

.s-gar {
  margin: 80px 0;
}
  .s-gar-pan {
    border: 10px solid #F1F4F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
  }
  .s-gar-left {
    margin-right: 50px;
  }
  .s-gar-line {
    /* box-shadow: 0px 0px 0px 1px red; */
    position: relative;
    padding-left: 17px;
  }
    .s-gar-line::before {
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #333;
      position: absolute;
      top: 10px;
      left: 3px;
    }

.s-begin {
  padding: 100px 0;
}
  .s-begin-item {
    position: relative;
  }
    .s-begin-item::before {
      content: "";
      height: 1px;
      width: 85%;
      background-color: #A48E75;
      position: absolute;
      top: 30px;
      right: 0px;
    }
  .s-begin-num {
    font-size: 35px;
    color: #A48E75;
    font-family: "MontserratExtraBold";
  }
  .s-begin-desc {
    font-family: 'MontserratBold';
    padding-right: 50px;
  }

.cr-etaps {
  background-color: #F2F3F5;
}
  .cr-etaps-number {
    background-color: #fff;
  }
  .cr-etaps-number::before {
    /* display: none; */
    background-color: #fff;
  }

.s-prices {
  background: url('prices-bg.jpg') center/cover no-repeat;
}
  .s-prices-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 370px;
  }
  .s-prices-left {
    max-width: 550px;
  }
  .s-prices-img {
    position: absolute;
    top: -50px;
    right: 100px;
  }

.cr-cases {
}
  
.s-ratings {
  padding: 40px 0;
}

.cr-team-item {
  background-position: left top;
}

@media (min-width: 768px) {
  .banner-main {
    align-items: center;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .banner-main-title {
    max-width: 600px;
  }
  .banner-main-desc {
    max-width: 650px;
  }

  .s-desc {
    background: transparent;
  }
    .s-desc-panel {
      margin: -50px 0 0 0;
      padding: 70px 100px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.08);
    }
    .s-desc-left {
      margin-right: 80px;
      font-size: 18px;
    }


  .s-begin {
  }
    .s-begin-item {
      padding: 0 20px 0 10px;
    }

  .s-gar-pan {
    border: 20px solid #F1F4F7;
    padding: 20px 50px 0 70px;
  }  

  .s-ratings {
    padding: 100px 0 70px 0;
  }

}




