.pagetitle {
  height: 650px;
  background: url(../img/services/bg1.jpg) no-repeat center / cover;
}
.pagetitle h1 {
  font-size: 50px;
}
.pagetitle h1 span {
  display: block;
  font-size: 30px;
  color: #eb3911;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .pagetitle {
    height: auto;
    padding: 100px 0;
  }
  .pagetitle h1 {
    text-shadow: 2px 2px 2px #fff;
  }
}
@media (max-width: 767px) {
  .pagetitle {
    /* padding: 50px 0; */
  }
  .pagetitle h1 {
    font-size: 34px;
  }
  .pagetitle h1 span {
    display: block;
    font-size: 20px;
    color: #eb3911;
    margin: 0 0 10px;
  }
}
.section {
  height: 650px;
}
.section h3 {
  margin-bottom: 20px;
}
.section p {
  line-height: 30px;
  margin-bottom: 30px;
}
.section p:last-child {
  margin-bottom: 0;
}

.timework {
  height: 107px;
  background-color: #eb3911;
  color: #fff;
}

.nails {
  background: url(../img/services/bg2.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .nails {
    background: url(../img/services/bg2.jpg) no-repeat right bottom / 140% auto
      #f0f1f3;
  }
}
.manicure {
  background: url(../img/services/bg3.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .section.manicure {
    background: url(../img/services/bg3.jpg) no-repeat right bottom / 140% auto
      #bfbbb0;
    padding-bottom: 66vw;
  }
}
.pedicure {
  background: url(../img/services/bg4.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .section.pedicure {
    background: url(../img/services/bg4.jpg) no-repeat left top / 140% auto
      #f7f7f9;
    padding-top: 40vw;
  }
}
.openhours {
  border-top: 5px solid #eb3911;
  border-bottom: 5px solid #eb3911;
  height: 446px;
  background: url(../img/services/bg5.jpg) no-repeat center / cover;
}
.openhours h2 {
  margin-bottom: 45px;
}
.waxing {
  background: url(../img/services/bg6.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .section.waxing {
    background: url(../img/services/bg6.jpg) no-repeat center top / 100% auto
      #fdfdfd;
    padding-top: 50vw;
  }
}
.gel {
  height: 930px;
  background: url(../img/services/bg7.jpg) no-repeat center / cover;
}
.additional {
  background: url(../img/services/bg8.jpg) no-repeat center / cover;
}
.waxing p,
.additional p {
  line-height: 40px;
}
@media (max-width: 992px) {
  .section,
  .gel {
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .gel {
    background: url(../img/services/bg7.jpg) no-repeat right bottom / 140% auto
      #f7f7f7;
  }
  .additional {
    background: url(../img/services/bg8.jpg) no-repeat right bottom / 160% auto
      #efefef;
  }
}
