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

section.content {
  padding-bottom: 5rem;
}

@media(max-width: 767px) {
  .offer__content {
    height: fit-content;
  }
}

.wp-pagenavi {
  display: block;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 !important;
}

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

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

.modal-container h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

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

.modal-container .btn {
  margin: 0 auto;
  display: block;
}


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

.product-table__section:last-child {
  margin-bottom: 0;
}

.product-table__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #1d281e;
}

.product-table__list {
  border-top: 1px solid #f6f6f6;
}

.product-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f6f6f6;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product-table__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 33.33333%;
  padding-right: 20px;
  color: #1d281e;
}

.product-table__label-note {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
  color: #909b91;
}

.product-table__value {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  width: 66.66667%;
  color: #1d281e;
}

.product-table__dist {
  color: #ef5600;
}

.product-table__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-table__gallery-item {
  width: 33.333333%;
  margin-top: 30px;
  padding: 0 15px;
}

.product-table__gallery-img {
  position: relative;
}

.product-table__gallery-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.142857142857143;
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  text-transform: uppercase;
  color: #1d281e;
}