/* Title page */
.page-title__wrapper {
  width: 100%;
  margin: 130px 0 54px;
}
.page-title__wrapper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.page-title {
  font-size: 38px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.105;
  margin: 0 40px;
  transition: 0.3s;
}
.page-title:hover {
  color: #f2b532;
}
.page-title--wihte {
  color: #fff;
}
.triangle {
  position: relative;
  left: 49.5%;
}
.services {
  background: #ffffff;
}
.services__wrapper {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px 200px 200px;
  grid-gap: 20px 20px;
  margin-bottom: 120px;
}
.services__box {
  border-radius: 10px;
  position: relative;
}
.services__box:nth-child(1) {
  background: url("../images-store/iteira.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.services__box:nth-child(2) {
  background: url("../images-store/nugabest.JPG") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.services__box:nth-child(3) {
  background: url("../images/2S.png") center no-repeat;
  background-size: cover;
  display: grid;
  grid-row-start: 3;
  grid-row-end: 5;
}

.services__box--cover-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #edb94980;
  border-radius: 10px;
}

.services__box:nth-child(4) {
  background: url("../images-store/car-wash4.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
.services__box:nth-child(5) {
  background: url("../images-store/alfa-bank.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}

/* .services__box:nth-child(6) {
  background: url("../images-store/beauty-fabrika1.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
} */
.services__box:nth-child(6) {
  background: url("../images-store/wldberries.jpg") center no-repeat;
  background-size: cover;
  display: grid;

  grid-row-start: 3;
  grid-row-end: 5;
}

.cover-bg__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cover-bg__text {
  font-size: 25px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  margin: 38px 0;
}

.services__box:hover .services__box--cover-bg {
  display: block;
}
@media (max-width: 1200px) {
  .services__wrapper {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .services__wrapper {
    grid-template-rows: 100px 100px 100px 100px 100px 100px;
    grid-gap: 10px 10px;
  }
  .page-title-image {
    width: 60px;
    height: 30px;
  }
  .page-title {
    margin: 0 20px;
    font-size: 20px;
    text-align: center;
  }
  .triangle {
    left: 47.5%;
  }
  .page-title__wrapper {
    margin: 50px 0 50px 0;
  }
  .cover-bg__image {
    width: 20%;
  }
  .cover-bg__text {
    font-size: 10px;
  }
}
