.header__about-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__about-links ul li {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
}
.header__about-links ul li br {
  display: none;
}
.header__about-links ul li:not(:last-child) {
  margin-bottom: 24px;
}
.header__about-links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__about-links ul li a span {
  position: relative;
}
.header__about-links ul li a span:before {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #f8ac1a;
  display: none;
}
.header__about-links ul li a:after {
  content: "";
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-left: 20px;
  background: url("../../img/icons/arrow-right-white.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: -4px;
}
.header__about-links ul li a:hover {
  color: #f8ac1a;
}
.header__about-links ul li a:hover span:before {
  display: block;
}
.header__about-links ul li a:hover:after {
  width: 64px;
  height: 40px;
  background-image: url("../../img/icons/arrow-long-right-yellow.svg");
}

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

.header__about-contacts {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 30px 19px;
  width: 363px;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}

.header__about-contacts b {
  color: #3b8992;
}

.header__about-contacts a {
  display: inline-block;
  margin: 8px 0 0;
}

.about-article:not(:last-child) {
  margin-bottom: 60px;
}

.sec-bordered h2 {
  position: relative;
}
.sec-bordered h2 span {
  padding-right: 37px;
  background: #f6f9f9;
  position: relative;
  z-index: 2;
}
.sec-bordered h2:after {
  content: "";
  background: #f8ac1a;
  width: 100%;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.about-article {
  font-size: 24px;
  line-height: 130%;
}

.about__paragraph {
  margin-bottom: 32px;
}

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

.sec-title {
  margin-bottom: 32px;
}

.about__info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 130%;
}

.about__info-list ul li {
  margin-right: 24px;
  width: calc((100% - 48px) / 3);
  padding: 20px;
  background: #fff;
}

.about__info-list ul li:last-child {
  margin-right: 0;
}

.about__info-list ul li img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

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

.about__attractions {
  position: relative;
}

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

.attractions-wrp.container {
  position: relative;
  font-size: 20px;
  padding-top: 32px;
  line-height: 130%;
  color: #fff;
  padding-bottom: 32px;
}

.attractoins__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.attractions__list {
  margin-top: 80px;
}

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

.attractions__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.attractions__list ul li img,
.attractions__list ul li div {
  width: 50%;
}

.attractions__list ul li img {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.attractions__list ul li div {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  border-bottom: 6px solid #f8ac1a;
}

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

.park__title {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 27px;
}

.park__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.park__pic {
  width: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3%;
}

.park__about {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  line-height: 140%;
}

.about-sec {
  margin-bottom: 80px;
}

.park__about-contacts {
  margin-top: 30px;
  padding: 10px 11px;
  background: #fff;
  max-width: 376px;
  font-size: 20px;
  line-height: 140%;
}

.park__about-contacts span {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 120%;
}

.park__about-contacts b {
  color: #3b8992;
  display: inline-block;
  margin-top: 8px;
}

.park__undercontent {
  max-width: 840px;
  margin: 0 auto;
}

.park__undercontent p {
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}

.park__undercontent p b {
  font-size: 22px;
  line-height: 130%;
}

.map-sec.container {
  margin-bottom: 68px;
}

.weather__content .gsInformer {
  width: 100% !important;
}

@media (max-width: 767px) {
  .page-kazan-exc .sep .container {
    margin-top: 32px;
    min-height: 324px;
  }

  .header__under-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__about-links ul li {
    font-size: 16px;
    line-height: 130%;
  }

  .header__about-links ul li a:after {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header__about-links ul li a {
    max-width: 101px;
  }

  .header__about-contacts {
    width: 100%;
    margin-right: 19px;
    padding: 15px;
    font-size: 16px;
    line-height: 120%;
  }

  .header__about-contacts a {
    display: inline;
  }

  .header__about-contacts b {
    display: inline-block;
    margin-top: 8px;
  }

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

  .sec-title {
    margin-bottom: 24px;
  }

  .sec-bordered h2 span {
    padding-right: 20px;
  }

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

  .about__info-list {
    margin-top: 32px;
  }

  .about__info-list ul {
    font-size: 16px;
    line-height: 130%;
  }

  .about__info-list ul li {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 15px 10px;
  }

  .about-article:not(:last-child) {
    margin-bottom: 40px;
  }

  .attractions-wrp.container {
    padding-top: 24px;
  }

  .attractions__list {
    margin-top: 30px;
  }

  .attractions__list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }

  .attractions__list ul li img,
.attractions__list ul li div {
    width: 100%;
  }

  .attractions__list ul li img {
    height: 217px;
  }

  .attractions__list ul li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .attractions__list ul li:first-child {
    font-size: 16px;
    line-height: 130%;
  }

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

  .attractions__list ul li br {
    content: "";
  }

  .attractions__paragraph {
    font-size: 16px;
    line-height: 130%;
  }

  .attractoins__background {
    background: rgba(55, 124, 124, 0.5);
  }

  .attractoins__background img {
    display: none;
  }

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

  .about__attractions.about-article {
    margin-bottom: 23px;
  }

  .park__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 24px;
  }

  .park__about {
    font-size: 16px;
    line-height: 140%;
  }

  .park__about-contacts {
    margin-top: 18px;
    max-width: none;
    padding: 10px;
    font-size: 16px;
    line-height: 120%;
  }

  .park__pic {
    width: 100%;
    margin: 18px 0 0;
  }

  .park__undercontent p {
    font-size: 16px;
    line-height: 130%;
  }

  .park__undercontent p b {
    font-size: 24px;
    line-height: 130%;
  }
}