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

html {
  overflow-x: hidden;
}

.btn {
  font-family: ProstoOne;
  color: #fff;
  width: auto;
  padding: 13px 85px 10px 25px;
}

.btn:hover {
  color: #fff;
}

section.content {
  padding: 2.5rem 0;
}

body.single-proect .wrapper {
  overflow: inherit;
}

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

.modal-container h3 {
  font-family: ProstoOne;
  line-height: 130%;
  color: #2f3031;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-header__btn {
  font-size: 15px;
}

.offer__wrap .btn {
  width: 17.3125rem;
}

.calculator-project .price-calculator {
  background: #fff;
}

.header__menu .menu__list .menu-item:not(:last-child) {
  margin-bottom: .9375rem;
}

.header__menu .menu__list .menu-item a {
  font-weight: 500;
  font-size: 1.125rem;
}

.header__menu .navbar-nav .dropdown-menu {
  background: #f4f4f4;
}

body.single-proect {
  --color-green: #c6222b;
}

.card-project__parametr {
  background-color: #fff;
  border: 0;
  margin-bottom: 30px;
  border-radius: 50px;
}

.card-project__parametr>div {
  padding: 10px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-project__parametr>div div {
  color: #2f3031;
  font-weight: 500;
  line-height: 1.3;
}

.card-project__parametr>div+div {
  border-left: 0;
}

.card-project__parametr>div span {
  font-weight: 700;
  font-size: 20px;
  margin-top: 5px;
  display: block;
}

.project-tabs .nav-item+.nav-item {
  margin-left: 20px;
}

.project-tabs .nav-link {
  background: none;
  padding: 0;
  font-family: ProstoOne;
  font-size: 22px;
  color: #2f3031;
}

.project-tabs .nav-link.active {
  color: #c6222b;
  border-bottom: solid 3px;
  padding-bottom: 5px;
}

.project-tabs .tab-content {
  margin-top: 30px;
}

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

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

.wp-pagenavi span.pages {
  margin-right: 30px;
}

.wp-pagenavi span.current {
  background-color: #c6222b;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.single-proect .tab-content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin-top: 30px;
  display: block;
  margin-bottom: 20px;
}

section.content ul:not([class]) li {
  list-style: disc;
}

section.content ol:not([class]) li {
  list-style: decimal;
}

.proect-buttons .btn {
  width: 48%;
}

section.content h2:not([class]) {
  font-family: ProstoOne;
  font-size: 28px;
}

section.content h3:not([class]) {
  font-family: ProstoOne;
  font-size: 24px;
}

section.content h4:not([class]) {
  font-family: ProstoOne;
  font-size: 20px;
}

section.content h5:not([class]) {
  font-family: ProstoOne;
  font-size: 18px;
}

.card-project__images .images-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 768px) {
  .card-project__parametr {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .card-project__parametr>div {
    flex-basis: 50%;
  }

  .proect-buttons {
    flex-direction: column;
  }

  .proect-buttons .btn+.btn {
    margin-top: 15px;
  }

  .proect-buttons .btn {
    width: 100%;
  }
}