:root {
  --vh: 1vh;
}
/**********************/
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot');
  src: local('MuseoSansCyrl-500'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot');
  src: local('MuseoSansCyrl/MuseoSansCyrl-900'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot');
  src: local('MuseoSansCyrl-700'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot');
  src: local('MuseoSansCyrl-300'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-100.eot');
  src: local('MuseoSansCyrl-100'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl/MuseoSansCyrl-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter/Inter-Bold.woff') format('woff'), url('../fonts/Inter/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Light.eot');
  src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/Raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway/Raleway-Light.woff') format('woff'), url('../fonts/Raleway/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:visited {
  text-decoration: inherit;
}
sup {
  line-height: 0;
  font-size: smaller;
  vertical-align: super;
}
sub {
  line-height: 0;
  font-size: smaller;
  vertical-align: sub;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Museo Sans Cyrl', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
body.no-scroll {
  overflow: hidden;
}
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 46px;
  border: 1px transparent solid;
  font-size: 14px;
  border-radius: 23px;
  transition: all 0.3s;
  padding: 0 20px;
  gap: 8px;
}
.btn:hover {
  text-decoration: none !important;
}
::selection {
  background-color: #0002;
  /* Цвет фона выделения */
}
.text_grey {
  color: #6C7278;
}
.text_center {
  text-align: center;
}
.container {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero-section {
  background: #001168 url("../images/hero-bg.jpg") no-repeat right bottom;
  background-size: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
@media screen and (max-width: 60rem) {
  .hero-section {
    background: #001168 url("../images/hero-bg.jpg") no-repeat right calc(100% - 160px);
    background-size: cover;
    min-height: 950px;
  }
}
.hero-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 160px;
  z-index: 0;
  background: linear-gradient(230.51deg, rgba(35, 59, 147, 0) 35%, #233B93 60%);
}
@media screen and (max-width: 60rem) {
  .hero-section:before {
    display: none;
  }
}
.hero-section .overview {
  flex: 0 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
  background: linear-gradient(89.36deg, #233B93 17.01%, #212570 101.84%);
  padding: 32px 0;
  overflow: hidden;
}
.hero-section .overview .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.hero-section .overview__wrapper {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .hero-section .overview__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero-section .overview__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.hero-section .overview .overview-item {
  position: relative;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
}
@media screen and (max-width: 60rem) {
  .hero-section .overview .overview-item {
    width: 280px;
    flex: 0 0 280px;
    height: 100%;
  }
}
.hero-section .overview .overview-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}
.hero-section .overview .overview-item:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 60rem) {
  .hero-section .overview .overview-item:last-child:after {
    display: none;
  }
}
.hero-section .overview .overview-item__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  background: #FFFFFF14;
  padding: 4px 8px;
  border-radius: 98px;
}
.hero-section .overview .overview-item__content {
  font-weight: 200;
}
.hero-section .overview .overview-item__content .fsi_22 {
  font-size: 22px;
  line-height: 120%;
}
.hero-section .overview .overview-item__content .fsi_32 {
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 60rem) {
  .hero-section .overview .overview-item__content .fsi_32 {
    font-size: 22px;
  }
}
.hero-section .overview .overview-item__content .fsi_18 {
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 60rem) {
  .hero-section .overview .overview-item__content b {
    font-weight: 200;
  }
}
@media screen and (max-width: 60rem) {
  .d-area {
    display: none !important;
  }
}
@media screen and (min-width: 61rem) {
  .m-area {
    display: none !important;
  }
}
.header {
  position: relative;
  z-index: 1;
  flex: 0 0 90px;
  height: 90px;
  border-bottom: 1px solid #FFFFFF2E;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 60rem) {
  .header {
    flex: 0 0 65px;
    height: 65px;
    border-bottom: none;
    position: relative;
    z-index: 10;
  }
}
.header::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
}
@media screen and (max-width: 60rem) {
  .header::after {
    content: '';
    display: block;
  }
}
.header__wrapper {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 48rem) {
  .header__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header__burger {
  height: 32px;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-left: 24px;
  z-index: 2;
}
.header__burger span {
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  position: absolute;
  display: block;
  top: 33.333%;
  transition: all 0.1s;
}
.header__burger span + span {
  top: 66.666%;
}
.header__burger.open span {
  top: 50%;
  transform: rotate(45deg);
}
.header__burger.open span + span {
  transform: rotate(-45deg);
}
@media screen and (min-width: 61rem) {
  .header__burger {
    display: none;
  }
}
.header__logo {
  margin-right: 24px;
  z-index: 2;
  position: relative;
}
.header__logo .logo {
  display: block;
}
.header__logo .logo img {
  display: block;
}
.header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 75rem) {
  .header__menu {
    display: block;
    transform: translateX(100%);
    padding-top: 6.25rem;
    padding-left: 2.5rem;
    margin-left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    transition: all ease 0.3s;
  }
  .header__menu.open {
    transform: translateX(0);
  }
}
.header__menu ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 60rem) {
  .header__menu ul {
    flex-direction: column;
  }
}
.header__menu ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 60rem) {
  .header__menu ul li {
    font-size: 18px;
  }
}
.header__menu ul li a {
  color: #fff;
  transition: opacity 0.2s;
}
.header__menu ul li a:hover {
  opacity: 0.6;
}
.header__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.header__action .header-lang {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}
.header__action .header-lang span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 60rem) {
  .header__action .ticket-btn {
    display: none;
  }
}
.ticket-btn {
  font-family: 'Inter', Arial, sans-serif;
  padding: 11px 15px 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #fff;
  border-radius: 26px;
  height: 50px;
  letter-spacing: 3.6px;
  background: #fff;
  transition: all ease 0.3s;
  box-shadow: 0px 4px 7.8px 0px #00000040;
}
.ticket-btn span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1D1D1F;
  letter-spacing: 3.6px;
}
.ticket-btn .after {
  background: #E3E3E3;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ticket-btn:hover .after {
  animation: moveRight 0.4s ease;
}
.ticket-btn:hover {
  box-shadow: 0px 2px 4px 0px #00000040;
}
.hero {
  color: #fff;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 60rem) {
  .hero {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.hero__wrapper {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
@media screen and (max-width: 48rem) {
  .hero__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
}
.hero__content .d-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
  position: relative;
  flex: 1 1 auto;
  max-height: 600px;
}
@media screen and (max-width: 86rem) {
  .hero__content .d-area {
    max-height: 500px;
  }
}
@media screen and (max-width: 75rem) {
  .hero__content .d-area {
    max-height: 400px;
  }
}
.hero__content .m-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  position: relative;
  flex: 1 1 auto;
}
.hero__content .m-area .ticket-btn-wrapper {
  align-self: stretch;
  text-align: center;
}
.hero__content .m-area .ticket-btn-wrapper .ticket-btn {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.hero__logo {
  max-width: 550px;
}
@media screen and (max-width: 60rem) {
  .hero__logo {
    margin-top: 16px;
  }
}
.hero__location {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 86rem) {
  .hero__location {
    font-size: 24px;
  }
}
@media screen and (max-width: 60rem) {
  .hero__location {
    margin-top: 20px;
  }
}
@media screen and (max-width: 48rem) {
  .hero__location {
    font-size: 16px;
  }
}
.hero__title {
  font-weight: 900;
  font-size: 80px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 86rem) {
  .hero__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 75rem) {
  .hero__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 60rem) {
  .hero__title {
    padding: 0;
    margin: 50px 0 auto 0;
    text-align: center;
    width: 100%;
  }
  .hero__title dt {
    padding: 0;
    margin: 0;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .hero__title dt small {
    font-size: 18px;
  }
  .hero__title dd {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #B9DAF4;
    line-height: 1;
    margin-bottom: 17px;
  }
}
.hero__program-list {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.1;
  vertical-align: middle;
}
@media screen and (max-width: 86rem) {
  .hero__program-list {
    font-size: 24px;
  }
}
.hero__date {
  position: absolute;
  right: 32px;
  top: 16px;
}
@media screen and (max-width: 86rem) {
  .hero__date {
    font-size: 24px;
  }
}
@media screen and (max-width: 60rem) {
  .hero__date {
    top: 0;
    right: 0;
  }
}
.date-tile {
  letter-spacing: -2px;
}
@media screen and (max-width: 60rem) {
  .date-tile {
    letter-spacing: -1px;
  }
}
.date-tile__date {
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border: 1px #fff solid;
  padding: 8px 0 2px;
}
@media screen and (max-width: 75rem) {
  .date-tile__date {
    font-size: 42px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}
.date-tile__date sup {
  font-size: 26px;
  font-weight: 600;
  transform: translateY(-7px);
  display: inline-block;
}
@media screen and (max-width: 75rem) {
  .date-tile__date sup {
    font-size: 13px;
    transform: translateY(-5px);
  }
}
.date-tile__time {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: #fff;
  color: #233B93;
  padding: 5px 12px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 75rem) {
  .date-tile__time {
    font-size: 19px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.intro-section {
  padding: 120px 0;
}
@media screen and (max-width: 90rem) {
  .intro-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section {
    padding: 30px 0 60px;
  }
}
.intro-section .intro__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 48rem) {
  .intro-section .intro__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__wrapper {
    flex-direction: column;
  }
}
.intro-section .intro__poster {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 0 0 50%;
}
.intro-section .intro__poster .poster {
  background: #001168;
  flex: 1 1 auto;
  background: #001168 url("../images/hero-bg.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster {
    padding: 50px;
  }
}
@media screen and (max-width: 48rem) {
  .intro-section .intro__poster .poster {
    padding: 30px 24px;
    align-items: center;
  }
}
.intro-section .intro__poster .poster__ticket {
  margin-top: 32px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster__ticket {
    margin-top: 180px;
    text-align: center;
  }
}
@media screen and (max-width: 48rem) {
  .intro-section .intro__poster .poster__ticket {
    width: 100%;
  }
}
@media screen and (max-width: 48rem) {
  .intro-section .intro__poster .poster__ticket .ticket-btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster__ticket {
    order: 4;
  }
}
.intro-section .intro__poster .poster__logo {
  width: 80%;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster__logo {
    order: 1;
  }
}
@media screen and (max-width: 48rem) {
  .intro-section .intro__poster .poster__logo {
    width: 90%;
  }
}
.intro-section .intro__poster .poster__logo img {
  display: block;
  width: 100%;
}
.intro-section .intro__poster .poster dl {
  padding: 0 16px;
  margin: 32px 0 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster dl {
    order: 2;
    padding: 0;
    margin: 32px -16px auto -16px;
    width: calc(100% + 32px);
  }
}
.intro-section .intro__poster .poster dl dt {
  padding: 0;
  margin: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 90rem) {
  .intro-section .intro__poster .poster dl dt {
    font-size: 44px;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster dl dt {
    font-size: 27px;
  }
}
.intro-section .intro__poster .poster dl dt small {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster dl dt small {
    font-size: 18px;
  }
}
.intro-section .intro__poster .poster dl dd {
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  color: #B9DAF4;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster dl dd {
    font-size: 18px;
  }
}
.intro-section .intro__poster .poster__person {
  display: flex;
  flex-direction: row;
  background: #173C95;
  width: 100%;
  padding: 32px 23px;
  border-radius: 0 0 20px 20px;
  margin-top: 180px;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .poster__person {
    order: 3;
    background: transparent;
    width: 100%;
    max-width: 300px;
    padding: 32px 23px;
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width: 35rem) {
  .intro-section .intro__poster .poster__person {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
.intro-section .intro__poster .person {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .person {
    gap: 18px;
  }
}
.intro-section .intro__poster .person__photo {
  flex: 0 0 60px;
  max-width: 60px;
}
.intro-section .intro__poster .person__photo img {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
}
.intro-section .intro__poster .person__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 75rem) {
  .intro-section .intro__poster .person__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__poster .person__name {
    font-size: 18px;
  }
  .intro-section .intro__poster .person__name br {
    display: none;
  }
}
.intro-section .intro__poster .person__position {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 5px;
}
.intro-section .intro__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__content {
    flex-direction: column-reverse;
  }
}
.intro-section .intro__content .intro-article h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 144%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.intro-section .intro__content .intro-article p {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: #3F3F3F;
}
.intro-section .intro__content .intro-article hr {
  display: block;
  height: 0;
  border: none;
  border-top: 1px #E8E8E8 solid;
  margin: 20px 0;
}
.intro-section .intro__content .intro-qr {
  background: linear-gradient(262.83deg, #204EBE 17.33%, #273892 98.97%);
  padding: 17px 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  color: #fff;
}
@media screen and (max-width: 75rem) {
  .intro-section .intro__content .intro-qr {
    flex-direction: column;
  }
}
@media screen and (max-width: 60rem) {
  .intro-section .intro__content .intro-qr {
    align-items: flex-start;
  }
}
.intro-section .intro__content .intro-qr__img {
  flex: 0 0 113px;
}
.intro-section .intro__content .intro-qr__img img {
  display: block;
  height: 113px;
  width: 113px;
}
.intro-section .intro__content .intro-qr__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.intro-section .intro__content .intro-qr__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 144%;
  text-transform: uppercase;
}
.intro-section .intro__content .intro-qr__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
}
.gallery {
  background: #0F1350;
  background: linear-gradient(90deg, #0f1350 0%, #173C95 50%, #0f1350 100%);
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 90rem) {
  .gallery {
    padding: 80px 0;
  }
}
@media screen and (max-width: 60rem) {
  .gallery {
    padding: 60px 0;
  }
}
.gallery__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .gallery__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.gallery__pretitle {
  color: #B2C4F0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.gallery__logo {
  max-width: 690px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.gallery__logo img {
  display: block;
  width: 100%;
}
.gallery__ticket {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 35rem) {
  .gallery__ticket .ticket-btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.gallery__slider {
  margin-top: 60px;
}
@media screen and (max-width: 60rem) {
  .gallery__slider {
    margin-top: 55px;
  }
}
.gallery .gallery-slide {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}
.gallery .gallery-slide img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery .gallery-slide:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 93.1%);
}
.gallery .gallery-slide__copy {
  position: absolute;
  bottom: 22px;
  right: 24px;
  font-weight: 300;
  font-size: 12px;
  line-height: 144%;
  text-align: right;
  vertical-align: middle;
  color: #FFFFFF8C;
  z-index: 1;
  font-family: 'Raleway', sans-serif;
}
@media screen and (max-width: 60rem) {
  .gallery .gallery-slide__copy {
    font-size: 9px;
    right: 10px;
    bottom: 10px;
  }
}
.gallery .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.gallery .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 42px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .owl-carousel button.owl-dot {
  flex: 1 1 10px;
  height: 4px;
  background: rgba(232, 232, 232, 0.3);
  border-radius: 2px;
  transition: background-color 0.3s;
}
.gallery .owl-carousel button.owl-dot.active {
  background: #fff;
}
.program {
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 90rem) {
  .program {
    padding: 80px 0;
  }
}
@media screen and (max-width: 60rem) {
  .program {
    padding: 60px 0;
  }
}
.program__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .program__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.program__title {
  font-weight: 900;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 75rem) {
  .program__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 48rem) {
  .program__title {
    font-size: 23px;
    line-height: 1.4;
  }
}
.program__list {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 60rem) {
  .program__list {
    flex-direction: column;
    align-items: center;
    gap: 61px;
    margin-top: 32px;
  }
}
.program .program-item {
  flex: 0 0 calc(30% - 20px * 2 / 3);
  position: relative;
}
@media screen and (max-width: 60rem) {
  .program .program-item {
    flex: 0 0 auto;
    max-width: 500px;
  }
}
.program .program-item__card {
  display: block;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 60rem) {
  .program .program-item__card {
    margin-bottom: 30px;
  }
}
.program .program-item__photo {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.program .program-item__photo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.94%, #000000 107.79%), linear-gradient(341.48deg, rgba(0, 0, 0, 0) 80.56%, #000000 92.68%);
  z-index: 2;
  border-radius: 16px;
}
.program .program-item__photo img {
  display: block;
  width: 100%;
  border-radius: 16px;
  height: auto;
  position: relative;
  z-index: 1;
  user-select: none;
}
@media screen and (max-width: 60rem) {
  .program .program-item:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 1px;
    background: #E8E8E8;
  }
}
.program .program-item:last-child {
  flex: 0 0 calc(39.5% - 20px * 2 / 3);
}
@media screen and (max-width: 60rem) {
  .program .program-item:last-child {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 60rem) {
  .program .program-item:last-child:after {
    display: none;
  }
}
.program .program-item__name {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 90rem) {
  .program .program-item__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 86rem) {
  .program .program-item__name {
    font-size: 18px;
  }
}
.program .program-item__position {
  position: absolute;
  bottom: 18px;
  z-index: 3;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program .program-item__intro {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  color: #29292E;
}
.contact {
  background: #0F1350;
  background: linear-gradient(90deg, #0f1350 0%, #173C95 50%, #0f1350 100%);
  padding: 100px 0 180px;
  overflow: hidden;
}
@media screen and (max-width: 90rem) {
  .contact {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 60rem) {
  .contact {
    padding: 60px 0;
  }
}
.contact__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .contact__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contact__pretitle {
  color: #B2C4F0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.contact__logo {
  max-width: 690px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.contact__logo img {
  display: block;
  width: 100%;
}
.contact__ticket {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 35rem) {
  .contact__ticket .ticket-btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: 58px;
    letter-spacing: 2px;
  }
}
.contact__row {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 60rem) {
  .contact__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 48rem) {
  .contact__row {
    margin-top: 24px;
  }
}
.contact__row:last-child {
  margin-top: 24px;
}
.contact__col {
  flex: 0 0 calc(33.33% - 30px * 2 / 3);
}
@media screen and (max-width: 60rem) {
  .contact__col {
    flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__col:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 60rem) {
  .contact__col:nth-child(2) {
    flex: 0 0 auto;
    max-width: 500px;
    justify-content: flex-start;
  }
}
.contact__col:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 60rem) {
  .contact__col:nth-child(3) {
    flex: 0 0 auto;
    max-width: 500px;
    justify-content: flex-start;
  }
}
.contact__slider {
  flex: 0 0 calc(33.33% - 30px / 2);
  max-width: calc(33.33% - 30px / 2);
  position: relative;
}
@media screen and (max-width: 75rem) {
  .contact__slider {
    flex: 0 0 calc(50% - 30px / 2);
    max-width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 60rem) {
  .contact__slider {
    flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__slider .contact-slide {
  display: block;
  position: relative;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
}
.contact__slider .contact-slide img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contact__slider.owl-carousel .owl-nav button.owl-next,
.contact__slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 27px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #fff;
}
.contact__slider.owl-carousel .owl-nav button.owl-next {
  right: 12px;
}
.contact__slider.owl-carousel .owl-nav button.owl-prev {
  left: 12px;
}
.contact__slider.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 22px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.contact__slider.owl-carousel button.owl-dot {
  flex: 1 1 10px;
  height: 4px;
  background: rgba(232, 232, 232, 0.3);
  border-radius: 2px;
  transition: background-color 0.3s;
}
.contact__slider.owl-carousel button.owl-dot.active {
  background: #fff;
}
.contact__map {
  flex: 0 0 calc(66.66% - 30px / 2);
}
@media screen and (max-width: 75rem) {
  .contact__map {
    flex: 0 0 calc(50% - 30px / 2);
    max-width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 60rem) {
  .contact__map {
    flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__map iframe {
  display: block;
  border-radius: 16px;
}
.contact dl,
.contact dd,
.contact dt {
  padding: 0;
  margin: 0;
}
.contact dl {
  display: flex;
  flex-direction: column;
}
.contact dd {
  font-weight: 300;
  font-size: 20px;
  line-height: 144%;
  color: #fff;
}
@media screen and (max-width: 48rem) {
  .contact dd {
    font-size: 18px;
  }
}
.contact dd a {
  color: inherit;
}
.contact dd a:hover {
  text-decoration: underline;
}
.contact dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #B2C4F0;
  margin-top: 8px;
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.footer {
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 60rem) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .footer__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 24px;
}
@media screen and (max-width: 60rem) {
  .footer__top {
    flex-wrap: wrap;
    gap: 55px;
  }
}
.footer__logo {
  flex: 0 0 20%;
}
.footer__menu {
  flex: 0 0 80%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 60rem) {
  .footer__menu {
    flex-wrap: wrap;
    flex: 0 0 100%;
    gap: 55px 24px;
  }
}
.footer__col {
  flex: 0 0 calc(33.333% - 24px * 2 / 3);
}
@media screen and (max-width: 60rem) {
  .footer__col {
    flex: 0 0 auto;
  }
}
.footer__col .col-legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #B9DAF4;
  margin-bottom: 20px;
}
.footer__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.footer__col ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 60rem) {
  .footer__col ul li {
    font-size: 12px;
  }
}
.footer__col ul li a {
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.footer__col ul li a:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding-top: 24px;
  border-top: rgba(255, 255, 255, 0.15) 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 60rem) {
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.footer__copy {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
}
.footer__links {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
  align-items: center;
}
.footer__links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #B9DAF4;
}
.scroll-top {
  position: fixed;
  height: 54px;
  width: 54px;
  background: #fff;
  border-radius: 50%;
  right: 32px;
  box-shadow: 0px 4px 7.8px 0px #00000040;
  bottom: 64px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  z-index: 6;
  transition: all 0.2s;
  cursor: pointer;
}
.scroll-top:hover {
  box-shadow: 0px 2px 4px 0px #00000040;
}
@media screen and (max-width: 60rem) {
  .scroll-top {
    display: none !important;
  }
}
.lang-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 48rem) {
  .lang-modal {
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    background: #000;
  }
}
.lang-modal__wrap {
  background: #000;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  box-shadow: 0 1px #0007;
}
@media screen and (max-width: 48rem) {
  .lang-modal__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 35rem) {
  .lang-modal__wrap {
    padding: 20px 0;
  }
}
.lang-modal__header {
  color: #B9DAF4;
  font-size: 26px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 48rem) {
  .lang-modal__header {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
  }
}
.lang-modal__close {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  background: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #BABABA;
  cursor: pointer;
}
.lang-modal__close:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: all 0.1s;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
}
.lang-modal__close:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: all 0.1s;
  left: 0;
  position: absolute;
  transform: rotate(-45deg);
}
.lang-modal__close:hover {
  color: #fff;
}
.lang-modal__search {
  margin-top: 16px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 48rem) {
  .lang-modal__search {
    padding-bottom: 24px;
  }
}
.lang-modal__search input {
  height: 40px;
  padding: 5px 24px;
  border: none;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .lang-modal__search:after {
    content: '';
    display: block;
    border-bottom: 1px #000000 solid;
    position: absolute;
    left: -16px;
    right: -16px;
    bottom: 0;
  }
}
.lang-modal__content {
  padding: 5px 0;
  user-select: none;
}
.lang-modal__content .lang-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.lang-modal__content .lang-list::-webkit-scrollbar-track {
  background: #000;
}
.lang-modal__content .lang-list::-webkit-scrollbar-thumb {
  background: #3F3F3F;
}
.lang-modal__content .lang-list::-webkit-scrollbar-thumb:hover {
  background: #575757;
}
.lang-modal__content .lang-list {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  list-style: none;
  font-weight: 500;
}
@media screen and (max-width: 60rem) {
  .lang-modal__content .lang-list {
    gap: 16px;
  }
}
@media screen and (max-width: 48rem) {
  .lang-modal__content .lang-list {
    max-height: calc(100vh - 145px);
    overflow: auto;
    gap: 4px;
  }
}
.lang-modal__content .lang-list li {
  flex: 0 0 calc(16.6% - 20px * 5 / 6);
}
@media screen and (max-width: 80rem) {
  .lang-modal__content .lang-list li {
    flex: 0 0 calc(20% - 20px * 4 / 5);
  }
}
@media screen and (max-width: 70rem) {
  .lang-modal__content .lang-list li {
    flex: 0 0 calc(25% - 20px * 3 / 4);
  }
}
@media screen and (max-width: 60rem) {
  .lang-modal__content .lang-list li {
    flex: 0 0 calc(33.333% - 16px * 2 / 3);
  }
}
@media screen and (max-width: 35rem) {
  .lang-modal__content .lang-list li {
    flex: 0 0 calc(50% - 16px * 1 / 2);
  }
}
.lang-modal__content .lang-list li.current-lang a {
  background: #3F3F3F;
}
.lang-modal__content .lang-list a {
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  transition: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.lang-modal__content .lang-list a img {
  margin-right: 0.375rem;
}
.lang-modal__content .lang-list li.current-lang a {
  background: #3F3F3F;
}
.lang-modal__content .lang-list li.active a {
  background: #3F3F3F;
}
@media screen and (max-width: 48rem) {
  .lang-modal__content .lang-list a {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 7px;
  }
}
.lang-modal__content .lang-list a:hover {
  background: #3F3F3F;
}
/*# sourceMappingURL=style.css.map */