@media (min-width: 0px) {
  .programm {
    border-radius: 20px;
    background: #fff;
    padding: 16px 0 16px 0;
    position: relative;
    border-radius: 20px;
    margin-top: 60px;
  }

  .programmNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pImg {
    width: 100%;
    max-width: 598px;
  }

  .programmNavButtons {
    display: flex;
    gap: 6px;
  }

  .programmNavButton {
    padding: 6.5px;
    color: #fff;
    border-radius: 6.227px;
    background: #f47a91;
    text-align: center;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 12px */
    letter-spacing: 0.3px;
  }

  .programmMainInfo {
    border-radius: 20px;
    padding: 16px 0px;
  }

  /* 
  .programmMain {
    margin-top: 20px;
  } */

  .programmMainInfoPreTitle {
    border-radius: 12.846px;
    background: #FF4085;

    padding: 7.858px 12.573px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.42px;
    width: fit-content;
  }

  .programmMainInfoTitle {
    color: #151617;
    margin-top: 15px;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .programmMainInfoSubtittle {
    margin-top: 4px;
    color: #f47a91;

    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    text-transform: lowercase;
  }

  .programmMainInfoText {
    margin-top: 16px;

    color: #414548;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.32px;
  }

  .programmLessons {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
  }

  .programmLesson {
    padding: 4px 0;
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #e7e8e9;
    align-items: start;
  }

  .programmMainInfo>div>div:nth-child(5) {
    padding-bottom: 0;
    border-bottom: none;
  }

  .programmLessonNumber {
    border-radius: 7.341px;
    background: #fa4ea0;
    padding: 4px 12.573px;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.42px;
    flex-shrink: 0;
    height: 24.47px;
  }

  .programmLessonName {
    color: #151617;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 14px */
  }

  .swiper2 .swiperImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .swiper2 {
    margin-top: 8px;
  }

  .swiper2 .custom-prev {
    /* position: absolute; */
    z-index: 55;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translate(0, -50%);
    margin-top: 40px;
  }

  .swiper2 .custom-next {
    /* position: absolute; */
    z-index: 55;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translate(0, -50%);
    margin-top: 40px;
  }

  .swiper2 .custom-prev {
    top: 50%;
    left: 0;
  }

  .swiper2 .custom-next {
    top: 50%;
    right: 0;
  }

  .swiper2 .custom-prev svg {
    width: 40px;
    height: 40px;
  }

  .swiper2 .custom-next svg {
    width: 40px;
    height: 40px;
  }

  .swiper2 .swiper-pagination {
    display: none;
  }

  .swiper2 .swiperBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}

@media (min-width: 480px) {}

@media (min-width: 640px) {}

@media (min-width: 960px) {
  .programmMainInfo {
    background: #f8f8f8;
  }

  .swiper2 .custom-prev {
    position: absolute;
    z-index: 55;
    width: 57px;
    height: 57px;
    cursor: pointer;
    transform: translate(0, -50%);
    margin-top: 0;
  }

  .swiper2 .custom-next {
    position: absolute;
    z-index: 55;
    width: 57px;
    height: 57px;
    cursor: pointer;
    transform: translate(0, -50%);
    margin-top: 0;
  }

  .swiper2 .custom-prev {
    top: 50%;
    left: 21px;
  }

  .swiper2 .custom-next {
    top: 50%;
    right: 21px;
  }

  .swiper2 .custom-next svg {
    width: 65px;
    height: 65px;
  }

  .swiper2 .custom-prev svg {
    width: 65px;
    height: 65px;
  }

  .swiper2 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 100% !important;
  }

  .swiper2 .swiper-pagination {
    position: unset;
  }

  .swiper2 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: unset;
    margin-top: 16px;
    margin-bottom: 25px;
  }

  .swiper2 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #151617;
  }

  .swiper2 .swiper-pagination1 {
    position: relative;
    left: -7px !important;
    bottom: -10px !important;
    display: block;
  }
}

@media (min-width: 1244px) {
  .programm {
    padding: 64px 0 64px 0;
    margin: 0;
  }

  .programmMainInfoPreTitle {
    font-size: 20px;
    padding: 12.846px 20.553px;
    max-width: fit-content;
  }

  .programmNavButtons {
    gap: 17px;
  }

  .programmNavButton {
    color: #fff;

    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.303px;
    /* 208.145% */
    letter-spacing: 0.48px;
    border-radius: 11.383px;
    background: #f47a91;
    padding: 5px 11px;
  }

  .programmMain {
    display: flex;
    gap: 16px;
  }

  .programmMainInfo {
    padding: 40px;
    width: 610px;
    height: fit-content;
    border-radius: 21.103px;
    position: relative;
    order: 1;
  }

  .swiper2 {
    width: 599px;
    height: 100%;
    top: -8px;
    z-index: 3;
    order: 0;
  }

  .programmMainInfoTitle {
    font-size: 45px;
  }

  .programmMainInfoText {
    font-size: 24px;
    margin-top: 20px;
  }

  .programmMainInfoButton {
    padding: 27px 0;
    margin-top: 32px;
    color: #fff;
    font-family: Manrope;
    font-size: 21.427px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.429px;
  }

  .programmLesson {
    padding: 16px 0;
    gap: 20px;
  }

  .programmLessonNumber {
    border-radius: 12px;
    padding: 9px 20.553px;
    height: 40px;
    font-size: 20px;
  }

  .programmLessonName {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .lak {
    left: 29%;
    width: 24%;
    height: 25%;
  }
}