.slider-content .title {
color: #fff;
  }
.navbar-wrap ul li a {
    color: rgb(255 255 255);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 40px 15px;
    position: relative;
    z-index: 1;
}
.navbar-wrap>ul>li.active>a, .navbar-wrap>ul>li:hover>a {
    color: rgb(250 250 250);
}
.bd-content-bottom {
    display: none;
}
h2.title {
    margin-top: 25px;
}
.navbar-wrap a[title="Головна"] {
    color: #000 !important;
}
.navbar-wrap a[title="Наш центр"] {
    color: #000 !important;
}
.navbar-wrap a[title="Для батьків"] {
    color: #000 !important;
}
.navbar-wrap a[title="Для педагогів"] {
    color: #000 !important;
}
.navbar-wrap a[title="Актуально та цікаво"] {
    color: #000 !important;
}
.navbar-wrap a[title="Контакти"] {
    color: #000 !important;
}
.newsletter-popup-content form {
    display: none !important;
}
/* Desktop (Bootstrap lg+) */
@media (min-width: 992px) {
  .newsletter-popup .modal-dialog {
    height: 85vh;          /* 85% висоти вікна */
    max-height: 85vh;
    margin: 0 auto;
  }

  .newsletter-popup .modal-content {
    height: 100%;
  }

  /* якщо треба, щоб картинка займала всю висоту лівого блоку */
  .newsletter-popup .newsletter-popup-bg,
  .newsletter-popup .newsletter-popup-bg img {
    height: 100%;
  }

  .newsletter-popup .newsletter-popup-bg img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
}