.abotu-club {
  margin-top: 200px;

  &::before {
    content: "";
    position: absolute;

    background: linear-gradient(0deg, #000 0.01%, rgba(0, 0, 0, 0) 41.92%),
      url(../assets/images/coache-team/coach-team-bg.jpg),
      lightgray 0px -250.242px / 100% 124.334% no-repeat;
    background-position: top;
    background-repeat: no-repeat;

    opacity: 0.1;
    top: -15%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

  @media (max-width: 1270px) {
    margin-top: 150px;
  }
}

.abotu-club h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 1rem;
  color: var(--color-red);
}

.about-club__title {
  margin-top: 10px;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 130%;
}

.about-club__top {
  text-align: center;

  margin-top: 100px;
}

.about-club__top > .container > p {
  line-height: 180%;
  margin-top: 60px;
}

.about-club__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}

.about-club__list > li {
  display: flex;
  align-items: center;
  text-align: left;

  gap: 80px;

  @media (max-width: 1270px) {
    flex-direction: column;
    text-align: center;
  }
}

.about-club__list > li > img {
  border-radius: 33px;

  @media (max-width: 1270px) {
    order: 0;
  }

  @media (max-width: 768px) {
    width: 100%;
  }
}

.about-club__list > li > div {
  @media (max-width: 1270px) {
    order: 1;
  }
}

.about-club__list > li h1 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 130%;
}

.about-club__list > li p {
  line-height: 180%;
  margin-top: 30px;
}

/* Programs */
.about-club__programm {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 100px;
}

.about-club__programm-left {
  display: flex;
  flex-direction: column;
  margin-left: 240px;
  gap: 30px;

  @media (max-width: 1720px) {
    margin-left: 50px;
  }

  @media (max-width: 580px) {
    margin-left: 10px;
  }
}

.about-club__programm-left > h1 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 130%;
}

.about-club__programm-left > p {
  line-height: 180%;
}

.about-club__programm-programs {
  display: flex;
  flex-direction: column;
  position: relative;

  gap: 30px;
  margin-left: 50px;

  &::before {
    content: "";
    position: absolute;

    top: 20%;
    left: -5%;

    width: 1px;
    height: 252px;

    background: url("../assets/images/about-team/programs-line.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 2192px) {
  .about-club__programm-programs::before {
    display: none;
  }
}

@media (max-width: 1720px) {
  .about-club__programm-programs::before {
    height: 200px;
    top: 10%;
  }
}

@media (max-width: 1024px) {
  .about-club__programm-programs::before {
    height: 250px;
    top: 10%;
  }
}

@media (max-width: 805px) {
  .about-club__programm-programs::before {
    height: 300px;
    top: 10%;
  }
}

@media (max-width: 628px) {
  .about-club__programm-programs::before {
    height: 350px;
    top: 10%;
  }
}

@media (max-width: 565px) {
  .about-club__programm-programs::before {
    height: 400px;
    top: 12%;
  }
}

@media (max-width: 485px) {
  .about-club__programm-programs::before {
    top: 15%;
  }
}

@media (max-width: 435px) {
  .about-club__programm-programs::before {
    height: 500px;
  }
}

@media (max-width: 425px) {
  .about-club__programm-programs::before {
    display: none;
  }
}

.about-club__programm-programs > p {
  line-height: 180%;
}

.about-club__programm img {
  @media (max-width: 1720px) {
    display: none;
  }
}

.about-club__programm-programs > p {
  position: relative;

  &::before {
    content: "";
    position: absolute;

    top: 20%;
    left: -7.1%;

    width: 30px;
    height: 30px;

    background: url("../assets/icons/dot.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1720px) {
  .about-club__programm-programs > p::before {
    left: -6%;
  }
}

@media (max-width: 1024px) {
  .about-club__programm-programs > p::before {
    left: -6.5%;
  }
}

@media (max-width: 805px) {
  .about-club__programm-programs > p::before {
    left: -7.5%;
  }
}

@media (max-width: 628px) {
  .about-club__programm-programs > p::before {
    left: -8.5%;
  }
}

@media (max-width: 485px) {
  .about-club__programm-programs > p::before {
    left: -9%;
  }
}

@media (max-width: 425px) {
  .about-club__programm-programs > p::before {
    left: -15%;
  }

  .about-club__programm-programs > p {
    font-size: 16px;
  }
}

.about-club__programm-programs > p:first-child {
  &::before {
    top: 40%;
  }
}

.about-club__programm-programs > p:last-child {
  &::before {
    top: 40%;
  }
}

.about-club__programm-programs > p > span {
  color: var(--color-red);
}

.about__programm-list {
  display: flex;
  justify-content: center;

  margin-top: 100px;
  gap: 45px;

  @media (max-width: 1460px) {
    display: none;
  }
}

.about__programm-list--mobile,
.swiper {
  display: none !important;

  @media (max-width: 1460px) {
    display: flex !important;
    justify-content: center !important;

    margin-top: 100px !important;
    gap: 45px !important;
  }
}

.about__programm-list--mobile li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about__programm-list > li > img,
.about__programm-list--mobile li > img {
  width: 450px;
  height: 360px;
  object-fit: cover;
  border-radius: 33px;

  @media (max-width: 490px) {
    width: 360px;
    height: 288px;
  }
}

.about__programm-list > li > div,
.about__programm-list--mobile li > div {
  display: flex;
  flex-direction: column;

  margin-top: 30px;
  gap: 30px;
  text-align: center;
}

.about__programm-list
  > li
  > div
  > h3
  .about__programm-list--mobile
  li
  > div
  > h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 130%;
}

.about__programm-list > li > div > p,
.about__programm-list--mobile li > div > p {
  line-height: 180%;
  font-size: 16px;
  width: 360px;
}

.consultation {
  margin-top: 100px;
}

.consultation h1 {
  @media (max-width: 520px) {
    font-size: 32px;
  }

  @media (max-width: 320px) {
    font-size: 24px;
  }
}

.consultation > .container {
  text-align: center;
}

.consultation > .container > p {
  margin-top: 30px;
  line-height: 180%;
}

.consultation > .container > ul {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 100px;

  @media (max-width: 1170px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.consultation > .container > ul > li {
  width: 450px;

  @media (max-width: 520px) {
    width: auto;
  }
}

.consultation > .container > ul > li > h5 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 130%;
  margin-top: 40px;
}

.consultation > .container > ul > li > p {
  line-height: 180%;
  font-size: 16px;
  margin-top: 20px;
}
