.mt20 {
  margin-top: 20px;
}
.attractions__main {
  background-image: url(../img/category/attractions-main.jpg?v=5);
}
.attractions__park {
  background-image: url(../img/category/attractions-park.jpg?v=3);
}
.attractions__museum {
  background-image: url(../img/category/attractions-museum.jpg?v=3);
}
.attractions__lake {
  background-image: url(../img/category/attractions-lake.jpg?v=3);
}
.attractions__header {
  margin-top: -71px;
  position: relative;
  z-index: 11;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
.attractions__header .speedbar-wrapper span {
  color: rgba(255, 255, 255, 0.7);
}
.attractions__header .speedbar-wrapper a span {
  color: rgba(255, 255, 255, 0.9);
}
.attractions__header h1 {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  max-width: 800px;
  line-height: 65px;
  margin-bottom: 30px;
}
.attractions__header h1 span {
  font-weight: 600;
  padding-right: 45px;
  background-size: auto 35px;
  background-position: 100% 20px;
}
.attractions__header blockquote {
  max-width: 400px;
  padding-left: 25px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.attractions__header blockquote p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 26px;
}
.attractions__info-wrap {
  margin-bottom: 20px;
}
.attractions__related {
  padding: 50px 0;
  border-top: 1px solid #e7e9ec;
}
.attractions__list-wrapper {
  padding-bottom: 30px;
}
.attractions__list-wrapper .attractions__list {
  display: flex;
  flex-wrap: wrap;
}
.attractions__list-wrapper .attractions__el {
  width: 23.5%;
  height: 300px;
  margin-right: 2%;
  margin-bottom: 35px;
}
.attractions__list-wrapper .attractions__el:nth-child(4n) {
  margin-right: 0;
}
.attractions__related-list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.attractions__related-list .attractions__el {
  width: calc(25% - 15px);
}
@media screen and (max-width: 900px) {
  .attractions__list-wrapper .attractions__el {
    width: 48%;
    margin-right: 4%;
  }
  .attractions__list-wrapper .attractions__el:nth-child(2n) {
    margin-right: 0;
  }
  .attractions__related-list {
    overflow-x: auto;
  }
  .attractions__related-list .attractions__el {
    min-width: 260px;
    width: 260px;
  }
}
@media screen and (max-width: 560px) {
  .attractions__header h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .attractions__list-wrapper .attractions__el {
    width: 100%;
    margin-right: 0;
  }
}
.attractions__el {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  height: 270px;
  display: block;
}
.attractions__el:hover:before {
  background: linear-gradient(to top, rgba(35, 35, 35, 0.9) 55%, transparent);
}
.attractions__el:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(35, 35, 35, 0.8) 55%, transparent);
  border-radius: 5px;
}
.attractions__el .attractions__el-body {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 21;
}
.attractions__el .attractions__el-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
}
.attractions__el .attractions__el-title:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.attractions__el .attractions__el-tag {
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  display: table;
  margin-top: 10px;
}
.attractions__el .attractions__el-tag:before {
  content: '#';
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
