#second_page_banner {
  background-image: url("../img/banner-84.jpg");
}

#banner104:before {
  background: url("../img/banner-104.jpg") no-repeat;
  background-position: 50% 50%;
}

#banner97:before {
  background: url("../img/banner-97.jpg") no-repeat;
  background-position: 50% 50%;
}

#banner102:before {
  background: url("../img/banner-102.jpg") no-repeat;
  background-position: 50% 50%;
}

.max-icon {
  width: 25px;
}

.news-preview {
  font-style: italic;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 10px;
}

.news-img {
  display: inline-block;
  margin-right: 14px;
  width: 220px;
  float: left;
  border: 2px solid #b3b4ae;
}

.page-right-desc-news-single {
  overflow: visible !important;
}

.landing-info {
  clear: both;
  padding-top: 28px;
}

.feedback-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.feedback-form label {
  display: grid;
  gap: 6px;
  color: #2f2f2f;
  font-family: Roboto, Arial, sans-serif;
}

.feedback-form input,
.feedback-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8d2df;
  padding: 10px 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
}

.feedback-form button,
.page-left-subscribe button {
  border: 0;
  cursor: pointer;
}

.subscribe-options label {
  display: block;
  margin-bottom: 6px;
}

.promo {
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 15000;
}

.promo_visible {
  display: block;
}

.popup_cookie .promo__form {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  top: initial;
  padding: 15px 0 11px;
}

.popup_cookie .promo__form .wrapper {
  display: flex;
  align-items: center;
}

.popup_cookie .promo__text {
  margin-bottom: 0;
  line-height: 21px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.promo__controls {
  margin: 0 0 0 20px;
  display: block;
  overflow: visible;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

.promo__controls button {
  background: #30b8e3;
  border: 0;
  color: #fff;
  cursor: pointer;
  line-height: 2em;
  padding: 0 25px;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .popup_cookie .promo__form .wrapper {
    display: block;
  }

  .promo__controls {
    margin: 12px 0 0;
  }
}
