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

section.content {
  padding: 3.125rem 0;
}

.card-projects__image {
  border-radius: 40px;
  overflow: hidden;
}

.card-cat .card-projects__image {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 28.5625rem;
}

.card-cat .card-projects__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media(max-width: 767px) {

  .card-projects__image,
  .card-cat .card-projects__image {
    height: 300px;
  }

  .card-cat .card-projects__image {
    padding-bottom: 300px;
  }
}

.price-calculator.sticky-top {
  background-color: #fff;
}

.card-project__parametr>div span {
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  font-size: 17px;
}

.proect-buttons .button {
  padding: 15px 1.875rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.project-tabs .nav-pills .nav-link {
  background-color: #009a61;
  padding: 15px 1.875rem;
  border-radius: 40px;
}

@media (max-width: 100em) {
  .logo {
    gap: 20px;
  }
}

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

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

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

.footer__policy {
  text-align: right;
}

.footer__policy a {
  font-size: 12px;
}