@font-face {
  font-family: "Apoc";
  src: url("../fonts/ApocNormal-RegularItalic.woff2") format("woff2"), url("../fonts/ApocNormal-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI VF";
  src: url("../fonts/PTRootUIVF.woff2") format("woff2"), url("../fonts/PTRootUIVF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Regular.woff2") format("woff2"), url("../fonts/PTRootUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Bold.woff2") format("woff2"), url("../fonts/PTRootUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Light.woff2") format("woff2"), url("../fonts/PTRootUI-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Medium.woff2") format("woff2"), url("../fonts/PTRootUI-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Root UI", sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: #2d2e46;
}

section:not(.hero) {
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg__light {
  background: linear-gradient(72deg, #ffe5c1 0%, #c39270 158.83%);
}

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

ul {
  list-style: none;
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.static__header {
  position: static;
  background-color: white;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .static__header {
    position: absolute;
    background-color: transparent;
  }
}

.static__header .header__wrapper {
  padding: 60px 20px 80px;
}
@media screen and (max-width: 767px) {
  .static__header .header__wrapper {
    padding: 20px 20px 30px;
  }
}

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 20px 83px;
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__wrapper {
    padding: 30px 20px;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .nav__list {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    padding: 90px 20px 20vh 20px;
    background-color: #2d2e46;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
}

.open {
  transform: translateX(0);
}

.logo img {
  width: 200px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  #nav__btn {
    display: flex !important;
    z-index: 9999;
  }
  .logo {
    z-index: 9999;
  }
}
.static__header .nav__list__item a {
  color: #2d2e46;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .static__header .nav__list__item a {
    color: white;
  }
}

.nav__list__item a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav__list__item a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffe5c1;
  transition: all 0.3s ease;
}

.nav__list__item a:hover::before,
.active {
  width: 70%;
}

.static__header .nav__list__item > a:hover::before,
.static__header > .active::before {
  width: 70%;
  background-color: #2d2e46;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .static__header .nav__list__item > a:hover::before,
  .static__header > .active::before {
    color: white;
  }
}

.nav__list__item a:hover {
  color: #ffe5c1;
}

.static__header .nav__list__item a:hover,
.static__header .active {
  color: #2d2e46;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .static__header .nav__list__item a:hover,
  .static__header .active {
    color: white;
  }
}

.dropdown {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 10000px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.visiable {
  display: flex !important;
}

.static__header .btn {
  color: #2d2e46;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .static__header .btn {
    color: white;
    padding-left: 0;
    padding-right: 10px;
  }
}

.btn {
  border: none;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn:hover {
  cursor: pointer;
}

.static__header .dropdown-menu {
  background-color: white;
  z-index: 99999;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-50% + 15px));
  background-color: #ffe5c1;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .dropdown-menu {
    left: 100%;
    transform: translateY(calc(-50% + 15px));
  }
}
.dropdown-menu .option a {
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.dropdown-menu .option:hover {
  cursor: pointer;
  background-color: #ffd089;
}

.lang__select {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}

#nav__btn {
  background-color: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
}
#nav__btn img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .header__wrapper {
    align-items: center;
    padding-top: 30px;
    gap: 30px;
  }
  .nav__list {
    gap: 20px;
  }
  .nav__list__item a,
  .lang__select {
    font-size: 12px;
  }
  .logo img {
    width: 200px;
  }
  #dropdownBtn {
    font-size: 12px;
  }
  .dropdown-menu .option a {
    white-space: nowrap;
    font-size: 12px;
  }
}
.link__dropdown {
  position: relative;
}

.link__dropdown:hover > .link__dropdown-menu {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.header .link__dropdown-menu {
  display: none;
  background-color: transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 17, 26, 0.1);
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}

.header.static__header .link__dropdown-menu {
  display: none;
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 17, 26, 0.1);
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .link__dropdown-menu li a {
    color: #2d2e46 !important;
  }
}

.hero {
  height: 100vh;
  background-image: url(../images/bg__hero.jpeg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1920px) {
  .hero {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .hero {
    max-width: 1920px;
    height: 900px;
    margin: 0 auto 350px;
    background-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 150px;
  }
}

.eventHero {
  margin-bottom: 150px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .eventHero {
    margin-bottom: 20px;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}

.hero__content {
  width: 70vw;
  background: linear-gradient(72deg, rgba(255, 229, 193, 0.8274509804) 0%, #c39270 158.83%);
  padding: 65px 0 65px 290px;
  border-bottom-left-radius: 500px;
  position: absolute;
  bottom: -200px;
  right: 0;
}
@media (min-width: 1920px) {
  .hero__content {
    width: 1330px;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    background: linear-gradient(72deg, rgba(255, 229, 193, 0.4470588235) 0%, #c39270 158.83%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: unset;
    padding: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    padding: 0;
    width: 95%;
    padding: 50px;
    background: linear-gradient(72deg, rgba(255, 229, 193, 0.8156862745) 0%, #c39270 158.83%);
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .hero__content {
    padding: 60px 0 100px 230px;
    bottom: -160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .moveToBottom {
    z-index: 0 !important;
  }
}

.hero__shape {
  position: absolute;
  width: 561px;
  height: 809px;
  border: 2px solid #ffe5c1;
  border-top-left-radius: 500px;
  top: 200px;
  left: calc(50vw - 680px);
  display: block;
  z-index: 9999;
}
@media (min-width: 1920px) {
  .hero__shape {
    left: 280px;
  }
}
@media screen and (max-width: 767px) {
  .hero__shape {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    border-color: #2d2e46;
    border-top-left-radius: 0;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 500px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .hero__shape {
    width: 361px;
    height: 800px;
  }
}

.hero__content__title {
  max-width: 738px;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d2e46;
}
@media screen and (max-width: 767px) {
  .hero__content__title {
    font-size: 55px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__content__title {
    font-size: 80px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .hero__content__title {
    font-size: 76px;
  }
}

.hero__content__title .inner__text {
  font-family: "Apoc";
  font-style: italic;
  font-weight: 400;
}

.hero__content__description {
  max-width: 738px;
  color: #2d2e46;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .hero__content__description {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .hero__content__description {
    font-size: 18px;
  }
}

.info {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.info:first-child {
  margin-top: 367px;
}
@media screen and (max-width: 767px) {
  .info {
    margin-top: 100px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info {
    flex-direction: column-reverse;
    position: relative;
  }
}

.reverseInfo {
  flex-direction: row-reverse;
}

.info__img {
  width: 57%;
  border-top-right-radius: 300px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .info__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    border-top-right-radius: 200px;
  }
}

.reverseInfo .info__img,
.reverseInfo .info__content {
  border-top-right-radius: 0;
  border-top-left-radius: 300px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .reverseInfo .info__img,
  .reverseInfo .info__content {
    border-top-left-radius: 200px;
  }
}

.info__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43%;
  padding-block: 155px;
  padding-left: 80px;
  padding-right: 138px;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-right-radius: 300px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .info__content {
    width: 100%;
    height: 60vh;
    border-top-right-radius: 200px;
    padding: 0 20px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .info__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2d2e46;
    opacity: 0.5;
    border-top-right-radius: 200px;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info__content {
    border-top-right-radius: 200px;
  }
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .reverseInfo .info__content {
    border-top-right-radius: 0;
    border-top-left-radius: 200px;
  }
  .reverseInfo .info__content::before {
    border-top-right-radius: 0;
    border-top-left-radius: 200px;
  }
}

.info__content h2 {
  color: #f2632a;
  font-size: 72px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 25px;
}
.info__content h2 span {
  font-family: "Apoc", sans-serif;
}
@media screen and (max-width: 767px) {
  .info__content h2 {
    font-size: 36px;
    text-align: left;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info__content h2 {
    z-index: 99;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .info__content h2 {
    font-size: 72px;
  }
}

.info__content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .info__content p {
    font-size: 16px;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info__content p {
    z-index: 99;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}

.organizator .info__img,
.organizator .info__content {
  width: 50%;
}

.organizator__title {
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  padding-top: 160px;
  margin-bottom: 120px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .organizator__title {
    padding-top: 80px;
    margin-bottom: 60px;
    font-size: 44px;
  }
}
.organizator__title span {
  font-family: "Apoc";
  font-style: italic;
  font-weight: 400;
}

.organizator .info__content {
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .organizator .info__content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .organizator .info__content {
    width: 100%;
  }
}

.organizator .info__content h2 {
  border-bottom: none;
  border-top: 1px solid white;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.organizator .info__content p {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .organizator .info__content p {
    font-size: 22px;
  }
}

.statistics {
  margin: 160px 0;
}

.statistics__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .statistics__list {
    justify-content: center;
    gap: 40px !important;
  }
}

.statistics__list .statistics__list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .statistics__list .statistics__list-item {
    width: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .statistics__list .statistics__list-item {
    align-items: center;
  }
}
.statistics__list .statistics__list-item .line {
  width: 1px;
  height: 100%;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .statistics__list .statistics__list-item .line {
    display: none;
  }
}

.statistics__list .statistics__list-item .number {
  color: #f2632a;
  font-family: "Apoc";
  font-size: 86px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .statistics__list .statistics__list-item .number {
    font-size: 46px;
  }
}

.statistics__list .statistics__list-item .caption {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .statistics__list .statistics__list-item .caption {
    text-align: center;
  }
}

.photos_complex {
  padding-block: 160px;
  background: #ffe5c1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .photos_complex {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .photos_complex {
    padding-block: 50px;
  }
}

.photo_complex-title {
  margin-bottom: 80px;
}

.photo_complex-title h2 {
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 20px;
}
.photo_complex-title h2 span {
  font-family: "Apoc";
  font-style: italic;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .photo_complex-title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .photo_complex-title h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 0px) and (max-width: 475px) {
  .photo_complex-title h2 {
    font-size: 28px;
  }
}

.photo_complex-title p {
  max-width: 681px;
  color: #2d2e46;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .photo_complex-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .photo_complex-title p {
    font-size: 12px;
  }
}

.photo_complex-carusel {
  max-width: 100%;
  height: 600px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  will-change: scroll-position;
}
@media screen and (max-width: 767px) {
  .photo_complex-carusel {
    height: 450px;
  }
}

.swiper-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    height: 450px;
  }
}

.prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .prev-btn {
    padding-left: 10px;
  }
}

.next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .next-btn {
    padding-right: 10px;
  }
}

.prev-btn,
.next-btn {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .prev-btn > img,
  .next-btn > img {
    width: 43px;
    height: 43px;
  }
}

.events__calendar {
  padding-block: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar {
    padding-block: 165px;
  }
}
.events__calendar h2 {
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 0px) and (max-width: 475px) {
  .events__calendar h2 {
    font-size: 24px;
  }
}
.events__calendar h2 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
.events__calendar__form-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__form-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__form-content h3 {
    font-size: 16px;
  }
}
.events__calendar__form-content form {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__form-content form {
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__form-content form {
    gap: 28px;
    flex-direction: column;
  }
}
.events__calendar__form-content form .formLabel {
  width: 25%;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .events__calendar__form-content form .formLabel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__form-content form .formLabel:nth-child(1),
  .events__calendar__form-content form .formLabel:nth-child(2) {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__form-content form .formLabel:nth-child(1),
  .events__calendar__form-content form .formLabel:nth-child(2) {
    flex: none;
  }
}
.events__calendar__form-content form input,
.events__calendar__form-content form #events__calendar-select {
  width: 100%;
  padding-block: 40px 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.events__calendar__form-content form input::-moz-placeholder, .events__calendar__form-content form #events__calendar-select::-moz-placeholder {
  color: #fff;
  font-family: "Apoc Normal";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}
.events__calendar__form-content form input, .events__calendar__form-content form input::placeholder,
.events__calendar__form-content form #events__calendar-select,
.events__calendar__form-content form #events__calendar-select::placeholder {
  color: #fff;
  font-family: "Apoc Normal";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__form-content form input::-moz-placeholder, .events__calendar__form-content form #events__calendar-select::-moz-placeholder {
    font-size: 20px;
  }
  .events__calendar__form-content form input, .events__calendar__form-content form input::placeholder,
  .events__calendar__form-content form #events__calendar-select,
  .events__calendar__form-content form #events__calendar-select::placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__form-content form input::-moz-placeholder, .events__calendar__form-content form #events__calendar-select::-moz-placeholder {
    font-size: 16px;
  }
  .events__calendar__form-content form input, .events__calendar__form-content form input::placeholder,
  .events__calendar__form-content form #events__calendar-select,
  .events__calendar__form-content form #events__calendar-select::placeholder {
    font-size: 16px;
  }
}
.events__calendar__form-content form input:focus,
.events__calendar__form-content form #events__calendar-select:focus {
  outline: none;
}
.events__calendar__form-content form #events__calendar-select {
  -webkit-appearance: none;
}
.events__calendar__form-content form #events__calendar-select option {
  background-color: #2d2e46;
}
.events__calendar__form-content form #events__calendar-select,
.events__calendar__form-content form label {
  position: relative;
}
.events__calendar__form-content form #events__calendar-select img,
.events__calendar__form-content form label img {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.events__calendar__form-content form input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.events__calendar__form-content form input[type=date] {
  color: #fff;
}
.events__calendar__form-content form button[type=submit] {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar__form-content form button[type=submit] {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .events__calendar__form-content form button[type=submit] {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__form-content form button[type=submit] {
    scale: 0.5;
    transform: translateX(90px);
    margin-top: 15px;
  }
}
.events__calendar__form-content form button[type=submit] span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.events__calendar__form-content form button[type=submit]::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.events__calendar__form-content form button[type=submit]::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.events__calendar__form-content form button[type=submit]:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.events__calendar__form-content form button[type=submit]:hover span {
  color: #fff;
  position: relative;
}
.events__calendar__form-content form button[type=submit]:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.events__calendar__form-content form button[type=submit]:hover::before {
  right: 0;
  width: 100%;
}
.events__calendar__carusel {
  margin-top: 120px;
}
.events__calendar__carusel__card {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar__carusel__card {
    border-radius: 30px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card {
    border-radius: 10px;
    flex-direction: column-reverse;
  }
}
.events__calendar__carusel__card-content {
  width: 50%;
  padding-left: 80px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar__carusel__card-content {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card-content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card-content {
    width: 100%;
    padding: 20px;
  }
}
.events__calendar__carusel__card-content > span {
  color: #2d2e46;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card-content > span {
    font-style: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card-content > span {
    font-size: 18px;
  }
}
.events__calendar__carusel__card-content h3 {
  max-width: 570px;
  color: #f2632a;
  font-size: 48px;
  font-weight: 400;
  margin-block: 20px 40px;
}
.events__calendar__carusel__card-content h3 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar__carusel__card-content h3 {
    max-width: 500px;
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card-content h3 {
    max-width: 375px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card-content h3 {
    font-size: 24px;
    margin-block: 10px 20px;
  }
}
.events__calendar__carusel__card-content p {
  max-width: 570px;
  color: #2d2e46;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .events__calendar__carusel__card-content p {
    max-width: 500px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 540px) {
  .events__calendar__carusel__card-content p {
    text-align: justify;
  }
}
.events__calendar__carusel__card-image {
  width: 50%;
  height: 500px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__calendar__carusel__card-image {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel__card-image {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 540px) {
  .events__calendar__carusel__card-image {
    height: 300px;
  }
}
.events__calendar__carusel__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.events__calendar__carusel-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 80px;
}
.events__calendar__carusel-btns .carusel__btn-left,
.events__calendar__carusel-btns .carusel__btn-right {
  width: 69px;
  height: 69px;
  background-color: #f2632a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .events__calendar__carusel-btns .carusel__btn-left,
  .events__calendar__carusel-btns .carusel__btn-right {
    width: 59px;
    height: 59px;
  }
}

body ::-webkit-scrollbar {
  display: none;
  width: none !important;
}

.events {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .events {
    padding: 80px 0 0;
  }
}
.events .date {
  color: #2d2e46;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .events .date {
    font-size: 16px;
    bottom: -30px;
    padding-left: 10px;
  }
}
.events h4 {
  position: absolute;
  bottom: -175px;
  margin-top: 89px;
  max-width: 345px;
  color: var(--Main-black, #2d2e46);
  font-family: "PT Root UI";
  font-size: 32px;
  font-weight: 400;
  opacity: 1;
}
.events h4 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .events h4 {
    font-size: 20px;
    opacity: 1;
    bottom: -110px;
    padding: 0 10px;
  }
}

.events .container {
  padding: 0;
}

.events-title {
  color: #f2632a;
  font-family: "Apoc Normal";
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events-title {
    padding: 0 10px;
    text-align: center;
    margin-left: 0;
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .events-title {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    font-size: 49px;
    margin-left: 0;
    text-align: center;
  }
}

.events__wrapper__top {
  overflow-x: scroll;
  scrollbar-width: none;
  height: 835px;
}
@media screen and (max-width: 767px) {
  .events__wrapper__top {
    height: 500px;
  }
}
.events__wrapper__top .events__wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
}
.events__wrapper__top .events__wrapper .panel {
  position: relative;
  height: 600px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  width: 460px;
  transition: all 0.7s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__wrapper__top .events__wrapper .panel {
    height: 464px;
    width: 351px;
  }
}
@media screen and (max-width: 767px) {
  .events__wrapper__top .events__wrapper .panel {
    width: 260px;
    height: 333px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .events__wrapper__top .events__wrapper .panel {
    width: 360px;
    height: 444px;
  }
}
.events__wrapper__top .events__wrapper .panel:hover {
  width: 615px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events__wrapper__top .events__wrapper .panel:hover {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .events__wrapper__top .events__wrapper .panel:hover {
    width: 290px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .events__wrapper__top .events__wrapper .panel:hover {
    width: 390px;
    height: 444px;
  }
}

.photo__swiper {
  padding-block: 100px 30px;
}
.photo__swiper > .container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 20px;
}
.photo__swiper-title {
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  padding-left: 60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-title {
    font-size: 35px;
    max-width: 450px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-title {
    font-size: 30px;
    margin-bottom: 40px;
    max-width: 430px;
    padding-left: 0;
  }
}
.photo__swiper-title span {
  font-family: "Apoc Normal";
  font-style: italic;
}
.photo__swiper-wrapper {
  display: flex;
  border-radius: 40px;
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1199px) {
  .photo__swiper-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.photo__swiper-wrapper .swiper {
  margin: 0;
  width: 50%;
  max-height: 665px;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-wrapper .swiper {
    max-height: 665px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-wrapper .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .swiper {
    max-height: 380px;
    width: 100%;
  }
}
.photo__swiper-wrapper .swiper .swiper-slide {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.photo__swiper-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-wrapper .swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.photo__swiper-wrapper .photo__swiper-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-wrapper .photo__swiper-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content {
    width: 100%;
    align-self: flex-start;
    padding: 30px;
  }
}
.photo__swiper-wrapper .photo__swiper-content .inner__data {
  color: #2d2e46;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .photo__swiper-wrapper .photo__swiper-content .inner__data {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content .inner__data {
    font-size: 14px;
  }
}
.photo__swiper-wrapper .photo__swiper-content h3 {
  max-width: 547px;
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  margin: 20px 0 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-wrapper .photo__swiper-content h3 {
    font-size: 50px;
    max-width: 447px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-wrapper .photo__swiper-content h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content h3 {
    font-size: 35px;
    max-width: 337px;
    margin-block: 10px;
  }
}
.photo__swiper-wrapper .photo__swiper-content h3 span {
  font-family: "Apoc Normal";
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-wrapper .photo__swiper-content h3 span {
    font-size: 50px;
  }
}
.photo__swiper-wrapper .photo__swiper-content p {
  max-width: 544px;
  color: #2d2e46;
  font-family: "PT Root UI";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .photo__swiper-wrapper .photo__swiper-content p {
    font-size: 21px;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-wrapper .photo__swiper-content p {
    font-size: 21px;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content p {
    font-size: 18px;
    max-width: 300px;
    text-align: justify;
  }
}
.photo__swiper-wrapper .photo__swiper-content .swiper-content__btn {
  display: flex;
  align-self: flex-end;
  gap: 20px;
  margin-top: 69px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__swiper-wrapper .photo__swiper-content .swiper-content__btn {
    align-self: flex-start;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content .swiper-content__btn {
    margin-top: 0;
    order: -1;
  }
}
.photo__swiper-wrapper .photo__swiper-content .swiper-content__btn .content__btns {
  width: 49px;
  height: 49px;
  background-image: url(../images/swiper__arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 0;
  background-color: rgba(245, 112, 59, 0.648);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .photo__swiper-wrapper .photo__swiper-content .swiper-content__btn .content__btns {
    width: 49px;
    height: 49px;
  }
}
.photo__swiper-wrapper .photo__swiper-content .swiper-content__btn .content__btns:hover {
  cursor: pointer;
  background-color: #f2632a;
}
.photo__swiper-wrapper .photo__swiper-content .swiper-content__btn .content__btns:first-child {
  transform: rotate(180deg);
}

.animation__section {
  padding-block: 100px;
  background-color: #c39270;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .animation__section {
    padding-block: 80px;
  }
}
@media screen and (max-width: 767px) {
  .animation__section {
    padding-block: 50px;
  }
}
.animation__section .animation__wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .animation__section .animation__wrapper h2 {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  .animation__section .animation__wrapper h2 {
    font-size: 33px;
  }
}
.animation__section .animation__wrapper h2 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .animation__section .animation__wrapper h2 span {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  .animation__section .animation__wrapper h2 span {
    font-size: 33px;
  }
}
.animation__section .animation__wrapper .animation__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 78px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .animation__section .animation__wrapper .animation__list {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .animation__section .animation__wrapper .animation__list {
    gap: 40px;
    flex-direction: column;
  }
}
.animation__section .animation__wrapper .animation__list .animation__list-item {
  display: inline-block;
}
.animation__section .animation__wrapper .animation__list .animation__list-item img {
  color: #fff;
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .animation__section .animation__wrapper .animation__list .animation__list-item img {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .animation__section .animation__wrapper .animation__list .animation__list-item img {
    font-size: 25px;
    height: 40px;
  }
}
@keyframes animation__paragraph {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}

.plan__home {
  padding-block: 150px;
  background-color: #ffe5c1;
}
@media screen and (max-width: 767px) {
  .plan__home {
    padding-block: 50px;
  }
}
.plan__home .plan__home-title {
  color: #f2632a;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 80px;
  padding-left: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .plan__home .plan__home-title {
    font-size: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__home .plan__home-title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan__home .plan__home-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.plan__home .plan__home-title span {
  font-family: "Apoc Normal";
  font-style: italic;
}
.plan__home .plan__home-controls {
  position: relative;
}
.plan__home .plan__home-controls p {
  min-width: 200px;
  text-align: center;
  position: absolute;
  z-index: 999;
  color: #2d2e46;
  top: 20px;
  left: calc(50% - 100px);
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .plan__home .plan__home-controls p {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__home .plan__home-controls p {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .plan__home .plan__home-controls p {
    font-size: 20px;
  }
}
.plan__home .plan__home-controls .swiper img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .plan__home .plan__home-controls .swiper img {
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__home .plan__home-controls .swiper img {
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .plan__home .plan__home-controls .swiper img {
    max-width: 700px;
    border-radius: 10px;
  }
}
.plan__home .plan__home-controls .plan__home-btn {
  display: flex;
  position: absolute;
  gap: 30px;
  bottom: 30px;
  left: calc(50% - 78px);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .plan__home .plan__home-controls .plan__home-btn {
    bottom: -35px;
    left: calc(50% - 37.5px);
    gap: 15px;
  }
}
.plan__home .plan__home-controls .plan__home-btn .homeBtn {
  width: 69px;
  height: 69px;
  background-image: url(../images/swiper__arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(245, 112, 59, 0.648);
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .plan__home .plan__home-controls .plan__home-btn .homeBtn {
    width: 63px;
    height: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__home .plan__home-controls .plan__home-btn .homeBtn {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .plan__home .plan__home-controls .plan__home-btn .homeBtn {
    width: 30px;
    height: 30px;
    background-image: url(../images/swiper__arrow.svg);
    background-size: 7px;
  }
}
.plan__home .plan__home-controls .plan__home-btn .homeBtn:hover {
  cursor: pointer;
  background-color: #f2632a;
}
.plan__home .plan__home-controls .plan__home-btn .homeBtn:first-child {
  transform: rotate(180deg);
}

.event__status {
  padding-block: 200px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status {
    padding-block: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event__status {
    padding-block: 80px;
  }
}
@media screen and (max-width: 767px) {
  .event__status {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
}
.event__status-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .event__status-wrapper {
    flex-direction: column;
  }
}
.event__status-image {
  width: 860px;
  min-width: 600px;
  background-image: url("../images/about_event.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 500px 0px 0px;
  margin-left: -20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status-image {
    min-width: 500px;
    border-top-right-radius: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 928px) {
  .event__status-image {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .event__status-image {
    min-width: auto;
    width: 100%;
    height: 500px;
    border-top-right-radius: 0px;
    border-radius: 15px;
    margin-left: 0;
    background-position: bottom center;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .event__status-image {
    height: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 475px) {
  .event__status-image {
    height: 300px;
  }
}
.event__status-content {
  width: 100%;
}
.event__status-content > span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status-content > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .event__status-content > span {
    font-size: 16px;
  }
}
.event__status-content h2 {
  color: #f2632a;
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
}
.event__status-content h2 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status-content h2 {
    font-size: 36px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .event__status-content h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 475px) {
  .event__status-content h2 {
    font-size: 24px;
  }
}
.event__status-content hr {
  background-color: #fff;
  height: 1px;
  border: none;
  margin-block: 40px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status-content hr {
    margin-block: 35px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .event__status-content hr {
    margin-block: 30px;
  }
}
.event__status-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status-content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .event__status-content p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event__status-content p {
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .event__status-content p {
    text-align: justify;
  }
}
@media screen and (min-width: 0px) and (max-width: 475px) {
  .event__status-content p {
    font-size: 14px;
  }
}
.event__status-content p span {
  color: #f2632a;
  font-weight: 700;
}
.event__status__btns {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .event__status__btns {
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event__status__btns {
    margin-top: 100px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .event__status__btns {
    flex-direction: column;
    margin-top: 70px;
  }
}
.event__status__btns .event__btn {
  width: 415px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
  font-family: "Apoc Normal";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  padding-block: 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .event__status__btns .event__btn {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event__status__btns .event__btn:nth-child(1), .event__status__btns .event__btn:nth-child(2) {
    flex: 1;
  }
}
.event__status__btns .event__btn.active::after {
  background-image: url("../images/icon_arrow-right-active.svg");
}
.event__status__btns .event__btn.active {
  border-color: #f2632a;
  cursor: pointer;
  color: #f2632a;
}
.event__status__btns .event__btn.active:after {
  transform: rotate(90deg);
}
.event__status__btns .event__btn:after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  transition: all 0.3s ease;
}
.event__status__btns .event__btn:hover {
  border-color: #f2632a;
  cursor: pointer;
  color: #f2632a;
}
.event__status__btns .event__btn:hover:after {
  background-image: url("../images/icon_arrow-right-active.svg");
  transform: rotate(90deg);
}

.stend__booth {
  background-color: #fff;
  padding-block: 190px 200px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth {
    padding-block: 150px 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth {
    padding-block: 100px 100px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth {
    padding-block: 70px 70px;
  }
}
.stend__booth-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .stend__booth-wrapper {
    flex-direction: column-reverse;
  }
}
.stend__booth__content {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .stend__booth__content {
    max-width: 100%;
  }
}
.stend__booth__content h2 {
  color: #2d2e46;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 1620px) {
  .stend__booth__content h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth__content h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth__content h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.stend__booth__content__form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #2d2e46;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #2d2e46;
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth__content__form label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth__content__form label {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content__form label {
    font-size: 14px;
    padding-top: 5px;
  }
}
.stend__booth__content__form label:last-of-type {
  border-bottom: 1px solid #2d2e46;
}
.stend__booth__content__form input,
.stend__booth__content__form #selected {
  padding: 20px 0;
  border: none;
  color: #2d2e46;
  font-family: "Apoc Normal";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.stend__booth__content__form input:focus,
.stend__booth__content__form #selected:focus {
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth__content__form input,
  .stend__booth__content__form #selected {
    padding: 15px 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth__content__form input,
  .stend__booth__content__form #selected {
    padding: 10px 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content__form input,
  .stend__booth__content__form #selected {
    padding: 10px 0 10px;
    font-size: 14px;
  }
}
.stend__booth__content__form input::-moz-placeholder, .stend__booth__content__form #selected::-moz-placeholder {
  opacity: 0.5;
}
.stend__booth__content__form input::placeholder,
.stend__booth__content__form #selected::placeholder {
  opacity: 0.5;
}
.stend__booth__content__form .checkLabel {
  width: auto !important;
  display: flex !important;
  flex-direction: row !important;
  color: #2d2e46 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border: none !important;
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .stend__booth__content__form .checkLabel {
    font-size: 12px !important;
  }
}
.stend__booth__content .checkBtns {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 0px) and (max-width: 1620px) {
  .stend__booth__content .checkBtns {
    align-items: end;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth__content .checkBtns {
    align-items: start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content .checkBtns {
    align-items: flex-start;
    margin-top: 15px;
  }
}
.stend__booth__content .checkBtns > div {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .stend__booth__content .checkBtns > div {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.stend__booth__content .checkBtns .checkLabel {
  align-items: center;
  gap: 20px;
}
.stend__booth__content .checkBtns .checkLabel input {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stend__booth__content .checkBtns .checkLabel input {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content .checkBtns .checkLabel input {
    width: 15px;
    height: 15px;
  }
}
.stend__booth__content .checkBtns .stend__form-btn {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth__content .checkBtns .stend__form-btn {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .stend__booth__content .checkBtns .stend__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__content .checkBtns .stend__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 15px;
  }
}
.stend__booth__content .checkBtns .stend__form-btn span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.stend__booth__content .checkBtns .stend__form-btn::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.stend__booth__content .checkBtns .stend__form-btn::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.stend__booth__content .checkBtns .stend__form-btn:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.stend__booth__content .checkBtns .stend__form-btn:hover span {
  color: #fff;
  position: relative;
}
.stend__booth__content .checkBtns .stend__form-btn:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.stend__booth__content .checkBtns .stend__form-btn:hover::before {
  right: 0;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .stend__booth__content .checkBtns .stend__form-btn {
    margin-top: 0;
    align-self: flex-end;
  }
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .stend__booth__image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .stend__booth__image {
    width: 100%;
  }
}
.stend__booth__image img {
  width: 100%;
  height: 100%;
}

.buy__ticket {
  padding-block: 200px;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .buy__ticket {
    padding-block: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy__ticket {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket {
    padding-block: 70px;
  }
}
.buy__ticket__content {
  display: flex;
  flex-direction: column;
}
.buy__ticket__content h2 {
  max-width: 600px;
  color: #2d2e46;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 123px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .buy__ticket__content h2 {
    font-size: 32px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy__ticket__content h2 {
    font-size: 28px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket__content h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.buy__ticket__content__form > div {
  display: flex;
  gap: 60px;
}
.buy__ticket__content__form > div label {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #2d2e46;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #2d2e46;
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .buy__ticket__content__form > div label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy__ticket__content__form > div label {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket__content__form > div label {
    font-size: 14px;
    padding-top: 5px;
  }
}
.buy__ticket__content__form > div label:last-of-type {
  border-bottom: 1px solid #2d2e46;
}
.buy__ticket__content__form > div input,
.buy__ticket__content__form > div #selected {
  padding: 20px 0;
  border: none;
  color: #2d2e46;
  font-family: "Apoc Normal";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.buy__ticket__content__form > div input:focus,
.buy__ticket__content__form > div #selected:focus {
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .buy__ticket__content__form > div input,
  .buy__ticket__content__form > div #selected {
    padding: 15px 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy__ticket__content__form > div input,
  .buy__ticket__content__form > div #selected {
    padding: 10px 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket__content__form > div input,
  .buy__ticket__content__form > div #selected {
    padding: 10px 0 10px;
    font-size: 14px;
  }
}
.buy__ticket__content__form > div input::-moz-placeholder, .buy__ticket__content__form > div #selected::-moz-placeholder {
  opacity: 0.5;
}
.buy__ticket__content__form > div input::placeholder,
.buy__ticket__content__form > div #selected::placeholder {
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy__ticket__content__form > div {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket__content__form > div {
    flex-direction: column;
    gap: 20px;
  }
}
.buy__ticket__content__form > div label {
  border-bottom: 1px solid #2d2e46;
}
.buy__ticket__content__form .ticket__form-btn {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .buy__ticket__content__form .ticket__form-btn {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .buy__ticket__content__form .ticket__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .buy__ticket__content__form .ticket__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 15px;
  }
}
.buy__ticket__content__form .ticket__form-btn span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.buy__ticket__content__form .ticket__form-btn::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.buy__ticket__content__form .ticket__form-btn::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.buy__ticket__content__form .ticket__form-btn:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.buy__ticket__content__form .ticket__form-btn:hover span {
  color: #fff;
  position: relative;
}
.buy__ticket__content__form .ticket__form-btn:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.buy__ticket__content__form .ticket__form-btn:hover::before {
  right: 0;
  width: 100%;
}

.sponsor {
  padding-block: 200px;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor {
    padding-block: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsor {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor {
    padding-block: 70px;
  }
}
.sponsor__content {
  display: flex;
  flex-direction: column;
}
.sponsor__content h2 {
  max-width: 600px;
  color: #2d2e46;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 123px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor__content h2 {
    font-size: 32px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsor__content h2 {
    font-size: 28px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__content h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.sponsor__content__form > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sponsor__content__form > div label {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #2d2e46;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #2d2e46;
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor__content__form > div label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsor__content__form > div label {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__content__form > div label {
    font-size: 14px;
    padding-top: 5px;
  }
}
.sponsor__content__form > div label:last-of-type {
  border-bottom: 1px solid #2d2e46;
}
.sponsor__content__form > div input,
.sponsor__content__form > div #selected {
  padding: 20px 0;
  border: none;
  color: #2d2e46;
  font-family: "Apoc Normal";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.sponsor__content__form > div input:focus,
.sponsor__content__form > div #selected:focus {
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor__content__form > div input,
  .sponsor__content__form > div #selected {
    padding: 15px 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsor__content__form > div input,
  .sponsor__content__form > div #selected {
    padding: 10px 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__content__form > div input,
  .sponsor__content__form > div #selected {
    padding: 10px 0 10px;
    font-size: 14px;
  }
}
.sponsor__content__form > div input::-moz-placeholder, .sponsor__content__form > div #selected::-moz-placeholder {
  opacity: 0.5;
}
.sponsor__content__form > div input::placeholder,
.sponsor__content__form > div #selected::placeholder {
  opacity: 0.5;
}
.sponsor__content__form > div label:nth-child(3),
.sponsor__content__form > div label:nth-child(4) {
  border-bottom: 1px solid #2d2e46;
}
@media screen and (max-width: 767px) {
  .sponsor__content__form > div {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .sponsor__content__form > div label:nth-child(3) {
    border-bottom: 1px solid transparent;
  }
}
.sponsor__content__form div #input-sponsor-select {
  color: #2d2e46;
  font-family: "Apoc";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  border: none;
  opacity: 0.5;
  padding: 15px 0 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor__content__form div #input-sponsor-select {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsor__content__form div #input-sponsor-select {
    padding: 10px 0 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__content__form div #input-sponsor-select {
    padding: 10px 0 15px;
    font-size: 12px;
  }
}
.sponsor__content__form .ticket__form-btn {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .sponsor__content__form .ticket__form-btn {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .sponsor__content__form .ticket__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__content__form .ticket__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 15px;
  }
}
.sponsor__content__form .ticket__form-btn span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.sponsor__content__form .ticket__form-btn::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.sponsor__content__form .ticket__form-btn::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.sponsor__content__form .ticket__form-btn:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.sponsor__content__form .ticket__form-btn:hover span {
  color: #fff;
  position: relative;
}
.sponsor__content__form .ticket__form-btn:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.sponsor__content__form .ticket__form-btn:hover::before {
  right: 0;
  width: 100%;
}

.map_complex {
  position: relative;
  padding-block: 160px;
  background-color: #fff;
}
.map_complex .container {
  max-width: 1960px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .map_complex {
    padding-block: 125px;
  }
}

.map_complex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 1170px) {
  .map_complex-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.map_complex-control {
  width: 35%;
}
@media screen and (min-width: 0px) and (max-width: 1170px) {
  .map_complex-control {
    width: 100%;
  }
}

.map_complex-control > h2 {
  max-width: 417px;
  color: #f2632a;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}
.map_complex-control > h2 span {
  font-family: Apoc Normal;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .map_complex-control > h2 {
    font-size: 28px;
  }
}

.map_complex-control-list {
  width: 100%;
}

.map_complex-control-list-item:first-child {
  border-top: 1px solid rgba(45, 46, 70, 0.3);
}

.map_complex-control-list-item {
  cursor: pointer;
  padding-block: 20px;
  border-bottom: 1px solid rgba(45, 46, 70, 0.3);
}
@media screen and (max-width: 767px) {
  .map_complex-control-list-item {
    padding-block: 10px;
  }
}

.map_complex-control-list-item h3 {
  color: #2d2e46;
  font-family: Apoc Normal;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .map_complex-control-list-item h3 {
    font-size: 28px;
  }
}

.map_complex-control-list-item p {
  color: #2d2e46;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .map_complex-control-list-item p {
    font-size: 12px;
  }
}

.map_complex-active h3 {
  color: #f2632a;
}

.map_complex-images {
  position: relative;
  width: 870px;
  height: 500px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #2d2e46;
}
@media screen and (min-width: 0px) and (max-width: 1380px) {
  .map_complex-images {
    width: 700px;
    height: 560px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1170px) {
  .map_complex-images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map_complex-images {
    height: 350px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .map_complex-images {
    height: 250px;
    border-radius: 20px;
  }
}

.map_complex-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: scale(var(--zoom, 1));
  transform-origin: var(--x) var(--y);
  transition: all 0.3s linear;
}
.map_complex-images img:hover {
  --zoom: 3;
  /* zoom value*/
}

.complex_map-control {
  width: 200px;
  border-radius: 15px;
  border: 1px solid #2d2e46;
  background: #fff;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .complex_map-control {
    width: 120px;
    padding: 10px;
    border-radius: 10px;
    bottom: 20px;
  }
}

.map_complex-image-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 46, 70, 0.5);
}

.map-fullscreen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-fullscreen > .map_complex-images {
  width: 80%;
  height: 80%;
  border-radius: 15px;
  border: 0;
  transform: translateY(150px);
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 1170px) {
  .map-fullscreen > .map_complex-images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map-fullscreen > .map_complex-images {
    height: 350px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .map-fullscreen > .map_complex-images {
    height: 250px;
  }
}

.close-fullscreen {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .close-fullscreen svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .close-fullscreen {
    top: 15px;
    right: 15px;
  }
}

.fullscreen-active {
  display: block;
}

.fullscreen-active .map_complex-images {
  animation: anim-fullscreen 0.3s ease-in forwards;
}

@keyframes anim-fullscreen {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.contact {
  background-color: #fff;
  padding-block: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 130px;
  }
}
.contact__wrapper {
  display: flex;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact__wrapper {
    gap: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.contact .feedback {
  flex: 1;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact .feedback {
    flex: 1.2;
  }
}
.contact .feedback h2 {
  color: #2d2e46;
  font-size: 64px;
  font-weight: 400;
}
.contact .feedback h2 span {
  font-family: "Apoc Normal";
  font-style: italic;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact .feedback h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact .feedback h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .feedback h2 {
    font-size: 22px;
  }
}
.contact .feedback p {
  color: #2d2e46;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 80px;
}
@media screen and (min-width: 0px) and (max-width: 1325px) {
  .contact .feedback p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact .feedback p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .feedback p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.contact .feedback__form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #2d2e46;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #2d2e46;
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact .feedback__form label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact .feedback__form label {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .feedback__form label {
    font-size: 14px;
    padding-top: 5px;
  }
}
.contact .feedback__form label:last-of-type {
  border-bottom: 1px solid #2d2e46;
}
.contact .feedback__form input,
.contact .feedback__form #selected {
  padding: 20px 0;
  border: none;
  color: #2d2e46;
  font-family: "Apoc Normal";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.contact .feedback__form input:focus,
.contact .feedback__form #selected:focus {
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact .feedback__form input,
  .contact .feedback__form #selected {
    padding: 15px 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact .feedback__form input,
  .contact .feedback__form #selected {
    padding: 10px 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .feedback__form input,
  .contact .feedback__form #selected {
    padding: 10px 0 10px;
    font-size: 14px;
  }
}
.contact .feedback__form input::-moz-placeholder, .contact .feedback__form #selected::-moz-placeholder {
  opacity: 0.5;
}
.contact .feedback__form input::placeholder,
.contact .feedback__form #selected::placeholder {
  opacity: 0.5;
}
.contact .feedback__form #input-phone-number::-webkit-outer-spin-button, .contact .feedback__form #input-phone-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact .feedback__form-btn {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact .feedback__form-btn {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .contact .feedback__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .feedback__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 15px;
  }
}
.contact .feedback__form-btn span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact .feedback__form-btn::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .feedback__form-btn::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .feedback__form-btn:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.contact .feedback__form-btn:hover span {
  color: #fff;
  position: relative;
}
.contact .feedback__form-btn:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.contact .feedback__form-btn:hover::before {
  right: 0;
  width: 100%;
}
.contact__content {
  flex: 1;
}
.contact__content iframe {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .contact__content iframe {
    min-height: 400px;
  }
}

h2.membersTitle {
  color: #2d2e46;
  font-family: PT Root UI;
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  h2.membersTitle {
    margin-bottom: 20px;
  }
}

.contact.special .checkBtns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact.special .checkBtns {
    align-items: start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact.special .checkBtns {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 15px;
  }
}
.contact.special .checkBtns > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact.special .checkBtns > div {
    padding-top: 20px;
  }
}
.contact.special .checkBtns > div label {
  max-width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #2d2e46;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .contact.special .checkBtns > div label {
    font-size: 11px;
  }
}
.contact.special .checkBtns > div label input[type=checkbox] {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact.special .checkBtns > div label input[type=checkbox] {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact.special .checkBtns > div label input[type=checkbox] {
    width: 35px;
    height: 35px;
  }
}
.contact.special .checkBtns .stend__form-btn {
  position: relative;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #f2632a;
  padding: 20px 40px 20px 89px;
  margin-top: 60px;
  float: right;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .contact.special .checkBtns .stend__form-btn {
    scale: 0.8;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .contact.special .checkBtns .stend__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact.special .checkBtns .stend__form-btn {
    scale: 0.5;
    transform: translateX(140px);
    margin-top: 15px;
  }
}
.contact.special .checkBtns .stend__form-btn span {
  color: #f2632a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact.special .checkBtns .stend__form-btn::after {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  background-image: url("../images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.contact.special .checkBtns .stend__form-btn::before {
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 500px;
  background-color: #f2632a;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.contact.special .checkBtns .stend__form-btn:hover {
  padding-left: 40px;
  padding-right: 89px;
  border-color: transparent;
}
.contact.special .checkBtns .stend__form-btn:hover span {
  color: #fff;
  position: relative;
}
.contact.special .checkBtns .stend__form-btn:hover::after {
  left: calc(100% - 60px);
  border: 1px solid #fff;
}
.contact.special .checkBtns .stend__form-btn:hover::before {
  right: 0;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .contact.special .checkBtns .stend__form-btn {
    margin-top: 20px;
    margin-right: 20px;
    align-self: flex-end;
  }
}

.map__location {
  background-color: #fff;
  margin-top: -30px;
}
.map__location .container {
  max-width: 1920px;
  padding: 30px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .map__location .container {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map__location .container {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .map__location .container {
    padding: 5px;
  }
}
.map__location iframe {
  border-radius: 40px;
  width: 100%;
  height: 1020px;
  border: 1px solid #2d2e46;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .map__location iframe {
    height: 850px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map__location iframe {
    height: 700px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map__location iframe {
    height: 500px;
    border-radius: 10px;
  }
}

.map-widget-layout-view__bottom-panel {
  display: none !important;
}

.footer {
  padding-block: 120px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .footer {
    padding-block: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer {
    padding-block: 60px;
  }
}
.footer__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer__navbar {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.footer__navbar > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__navbar > div {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__navbar > div {
    flex-direction: column;
    align-items: center;
  }
}
.footer__navbar__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__navbar__list {
    flex-wrap: wrap;
  }
}
.footer__navbar__list-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .footer__navbar__list-item a {
    font-size: 14px;
  }
}
.footer-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-block: 80px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .footer-line {
    margin-block: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer-line {
    margin-block: 50px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer__socials {
    flex-direction: column;
  }
}
.footer__socials-oferta {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer__socials-oferta {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__socials-oferta {
    flex-wrap: wrap;
  }
}
.footer__socials-oferta li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer__socials-oferta li a {
    font-size: 14px;
  }
}
.footer__socials__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__socials__list {
    flex-wrap: wrap;
  }
}
.footer__socials__list-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .footer__socials__list-item a {
    font-size: 14px;
  }
}

.footer__contact {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
}

.footer__contact-item {
  max-width: 705px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer__contact-item h3 {
  color: #f2632a;
  font-size: 20px;
  font-weight: 700;
}

.footer__contact-item h3 + * {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__contact-item h3 + * {
    font-size: 17px;
  }
}/*# sourceMappingURL=main.css.map */

#members > .contact__wrapper {
    flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  #members > .contact__wrapper {
    flex-direction: column-reverse;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

#map {
    padding-top: 150px;
}

@media (min-width: 1100px) and (max-width: 2000px) {
    .event__status {
      padding-top: 100px;
    }
}