.hidden {
  display: none;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.force-hidden {
  display: none !important;
}

.footer__call-back, .footer__contact .footer__call-back {
  color: rgba(0, 0, 0, .72);
  font-size: 15px;
}

.calc_intro {
  margin-bottom: 80px;
}

.calc_intro p {
  margin-bottom: 25px; 
}

.error {
  color: #eb5757;
  font-size: 12px;
}

.color-red {
  display: none;
}

.error .color-red {
  display: block;
}

.section__image img {
  border-radius: 24px;
}

.header__list {
  gap: 30px;
}

.text_content h2 {
  margin-bottom: 25px;
}


.text_content p {
  margin-bottom: 20px;
}

.text_content img {
  border-radius: 24px;
  width: 400px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .text_content img {
    width: 100%;
  }
}

.popup-subtitle a {
  display: inline;
}

.text_content table td {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  color: #000;
  display: table-cell;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.form__description {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 30px;
}

.form__buttons {
  gap: 12px;
}

@media (max-width: 767px) {
  .form {
    border-radius: 32px;
  }
  .form__description {
    font-size: 16px;
  }
  .form__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form__buttons .btn__default {
    width: 280px;
  }
}

.form__buttons .btn_black:hover img {
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  transform:translateX(0)
}

.cookie {
  position: fixed;
  bottom: 40px;
  width: 500px;
  height: 74px;
  box-shadow: 0px 10px 60px rgba(28, 30, 35, 0.16);
  border-radius: 8px;
  left: 50%;
  margin-left: -250px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  z-index: 9999;
  display: none;
}

@media only screen and (max-width: 767px) {
  .cookie {
    width: 320px;
    margin-left: -160px;
    height: 110px;
  }
}

.cookie p {
  font-size: 14px;
  line-height: 17px;
  margin-right: 10px;
}

.cookie-close {
  background: rgba(28, 30, 35, 0.06);
  border-radius: 100px;
  color: #1C1E23;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  height: 44px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.cookie.show {
  display: flex;
}

.pagination {
  margin-top: 80px;
}

.pagination-wrap a {
  margin-right: 0;
  margin: 0 7px;
}

@media (max-width: 767px) {
  .pagination-wrap a {
    margin-right: 0;
  }
  .pagination-arrow.p-a-l, 
  .pagination-arrow.p-a-l span {
    margin-right: 0;
  }
  .pagination-arrow.p-a-r {
    margin-left: 0;
  }
}