a {
  text-decoration: none;
}
/*.page_right {
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
}*/
.page__list {
  padding: 50px;
  list-style: none;
}
.page-title--promotions {
  margin-bottom: 38px;
}
.page-title--guarantee {
  margin-bottom: 39px;
}
.page-title--delivery {
  margin-bottom: 22px;
}
.page-title--assembly {
  margin-bottom: 16px;
}
.form.form__guarantee {
  padding: 25px 15px 25px 15px;
  background-color: #f7f8f9;
}
@media (min-width: 768px) {
  .form.form__guarantee {
    max-width: 416px;
    margin: 0 auto;
    padding: 35px 44px 45px 40px;
  }
}
.form__guarantee .wpcf7-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 5px 40px 5px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 15px 0 rgba(85, 134, 164, 0.15);
}
@media (min-width: 768px) {
  .form__guarantee .wpcf7-form {
    max-width: 100%;
    padding: 41px 43px 38px 35px;
    margin-bottom: auto;
  }
}
.form__title {
  max-width: 140px;
  margin: 0 auto 18px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .form__title {
    margin-bottom: 28px;
  }
}
.form__item {
  margin: 0 0 10px 0;
}
.form__item--textarea {
  margin-bottom: 20px;
}
.form__item--submit {
  max-width: 130px;
  margin: 0 auto;
}
.form__guarantee .text-input {
  max-width: 252px;
  margin: 0 auto;
}
.form__guarantee .wpcf7-form-control-wrap input {
  max-width: 252px;
  margin: 0;
  padding: 16px 10px 17px 20px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #7bbee2;
  border-radius: 22.5px;
  background-color: #ffffff;
}
.form__guarantee .wpcf7-form-control-wrap input:hover,
.form__guarantee .wpcf7-form-control-wrap input:focus {
  border-color: #4fd904;
}
@media (min-width: 768px) {
  .form__guarantee .wpcf7-form-control-wrap input {
    max-width: 252px;
  }
}
.form__guarantee .wpcf7-form-control-wrap textarea {
  max-width: 252px;
  min-height: 141px;
  padding: 18px 10px 10px 17px;
  border: 1px solid #7bbee2;
  border-radius: 22.5px;
}
.form__guarantee .wpcf7-form-control-wrap textarea:hover,
.form__guarantee .wpcf7-form-control-wrap textarea:focus {
  border-color: #4fd904;
}
.form__item--submit .wpcf7-submit {
  padding: 14px 25px 14px 27px;
  color: #ffffff;
  background-color: #4fd904;
  border-radius: 22.5px;
}
.form__item--submit .wpcf7-submit:hover,
.form__item--submit .wpcf7-submit:focus {
  background-color: #36ff61;
}
.form__item--submit .wpcf7-submit:active {
  opacity: 0.7;
}
.promotions {
  margin: 0;
  padding: 22px 20px 43px 20px;
}
@media (min-width: 1400px) {
  .promotions {
    padding: 22px 118px 43px 46px;
  }
}
.promotions__list {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .promotions__list {
    grid-template-columns: repeat(auto-fit, 300px);
    gap: 20px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .promotions__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px 26px;
    margin: 0 0 57px 0;
  }
}
.promotions__list--kitchen2 {
  gap: 32px 26px;
}
.promotions__item {
  max-width: 280px;
  margin: 0 auto;
  border: 1px solid #e9f4fa;
  border-radius: 20px;
  transition: 0.3s ease;
}
.promotions__item:hover,
.promotions__item:focus {
  box-shadow: 0 0 10px 10px #e9f4fa;
}
@media (min-width: 768px) {
  .promotions__item {
    max-width: 300px;
  }
}
@media (min-width: 1400px) {
  .promotions__item {
    max-width: 452px;
  }
}
.promotions__img-link {
  display: block;
  min-height: 151px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .promotions__img-link {
    min-height: 161px;
  }
}
@media (min-width: 1400px) {
  .promotions__img-link {
    min-height: 243px;
  }
}
.promotions__img {
  display: block;
  /*width: 280px;*/
  /* height: 151px; */
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .promotions__img {
    /*width: 300px;*/
    height: 161px;
  }
}
@media (min-width: 1400px) {
  .promotions__img {
    /*width: 452px;*/
    height: 243px;
  }
}
.promotions__inner {
  display: flex;
  flex-direction: column;
  padding: 0 23px 19px 16px;
}
.promotions__info {
  min-height: 71px;
  margin-bottom: 17px;
}
.promotions__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 9px;
}
.promotions__subtitle--kitchen2 {
  margin-bottom: 0;
}
.promotions__subtitle--modular-kitchen {
  margin-bottom: 3px;
}
.promotions__description {
  font-size: 14px;
  line-height: 21px;
}
.promotions__link {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  align-self: flex-end;
  color: #2d5266;
  transition: 0.3s ease;
}
.promotions__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2d5266;
  opacity: 0.6;
}
.promotions__link:hover,
.promotions__link:focus {
  color: #000000;
}
.promotions__link:active {
  opacity: 0.7;
}
.guarantee {
  margin: 0;
  padding: 22px 10px 27px 10px;
}
@media (min-width: 1400px) {
  .guarantee {
    padding: 22px 185px 27px 45px;
  }
}
@media (min-width: 768px) {
  .guarantee__wrapper {
    display: grid;
    grid-template-columns: 1fr 416px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
.guarantee__wrapper .article {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .guarantee .article {
    padding-right: 12%;
  }
  .guarantee .article {
    padding-right: 0;
  }
}
.guarantee .article li {
  margin-bottom: 10px;
}
.guarantee .article h2 {
  margin: 0 0 22px 0;
  font-size: 24px;
  line-height: 28px;
}
.guarantee .article section {
  margin-bottom: 22px;
}
.guarantee .article ul {
  padding: 0;
}
.kitchen__info {
  min-height: 42px;
  margin: 0;
  padding: 0 10px 19px 17px;
}
.kitchen__info--modular {
  padding-bottom: 17px;
}
.kitchen__modular-count {
  font-size: 14px;
  line-height: 21px;
}
.delivery {
  padding-right: 139px;
  padding-bottom: 68px;
}
.delivery .guarantee__wrapper {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.delivery .article {
  margin-bottom: 0;
}
.delivery .article section {
  margin-bottom: 35px;
}
.delivery .article section:last-of-type {
  margin-bottom: 0;
}
.delivery table {
  width: 95%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .delivery {
    padding-right: 0;
  }
  .guarantee .article {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .delivery table {
    width: 61.84486373%;
  }
}
.delivery ol {
  padding-bottom: 22px;
}
.delivery table + p {
  margin-bottom: 30px;
}
.delivery h2 + p {
  margin-bottom: 24px;
}
.delivery li p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .assembly {
    padding-bottom: 67px;
  }
}
.assembly p {
  margin-bottom: 37px;
}
.assembly p:last-of-type {
  margin-bottom: 0;
}
.assembly .article ul {
  margin-bottom: 37px;
}
.assembly .article li {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .assembly .article {
    margin-bottom: 0;
  }
}