/*   
Theme Name: DachiStroi
Author: TekMedia
Author URI: https://tekmedia.ru
*/

.navbar-toggler {
  top: -2.2rem;
}

.feedback__text+.wpcf7 {
  flex-basis: 40%;
}

.feedback__forms .btn {
  width: 100%;
}

.noUi-handle::after,
.noUi-handle::before {
  background: transparent;
}

section.content {
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.3;
}

section.content p a {
  color: #ff6a00;
  text-decoration: underline;
}

.modal-container {
  padding: 20px;
  max-width: 600px;
}

.modal-container h3 {
  font-family: WixMadeforDisplay;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #ff6a00;
  margin-bottom: 25px;
  font-size: 28px;
}

.modal-container h3+p {
  text-align: center;
}

.modal-container .wpcf7-submit {
  display: block;
  width: 100%;
}

.price-block__old {
  line-height: 40px;
}

.images-project__slider,
.images-project__thumbs {
  position: relative;
}

.item-addition__slider {
  position: initial;
}

@media (max-width: 36em) {
  .webp .offer {
    background: url(img/offer-bg-m.jpg) 0 50%/cover no-repeat;
  }
}

.webp .stage-work__item {
  background-image: url(img/stage-work/bg-1.png);
  background-size: contain;
}

.webp .stage-work .row>.col-lg-4:nth-child(2n) .stage-work__item {
  background-image: url(img/stage-work/bg-2.png);
}

.wp-pagenavi {
  margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 !important;
  font-size: 18px;
}

.place::before {
  background: url(img/icons/earth.svg) 0 0 no-repeat;
}

.time::before {
  background: url(img/icons/clock-orange.svg) 0 0 no-repeat;
}

.services-list .col {
  margin-bottom: 30px;
}

.services-list img {
  max-height: 100px;
  margin-bottom: 20px;
}

.services-list h3 {
  font-size: 20px;
  font-weight: 500;
}

.review-item blockquote {
  position: relative;
  padding: 10px 50px;
  font-style: italic;
  line-height: 1.7;
}

.review-item blockquote::before,
.review-item blockquote::after {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  opacity: .3;
  position: absolute;
}

.review-item blockquote::before {
  content: "\201c";
  left: 0;
  top: 0;
}

.review-item blockquote::after {
  content: "\201e";
  right: 0;
  bottom: 0;
}

.review-item .blockquote-footer {
  text-align: right;
  margin-top: 20px;
}

.product-table__section {
  margin-bottom: 60px;
}

.product-table__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.product-table__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-table__item+.product-table__item {
  margin-top: 20px;
}

.product-table__label {
  flex-basis: 25%;
  font-weight: 560;
}

.product-table__value {
  flex-basis: 70%;
}