@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: Inter;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  background: #F7F7F8;
  font-weight: 400;
}
body * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@media screen and (max-width: 1430px) {
  body {
    /* overflow-x: hidden; */
  }
}
@media screen and (max-width: 1000px) {
  body {
    overflow-x: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* overflow-x: hidden; */
  }
}
body .container {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1200px;
}
body p a[href="/events/"] {
  display: none;
}
body p a[href="/peoples/"] {
  display: none;
}
body .black-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 41px;
  font-size: 14px;
  color: #fff;
  background: #212121;
}
body .black-header .container {
  display: flex;
  justify-content: space-between;
}
body .black-header .container .black-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body .black-header .container .black-header-left a.social {
    display: none;
  }
}
body .black-header .container .black-header-left .select-city {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  height: 41px;
  line-height: 41px;
}
body .black-header .container .black-header-left .select-city span {
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.5) dotted 1px;
  cursor: pointer;
}
body .black-header .container .black-header-left .select-city .select-city-list {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 40px;
  width: 100%;
  min-width: 150px;
  left: 0;
  background: #212121;
}
body .black-header .container .black-header-left .select-city .select-city-list a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 0 10px;
}
body .black-header .container .black-header-left .select-city .select-city-list a:hover {
  background: #414141;
  color: #fff;
}
body .black-header .container .black-header-left .select-city:hover .select-city-list {
  display: flex;
}
body .black-header .container .black-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body .black-header .container .black-header-right {
    line-height: 0;
    gap: 12px;
  }
  body .black-header .container .black-header-right span {
    font-size: 0;
    position: relative;
    display: block;
  }
}
body .black-header .container .black-header-right div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  margin-right: 8px;
  top: -1px;
}
@media screen and (max-width: 1000px) {
  body .black-header .container .black-header-right div {
    margin-right: 0;
    margin-left: 8px;
  }
}
body .black-header .container a {
  color: #fff;
  text-decoration: none;
}
body .black-header .container a:hover {
  color: #7455b8;
}
body .black-header .container a:hover svg path {
  fill: #7455b8 !important;
}
body .black-header .container a:hover svg path.nofill {
  fill: #000 !important;
  stroke: #7455b8 !important;
}
body .black-header .container a.social {
  font-family: "FontAwesome";
}
body .black-footer {
  display: flex;
  align-items: center;
  height: 41px;
  font-size: 12px;
  color: #fff;
  background: #212121;
}
@media screen and (max-width: 768px) {
  body .black-footer {
    font-size: 10px;
  }
}
body .black-footer .container {
  display: flex;
  justify-content: space-between;
}
body .black-footer .container .black-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .black-footer .container .black-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body .black-footer .container .black-header-right {
    gap: 12px;
  }
}
body .black-footer .container .black-header-right a {
  color: #fff;
  text-decoration: none;
}
body .black-footer .container .black-header-right a:hover {
  color: #7455b8;
}
body .black-footer .container .black-header-right a:hover svg path {
  fill: #7455b8 !important;
}
body .black-footer .container .black-header-right a:hover svg path.nofill {
  fill: #000 !important;
  stroke: #7455b8 !important;
}
body .black-footer .container .black-header-right a.social {
  font-family: "FontAwesome";
}
body .coming-soon {
  line-height: 200px;
  text-align: center;
  color: #7455b8;
  font-size: 20px;
  font-weight: bold;
}
body .burger {
  display: none;
}
@media screen and (max-width: 768px) {
  body .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body header {
  position: relative;
  height: 102px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body header {
    height: 60px;
  }
}
body header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body header .container img.header-logo {
    width: 40px;
  }
}
body header .container .desktop-right {
  position: relative;
  font-size: 16px;
  color: #7455b8;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body header .container .desktop-right {
    display: none;
  }
}
body header .container .desktop-right .desktop-menu-btn {
  line-height: 0;
  cursor: pointer;
}
body header .container .desktop-right .desktop-menu-btn img:nth-child(2) {
  display: none;
}
body header .container .desktop-right .desktop-menu-btn.active img:nth-child(1) {
  display: none;
}
body header .container .desktop-right .desktop-menu-btn.active img:nth-child(2) {
  display: block;
}
body header .container .desktop-right .socials {
  position: relative;
  display: flex;
  font-size: 0;
  gap: 12px;
  align-items: center;
  font-family: "FontAwesome";
}
body header .container .desktop-right .socials a {
  font-size: 20px;
  color: #7455b8;
  text-decoration: none;
}
body header .container .header-menu {
  display: none;
  justify-content: space-between;
  gap: 13px;
  flex-direction: column;
  position: absolute;
  right: 34px;
  height: auto;
  z-index: 10;
  top: 10px;
  padding: 24px;
  background: #fff;
}
body header .container .header-menu.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  body header .container .header-menu {
    display: none;
  }
}
body header .container .header-menu a {
  color: #212121;
  text-decoration: none;
}
body header .container .header-menu a:hover {
  color: #7455b8;
}
body .mobile-menu {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  left: -100vw;
  background: #fff;
  z-index: 100;
  top: 0;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 768px) {
  body .mobile-menu {
    display: flex;
  }
}
body .mobile-menu.active {
  left: 0;
}
body .mobile-menu .close-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
body .mobile-menu a {
  color: #212121;
  text-decoration: none;
}
body .mobile-menu a:hover {
  color: #7455b8;
}
body .select-logo {
  position: absolute;
  display: block;
  width: 28px;
  top: 7px;
  left: calc(50% - 14px);
  z-index: 200;
}
@media screen and (max-width: 768px) {
  body .select-logo {
    display: none;
  }
}
body .start-mobile-logo {
  position: absolute;
  display: none;
  width: 28px;
  top: 7px;
  left: 20px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  body .start-mobile-logo {
    display: block;
  }
}
body section#select-city-tour {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 41px;
  width: 100%;
  height: calc(100% - 41px);
  background: #444149;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body section#select-city-tour {
    display: none;
  }
}
body section#select-city-tour .container .stars-and-hits {
  position: relative;
  display: block;
  width: 400px;
  max-width: 90%;
  margin: 0 auto -60px;
}
@media screen and (max-width: 1024px) {
  body section#select-city-tour .container .stars-and-hits {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body section#select-city-tour .container .stars-and-hits {
    width: 200px;
    margin-bottom: 30px;
  }
}
body section#select-city-tour .container .tour-types {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  aspect-ratio: 1200/400;
  margin: 0 auto 30px;
  background: url(img/gradient.png) no-repeat 0 0;
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body section#select-city-tour .container .tour-types {
    width: 1000px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  body section#select-city-tour .container .tour-types {
    display: none;
  }
}
body section#select-city-tour .container .tour-types img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 500ms ease-in-out;
}
/*body section#select-city-tour .container .tour-types.second img {*/
/*  transform: translateX(-130px);*/
/*}*/
/*body section#select-city-tour .container .tour-types.second img:nth-child(1) {*/
/*  top: 100%;*/
/*}*/
body section#select-city-tour .container .tour-types.second img {
  transform: translateX(20px);
}
body section#select-city-tour .container .tour-types.second img:nth-child(4)  {
  transform: translateX(97px);
}
body section#select-city-tour .container .tour-types.second img:nth-child(7) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.second img:nth-child(2) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.first img {
  transform: translateX(30px);
}
body section#select-city-tour .container .tour-types.first img:nth-child(2) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.first img:nth-child(4) {
  transform: translateX(155px);
}
body section#select-city-tour .container .tour-types.first img {
  transform: translateX(90px);
}
body section#select-city-tour .container .tour-types.first img:nth-child(7) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.first img:nth-child(3) {
  top: 100%;
}


body section#select-city-tour .container .tour-types.third img {
  transform: translateX(-150px);
}
body section#select-city-tour .container .tour-types.third img:nth-child(1) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.third img:nth-child(4) {
  top: 100%;
}
body section#select-city-tour .container .tour-types.third img:nth-child(7) {
  transform: translateX(25px);
}
/*body section#select-city-tour .container .tour-types.third img {*/
/*  transform: translateX(30px);*/
/*}*/
/*body section#select-city-tour .container .tour-types.third img:nth-child(6) {*/
/*  top: 100%;*/
/*}*/
body section#select-city-tour .container strong {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  body section#select-city-tour .container strong {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body section#select-city-tour .container strong {
    margin-bottom: 20px;
  }
}
body section#select-city-tour .container .cities-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
body section#select-city-tour .container .cities-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: auto;
  padding: 5px 20px;
  height: auto;
  line-height: 16px;
  border-radius: 40px;
  text-align: center;
  color: #212121;
  background: #fff;
}
body section#select-city-tour .container .cities-list a small {
  font-size: 11px;
  color: #7455b8;
}
body section#select-city-tour .container .cities-list a:hover {
  color: #fff;
  background: #212121;
}
body section#select-city-tour .container .cities-list a:hover small {
  color: #fff;
}
body section#select-city-tour .container .cities-list a img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  object-fit: cover;
  margin-right: 10px;
}
body section#mobile-select-city-tour {
  position: absolute;
  display: none;
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 41px;
  width: 100%;
  height: auto;
  background: #444149;
  padding-bottom: 40px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body section#mobile-select-city-tour {
    display: block;
    padding-top: 30px;
  }
}
body section#mobile-select-city-tour .container .stars-and-hits {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  max-width: 90%;
}
body section#mobile-select-city-tour .container .event-image {
  width: calc(100% + 40px);
  margin-bottom: -10px;
  left: -20px;
  position: relative;
}
body section#mobile-select-city-tour .container .city-tour-peoples {
  width: 100%;
  text-align: center;
  line-height: 22px;
  padding: 20px 0;
  white-space: nowrap;
}
body section#mobile-select-city-tour .container .tour-types {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  aspect-ratio: 1200/400;
  margin: 0 auto 30px;
  background: url(img/gradient.png) no-repeat 0 0;
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body section#mobile-select-city-tour .container .tour-types {
    width: 1000px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  body section#mobile-select-city-tour .container .tour-types {
    display: none;
  }
}
body section#mobile-select-city-tour .container .tour-types img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 500ms ease-in-out;
}
body section#mobile-select-city-tour .container .tour-types.second img {
  transform: translateX(-50px);
}
body section#mobile-select-city-tour .container .tour-types.second img:nth-child(3) {
  top: 100%;
}
body section#mobile-select-city-tour .container .tour-types.first img {
  transform: translateX(120px);
}
body section#mobile-select-city-tour .container .tour-types.first img:nth-child(2) {
  top: 100%;
}
body section#mobile-select-city-tour .container strong {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  body section#mobile-select-city-tour .container strong {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body section#mobile-select-city-tour .container strong {
    margin-bottom: 20px;
  }
}
body section#mobile-select-city-tour .container .cities-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body section#mobile-select-city-tour .container .cities-list {
    align-items: center;
  }
}
body section#mobile-select-city-tour .container .cities-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: auto;
  padding: 5px 20px;
  height: auto;
  line-height: 16px;
  border-radius: 40px;
  text-align: center;
  color: #212121;
  background: #fff;
}
body section#mobile-select-city-tour .container .cities-list a small {
  font-size: 11px;
  color: #7455b8;
}
body section#mobile-select-city-tour .container .cities-list a:hover {
  color: #fff;
  background: #212121;
}
body section#mobile-select-city-tour .container .cities-list a img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  object-fit: cover;
  margin-right: 10px;
}
body section#select-city {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 41px;
  width: 100%;
  height: calc(100% - 41px);
  background: #444149;
  color: #fff;
}
body section#select-city .container strong {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body section#select-city .container strong {
    margin-bottom: 20px;
  }
}
body section#select-city .container .cities-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body section#select-city .container .cities-list {
    flex-direction: column;
    align-items: center;
  }
}
body section#select-city .container .cities-list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: auto;
  padding: 0 20px 0 5px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #212121;
  background: #fff;
}
body section#select-city .container .cities-list a:hover {
  color: #fff;
  background: #212121;
}
@media screen and (max-width: 768px) {
  body section#select-city .container .cities-list a {
    justify-content: flex-start;
    width: 170px;
  }
}
body section#select-city .container .cities-list a img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  object-fit: cover;
  margin-right: 10px;
}
body section#event-filter .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 20px;
  background: #7455b8;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  body section#event-filter .container {
    width: 100%;
    padding: 14px 10px;
  }
}
body section#event-filter .container a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 32px;
  padding: 0 10px;
}
body section#event-filter .container a:hover {
  color: #7455b8;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  body section#main-slider .container {
    width: 100%;
  }
}
body section#main-slider #main-slider-swiper {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
body section#main-slider #main-slider-swiper .swiper-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #D6D6D6;
  text-decoration: none;
  aspect-ratio: 21/9;
}
body section#main-slider #main-slider-swiper .swiper-slide img {
  display: none;
}
@media screen and (max-width: 1000px) {
  body section#main-slider #main-slider-swiper .swiper-slide {
    background: none !important;
  }
  body section#main-slider #main-slider-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body section#main-slider #main-slider-swiper .swiper-slide .slider-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 0;
  bottom: 0;
  padding: 30px;
  padding-right: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
}
body section#main-slider #main-slider-swiper .swiper-slide .slider-info small {
  opacity: 0.5;
  margin-bottom: 10px;
}
body section#main-slider #main-slider-swiper .swiper-slide .slider-info b {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 50px;
}
body section#main-slider #main-slider-swiper .swiper-slide .slider-info span {
  position: relative;
  display: block;
  margin-top: 25px;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border: #fff solid 1px;
  text-transform: uppercase;
  font-size: 14px;
}
body section#main-slider #main-slider-swiper .swiper-slide .slider-info span:hover {
  background: #fff;
  color: #7455b8;
}
@media screen and (max-width: 1000px) {
  body section#main-slider #main-slider-swiper .swiper-slide .slider-info {
    position: relative;
    padding: 20px;
    font-size: 14px;
    background: #212121;
    color: #fff;
  }
  body section#main-slider #main-slider-swiper .swiper-slide .slider-info b {
    font-size: 30px;
    line-height: 30px;
  }
  body section#main-slider #main-slider-swiper .swiper-slide .slider-info a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    margin-top: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 30px;
    font-size: 0;
  }
  body section#main-slider #main-slider-swiper .swiper-slide .slider-info a:after {
    position: absolute;
    display: block;
    content: "➞";
    font-size: 14px;
  }
}
body section#main-slider #next-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  left: 100%;
  top: 0;
  opacity: 0.1;
  cursor: pointer;
}
body section#main-slider #next-btn:hover {
  background: #fff;
  opacity: 0.7;
}
body section#main-slider #prev-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  left: -80px;
  transform: rotate(180deg);
  top: 0;
  opacity: 0.1;
  cursor: pointer;
}
body section#main-slider #prev-btn:hover {
  background: #fff;
  opacity: 0.7;
}
body section#text-section {
  margin-top: 80px;
  min-height: calc(100vh - 594px);
}
@media screen and (max-width: 1000px) {
  body section#text-section {
    margin-top: 40px;
    min-height: 0;
  }
}
body section#text-section .container .section-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  body section#text-section .container .section-title {
    font-size: 18px;
    line-height: 24px;
  }
}
body section#text-section .container .section-title span {
  color: #7455b8;
}
body section#events.single-event {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body section#events.single-event {
    margin-top: 0px;
  }
}
body section#events.all-events {
  min-height: calc(100vh - 554px);
}
body section#events .container .map-layer {
  color: #fff;
}
body section#events .container .map-layer iframe {
  margin-top: 20px;
}
body section#events .container #radarioWidgetInner1 {
  width: 100% !important;
}
body section#events .container #radarioWidgetInner1 iframe {
  width: 100% !important;
}
body section#events .container .event-header {
  width: 100%;
  display: block;
  justify-content: space-between;
  align-items: center;
  color: #7455b8;
}
body section#events .container .event-header h1 {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 42px;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-header h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
}
body section#events .container .event-image {
  position: relative;
  width: 100%;
  height: 300px;
}
body section#events .container .event-image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-image {
    height: auto;
    margin: 0 -20px;
  }
  body section#events .container .event-image img {
    height: 140px;
    position: relative;
    width: calc(100% + 40px);
  }
}
body section#events .container .load-more-block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
body section#events .container .load-more-block .load-more {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 200px;
  color: #7455b8;
  text-transform: uppercase;
  border: rgba(116, 85, 184, 0.22) solid 1px;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 40px;
  margin-top: 15px;
}
body section#events .container .load-more-block .load-more:hover {
  color: #fff;
  background: #7455b8;
}
body section#events .container .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section#events .container .section-header a {
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  body section#events .container .section-header a {
    display: none;
  }
}
body section#events .container .section-header a:hover {
  color: #7455b8;
}
body section#events .container .section-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  body section#events .container .section-title {
    font-size: 18px;
    line-height: 24px;
  }
}
body section#events .container .section-title span {
  color: #7455b8;
}
body section#events .container .events-fliter {
  position: relative;
  display: flex;
  gap: 20px;
}
body section#events .container .events-fliter a {
  color: #212121;
  text-decoration: none;
}
body section#events .container .events-fliter a:hover {
  color: #7455b8;
}
body section#events .container .events-fliter a.active {
  color: #7455b8;
}
body section#events .container .events-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  body section#events .container .events-list {
    gap: 20px;
  }
}
body section#events .container .events-list .empty-item {
  position: relative;
  width: calc(25% - 22px);
}
body section#events .container .events-list .event-item {
  position: relative;
  width: calc(25% - 22px);
  height: auto;
  padding-bottom: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #212121;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  body section#events .container .events-list .event-item {
    width: calc(33% - 14px);
  }
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item {
    width: calc(50% - 10px);
    padding-bottom: 8px;
  }
}
body section#events .container .events-list .event-item:hover {
  box-shadow: 0 0 5px rgba(116, 85, 184, 0.11);
}
body section#events .container .events-list .event-item .event-item-info {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info {
    padding: 0 8px;
  }
}
body section#events .container .events-list .event-item .event-item-info b {
  position: relative;
  display: block;
  font-size: 18px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info b {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }
}
body section#events .container .events-list .event-item .event-item-info strong {
  position: relative;
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info strong {
    font-size: 10px;
    line-height: 20px;
  }
}
body section#events .container .events-list .event-item .event-item-info .event-item-info-dp {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 18px;
  margin: 6px 0 0;
  color: rgba(33, 33, 33, 0.6);
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info .event-item-info-dp {
    font-size: 10px;
    margin: 2px 0 0;
  }
  body section#events .container .events-list .event-item .event-item-info .event-item-info-dp span:nth-child(3) {
    position: absolute;
    right: 0;
    top: 20px;
    white-space: nowrap;
  }
  body section#events .container .events-list .event-item .event-item-info .event-item-info-dp span:nth-child(3) br {
    position: relative;
    width: 4px;
    display: inline-block;
    content: " ";
  }
}
body section#events .container .events-list .event-item .event-item-info .event-item-info-dp .event-item-info-days {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 20px;
}
body section#events .container .events-list .event-item .event-item-info .event-item-info-dp .event-item-info-days strong {
  font-size: 40px;
  line-height: 40px;
  color: #7455b8;
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info .event-item-info-dp .event-item-info-days strong {
    font-size: 20px;
    line-height: 15px;
  }
}
body section#events .container .events-list .event-item .event-item-info a {
  position: relative;
  display: block;
  text-align: center;
  width: calc(100% - 32px);
  color: #7455b8;
  text-transform: uppercase;
  border: rgba(116, 85, 184, 0.22) solid 1px;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 40px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body section#events .container .events-list .event-item .event-item-info a {
    font-size: 12px;
    padding: 0;
    width: 100%;
    line-height: 30px;
    margin-top: 8px;
  }
}
body section#events .container .events-list .event-item .event-item-info a:hover {
  color: #fff;
  background: #7455b8;
}
body section#events .container .event-info-top {
  display: block;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top {
    flex-direction: column;
  }
}
body section#events .container .event-info-top .event-info {
  position: relative;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
body section#events .container .event-info-top .event-info .peoples .peoples-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 18px;
  margin-top: 10px;
  margin-bottom: 16px;
}
body section#events .container .event-info-top .event-info .peoples .peoples-list .people {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #7455b8;
}
body section#events .container .event-info-top .event-info .peoples .peoples-list .people span {
  border-bottom: rgba(116, 85, 184, 0) solid 1px;
}
body section#events .container .event-info-top .event-info .peoples .peoples-list .people:hover span {
  border-bottom: #7455b8 solid 1px;
}
body section#events .container .event-info-top .event-info .peoples .peoples-list .people img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  object-fit: cover;
}
body section#events .container .event-info-top .event-info .event-description {
  position: relative;
  display: block;
  height: 168px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top .event-info .event-description {
    height: 292px;
  }
}
body section#events .container .event-info-top .event-info .event-description.active {
  height: auto;
}
body section#events .container .event-info-top .event-info .event-description.active:after {
  display: none;
}
body section#events .container .event-info-top .event-info .event-description:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}
body section#events .container .event-info-top .event-info .event-text {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
body section#events .container .event-info-top .event-info .event-text span {
  color: #7455b8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top .event-info {
    background: none;
    padding: 0;
  }
}
body section#events .container .event-info-top .event-info .area-title {
  margin-top: 20px;
  margin-bottom: -20px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top .event-info .area-title {
    margin-bottom: 16px;
  }
}
body section#events .container .event-info-top .event-info #more-info-btn {
  position: relative;
  display: inline-block;
  color: #7455b8;
  border-bottom: #7455b8 dotted 1px;
  cursor: pointer;
}
body section#events .container .event-info-top #event-slider-container-ower {
  position: relative;
  display: block;
  max-width: 500px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top #event-slider-container-ower {
    max-width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -40px;
  }
}
body section#events .container .event-info-top #event-slider-container-ower .slider-dots {
  position: relative;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
body section#events .container .event-info-top #event-slider-container-ower .slider-dots .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(116, 85, 184, 0.3);
}
body section#events .container .event-info-top #event-slider-container-ower .slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7455b8;
}
body section#events .container .event-info-top #event-slider-container {
  position: relative;
  display: block;
  max-width: 500px;
  min-width: 500px;
  height: 400px;
  overflow: hidden;
  background: rgba(116, 85, 184, 0.1215686275);
}
@media screen and (max-width: 768px) {
  body section#events .container .event-info-top #event-slider-container {
    max-width: 100%;
    min-width: 100%;
  }
}
body section#events .container .event-info-top #event-slider-container .swiper-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
body section#events .container .event-info-top #event-slider-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
body section#events .container .event-info-top #event-slider-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body section#events .container .event-info-top #event-slider-container .swiper-wrapper .swiper-slide video {
  object-fit: contain;
}
body section#events .container .places-layer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  body section#events .container .places-layer {
    flex-direction: column;
  }
}
body section#events .container .places-layer .places {
  position: relative;
  display: block;
  min-height: 0;
  margin-top: 24px;
  width: 100%;
}
body section#events .container .places-layer .places .places-widget {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
body section#events .container .places-layer .places .places-widget.active {
  display: block;
}
body section#events .container .places-layer .places .soon-text {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #7455b8;
  font-weight: bold;
  left: 0;
  top: 0;
}
body section#events .container .places-layer .places .soon-text.active {
  display: flex;
}
body section#events .container .places-layer .places-layer-left {
  min-width: 396px;
}
@media screen and (max-width: 768px) {
  body section#events .container .places-layer .places-layer-left {
    min-width: 0;
  }
}
body section#events .container .places-layer .event-cities {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
body section#events .container .places-layer .event-cities .event-city {
  position: relative;
  padding: 10px 16px;
  border: #7455b8 solid 1px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
body section#events .container .places-layer .event-cities .event-city:hover {
  background: rgba(116, 85, 184, 0.1);
}
body section#events .container .places-layer .event-cities .event-city b {
  position: relative;
  display: block;
  font-size: 16px;
  color: #7455b8;
  margin-bottom: 3px;
}
body section#events .container .places-layer .event-cities .event-city small {
  position: relative;
  display: block;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 3px;
}
body section#events .container .places-layer .event-cities .event-city span {
  position: absolute;
  display: block;
  right: 12px;
  top: 10px;
  color: #7455b8;
  opacity: 0.7;
}
body section#events .container .places-layer .event-cities .event-city span.buy-span {
  opacity: 1;
  font-weight: bold;
}
body section#events .container .places-layer .event-cities .event-city.active {
  background: #7455b8;
  color: #fff;
}
body section#events .container .places-layer .event-cities .event-city.active span {
  color: #fff;
}
body section#events .container .places-layer .event-cities .event-city.active b {
  color: #fff;
}
body section#people {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  body section#people {
    margin-top: 20px;
  }
}
body section#people .container .back-link {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  border-bottom: rgba(116, 85, 184, 0) solid 1px;
  color: #7455b8;
}
@media screen and (max-width: 768px) {
  body section#people .container .back-link {
    margin-bottom: 60px;
  }
}
body section#people .container .back-link:hover {
  border-bottom: #7455b8 solid 1px;
}
body section#people .container .section-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  body section#people .container .section-title {
    font-size: 18px;
    line-height: 24px;
  }
}
body section#people .container .section-title span {
  color: #7455b8;
}
body section#people .container .people-info-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  body section#people .container .people-info-top {
    flex-direction: column;
  }
}
body section#people .container .people-info-top .people-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
body section#people .container .people-info-top .people-info .people-description {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  width: 100%;
}
body section#people .container .people-info-top .people-info .people-description.active {
  height: auto;
}
body section#people .container .people-info-top .people-info .people-description.active:after {
  display: none;
}
body section#people .container .people-info-top .people-info .people-description:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #F7F7F8, rgba(247, 247, 248, 0));
  content: "";
}
body section#people .container .people-info-top .people-info .people-text {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
body section#people .container .people-info-top .people-info .people-text span {
  color: #7455b8;
  font-weight: bold;
}
body section#people .container .people-info-top #people-slider-container-over {
  position: relative;
  display: block;
  max-width: 500px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  body section#people .container .people-info-top #people-slider-container-over {
    max-width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -40px;
  }
}
body section#people .container .people-info-top #people-slider-container-over .slider-dots {
  position: relative;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
body section#people .container .people-info-top #people-slider-container-over .slider-dots .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(116, 85, 184, 0.3);
}
body section#people .container .people-info-top #people-slider-container-over .slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7455b8;
}
body section#people .container .people-info-top #people-slider-container {
  position: relative;
  display: block;
  max-width: 500px;
  min-width: 500px;
  height: 400px;
  overflow: hidden;
  background: rgba(116, 85, 184, 0.1215686275);
}
@media screen and (max-width: 768px) {
  body section#people .container .people-info-top #people-slider-container {
    max-width: 100%;
    min-width: 100%;
  }
}
body section#people .container .people-info-top #people-slider-container .swiper-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
body section#people .container .people-info-top #people-slider-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
body section#people .container .people-info-top #people-slider-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body section#people .container .people-info-top #people-slider-container .swiper-wrapper .swiper-slide video {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about {
    margin-top: 40px;
  }
}
body section#subscribe-and-about .container {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about .container {
    flex-direction: column;
  }
}
body section#subscribe-and-about .container .about-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: #D6D6D6 solid 1px;
  width: 50%;
  min-height: 200px;
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about .container .about-block {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
body section#subscribe-and-about .container .subscribe-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: #D6D6D6 solid 1px;
  width: 50% !important;
  min-height: 200px;
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about .container .subscribe-block {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
  }
}
body section#subscribe-and-about .container .subscribe-and-about-c {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
body section#subscribe-and-about .container .subscribe-and-about-c b {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1000px) {
  body section#subscribe-and-about .container .subscribe-and-about-c b {
    font-size: 18px;
    line-height: 24px;
  }
}
body section#subscribe-and-about .container .subscribe-and-about-c b span {
  color: #7455b8;
}
body section#subscribe-and-about .container .subscribe-and-about-c a {
  position: relative;
  display: block;
  color: #7455b8;
  text-transform: uppercase;
  border: rgba(116, 85, 184, 0.22) solid 1px;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 40px;
}
body section#subscribe-and-about .container .subscribe-and-about-c a:hover {
  color: #fff;
  background: #7455b8;
}
body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form {
  display: flex;
  width: 100%;
}
body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form input {
  position: relative;
  display: block;
  width: calc(100% - 160px);
  outline: none;
  border: #D6D6D6 solid 1px;
  border-right: 0;
  height: 38px;
  padding: 0 16px;
  font-size: 14px;
}
body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form input.error {
  border: red solid 1px;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form input {
    width: calc(100% - 120px);
    padding: 0 12px;
  }
}
body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form .subscribe-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #7455b8;
  height: 40px;
  width: 160px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body section#subscribe-and-about .container .subscribe-and-about-c .subscribe-form .subscribe-btn {
    width: 120px;
    font-size: 10px;
  }
}
body footer {
  padding: 100px 0;
  margin-top: 40px;
  background: #212121;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body footer {
    padding: 60px 0;
    margin-top: 40px;
  }
}
body footer .container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body footer .container {
    padding: 0;
    flex-wrap: wrap;
  }
}
body footer .container .footer-part {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body footer .container .footer-part {
    font-size: 12px;
    width: 50%;
  }
  body footer .container .footer-part:nth-child(1) {
    width: 100%;
  }
}
body footer .container .footer-part b {
  position: relative;
  display: flex;
  height: 62px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body footer .container .footer-part:first-child img {
  margin-bottom: 20px;
}
body footer .container .footer-part a {
  position: relative;
  display: flex;
  gap: 8px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body footer .container .footer-part a br {
    position: relative;
    width: 4px;
    display: inline-block;
    content: "";
  }
}
body footer .container .footer-part a:hover {
  color: #fff;
}
body footer .container .footer-part a div {
  font-family: FontAwesome;
  color: #fff;
  width: 16px;
  display: flex;
  justify-content: center;
}
body .success-subscribe {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}
body .success-subscribe.active {
  display: flex;
}
body .success-subscribe .success-subscribe-field {
  padding: 50px;
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
