.page-bolgar-exc .sep {
  margin-top: 60px;
  padding-bottom: 24px;
}
.page-bolgar-exc .sep .container {
  margin-top: 16px;
}
.page-bolgar-exc .header {
  margin-bottom: 82px;
}
.page-bolgar-exc .footer {
  margin-top: 0;
}

.header__bolgar-about-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__bolgar-about-list ul li {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 20px;
  width: calc((100% - 48px) / 3);
  color: #000000;
  font-size: 20px;
  line-height: 140%;
}
.header__bolgar-about-list ul li:not(:last-child) {
  margin-right: 24px;
}

.container.about-sec {
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 130%;
}

.about__paragraph {
  margin-bottom: 32px;
}

.smallest-paragraph {
  font-size: 0.83em;
  line-height: 140%;
}

.about__facts-container {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__facts-pic {
  width: 49%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__facts {
  width: 49%;
}

.about__facts p {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 32px;
  padding-left: 14px;
  border-left: 4px solid #f8ac1a;
}

.about__facts p:last-child {
  margin-bottom: 0;
}

.attractions-sec {
  position: relative;
}

.attractions__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.attractions__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 124, 124, 0.3);
  pointer-events: none;
}

.attractions__content {
  position: relative;
}

.attractions__list {
  background: rgba(196, 196, 196, 0.8);
  max-width: 49%;
  margin-left: auto;
}

.attractions__list ul {
  padding: 48px 26px;
  margin: 0;
  list-style: none;
}

.attractions-sec {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attractions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attractions__list ul li {
  text-align: end;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 6px solid #f8ac1a;
}

.attractions__list ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page__head .header__bolgar-desc {
    font-size: 16px;
    line-height: 140%;
    margin-top: 18px;
  }

  .page-bolgar-exc .sep {
    margin-top: 32px;
    padding-bottom: 8px;
  }

  .page-bolgar-exc .sep .container {
    margin-top: 32px;
  }

  .header__bolgar-about-list ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header__bolgar-about-list ul li {
    font-size: 16px;
    line-height: 140%;
    height: auto;
  }
  .header__bolgar-about-list ul li:not(:last-child) {
    margin: 0;
  }

  .page-bolgar-exc .mob-slider .swiper-pagination-bullet-active {
    background: #f8ac1a;
  }

  .page-bolgar-exc .header {
    margin-bottom: 32px;
  }

  .about__paragraph {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 130%;
  }

  .about__facts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
  }

  .about__facts {
    width: 100%;
  }

  .about__facts p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .about__facts-pic {
    width: 100%;
    margin-top: 24px;
  }

  .container.about-sec {
    margin-bottom: 42px;
  }

  .attractions__list {
    max-width: none;
    width: 100%;
    margin-bottom: 60px;
  }

  .attractions__list ul {
    padding: 18px 15px;
  }

  .attractions__list ul li {
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}