.stages {
  display: flex;
  column-gap: 16px;
}

.stage {
  position: relative;
  z-index: 0;
  display: flex;
  flex-grow: 1;
}

.stage__caption {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #F6E200;
  text-transform: uppercase;
}

.stage__caption svg {
  position: absolute;
  top: -4px;
  right: calc(100% + 9px);
  width: 21px;
  height: 28px;
  fill: #F6E200;
}

.stage__caption--red {
  color: #FA4516;
}

.stage__caption--red svg {
  fill: #FA4516;
}

.stage__item--active .stage__title {
  color: #ffffff;
}

.stage__item {
  flex-grow: 1;
  margin-top: 30px;
  padding: 13px 20px 0;
  border-top: 8px solid #606567;
}

.stage__item--active {
  border-top-color: #F6E200;
}

.stage__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #606567;
  text-transform: uppercase;
}

.stage__subtitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #606567;
}

.league-content-card {
  width: 100%;
}

.faq-item__dropdown a,
.step-content__descr a {
  color: #1d252d;
}

.about {
  padding-block: 96px;
  overflow: hidden;
}

.about__content {
  position: relative;
  z-index: 0;
}

.about__content::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #616569;
  filter: blur(150px);
  opacity: 0.5;
}

.about__block {
  position: relative;
  z-index: 1;
  width: 50%;
}

.about__title {
  width: 60%;
  margin: 0 0 48px;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 36px;
  line-height: 1.1;
  color: #f6e200;
  text-transform: uppercase;
}

.about__cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.about__card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: calc(100% / 3 - 20px / 3);
  padding: 12px;
  background-color: #f5f5f5;
}

.about__card--wide {
  width: calc(50% - 5px);
}

.about__card--accent {
  background-color: #f6e200;
}

.about__card-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #1d252d;
}

.about__card-description {
  margin: auto 0 0;
}

.about__image {
  position: absolute;
  inset: -128px 0 0 auto;
  z-index: 0;
  width: 55%;
  height: calc(100% + 128px);
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 1299px) {
  .about__title {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .about {
    padding-block: 48px;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }

  .about__block {
    width: 100%;
  }

  .about__title {
    font-size: 35px;
  }

  .about__image {
    position: static;
    width: 80%;
  }
}

@media (max-width: 600px) {
  .about__card {
    width: 100%;
  }

  .about__card--wide {
    width: 100%;
  }
}

.league-header__title {
  color: #ffffff;
}

.league-header__description {
  margin: 0 0 96px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.45;
  color: #ffffff;
}

.league .page-container {
  padding-top: 96px;
}

@media (max-width: 990px) {
  .league .page-container {
    padding-top: 48px;
  }

  .league-header__description {
    margin: 0 0 48px;
  }
}

.league-content-card__text {
  margin-top: 45px;
}

.league-content-card--mw2 {
  align-self: flex-start;
  padding-block: 30px;
}

.wy {
  padding-block: 60px;
  background-color: #ffffff;
}

.wy__content {

}

.wy__title {
  margin-bottom: 60px;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 46px;
  line-height: 1.1;
  color: #1d252d;
  text-transform: uppercase;
}

.wy__cards {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.wy__card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 16px;
  min-height: 250px;
  padding: 20px;
  background-color: #f5f5f5;
  width: calc(20% - 8px);
}

.wy__card:hover .wy__card-image {
  visibility: hidden;
  opacity: 0;
}

.wy__card:hover .wy__card-description {
  visibility: visible;
  opacity: 1;
}

.wy__card--accent {
  background-color: #f6e200;
}

.wy__card--accent .wy__card-description {
  visibility: visible;
  opacity: 1;
}

.wy__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #1d252d;
}

.wy__card-description {
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.wy__card-image {
  position: absolute;
  inset: auto 0 50px 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 105px;
  height: 105px;
  object-fit: contain;
  object-position: center;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .wy__card {
    width: calc(100% / 3 - 20px / 3);
  }
}

@media (max-width: 990px) {
  .wy__title {
    font-size: 35px;
  }

  .wy__card {
    width: calc(50% - 5px);
  }
}

@media (max-width: 600px) {
  .wy__card {
    width: 100%;
  }

  .wy__title {
    font-size: 28px;
  }

  .wy__card-image {
    position: static;
    transform: none;
    display: block;
    margin-inline: auto;
  }

  .wy__card-description {
    visibility: visible;
    opacity: 1;
  }
}

.hw {
  padding-block: 40px;
  background-image: url('./../images/how/bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.hw__content {
  position: relative;
  z-index: 0;
}

.hw__title {
  margin: 0 0 40px;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 46px;
  line-height: 1.1;
  color: #1d252d;
  text-transform: uppercase;
}

.hw__block {
  width: 50%;
}

.hw__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
  counter-reset: index;
}

.hw__list-item {
  position: relative;
  z-index: 0;
  min-height: 40px;
  padding-left: 80px;
  counter-increment: index;
}

.hw__list-item::before {
  content: '0'counter(index)'/';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.05;
  color: #1d252d;
}

.hw__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #1d252d;
}

.hw__list-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #1d252d;
}

.hw .btn {
  width: fit-content;
  min-width: 270px;
  padding: 24px 36px;
}

.hw__image {
  position: absolute;
  inset: 0 0 -40px auto;
  width: 60%;
  height: calc(100% + 40px);
  object-fit: contain;
  object-position: bottom right;
}

@media (max-width: 1280px) {
  .hw__title {
    font-size: 35px;
  }
}

@media (max-width: 990px) {
  .hw__block {
    width: 100%;
  }

  .hw__image {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: -40px;
  }
}

@media (max-width: 600px) {
  .hw .btn {
    width: 100%;
  }
}

.step-tasks-item {
  position: relative;
  z-index: 0;
}

.step-tasks {
  counter-reset: index;
}

.step-tasks__item {
  counter-increment: index;
}

.step-tasks-item::before {
  content: 'Задание 'counter(index);
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #1d252d;
}

@media (max-width: 1150px) {
  .about__title {
    font-size: 30px;
  }

  .step-tasks-item::before {
    font-size: 14px;
  }
}

.step-schedule-item {
  position: relative;
  z-index: 0;
  height: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.step-schedule-item__point {
  position: absolute;
  inset: 0 0 0 auto;
  transform: translateX(50%);
  z-index: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 12 / 15;
  object-fit: contain;
  object-position: center;
}

.step-schedule-item__point img {
  width: 100%;
  height: 100%;
}

.step-schedule-item__city {
  margin-top: auto;
}

.step--3 {
  background-image: url('./../images/steps/bg-3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fin {
  padding-block: 60px;
  background-image: url('./../images/fin/bg.jpg');
}

.fin__content {
  position: relative;
  z-index: 0;
}

.fin__block {
  width: 50%;
}

.fin__title {
  margin-bottom: 60px;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 46px;
  line-height: 1.1;
  color: #1d252d;
  text-transform: uppercase;
}

.fin__description {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #1d252d;
}

.fin__description:not(:last-child) {
  margin-bottom: 24px;
}

.fin__image {
  position: absolute;
  inset: 0 0 -60px auto;
  height: calc(100% + 60px);
  width: 50%;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 990px) {
  .about__title {
    font-size: 20px;
  }

  .fin__block {
    width: 100%;
  }

  .fin__title {
    font-size: 35px;
  }

  .fin__image {
    position: static;
    display: block;
    margin-inline: auto;
    width: 100%;
    max-width: 640px;
    margin-bottom: -60px;
  }
}

.partners {
  background-image: url('./../images/partners/bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.partners__title {
  color: #1d252d;
}

.partners-list__head {
  color: #1d252d;
}

.partners-list-col__head {
  color: #1d252d;
}

.how-sec__title {
  line-height: 1;
}

@media (max-width: 1150px) {
  .stage__title {
    font-size: 12px;
  }

  .stage__item {
    padding: 13px 10px;
  }
}

@media (max-width: 990px) {
  .stages {
    flex-direction: column;
    row-gap: 16px;
  }

  .stage {
    flex-direction: column;
    padding-top: 30px;
  }

  .stage__item {
    margin-top: 0;
    border-top: none;
    border-left: 8px solid #606567;
  }

  .stage__item--active {
    border-left: 8px solid #F6E200;
  }
}

.awards-slide,
.awards-slide.swiper-slide-active,
.awards-slide__inner,
.awards-slide__text {
  height: auto;
}

.awards-slide__pic img {
  aspect-ratio: 33 / 21;
  object-fit: cover;
}

.awards-slider-outer {
  width: calc(100% + 120px);
  margin-left: -60px;
}

.awards-slide:not(.swiper-slide-active) .awards-slide__inner {
  max-width: 335px;
}

.awards-slide__text {
  font-size: 22px;
}

@media (max-width: 1150px) {
  .awards-slider-outer {
    width: 100%;
    margin-left: 0;
  }

  .awards-slide:not(.swiper-slide-active) .awards-slide__inner {
    max-width: 250px;
  }
}
