.cat_wrapper_right2 {
  margin-bottom: 70px; }

.title_h1 {
  margin-top: 30px; }
  @media screen and (max-width: 650px) {
    .title_h1 {
      margin-top: 10px; } }
  .title_h1 .name_h1 {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 700;
    background: #fff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .title_h1 .name_h1 {
        font-size: 32px; } }
    @media screen and (max-width: 650px) {
      .title_h1 .name_h1 {
        font-size: 26px; } }

.product_list_home {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px; }
  @media screen and (max-width: 1024px) {
    .product_list_home {
      margin: 0px -5px; } }
  .product_list_home .item {
    width: calc(20% - 20px);
    margin: 0px 10px 25px;
    padding: 27px 10px 15px 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 25px #a6a4a447;
    position: relative;
    transition: 0.5s all ease; }
    @media screen and (max-width: 1024px) {
      .product_list_home .item {
        margin: 0px 5px 15px;
        padding: 15px 10px 15px 15px;
        width: calc(20% - 10px); } }
    @media screen and (max-width: 900px) {
      .product_list_home .item {
        width: calc(25% - 10px); } }
    @media screen and (max-width: 650px) {
      .product_list_home .item {
        width: calc(33.333% - 10px); } }
    @media screen and (max-width: 500px) {
      .product_list_home .item {
        width: calc(50% - 10px); } }
    .product_list_home .item:hover {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
      .product_list_home .item:hover .name_item {
        color: var(--main-color); }
    .product_list_home .item .frame_inner, .product_list_home .item .icon_svg {
      transition: 0.5s all ease; }
    .product_list_home .item .icon_svg {
      margin-bottom: 23px;
      width: 52px;
      height: 52px;
      border-radius: 50px;
      background-color: var(--main-color);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .product_list_home .item .icon_svg {
          margin-bottom: 15px; } }
      .product_list_home .item .icon_svg a {
        display: grid; }
      .product_list_home .item .icon_svg svg {
        fill: #fff;
        width: 30px;
        height: 30px; }
    .product_list_home .item .name_item {
      font-size: 20px;
      margin-left: 5px;
      padding-bottom: 46px;
      position: relative;
      line-height: 1.1;
      color: var(--black-color); }
      @media screen and (max-width: 1024px) {
        .product_list_home .item .name_item {
          font-size: 18px;
          padding-bottom: 40px; } }
      @media screen and (max-width: 768px) {
        .product_list_home .item .name_item {
          font-size: 16px;
          padding-bottom: 35px;
          line-height: 1.3; } }
    .product_list_home .item .item_icon {
      transition: 0.5s all ease; }
    .product_list_home .item .item_icon {
      position: absolute;
      right: 15px;
      content: '';
      width: 17px;
      height: 17px;
      border: 2px solid var(--main-color);
      bottom: 15px;
      border-radius: 2px; }
      @media screen and (max-width: 1024px) {
        .product_list_home .item .item_icon {
          width: 15px;
          height: 15px;
          right: 12px; } }
      .product_list_home .item .item_icon:before {
        position: absolute;
        right: 7px;
        content: '';
        width: 15px;
        height: 1px;
        top: 50%;
        background-color: var(--main-color);
        transform: translateY(-50%); }
        @media screen and (max-width: 1024px) {
          .product_list_home .item .item_icon:before {
            width: 13px;
            right: 6px; } }
    .product_list_home .item:hover .frame_inner {
      opacity: 0.8; }
    .product_list_home .item:hover .item_icon, .product_list_home .item:hover .icon_svg {
      transform: scale(1.15); }

/*# sourceMappingURL=home.css.map */
