.glav {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(glav.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.glav__title {
  font-size: 80px;
  color: #fff;
}

.info__section {
  text-align: center;
}
.info {
  display: flex;
  justify-content: center;
}
.story__info__title {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.story__info {
  width: 100%;
  max-width: 1200px;
  font-size: 17px;

  line-height: 24px;
}
.map {
  text-align: center;
  margin-top: 60px;
}
.map__map {
  max-width: 100%;
}
.map__title {
  font-size: 35px;
  padding-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.interesant__title {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.interesant {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  max-width: 100%;
}
.interesant__info {
  width: 100%;
  max-width: 1200px;
  font-size: 17px;
  line-height: 24px;
}
.catadel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #c0c0c0;
  align-items: center;
  margin-top: 80px;
}
.citadel__i {
  text-align: center;
  padding: 20px 0;
}
.citadel__text {
  width: 100%;
  max-width: 600px;
  font-size: 17px;
  line-height: 25px;
}
.citadel__title {
  font-size: 25px;
}
.img__citadel {
  width: 600px;
  height: 300px;
  max-width: 100%;
  padding: 20px 0;
  padding-left: 10px;
  border-radius: 15px;
}
#hiden {
  display: none;
}
#hide__button {
  font-size: 17px;
  border: 1px solid #f44029;
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 5px 10px;
  transform: color 0.5s;
  transition: background 0.5s;
  font-weight: 700;
  border-radius: 10px;
}
#hide__button:hover {
  background: #000;
  color: #fff;
}
.interesant__img {
  width: 1200px;
  height: 600px;
  max-height: 80vh;
  border-radius: 15px;
  max-width: 100%;
}
@media screen and (max-width: 1225px) {
  .img__citadel {
    padding: 0;
  }
  .citadel__i {
    padding: 0;
  }
}
.swiper {
  width: 1200px;
  max-width: 100%;

  max-height: 80vh;
  display: flex;
  align-items: center;
}
.swiper-slide {
  width: 1200px;
  height: 600px;
}
.info__slider {
  width: 1200px;
  max-width: 100%;
  max-height: 80vh;
  min-height: 60vh;
  border-radius: 15px;
}
.img__citadel .swiper {
  width: 600px;
  max-width: 100%;
  height: 300px;
  max-height: 80vh;
}
.img__citadel .swiper-slide {
  width: 600px;
  max-width: 100%;
  height: 300px;
  max-height: 80vh;
}
.slider2 {
  width: 600px;
  max-width: 100%;
  height: 300px;
  max-height: 80vh;
}
.swiper-slide {
  height: 100%;
  max-height: 80vh;
}
