@media (min-width: 0px) {
  /* ACCORDION */
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    flex: 1 1 100%;
  }

  .accordion-content ul {
    margin: 0;
  }

  .accListPoint {
    margin-left: 25px;
    color: #151617;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 5px;
  }

  .accListName {
    color: #151617;
    margin-top: 10px;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .accText {
    color: #151617;
    margin-bottom: 15px;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  /* ACCORDION */
  .cards {
    padding: 15px 0;
  }

  .navTitle {
    color: #151617;

    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .navSubtitle {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .cards__inner {
    display: flex;
    flex-direction: column;
  }

  .cards__header {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
  }

  .cards__item_pretitle {
    color: #858b90;

    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }

  .cards__header span {
    color: #bc625c;
  }

  .cards__items {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 5px;
    margin-top: 10px;
    /* overflow-x: scroll; */
    /* justify-content: center; */
  }

  .cards__wrapper {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
  }

  .cards__item {
    width: 100%;
    max-width: 460px;
    flex-shrink: 0;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #eceff4;
    background: var(--white, #fff);
  }

  .cards__item_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 50%;
    gap: 10px;
  }

  .cards__item_subject {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.286px;
    /* 182.857% */
    letter-spacing: 0.3px;
    border-radius: 8px;
    background: #fa4ea0;
    padding: 3px 12px;
    width: fit-content;
  }

  .cards__item_title {
    color: var(--, #151617);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 4px;
  }

  .cards__item_subtitle {
    color: var(--, #151617);
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 4px;
  }

  .cards__item_img {
    flex: 1 1 50%;
    max-width: 43%;
  }

  .cards__item_img img {
    width: 130px;
    height: 100%;
    /* aspect-ratio: 1 / 1.71; */
  }

  .cards__item_price {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .price_main {
    color: #131410;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 22px */
  }

  .price_double {
    color: #424649;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 17.6px */
  }

  .price_description {
    color: #858b90;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 13px */
  }

  /* .cards__item_text {
    padding: 20px 16px;
    border-radius: 16px;
    background: #f4f4f4;
    margin-top: -16px;
    z-index: 5;
    position: relative;
  } */

  .cards__item_p {
    font-size: 20px;
    line-height: 120%;
  }

  .cards__btn {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0;
    width: 100%;
    height: 40px;
    border-radius: 10.135px;
    border: 0.845px solid #151617;
    align-self: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #151617;
  }

  .mobile {
    display: block;
  }

  .device {
    display: none;
  }

  .active_card {
    display: flex;
  }

  .hidden_card {
    display: none;
  }

  nav.mobile {
    padding-top: 16px;
  }

  .mobile_navigation {
    width: 100%;
    max-width: 460px;
    background-color: #fff;
    border-radius: 20px;
    padding: 17px 26px 17px 13px;
  }

  .mobileChoiceOuter {
    padding: 15px 18px;
    background: #f3f3f3;
    border-radius: 10px;

    margin-top: 20px;
  }

  .mobile_choice {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e0e3e8;
    padding: 15px;
    background-color: #f3f3f3;
  }

  .mobile_choice-title {
    color: #151617;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */
  }

  .menu_point {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e8e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body
    > main
    > section.cards
    > nav.container.mobile
    > div
    > div
    > div:nth-child(2)
    > div:nth-child(7) {
    border-bottom: none;
  }

  /* .menu_point:last-child {
    border-bottom: none;
  } */
  .menu_point-label {
    color: #858b90;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.12px;
  }

  .button_choice {
    border-radius: 12px;
    background: #fff;
    border: 1px solid grey;
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.28px;
    margin-top: 16px;
  }

  .submit_active {
    color: #fff;
    background: #000;
  }

  .mobile_choice-title_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .menu_open {
    position: relative;
  }

  .navigation_choice {
    position: relative;
    left: 6px;
  }

  body
    > main
    > section.cards
    > nav.container.mobile
    > div
    > div
    > div:nth-child(2) {
    width: 100%;
    margin-bottom: 16px;
  }

  .checkbox_new {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
  }

  .checkbox_new input {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
    opacity: 0;
  }

  .checkbox_unchecked {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/unchecked.svg) no-repeat;
  }

  .checkbox_checked {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/checked.svg) no-repeat;
  }

  .mobile_category-wrapper {
    display: none;
  }

  .show_block {
    display: block;
    width: 100%;
  }
}

@media (min-width: 957px) {
  .cards__items {
    flex-direction: row;
    flex-wrap: wrap;
    /* margin-top: 48px; */
    gap: 20px;
    align-items: flex-start;
  }

  .cards__item_img {
    max-width: 46%;
  }

  .cards {
    padding: 20px 0;
    z-index: 5;
    position: relative;
  }

  .cards__item_img img {
    width: 180px;
  }

  .cards__header {
    font-size: 45px;
  }

  .cards__item {
    max-width: 440px;
  }

  /* .cards__item_text {
    margin-top: -20px;
    z-index: 5;
    position: relative;
  } */

  .cards__item_p {
    font-size: 28px;
  }

  .cards__btn {
    display: flex !important;

    height: 40px;
    padding: 13px 40px;
    border-radius: 12px;
    border: 1px solid #151617;
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 187.5% */
  }

  .cards__item_title {
    font-size: 18px;
  }

  .cards__item_text {
    gap: 15px;
  }

  .cards__item_price {
    gap: 8px;
  }

  .price_main {
    font-size: 24px;
  }

  .price_double {
    font-size: 18px;
  }

  .mobile {
    display: none;
  }

  .device {
    display: block;
  }

  .navigation_list {
    display: flex;

    flex-wrap: wrap;
    gap: 20px;
  }

  .navigation_point {
    height: 51.958px;
    padding: 15.987px 27.977px;
    width: fit-content;
    border-radius: 16px;
    border: 1px solid #151617;
    background: #fff;
    color: #151617;
    text-align: center;
    font-family: Manrope;
    font-size: 15.987px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.987px;
    /* 100% */
    letter-spacing: 0.32px;
    text-decoration: none;
    list-style-type: none;
    cursor: pointer;
  }

  .navigation_point-active {
    border-radius: 11.99px;
    border: 0.999px solid #151617;
    background: #151617;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 15.987px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.987px;
    /* 100% */
    letter-spacing: 0.32px;
    height: 51.958px;
    padding: 15.987px 27.977px;
    width: fit-content;
    text-decoration: none;
    list-style-type: none;
    cursor: pointer;
  }

  .cards__item_pretitle {
    font-size: 14px;
  }

  .cardsNav {
    padding: 20px;
    border-radius: 25.349px;
    background: #fff;
  }

  .navTitle {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .navSubtitle {
    font-size: 24px;
  }

  .navigation_list {
    margin-top: 40px;
  }

  .cards__item_subtitle {
    font-size: 12px;
  }
}

@media (min-width: 1234px) {
  .accListPoint,
  .accListName,
  .accText {
    font-size: 12px;
  }
}
