
.top-brands {
    margin: 100px 0;
  }
  
  .top-brands-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 70px 12px 28px;
  }
  
  .top-brands-item .image {
    z-index: 2;
  }
  
  .top-brands-item .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebedf0), to(rgba(235, 237, 240, 0)));
    background: -webkit-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
    background: -moz-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
    background: -o-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
    background: linear-gradient(180deg, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 168px;
    height: 106px;
    -webkit-transform: translate(-50%, -33px);
    -moz-transform: translate(-50%, -33px);
    -ms-transform: translate(-50%, -33px);
    -o-transform: translate(-50%, -33px);
    transform: translate(-50%, -33px);
    z-index: -1;
  }
  
  .top-brands-item .image img {
    width: 114px;
    max-width: 114px;
    height: 114px;
    max-height: 114px;
    -webkit-filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
  }
  
  .top-brands-item .content {
    max-width: 148px;
  }
  
  .top-brands-item .content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin: 32px 0 10px;
  }
  
  .top-brands-item .content h2 span {
    font-weight: 900;
  }
  
  .top-brands-item .content p {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    color: #494949;
    margin-bottom: 23px;
    padding-bottom: 17px;
  }
  
  .top-brands-item .content p::before,
  .top-brands-item .content p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 208px;
    height: 1px;
    background-color: #f5f3fc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .top-brands-item .content p::after {
    -webkit-transform: translate(-50%, 6px);
    -moz-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    -o-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  
  .top-brands-item .content a {
    max-width: 126px;
    background-color: rgba(235, 237, 240, 0.2);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 31px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 15px;
  }
  
  .top-brands-item .content a i {
    margin-left: 10px;
    font-size: 16px;
  }
  
  .top-brands-item.info .image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 196, 215, 0.1)), to(rgba(149, 196, 215, 0)));
    background: -webkit-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
    background: -moz-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
    background: -o-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
    background: linear-gradient(180deg, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
  }
  
  .top-brands-item.info .content a {
    background-color: rgba(149, 196, 215, 0.1);
    color: #95c4d7;
  }
  
  .top-brands-item.success .image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 190, 120, 0.1)), to(rgba(73, 190, 120, 0)));
    background: -webkit-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
    background: -moz-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
    background: -o-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
    background: linear-gradient(180deg, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
  }
  
  .top-brands-item.success .content a {
    background-color: rgba(73, 190, 120, 0.1);
    color: #49be78;
  }
  
  .top-brands-item.danger .image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 35, 43, 0.1)), to(rgba(238, 35, 43, 0)));
    background: -webkit-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
    background: -moz-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
    background: -o-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
    background: linear-gradient(180deg, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
  }
  
  .top-brands-item.danger .content a {
    background-color: rgba(238, 35, 43, 0.1);
    color: #ee232b;
  }
  
  .top-brands .swiper {
    -webkit-filter: drop-shadow(80px 24px 114px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(80px 24px 114px rgba(0, 0, 0, 0.03));
  }

  .top-brands-item .content .brandth {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin: 32px 0 10px;
  }
  
  .top-brands-item .content .brandth span {
    font-weight: 900;
  }
  
  .top-brands-item {
    background-color: #fff;
  }
  
  .top-brands {
    margin: 0;
  }
    