@import 'https://bakucarpetfest.az/2025_old_files/_assets/fonts/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.langs {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.langs a:first-child {
  border-top-left-radius: 16px;
}
.langs a:last-child {
  border-bottom-left-radius: 16px;
}
.langs a:hover {
  opacity: 0.5;
}
.langs a.active {
  background: #1d4a5c;
  color: #fff;
}
.langs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: black;
  text-decoration: none;
  font-size: 80%;
  background: rgba(255, 255, 255, 0.8);
}

html,
body {
  width: 100%;
  font-family: "you2013bold", Georgia, serif;
  background: #fff;
}

.page {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

header {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
header .logo img {
  width: 120px;
}
header .menu.opened .closed {
  opacity: 0;
}
header .menu.opened .sidenav {
  opacity: 1;
  top: -20px;
  pointer-events: all;
}
header .menu .closed {
  cursor: pointer;
}
header .menu .closed .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
header .menu .closed .burger div {
  width: 14px;
  height: 2px;
  background: #fff;
}
header .menu .closed {
  background: url("../images/menubg2.jpg") no-repeat center;
  background-size: 100%;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 8px 15px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 1px 17px -1px rgba(0, 0, 0, 0.44);
          box-shadow: 2px 1px 17px -1px rgba(0, 0, 0, 0.44);
}
header .menu {
  position: relative;
}
header .menu .sidenav {
  pointer-events: none;
  right: 0;
  position: absolute;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 50px 1.3fr;
  grid-template-columns: 2fr 1.3fr;
  gap: 50px;
}
.content .text_content {
  margin-bottom: 60px;
}
.content .text_content h1,
.content .text_content h2,
.content .text_content strong {
  font-family: "you2013bold", Georgia, serif;
  color: #163d4e;
  display: block;
}
.content .text_content strong {
  font-size: 130%;
}
.content .text_content .dev {
  background: rgba(29, 74, 92, 0.1882352941);
  width: 100%;
  height: 3px;
  margin: 30px 0;
}
.content .text_content p {
  font-family: "Roboto Slab", serif;
  margin-bottom: 24px;
}
.content .img {
  position: relative;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  height: auto;
  position: sticky;
  top: 0;
}
.content .img img {
  border-radius: 40px;
  border: 10px solid #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}
.content .img .circle_container {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}
.content .img .circle_container .circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .img .circle_container .circles > div {
  position: absolute;
  border-radius: 50%;
  background: #fff;
}
.content .img .circle_container .circle {
  width: 230px;
  height: 230px;
  top: -290px;
  left: 10%;
  -webkit-animation: breathe1 12s ease-in-out infinite;
          animation: breathe1 12s ease-in-out infinite;
}
.content .img .circle_container .circle2 {
  width: 105px;
  height: 105px;
  top: -80px;
  right: 18%;
  -webkit-animation: breathe2 16s ease-in-out infinite 2s;
          animation: breathe2 16s ease-in-out infinite 2s;
}
.content .img .circle_container .circle3 {
  width: 40px;
  height: 40px;
  top: -150px;
  right: 4%;
  -webkit-animation: breathe3 10s ease-in-out infinite 1s;
          animation: breathe3 10s ease-in-out infinite 1s;
}
.content .img .circle_container .circle4 {
  width: 240px;
  height: 240px;
  bottom: -100px;
  right: -100px;
  -webkit-animation: breathe4 14s ease-in-out infinite 3s;
          animation: breathe4 14s ease-in-out infinite 3s;
}
.content .img .circle_container .circle5 {
  width: 50px;
  height: 50px;
  bottom: -65px;
  left: 30%;
  -webkit-animation: breathe5 11s ease-in-out infinite 0.5s;
          animation: breathe5 11s ease-in-out infinite 0.5s;
}
.content .img .circle_container .circle6 {
  width: 85px;
  height: 85px;
  bottom: -50px;
  left: 43%;
  -webkit-animation: breathe6 15s ease-in-out infinite 4s;
          animation: breathe6 15s ease-in-out infinite 4s;
}

.sp-page h1 {
  color: #095378;
}

.locations__text {
  font-family: "Roboto Slab", serif;
  font-size: 110% !important;
}

.slab p {
  font-family: "Roboto Slab", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  gap: 20px;
  min-height: 400px;
  max-height: 620px;
}
.hero__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  background: #222;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(55%, transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
  z-index: 1;
}
.hero__title {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  z-index: 2;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.08);
  -webkit-mask-image: url("../images/bannerwords.svg");
          mask-image: url("../images/bannerwords.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.hero__title svg {
  opacity: 0.5;
  width: 100%;
  height: auto;
}

.sidenav {
  width: 210px;
  min-width: 200px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidenav ul {
  background: url("../images/menubg2.jpg") no-repeat center;
  background-size: 100%;
  margin: 0;
  padding: 0;
  padding: 10px;
  border-radius: 30px;
  font-size: 12px;
}
.sidenav ul li a {
  display: block;
  padding: 7px 20px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.sidenav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.sidenav__logo {
  padding: 0 18px;
  text-align: center;
}
.sidenav__logo img {
  max-width: 200px;
  margin: 0 auto 8px;
}
.sidenav__logo p {
  font-size: 7.5px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.55;
  text-align: center;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.countdown__text {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #555;
}
.countdown__btn {
  background: #1d4a5c;
  color: white;
  padding: 12px 32px;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.countdown__btn:hover {
  background: #163d4e;
}

.activities {
  position: relative;
  margin-top: 50px;
}
.activities__photo {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.activities__photo img {
  width: calc(100% - 120px);
  border-radius: 30px;
  margin-left: 120px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities__photo::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 40px;
  height: 240px;
  background: url("../images/kvadrat.svg") no-repeat center;
  background-size: contain;
  left: 26px;
}
.activities__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  right: 0;
  background: rgba(29, 74, 92, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 40%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 55px 60px 55px 30px;
}
.activities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: right;
}
.activities__list li {
  font-size: clamp(17px, 1.9vw, 25px);
  color: white;
  font-weight: 700;
  font-family: Georgia, serif;
}

.info {
  margin-top: 10px;
  position: relative;
}
.info__photo {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.info__photo img {
  width: calc(100% - 120px);
  border-radius: 30px;
  margin-right: 120px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__photo::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 40px;
  height: 240px;
  background: url("../images/kvadrat2.svg") no-repeat center;
  background-size: contain;
  right: 26px;
}
.info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  width: 40%;
  left: 0;
  z-index: 1;
  background: rgba(29, 74, 92, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 55px 60px 55px 30px;
}
.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: right;
}
.info__list li {
  text-transform: uppercase;
  font-size: clamp(17px, 1.9vw, 25px);
  color: white;
  font-weight: 700;
  font-family: Georgia, serif;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll 28s linear infinite;
          animation: scroll 28s linear infinite;
}
.marquee:hover .marquee__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee__track span {
  font-size: clamp(50px, 7.5vw, 98px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px #c0c0c0;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  padding-right: 80px;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sponsors {
  padding: 20px 60px;
}
.sponsors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 920px;
  margin: 0 auto;
}
.sponsors__row img {
  max-height: 46px;
  width: auto;
  -webkit-filter: grayscale(25%);
          filter: grayscale(25%);
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, filter 0.2s;
  transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}

.illustration {
  padding: 64px 40px;
  text-align: center;
}
.illustration img {
  mix-blend-mode: multiply;
  width: 80%;
  margin: 0 auto;
}

.footer {
  margin-bottom: 50px;
  background: #1d4a5c;
  padding: 28px 44px;
  border-radius: 20px;
}
.footer__inner {
  display: block;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 24px;
  margin-bottom: 20px;
}
.footer__nav a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
}
.footer__copy {
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__socials a {
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__socials a:hover {
  color: #fff;
}

@-webkit-keyframes breathe1 {
  0%, 100% {
    opacity: 0.9;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 0.4;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

@keyframes breathe1 {
  0%, 100% {
    opacity: 0.9;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 0.4;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@-webkit-keyframes breathe2 {
  0%, 100% {
    opacity: 0.6;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes breathe2 {
  0%, 100% {
    opacity: 0.6;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes breathe3 {
  0%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    opacity: 0.3;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes breathe3 {
  0%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    opacity: 0.3;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes breathe4 {
  0%, 100% {
    opacity: 0.5;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  60% {
    opacity: 0.95;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes breathe4 {
  0%, 100% {
    opacity: 0.5;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  60% {
    opacity: 0.95;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes breathe5 {
  0%, 100% {
    opacity: 0.8;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 0.2;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@keyframes breathe5 {
  0%, 100% {
    opacity: 0.8;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 0.2;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@-webkit-keyframes breathe6 {
  0%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  45% {
    opacity: 0.5;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
@keyframes breathe6 {
  0%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  45% {
    opacity: 0.5;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
@media (max-width: 768px) {
  .page {
    padding: 0 12px;
  }
  .sponsors {
    padding: 12px;
  }
  .sponsors__row {
    gap: 20px !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .sponsors__row img {
    max-height: 32px !important;
  }
  .approach__stage {
    height: 180px;
  }
  .approach__char {
    height: 150px;
  }
  .hero {
    height: 300px;
    max-height: 300px;
    gap: 0;
  }
  .hero__photo {
    border-radius: 20px;
  }
  .sidenav {
    display: none;
  }
  .countdown__btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .activities,
  .info {
    position: relative;
    margin-top: 24px;
    height: 360px;
    border-radius: 28px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  }
  .activities__photo,
  .info__photo {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .activities__photo img,
  .info__photo img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
  }
  .activities__photo::after,
  .info__photo::after {
    display: none !important;
  }
  .activities__content,
  .info__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100% !important;
    height: auto !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 74, 92, 0.96)), color-stop(55%, rgba(29, 74, 92, 0.88)), to(rgba(29, 74, 92, 0)));
    background: linear-gradient(to top, rgba(29, 74, 92, 0.96) 0%, rgba(29, 74, 92, 0.88) 55%, rgba(29, 74, 92, 0) 100%);
    padding: 80px 26px 28px !important;
    border-radius: 0 !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .activities__list,
  .info__list {
    width: 100%;
    text-align: left !important;
    gap: 10px !important;
  }
  .activities__list li,
  .info__list li {
    font-size: 20px !important;
    line-height: 1.15;
    position: relative;
    padding-left: 18px;
  }
  .activities__list li::before,
  .info__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
  }
  .activities__list li a,
  .info__list li a {
    display: inline-block;
    text-transform: uppercase;
  }
  .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  header {
    display: none;
  }
  .footer {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    margin-top: 50px;
  }
  .footer__nav {
    display: none;
  }
}