main.page-shop {
  margin-top: 80px;
  padding: 0;
  background: #fff;
}
.p-head {
  padding-top: 30px;
  margin-bottom: 50px;
}
.top-img {
  height: 500px;

  /*background-color: #E0E0E0;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .top-img {
    height: 380px;
  }
}
@media (max-width: 992px) {
  .top-img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .p-head {
    margin-bottom: 35px;
  }
  .top-img {
    height: 230px;
  }
}