.wallpapper {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.wallpapper__contacts {
  flex: 0 0 320px;
  font-size: 1.4rem;
}
.wallpapper__contacts h1 {
  text-align: center;
  padding-top: 10px;
}
.wallpapper__contacts h2 {
  text-align: center;
  margin-bottom: 0;
}
.wallpapper__contacts .size {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
}
.wallpapper__contacts__tel {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.wallpapper__contacts__tel div {
  text-align: center;
  font-weight: bold;
}
.wallpapper__contacts .callBackTel .btn{
  font-size: 1.3rem;
  max-width: 320px;
}
.wallpapper__contacts .headerPrice {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wallpapper__contacts .datePrice {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.wallpapper__img {
  position: relative;
  margin-top: 3px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.wallpapper__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 813px) {
  .wallpapper {
    flex-direction: column-reverse;
  }
  .wallpapper__contacts {
    flex-basis: auto;
  }
  .wallpapper__contacts h2 {
    text-align: center;
  }
  .wallpapper__img {
    max-height: 300px;
  }
}

.price {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.priceTitle {
  text-align: center;
  margin-bottom: 30px;
}
.cardPrice {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 30px 0;
  margin-bottom: 20px;
}
.cardPrice__imgWrap {
  max-width: 80%;
  margin: 0 auto;
}
.cardPrice__imgWrap img {
  width: 100%;
}

.description {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.descrTitle {
  text-align: center;
}