/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.landing-popup__block {
  display: none;
  max-width: 1000px;
  width: 100%;
}
.landing-popup__title {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.landing-popup__img {
  margin-bottom: 40px;
}
.landing-popup__photo-img {
  max-width: 300px !important;
}
.landing-konf,
.landing-cart {
  max-width: 1000px;
  width: 100%;
  min-height: 100%;
}
#header .header-slider__shadow {
  background: rgba(0, 0, 0, 0.3);
}
.catalog-detail__img-view {
  margin: 40px 0;
  max-width: 250px;
  display: flex;
}
.catalog-detail__img-box {
  display: block;
}
.catalog-list__btn {
  margin-top: 50px;
  font-size: 0.9em;
}
.catalog-list__btn-link {
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .catalog-detail__btn {
    margin-bottom: 50px;
  }
  .fancybox-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.section-projects-list__shadow {
  bottom: 0;
  left: 0;
  background: url(../images/shadow_bottom.png) repeat-x bottom left;
}
.section-projects-list__text {
  top: auto;
  bottom: 0;
  left: 0;
}
.section-projects-list__text-title {
  font-size: 1.2em;
}
.section-tariff__title-link {
  color: #333;
}
.wrapper {
  min-height: 600px;
}
