.header .logo img {width: 150px;margin: 15px 0;}
.header-slider img { width: 100%;  }
.swiper-button-next, .swiper-button-prev { color:white !important }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { color:white !important }
.product {border: 1px solid #eee;padding: 15px;position: relative;}
.product img {width: 80%;margin: 0 10%;  height: 200px;}
.product .name{font-weight: 700;}
.product .desc{color: #707070;margin-bottom: 15px;}
.product .pdf  {position: absolute;top: 0;font-size: 35px;color: red;cursor: pointer;}

@media (max-width:1024px) {
    .product img {height: 100px;}
    .product .pdf { font-size: 30px; }
}