@media (min-width: 0px) {
  /*ACCORDION FAQ*/
  .faq {
    margin: 20px auto;
  }

  .faq-item {
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
  }
  .none {
    display: none;
  }

  .block {
    display: block;
  }

  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .programm__list_title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
  }
  .programm__list {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    list-style-type: none;
  }
  .programm__list_subtitle {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.42px;
  }
  .faq-text__img {
    order: 1;
  }

  .content__faq {
    margin-top: 40px;
  }

  .faq-tittle {
    cursor: pointer;
    transition: background 0.2s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 0;
  }

  .faq-tittle-svg {
    width: 28px !important;
    height: 28px !important;
  }

  .faq-tittle:active {
    background: #ffffff;
  }

  .faq-tittle:focus {
    background: #ffffff;
  }

  .faq-input:checked + .faq-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.5s;
    padding: 0 0 15px 0;
    height: fit-content;
  }

  .programm__list-point {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.42px;
  }
  .programm__list-point span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.42px;
  }

  .programm__list-point:first-of-type {
    margin-top: 10px;
  }

  .active {
    transform: rotate(45deg);
  }

  .faq-input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 0;
    height: 0;
  }

  .faq-text {
    display: flex;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }

  .faq-text .benefits-point:nth-child(4)::before {
    content: "04";
    position: absolute;
    width: 110px;
    height: 115px;
    font-size: 96px;
    text-transform: uppercase;
    opacity: 0.5;
    color: #fff;
    top: 22px;
    left: 12px;
  }

  .faq-text .benefits-point:nth-child(4) {
    background: #ff5733;
  }

  /*ACCORDION FAQ*/
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main__main-info h2 {
    margin-top: 8px;
    color: #151617;
    font-family: Manrope;
    font-size: 31.696px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 31.696px */
  }

  .main__main-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
    margin-top: 16px;
    /* max-width: 300px; */
  }

  .main__props {
    gap: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .main__props-point {
    display: flex;
    flex-direction: column;
    /* max-width: 120px; */
    color: #151617;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.42px;
    border-radius: 18.112px;
    background: #f4f4f4;
    padding: 16px 21.508px;
    /* max-width: 343px; */
    width: 100%;
  }

  .benefits__list {
    margin: 40px 0 0 0;
    gap: 24px;

    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    padding: 0 0 15px 0;
  }

  .benefits-point {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    padding: 75px 16px 16px 16px;
    position: relative;
  }

  .faq-text__img img {
    border-radius: 16px;
    width: 100%;
  }

  .main__props-point span {
    color: #dc5086;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 49.5px */
  }

  .faq-text-main {
    order: 2;
  }

  .faq-text-main h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;

    line-height: 120%;
  }

  .faq-text-speaker {
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
  }

  .faq-text-comment {
    font-size: 14px;
    line-height: 120%;
    color: #bc625c;
    margin-top: 10px;
  }

  .faq-text-description span {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
  }

  .faq-item .benefits-point {
    border-radius: unset;
    width: 240px;
    height: 240px;
  }

  .content__faq .faq-item:nth-child(1) {
    border-bottom: none;
  }

  .faq-text-lessons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .faq-text-lesson {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-text .benefits__list {
    margin-top: 25px;
  }

  .content__btn {
    display: flex;
    justify-content: center;
  }

  .popup__btn {
    border-radius: 16px;
    background: #151617;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 320px;
    height: 52px;
    padding: 13px 0;
    width: 100%;
    color: #fff;
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .content__subtitle {
    color: #dc5086;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
  }
  .faq-text-result {
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.42px;
    margin-top: 20px;
  }
  .faq-text-result span {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48px;
  }
  .programm {
    border-radius: 20px;
    background: #dc5086;
    padding: 20px 16px;
  }
  .style {
    list-style-type: disc;
    margin-left: 26px;
  }

  :root {
    --swiper-theme-color: #f4f4f4;
  }
  .swiper {
    width: auto;
    height: 100%;
    margin-top: -24px;
  }
  /* .swiper3 .swiper-slider-container {
    width: 343px;
    height: 882px;
  } */
  .swiper3 .swiper-slide {
    margin-top: 20px;
    width: 343px;
    /* height: 882px; */
  }
  .button_navigation {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
  }
  .swiper3 .swiper-slider {
    border: 1px solid #f9fafb;
    background: #f9fafb;
    border-radius: 12px;
  }
  .swiper3 .swiper-slider-container {
    border: unset;
    background-color: transparent;
    border-radius: unset;
    background-image: url("../img/bon1_s5_mob.webp");
    background-size: cover;
    background-repeat: round;
    /* height: 645px; */
    width: 100%;
    /* height: 882px; */
    aspect-ratio: 1/2.57;
  }
  .swiper3 .swiper-slider1 {
    background-image: url("../img/bon1_s1_mob.webp");
  }
  .swiper3 .swiper-slider2 {
    background-image: url("../img/bon1_s2_mob.webp");
  }
  .swiper3 .swiper-slider3 {
    background-image: url("../img/bon1_s3_mob.webp");
  }
  .swiper3 .swiper-slider4 {
    background-image: url("../img/bon1_s4_mob_n.webp");
  }
  .swiper3 .swiper-slider img {
    margin-top: 32px;
  }
  .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-pagination3
    .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-pagination3 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #dc5086;
  }
  .swiper-pagination3 {
    position: relative;
    left: -7px !important;
    bottom: -10px !important;
  }
}

@media (min-width: 958px) {
  .programm {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 22.667px;
    padding: 22.667px 45.333px;
    display: flex;
    gap: 45px;
    /* max-height: 280px; */
    /* max-height: 210px; */
  }
  .faq-text__img img {
    /* width: 495px; */
    aspect-ratio: 2.97 / 1;
    width: 100%;
  }

  .faq-text-speaker {
    font-size: 20px;
  }

  .faq-text-comment {
    font-size: 20px;
  }
  .main__props {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .main__props-point span {
    font-size: 45px;
    line-height: 139%;
  }

  .main__props-point {
    flex-direction: column;
    align-items: center;
    /* gap: 20px; */
    font-size: 18px;

    max-width: 392px;
    border-radius: 22.667px;
    padding: 22.667px 0px;
  }

  .programm__list-point:first-of-type {
    margin-top: 0px;
  }

  .faq-input:checked + .faq-text {
    display: flex;
    grid-template-columns: 602px 1fr;
    padding: 20px 0 40px 0;
  }

  .programm__list_title {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
  .programm__list_subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
  }
  .programm__list-point {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .programm__list-point span {
    font-size: 18px;
    letter-spacing: 0.54px;
  }

  .faq-text__img {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    /* margin-top: 10px; */
  }
  .faq-text-result {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.6px;
    max-width: 458px;
  }
  .faq-text-result span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.54px;
  }

  .faq-text-speaker {
    margin-top: 0;
  }

  .main__main-description {
    font-size: 18px;
  }

  .content__main {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-direction: column;
  }

  .faq-input:checked + .faq-text {
    column-gap: 45px;
    row-gap: 24px;
  }

  .faq-text-speaker {
    max-width: 494px;
  }

  .faq-text-comment {
    max-width: 392px;
  }

  .main__props {
    flex-wrap: unset;
  }

  .main__props-point {
    justify-content: center;
    font-size: 20px;
  }

  .programm__list {
    /* gap: 8px; */
    flex-wrap: wrap;
    max-width: 500px;
    width: 100%;
  }
  .popup__btn {
    background: #151617;
  }
  body
    > main
    > section.content
    > div
    > div.content__faq
    > div:nth-child(2)
    > div.faq-text
    > div.faq-text__programm.programm
    > div {
    max-width: 458px;
    width: 100%;
  }

  .swiper-slider {
    width: 100%;
  }
  .swiper3 {
    max-width: 500px;
  }
  .swiper3 .swiper-slide {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .swiper3 .swiper-slider {
    padding: 65px;
  }
  .swiper3 {
    max-width: 920px;
  }
  .swiper3 .swiper-slider-container {
    width: 760px;
    aspect-ratio: 1 / 0.5;
  }
  .swiper3 .swiper-slider-container {
    background-image: url("../img/bon1_s5_dev.webp");
  }
  .swiper3 .swiper-slider1 {
    background-image: url("../img/bon1_s1_dev.webp");
  }
  .swiper3 .swiper-slider2 {
    background-image: url("../img/bon1_s2_dev.webp");
  }
  .swiper3 .swiper-slider3 {
    background-image: url("../img/bon1_s3_dev.webp");
  }
  .swiper3 .swiper-slider4 {
    background-image: url("../img/bon1_s4_dev.webp");
  }
  .button-next3 {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 10;
  }
  .button-prev3 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
  }
  /* .button-next,
  .button-prev {
    display: inline-block;
  } */
}

@media (min-width: 1243px) {
  .main__main-description {
    font-size: 23px;
    /* max-width: 725px; */
  }

  .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main__props {
    align-items: center;
    flex-wrap: unset;
  }

  .main__props-point {
    margin-top: 0;
  }

  .main__main-info h2 {
    margin-top: 10px;
    font-size: 45px;
    line-height: 120%;
    max-width: unset;
  }

  .faq-tittle {
    font-size: 28px;
    padding: 20px 0;
  }

  .faq-tittle-svg {
    width: 40px !important;
    height: 40px !important;
  }
  .popup__btn {
    margin-top: 48px;
  }
  .content__faq
    > div:nth-child(3)
    > div
    > div.faq-text__programm.programm
    > ul {
    max-width: 650px;
  }
  .content__subtitle {
    font-size: 20px;
  }

  .swiper3 {
    max-width: 1224px;
  }
  .swiper3 .swiper-slider-container {
    height: 609px;
    width: 1081px;
  }
  .swiper3 .swiper-slider-container {
    background-image: url("../img/bon1_s5_dev.webp");
  }
  .swiper3 .swiper-slider1 {
    background-image: url("../img/bon1_s1_dev.webp");
  }
  .swiper3 .swiper-slider2 {
    background-image: url("../img/bon1_s2_dev.webp");
  }
  .swiper3 .swiper-slider3 {
    background-image: url("../img/bon1_s3_dev.webp");
  }
  .swiper3 .swiper-slider4 {
    background-image: url("../img/bon1_s4_dev.webp");
  }
}
