.program {
  margin: 14.6875rem 0 10rem;
}
.program__title {
  max-width: 69.375rem;
  width: 100%;
  margin: 0 auto 3.125rem;
}
.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__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 3.75rem 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 {
  max-width: 28.4375rem;
  width: 100%;
  color: var(--white);
}
.program__lesson.not-included {
  position: relative;
  opacity: 0.4;
}
.program__lesson.not-included::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.78125rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1875rem;
  height: 1.5625rem;
  -webkit-filter: drop-shadow(0 0 36px rgba(175, 175, 175, 0.8)) drop-shadow(0 0 18px #ffd2d2);
  filter: drop-shadow(0 0 36px rgba(175, 175, 175, 0.8)) drop-shadow(0 0 18px #ffd2d2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="25" viewBox="0 0 19 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M2.625 6.5625C2.625 2.93737 5.56238 0 9.18751 0C12.8126 0 15.75 2.93737 15.75 6.5625V10.5H16.275C17.43 10.5 18.375 11.445 18.375 12.6V21.7875C18.375 23.52 16.9575 24.9375 15.225 24.9375H3.15C1.4175 24.9375 0 23.52 0 21.7875V12.6C0 11.445 0.945 10.5 2.1 10.5H2.625V6.5625ZM13.125 6.5625V10.5H5.25V6.5625C5.25 4.38638 7.01138 2.625 9.18751 2.625C11.3636 2.625 13.125 4.38638 13.125 6.5625ZM9.18751 13.4531C8.66557 13.4526 8.15902 13.6298 7.75128 13.9556C7.34354 14.2815 7.05892 14.7364 6.9443 15.2456C6.82969 15.7548 6.89192 16.2878 7.12073 16.7569C7.34955 17.2261 7.7313 17.6032 8.20313 17.8264V21C8.20313 21.2611 8.30684 21.5115 8.49145 21.6961C8.67605 21.8807 8.92643 21.9844 9.18751 21.9844C9.44858 21.9844 9.69896 21.8807 9.88356 21.6961C10.0682 21.5115 10.1719 21.2611 10.1719 21V17.8264C10.6437 17.6032 11.0255 17.2261 11.2543 16.7569C11.4831 16.2878 11.5453 15.7548 11.4307 15.2456C11.3161 14.7364 11.0315 14.2815 10.6237 13.9556C10.216 13.6298 9.70944 13.4526 9.18751 13.4531Z" fill="white" /%3E%3C/svg%3E');
}
.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;
}
@media (max-width: 768px) {
  .program {
    margin: 150px 0 100px;
  }
  .program__title {
    margin-bottom: 48px;
  }
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: unset;
    margin-bottom: 24px;
  }
  .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 50px 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;
    line-height: 120%;
  }
  .program__lesson.not-included::before {
    right: 17px;
    width: 12px;
    height: 16px;
    -webkit-filter: drop-shadow(0 0 23px rgba(175, 175, 175, 0.8)) drop-shadow(0 0 11px #ffd2d2);
    filter: drop-shadow(0 0 23px rgba(175, 175, 175, 0.8)) drop-shadow(0 0 11px #ffd2d2);
  }
  .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: calc(100% + 20px);
    margin: 0 -10px;
    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__content {
    margin: 0 -10px;
    padding-bottom: 18px;
  }
  .program .accordion:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=program.css.map */
/*# sourceMappingURL=program.css.map */