.program {
  position: relative;
  z-index: 2;
}
.program__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.25rem;
}
.program__labels > li {
  padding: 0.9375rem 1.5625rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
  border-radius: 0.75rem;
}
.program__labels > li > span {
  font-size: max(1.25rem, 12px);
  line-height: 120%;
  font-weight: 500;
  background: linear-gradient(141deg, #211 0%, #fb5036 48.35%, #fb5036 68.97%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program__labels > li:not(:last-child) {
  margin-right: 3.75rem;
}
.program__title {
  font-size: max(8.1875rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: linear-gradient(173deg, #fff8f8 0%, #ffc0c0 77.46%, #ff7f7f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 6rem;
  height: 6rem;
  border-radius: 1.6875rem;
  -webkit-box-shadow: -4px 11px 49px 0 rgba(128, 0, 0, 0.67);
  box-shadow: -4px 11px 49px 0 rgba(128, 0, 0, 0.67);
  background: -webkit-gradient(linear, left top, left bottom, from(#100505), to(#490404));
  background: linear-gradient(180deg, #100505 0%, #490404 100%);
}
.program__date::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 1.6875rem;
  background: -webkit-gradient(linear, left top, right top, from(#E15A5A), to(#630A0A));
  background: linear-gradient(90deg, #E15A5A 0%, #630A0A 100%);
}
.program__date > span {
  font-weight: 500;
  color: var(--white);
}
.program__date > span:nth-child(2) {
  line-height: 90%;
}
.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 8.125rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.program__inner {
  position: relative;
  overflow: hidden;
}
.program__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 14.25rem;
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(3.5px);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 1.5625rem;
}
.program__inner.is-shown::before {
  opacity: 0;
  visibility: hidden;
}
.program__inner.is-shown .program__more {
  opacity: 0;
  visibility: hidden;
}
.program__inner.is-shown + .program__buttons {
  margin-top: 3.125rem;
}
.program__accordions {
  width: 100%;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}
.program__wrapper {
  max-width: 26.5rem;
  width: 100%;
}
.program__block {
  max-width: 21.375rem;
  width: 100%;
}
.program__tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9375rem;
}
.program__tags > li {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.5rem 0.9375rem;
}
.program__tags > li > span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  background: linear-gradient(141deg, #ff4242 0%, #fff 38.46%, #fff 80.29%, #c72727 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program__tags > li::before, .program__tags > li::after {
  content: "";
  position: absolute;
  border-radius: 0.6875rem;
  z-index: -1;
}
.program__tags > li::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FB5036), color-stop(32%, #221111), color-stop(56%, #FFFFFF), color-stop(77%, #FB5036), to(#221111));
  background: linear-gradient(90deg, #FB5036 0%, #221111 32%, #FFFFFF 56%, #FB5036 77%, #221111 100%);
}
.program__tags > li::after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#170404));
  background: linear-gradient(90deg, #0c0c0c 0%, #170404 100%);
}
.program__tags > li:not(:last-child) {
  margin-right: 1.1875rem;
}
.program__name {
  margin-bottom: 1.25rem;
}
.program__text {
  color: var(--white);
}
.program__lessons {
  counter-reset: item;
  padding: 1.875rem 0 1.1875rem;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  margin-bottom: -0.9375rem;
}
.program__lessons:has(.program__lesson:nth-child(5)) {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.program__lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0.625rem 1.5rem;
  border-radius: 0.8125rem;
  background-color: #1a0b0b;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0.9375rem;
}
.program__lesson-number {
  position: relative;
  counter-increment: item;
  width: 2.1875rem;
  height: 2.1875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.program__lesson-number > span {
  position: relative;
}
.program__lesson-number > span::before {
  content: "0" counter(item);
  font-weight: 500;
  background: linear-gradient(141deg, #ff4242 0%, #fff 38.46%, #fff 80.29%, #c72727 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program__lesson-number::before, .program__lesson-number::after {
  content: "";
  position: absolute;
  border-radius: 0.6875rem;
  z-index: -1;
}
.program__lesson-number::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FB5036), color-stop(32%, #221111), color-stop(56%, #FFFFFF), color-stop(77%, #FB5036), to(#221111));
  background: linear-gradient(90deg, #FB5036 0%, #221111 32%, #FFFFFF 56%, #FB5036 77%, #221111 100%);
}
.program__lesson-number::after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#170404));
  background: linear-gradient(90deg, #0c0c0c 0%, #170404 100%);
}
.program__lesson-name {
  color: var(--white);
}
.program__buttons {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -0.4375rem;
  -webkit-transition: margin-top var(--hover-transition);
  transition: margin-top var(--hover-transition);
}
.program__button:not(:last-child) {
  margin-right: 1.75rem;
}
.program__more {
  position: absolute;
  left: 50%;
  bottom: 2.625rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.program__more > svg {
  width: 0.9375rem;
  height: 0.9375rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 0.625rem;
}
.program .accordion {
  border-radius: 1.5625rem;
  padding: 1.4375rem 1.4375rem 1.4375rem 2.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#170404));
  background: linear-gradient(90deg, #0c0c0c 0%, #170404 100%);
}
.program .accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.program .accordion__content {
  display: none;
}
.program .accordion__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.6875rem;
  height: 9.6875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.program .accordion__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.8125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="156" height="156" viewBox="0 0 156 156" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13.1465 0.438477H142.854C149.872 0.438477 155.562 6.12813 155.562 13.1465V141.978C155.562 148.996 149.872 154.686 142.854 154.686H13.1465C6.12813 154.686 0.438479 148.996 0.438477 141.978V13.1465C0.438477 6.12812 6.12813 0.438477 13.1465 0.438477Z" stroke="url(%23paint0_linear_841_6281)" stroke-width="0.876404" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_841_6281" x1="-18.4045" y1="-19.7191" x2="215.287" y2="7.79001" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23221111" /%3E%3Cstop offset="0.149272" stop-color="%23FB5036" /%3E%3Cstop offset="0.557692" stop-color="white" /%3E%3Cstop offset="0.774038" stop-color="%23FB5036" /%3E%3Cstop offset="1" stop-color="%23221111" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.program .accordion__button > img {
  width: 4.625rem;
  height: 4.625rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.program .accordion.is-open .accordion__button > img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.program .accordion:not(:last-child) {
  margin-bottom: 1.75rem;
}
.program .marquee {
  margin-bottom: 8.4375rem;
}
.program .marquee__content {
  -webkit-animation: tw-moveSlideshow 50s linear infinite;
  animation: tw-moveSlideshow 50s linear infinite;
}
.program .marquee__content:not(:last-child) {
  padding-right: 2.625rem;
}
.program .marquee__unit:not(:last-child) {
  padding-right: 2.625rem;
}
@media (max-width: 768px) {
  .program__labels {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 310px;
    margin: -3.5px auto 25px;
  }
  .program__labels > li {
    min-width: 76px;
    padding: 7.7px 12.8px;
    -webkit-box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
    border-radius: 6px;
    margin: 3.5px;
  }
  .program__labels > li > span {
    font-size: 10px;
  }
  .program__labels > li:not(:last-child) {
    margin-right: 3.5px;
  }
  .program__title {
    font-size: 50px;
  }
  .program__date {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 4px 19px 0 rgba(128, 0, 0, 0.67);
    box-shadow: -2px 4px 19px 0 rgba(128, 0, 0, 0.67);
  }
  .program__date::before {
    border-radius: 10px;
  }
  .program__date > span {
    color: var(--white);
  }
  .program__date > span:nth-child(1) {
    font-size: 8.5px;
    line-height: 120%;
  }
  .program__date > span:nth-child(2) {
    font-size: 8px;
  }
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: unset;
    margin-bottom: 24px;
  }
  .program__inner::before {
    height: 284px;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    backdrop-filter: blur(3.5px);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0.01);
    border-radius: 1.5625rem;
  }
  .program__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: unset;
    margin-bottom: 24px;
  }
  .program__block {
    max-width: unset;
  }
  .program__tags {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: unset;
  }
  .program__tags > li {
    font-size: 10px;
    line-height: 120%;
    padding: 5px 9px;
  }
  .program__tags > li::before, .program__tags > li::after {
    border-radius: 7px;
  }
  .program__tags > li:not(:last-child) {
    margin-right: 11px;
  }
  .program__name {
    font-size: 18px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    margin-bottom: unset;
  }
  .program__module {
    font-size: 9px;
    line-height: 120%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
  .program__text {
    font-size: 9px;
    line-height: 120%;
    margin-top: 10px;
    max-width: 240px;
  }
  .program__lessons {
    padding: 20px 0 12px;
    margin-bottom: -10px;
  }
  .program__lessons:has(.program__lesson:nth-child(5)) {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .program__lesson {
    padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .program__lesson-number {
    width: 24px;
    height: 24px;
  }
  .program__lesson-number > span::before {
    font-size: 12px;
  }
  .program__lesson-number::before, .program__lesson-number::after {
    border-radius: 8px;
  }
  .program__lesson-name {
    font-size: 12px;
  }
  .program__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program__button {
    width: 100%;
  }
  .program__button .btn {
    width: 100%;
  }
  .program__button:not(:last-child) {
    margin-right: unset;
    margin-bottom: 16px;
  }
  .program__more {
    font-size: 10px;
    line-height: 120%;
  }
  .program__more > svg {
    width: 10px;
    height: 10px;
  }
  .program .accordion {
    border-radius: 14px;
    padding: 16px 20px 10px;
  }
  .program .accordion__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .program .accordion__button {
    width: 100%;
    height: 37px;
  }
  .program .accordion__button::before {
    border-radius: 4px;
    background-size: 100% 100%;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="297" height="37" preserveAspectRatio="none" viewBox="0 0 297 37" fill="none"%3E%3Cpath d="M3.70801 0.124023H293.292C295.272 0.124023 296.876 1.72847 296.876 3.70801V33.292C296.876 35.2715 295.272 36.876 293.292 36.876H3.70801C1.72847 36.876 0.124023 35.2715 0.124023 33.292V3.70801C0.124023 1.72847 1.72847 0.124023 3.70801 0.124023Z" stroke="url(%23paint0_linear_1463_82703)" stroke-width="0.247191"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_1463_82703" x1="-35.0393" y1="-4.70338" x2="204.533" y2="220.398" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23221111"/%3E%3Cstop offset="0.149272" stop-color="%23FB5036"/%3E%3Cstop offset="0.557692" stop-color="white"/%3E%3Cstop offset="0.774038" stop-color="%23FB5036"/%3E%3Cstop offset="1" stop-color="%23221111"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
  }
  .program .accordion__button > img {
    width: 21px;
    height: 21px;
  }
  .program .accordion:not(:last-child) {
    margin-bottom: 20px;
  }
  .program .marquee {
    margin-bottom: 48px;
  }
  .program .marquee__content:not(:last-child) {
    padding-right: 14px;
  }
  .program .marquee__unit:not(:last-child) {
    padding-right: 14px;
  }
}
/*# sourceMappingURL=program.css.map */