.mbu {
  background-color: var(--bs-black);
  color: var(--bs-white);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}

body {
  font-family: 'Noto Sans Display';
}

#logo {
  max-height: 80px;
  width: 100%;
  max-width: 240px;
}

.hero + .hero {
  height: 450px;
}

.hero {
  background-color: rgba(252,188,73,1);
  position: relative;
}

.hero .container.heading {
  text-align: center;
  max-width: 100%;
}

.hero nav a:link, .hero nav a:visited {
  color: var(--bs-black);
}

.hero .btn {
  border-radius: 20px;
  font-size: 12px;
  height: 40px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.fab {
  background-color: var(--bs-black);
  font-size: 18px;
  color: rgba(252,188,73,1);
  border-radius: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

a.social {
  margin: 0 10px 0 0;
  text-align: center;
}

.hero .rectangle {
  width: 90%;
  max-width: 590px;
  height: 300px;
  border: 16px white solid;
  /*position: absolute;*/
  top: 0;
}

.hero .content {
  z-index: 1;
  position: absolute;
  top: 0;
  text-align: center;
}

@media (min-width: 300px) {
  .hero h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 576px) {
  .hero h1 {
    font-size: 62px;
    line-height: 62px;
  }
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 70px;
    line-height: 105px;
  }
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 80px;
  }
}

.hero h5 {
  font-size: 22px;
}

@media (min-width: 300px) {
  section {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 40px;
  }
}

section.hero {
  padding: 0;
}

img {
  max-width: 100%;
}

.content section .row .col.no-padding {
  padding: 0;
}

.content section .row .col {
  padding: 0 20px;
}

h2 {
  font-size: 50px;
}

.content strong {
  font-size: 110%;
}

.content p + p {
  margin-bottom: 30px;
}

.content.inner p {
  margin-bottom: 30px;
}

@media (min-width: 300px) {
  .content p, .content li {
    font-family: 'Lora';
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  .content p, .content li {
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .content p, .content li {
    letter-spacing: .5px;
    line-height: 26px;
  }
}

@media (min-width: 300px) {
  .content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .content h2 {
    font-size: 34px;
    margin-bottom: 34px;
  }
}

@media (min-width: 768px) {
  .content h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .content h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .content h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .content h2 {
    font-size: 40px;
  }
}

.bg-gray {
  background-color: #f2f2f2;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.height-400 {
  min-height: 400px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 300px) {
  .jarallax h1, .jarallax h2, .jarallax p, .jarallax a {
    position: relative;
    max-width: 80%;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .jarallax h2, .jarallax p, .jarallax a {
    max-width: 60%;
  }
}

.content .btn {
  background-color: rgba(252,188,73,1);
  border-color: rgba(252,188,73,1);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
}

.padding-40 {
  padding: 40px!important;
}

.content .news p {
  font-size: 14px;
  line-height: 24px;
}

.content .news h4 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (min-width: 300px) {
  .news .date {
    font-size: 12px;
    color: rgba(252,188,73,1);
    background-color: var(--bs-gray-dark);
    padding: 2px 4px;
    display: inline-block;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .news .date {
    margin-top: 0;
  }
}

.news-item + .news-item {
  padding-top: 40px;
  border-top: 2px dotted var(--bs-gray-500);
}

.news-item {
  padding-bottom: 40px;
}

.anons-item p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 0;
  color: var(--bs-gray-dark);
}

.anons-item p + p {
  margin-bottom: 8px;
}

.anons-item p.date {
  font-size: 18px;
  margin-top: 6px;
  line-height: 26px;
}

.anons {
  margin-top: 40px;
}

.anons-item h4 {
  margin-bottom: 20px;
}

.anons-item {
  padding: 20px 0;
  border-top: 1px dotted var(--bs-gray);
}

.anons-item:first-child {
  padding-top: 40px;
}

.anons-item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px dotted var(--bs-gray);
}

.content .accordion h2 {
  margin-bottom: 0;
  background-color: rgba(252,188,73,1);
}

.content .accordion-button {
  background-color: rgba(255,255,255,0);
}

.content .accordion-item {
  background-color: #ffffff;
  margin-bottom: 10px;
}

.content .accordion-button:not(.collapsed) {
  color: var(--bs-body-color);
}

.content .accordion p {
  font-size: 14px;
  line-height: 20px;
}

.content .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
}

.content .contacts h3 {
  margin-bottom: 40px;
}

.contacts .fab, footer .fab {
  color: #ffffff;
}

@media (min-width: 300px) {
  .content section .row .col.no-padding.padding-10-beforeMD {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .content section .row .col.no-padding.padding-10-beforeMD {
    padding: 0;
  }
}

h1 {
  font-family: 'Russo One';
}

@media (min-width: 992px) {
  .jarallax h1 {
    font-size: 60px;
  }
}

