main.page-rest {
  margin-top: 80px;
  padding: 0;
  background: #fff;
}
.p-head {
  margin-bottom: 50px;
}
.ph-wrap {
  height: 550px;
  /*background: no-repeat center url(../img/rest-shop/main-shop@2x.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media (max-width: 1199px) {
  .ph-wrap {
    height: 380px;
  }
}
@media (max-width: 992px) {
  .ph-wrap {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .p-head {
    margin-bottom: 35px;
  }
  .ph-wrap {
    height: 230px;
  }
}