@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue Regular.otf");
  font-weight: 400
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
  display: block
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: inherit;
  font-size: inherit
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px
}

.header .container,
.footer .container {
  max-width: 1440px;
}



body {
  font-family: "Bebas Neue", sans-serif !important;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  /* background-image: url(../img/body-bg.svg) !important; */
}



.footer,
.header {
  font-family: 'Geometria', sans-serif !important;
}

.footer__content__menu__list__item a,
.header__menu__item a {
  font-family: 'Geometria', sans-serif !important;
}

.footer_link {
  font-family: 'Geometria', sans-serif !important;
}


body.locked {
  overflow: hidden
}

.section {
    padding-top: 120px;
    padding-bottom: 120px
}

.main-title {
  text-align: left;
  font-family: "Bebas Neue", sans-serif !important;
  line-height: normal;
  margin-bottom: 40px;
  max-width: 852px;
  width: 100%;
  font-size: 75px;
  font-weight: bold;
}

.main-title__big {
  margin-bottom: -24px;
  font-size: 172px
}

.main-title__green {
  color: #005727
}

.main-title__red {
  color: #CC4D21;
}

.main-title__yellow {
  color: #E7A129;
}


@-webkit-keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.hero {
  position: relative;
  /* min-height: 1000px; */
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  height: calc(100vh - 101px);
}

.hero__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 611px;
  flex: 0 1 611px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 40px;
  padding: 0 40px;
  background-image: url(../img/hero-left-bg.png);
  background-size: 100%;
  /* background-repeat: no-repeat; */
  
  padding-bottom: 32px;
}

.hero__left-icon {
    margin: auto 0 0;
}

.hero__left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 47px;
    margin: auto 0 0;
}

.hero__left-date {
    font-size: 115px;
    color: #fff
}

.hero__left-text {
    font-size: 46px;
    color: #E7A129;
}

.hero__main {
    position: relative;
  padding: 40px 62px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/hero-main-bg-25.jpg);
  background-repeat: no-repeat;
  /* background-position: right center; */
  background-size: cover;
}

.hero__main::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background-image: url(../img/hero-main-sun.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
    

.hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px
}

.hero__nav-link {
  font-size: 40px;
  color: #fff
}

.hero__nav-link {
  font-size: 40px;
  color: #fff;
  user-select: none;
  pointer-events: none;
}

.hero__nav-link:hover {
  color: #ffffff;
}

.hero__info {
  display: none;
}

.hero__title {
  margin: auto 0 94px;
  max-width: 870px;
  width: 100%;
  text-align: left;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff
}

.hero__title span {
  font-size: 230px
}

.hero__title span:first-child {
  font-size: 150px
}

.hero__timer {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.hero__time {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .15), 0 4px 7px 0 rgba(0, 0, 0, .2) inset;
  box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .15), 0 4px 7px 0 rgba(0, 0, 0, .2) inset
}

.hero__time-count {
  color: #005727;
  font-size: 90px;
  font-weight: 700
}

.hero__time-text {
  color: #005727;
  font-size: 30px;
  letter-spacing: 4.2px
}

.mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.mission__picture {
  margin-top: -50px
}

.mission__info {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  color: #005727;
  text-align: justify;
  font-family: Roboto, sans-serif !important
}

.mission__info-label {
  font-family: Roboto, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%
}

.mission__info-descr {
    display: flex;
    gap: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.mission__info-descr p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.map {
  padding-bottom: 100px;
  background-image: url(../img/map-bg.svg);
  background-size: auto;
}

.map__header {
    display: flex;
}

.map__inner {
  position: relative
}

.map__title {
  margin-bottom: 0
}

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

.map__picture img {
  max-width: 100%;
  width: 100%;
  cursor: pointer
}

.map__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}

.map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 10px
}

.map__item:not(:last-child) {
  margin-bottom: 10px
}

.map__item-count {
  color: #dc2c24;
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -.32px
}

.map__item-text {
  color: #101010;
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.32px
}

.map__downloud {
  position: absolute;
  top: 130px;
  right: 0;
  color: #005727;
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline
}

.map__downloud:hover {
  text-decoration: none
}

.event {
   /*  background: #1B717B; */
  background-image: url(../img/events-bg.svg);
  background-size: auto;
}

.event__title {
  margin-bottom: 72px
}

.event__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 60px
}

.event__item {
  font-family: "Bebas Neue", sans-serif;
}


.event__item-label {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.event__item-time {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: .6
}

.event__item-descr {
  color: #ffffff;
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.how__title {
  margin-bottom: 72px
}

.how__slider-container {
  position: relative;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  margin-bottom: 100px
}

.how__slide img {
  max-width: 100%
}

.how__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 97%;
  left: 20px;
  height: 100%;
  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
}

.how__arrow {
  cursor: pointer
}

.how__festivals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.how__festival {
  font-family: "Bebas Neue", sans-serif !important;
}

.how__festival-name {
  color: #101010;
  font-size: 40px
}

.how__festival-data {
  margin-bottom: 20px;
  color: #101010;
  font-size: 40px
}

.how__festival-link {
  color: #005727;
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
  text-decoration: underline
}

.how__festival-link:hover {
  text-decoration: none
}

.members {
    /* background: #2D6F46; */
  background-image: url(../img/members-bg.svg);
  background-size: auto;
}

.members__item-texts {
  overflow: hidden;
  max-width: 300px;
  max-height: 10em;
  -webkit-transition: max-height .3s ease-in-out;
  -o-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 7;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical
}

.members__item-texts.show-more {
  max-height: none;
  -o-text-overflow: initial;
  text-overflow: initial;
  -ms-line-clamp: initial;
  -webkit-line-clamp: initial;
  line-clamp: initial
}

.members__item.show-more .members__item-texts {
  max-height: none;
  -o-text-overflow: initial;
  text-overflow: initial;
  -ms-line-clamp: initial;
  -webkit-line-clamp: initial;
  line-clamp: initial
}

.toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #E7A129;
  opacity: .6
}

.members__title {
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

.main-title.title-members {
  font-size: 75px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
  color: #ffffff;
}

.members__group:not(:last-child) {
  margin-bottom: 100px
}

.members__group-title {
  margin-bottom: 30px;
  font-size: 46px;
  color: #E7A129;
}

.members__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 60px
}

.members__item {
  display: grid;
  -ms-flex-line-pack: baseline;
  align-content: baseline
}

.members__item img {
  width: 300px;
  height: 400px;
  margin-bottom: 30px
}

.members__item-name {
  margin-bottom: 10px;
  font-size: 30px;
  color: #ffffff;
}

.members__item-text {
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff
}

.hedliners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 60px;
  column-gap: 20px;
}

.hedliners__list .members__item:first-child {
  width: 100%;
  flex: 0 0 100%;
}

.hedliners__list .members__item:not(:first-child) {
/*   flex: 1; */
  min-width: 0;
}

.hedliners__list .members__item:first-child img {
  max-width: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.artists-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.artists-list .members__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    border-bottom: 1.2px solid #F6B51E;
}

.artists-list .members__item img {
    display: block;
    max-width: 210px;
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 320px;
    
}

.artists-list .members__item-name {
    position: absolute;
    left: 240px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
}

.artists-list .members__item-texts {
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 30px;
    max-width: 100%;
    max-height: 100%;
    overflow:initial;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -ms-text-overflow: none;
  -o-text-overflow: none;
  text-overflow: none;
  -ms-line-clamp: none;
  -webkit-line-clamp: none;
  line-clamp: none;
}

.artists-list .members__item-text {
    font-size: 18px;
    font-weight: 400;
}

.artists-list .toggle-button {
  display: none;
}

.galleries__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.galleries__list {
    display: flex;
    flex-direction: column;
    gap: 61px;
}

.galleries__item-title {
    margin-bottom: 23px;
    font-size: 46px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #2D6F46;
}

.galleries__logo-1 {
    float: inline-end;
    display: inline-flex;
    position: relative;
    margin-left: 53px;
    width: 152px;
    height: 139px;
}

.galleries__logo-1::after {
    content: '';
    position: relative;
    right: 0;
    top: -68px;
    width: 100%;
    height: 110%;
    background-image: url(../img/auada__gallery.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.galleries__logo-2 {
    float: inline-end;
    display: inline-flex;
    position: relative;
    margin-left: 23px;
    width: 182px;
    height: 241px;
}

/* .galleries__logo-2::before {
    content: '';
    position: relative;
    right: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-description.jpg);
    background-repeat: no-repeat;
    z-index: 2;
} */

.galleries__logo-2::after {
    content: '';
    position: relative;
    right: 0;
    top: -68px;
    width: 100%;
    height: 110%;
    background-image: url(../img/shazina__gallery.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}

.galleries__logo-3 {
    float: inline-end;
    display: inline-flex;
    position: relative;
    margin-left: 23px;
    width: 183px;
    height: 183px;
}

.galleries__logo-3::after {
    content: '';
    position: relative;
    right: 0;
    top: -68px;
    width: 100%;
    height: 110%;
    background-image: url(../img/the_wall_gallery.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}

.galleries__logo-4 {
    float: inline-end;
    display: inline-flex;
    position: relative;
    margin-left: 23px;
    width: 182px;
    height: 27px;
}

.galleries__logo-4::after {
    content: '';
    position: relative;
    right: -205px;
    top: 186px;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-description.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}

.galleries__logo-11 {
    display: none;
}

.galleries__logo-22 {
    display: none;
}

.galleries__logo-33 {
    display: none;
}

.galleries__logo-44 {
    display: none;
}

.galleries__item-description p{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: justify;
    color: #262626;
}

.galleries__artists-title {
    margin-top: 61px;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #CC4D21;
}

.galleries__artists-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: justify;
    color: #262626;
}


.organizers {
  background: #FBC669;
}

.organizers__title {
  margin-bottom: 72px
}

.organizers__picture {
  display: block;
  margin-bottom: 80px
}

.organizers__support-title {
  margin-bottom: 62px;
  font-size: 46px;
  color: #CC4D21;
}

.organizers__support-list {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 84px;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px
}

.organizers__support-item img {
  max-width: 100%;
  
}

.organizers__support-list .organizers__support-item:first-child {
    max-width: fit-content;
    width: 100%;
    height: auto;
}

.organizers__support-title.organizers__partners-title {
    margin-top: 70px;
    margin-bottom: 25px;
}

.organizers__support-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    /* position: relative;
    width: 319px;
    height: 97px; */
}

.organizers__support-img img {
    width: 200px;
    height: 110px;
    object-fit: scale-down;
    background: #ffffff;
}

/* .organizers__support-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/partners.png);
} */

.seeYou {
  background: #2D6F46;
}

.seeYou__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  color: #F6B51E;
}

.seeYou__inner p {
  font-size: 46px;
  letter-spacing: -1%;
  font-family: "Bebas Neue", sans-serif !important;
  text-align: center;
}

.seeYou__logo {
  position: relative;
  width: 216px;
  height: 139px;
  margin: 0 auto;
}

.seeYou__logo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero__icon.svg);
  background-size: contain;
}

.seeYou__logo2 {
  position: relative;
  width: 324px;
  height: 140px;
  margin: 0 auto;
}

.seeYou__logo2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero__left-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width:1900px) {
  .hero__left {
    -webkit-box-flex: 0;
/*     -ms-flex: 0 1 491px;
flex: 0 1 491px */
  }

  .hero__left-item {
    font-size: 42px
  }

  .hero__nav {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }

  .hero__nav-link {
    font-size: 32px
  }
}

@media (max-width:1500px) {
  .hero__left-item {
    font-size: 40px
  }

  .hero__nav-link {
    font-size: 27px
  }

  .hero__title {
    font-size: 110px
  }

  .hero__title span {
    font-size: 150px
  }

  .hero__timer {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}

@media (max-width:1429.98px) {
  .container {
    max-width: 1200px
  }

  .hero__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 234px;
    flex: 0 1 234px
  }

  .hero__left-icon {
    max-width: 150px
  }

  .hero__left-logo {
    max-width: 150px
  }

  .hero__left-item {
    font-size: 38px
  }

  .hero__main {
    padding: 80px 30px
  }

  .hero__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .hero__nav-link {
    font-size: 30px
  }

  .hero__title {
    font-size: 70px
  }

  .hero__title span {
    font-size: 70px
  }

  .hero__title span:first-child {
    font-size: 140px
  }
}

@media (max-width:1200px) {
  .members__list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:1100.98px) {
  .container {
    max-width: 970px
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-title {
    font-size: 60px
  }

  .main-title__big {
    margin-bottom: -20px;
    font-size: 140px
  }
  
  .main-title__red {
    font-size: 60px!important;
  }

  .hero {
    min-height: 976px;
  }
  
  .hero__left {
    padding: 61px 30px 70px;
    background-repeat: repeat;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    width: 236px;
  }
  
  .hero__left-icon {
    margin: 0;
    max-width: 175px;
  }
  
  .hero__left-logo {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    min-width: 380px;
    max-width: 380px
  }
  
  .hero__left-list {
    margin: 0;
    margin-top: 45px;
    gap: 6px
  }
  
  .hero__left-date {
    font-size: 87px;
  }
  
  .hero__left-text {
    font-size: 35px;
  }
  
  .hero__main {
    background-size: 200% 100%;
    background-position: right center;
  }
  
  .hero__title {
    margin: auto 0;
    max-width: 290px;
    font-size: 80px
  }

  .hero__timer {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    bottom: -73px
  }

  .hero__time {
    width: 146px;
    height: 146px
  }

  .hero__time-count {
    font-size: 70px
  }

  .hero__time-text {
    font-size: 24px
  }
  
  .mission__inner {
    padding: 0 20px;
  }

  .mission__title {
    margin-bottom: 30px!important;
    max-width: 852px!important;
    width: 100%!important;
    font-size: 60px!important;
    font-weight: bold!important;
    color: #CC4D21!important;
  }

  .mission__picture {
    display: none
  }

  .mission__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto;
    row-gap: 0;
    text-align: left;
  }

  .mission__info-label {
    text-align: center;
    font-size: 22px
  }

  .mission__info-descr {
    flex-direction: column;
    gap: 0;
    font-size: 16px
  }

  .mission__info-descr p {
    font-size: 16px;
  }
  
  .map__inner {
    padding: 0 20px;
  }


  .map__title {
    margin-bottom: 45px
  }

  .map__picture {
    margin-bottom: 50px
  }

  .map__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0 80px
  }

  .map__item-count {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: normal
  }

  .map__item-text {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -.28px
  }

  .map__downloud {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #005727;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 130%
  }
  
  .event__inner {
    padding: 0 20px;
  }

  .event__title {
    margin-bottom: 30px
  }

  .event__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }

  .event__item-label {
    max-width: 290px;
    font-size: 40px;
    letter-spacing: 0;
  }

  .event__item-time {
    font-size: 30px
  }

  .event__item-descr {
    font-size: 18px
  }
  
  .how__inner {
    padding: 0 20px;
  }

  .how__title {
    margin-bottom: 45px
  }

  .how__slider-container {
    margin-bottom: 40px
  }

  .how__arrows {
    width: 95%
  }

  .how__festivals {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 60px
  }

  .how__festival-name {
    font-size: 30px
  }

  .how__festival-data {
    font-size: 30px
  }

  .how__festival-link {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #005727;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 130%
  }

  .toggle-button {
    font-size: 16px
  }
  
  .members__inner {
    padding: 0 20px;
  }

  .members__title {
    margin-bottom: 45px
  }

  .members__group:not(:last-child) {
    margin-bottom: 60px
  }

  .members__group-title {
    font-size: 40px
  }

  .members__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    /* justify-items: center */
  }
  
  .members__item img {
    margin-bottom: 20px
    max-width: 100%;
    width: 334px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .members__item-name {
    font-size: 40px
  }

  .members__item-text {
    font-size: 16px
  }
  
  .hedliners__list {
    column-gap: 40px;
  }
  
  .hedliners__list .members__item:not(:first-child) {
    flex: auto;
  }
  
  .hedliners__list .members__item img {
    object-position: top;
  }
  
  
  .artists-list .members__item-texts {
    margin-bottom: 30px;
    -webkit-line-clamp: none;
    -ms-line-clamp: none;
    line-clamp: none;
  }
  
  .main-title.title-members {
    margin-bottom: 30px;
    font-size: 60px;
  }
  
  .artists-list .members__item img {
    max-width: 210px;
    height: fit-content;
  }
  
  .galleries__inner {
    padding: 0 20px;
    gap: 0;
  }
  
  .galleries__item-title {
    font-size: 40px;
    letter-spacing: 0;
  }
  
  .galleries__item-description p {
    text-align: left;
  }
  
  .galleries__artists-title {
    margin-top: 40px;
    font-size: 24px;
  }
  
  .galleries__artists-description {
    text-align: left;
  }
  
  .galleries__logo-1 {
    display: none;
  }
    
  .galleries__logo-2 {
    display: none;
  }
    
  .galleries__logo-3 {
    display: none;
  }
    
  .galleries__logo-4 {
    display: none;
  }
  
  .galleries__logo-11 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    width: 152px;
    height: 149px;
  }
 

  .galleries__logo-11::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/auada__gallery.png);
    background-repeat: no-repeat;
    z-index: 2;
  }

  .galleries__logo-22 {
    display: flex;
    position: relative;
    width: 182px;
    height: 241px;
  }
  
  .galleries__logo-22::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/shazina__gallery.jpg);
    background-repeat: no-repeat;
    z-index: 2;
  }

  .galleries__logo-33 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    width: 149px;
    height: 149px;
  }
  
  .galleries__logo-33::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/the_wall_gallery.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .galleries__logo-44 {
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 182px;
    height: 27px;
  }
  
  .galleries__logo-44::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-description.jpg);
    background-repeat: no-repeat;
    z-index: 2;
  }
  
  .organizers__inner {
    padding: 0 20px;
  }

  .organizers__title {
    margin-bottom: 45px
  }

  .organizers__picture img {
    max-width: 290px
  }

  .organizers__picture {
    margin-bottom: 40px
  }

  .organizers__support-title {
    margin-bottom: 30px;
    /* text-align: center; */
    font-size: 30px
  }
  
  .organizers__support-title.organizers__partners-title {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  
  .seeYou__inner {
    gap: 0;
  }
  
  .seeYou__logo {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width:767.98px) {
  .container {
    max-width: 740px
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 40px
  }

  .main-title__big {
    margin-bottom: -15px;
    font-size: 100px
  }

  
  .main-title__red {
    font-size: 40px!important;
  }
  
  .main-title.title-members {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .hero {
    min-height: 832px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
  
  .hero__main {
    padding: 40px 20px 150px;
  }
  
  .hero__main::after {
    display: none;
  }

  .hero__left {
    padding: 20px;
    width: 100%;
    flex-direction: row;
    flex: 0 1 133px;
  }

  .hero__left-logo {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    min-width: 216px;
    max-width: 93px
  }

  .hero__left-item {
    font-size: 16px
  }
  
  .hero__left-list {
    display: none;
  }

  .hero__nav-link {
    font-size: 24px
  }
  
  .hero__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 140px;
  }
  
  .hero__info span:first-child {
    font-size: 65px;
    font-weight: bold;
    color: #005727;
  }
  
  .hero__info span:last-child {
    font-size: 25px;
    font-weight: 400;
    color: #CC4D21;
  }

  .hero__title {
    max-width: 216px;
    font-size: 60px
  }

  .hero__title span {
    font-size: 50px
  }

  .hero__title span:first-child {
    font-size: 100px
  }

  .hero__timer {
    bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }

  .hero__time {
    width: 70px;
    height: 70px
  }

  .hero__time-count {
    font-size: 30px
  }

  .hero__time-text {
    font-size: 11px
  }
  
  .mission__inner {
      padding: 0 15px;
  }
  
  .mission__title {
    font-size: 40px!important;
    line-height: 100%!important;
  }

  .mission__info {
    gap: 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  
  .mission__info-label {
    font-size: 18px
  }

  .mission__info-descr {
    display: block;
    font-size: 14px
  }

  .mission__info-descr p {
    font-size: 14px;
  }

  .map__title {
    margin-bottom: 25px
  }

  .map__picture {
    margin-bottom: 30px
  }

  .map__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 300px;
    margin: 0 auto;
    padding: 0 24px
  }
  
  .event__inner {
    padding: 0 15px;
  }

  .event__title {
    margin-bottom: 25px
  }

  .event__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    padding: 0
  }

  .event__item-label {
    margin-bottom: 5px;
    font-size: 30px
  }

  .event__item-time {
    margin-bottom: 10px;
    font-size: 30px
  }

  .event__item-descr {
    font-size: 18px
  }
  
  .how__inner {
    padding: 0 15px;
  }

  .how__title {
    margin-bottom: 25px
  }

  .how__slider-container {
    max-width: 100%;
    padding: 0;
    margin-bottom: 60px
  }

  .how__slider-container .container {
    padding: 0
  }

  .how__arrows {
    display: none
  }

  .how__festivals {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
    justify-items: center;
    padding: 0;
    text-align: center
  }

  .how__festival-name {
    font-size: 25px
  }

  .how__festival-data {
    font-size: 25px
  }

  .how__festival-link {
    margin: 0 auto
  }

  .toggle-button {
    font-size: 14px
  }
  
  .members__inner {
    padding: 0 15px;
  }

  .members__title {
    margin-bottom: 25px
  }

  .members__group-title {
    margin-bottom: 10px;
    font-size: 30px
  }
  
  .members__item-name {
    font-size: 30px;
  }

  .members__list {
    row-gap: 30px
  }
  
  .members__item img {
    max-width: none;
    width: 100%;
    height: 197px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
  }
  
  .hedliners__list .members__item:not(:first-child) {
    /* flex: auto; */
    flex: 0.5;
  }
  
  .hedliners__list {
    column-gap: 15px;
    row-gap: 20px;
  }

  .hedliners__list .members__item img {
    margin-bottom: 9px;
    /* width: 100%; */
  }
  
  .hedliners__list .members__item:first-child img {
    width: 100%;
    height: 190px;
  }
  
  .hedliners__list .members__item:last-child {
   flex: 0;
  }
  
  .hedliners__list .members__item:last-child img {
    width: 100%;
    height: 190px;
  }
  
  .hedliners__list .members__item:not(:first-child) {
    /* flex: 1; */
    min-width: calc(50% - 12px);
  }
  
  .artists-list .members__item {
    flex-direction: column;
  }
  
  .artists-list .members__item-name {
    position: relative;
    left: 0;
    font-size: 30px;
    letter-spacing: 0;
  }
  
  .artists-list .members__item img {
    max-width: none;
    width: 160px;
    height: auto;
    min-height: 214px;
    max-height: 214px;
  }
  
  .artists-list .members__item-texts {
    margin-bottom: 30px;
    padding: 0;
    height: 100%!important;
    max-height: none!important;
    -webkit-line-clamp: none;
    -ms-line-clamp: none;
    line-clamp: none;
  }
  
   .galleries__inner {
    padding: 0 15px;
  }
  
  .galleries__item-title {
    font-size: 30px;
  }
  
  .galleries__artists-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .organizers__inner {
    padding: 0 15px;
  }
  
  .organizers__title {
    margin-bottom: 25px
  }

  .organizers__picture img {
    max-width: 250px
  }

  .organizers__support-title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0;
  }

  .organizers__support-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 30px
  }
  
  .organizers__support-title.organizers__partners-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .organizers__support-img img{
    width: 150px;
    height: 64px;
  }
  
  .seeYou__inner p {
    font-size: 35px;
  }

  .seeYou__logo {
    width: 183px;
    height: 118px;
  }

  .seeYou__logo2 {
    width: 276px;
    height: 119px;
  }
}

@media (max-width:479.98px) {
  .container {
    max-width: none
  }
  
  .hero__main {
    background-image: url(../img/hero-main-bg-375.jpg);
    background-size: 100%;
    background-position: right top;
  }

  .hero__left-icon {
    max-width: 100px
  }
  
   .organizers__title {
    width: 200px;
  }
}

@media (max-width:359px) {
  .hero__left-logo {
    min-width: 50px;
    max-width: 50px
  }
}
