@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: Furore;
  font-weight: 400;
  src: local("Furore"), url(../fonts/Furore.woff2) format("woff2"), url(../fonts/Furore.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 400;
  src: local("Montserrat Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Play;
  font-weight: 400;
  src: local("Play Regular"), url(../fonts/play-regular.woff2) format("woff2"), url(../fonts/play-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Play;
  font-weight: 700;
  src: local("Play Bold"), url(../fonts/play-bold.woff2) format("woff2"), url(../fonts/play-bold.woff) format("woff");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

body {
  min-width: 320px;
  background: url("../img/offline-5/bgright-top-lines.png") no-repeat right 600px,
  /* url("../img/offline-5/bgleft-lines.webp") no-repeat left bottom 800px, */
  /* url("../img/offline-5/111bgtop2.png") no-repeat right -1300px,  */
  url("../img/bg1.png") no-repeat center top, url("../img/offline-5/promo/img-big-min.jpg") var(--fon) no-repeat center top;
  color: var(--text);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  min-height: 100%;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

.title {
  font-family: "Furore";
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 3px;
  color: var(--gray-light);
  background: url("../img/offline-5/bgtitle.png") no-repeat center center;
  padding: 10px 0;
  margin-bottom: 80px;
}

.title span {
  display: block;
  font-family: Play, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 1100px) {
  section {
    padding: 60px 0;
  }

  .title {
    font-size: 50px;
    line-height: 70px;
    border-radius: 20px;
  }
}

@media (max-width: 700px) {
  .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  section {
    padding: 30px 0;
  }

  .title {
    font-size: 30px;
    line-height: 50px;
  }

  body {
    background: url("../img/offline-5/bgtop2-mob.png") no-repeat right -800px, url("../img/offline-5/promo/img-big-min-mob.jpg") var(--fon) no-repeat center top;
  }
}

@media (max-width: 445px) {
  .title {
    font-size: 25px;
    line-height: 35px;
  }
}

:root {
  --text: #dcdcf0;
  --fon: #0a0019;
  --gray: #9696c8;
  --gray-light: #b4c8ff;
  --pink: #f0f;
}

.promo {
  position: relative;
  z-index: 999;
  padding: 0;
}

.promo__row {
  display: flex;
  justify-content: space-between;
}

.promo__left {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  padding-top: 100px;
  gap: 20px;
}

.promo__text {
  margin: 0 0 0 -40px;
}

.promo__info {
  background: rgba(10, 0, 25, 0.5);
  padding: 20px;
  font-size: 22px;
  line-height: 42px;
  max-width: 550px;
}

@media (max-width: 1400px) {
  .promo__left {
    padding-top: 50px;
  }

  .promo__image {
    margin-top: -40px;
    max-height: 700px;
    width: auto;
  }

  .promo__info {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .promo__image {
    max-width: 400px;
    height: auto;
  }

  .promo__text {
    margin-left: -20px;
  }
}

@media (max-width: 800px) {
  .promo__left {
    position: relative;
  }

  .promo__text {
    min-width: 350px;
  }

  .promo__info {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .promo__image {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .promo__row {
    flex-direction: column;
  }

  .promo__left {
    padding-top: 20px;
    justify-content: center;
    text-align: center;
  }

  .promo__left a {
    display: inline-block;
    margin: 0 auto;
  }

  .promo__image {
    max-width: 80%;
    margin: -40px auto 0;
  }

  .promo__text {
    margin: 0;
    min-width: 100%;
    position: relative;
  }

  .promo__logo {
    margin: 0 auto 20px;
    max-width: 100px;
  }
}

.program {
  /* background: url("../img/bg-slider.svg") no-repeat center 400px/100% auto; */
  padding-bottom: 65px;
}

.slick-track {
  /* background: url("../img/bg-slider.svg") no-repeat; */
  background-size: contain;
  background-position: left;
  padding-bottom: 65px;
}

.program__container {
  max-width: 100%;
  padding: 0;
}

.program__title {
  max-width: 650px;
  background-size: 100% 100%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.8s ease-in-out;
  justify-content: center;
}

.program__title a {
  color: var(--text);
}

.program__title a:hover {
  color: var(--pink);
}

.program__title em {
  font-style: normal;
}

.program .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -90px;
  gap: 10px;
  height: 60px;
  max-width: 540px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(150, 0, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.program .slick-dots li button {
  background: #9600ff;
  border-radius: 50%;
}

.program .slick-dots li button::before {
  display: none;
}

.program .slick-dots li.slick-active {
  width: 40px;
  height: 40px;
}

.program .slick-dots li.slick-active button {
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9174 0.242555C14.5375 -0.428587 16.3952 0.340822 17.0663 1.96106C18.1489 4.57477 21.851 4.57477 22.9338 1.96112C23.6049 0.340822 25.4623 -0.428587 27.0825 0.242555L28.9623 1.02118C30.5827 1.69232 31.352 3.54987 30.6808 5.17011C29.5983 7.78381 32.2162 10.4016 34.8298 9.31903C36.4501 8.64789 38.3076 9.4173 38.9787 11.0375L39.7575 12.9174C40.4286 14.5376 39.6591 16.3951 38.0388 17.0663C35.4252 18.1489 35.4252 21.8511 38.0388 22.9338C39.6591 23.6049 40.4284 25.4624 39.7573 27.0826L38.9787 28.9625C38.3076 30.5827 36.4501 31.3521 34.8298 30.681C32.2162 29.5984 29.5983 32.2162 30.6808 34.8299C31.352 36.4501 30.5827 38.3077 28.9623 38.9788L27.0827 39.7574C25.4623 40.4286 23.6049 39.6591 22.9338 38.0389C21.851 35.4252 18.1489 35.4252 17.0663 38.0389C16.3952 39.6592 14.5375 40.4286 12.9172 39.7574L11.0375 38.9788C9.41718 38.3077 8.64789 36.4501 9.31903 34.8299C10.4016 32.2162 7.78363 29.5983 5.17011 30.681C3.54974 31.3521 1.69232 30.5827 1.02118 28.9625L0.242616 27.0826C-0.428527 25.4623 0.34076 23.6049 1.96112 22.9337C4.57465 21.8511 4.57465 18.1489 1.96112 17.0663C0.34076 16.3951 -0.428527 14.5377 0.242372 12.9174L1.02118 11.0376C1.69232 9.41736 3.54974 8.64795 5.17011 9.31903C7.78363 10.4017 10.4016 7.78381 9.31903 5.17011C8.64789 3.54987 9.41718 1.69232 11.0375 1.02118L12.9174 0.242555ZM19.9999 31.5C26.3513 31.5 31.4999 26.3513 31.4999 20C31.4999 13.6487 26.3513 8.5 19.9999 8.5C13.6486 8.5 8.49994 13.6487 8.49994 20C8.49994 26.3513 13.6486 31.5 19.9999 31.5Z' fill='%23FF00FF'/%3E%3C/svg%3E") no-repeat center center/40px 40px;
}

.program .slick-next {
  right: 50%;
  margin-right: -450px;
  transform: translate(0, 0);
  top: 0;
  border-radius: 50px;
  border: 10px solid var(--fon);
  width: 145px;
  height: 100px;
  display: block;
}

.program .slick-next::before {
  display: block;
  width: 125px;
  height: 80px;
  background: url("../img/offline-5/program/slider/but-next.png") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
}

.program .slick-prev {
  left: 50%;
  margin-left: -450px;
  transform: translate(0, 0);
  top: 0;
  border-radius: 50px;
  border: 10px solid var(--fon);
  width: 145px;
  height: 100px;
  display: block;
  z-index: 99;
}

.program .slick-prev::before {
  display: block;
  width: 125px;
  height: 80px;
  background: url("../img/offline-5/program/slider/but-prev.png") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
}

.text-left {
  order: -1;
  text-align: right;
}

.item {
  min-width: 600px;
}

.item__info {
  text-align: center;
  font-family: Play;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 100px;
}

.item__info p {
  display: none;
  min-height: 100px;
}

.item__info b {
  display: block;
  font-family: Furore;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.5px;
  padding-top: 30px;
  position: relative;
}

.item__info b span {
  display: inline-block;
  padding: 0 20px;
  background: var(--fon);
  z-index: 99;
  position: relative;
}

.item__info b::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #9600ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 15px;
}

.item__image {
  text-align: center;
  background: url("../img/offline-5/program/slider/bgpodium.png") no-repeat center bottom/contain;
  margin-bottom: 10px;
}

.item__image img {
  margin: 0 auto;
  max-width: 250px;
  filter: grayscale(1);
}

.item__text {
  max-width: 800px;
  text-align: center;
  font-size: 0;
}

.item__title {
  text-align: center;
  font-family: Play, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.slick-current.slick-center .item {
  min-width: 900px;
}

.slick-current.slick-center .item__info {
  font-size: 36px;
  margin-bottom: 0px;
}

.slick-current.slick-center .item__info p {
  display: block;
}

.slick-current.slick-center .item__info b {
  display: block;
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 2.4px;
  color: var(--pink);
  padding-top: 0;
}

.slick-current.slick-center .item__info b::before {
  display: none;
}

.slick-current.slick-center .item__text {
  font-size: 18px;
  margin: 10px auto 0;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-current.slick-center .item__image {
  background: url("../img/offline-5/program/slider/bgpodium-cur.png") no-repeat center bottom/auto 100%;
  padding-bottom: 80px;
  margin-bottom: 0;
  scale: 1.5;
}

.slick-current.slick-center .item__image img {
  max-width: 350px;
  filter: grayscale(0);
  transition: .6;
}

.slick-current.slick-center .item__title {
  display: none;
}

@media (max-width: 1460px) {
  .program {
    padding-top: 60px;
    /* background: url("../img/offline-5/program/bgprogram.png") no-repeat center 300px/100% auto; */
  }

  .program__row {
    background-size: 100% auto;
    background-position: -18px 150px;
  }

  .program .slick-current.slick-center .item__text {
    max-width: 600px;
    margin-top: -30px;
    font-size: 16px;
    line-height: 22px;
    min-height: 50px;
  }

  .program .slick-current.slick-center .item__info b {
    font-size: 38px;
    line-height: 50px;
  }

  .program .slick-current.slick-center .item__info {
    font-size: 30px;
    line-height: 40px;
  }

  .program .slick-current.slick-center .item__image img {
    max-width: 300px;
  }

  .program .item__info p {
    min-height: 50px;
  }

  .item__info {
    margin-bottom: 50px;
  }
}

@media (max-width: 1370px) {
  .program .slick-next {
    right: 20px;
    margin-right: 0;
  }

  .program .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}

@media (max-width: 1260px) {
  .program__container {
    max-width: 1280px;
  }

  .program__row {
    background: none;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .program__item {
    margin: 0 !important;
    justify-content: flex-start !important;
    width: 650px;
    margin: 0 auto;
  }

  .program .text-left {
    order: 2 !important;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .slick-current.slick-center .item {
    min-width: 600px;
  }

  .slick-current.slick-center .item__info {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-current.slick-center .item__image img {
    max-width: 400px;
  }

  .item__text {
    max-width: 600px;
  }

  .program {
    background: none;
  }

  .program .slick-prev {
    width: 115px;
    height: 81px;
    top: 10px;
  }

  .program .slick-prev::before {
    width: 95px;
    height: 61px;
    background-size: cover;
  }

  .program .slick-next {
    width: 115px;
    height: 81px;
    top: 10px;
  }

  .program .slick-next::before {
    width: 95px;
    height: 61px;
    background-size: cover;
  }
}

@media (max-width: 859px) {
  .program__title {
    max-width: 96%;
    flex-direction: column;
    gap: 0;
  }

  .program__title em {
    display: none;
  }
}

@media (max-width: 750px) {
  .slick-current.slick-center .item__info {
    font-size: 28px;
    line-height: 32px;
  }

  .program .slick-dots {
    gap: 5px;
  }

  .item__info b span {
    background: none;
  }
}

@media (max-width: 680px) {
  .program {
    padding-bottom: 60px;
  }

  .program__item {
    width: 100%;
    max-width: 100%;
  }

  .program .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 55px;
    height: 55px;
    border: 0;
  }

  .program .slick-prev::before {
    width: 55px;
    height: 35px;
  }

  .program .slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 55px;
    height: 55px;
    border: 0;
  }

  .program .slick-next::before {
    width: 55px;
    height: 35px;
  }

  .slick-current.slick-center .item__text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-current.slick-center .item__info {
    max-width: 380px;
  }

  .slick-current.slick-center .item__info b {
    font-size: 28px;
    line-height: 40px;
  }

  .program .slick-current.slick-center .item__text {
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .program {
    padding-bottom: 0;
  }

  .program__item p {
    font-size: 18px;
    line-height: 20px;
  }

  .program__item p b {
    font-size: 28px;
    line-height: 40px;
  }

  .program__item img {
    max-width: 200px;
  }

  .program__item__info {
    margin-bottom: 0;
  }

  .program .slick-current.slick-center .item__text {
    max-width: 385px;
  }

  .program .slick-current.slick-center .item__info {
    font-size: 20px;
    line-height: 26px;
  }

  .program .slick-current.slick-center .item__info b {
    font-size: 28px;
    line-height: 40px;
  }

  .program .slick-current.slick-center .item__image img {
    max-width: 200px;
  }
}

@media (max-width: 400px) {
  .program__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .program .text-left {
    text-align: center;
  }

  .program .slick-current.slick-center .item__text {
    max-width: 285px;
  }
}

.as-it-happens {
  padding-bottom: 60px;
}

.as-it-happens__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.as-it-happens__item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(150, 0, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 10px;
  max-width: 360px;
}

.as-it-happens__item:hover {
  cursor: pointer;
}

.as-it-happens__item img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.as-it-happens__item p {
  font-family: Play;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.as-it-happens__item p span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

.modal {
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  top: -100%;
  transition: all 0.3s;
  display: none;
}

.modal__block {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  cursor: default;
  top: calc(50% - 250px);
}

.modal__container {
  width: 100%;
}

.modal__close {
  background: none;
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 99;
}

.modal.visible {
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
}

.modal-video {
  padding-bottom: 56.25%;
}

.modal-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal {
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
}

.modal iframe {
  aspect-ratio: 1.77778;
  width: 100%;
  height: 100%;
}

@media (max-width: 1260px) {
  .as-it-happens__item {
    flex: 1 1 45%;
  }

  .as-it-happens__item img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 800px) {
  .as-it-happens__item p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 650px) {
  .as-it-happens__item {
    flex: 1 1 100%;
  }

  .as-it-happens__row {
    justify-content: center;
  }
}

.foto {
  padding-top: 60px;
  padding-bottom: 0;
}

.foto__title {
  max-width: 665px;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
}

.foto img {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.foto__row {
  display: grid;
  grid-template: repeat(4, 160px)/repeat(5, minmax(150px, 220px));
  gap: 10px;
  justify-content: center;
}

.foto__vertical_2 {
  grid-row: span 2;
}

.foto__vertical_3 {
  grid-row: span 3;
}

.foto__vertical_3-2 {
  grid-row: span 3;
  grid-column: span 2;
}

.foto__gorizont_2 {
  grid-column: span 2;
}

.foto .slick-next {
  width: 64px;
  height: 64px;
  right: -64px;
}

.foto .slick-next::before {
  width: 64px;
  height: 64px;
  font-size: 0;
  display: block;
  border-radius: 10px;
  background: url("../img/offline-5/foto/next.svg") var(--pink) no-repeat center center;
}

.foto .slick-prev {
  width: 64px;
  height: 64px;
  left: -64px;
}

.foto .slick-prev::before {
  width: 64px;
  height: 64px;
  font-size: 0;
  display: block;
  border-radius: 10px;
  background: url("../img/offline-5/foto/prev.svg") var(--pink) no-repeat center center;
}

.foto .slick-dots {
  bottom: -50px;
}

.foto .slick-dots li button {
  border-radius: 50%;
}

.foto .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  opacity: 1;
}

.foto .slick-dots li.slick-active button::before {
  background: var(--pink);
}

.flipster__container {
  margin-bottom: 80px;
}

.flipster__item {
  filter: blur(5px);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.flipster__item--current {
  filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.flipster__nav {
  margin: 0;
}

.flipster__nav__link {
  border-radius: 50%;
  font-size: 0;
  width: 10px;
  height: 10px;
  background: var(--text);
}

.flipster__nav__link::after {
  background: var(--pink);
  z-index: 9;
}

.flipster--carousel .flipster__item {
  perspective: inherit;
}

.flipster__button {
  display: inline-flex;
  padding: 32px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: var(--pink);
  transform: translateY(-120%);
  margin: 0 2em;
}

.flipster__button svg {
  display: none;
}

.flipster__button--prev {
  background: url("../img/offline-5/foto/prev.svg") var(--pink) no-repeat center center;
}

.flipster__button--next {
  background: url("../img/offline-5/foto/next.svg") var(--pink) no-repeat center center;
}

@media (max-width: 900px) {
  .foto__row {
    grid-template: repeat(7, 160px)/repeat(3, minmax(150px, 1fr));
  }

  .foto .slick-next {
    width: 44px;
    height: 44px;
    right: -15px;
  }

  .foto .slick-next::before {
    width: 44px;
    height: 44px;
  }

  .foto .slick-prev {
    width: 44px;
    height: 44px;
    left: -15px;
    z-index: 99;
  }

  .foto .slick-prev::before {
    width: 44px;
    height: 44px;
  }

  .foto__vertical_3-2 {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {
  .flipster__button {
    display: none;
  }

  .foto__row {
    grid-template: repeat(6, 160px)/repeat(2, minmax(150px, 1fr));
  }

  .foto__vertical_2 {
    grid-row: span 1;
  }

  .foto__vertical_3 {
    grid-row: span 1;
  }

  .foto__vertical_3-2 {
    grid-row: span 1;
    grid-column: span 1;
  }

  .foto__gorizont_2 {
    grid-column: span 1;
  }
}

.map {
  padding-bottom: 0;
}

.map__row {
  position: relative;
  min-height: 600px;
}

.map__title {
  background-size: 736px 100%;
}

.map__address {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%), rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  width: 100%;
  max-width: 922px;
  padding: 20px 40px;
  font-family: Play, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

@media (max-width: 1100px) {
  .map img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .map__address {
    top: 20px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    padding: 10px 20px;
    max-width: 642px;
  }
}

@media (max-width: 800px) {
  .map__title {
    margin: 0 30px 40px;
  }

  .map__row {
    padding: 0 30px;
  }

  .map__address {
    position: relative;
    max-width: 100%;
  }
}

.registration {
  padding-bottom: 60px;
}

.registration__container {
  display: flex;
  max-width: 1180px;
  padding: 40px 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(150, 0, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transition: all 0.3s ease-in-out;
}

.registration__container:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(150, 0, 255, 0.5);
}

.registration__container:hover .registration__title {
  color: #fff;
}

.registration__title {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

.registr {
  display: none;
}

.registr__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 18px;
  margin-bottom: 40px;
}

.registr__item {
  flex: 0 1 500px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registr__label {
  font-weight: 600;
}

.registr__input {
  padding: 19px 20px;
  background: none;
  border-radius: 10px;
  border: 1px solid rgba(150, 0, 255, 0.4);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.registr__button {
  display: flex;
  width: 280px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #9600ff 0%, #0019ff 100%);
  color: var(--white);
  text-align: center;
  font-family: Play, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .registration__container {
    max-width: 70%;
    padding: 20px 40px;
  }
}

@media (max-width: 1100px) {
  .registration__container {
    padding: 20px;
  }

  .registr__item {
    flex: 0 1 48%;
  }
}

@media (max-width: 700px) {
  .registr__item {
    flex: 0 1 100%;
  }

  .registr__item input,
  .registr__item select {
    width: 100%;
  }
}

.partners {
  padding-top: 60px;
}

.partners__title {
  max-width: 761px;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
}

.partners__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.partners__row:not(:last-child) {
  margin-bottom: 80px;
}

.partners__item {
  flex: 1 1 380px;
  text-align: center;
}

.partners__item img {
  margin: 0 auto;
}

.translation {
  text-align: center;
  background: url("../img/offline-5/dots.png") rgba(150, 0, 255, 0.1) no-repeat 0 0;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

@media (max-width: 750px) {
  .translation__title {
    background-size: 100% 100%;
    border-radius: 20px;
    font-size: 30px;
    line-height: 50px;
  }
}

.footer {
  padding: 80px 0 80px;
  background: rgba(150, 0, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.footer__row {
  display: flex;
  gap: 20px;
  padding: 0 0 40px 0;
}

.footer__item {
  flex: 0 1 380px;
}

.footer__item_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__item h3 {
  font-family: Play, sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer__item ul {
  list-style: none;
}

.footer__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__item img {
  display: inline-block;
}

.footer__phone {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer__phone a {
  font-family: Play, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__email {
  font-family: Play, sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__icons:not(:last-child) {
  margin-bottom: 10px;
}

.footer__icons a {
  color: #b009c0;
}

.footer__partners {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer__copy {
  text-align: center;
  color: var(--gray);
}

.footer__copy span {
  display: block;
  font-size: 14px;
}

.logo-footer {
  display: block;
}

.partners-f {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 0;
}

.partners-f__list {
  gap: 40px;
  list-style: none;
  align-items: center;
  display: flex;
}

.partners-f__item {
  align-items: center;
  display: flex;
}

.partners-f__item a {
  display: block;
}

.partners-f__item a img {
  height: 34px;
  width: auto;
}

@media (max-width: 750px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }

  .footer__item {
    flex: 1 1 auto;
    width: 250px;
  }

  .partners-f__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* .program__slider_desktop */
.program__slider_desktop {
  display: flex;
}

.header-center {
  display: flex;
  gap: 20px;
}

.program__slider_desktop {
  align-items: center;
  flex-direction: column;
}

.program__slider_body {
  display: flex;
}

.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.active-slide {
  width: 50%;
}

.program__slider_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 850px) {
  .program__slider_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.time {
  min-width: 100px;
}
#time2 {
  color: var(--Pink, #F0F);
  text-align: center;

  /* Site/Head 2 - Regular 48 60 - Furore */
  font-family: Furore;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 125% */
  letter-spacing: 2.4px;
}

.item_time {
  color: var(--White, #DCDCF0);
  text-align: center;

  /* Site/Head 3 - Regular 30 40 - Furore */
  font-family: Furore;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-button {
  width: 125px;
  height: 80px;
  cursor: pointer;
  transition: .5;
}

.slider-button:hover {
  opacity: .9 !important;
}


.slider-button:first-child {
  background: url('../img/button-left.svg');
}

.slider-button:last-child {
  background: url('../img/button-right.svg');
}

.header-center {
  justify-content: space-between;
  width: 50%;
}

.program__slider_body {
  padding: 0 40px
}

.slide_img img {
  width: 400px;
  height: 400px;
  object-fit: contain;
  scale: .8;
  filter: grayscale(1);
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
@media (max-width:1278px) {
  .slide_img img {
    width: 400px;
    height: 250px;
    object-fit: contain;
    scale: .8;
  }
}

.item_time,
.slide_img img,
.slide_title,
.slide_description,
.time,
.slide_img {
  transition: all .4s linear;
  
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.active-slide .slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 635px;
  height: 645px;
}

.active-slide .slide_img img {
  height: 500px;
  width: 580px;
  pointer-events: none;
  
  filter: grayscale(0);
}

.slide_title {
  color: var(--White, #DCDCF0);
  text-align: center;

  /* Site/Header 2 - Regular 32 40 - Play */
  font-family: Play;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
}

.slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slide_description {
  height: 74px;
  margin-top: -90px;
  color: var(--White, #DCDCF0);
  text-align: center;

  /* Site/Body 2 - Regular 18 24 - Montserrat */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

#slideTitle2 {
  position: absolute;
  max-width: 580px;
  margin-top: -6px;

  color: var(--White, #DCDCF0);
  text-align: center;
  font-family: Play;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.slide_description {
  text-align: center;
}

.slide_img {
  background: url("../img/offline-5/program/slider/bgpodium.png") no-repeat center bottom/contain;
}

.active-slide .slide_img {
  background: url("../img/offline-5/program/slider/bgpodium-cur.png") no-repeat center bottom/contain;
}

.program__slider_footer {
  width: fit-content;
  margin-top: 40px;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid var(--gradient-white-2045, rgba(255, 255, 255, 0.20));
  background: var(--Purple-20, rgba(150, 0, 255, 0.20));

  /* Background Blur/50 */
  backdrop-filter: blur(25px);
}

.items_button {
  cursor: pointer;
  margin-top: 5px;
  transition: .5;
}

.items_button:hover {
  opacity: .7;
}

.program__slider {
  align-items: center;
}
.items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.item-t {
  width: 18px;
  height: 18px;
  max-width: 18px;
  background-color: var(--Purple-40, rgba(150, 0, 255, 0.40));
  border-radius: 10px;
}
.item-t:not(.active-item):hover {
  background-color: #b109c098;
  cursor: pointer;
  transition: .5s;
}
.active-item {
  min-width: 35px;
  height: 35px;
  background: url('../img/offline-5/program/slider/gear.svg');
  background-size: cover;
  /* animation: activeItemMove 1s 1; */
}
.program__slider_body {
  position: relative;
}
.program__slider_body_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16000px;
  left: 0;
  background: url('../img/bg-slider.svg') no-repeat;
  background-size: cover;
  background-position: bottom 60px left -4%;
  z-index: -1;
  transition: .5s;
  /* transform: translateX(-1150px); */
}

@keyframes activeItemMoveLeft {
  from {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(38px);
  }
  to {
    transform: translateX(38px);
  }
}
@keyframes activeItemMoveRight {
  from {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-55px);
  }
  to {
    transform: translateX(-55px);
  }
}

@media (min-width:1108px) {
  .program__slider {
    display: none !important;
  }
}
@media (max-width:1107px) {
  .program__slider_desktop {
    display: none;
  }
  .slick-current.slick-center .item__image {
    scale: 1;
  }
}

#menu, #menu2, #menu3 {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

#menu li, #menu2 li, #menu3 li {
	font-weight: bold;
	border-radius: 0;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(150, 0, 255, 0.20);
	backdrop-filter: blur(25px);
	padding: 10px;
	transition: all .6s ease-in-out;
}

#menu li:hover, #menu2 li:hover, #menu3 li:hover {
	cursor: pointer;
	background: rgba(255, 0, 255, 0.30);
	color: #FFF;
}

#menu li.tab_active, #menu2 li.tab_active, #menu3 li.tab_active {
	position: relative;
	background: rgba(255, 0, 255, 0.30);
	color: #FFF;
	cursor: pointer;
}

#container {
	clear: both;
}

#container .tab_content {
	display: none;
}

.visible {
	display: block !important;
}

@media(max-width: 600px) {
	#menu, #menu2, #menu3 {
		padding-bottom: 20px;}

	#menu li, #menu2 li, #menu3 li {
		font-size: 14px;
		line-height: 20px;
	}
}