@charset "UTF-8";
@font-face {
  font-family: "Neutral Face";
  src: url("./../fonts/neutral-face.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
}

header {
  padding-top: 75px;
  background: #f8e715;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  header {
    padding-top: 292px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
h1 {
  text-transform: uppercase;
  font-family: "Neutral Face", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

h2 {
  text-transform: uppercase;
  font-family: "Neutral Face", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

p {
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

i {
  font-size: 40px;
  /* font-size: 22px; */
}

.kf-modal-header {
  height: 90px;
  align-items: center;
  display: flex;
}
.kf-modal-header .kf-modal-close-icon {
  background: none;
  border: none;
}

.kf-mobile-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

.kf-modal-navbar {
  border-top: 1px solid black;
  margin-top: 4px;
  margin-bottom: 14px;
}

.kf-modal-nav-link {
  border-bottom: 1px solid black;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 14px 0;
}

.kf-modal-icon {
  width: 39px;
  height: 39px;
  margin-bottom: 97px;
}

.kf-modal-logo {
  margin-bottom: 20px;
}

.kf-modal-btn {
  border: 1px solid #000;
  background: #fff;
}

.kf-modal-btn:hover {
  border: 1px solid #000;
  background: #fff;
}

.kf-navbar {
  height: 90px;
  background: #f8e715 !important;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  align-items: center;
  display: flex;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .kf-navbar {
    height: 110px;
    padding-bottom: 28px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .kf-navbar {
    margin-bottom: 0px;
  }
}
.kf-navbar-toggler {
  padding: 8px 0 8px 8px;
  margin: 0;
  border: none;
}

.kf-order-wrapper {
  display: flex;
  flex-direction: column;
}

.kf-logo-no-plus {
  z-index: 4;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
  padding-right: 63px;
}
.kf-logo-no-plus img {
  width: 300px;
}

.kf-show-title {
  margin-bottom: 62px;
}

.kf-show-cta {
  margin-bottom: 0px;
}

.kf-show-details {
  border-bottom: 1px solid #d9d9d9;
}

.kf-details {
  margin-bottom: 139px;
}
.kf-details .kf-details-btn {
  transition: all 0.3s;
  background: #f8e715;
}
.kf-details .kf-details-btn:hover {
  transform: scale(1.05);
}

.kf-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.kf-upper-superscript {
  font-size: 0.8em; /* Уменьшите размер шрифта, если необходимо */
  vertical-align: super; /* Поднимает текст над базовой линией */
}

.kf-show-date {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 28px;
}

.kf-show-time {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}

.kf-show-city {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}

.kf-show-place {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
}

.kf-poster {
  margin-bottom: 19px;
}

.kf-show-details-2 .kf-show-date {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 18px;
  margin-top: 0;
}
.kf-show-details-2 .kf-show-time {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}
.kf-show-details-2 .kf-show-city {
  font-style: italic;
  font-size: 13.5px;
  line-height: 18px;
  margin-bottom: 2px;
}
.kf-show-details-2 .kf-show-place {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .kf-show-details-2 {
    padding-left: 30px;
    border-left: 1px solid #828282;
    margin-left: -40px;
  }
  .kf-details-btn {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 40px;
    border-radius: 0;
  }
}
.kf-show-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .kf-show-video {
    margin-bottom: 145px;
  }
}
.kf-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-video-cover .kf-video-poster {
  width: 100%;
  position: relative;
  cursor: pointer;
  filter: brightness(0.4);
}
.kf-video-cover .kf-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.kf-video-cover .kf-video-icon img {
  width: 41px;
  height: 41px;
  transition: all 0.3s;
}
.kf-video-cover:hover .kf-video-icon img {
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {
  .kf-video-cover .kf-video-icon img {
    width: 160px;
    height: 160px;
  }
  .kf-video-cover:hover .kf-video-icon img {
    width: 170px;
    height: 170px;
  }
}
.kf-show-carousel-section {
  margin-bottom: 10px;
}
.kf-show-carousel-section .kf-show-carousel {
  overflow: hidden;
}
.kf-show-carousel-section .kf-show-carousel .carousel-inner {
  height: 205px;
  height: auto;
}
.kf-show-carousel-section .kf-show-carousel .carousel-inner .carousel-item {
  height: 100%;
}
.kf-show-carousel-section .kf-show-carousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.kf-show-carousel-section .carousel-indicators {
  position: relative;
  margin-top: 19px;
}
.kf-show-carousel-section .carousel-indicators button {
  height: 15px;
  width: 15px;
  background: #000;
  border: none;
}
.kf-show-carousel-section .kf-carousel-text {
  grid-template-columns: 1fr 5fr 2fr 4fr;
  gap: 30px;
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  z-index: 1;
  color: #fff;
  align-items: end;
}
.kf-show-carousel-section .kf-carousel-text .kf-show-title {
  margin-bottom: 0;
}
.kf-show-carousel-section .kf-carousel-text .kf-show-title .kf-age-limits {
  border: 1px solid #fff;
  margin-bottom: 2px;
}
.kf-show-carousel-section .kf-carousel-text .kf-carousel-place {
  padding-bottom: 4px;
}
.kf-show-carousel-section .kf-carousel-text .kf-carousel-place p {
  margin-bottom: 0;
  font-size: 20px;
}

/* Стиль для активного индикатора */
.carousel-indicators button.active {
  background-color: #f8e715; /* Здесь можно настроить цвет для активного индикатора */
  opacity: 1 !important;
}

/* Стиль для неактивного индикатора */
.carousel-indicators button {
  background-color: #000; /* Здесь можно настроить цвет для неактивного индикатора */
  opacity: 1 !important;
}

@media (min-width: 1200px) {
  .kf-show-carousel-section {
    margin-bottom: 65px;
  }
  .kf-show-carousel-section .kf-show-carousel .carousel-inner {
    height: 597px;
  }
}
.kf-show-authors {
  padding-bottom: 13px;
  margin-bottom: 62px;
  border-bottom: 1px solid #828282;
}

@media (min-width: 1200px) {
  .kf-show-authors {
    border-bottom: none;
    margin-bottom: 54px;
  }
}
.kf-show-authors-title {
  margin-bottom: 24px;
}

.kf-show-author-role {
  font-weight: 700;
  margin-bottom: 0px;
}

.kf-show-author-name {
  margin-bottom: 1px;
}

.kf-show-author-roles {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .kf-show-author-roles {
    margin-top: 0;
  }
}
.kf-show-authors-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 30px;
}

.kf-show-about {
  padding-bottom: 5px;
  margin-bottom: 63px;
  border-bottom: 1px solid #828282;
}
.kf-show-about p {
  margin-bottom: 22px;
}

@media (min-width: 1200px) {
  .kf-show-about {
    border-bottom: none;
  }
}
.kf-show-about-title {
  margin-bottom: 22px;
}

.kf-cta-2 {
  margin-bottom: 135px;
}

.kf-show-hero {
  margin-bottom: 217px;
}
.kf-show-hero .kf-show-hero-logo {
  margin-bottom: 33px;
}

@media (min-width: 1200px) {
  .kf-show-hero {
    margin-bottom: 11px;
  }
}
.kf-plus {
  padding: 8px;
}

.kf-age-limits {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  aspect-ratio: 1;
}

.kf-menu-icon {
  padding: 8px 0 8px 8px;
}

.kf-header-description {
  margin-bottom: 30px;
}

.kf-header-city {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .kf-header-description {
    margin-bottom: 60px;
  }
  .kf-header-city {
    margin-bottom: 50px;
  }
}
.kf-mb-50 {
  margin-bottom: 50px;
}

.kf-disclaimer {
  color: #828282;
  position: relative;
  margin-bottom: 35px;
  line-height: 15px;
}

.kf-disclaimer:before {
  padding: 0px 8px;
  content: "✱";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.kf-icon_link {
  cursor: pointer;
  transition: all 0.4s;
}

.kf-icon_link:hover {
  transform: scale(1.05);
}

.kf-header-disclaimer {
  margin-bottom: 17px;
}

.kf-divider {
  margin-bottom: 64px;
}

.kf-program {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .kf-program {
    margin-bottom: 60px;
  }
}
.kf-program-item-summary {
  margin-top: 25px;
  margin-bottom: 4px;
}

.kf-program-item-details {
  display: grid;
  grid-template-columns: 0 1fr 0;
  gap: 30px;
}

@media (min-width: 992px) {
  .kf-program-item-details {
    grid-template-columns: 0 1fr 0;
  }
}
@media (min-width: 1400px) {
  .kf-program-item-details {
    grid-template-columns: 2fr 5fr 1fr;
  }
}
.kf-gap {
  gap: 30px;
}

.kf-grey {
  color: #828282;
}

.kf-schedule-filters {
  margin-bottom: 10px;
}

.kf-schedule-filters-block {
  margin-bottom: 10px;
}

.kf-schedule-filters-block p {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .kf-schedule-filters-title {
    margin-bottom: 64px;
  }
  .kf-schedule-filters-block {
    margin-bottom: 40px;
  }
}
.kf-schedule-subtitle {
  margin-bottom: 26px;
}

.kf-grid {
  margin-bottom: 68px;
}

.kf-show-card {
  margin-bottom: 90px;
}

.kf-show-img-wrapper {
  position: relative;
  margin-bottom: 16px;
  background: lightgray 50%;
}

.kf-show-img-cover {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: auto;
  color: white;
}

.kf-show-card-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  line-height: 22px;
}

.kf-show-card-description {
  margin-bottom: 27px;
  line-height: 1.2;
}

.kf-show-link {
  background: #f8e715;
  border-color: #f8e715;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  padding: 17px 12px;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .kf-show-link {
    background: #fff;
    border: 1px solid #000;
  }
  .kf-show-link:hover {
    background: #f8e715;
    border: 1px solid #f8e715;
  }
}
.kf-btn-description {
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.27px;
  margin-bottom: 0;
}

.kf-show-age {
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.kf-show-dates {
  color: #fff;
}

.kf-platforms {
  margin-bottom: 68px;
  padding-bottom: 33px;
}

.kf-platforms-tab {
  text-transform: uppercase;
  margin-bottom: 0;
}

.kf-platforms-tab-active {
  text-decoration: underline;
  font-weight: bold;
}

.kf-platforms-header {
  margin-bottom: 40px;
}

.kf-platforms-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .kf-platforms-title {
    margin-bottom: 0px;
  }
}
.kf-platform {
  margin-bottom: 30px;
}

.kf-platform-name {
  line-height: 1.2;
  margin-bottom: 4px;
}

.kf-platform-description {
  line-height: 1.2;
  margin-bottom: 4px;
}

.kf-platform-address {
  line-height: 1.2;
  margin-bottom: 4px;
}

.kf-team {
  margin-bottom: 68px;
  padding-bottom: 100px;
}

.kf-team-mail {
  color: #000;
  font-size: 13.5px;
  text-decoration: none;
}

.kf-team-title {
  margin-bottom: 70px;
}

.kf-team-item {
  margin-bottom: 20px;
}

.kf-team-item-name {
  margin-bottom: 4px;
  line-height: 1.2;
}

.kf-logos {
  margin-bottom: 360px;
}

@media (min-width: 1200px) {
  .kf-logos {
    margin-bottom: 265px;
  }
}
.kf-web {
  text-align: center;
}
.kf-web p {
  font-size: 8px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .kf-web {
    text-align: left;
    margin-left: 71px;
  }
}
.kf-logo-1 {
  margin-bottom: 49px;
}

.kf-creators {
  text-transform: uppercase;
  margin-bottom: 243px;
}

.kf-last-description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
}

.kf-video {
  margin-bottom: 30px;
}

.kf-video-container {
  position: relative;
  background: #111;
}

.kf-video-thumbnail {
  width: 100%;
}
.kf-video-thumbnail img {
  width: 100%;
}

.kf-btn {
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Neutral Face", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  padding: 17px 24px;
  transition: all 0.4s;
  min-width: 252px;
}

.kf-hidden {
  display: none;
}

.kf-years {
  font-size: 20px;
  margin-bottom: 130px;
}

.kf-description {
  min-height: 500px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .embed-container {
    height: 650px;
    padding-bottom: 0;
  }
}

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