@media (min-width: 0px) {

  .works__wrapper {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 20px 20px 60px 20px;
  }

  .deviceBtns {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .button-prev svg,
  .button-next svg {
    width: 40px;
    height: 40px;
  }

  .swiper {
    width: auto;
    height: 100%;
    margin-top: -24px;
  }

  .swiper-slide {
    margin-top: 50px;
    width: 300px;
  }

  .worksTitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .works__description {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
  }

  .worksPoint {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
  }

  .swiperSliderInfoPoint svg {
    min-width: 24px;
  }

  .swiperInner {
    padding: 16px;
    border-radius: 20px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: space-between;
  }

  .swiperSliderInfoTitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .swiperList {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 15px;
  }

  .swiperSliderInfoPoint {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .swiperSliderInfoPointText {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
  }




  .swiperBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }


  .swiper-slider {
    border: 1px solid #f9fafb;
    background: #f9fafb;
    border-radius: 12px;
  }

  .swiper-slider-container {
    border: unset;
    background-color: transparent;
    border-radius: unset;
    background-image: url("../img/1_m.webp");
    background-size: cover;
    background-repeat: round;
    width: 100%;
    aspect-ratio: 1/1.88;
  }




  .slider-text {
    color: #bc625c;
    font-size: 18px;
  }

  .slider-description {
    color: var(--, #151617);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin-top: 12px;
  }



  .slider-course {
    font-size: 12px;
    color: #bc625c;
    text-transform: uppercase;
    margin-top: 15px;
  }

  .slider-name {
    color: #1d1d1b;
    font-size: 24px;
  }

  .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 100% !important;
  }

  .swiper-pagination {
    position: unset;
  }

  .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;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #151617;
  }

  :root {
    --swiper-theme-color: #f4f4f4;
  }





  .works__info {
    align-self: flex-start;
  }

  .swiper-pagination1 {
    position: relative;
    left: -7px !important;
    bottom: -10px !important;
  }

  .works__description {
    margin-top: 15px;
    color: var(--, #151617);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
  }
}

@media (max-width: 649px) {
  .swiper-pagination {
    display: none;
  }
}

@media (min-width: 957px) {
  .swiper-slider {
    width: 100%;
  }

  .swiper2 {
    max-width: 500px;
  }

  .works__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;

  }






  .works__description {
    font-size: 24px;
    margin-top: 15px;
  }

  .works {
    margin-top: unset;
  }

  .swiper-slider {
    padding: 35px;
  }

  .slider-description {
    font-style: italic;
    font-size: 24px;
  }
}

@media (min-width: 1244px) {

  .swiperSliderInfoPointText {
    font-size: 20px;
  }

  .swiperInner {
    flex-direction: row;
    gap: 25px;
    height: 515px;
  }

  .worksPoint {
    font-size: 24px;
    margin-left: 35px;
  }

  .swiperInner {
    padding: 20px;
  }

  .swiperSliderInfoTitle {
    font-size: 36px;
  }

  .swiperList {
    margin-top: 25px;
    gap: 25px;
  }

  .swiperSliderInfoPoint {
    font-size: 24px;
  }



  .works__info h2 {
    font-size: 45px;
  }

  .works__wrapper {
    position: relative;
  }

  .works__description {
    font-size: 24px;
  }

  .swiper2 {
    max-width: 1080px;
  }


  .deviceBtns {
    display: inline-block;
    position: unset;
    transform: none;
  }

  .button-prev svg,
  .button-next svg {
    width: 80px;
    height: 80px;
  }

  .mobileBtns {
    display: none;


  }

  .button-prev {
    position: absolute;
    left: 10px;
    top: 55%;
  }

  .button-next {
    position: absolute;
    right: 10px;
    top: 55%;
  }

  .swiper-slider-container {
    height: 590px;
  }



  .works__info {
    margin-right: 24px;
  }
}