.slider-button {
  color: #fff;
  pointer-events: all;
  fill: currentColor;
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.slider-button:hover {
  color: #fff9;
}
.slider-button_next {
  transform: scaleX(-1);
}
.slider-button_type_default {
  width: 2.4rem;
}
.slider-button_type_custom {
  width: 4.7rem;
}
.slider-button_color_light-blue {
  color: #7294df;
}
.slider-button_color_light-blue:hover {
  color: #fff;
}
.slider-button_color_black {
  color: #000;
}
.slider-button_color_black:hover {
  color: #3464f9;
}
.slider-navigation {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.7rem;
  justify-content: space-between;
  pointer-events: none;
}
.slider-navigation_position_vertical-center {
  --slider-navigation-offset: 0px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  right: var(--slider-navigation-offset);
  bottom: auto;
  left: var(--slider-navigation-offset);
  transform: translateY(-50%);
}
.slider-progress {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.slider-progress_light {
  background-color: #1a3062;
}
.slider-progress_light .slider-progress__bar {
  background-color: #2959ef;
}
.slider-progress__bar {
  width: 100%;
  height: 1px;
  background-color: #01133c;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-marquee__slider .splide:not(.is-active) {
  visibility: visible;
}
.part-marquee__slider .splide:not(.is-active) .splide-slide {
  margin-right: 4.2rem;
}
.part-program-navigation__slider .splide {
  padding: 3.2rem 6.4rem;
}
.part-program-navigation__slider .splide:not(.is-active) {
  visibility: visible;
}
.part-program-navigation__slide.is-active .part-program-navigation__item {
  color: #fff;
}
.part-program-navigation__slide.is-active
.part-program-navigation__item:before {
  transform: translate(-50%) scale(1);
}
.part-program-navigation__slide:not(.is-active)
.part-program-navigation__item:hover {
  color: #7294df;
}
.part-program-navigation__item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.6rem;
  align-items: baseline;
  padding-bottom: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #7A9BCC;
  text-transform: uppercase;
  transition-property: color, transform;
  transform-origin: 50% 50%;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-program-navigation__item:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 130 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M129.969 2.14341C130.182 3.81075 78.2036 7.61992 50.4684 9.33842C22.7332 11.057 0.667413 11.0166 0.45366 9.34925C0.239908 7.68191 27.6281 4.681 55.3632 2.96246C103.034 0.00863945 129.755 0.476066 129.969 2.14341Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  transition-property: transform;
  transform: translate(-50%) scale(0);
  transform-origin: 50% 50%;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-program-navigation__item-value {
  font-size: 5.2rem;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.part-program-navigation__item-key {
  font-size: 1.6rem;
}
.part-tabs-buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 6.4rem;
}
.part-tabs-buttons__button {
  position: relative;
  padding-bottom: 1rem;
  overflow: hidden;
  font-size: 2.2rem;
  color: #6c778e;
  text-transform: uppercase;
  transition-property: color, font-weight;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-tabs-buttons__button:not(.is-active):hover {
  color: #01133c;
}
.part-tabs-buttons__button.is-active {
  font-weight: 400;
  color: #01133c;
}
.part-tabs-buttons__button.is-active:before {
  transform: scaleX(1);
}
.part-tabs-buttons__button:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: currentColor;
  transition-property: transform, background-color;
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-share {
  --part-share-link-size: 5.2rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
  align-items: center;
}
.part-share_type_tooltip {
  padding: 1.4rem 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.part-share_size_small {
  --part-share-link-size: 3.6rem;
}
.part-share_size_small .part-share__label {
  font-size: 1.2rem;
}
.part-share__label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #01133c;
  text-transform: uppercase;
}
.part-share__list {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.8rem;
}
.part-share__link {
  width: var(--part-share-link-size);
  height: var(--part-share-link-size);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  fill: #394257;
  transition-property: fill, border-color, background-color;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-share__link:not(:active):hover {
  border-color: #ecf1ff;
  fill: #2959ef;
}
.part-share__link:active {
  background-color: #2959ef;
  border-color: #2959ef;
  fill: #fff;
}
.part-map {
  position: relative;
  width: 100%;
  height: 100%;
}
.part-map canvas {
  filter: grayscale(1);
}
.part-map__marker {
  max-width: none;
  max-width: initial;
}
.part-map__marker_type_default {
  position: relative;
  width: 9.4rem;
  transform: translate(-50%, -50%);
}
.item-partners {
  width: 16.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-program {
  display: flex;
  flex-flow: row nowrap;
  gap: 4.8rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.4rem 6.4rem 7.2rem;
}
.item-program__cell {
  flex-basis: auto;
}
.item-program__cell_left {
  width: 50.7915567282%;
}
.item-program__cell_right {
  width: 41.5567282322%;
}
.item-program__title {
  font-size: clamp(20px, 1.08vw + 15px, 36px);
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.item-program__subtitle {
  display: flex;
  flex-flow: row wrap;
  gap: 3.2rem;
  align-items: center;
  margin-top: 3.2rem;
}
.item-program__logo {
  flex: 0 0 auto;
  width: 12.8rem;
}
.item-program__name {
  flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
}
.item-program__time {
  flex: 0 0 auto;
  font-size: clamp(20px, 1.08vw + 15px, 36px);
  line-height: 1.2;
  color: #7294df;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.item-program__content {
  padding-top: 3.6rem;
  margin-top: 3.6rem;
  color: #fffc;
  border-top: 1px solid #2c4f85;
}
.item-program__content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}
.item-program__preview {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.item-program__preview .object-fit-cover {
  position: static;
}
.item-program__features {
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
.item-program__features-item {
  flex: 1 1 calc(50% - 1.2rem);
}
.item-program__features-item_size_full {
  flex-basis: 100%;
}
.item-program__feature {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.4rem;
  color: #fffc;
}
.item-program__feature_inline {
  flex-direction: row;
}
.item-program__feature-key {
  font-size: 1.5rem;
  font-weight: 600;
}
.item-program__feature-value {
  font-size: 1.4rem;
}
.item-program__feature-value > *:not(:last-child) {
  margin-bottom: 2.4rem;
}
.item-theater {
  display: grid;
  grid-template-columns: 48.2093663912% 51.7906336088%;
  grid-gap: 3.2rem 0;
  gap: 3.2rem 0;
  align-items: flex-start;
}
.item-theater__title {
  color: #01133c;
  text-transform: uppercase;
  word-wrap: break-word;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.item-theater__subtitle {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.item-theater__module-photo {
  position: relative;
  overflow: hidden;
}
.item-theater__module-photo:before {
  display: block;
  content: "";
}
.item-theater__module-photo_first:before {
  padding-top: 142.9133858268%;
}
.item-theater__module-photo_second {
  border-radius: 0 clamp(80px, 8.11vw + 44px, 200px) 0 0;
}
.item-theater__module-photo_second:before {
  padding-top: 123.1638418079%;
}
.item-theater__module-photo_third:before {
  padding-top: 72.2388059701%;
}
.item-theater__text > *:not(:last-child) {
  margin-bottom: 1.6rem;
}
.item-team {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.item-team:before {
  --item-team-ellipse-size: 24.975rem;
  position: absolute;
  top: -12.4875rem;
  top: calc(-1 * var(--item-team-ellipse-size) / 2);
  right: -12.4875rem;
  right: calc(-1 * var(--item-team-ellipse-size) / 2);
  z-index: 1;
  width: 24.975rem;
  width: var(--item-team-ellipse-size);
  height: 24.975rem;
  height: var(--item-team-ellipse-size);
  content: "";
  background-color: #fff;
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.item-team:hover:before {
  opacity: 1;
}
.item-team__module-photo {
  position: relative;
}
.item-team__module-photo:before {
  display: block;
  padding-top: 119.8979591837%;
  content: "";
}
.item-team__text_name {
  margin-top: 3.2rem;
  font-weight: 500;
}
.item-post {
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
}
.item-post:hover .item-post__title {
  color: #fff;
}
.item-post__preview {
  position: relative;
  width: 100%;
}
.item-post__date {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  padding: 1.4rem 2.2rem 1.4rem 3.3rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 1.1rem) 100%);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #2959ef;
}
.item-post__module-photo {
  position: relative;
}
.item-post__module-photo:before {
  display: block;
  padding-top: 68.8715953307%;
  content: "";
}
.item-post__title {
  margin-top: clamp(8px, 1.89vw + 0px, 36px);
  font-size: 2.2rem;
  font-weight: 500;
  color: #fffc;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.item-contacts {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.2rem;
}
.item-contacts__title {
  font-weight: 500;
  color: #01133c;
}
.item-contacts__list-item {
  position: relative;
  padding-left: 1.2rem;
}
.item-contacts__list-item:before {
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 0.6rem;
  pointer-events: none;
  content: url('data:image/svg+xml,%3Csvg viewBox="0 0 6 8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.91416 3.15882C5.52648 3.55246 5.52648 4.44754 4.91416 4.84118L1.54119 7.00951C0.875679 7.43734 0.000433922 6.9595 0.000433922 6.16833L0.000433922 1.83167C0.000433922 1.0405 0.87568 0.562658 1.54119 0.990487L4.91416 3.15882Z" fill="%23394257"/%3E%3C/svg%3E%0A');
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-hero {
  overflow: hidden;
  background-color: #02163f;
  background-image: url(../images/section-hero-background.jpg);
  background-image: -webkit-image-set(
          url(../images/section-hero-background.jpg) 1x,
          url(../images/section-hero-background@2x.jpg) 2x
  );
  background-image: image-set(
          url(../images/section-hero-background.jpg) 1x,
          url(../images/section-hero-background@2x.jpg) 2x
  );
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.section-hero__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.section-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
}
.section-hero__duration {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.section-hero__duration-item {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.6rem;
  align-items: baseline;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.section-hero__duration-item:first-child {
  --section-hero-duration-line-offset: 6rem;
  position: relative;
  padding-right: 6rem;
  padding-right: var(--section-hero-duration-line-offset);
}
.section-hero__duration-item:first-child:before {
  position: absolute;
  top: 50%;
  right: calc(var(--section-hero-duration-line-offset) / 3);
  width: calc(var(--section-hero-duration-line-offset) / 3);
  height: 1px;
  content: "";
  background: #ffffff5c;
  transform: translateY(-50%);
}
.section-hero__duration-text {
  font-size: 5.2rem;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-hero__duration-label {
  font-size: 1.6rem;
}
.section-hero__subtitle {
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
  align-items: flex-end;
  margin-top: 2rem;
}
.section-hero__subtitle-text {
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.03em;
}
.section-hero__subtitle-year {
  flex: 0 0 auto;
  font-size: clamp(56px, 4.86vw + 35px, 128px);
  line-height: 0.8;
  color: #001d5a;
  text-transform: uppercase;
  background: linear-gradient(61deg, #001d5a, #002d8d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-hero__title {
  margin-top: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-hero__buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  padding-top: 1.4rem;
  margin-top: auto;
}
.section-hero__photo {
  position: relative;
  z-index: 1;
  flex: 1;
  align-self: flex-end;
  min-width: 0;
  max-width: 93.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-hero__photo:before {
  display: block;
  padding-top: 88.9603429796%;
  content: "";
}
.section-hero__module-photo {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-hero__module-photo img {
  z-index: -1;
  object-fit: contain;
}
.section-about {
  position: relative;
  padding-top: clamp(56px, 7.03vw + 25px, 160px);
}
.section-about__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 4.2rem;
  align-items: center;
  justify-content: space-between;
}
.section-about__cell {
  flex-basis: auto;
}
.section-about__cell_left {
  position: relative;
  width: 40.8536585366%;
}
.section-about__cell_right {
  width: 50.0609756098%;
}
.section-about__module-photo {
  position: relative;
}
.section-about__module-photo:before {
  display: block;
  padding-top: 122.3880597015%;
  content: "";
}
.section-about__title {
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-about__subtitle {
  margin-top: 4rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.section-about__text {
  margin-top: 4.6rem;
}
.section-about__features {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 5.6rem;
}
.section-about__features-item {
  flex-basis: auto;
  flex-shrink: 1;
}
.section-about__feature-value {
  font-size: clamp(36px, 1.49vw + 31px, 60px);
  line-height: 1.3;
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.section-about__feature-key {
  margin-top: 0.8rem;
}
.section-about__decorates {
  position: absolute;
}
.section-about__decorates_first {
  top: clamp(54px, 1.55vw + 47px, 77px);
  left: -24.3rem;
  width: clamp(155px, 14.66vw + 90px, 372px);
}
.section-about__decorates_second {
  right: -6.8rem;
  bottom: clamp(22px, 5.14vw + -1px, 98px);
  width: clamp(52px, 5.41vw + 28px, 132px);
}
.section-about__decorates_third {
  top: 14.4rem;
  right: 8.7rem;
  width: clamp(50px, 6.69vw + 21px, 75px);
}
.section-partners__wrapper {
  padding-top: clamp(32px, 8.11vw + -4px, 152px);
  padding-bottom: clamp(32px, 8.11vw + -4px, 152px);
}
.section-program {
  position: relative;
  z-index: 1;
  background-color: #01143f;
}
.section-program__wrapper {
  padding-top: clamp(32px, 6.89vw + 2px, 134px);
  padding-bottom: clamp(32px, 8.65vw + -6px, 160px);
}
.section-program__slider_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.section-program__slider_background .splide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-program__slider_background .splide:not(.is-active) {
  visibility: visible;
}
.section-program__slider_background .splide .splide__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-program__slider_items {
  border-top: 1px solid #01143f;
}
.section-program__slider_items .splide:not(.is-active) {
  visibility: visible;
}
.section-program__slider-navigation_items {
  --slider-navigation-offset: -6.8rem;
}
.section-program__slide_items {
  max-width: 100%;
}
.section-program__title {
  color: #fff;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-program__box {
  position: relative;
  margin-top: 6rem;
  background-color: #16498D;
  border-radius: 1.6rem;
}
.section-program__buttons {
  margin-top: 4rem;
}
.section-program__background {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-program__background-item {
  position: absolute;
}
.section-program__background-item:nth-child(1) {
  display: none;
  top: 31rem;
  left: -10rem;
  width: clamp(0px, 10.74vw + -47px, 159px);
}
.section-program__background-item:nth-child(2) {
  top: -5.5rem;
  left: clamp(27px, 79.05vw + -321px, 1640px);
  width: clamp(30px, 4.46vw + 10px, 102px);
}
.section-program__background-item:nth-child(3) {
  display: none;
  right: -8.6rem;
  bottom: clamp(50px, 6.76vw + 20px, 150px);
  width: clamp(64px, 6.35vw + 36px, 158px);
}
.section-info {
  position: relative;
  z-index: 1;
}
.section-info__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(56px, 3.85vw + 39px, 113px);
  padding-bottom: clamp(56px, 5.2vw + 33px, 133px);
}
.section-info__content {
  flex-basis: auto;
  width: 58.2474226804%;
}
.section-info__title {
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-info__text {
  display: flex;
  flex-flow: row wrap;
  gap: 8rem;
  margin-top: 4rem;
}
.section-info__text-cell {
  flex: 1 1 calc(50% - 4rem);
}
.section-info__module-photo {
  position: relative;
  flex-basis: auto;
  width: 37.6288659794%;
}
.section-info__module-photo:before {
  display: block;
  padding-top: 74.3196347032%;
  content: "";
}
.section-info__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-info__background-item {
  position: absolute;
}
.section-info__background-item:nth-child(1) {
  top: 5.7rem;
  left: 0;
  width: 10.3rem;
}
.section-image-preview__slider .splide:not(.is-active) {
  visibility: visible;
}
.section-image-preview__slider .splide:not(.is-active) .splide__slide {
  width: 100%;
}
.section-image-preview__module-photo:before {
  display: block;
  padding-top: 50.7772020725%;
  content: "";
}
.section-theater {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-theater__wrapper {
  padding-top: clamp(56px, 3.85vw + 39px, 113px);
}
.section-theater__header {
  width: 100%;
  max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
  padding: 0 var(--wrapper-offset);
  margin: 0 auto;
}
.section-theater__title {
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-theater__part-tabs-buttons {
  margin-top: 5rem;
}
.section-theater__content {
  margin-top: 8.4rem;
}
.section-theater__content-item {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.section-theater__content-item:not(.is-shown) {
  display: none;
}
.section-theater__content-item.is-shown:not(.is-active) {
  pointer-events: none;
  opacity: 0;
}
.section-theater__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-theater__background-item {
  position: absolute;
}
.section-theater__background-item:nth-child(1) {
  top: 50%;
  left: 14rem;
  width: 6.3rem;
}
.section-theater__background-item:nth-child(2) {
  top: clamp(31px, 0.81vw + 27px, 43px);
  left: clamp(22px, 59.12vw + -238px, 897px);
  width: clamp(46px, 2.77vw + 34px, 87px);
}
.section-theater__background-item:nth-child(3) {
  top: clamp(14px, 2.64vw + 2px, 53px);
  right: clamp(-19px, 35.41vw + -175px, 505px);
  width: clamp(73px, 13.18vw + 15px, 268px);
}
.section-theater__background-item:nth-child(4) {
  top: 0;
  right: 0;
  width: 36.6rem;
}
.section-theater__background-item:nth-child(5) {
  top: 34%;
  right: 0;
  width: clamp(52px, 3.72vw + 53px, 124px);
}
.section-team {
  position: relative;
  overflow: hidden;
}
.section-team__wrapper {
  padding-top: clamp(36px, 4.66vw + 15px, 105px);
  padding-bottom: clamp(57px, 7.03vw + 26px, 161px);
}
.section-team__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.section-team__title {
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-team__slider {
  margin-top: 8.5rem;
}
.section-team__slider .splide:not(.is-active) {
  visibility: visible;
}
.section-team__slider .splide:not(.is-active) .splide__slide {
  margin-right: 16rem;
}
.section-team__slider .splide__track {
  overflow: visible;
}
.section-team__slider-progress {
  margin-top: 7.3rem;
}
.section-team__slide {
  width: 39.2rem;
}
.section-team__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-team__background-item {
  position: absolute;
}
.section-team__background-item:nth-child(1) {
  top: 19.2rem;
  left: 90.8rem;
  width: 10.2rem;
}
.section-posts {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-posts__wrapper {
  padding-top: clamp(32px, 6.82vw + 2px, 133px);
  padding-bottom: clamp(42px, 8.24vw + 6px, 164px);
}
.section-posts__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.section-posts__title {
  color: #fff;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-posts__slider {
  margin-top: clamp(24px, 2.03vw + 15px, 54px);
}
.section-posts__slider .splide:not(.is-active) {
  visibility: visible;
}
.section-posts__slider .splide:not(.is-active) .splide__slide {
  margin-right: 11.8rem;
}
.section-posts__slider .splide__track {
  overflow: visible;
}
.section-posts__slider-progress {
  margin-top: clamp(24px, 3.78vw + 7px, 80px);
}
.section-posts__slide {
  width: 51.4rem;
}
.section-posts__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-contacts {
  background-color: #e0e0e0;
}
.section-contacts__wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.section-contacts__cell {
  flex-basis: auto;
}
.section-contacts__cell_left {
  width: 50.5208333333%;
  padding: 13.5rem 13rem 24.8rem 13.9rem;
  background-color: #fff;
}
.section-contacts__cell_right {
  width: 49.4791666667%;
}
.section-contacts__title {
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.section-contacts__part-tabs-buttons {
  margin-top: 5.3rem;
}
.section-contacts__content {
  margin-top: 6.5rem;
}
.section-contacts__content-item {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.section-contacts__content-item:not(.is-shown) {
  display: none;
}
.section-contacts__content-item.is-shown:not(.is-active) {
  pointer-events: none;
  opacity: 0;
}
.section-contacts__item-contacts:not(:last-child) {
  margin-bottom: 4.4rem;
}
.section-contacts__module-photo {
  position: relative;
}
.section-contacts__module-photo:before {
  display: block;
  padding-top: 122.1052631579%;
  content: "";
}
.modal-dynamic-layout {
  --modal-dynamic-layout-close-offset: 2.2rem;
  --modal-dynamic-layout-close-size: 3.2rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding: 13rem 1.4rem;
}
.modal-dynamic-layout:not(.is-opened) .modal-dynamic-layout__overlay {
  opacity: 0;
  transition-delay: 0.15s;
}
.modal-dynamic-layout:not(.is-opened) .modal-dynamic-layout__wrapper {
  opacity: 0;
  transition-delay: 0.15s;
  transform: translateY(3rem);
}
.modal-dynamic-layout__overlay {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.modal-dynamic-layout__wrapper {
  position: relative;
  display: flex;
  width: min(100%, 136.4rem);
  max-height: 100%;
  padding: 0 2rem;
  margin: auto;
  background: #fff;
  border-radius: 1.6rem;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.modal-dynamic-layout__close {
  position: absolute;
  top: var(--modal-dynamic-layout-close-offset);
  right: var(--modal-dynamic-layout-close-offset);
  z-index: 10;
  width: var(--modal-dynamic-layout-close-size);
  height: var(--modal-dynamic-layout-close-size);
  fill: #01133c;
}
.modal-dynamic-layout__content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
}
.modal-dynamic-layout__content::-webkit-scrollbar {
  display: block;
  width: 3px;
}
.modal-dynamic-layout__content::-webkit-scrollbar-track {
  background: transparent;
}
.modal-dynamic-layout__content::-webkit-scrollbar-thumb {
  background: transparent;
  border: 1px solid #394257;
  border-radius: 100px;
}
.modal-dynamic-layout__content::-webkit-scrollbar-track {
  margin: 6.4rem;
}
.modal-team {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 51.0579576817% 38.2704691812%;
  grid-gap: 4.2rem;
  gap: 4.2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.4rem calc(var(--wrapper-offset) - 2rem) 7.8rem;
}
.modal-team__title {
  font-size: clamp(20px, 1.89vw + 12px, 48px);
  line-height: 1.3;
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.modal-team__text > *:not(:last-child) {
  margin-bottom: 3.2rem;
}
.modal-team__module-photo {
  position: relative;
}
.modal-team__module-photo:before {
  display: block;
  padding-top: 125.9615384615%;
  content: "";
}
.modal-post {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 51.0579576817% 38.2704691812%;
  grid-gap: 3rem 4.2rem;
  gap: 3rem 4.2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.4rem calc(var(--wrapper-offset) - 2rem) 7.8rem;
}
.modal-post__title {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #01133c;
  text-transform: uppercase;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.modal-post__module-photo {
  position: relative;
  width: 100%;
}
.modal-post__module-photo:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.modal-post__subtitle {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.modal-post__date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #01133c;
  text-transform: uppercase;
}
.modal-post__text > *:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1120px) {
  .slider-button_type_default {
    width: 1.6rem;
  }
  .slider-button_type_custom {
    width: 3.7rem;
  }
  .part-marquee__slider .splide:not(.is-active) .splide-slide {
    margin-right: 2.6rem;
  }
  .part-program-navigation__slider .splide {
    padding: 2.4rem 4.8rem;
  }
  .part-program-navigation__item {
    gap: 0.45rem;
    padding-bottom: 1.8rem;
  }
  .part-program-navigation__item-value {
    font-size: 4.4rem;
  }
  .part-program-navigation__item-key {
    font-size: 1.3rem;
  }
  .part-tabs-buttons {
    gap: 3.8rem;
    padding: 0 var(--wrapper-offset);
    margin-right: calc(-1 * var(--wrapper-offset));
    margin-left: calc(-1 * var(--wrapper-offset));
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .part-tabs-buttons::-webkit-scrollbar {
    display: none;
  }
  .part-tabs-buttons__item {
    flex: 0 0 auto;
  }
  .part-tabs-buttons__button {
    padding-bottom: 0.7rem;
    font-size: 1.8rem;
  }
  .part-share {
    --part-share-link-size: 4.2rem;
  }
  .part-share_type_tooltip {
    gap: 1.2rem;
    padding: 1rem 1.5rem;
  }
  .part-share_size_small {
    --part-share-link-size: 3rem;
  }
  .part-share_size_small .part-share__label {
    font-size: 1.1rem;
  }
  .part-share__label {
    font-size: 1.5rem;
  }
  .part-share__list {
    gap: 0.6rem;
  }
  .part-map:before {
    display: block;
    padding-top: 70.9333333333%;
    content: "";
  }
  .part-map__marker_type_default {
    width: 6.9rem;
  }
  .item-partners {
    width: 12rem;
  }
  .item-program {
    padding: 4.6rem 4.2rem 4.8rem;
  }
  .item-program__subtitle {
    gap: 2.2rem;
    margin-top: 2.4rem;
  }
  .item-program__logo {
    order: 1;
    width: 10.5rem;
    margin-right: auto;
  }
  .item-program__name {
    flex-basis: 100%;
    order: 3;
  }
  .item-program__name br {
    display: none;
  }
  .item-program__time {
    order: 2;
    margin-left: auto;
  }
  .item-program__content {
    padding-top: 2.6rem;
    margin-top: 2.6rem;
  }
  .item-program__content > *:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .item-program__preview {
    border-radius: 0.4rem;
  }
  .item-program__features {
    gap: 1.7rem;
    margin-top: 3.2rem;
  }
  .item-program__features-item {
    flex-basis: 100%;
  }
  .item-program__feature-key {
    font-size: 1.4rem;
  }
  .item-program__feature-value {
    font-size: 1.3rem;
  }
  .item-program__feature-value > *:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .item-theater {
    width: 100%;
    max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
    padding: 0 var(--wrapper-offset);
    margin: 0 auto;
  }
  .item-theater__title {
    grid-column: span 2;
  }
  .item-theater__subtitle {
    grid-column: span 2;
    margin: 0.4rem 0;
    font-size: 1.8rem;
  }
  .item-theater__module-photo_first {
    margin-left: calc(-1 * var(--wrapper-offset));
  }
  .item-theater__module-photo_first:before {
    padding-top: 132.1428571429%;
  }
  .item-theater__module-photo_second:before {
    padding-top: 122.6519337017%;
  }
  .item-theater__module-photo_third {
    grid-column: span 2;
    margin-top: 1.4rem;
  }
  .item-theater__module-photo_third:before {
    padding-top: 67.2413793103%;
  }
  .item-theater__text {
    grid-column: span 2;
  }
  .item-theater__ui-button {
    grid-column: span 2;
    margin-top: 0.8rem;
  }
  .item-team:before {
    --item-team-ellipse-size: 16.65rem;
    filter: blur(75px);
  }
  .item-team__module-photo:before {
    padding-top: 120.2898550725%;
  }
  .item-team__text_name {
    margin-top: 2.2rem;
  }
  .item-post__title {
    font-size: 1.9rem;
  }
  .section-hero__wrapper {
    padding-top: calc(var(--part-header-height) + 1.6rem);
    padding-right: 0;
    padding-bottom: 6.25rem;
  }
  .section-hero__duration-item {
    gap: 0.4rem;
  }
  .section-hero__duration-item:first-child {
    --section-hero-duration-line-offset: 4.8rem;
  }
  .section-hero__duration-text {
    font-size: 3.8rem;
  }
  .section-hero__duration-label {
    font-size: 1.4rem;
  }
  .section-hero__subtitle {
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
  .section-hero__subtitle-text {
    font-size: 1.8rem;
  }
  .section-hero__title {
    margin-top: 0.8rem;
  }
  .section-hero__photo {
    flex-basis: 100%;
    max-width: 41rem;
  }
  .section-hero__photo:before {
    padding-top: 102.1538461538%;
  }
  .section-hero__decorates {
    display: none !important;
  }
  .section-about__wrapper {
    flex-wrap: wrap-reverse;
  }
  .section-about__cell {
    flex-basis: 100%;
  }
  .section-about__cell_left {
    max-width: 67rem;
    margin: 0 auto;
  }
  .section-about__subtitle {
    margin-top: 2.8rem;
    font-size: 1.8rem;
  }
  .section-about__text {
    margin-top: 2.6rem;
  }
  .section-about__features {
    margin-top: 4.2rem;
  }
  .section-about__feature-key {
    margin-top: 0.5rem;
  }
  .section-about__decorates_first {
    left: -16rem;
  }
  .section-about__decorates_second {
    right: -4rem;
  }
  .section-about__decorates_third {
    right: -6.2rem;
  }
  .section-program__slider-navigation_items {
    display: none;
  }
  .section-program__box {
    margin-top: 4rem;
    border-radius: 1.2rem;
  }
  .section-program__buttons {
    margin-top: 3.2rem;
  }
  .section-program__background-item:nth-child(1) {
    display: none;
  }
  .section-program__background-item:nth-child(2) {
    top: -3.7rem;
  }
  .section-program__background-item:nth-child(3) {
    right: -5.9rem;
  }
  .section-info__text {
    gap: 3.2rem;
    margin-top: 3rem;
  }
  .section-info__text-cell {
    flex-basis: 100%;
  }
  .section-info__background {
    display: none;
  }
  .section-theater__part-tabs-buttons {
    margin-top: 3.5rem;
  }
  .section-theater__content {
    margin-top: 5.2rem;
  }
  .section-theater__background-item:nth-child(1) {
    display: none;
  }
  .section-theater__background-item:nth-child(4) {
    display: none;
  }
  .section-team__slider {
    margin-top: 5.5rem;
  }
  .section-team__slider .splide:not(.is-active) .splide__slide {
    margin-right: 2.4rem;
  }
  .section-team__slider-progress {
    margin-top: 4.65rem;
  }
  .section-team__slide {
    width: 31rem;
  }
  .section-team__background {
    display: none;
  }
  .section-posts__slider .splide:not(.is-active) .splide__slide {
    margin-right: 3.6rem;
  }
  .section-posts__slide {
    width: 40rem;
  }
  .section-contacts__wrapper {
    flex-wrap: wrap;
  }
  .section-contacts__cell {
    flex-basis: 100%;
  }
  .section-contacts__cell_left {
    padding: 5.6rem var(--wrapper-offset);
  }
  .section-contacts__part-tabs-buttons {
    margin-top: 3.9rem;
  }
  .section-contacts__content {
    margin-top: 4.4rem;
  }
  .section-contacts__item-contacts:not(:last-child) {
    margin-bottom: 3rem;
  }
  .modal-dynamic-layout {
    --modal-dynamic-layout-close-offset: 1.9rem;
    --modal-dynamic-layout-close-size: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
  .modal-dynamic-layout__wrapper {
    padding: 0 0.8rem 0 1.6rem;
  }
  .modal-dynamic-layout__content::-webkit-scrollbar-track {
    margin: 4.4rem;
  }
  .modal-team {
    grid-template-columns: 55.1977920883% 41.3983440662%;
    gap: 2.9rem;
    padding: 4.4rem calc(var(--wrapper-offset) - 0.8rem) 4.7rem 0;
  }
  .modal-team__text > *:not(:last-child) {
    margin-bottom: 2.2rem;
  }
  .modal-post {
    grid-template-columns: 55.1977920883% 41.3983440662%;
    gap: 2.3rem 2.9rem;
    padding: 4.4rem calc(var(--wrapper-offset) - 0.8rem) 4.7rem 0;
  }
  .modal-post__title {
    font-size: 2.1rem;
  }
  .modal-post__subtitle {
    gap: 1.4rem;
    padding-bottom: 0.9rem;
  }
  .modal-post__date {
    font-size: 1.1rem;
  }
  .modal-post__text > *:not(:last-child) {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 820px) {
  .item-program {
    flex-wrap: wrap;
  }
  .item-program__cell {
    flex-basis: 100%;
  }
  .section-hero {
    background-image: url(../images/section-hero-background-mobile.jpg);
    background-image: -webkit-image-set(
            url(../images/section-hero-background-mobile.jpg) 1x,
            url(../images/section-hero-background-mobile@2x.jpg) 2x
    );
    background-image: image-set(
            url(../images/section-hero-background-mobile.jpg) 1x,
            url(../images/section-hero-background-mobile@2x.jpg) 2x
    );
  }
  .section-hero__wrapper {
    flex-wrap: wrap;
  }
  .section-hero__content {
    flex-basis: 100%;
    padding-right: var(--wrapper-offset);
  }
  .section-hero__photo {
    max-width: 32.5rem;
    margin-left: auto;
  }
  .section-info__wrapper {
    flex-wrap: wrap-reverse;
  }
  .section-info__content,
  .section-info__module-photo {
    flex-basis: 100%;
  }
  .section-team__slide {
    width: 20.7rem;
  }
  .section-posts__slider .splide:not(.is-active) .splide__slide {
    margin-right: 2.4rem;
  }
  .modal-dynamic-layout__content::-webkit-scrollbar-track {
    margin-top: calc(4.4rem + var(--modal-dynamic-layout-close-size));
  }
  .modal-team {
    grid-template-columns: 40.2597402597% 1fr;
  }
  .modal-team__title {
    max-width: calc(
            100% -
            (
            var(--modal-dynamic-layout-close-offset) +
            var(--modal-dynamic-layout-close-size)
            )
    );
  }
  .modal-team__text {
    grid-column: span 2;
  }
  .modal-team__module-photo:before {
    padding-top: 127.4193548387%;
  }
  .modal-post {
    grid-template-columns: 100%;
  }
  .modal-post__title {
    max-width: calc(
            100% -
            (
            var(--modal-dynamic-layout-close-offset) +
            var(--modal-dynamic-layout-close-size)
            )
    );
  }
}
@media only screen and (max-width: 580px) {
  .slider-button_type_default {
    width: 0.8rem;
  }
  .slider-button_type_custom {
    width: 2.7rem;
  }
  .part-marquee__slider .splide:not(.is-active) .splide-slide {
    margin-right: 1rem;
  }
  .part-program-navigation {
    padding: 0 2rem;
  }
  .part-program-navigation__slider .splide {
    padding: 1.6rem 3.2rem;
  }
  .part-program-navigation__slider .splide:not(.is-active) .splide__slide {
    width: calc(33.3333% - 1.8666rem);
    margin-right: 2.8rem;
  }
  .part-program-navigation__slide.is-active .part-program-navigation__item {
    transform: scale(1.3);
  }
  .part-program-navigation__item {
    gap: 0.3rem;
    justify-content: center;
    padding-top: 0.6rem;
    padding-bottom: 1.2rem;
  }
  .part-program-navigation__item:before {
    bottom: 0.25rem;
  }
  .part-program-navigation__item-value {
    font-size: 2rem;
  }
  .part-program-navigation__item-key {
    font-size: 0.9rem;
  }
  .part-tabs-buttons {
    gap: 1.2rem;
  }
  .part-tabs-buttons__button {
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .part-share {
    --part-share-link-size: 3.2rem;
  }
  .part-share_type_tooltip {
    gap: 0.8rem;
    padding: 0.7rem 1rem;
  }
  .part-share_size_small {
    --part-share-link-size: 2.4rem;
  }
  .part-share_size_small .part-share__label {
    font-size: 1rem;
  }
  .part-share__label {
    font-size: 1.4rem;
  }
  .part-share__list {
    gap: 0.4rem;
  }
  .part-map__marker_type_default {
    width: 4.4rem;
  }
  .item-partners {
    width: 7.2rem;
  }
  .item-program {
    gap: 2.4rem;
    padding: 2.8rem 2rem 2.4rem;
  }
  .item-program__subtitle {
    gap: 1.2rem;
    margin-top: 1.6rem;
  }
  .item-program__logo {
    width: 8.2rem;
  }
  .item-program__name {
    font-size: 1.3rem;
  }
  .item-program__content {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
  }
  .item-program__content > *:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .item-program__features {
    gap: 1rem;
    margin-top: 1.2rem;
  }
  .item-program__feature-key {
    font-size: 1.3rem;
  }
  .item-program__feature-value {
    font-size: 1.2rem;
  }
  .item-program__feature-value > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .item-theater {
    row-gap: 1.6rem;
  }
  .item-theater__subtitle {
    font-size: 1.3rem;
  }
  .item-team:before {
    --item-team-ellipse-size: 11.1rem;
    filter: blur(50px);
  }
  .item-team__text {
    font-size: 1.4rem;
  }
  .item-team__text_name {
    margin-top: 1.2rem;
  }
  .item-post__date {
    padding: 1rem 1.2rem 1rem 2.2rem;
    font-size: 1.3rem;
  }
  .item-post__module-photo:before {
    padding-top: 68.75%;
  }
  .item-post__title {
    font-size: 1.5rem;
  }
  .section-hero__wrapper {
    padding-bottom: 1.5rem;
  }
  .section-hero__duration-item {
    gap: 0.2rem;
  }
  .section-hero__duration-item:first-child {
    --section-hero-duration-line-offset: 3.6rem;
  }
  .section-hero__duration-text {
    font-size: 2.4rem;
  }
  .section-hero__duration-label {
    font-size: 1.2rem;
  }
  .section-hero__subtitle {
    gap: 0.8rem;
    margin-top: 1.2rem;
  }
  .section-hero__subtitle-text {
    font-size: 1.3rem;
  }
  .section-hero__title {
    margin-top: 0.4rem;
  }
  .section-about__subtitle {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
  .section-about__text {
    margin-top: 1.2rem;
  }
  .section-about__features {
    margin-top: 2.8rem;
    gap: 1rem;
  }
  .section-about__feature-key {
    margin-top: 0.2rem;
  }
  .section-about__decorates_first {
    left: -7.7rem;
  }
  .section-about__decorates_second {
    right: -1.2rem;
  }
  .section-about__decorates_third {
    top: 42%;
    right: -3.2rem;
  }
  .section-program__box {
    margin-top: 2rem;
    border-radius: 0.8rem;
  }
  .section-program__buttons {
    margin-top: 2.4rem;
  }
  .section-program__background-item:nth-child(2) {
    top: -1.8rem;
  }
  .section-program__background-item:nth-child(3) {
    right: -3.2rem;
  }
  .section-info__wrapper {
    gap: 2rem;
  }
  .section-info__text {
    gap: 1.6rem;
    margin-top: 2rem;
  }
  .section-image-preview__module-photo:before {
    padding-top: 109.3333333333%;
  }
  .section-theater__part-tabs-buttons,
  .section-theater__content {
    margin-top: 2rem;
  }
  .section-theater__background-item:nth-child(5) {
    right: 0;
    bottom: 39rem;
  }
  .section-team__slider {
    margin-top: 2rem;
  }
  .section-team__slider .splide:not(.is-active) .splide__slide {
    margin-right: 1.2rem;
  }
  .section-team__slider-navigation {
    display: none;
  }
  .section-team__slider-progress {
    margin-top: 2rem;
  }
  .section-team__slide {
    width: 13.8rem;
  }
  .section-posts__slider .splide:not(.is-active) .splide__slide {
    margin-right: 1.2rem;
  }
  .section-posts__slider-navigation {
    display: none;
  }
  .section-posts__slide {
    width: 28.8rem;
  }
  .section-contacts__cell_left {
    padding-bottom: 2.4rem;
  }
  .section-contacts__part-tabs-buttons,
  .section-contacts__content {
    margin-top: 2.4rem;
  }
  .section-contacts__item-contacts:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .section-contacts__module-photo:before {
    padding-top: 70.9333333333%;
  }
  .modal-dynamic-layout {
    --modal-dynamic-layout-close-offset: 1.6rem;
    --modal-dynamic-layout-close-size: 1.6rem;
  }
  .modal-dynamic-layout__content::-webkit-scrollbar {
    width: 2px;
  }
  .modal-dynamic-layout__content::-webkit-scrollbar-track {
    margin: calc(2.4rem + var(--modal-dynamic-layout-close-size)) 2.4rem 2.4rem;
  }
  .modal-team {
    gap: 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .modal-team__text > *:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .modal-post {
    gap: 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .modal-post__title {
    font-size: 1.6rem;
  }
  .modal-post__subtitle {
    gap: 1.2rem;
    padding-bottom: 0.8rem;
  }
  .modal-post__date {
    font-size: 1rem;
  }
  .modal-post__text > *:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 581px) and (max-width: 1120px) {
  .section-contacts__module-photo:before {
    padding-top: 50%;
  }
  .section-contacts__module-photo img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
  }
}
@media only screen and (min-width: 581px) {
  .part-program-navigation {
    overflow: hidden;
  }
  .part-program-navigation__slider .splide:not(.is-active) .splide__slide {
    margin-right: 4.1rem;
  }
  .part-program-navigation__slider .splide .splide__track {
    overflow: visible;
  }
  .part-program-navigation__slider-navigation,
  .modal-team__title br {
    display: none;
  }
}
@media only screen and (min-width: 821px) and (max-width: 1120px) {
  .section-hero__photo {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 821px) {
  .section-hero__content {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-top: 10rem;
  }
  .section-info__wrapper {
    padding-right: 3.5rem;
  }
  .modal-team__module-photo {
    grid-row: 1 / span 2;
    grid-column: 2/3;
  }
  .modal-post__module-photo {
    grid-row: 1/4;
    grid-column: 2/3;
  }
}
@media only screen and (min-width: 1121px) {
  .part-program-navigation__slider .splide:not(.is-active) .splide__slide {
    margin-right: 5.4rem;
  }
  .part-program-navigation__slide {
    min-width: 10rem;
  }
  .part-program-navigation__item {
    justify-content: center;
  }
  .part-tabs-buttons {
    flex-wrap: wrap;
  }
  .item-theater {
    grid-template-columns: 14.0449438202% 42.1348314607% 33.1460674157%;
    gap: 2rem 8rem;
    max-width: calc(100% - var(--wrapper-offset));
  }
  .item-theater__title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .item-theater__subtitle {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .item-theater__module-photo_first {
    grid-row: 1 / span 4;
    grid-column: 1/2;
  }
  .item-theater__module-photo_second {
    grid-row: 1 / span 3;
    grid-column: 3/4;
    margin-top: -14.8rem;
  }
  .item-theater__module-photo_third {
    grid-row: 4 / span 2;
    grid-column: 2/3;
  }
  .item-theater__text_first {
    grid-row: 4/5;
    margin-top: 1.4rem;
  }
  .item-theater__text_second {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .item-theater__ui-button {
    grid-row: 5/6;
    grid-column: 3/4;
    margin-top: 1.2rem;
  }
  .item-team_small {
    margin-top: 100%;
  }
  .item-team_small .item-team__module-photo:before {
    padding-top: 130.3149606299%;
  }
  .section-hero__wrapper {
    gap: 5.2rem;
  }
  .section-hero__content {
    padding-top: 20rem;
  }
  .section-theater__title,
  .section-theater__part-tabs-buttons {
    max-width: 64%;
  }
  .section-team__slide_small {
    width: 25.4rem;
  }
}
@media only screen and (min-width: 1281px) {
  .section-theater__title,
  .section-theater__part-tabs-buttons {
    max-width: 62%;
  }
}
@media only screen and (min-width: 1441px) {
  .item-theater {
    grid-template-columns: 14.2696629213% 37.6404494382% 29.7752808989%;
    gap: 4rem 16rem;
  }
  .section-theater__title,
  .section-theater__part-tabs-buttons {
    max-width: 60%;
  }
}
