@font-face {
  font-family: "Outfit";
  src: url("/dist/fonts/Outfit-Light.woff2") format("woff2"), url("/dist/fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/dist/fonts/Outfit-SemiBold.woff2") format("woff2"), url("/dist/fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/dist/fonts/Outfit-Bold.woff2") format("woff2"), url("/dist/fonts/Outfit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/dist/fonts/Outfit-Black.woff2") format("woff2"), url("/dist/fonts/Outfit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strelka";
  src: url("/dist/fonts/strelka-ultra.woff2") format("woff2"), url("/dist/fonts/strelka-ultra.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.komus-fest {
  font-family: "Outfit", sans-serif !important;
  position: relative;
  padding-bottom: 75px;
  padding-top: 30px;
  background: #080808;
}

.komus-fest *,
.komus-fest *::before,
.komus-fest *::after {
  box-sizing: border-box;
}

.komus-fest::after {
  position: absolute;
  top: 82px;
  right: 0;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("/dist/244/bg.png"), url("/dist/244/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.komus-fest .tickets__item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}

.komus-fest__top-block {
  margin-top: 70px;
  margin-bottom: 120px;
}

.komus-fest__title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.komus-fest__title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 57.35px;
  line-height: 132%;
  color: #ffffff;
}

.komus-fest__title span {
  color: #C0F205;
}

.komus-fest__date {
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 5px 90px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__main-info {
  display: flex;
  gap: 36px;
}

.komus-fest__main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.komus-fest__main-right {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 655px;
  height: 342px;
  padding: 28px;
  background-color: #C0F205;
}

.komus-fest__main-right::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("/dist/244/bg-all.png");
}

.komus-fest__main-right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("/dist/244/bg-all.png");
}

.komus-fest__main-row {
  display: flex;
  gap: 16px;
  flex-grow: 1;
}

.komus-fest__price-text {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 138%;
  color: #080808;
}

.komus-fest__price {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 66px;
  line-height: 100%;
  color: #080808;
}

.komus-fest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #080808 !important;
  text-decoration: none !important;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__caption-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 50px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img-block {
  width: 363px;
  flex-shrink: 0;
}

.komus-fest__city {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #ffffff;
}

.komus-fest__caption {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  color: #C0F205;
}

.komus-fest__img-block {
  line-height: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img-block picture,
.komus-fest__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__container {
  position: relative;
  max-width: 1676px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.komus-fest__container_polygon::before {
  position: absolute;
  top: 47px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url("/dist/244/komus-fest/polygon-sm.png");
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__content {
  position: relative;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.komus-fest__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 917px;
  height: 767px;
  background-image: url("/dist/244/komus-fest/glow4.png");
  z-index: -1;
}

.komus-fest__content::after {
  position: absolute;
  top: 1112px;
  left: 0;
  content: '';
  width: 890px;
  height: 1631px;
  background-image: url("/dist/244/komus-fest/glow2.png");
  z-index: -1;
}

.komus-fest__header-block-logo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 40px 60px;
  background: linear-gradient(90deg, #11006f 1.02%, #5c019d 97.05%);
  overflow: hidden;
}

.komus-fest__header-block-logo::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 917px;
  height: 767px;
  background-image: url("/dist/244/komus-fest/glow4.png");
  z-index: 1;
}

.komus-fest__header-block-logo::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url("/dist/244/bg-all.png");
  z-index: 1;
}

.komus-fest__header-block-logo picture {
  position: relative;
  z-index: 2;
}

.komus-fest__header-block {
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-top: -37px;
  padding: 40px 60px;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__text-block {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 0 60px;
  backdrop-filter: blur(2px);
}

.komus-fest__text {
  max-width: 830px;
  padding-top: 60px;
  padding-bottom: 75px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.komus-fest__text_wide {
  max-width: 1190px;
  padding-top: 20px;
}

.komus-fest__img {
  flex-shrink: 0;
  width: 562px;
  height: 514px;
  margin-left: 20px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img picture,
.komus-fest__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__header {
  position: relative;
  z-index: 5;
  max-width: 730px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
}

.komus-fest__header span {
  color: #C0F205;
}

.komus-fest__feature-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  backdrop-filter: blur(2px);
}

.komus-fest__feature-list::before {
  position: absolute;
  bottom: -26px;
  left: -132px;
  content: '';
  display: block;
  width: 346px;
  height: 333px;
  background-image: url("/dist/244/komus-fest/polygon.png");
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 347px;
  padding: 30px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__feature-item:nth-child(2) .komus-fest__feature-num {
  background: linear-gradient(90deg, #dbff00 3.17%, #02b3ff 56.54%, #11009d 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-item:nth-child(3) .komus-fest__feature-num {
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-item:nth-child(4) .komus-fest__feature-num {
  background: linear-gradient(90deg, #dbff00 3.17%, #02b3ff 56.06%, #11009d 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-num {
  margin-bottom: 40px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.komus-fest__feature-text {
  max-width: 240px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__tile {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 23px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 120px;
}

.komus-fest__tile-item {
  min-height: 350px;
  background-color: #2c2c2c;
}

.komus-fest__tile-item:nth-child(1) {
  grid-row: 1 / 3;
}

.komus-fest__tile-item:nth-child(6) {
  grid-column: 1 / 2;
}

.komus-fest__wrapper-block {
  position: relative;
}

.komus-fest__wrapper-block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 284px;
  background: linear-gradient(270deg, #11006f 1.02%, #5c019d 97.05%);
  z-index: 1;
}

.komus-fest__wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.komus-fest__wrapper::before {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 836px;
  height: 1521px;
  background-image: url("/dist/244/komus-fest/glow3.png");
  z-index: -2;
}

.komus-fest__wrapper::after {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 836px;
  height: 1521px;
  backdrop-filter: blur(2px);
  z-index: -1;
}

.komus-fest__wrapper .komus-fest__header {
  margin-bottom: 60px;
}

.komus-fest__doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 120px;
}

.komus-fest__doc-item {
  display: flex;
  align-items: center;
  gap:20px;
  padding: 40px;
  line-height: 0;
  background-color: #ffffff;
}

.komus-fest__partner-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  z-index: 2;
}

.komus-fest__partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 266px;
  background-color: #ffffff;
}

.komus-fest__partner-item picture,
.komus-fest__partner-item img {
  max-width: 260px;
  width: 100%;
}

.komus-fest__map-row {
  display: flex;
  gap: 36px;
  min-height: 346px;
  margin-bottom: 120px;
}

.komus-fest__map-block {
  flex-shrink: 0;
  width: 453px;
  background-color: #2c2c2c;
}

.komus-fest__map {
  flex-grow: 1;
}

.komus-fest__map picture,
.komus-fest__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__info-block {
  position: relative;
  display: flex;
  min-height: 319px;
  padding: 50px 0 35px;
  margin-bottom: 230px;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__info-col {
  display: flex;
  flex-direction: column;
}

.komus-fest__info-title {
  max-width: 600px;
  margin-bottom: 26px;
  padding-left: 74px;
}

.komus-fest__info-list {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 97px;
  padding: 5px 70px;
  background-image: url("/dist/244/bg-all.png");
}

.komus-fest__info-item {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
}

.komus-fest__info-img {
  position: absolute;
  top: 30px;
  right: 73px;
  width: 579px;
  height: 497px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__info-img picture,
.komus-fest__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 15px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  backdrop-filter: blur(2px);
}

.komus-fest__event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  background-color: #C0F205;
  position: relative;
}

.komus-fest__event-item:nth-child(2),
.komus-fest__event-item:nth-child(4),
.komus-fest__event-item:nth-child(5),
.komus-fest__event-item:nth-child(7) {
  background-color: #080808;
  border: 1.49px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__event-item:nth-child(2) .komus-fest__event-title,
.komus-fest__event-item:nth-child(2) .komus-fest__event-text,
.komus-fest__event-item:nth-child(2) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(4) .komus-fest__event-title,
.komus-fest__event-item:nth-child(4) .komus-fest__event-text,
.komus-fest__event-item:nth-child(4) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(5) .komus-fest__event-title,
.komus-fest__event-item:nth-child(5) .komus-fest__event-text,
.komus-fest__event-item:nth-child(5) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(7) .komus-fest__event-title,
.komus-fest__event-item:nth-child(7) .komus-fest__event-text,
.komus-fest__event-item:nth-child(7) .komus-fest__event-desc {
  color: #ffffff;
}

.komus-fest__event-item:nth-child(2) .komus-fest__event-price,
.komus-fest__event-item:nth-child(4) .komus-fest__event-price,
.komus-fest__event-item:nth-child(5) .komus-fest__event-price,
.komus-fest__event-item:nth-child(7) .komus-fest__event-price {
  color: #C0F205;
}

.komus-fest__event-title {
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.komus-fest__event-title span {
  font-weight: 300;
}

.komus-fest__event-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 138%;
  color: #080808;
  background-color: #ffffff;
  border: 1.46px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__event-price {
  margin-bottom: 2px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 35.9px;
  line-height: 100%;
  color: #080808;
}

.komus-fest__event-text {
  margin-bottom: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18.94px;
  line-height: 138%;
  text-transform: lowercase;
  color: #080808;
}

.komus-fest__event-desc {
  max-width: 230px;
  margin-top: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18.94px;
  line-height: 138%;
  color: #080808;
}

@media (max-width: 1650px) {
  .komus-fest__main-right {
    width: 500px;
  }

  .komus-fest__price {
    font-size: 46px;
  }
}

@media (max-width: 1600px) {
  .komus-fest__event-item {
    padding: 15px;
  }
}

@media (max-width: 1550px) {
  .komus-fest__info-title {
    padding-left: 40px;
  }

  .komus-fest__info-list {
    gap: 40px;
    padding: 5px 40px;
  }

  .komus-fest__info-item {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .komus-fest__title {
    font-size: 37.35px;
  }

  .komus-fest__date {
    min-height: 61px;
    font-size: 30px;
  }

  .komus-fest__container_polygon::before {
    display: none;
  }

  .komus-fest__header-block-logo {
    min-height: 180px;
  }

  .komus-fest__header-block-logo picture {
    width: 500px;
    height: auto;
  }

  .komus-fest__header-block {
    min-height: 180px;
  }

  .komus-fest__img {
    width: 462px;
    height: 414px;
  }

  .komus-fest__feature-list::before {
    display: none;
  }

  .komus-fest__feature-item {
    min-height: 300px;
  }

  .komus-fest__feature-text {
    font-size: 24px;
  }
}

@media (max-width: 1450px) {
  .komus-fest__main-info {
    gap: 20px;
  }

  .komus-fest__main-left {
    gap: 20px;
  }

  .komus-fest__main-right {
    height: 330px;
  }

  .komus-fest__caption-block {
    padding: 30px;
  }

  .komus-fest__img-block {
    width: 250px;
  }

  .komus-fest__city {
    font-size: 35px;
  }

  .komus-fest__caption {
    font-size: 22px;
  }

  .komus-fest__event-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .komus-fest__event-item:nth-child(2),
  .komus-fest__event-item:nth-child(4),
  .komus-fest__event-item:nth-child(5),
  .komus-fest__event-item:nth-child(7) {
    background-color: #C0F205;
    border: none;
  }

  .komus-fest__event-item:nth-child(2) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(2) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(2) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-desc {
    color: #080808;
  }

  .komus-fest__event-item:nth-child(2) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-price {
    color: #080808;
  }

  .komus-fest__event-item:nth-child(2n + 2) {
    background-color: #080808;
    border: 1.49px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  }

  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-desc {
    color: #ffffff;
  }

  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-price {
    color: #C0F205;
  }
}

@media (max-width: 1400px) {
  .komus-fest__header-block-logo {
    padding: 40px;
  }

  .komus-fest__header-block {
    margin-top: 0;
    padding: 40px;
  }

  .komus-fest__text-block {
    padding: 50px;
  }

  .komus-fest__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .komus-fest__text_wide {
    padding-top: 0;
  }

  .komus-fest__header {
    font-size: 35px;
  }

  .komus-fest__feature-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }

  .komus-fest__tile {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
  }

  .komus-fest__tile-item {
    min-height: 290px;
  }

  .komus-fest__wrapper-block::after {
    height: 180px;
  }

  .komus-fest__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .komus-fest__doc-list {
    margin-bottom: 80px;
  }

  .komus-fest__map-row {
    margin-bottom: 80px;
  }

  .komus-fest__event-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1350px) {
  .komus-fest__info-block {
    min-height: 280px;
  }

  .komus-fest__info-img {
    right: 40px;
    width: 490px;
    height: 390px;
  }
}

@media (max-width: 1300px) {
  .komus-fest__feature-list {
    gap: 10px;
  }

  .komus-fest__partner-list {
    gap: 20px;
  }

  .komus-fest__partner-item {
    height: 200px;
  }

  .komus-fest__map-block {
    width: 350px;
  }

  .komus-fest__event-list {
    gap: 10px;
  }
}

@media (max-width: 1200px) {
  .komus-fest__main-right {
    width: 50%;
    height: auto;
  }

  .komus-fest__main-row {
    flex-direction: column;
  }

  .komus-fest__img-block {
    width: 100%;
    height: auto;
  }

  .komus-fest__content::before {
    display: none;
  }

  .komus-fest__content::after {
    display: none;
  }

  .komus-fest__header-block-logo::before {
    display: none;
  }

  .komus-fest__header-block-logo {
    min-height: 150px;
    padding: 20px 40px;
  }

  .komus-fest__header-block {
    min-height: 150px;
    padding: 20px 40px;
  }

  .komus-fest__text-block {
    padding: 40px 30px;
  }

  .komus-fest__text {
    font-size: 20px;
  }

  .komus-fest__img {
    width: 330px;
    height: 300px;
  }

  .komus-fest__feature-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .komus-fest__feature-item {
    min-height: 260px;
  }

  .komus-fest__tile {
    margin-left: 30px;
    margin-right: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .komus-fest__tile {
    grid-template-columns: 1fr 1fr;
  }

  .komus-fest__tile-item:nth-child(1) {
    grid-row: auto;
  }

  .komus-fest__tile-item:nth-child(6) {
    grid-column: auto;
  }

  .komus-fest__wrapper::before {
    display: none;
  }

  .komus-fest__wrapper::after {
    display: none;
  }

  .komus-fest__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__wrapper .komus-fest__header {
    margin-bottom: 40px;
  }

  .komus-fest__doc-list {
    gap: 20px;
  }

  .komus-fest__doc-item {
    padding: 20px;
  }

  .komus-fest__map-row {
    gap: 20px;
  }

  .komus-fest__info-block {
    margin-bottom: 180px;
  }

  .komus-fest__info-title {
    max-width: 400px;
  }

  .komus-fest__info-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px 15px;
    gap: 10px;
  }

  .komus-fest__event-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .komus-fest {
    padding-bottom: 40px;
  }

  .komus-fest__top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .komus-fest__header-block-logo picture {
    width: 300px;
  }

  .komus-fest__doc-item picture,
  .komus-fest__doc-item img {
    width: 140px;
    height: auto;
  }

  .komus-fest__partner-item {
    height: 170px;
  }

  .komus-fest__map-row {
    flex-direction: column;
  }

  .komus-fest__map-block {
    width: 100%;
    min-height: 220px;
  }

  .komus-fest__map {
    height: 340px;
  }

  .komus-fest__info-block {
    min-height: 250px;
    margin-bottom: 240px;
    padding-top: 20px;
  }

  .komus-fest__info-title {
    padding-left: 30px;
  }

  .komus-fest__info-list {
    min-height: auto;
    padding-left: 30px;
  }

  .komus-fest__info-item {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .komus-fest__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .komus-fest__main-right {
    padding: 15px;
  }

  .komus-fest__price {
    font-size: 36px;
  }

  .komus-fest__caption-block {
    padding: 15px;
  }
}

@media (max-width: 930px) {
  .komus-fest__info-img {
    left: 15px;
    right: 15px;
    top: calc(100% - 40px);
    max-width: 400px;
    width: calc(100% - 30px);
    height: 231px;
  }
}

@media (max-width: 800px) {
  .komus-fest__partner-item {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .komus-fest::before {
    bottom: -390px;
    left: -220px;
  }

  .komus-fest::after {
    bottom: -390px;
    left: -220px;
  }

  .komus-fest__title {
    font-size: 24px;
  }

  .komus-fest__date {
    width: 100%;
    min-height: 49px;
    padding: 5px 20px;
    font-size: 24px;
  }

  .komus-fest__main-info {
    flex-direction: column;
  }

  .komus-fest__main-right {
    width: 100%;
    padding: 40px 15px;
  }

  .komus-fest__main-right::before {
    width: 78px;
    height: 32px;
  }

  .komus-fest__main-right::after {
    width: 78px;
    height: 32px;
  }

  .komus-fest__main-row {
    gap: 10px;
  }

  .komus-fest__price-text {
    font-size: 14px;
  }

  .komus-fest__price {
    font-size: 30px;
  }

  .komus-fest__btn {
    height: 46px;
    font-size: 14px;
  }

  .komus-fest__caption-block {
    gap: 10px;
  }

  .komus-fest__city {
    font-size: 20px;
  }

  .komus-fest__caption {
    font-size: 16px;
  }

  .komus-fest__header-block-logo {
    min-height: auto;
    padding: 20px 15px;
  }

  .komus-fest__header-block-logo picture {
    width: 186px;
  }

  .komus-fest__header-block {
    min-height: auto;
    padding: 20px 15px;
  }

  .komus-fest__text-block {
    flex-direction: column;
    gap: 35px;
    padding: 20px 15px 50px;
  }

  .komus-fest__text {
    font-size: 14px;
  }

  .komus-fest__img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .komus-fest__header {
    max-width: 280px;
    font-size: 20px;
  }

  .komus-fest__feature-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .komus-fest__feature-item {
    min-height: auto;
    padding: 15px;
  }

  .komus-fest__feature-num {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .komus-fest__tile {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
  }

  .komus-fest__tile-item {
    min-height: 200px;
  }

  .komus-fest__wrapper-block::after {
    height: 272px;
  }

  .komus-fest__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .komus-fest__wrapper .komus-fest__header {
    margin-bottom: 20px;
  }

  .komus-fest__doc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 50px;
  }

  .komus-fest__doc-item picture,
  .komus-fest__doc-item img {
    width: 110px;
  }

  .komus-fest__partner-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .komus-fest__partner-item picture,
  .komus-fest__partner-item img {
    width: auto;
    max-height: 90px;
  }

  .komus-fest__map-row {
    gap: 10px;
    margin-bottom: 50px;
  }

  .komus-fest__info-title {
    padding-left: 15px;
  }

  .komus-fest__info-list {
    padding-left: 15px;
  }

  .komus-fest__event-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .komus-fest__event-title {
    font-size: 18px;
  }

  .komus-fest__event-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .komus-fest__event-desc {
    font-size: 16px;
  }
}