.lowVisual .photo {
  background: #000;
}

.lowVisual .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(../../imgs/img-slide-01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

.priceSection {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .priceSection {
    margin-top: 21.3333333333vw;
  }
}
.priceSection__block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .priceSection__block {
    margin-top: 16vw;
  }
}
.priceSection .tblBlock__group {
  margin-top: 40px;
}

.defaultBtn__item {
  width: calc(50% - 10px);
}
.defaultBtn__item + .defaultBtn__item {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .defaultBtn__item + .defaultBtn__item {
    margin-top: 5.3333333333vw;
  }
}
/*# sourceMappingURL=style.css.map */