@font-face {
  font-family: 'Involve';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/courses/assets/fonts/subset-Involve-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Involve';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/courses/assets/fonts/subset-Involve-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Involve';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/courses/assets/fonts/subset-Involve-Bold.woff2') format('woff2');
}
:root {
  --left: 34rem;
  --c-main: #194f88;
  --c-sec: #F15A22;
  --c-text: #252525;
  --c-border: #eee;
  --c-gray-bd: #bdbdbd;
  --c-gray3: #c3c3c3;
  --c-gray4: #d4d4d4;
  --c-gray9: #9c9c9c;
  --c-grad1: linear-gradient(92.68deg, #194f88 .68%, #1e7ada 140.88%);
  --c-grad2: linear-gradient(92.68deg, #ff6d44 .68%, #f9a050 140.88%);
  --c-grad-main: linear-gradient(0.21turn, rgba(241, 90, 34, 1) 37%, rgba(244, 151, 29, 1) 100%);
  --c-overlay: #fbfbfb;
  --radius: .6rem;
}
[x-cloak] {
  display: none !important;
}
html {
  font-size: .6vw;
}
@media (max-width: 1299px) {
  html {
    font-size: 10px;
  }
}
html .page--main {
  max-width: none;
  padding: 0;
}
body {
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  body {
    font-size: 12px;
  }
}
.fb {
  font-weight: bold;
}
.fz-22 {
  font-size: 2.2rem;
}
@media (max-width: 989px) {
  .fz-22 {
    font-size: 18px;
  }
}
.c-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 989px) {
  .c-container {
    padding: 0 16px;
  }
}
button {
  border: none;
  outline: none;
  appearance: none;
}
.bt {
  position: relative;
  min-width: 16rem;
  height: 2.4rem;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: .2rem 2rem;
  transition: all ease .3s;
  color: #fff;
  border-radius: var(--radius);
  font-size: 1rem;
}
@media (max-width: 989px) {
  .bt {
    height: 34px;
    padding: 2px 16px;
    font-size: 14px;
  }
}
.bt span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.bt--blue {
    background: var(--c-grad-main);
}
.bt--blue:before {
  position: absolute;
  z-index: 1;
  opacity: 0;
  content: '';
  transition: all ease .3s;
  background: var(--c-grad2);
  inset: 0;
}
@media (hover: hover) {
  .bt--blue:hover {
    cursor: pointer;
  }
  .bt--blue:hover:before {
    opacity: 1;
  }
}
.bt--outline {
  color: var(--c-text);
  border: 1px solid var(--c-gray3);
}
@media (hover: hover) {
  .bt--outline:hover {
    cursor: pointer;
    background-color: #ededed;
  }
}
.filter-item {
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  transition: all ease .3s;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background-color: var(--c-overlay);
}
.filter-item a {
  padding: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 989px) {
  .filter-item {
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .filter-item:hover {
    /* cursor: pointer; */
    border-color: var(--c-sec);
  }
}
.filter-item.active {
  color: #fff;
  border-color: var(--c-grad-main);
  background: var(--c-grad-main);
}
.radio {
  position: relative;
  margin: 0;
}
.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  appearance: none;
}
.radio input:checked + label:before {
  border-color: var(--c-sec);
  background-color: var(--c-sec);
}
.radio label {
  min-height: auto;
  padding-left: 1.6rem;
  transition: all ease .3s;
  font-family: inherit;
}
@media (max-width: 989px) {
  .radio label {
    padding-left: 16px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .radio label:hover {
    cursor: pointer;
    color: var(--c-sec);
  }
  .radio label:hover:before {
    border-color: var(--c-sec);
  }
}
.radio label:before {
  position: absolute;
  top: .3rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  transition: all ease .3s;
  border: 1px solid var(--c-gray-bd);
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 989px) {
  .radio label:before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
}
.sort {
  position: relative;
}
.sort__title {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
@media (hover: hover) {
  .sort__title:hover {
    cursor: pointer;
  }
}
.sort__title.active svg {
  transform: rotate(180deg);
}
.custom-select {
  position: absolute;
  z-index: 10;
  top: calc(100% + .2rem);
  left: 0;
}
.custom-select__overflow {
  padding: 1.6rem 1.2rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(45, 45, 45, .062);
}
@media (max-width: 989px) {
  .custom-select__overflow {
    padding: 12px 8px;
  }
}
.custom-select__list-item {
  transition: all ease .3s;
  white-space: nowrap;
  font-size: 1.4rem;
}
.custom-select__list-item:not(:last-child) {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--c-border);
}
@media (max-width: 989px) {
  .custom-select__list-item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
@media (hover: hover) {
  .custom-select__list-item:hover {
    cursor: pointer;
    color: var(--c-sec);
  }
}
.custom-select__list-item.active {
  pointer-events: none;
  color: var(--c-sec);
}
.date-input {
  width: 9rem;
  height: auto;
  padding: .3rem .8rem 0;
  border: none;
  border-bottom: 1px solid var(--c-text);
  background-color: transparent;
  font-family: inherit;
  font-size: 1.4rem;
}
.date-input:focus {
  border: none;
  border-bottom: 1px solid var(--c-text);
  outline: none;
}
.date-input::placeholder {
  color: var(--c-gray-bd);
}
.date-wrap .datepicker-cell.selected,
.date-wrap .datepicker-cell.selected:hover {
  background-color: var(--c-main);
}
.date-wrap .datepicker-controls .view-switch {
  background-color: transparent;
}
.more-btn {
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .2rem 1.8rem;
  gap: .6rem;
  transition: all ease .3s;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background-color: var(--c-overlay);
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 989px) {
  .more-btn {
    height: 36px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .more-btn:hover {
    cursor: pointer;
    background-color: var(--c-border);
  }
}
.more-btn span {
  color: var(--c-gray3);
  font-weight: normal;
}
.phone-mask {
  width: 3.6rem;
}
.phone-mask__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  cursor: pointer;
}
.phone-mask__head img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  object-fit: contain;
}
.phone-mask__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: .2rem .8rem;
  gap: .6rem;
  transition: all ease .3s;
  white-space: nowrap;
  color: #999;
  font-size: 1.2rem;
}
@media (hover: hover) {
  .phone-mask__item {
    cursor: pointer;
  }
  .phone-mask__item:hover {
    color: var(--c-sec);
  }
}
.phone-mask__item.active {
  pointer-events: none;
  color: var(--c-sec);
}
.phone-mask__item img {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  object-fit: contain;
}
.phone-mask__list {
  position: absolute;
  z-index: 2;
  top: calc(100% + .2rem);
  left: -1rem;
  width: max-content;
  background-color: #fff;
  box-shadow: 0 0 20px 10px rgba(35, 35, 35, .1);
}
.phone-mask__arrow {
  width: .4rem;
  transition: all .1s ease-out;
  border-top: .4rem solid #777;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
}
.c-page {
  color: var(--c-text);
  font-family: 'Involve', sans-serif;
  line-height: 1.3;
}
.c-hero {
  position: relative;
}
@media (min-width: 990px) {
  .c-hero {
    height: calc(100vh - 120px);
    max-height: 56rem;
  }
  .c-hero .c-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-hero__bg {
    position: absolute;
    display: block;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient(95.53deg, #fff 1.84%, #ededed 97.69%);
    inset: 0;
  }
  .c-hero__bg--inner {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 51%;
      aspect-ratio: 1;
      max-height: 100%;
      &:before {
          content: '';
          display: block;
          z-index: 4;
          position: absolute;
          inset: 0;
          background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0.92) 10%, rgba(247, 247, 247, 0) 50%);
      }
  }
    .c-hero__bg--inner > img {
       position: absolute;
        inset: 0;
        object-fit: cover;
        height: 100%;
    }
}
@media (max-width: 989px) {
  .c-hero {
    padding-bottom: 56px;
    background: linear-gradient(95.53deg, #fff 1.84%, #ededed 97.69%);
  }
}
@media (max-width: 989px) {
  .c-hero__bg {
    position: relative;
    aspect-ratio: 1.4;
  }
  .c-hero {
    overflow: hidden;
  }
}
.c-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
    max-width: 68%;
}
.c-hero__content > .fz-22 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 989px) {
  .c-hero__content {
    max-width: none;
  }
  .c-hero__content > .fz-22 {
    justify-content: center;
  }
}
.c-hero__content > * {
  line-height: 1;
}

.c-hero__content h1 {
    color: var(--c-sec);
    font-size: 10rem;
    display: block;
    width: fit-content;
}
@media (max-width: 1100px) {
    font-size: 70px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .c-hero__content h1 {
    background: var(--c-grad-main);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@media (max-width: 989px) {
  .c-hero__content h1 {
    text-align: center;
    font-size: 70px;
  }
}
.c-hero__content span {
  margin-top: 3rem;
}
@media (max-width: 989px) {
  .c-hero__content span {
    margin: 24px auto 0;
    text-align: center;
  }
}
.c-hero__subtitle {
  margin-top: 1rem;
  font-size: 3.8rem;
  font-weight: 600;
}
@media (max-width: 989px) {
  .c-hero__subtitle {
    margin: 10px auto 0;
    text-align: center;
    font-size: 24px;
  }
}
.c-list {
  padding: 7rem 0;
  background-color: #fff;
}
@media (max-width: 989px) {
  .c-list {
    padding: 36px 0;
  }
}
.c-list__title {
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-size: 5rem;
}
@media (max-width: 989px) {
  .c-list__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
@media (min-width: 990px) {
  .c-list[data-view=column] .filter__cards-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .c-list[data-view=column] .card {
    height: auto;
    align-items: center;
    flex-direction: row;
    padding: .8rem 1.6rem;
    gap: 3rem;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .c-list[data-view=column] .card {
    gap: 2rem;
  }
}
@media (min-width: 990px) {
  .c-list[data-view=column] .card__top {
    width: 12rem;
    flex-direction: column;
    flex-shrink: 0;
    gap: .6rem;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .c-list[data-view=column] .card__top {
    width: 10rem;
  }
}
@media (min-width: 990px) {
  .c-list[data-view=column] .card__mid {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 3rem;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .c-list[data-view=column] .card__mid {
    gap: 2rem;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .c-list[data-view=column] .card__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 990px) {
  .c-list[data-view=column] .card__title,
  .c-list[data-view=column] .card__pos {
    text-align: left;
  }
  .c-list[data-view=column] .card__price {
    margin-top: 0;
    margin-left: auto;
  }
  .c-list[data-view=column] .card__tags {
    display: none;
  }
  .c-list[data-view=column] .card__footer {
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    gap: .8rem;
  }
}
.c-list[data-view=column] .toggle-btn[data-view=column] {
  transform: scale(1.45);
  pointer-events: none;
}
.c-list[data-view=column] .toggle-btn[data-view=column] rect {
  fill: var(--c-sec);
}
.c-list[data-view=card] .toggle-btn[data-view=card] {
  transform: scale(1.1);
  pointer-events: none;
}
.c-list[data-view=card] .toggle-btn[data-view=card] rect {
  fill: var(--c-sec);
}
.filter__top {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.filter__bottom {
  display: grid;
  align-items: start;
  margin-top: 3rem;
  gap: 1rem;
  grid-template-columns: var(--left) 1fr;
}
@media (max-width: 1199px) {
  .filter__bottom {
    grid-template-columns: 26rem 1fr;
  }
}
@media (max-width: 989px) {
  .filter__bottom {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }
}
.filter__mid {
  margin-top: 2.4rem;
}
@media (max-width: 989px) {
  .filter__mid {
    margin-top: 12px;
  }
}
.filter__mid-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 989px) {
  .filter__mid-filters {
    overflow: auto;
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 16px;
    gap: 8px;
    scrollbar-width: none;
  }
}
.filter__cards-list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 989px) {
  .filter__cards-list {
    gap: 20px;
  }
}
@media (max-width: 574px) {
  .filter__cards-list {
    grid-template-columns: 1fr;
  }
}
.filter__cards-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
  grid-column: -1/1;
}
.filter__search {
  margin-top: 1rem;
}
@media (max-width: 989px) {
  .filter__search {
    margin-top: 12px;
  }
}
.filter__left-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 989px) {
  .filter__left-list {
    gap: 20px;
  }
}
@media (min-width: 990px) {
  .filter__left {
    position: sticky;
    top: 2.4rem;
  }
  .filter__left-bg,
  .filter__left-title {
    display: none;
  }
}
@media (max-width: 989px) {
  .filter__left {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
  }
  .filter__left.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .filter__left.active .filter__left-inner {
    transform: none;
  }
  .filter__left-bg {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    inset: 0;
  }
  .filter__left-inner {
    position: relative;
    z-index: 2;
    max-width: 360px;
    max-height: calc(100svh - 100px);
    overflow: auto;
    margin: 60px auto 0;
    padding: 32px 24px 0;
    transition: all ease .3s;
    transform: scale(.8);
    border-radius: 20px;
    background-color: #fff;
  }
  .filter__left-inner:not(:has(.filter__left-btn)) .filter__left-list {
    margin-bottom: 32px;
  }
  .filter__left-btn {
    position: sticky;
    bottom: 0;
    margin: 10px -24px 0;
    padding: 14px 24px 32px;
    border-radius: 0 0 24px 24px;
    background-color: #fff;
  }
}
.filter__left-btn {
  margin-top: 2rem;
}
.filter__left-btn .count {
  display: inline-block;
  margin-left: .4rem;
}
.filter__left-btn .bt {
  width: 100%;
}
.filter__left-btn .bt.disabled {
  opacity: .6;
  pointer-events: none;
  background: var(--c-gray4);
}
.filter__left-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--c-sec);
  font-size: 32px;
  font-weight: 700;
}
.filter__block-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1.6rem;
  gap: 1rem;
}
@media (max-width: 989px) {
  .filter__block-list {
    margin-top: 12px;
    gap: 10px;
  }
}
.filter__block .date-wrap {
  display: block;
}
.search__wrap {
  position: relative;
  width: fit-content;
  display: flex;
}
.search__clear {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin: auto 0;
  cursor: pointer;
}
.search__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
@media (max-width: 989px) {
  .search__clear ,
  .search__icon {
    width: 18px;
    height: 18px;
  }
}
.search__input {
  width: var(--left);
  height: 4rem;
  padding: .8rem 3rem .8rem 5rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background-color: var(--c-overlay);
  font-family: inherit;
  font-size: 1.4rem;
}
@media (max-width: 989px) {
  .search__input {
    width: 100%;
    height: 28px;
    padding: 2px 10px 2px 40px;
  }
}
.search__input:focus {
  border: 1px solid var(--c-gray9);
  outline: none;
}
.search__input::placeholder {
  color: var(--c-gray-bd);
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 2.4rem;
  gap: 1.2rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background-color: var(--c-overlay);
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 989px) {
  .card {
    padding: 16px 24px;
    gap: 12px;
    font-size: 14px;
  }
}
.card__top {
  display: flex;
  justify-content: space-between;
  color: var(--c-gray4);
}
.card__pos {
  text-align: center;
}
.card__title {
  text-align: center;
  color: var(--c-sec);
}
@media (max-width: 989px) {
  .card__title {
    font-size: 22px;
  }
}
.card__price {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
  white-space: nowrap;
}
@media (max-width: 989px) {
  .card__price {
    margin-top: 10px;
  }
}
.card__price-old {
  text-decoration: line-through;
  color: var(--c-gray9);
  font-size: 1rem;
}
.card__price-current {
  font-size: 2.2rem;
}
@media (max-width: 989px) {
  .card__price-current {
    font-size: 22px;
  }
}
.card__price-current span {
  font-size: 1.1rem;
}
@media (max-width: 989px) {
  .card__price-current span {
    font-size: 12px;
  }
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  gap: .8rem;
}
@media (max-width: 989px) {
  .card__tags {
    margin-top: 10px;
    gap: 8px;
  }
}
.card__tag {
  min-width: auto;
  height: 1.6rem;
  padding: 0 1.2rem;
  background-color: var(--c-gray-bd);
  font-size: 1rem;
}
@media (max-width: 989px) {
  .card__tag {
    height: 16px;
    padding: 0 10px;
    font-size: 10px;
  }
}
.card__footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: .8rem 1.6rem;
}
@media (max-width: 574px) {
  .card__footer {
    flex-wrap: nowrap;
    gap: 8px 16px;
  }
}
.card__footer .bt {
  min-width: auto;
  flex-grow: 1;
}
@media (max-width: 989px) {
  .card__footer .bt {
    height: 24px;
    font-size: 12px;
  }
}
.view-toggler {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 989px) {
  .view-toggler {
    display: none;
  }
}
.toggle-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  transition: all ease .3s;
}
.toggle-btn svg {
  width: 2rem;
  height: 2rem;
  transition: all ease .3s;
  stroke: transparent;
}
.toggle-btn rect {
  transition: all ease .3s;
  fill: var(--c-gray-bd);
}
@media (hover: hover) {
  .toggle-btn:hover {
    cursor: pointer;
  }
  .toggle-btn:hover rect {
    fill: var(--c-sec);
  }
}
.mobile-filter {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (min-width: 990px) {
  .mobile-filter {
    display: none;
  }
  .filter__left-btn {
    display: none;
  }
}
.c-footer {
  margin-top: 12rem;
  padding: 7rem 0 8rem;
  background: var(--c-grad-main);
}
@media (max-width: 989px) {
  .c-footer {
    padding: 40px 0;
  }
}
.c-subs {
  position: relative;
  overflow: hidden;
  border-radius: 0 2rem 2rem 2rem;
  background: linear-gradient(95.53deg, #fff 1.84%, #ededed 97.69%);
}
@media (max-width: 989px) {
  .c-subs {
    max-width: 400px;
    margin: 0 auto;
  }
}
.c-subs__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  pointer-events: none;

    &:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient(-90deg, #F7F7F7 0%, rgba(247, 247, 247, 0.5) 13%, rgba(247, 247, 247, 0) 34%);
    }
}
@media (max-width: 989px) {
  .c-subs__img {
    position: relative;
    bottom: auto;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1.4;
  }
}
.c-subs__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  object-position: left top;
}
.c-subs__form {
  width: 50%;
  margin-left: auto;
  padding: 5rem 6rem 9rem 2rem;
}
@media (max-width: 989px) {
  .c-subs__form {
    width: 100%;
    padding: 10px 24px 32px;
  }
}
.c-subs__form-title {
  max-width: 36rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
  color: var(--c-sec);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .c-subs__form-title {
    background: var(--c-grad-main);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@media (max-width: 989px) {
  .c-subs__form-title {
    max-width: none;
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.c-subs__form-form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 3.2rem;
  gap: 1rem;
}
.c-subs__form-form button {
  margin-top: 2.4rem;
}
@media (max-width: 989px) {
  .c-subs__form-form button {
    width: 100%;
  }
}
.c-subs__form-form .form-group {
  margin-bottom: 0;
}
.c-subs__form-form .form-control {
  width: auto;
  height: auto;
  flex-grow: 1;
  padding: .3rem 1rem 0rem;
  border: none;
  border-bottom: 1px solid var(--c-text);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.4rem;
}
.c-subs__form-form .form-control:focus {
  border: none;
  border-bottom: 1px solid var(--c-text);
  outline: none;
}
.c-subs__form-form .form-control::placeholder {
  color: var(--c-gray-bd);
}
.c-subs__form-form .label-required {
  color: var(--c-sec);
}
.c-subs__form .form-item {
  position: relative;
  width: 100%;
  max-width: 36rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.c-subs__form .form-item .help-block {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  font-size: 1.1rem;
}
.c-subs__form .form-descr {
  color: var(--c-gray9);
  font-size: 1.2rem;
}
.c-subs__form .form-descr a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-subs__form .form-descr a:hover {
    cursor: pointer;
    color: var(--c-sec);
  }
}
.footer {
  margin-top: 6rem;
  color: #fff;
}
@media (max-width: 989px) {
  .footer {
    font-size: 12px;
  }
}
.footer__top {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(4, minmax(20%, 1fr));
}
@media (max-width: 989px) {
  .footer__top {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.footer__bottom {
  max-width: 78rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 6rem auto 0;
  gap: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (max-width: 989px) {
  .footer__bottom {
    align-items: flex-start;
    margin-top: 32px;
    padding-top: 32px;
    gap: 16px;
    text-align: left;
    border-top: 1px solid var(--c-gray9);
    font-size: 12px;
  }
}
@media (max-width: 989px) {
  .footer__cookie {
    max-width: 340px;
  }
}
.footer__copy {
  opacity: .4;
}
.footer__block-title {
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 990px) {
  .footer__block-title {
    padding-bottom: .4rem;
    border-bottom: 1px solid var(--c-gray9);
  }
  .footer__block-title svg {
    display: none;
  }
}
@media (max-width: 989px) {
  .footer__block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 18px;
  }
}
.footer__block-list {
  margin-top: 2.4rem;
}
@media (max-width: 989px) {
  .footer__block-list {
    margin-top: 10px;
  }
  .footer__block-list:not(:has(li)) {
    font-size: 12px;
  }
}
@media (min-width: 990px) {
  .footer__block ul:has(li:nth-child(7)) {
    column-count: 2;
    column-gap: 3rem;
  }
}
@media (max-width: 989px) {
  .footer__block ul {
    display: none;
  }
}
.footer__block ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__block a {
  transition: all ease .3s;
}
@media (hover: hover) {
  .footer__block a:hover {
    cursor: pointer;
    color: var(--c-sec);
  }
}
@media (max-width: 989px) {
  .footer__block--toggle {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--c-gray9);
  }
  .footer__block--toggle .footer__block-title {
    font-weight: normal;
  }
  .footer__block--toggle .footer__block-title svg {
    transition: all ease .3s;
  }
  .footer__block--toggle.active ul {
    display: block;
  }
  .footer__block--toggle.active .footer__block-title svg {
    transform: rotate(180deg);
  }
}
.footer .cookie__link {
  transition: all ease .3s;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer .cookie__link:hover {
    opacity: .5;
    cursor: pointer;
  }
}
.dev-shcool-logo {
  max-width: 250px;
  margin: 0 15px;
}
@media (max-width: 989px) {
  .dev-shcool-logo {
    max-width: 150px;
    margin: 15px;
  }
}
.search-date .filter__block-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
