@media only screen and (max-width: 1200px) {
  .scrolling_wrapper,
  .scrolling_wrapper_razdel {
    overflow-x: scroll;
  }

  .section_cart_zakaz_scroll {
    height: 100%;
    overflow: hidden;
  }

  .section_cart_scroll {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .comment_into {
    max-height: 52px;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }
}

@media only screen and (max-width: 820px) {
  .p-t {
    display: flex;
    position: absolute;
    top: 354px;
    right: 24px;
    flex-direction: column;
    justify-content: center;
  }

  .p-b {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 22px;
    background: rgb(216 216 216);
    border-radius: 12px;
  }

  .section_nav_rdd {
    display: block;
  }

  .box-group {
    display: none;
  }

  .section_dobavka {
    width: auto;
  }

  .razdel_item_sostav {
    max-width: 195px;
  }

  .section_cart_zakaz_scroll {
    min-width: 370px;
  }

  .scrolling_wrapper,
  .scrolling_wrapper_razdel {
    overflow-x: scroll;
  }

  .section_cart {
    width: auto;
  }

  .enter_adres {
    width: 86%;
  }

  .razdel_item_cena_c {
    right: 98px;
  }

  .plus_minus_cart {
    left: 254px;
  }

  .delete_item_cart {
    left: 323px;
  }
}

@media only screen and (max-width: 480px) {

  .razdel_item:hover {
      background: #ffffff;
      border: 1px solid #ffffff00;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
  }

    .section_cart {
    padding: 20px 0px 50px 20px;
  }

  .section_dobavka_item_tz {
    padding: 20px 0px 0px 0px;
  }

  .section_cart {
    padding: 20px;
  }
  .p-t {
    top: 350px;
  }

.f_2{
  width: 350px;
}
  .m_head {
    display: block;
  }

  .menu_header_item {
    background: #3c3b3b;
    padding: 5px 15px 5px 5px;
    border-radius: 30px;
  }

  .menu_header_under {
    height: 40px;
  }

  .menu_header_item span {
    display: block;
  }

  .section_nav_r {
    display: none;
  }

  .open-button_date {
    top: 6px;
    right: 25px;
  }
  .open-button_tel {
    top: 6px;
    right: 16px;
  }

  .comment_into {
    max-height: 52px;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }

  .section_check {
    border-radius: 15px 15px 0px 0px;
    height: 100%;
  }

  .enter_tel {
    margin-right: 0;
  }

  .razdel_item_cena_c {
    right: 100px;
  }

  .kol_cart {
    width: 30px;
  }

  .plus_minus_cart {
    left: 253px;
  }

  .delete_item_cart {
    left: 323px;
    height: 30px;
    width: 30px;
  }

  .delete_item_cart img {
    height: 15px;
  }

  .enter_data {
    max-width: 80%;
  }

  .menu_header {
    padding-top: 20px;
    width: 100%;
    height: 25px;
    top: 1%;
    box-shadow: none;
    display: flex;
    position: static;
    z-index: 600;
    user-select: none;
    background-color: unset;
    border: none;
    backdrop-filter: none;
    transform: none;
    margin-top: 0;
    min-width: auto;
  }

  .section_r_all {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: repeat(2, minmax(130px, 297px));
    grid-template-rows: auto;
    row-gap: 0;
    justify-content: center;
    justify-items: center;
  }

  .logo img {
    height: 50px;
  }

  .logo {
    display: flex;
    align-items: center;
    padding-top: 0;
    gap: 10px;
  }

  .card_kol {
    top: 30%;
    left: 50%;
    border-radius: 100px;
    padding: 0px;
    border: 2px solid rgb(252 201 0);
  }

  .card {
    display: none;
  }

  body {
    margin: 0;
    padding: 0;
  }

  table {
    font-size: 15px;
  }

  .elem_menu,
  .elem_soc,
  .elem_text {
    display: none;
  }

  .elem_mob_menu {
    display: block;
    margin-right: 10px;
  }

  .mob_menu {
    margin-top: 15px;
  }

  .scrolling_wrapper,
  .scrolling_wrapper_razdel {
    overflow-x: scroll;
  }

  .section_dobavka {
    margin-top: 20px;
  }

  .section_sobr,
  .section_cart,
  .section_check,
  .section_xss {
    margin-top: 20px;
  }

  .card {
    width: 50px;
  }

  .box_time {
    height: 14px;
    font-size: 12px;
  }

  .menu_top_2 {
    font-size: 20px;
  }

  .menu_1_item {
    margin: 0 2px;
  }

  .name_firm {
    font-size: 30px;
    margin-top: 5px;
  }

  .razdel_item_menu {
    margin: 5px 2px;
    border: 3px solid white;
  }


  .section {
    padding: 0;
  }

  .footer {
    font-size: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .r_item_vid {
    width: 155px;
    height: 160px;
  }

  .r_item_text {
    width: 155px;
    border-radius: 0px;
    left: 0px;
  }

  .section_r_all {
    grid-template-columns: repeat(2, minmax(130px, 170px));
  }

  .pic_r_item_vid {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section_cart_about {
    min-width: 334px;
    padding: 10px;
  }

  .section_cart,
  .section_dobavka {
    border-radius: 25px 25px 0 0;
  }

  .footer .section_1,
  .footer .section_2 {
    margin: 0;
  }

  .footer .container {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }

  .f_logo {
    display: none;
  }

  .f_logo_1 {
    display: block;
  }

  .footer-left,
  .footer-right {
    flex-basis: 100%;
    text-align: center;
  }

  .footer-left {
    margin-bottom: 30px;
  }

  .developer-logo img {
    transition: transform 0.3s ease;
  }

  .developer-logo img:hover {
    opacity: 0.5;
  }

  .payment-methods {
    margin-top: 20px;
  }

  .payment-methods img {
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  .r_item_text {
    background: rgba(43, 43, 43, 0.91);
    backdrop-filter: blur(0);
  }

  .footer {
    padding: 35px;
  }

  .footer .section_1,
  .footer .section_2 {
    margin: 0;
  }

  .footer .container {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }

  .f_logo {
    display: none;
  }

  .f_logo_1 {
    display: block;
  }

  .footer-left,
  .footer-right {
    flex-basis: 100%;
    text-align: center;
  }

  .footer-left {
    margin-bottom: 30px;
  }

  .section_nav_r {
    top: 80px;
    position: sticky;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    z-index: 600;
    user-select: none;
    left: 50%;
    transform: translateX(-50%);
    min-width: 370px;
    border-radius: 17px;
    margin-top: 10px;
    justify-content: space-evenly;
  }

  .developer-logo img {
    transition: transform 0.3s ease;
  }

  .developer-logo img:hover {
    opacity: 0.5;
  }
}

@media (max-width: 430px) {
  .enter_tel {
    width: 170px;
  }

  .enter_fio {
    width: 105px;
  }

  .section_cart_fio_tel {
    flex-wrap: nowrap;
  }

  .section_cart_data_time {
    flex-wrap: nowrap;
  }
}

@media (max-width: 375px) {
  .section_item {
    width: 95%;
  }

  .comment_into {
    max-height: 52px;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }

  .razdel_item {
    max-width: 90%;
  }

  .enter_tel {
    width: 170px;
  }

  .section_cart_about {
  }

  .razdel_item_cena_c {
    right: 100px;
  }

  .kol_cart {
    width: 30px;
  }

  .plus_minus_cart {
    left: 253px;
  }

  .delete_item_cart {
    left: 323px;
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 340px) {
  .section_cart_about {
    /* width: 100%; */
  }

  .plus_cart {
    padding: 0 3px 5px;
  }

  .minus_cart {
    padding: 0 3px 5px;
  }

  .delete_item_cart {
    left: 286px;
  }


  .razdel_item_sostav {
    max-width: 160px;
  }
}

@media (min-width: 750px) and (max-width: 844px) {
  .razdel_item {
    width: 350px;
  }

  .section_item {
    width: 100%;
    flex-wrap: wrap;
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: repeat(2, minmax(121px, 387px));
    grid-template-rows: auto;
    row-gap: 0;
    justify-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .section_nav_r {
    display: none;
  }
}
