.eventMainPage {
  margin-top: 64px;
}

.eventMainPage .bigContainer {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

.eventMainPage .innerRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.eventMainPage .innerText {
  max-width: 386px;
  width: 49%;
}

.eventMainPage .firstScreen .imageWrap {
  margin: 94px auto 0;
  height: 520px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.eventMainPage .firstScreen .imageWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eventMainPage .secondScreen {
  margin-top: 100px;
}

.eventMainPage .secondScreen .innerRow {
  display: flex;
  justify-content: space-between;
}

.eventMainPage .secondScreen .imageWrap {
  margin-top: 100px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.eventMainPage .secondScreen .imageWrap .animationsWrapper {
  position: absolute;
  width: 226px;
  height: 150px;
  right: -195px;
  bottom: -100px;
  z-index: 2;
}

.eventMainPage .secondScreen .imageWrap .big_triangle {
  position: absolute;
  width: 58px;
  height: 55px;
  top: 8px;
  left: 0;
  animation: MoveItemsInfinite 6s linear infinite;
}

.eventMainPage .secondScreen .imageWrap .middle_triangle {
  position: absolute;
  width: 18px;
  height: 15px;
  bottom: 0;
  left: 110px;
  animation: orbit2 6s linear infinite;
}

.eventMainPage .secondScreen .imageWrap .small_ball {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 17px;
  right: 0;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.eventMainPage .thirdSection {
  margin-top: 100px;
}

.eventMainPage .thirdSection h2 {
  width: 100%;
}

.eventMainPage .thirdSection h2 > div {
  display: flex;
}

.eventMainPage .thirdSection h2 > div span {
  max-width: 650px;
}

.eventMainPage .thirdSection h2 > div:nth-child(2) {
  justify-content: flex-end;
}

.eventMainPage .thirdSection h2 > div:nth-child(2) span {
  text-align: right;
  text-transform: uppercase;
  color: #440090;
}

.eventMainPage .thirdSection h2 > div:nth-child(1) span {
  color: rgba(0, 0, 0, 0.7);
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
}

.eventMainPage .eventSilder {
  margin-top: 80px;
  max-height: 430px;
  overflow: hidden;
}

.eventMainPage .eventSilder .carousel-cell {
  width: calc(25% + 8px);
  margin-right: 22px;
  min-height: 300px;
  height: 100%;
  max-height: 370px;
  border-radius: 15px;
  overflow: hidden;
}

.eventMainPage .eventSilder .carousel-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eventMainPage .eventSilder .flickity-slider,
.eventMainPage .eventSilder .flickity-viewport {
  display: flex;
  max-height: 370px;
}

.eventMainPage .eventSilder .flickity-page-dots {
  position: relative;
  bottom: 0;
  margin: 50px auto 0;
  max-width: 320px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.eventMainPage .eventSilder .flickity-page-dots .dot {
  height: 1px;
  border-radius: 0;
  width: 100%;
  margin: 0;
  flex-grow: 1;
  background: transparent;
}

.eventMainPage .eventSilder .flickity-page-dots .dot.is-selected {
  background: #8244FC;
}

.eventMainPage .eventSilderWrpap {
  position: relative;
}

.eventMainPage .eventSilderWrpap:hover .btnArrow {
  opacity: 1;
}

.eventMainPage .eventSilderWrpap .btnArrow {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s linear;
}

.eventMainPage .eventSilderWrpap .btnArrowNext {
  bottom: 70px;
  right: -21px;
}

.eventMainPage .eventSilderWrpap .btnArrowPrev {
  bottom: 70px;
  left: -21px;
  transform: rotate(180deg);
}

.eventMainPage .fourthSection {
  margin-top: 140px;
}

.eventMainPage .fourthSection h2 {
  margin-bottom: 60px;
}

.eventMainPage .fourthSection .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

.eventMainPage .fourthSection .innerText .item {
  margin-bottom: 60px;
}

.eventMainPage .fourthSection .innerImg {
  max-width: 612px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.eventMainPage .fourthSection .innerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eventMainPage .fiveSection {
  margin-top: 140px;
}

.eventMainPage .fiveSection h2 {
  margin-bottom: 60px;
}

.eventMainPage .fiveSection .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.eventMainPage .fiveSection p {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
}

.eventMainPage .fiveSection .innerRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 123px;
  grid-row-gap: 30px;
}

.eventMainPage .contactsPage {
  margin-top: 140px;
  margin-bottom: 75px;
  padding: 0;
}

.eventMainPage .contactsPage .zcwf_title.purpleColor {
  color: #440090;
  font-size: 50px;
  line-height: 50px;
}

@media (max-width: 1600px) {
  .eventMainPage .secondScreen .imageWrap .animationsWrapper {
    right: -9%;
  }
}

@media (max-width: 1440px) {
  .eventMainPage .secondScreen .imageWrap .animationsWrapper {
    right: -6%;
  }
}

@media (max-width: 1200px) {
  .eventMainPage .secondScreen .imageWrap .animationsWrapper {
    right: 0;
  }

  .eventSilder .carousel-cell {
    min-height: 270px;
    height: 100%;
    max-height: 300px;
  }
}

@media (max-width: 1080px) {
  .eventMainPage .fiveSection .innerRow {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
  }
}

@media (max-width: 991px) {
  .eventSilder .carousel-cell {
    min-height: 200px;
    height: 100%;
    max-height: 270px;
  }

  .eventMainPage .innerText {
    width: 100%;
  }

  .eventMainPage .firstScreen .innerRow {
    flex-direction: column;
  }

  .eventMainPage .firstScreen .innerText {
    width: 100%;
  }

  .eventMainPage .firstScreen h2 {
    margin-bottom: 60px;
  }

  .eventMainPage .firstScreen .imageWrap {
    margin-top: 40px;
  }

  .eventMainPage .secondScreen {
    margin-top: 40px;
  }

  .eventMainPage .secondScreen .imageWrap {
    margin-top: 40px;
    height: 520px;
    position: relative;
  }

  .eventMainPage .secondScreen .imageWrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .eventMainPage .secondScreen .imageWrap .animationsWrapper {
    display: none;
  }

  .eventMainPage .thirdSection {
    margin-top: 70px;
  }

  .eventMainPage .eventSilder,
  .eventMainPage .fiveSection {
    margin-top: 60px;
  }

  .eventMainPage .fourthSection,
  .eventMainPage .contactsPage {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .eventMainPage .fiveSection .innerRow {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 123px;
  }

  .eventMainPage .fourthSection .innerRow {
    flex-direction: column;
  }

  .eventMainPage .eventSilder .carousel-cell {
    width: 360px;
  }

  .eventMainPage .secondScreen .innerRow {
    flex-wrap: wrap;
  }

  .eventMainPage .secondScreen .innerRow .innerText {
    width: 100%;
  }

  .eventMainPage .secondScreen .innerRow .innerText:last-child {
    margin-top: 20px;
  }

  .eventMainPage .eventSilderWrpap:hover .btnArrow {
    opacity: 0;
  }

  .eventMainPage .eventSilderWrpap .btnArrow {
    display: none;
  }
}

@media (max-width: 500px) {
  .eventMainPage {
    margin-top: 35px;
  }

  .eventMainPage .fiveSection .innerRow {
    grid-template-columns: 1fr;
    grid-column-gap: 123px;
  }

  .eventMainPage .fiveSection .imageWrap {
    height: 400px;
  }

  .eventMainPage .fourthSection .innerRow {
    flex-direction: column;
  }

  .eventMainPage .eventSilder .carousel-cell {
    width: 290px;
    min-height: 290px;
    height: 100%;
    max-height: 290px;
  }
}

