@media(max-width:1350px) {
  .container {
    max-width: 95%;
  }
}

@media(max-width: 1220px) {
  .header__nav-item:not(:last-of-type) {
    margin-right: 40px;
  }

  .festival__description {
    max-width: 75%;
  }

  .hero {
    margin-bottom: 50px;
    padding-bottom: 300px;
  }

  .about__title {
    margin-bottom: 30px;
  }

  .about__image {
    top: 140px;
  }

  .numbers__list {
    max-width: 90%;
  }

  .number-head {
    font-size: 40px;
  }

  .hero__description {
    width: 65%;
  }
}

@media(max-width: 1000px) {

  .hero {
    margin-bottom: 30px;
  }

  .section__title {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .header__top {
  }

  .header__nav {
    display: none;
  }

  .header__social {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__logo {
  }

  .about__image {
    top: 230px;
  }

  .numbers__group {
    flex-direction: column;
  }


  .numbers__head {
    margin-right: auto;
    font-size: 40px;
  }

  .numbers__item {
    /* display: flex; */
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    margin-right: auto;
  }

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

  .numbers__group:first-child {
    margin-bottom: 40px;
  }

  .numbers__item:before {
    left: -12px;
    top: -10px;
    width: 70px;
    height: 70px;
  }

  .numbers__text {
    width: 100%;
  }

  .live__grid {
    grid-template-columns: 5fr 5fr;
  }
}

@media(max-width: 800px) {
  .header {
    margin-bottom: 150px;
  }

  .festival__container {
    padding: 50px 0;
  }

  .festival__title {
    font-size: 18px;
  }

  .festival__description {
    font-size: 14px;
  }

  .header__img {
    content:url(/images/header-image-small.jpg);
    height: 100%;
  }

  .section__title {
    font-size: 50px;
  }

  .hero {
    padding-bottom: 200px;
  }

  .hero__btns {
    flex-direction: column;
  }

  .hero__button:first-child {
    margin-bottom: 20px;
  }

  .about__text {
    width: 75%;
  }

  .live__title {
    margin-top: 25px;
  }

  .questions {
    margin-bottom: 65px;
  }

  .petition__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .petition__button {
    width: 95%;
    font-size: 35px;
  }

  .footer__container {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo, .footer__nav-list {
    margin-bottom: 20px;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .accordion-title {
    font-size: 20px;
  }
}

@media(max-width: 750px) {
  .hero {
    margin-bottom: 15px;
  }

  .festival__description {
    max-width: 90%;
  }

  .header {
    margin-bottom: 150px;
  }

  .about__text {
    width: 85%;
  }
  .about__image {
    top: 250px;
  }
}

@media(max-width: 560px) {
  .about__image {
    top: 300px;
  }

  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media(max-width: 500px) {
  .hero {
    margin-bottom: 10px;
  }

  .hero__description {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .hero__button {
    width:max-content;
    font-size: 14px;
    padding: 15px 15px;
  }

  .section__title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 35px;
    text-align: center;
  }

  .hero__title {
    margin-bottom: 50px;
  }

  .hero__btns {
    align-items: center;
  }

  .hero__button {
    /* margin: 0 auto; */
  }

  .hero__button:first-child {
    margin-right: 0;
  }


  .about__image {
    top: 200px;
  }

  .about__text {
    width: 100%;
    font-size: 14px;
  }

  .numbers__head {
    font-size: 30px;
  }

  .numbers__list {
    margin-top: 20px;
  }

  .numbers__item:before {
    left: -17px;
    top: -15px;
  }

  .numbers__text {
    font-size: 14px;
  }

  .live__grid {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }

  .live__text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .live__image {
    margin-bottom: 15px;
  }

  .live__image--left {
    margin-bottom: 0;
  }

  .live__col--right {
    flex-direction: column-reverse;
  }

  .accordion-title {
    font-size: 17px;
  }

  .petition__button {
    font-size: 25px;
  }
}

@media(max-width: 390px) {
  .logo__text--long {
    display: none;
  }

  .logo__text--short {
    display: block;
  }

  .about {
    position: relative;
    min-height: 100%;
    max-height: 100%;
  }

  .about__image {
    position: static;
  }


}