strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.teaching__popup .popup__description ul {
  list-style-type: disc;
}
.teaching__popup .popup__description ol {
  list-style-type: decimal;
}

.news .news__box .box__date {
  font-style: italic;
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
  color: #7d7d7d;
}

.news .news__top {
  display: flex;
  justify-content: center;
}

.news .news__boxes {
  flex-direction: column;
}

.news .news__box {
  width: 100%;
  margin-bottom: 30px;
}

.contact .contact__top {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.contact .contact__description {
  font-weight: 400;
  text-align: center;
  max-width: 783px;
  margin: auto;
  line-height: 1.7;
  font-size: 22px;
}
.contact .contact__cols {
  flex-direction: column;
}
.contact .contact__col--form {
  width: 100%;
}

.contact form {
  max-width: 100%;
}

.contact div[role="form"] {
  width: 100%;
}

.map .map__top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.map .map__legend {
  display: flex;
  margin-bottom: 14px;
}
.map .map__legend .legend__item {
  margin: 12px 30px 12px 0;
  display: flex;
  align-items: center;
}
.map .map__legend .legend__icon {
  display: block;
  width: 28px;
  margin-right: 15px;
}

@media screen and (max-width: 600px) {
  .map .map__legend {
    flex-direction: column;
  }
}

.about .about__content h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 30px 0 20px;
  font-family: "Raleway", sans-serif;
}

#infoWindow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  padding: 50px 18px;
  background-color: #fff;
  box-shadow: 6px 0px 27px rgba(0, 0, 0, 0.16);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.87, 0.41, 0.19, 1);
}
#infoWindow.active {
  transform: translateX(0px);
}
#infoWindow .church__type {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#infoWindow .church__type h3 {
  font-size: 20px;
  font-weight: 700;
}
#infoWindow .church__type .type__icon {
  width: 28px;
  display: block;
  margin-right: 13px;
}
#infoWindow .church__address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#infoWindow .church__address .address__icon {
  width: 28px;
  margin-right: 13px;
}

#infoWindow .church__phone {
  margin-bottom: 20px;
}

#infoWindow .church__phone a {
  display: flex;
  align-items: center;
}

#infoWindow .church__phone .phone__icon {
  width: 17px;
  margin-right: 24px;
}

#infoWindow .church__mail {
  margin-bottom: 20px;
}

#infoWindow .church__mail a {
  display: flex;
  align-items: center;
  word-break: break-all;
}

#infoWindow .church__mail .mail__icon {
  width: 18px;
  margin-right: 25px;
}

.teaching-single,
.internal-materials-single {
  min-height: 70vh;
}

.teaching-single__wrapper,
.internal-materials-single__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teaching-single__icon,
.internal-materials-single__icon {
  width: 50px;
  margin-bottom: 10px;
  display: block;
}

.teaching-single__heading,
.internal-materials-single__heading {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 800px;
}

.teaching-single__bottom,
.internal-materials-single__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.teaching-single__player,
.internal-materials-single__player {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.footer {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 32px;
}