@charset "UTF-8";
/* ----- блок с информацией о смете и экономии на стр расчета сметы ----- */
.smeta-info {
  margin-top: 32px;
  padding: 60px 60px 0;
  background-color: #ffd739;
}

.smeta-info__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.smeta-info__img {
  position: relative;
}

.smeta-info__btn {
  width: 327px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
}

.smeta-info__btn .btn {
  width: 100%;
}

.smeta-info__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.smeta-info__col .h3 {
  padding-left: 100px;
}

.smeta-info__list {
  max-width: 500px;
  margin-top: 30px;
  margin-left: 50px;
  padding: 0;
}

.smeta-info__list li {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.smeta-info__list .advantages-list__ic {
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}

.smeta-economy {
  margin: 60px 0 40px;
  text-align: center;
}

.smeta-economy__val {
  font-size: 2.78em;
  line-height: .6;
}

@media screen and (max-width: 1199px) {
  .smeta-info {
    padding: 50px;
    padding-bottom: 0;
  }
  .smeta-info__row {
    display: block;
  }
  .smeta-info__col .h3 {
    padding-left: 0;
    text-align: center;
  }
  .smeta-info__list {
    max-width: 100%;
    margin-left: 0;
  }
  .smeta-info__list li {
    width: 25%;
  }
  .smeta-info__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .smeta-economy {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .smeta-info {
    padding: 30px;
  }
  .smeta-info__list li {
    width: 50%;
    margin-bottom: 25px;
  }
  .smeta-info__btn {
    padding: 20px 30px;
    bottom: -70px;
  }
  .smeta-economy {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .smeta-info {
    padding: 30px 15px;
  }
  .smeta-info__btn {
    width: 100%;
    max-width: 327px;
  }
  .smeta-economy__val {
    font-size: 2.1em;
  }
}

/* ----- Видео пример (стр. расчета сметы) ----- */
.case__video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 962px;
      -ms-flex: 0 0 962px;
          flex: 0 0 962px;
  width: 962px;
}

.case__descr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding: 50px;
  background-color: #f7f8fa;
}

.case__descr .h3 {
  margin-bottom: 35px;
}

.case__descr .title-text {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .case {
    display: block;
  }
  .case__video {
    width: 100%;
  }
  .case__descr .h3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .case__descr {
    padding: 30px;
  }
  .case__descr .h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .case__descr {
    padding: 25px 15px 20px;
  }
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  background-color: #000;
  overflow: hidden;
}

.videoWrapper.video-active .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
       -o-transition-delay: 0s, 800ms;
          transition-delay: 0s, 800ms;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -o-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  font-size: 10px;
}

.videoPoster::after {
  content: '';
  width: 8.5em;
  height: 5.9em;
  background: url("/local/templates/novolamp_new/img/ic-youtube-white.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .videoPoster {
    font-size: 8px;
  }
}

/* ----- cta на стр расчета сметы ----- */
.smeta-footer__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  padding: 50px 90px;
  background: #fff;
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
}

.smeta-footer__block .h2 {
  line-height: 1.3;
  max-width: 13em;
  margin-right: 100px;
}

.smeta-footer__block .title-text {
  line-height: 1.6;
  max-width: 190px;
}

.smeta-footer__block .btn {
  width: 314px;
  height: 54px;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .smeta-footer__block {
    display: block;
    text-align: center;
  }
  .smeta-footer__block .h2, .smeta-footer__block .title-text {
    margin-left: auto;
    margin-right: auto;
  }
  .smeta-footer__block .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .smeta-footer__block {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .smeta-footer__block {
    padding: 20px 15px;
  }
  .smeta-footer__block .btn {
    width: 100%;
  }
}
