:root {
  --main_1: #ffc23f;
  --main_2: #595959;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;

  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none; 

}
.only_sam{
  color: red;
  text-align: center;
  font-weight: bold;
}
img {
    -webkit-user-drag: none;
    user-drag: none;
}

.card_summa{
  position: absolute;
  top: 6px;
  right: 50px;
  width: 70px;
}
.sale{
  position: absolute;
  top: 6px;
  left: 0px;
  color: red;
  font-weight: bold;
}
.card_summa_sale{
  position: absolute;
  top: 6px;
  left: 70px;
  color: red;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main_1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9999; /* чтобы был поверх всего */
  transition: opacity 0.5s ease; /* плавное исчезновение */
}
.header {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  height: 80px;
  top: 0px;
  left: 0px;
  z-index: 600;
  user-select: none;
  background-color: var(--main_1);
  width: 100%;
  justify-content: space-between;
  color: #000;
}
.item_header {
  text-align: center;
  margin: 10px;
  height: 60px;
}
.item_header_text{
  font-size: 12px;
  margin-top: -10px;
}
.card {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}
.card_kol {
  position: absolute;
  border-radius: 100px;
  bottom: 0px;
  font-size: 15px;
  right: 60px;
  padding: 2px;
  min-width: 20px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid rgba(79, 79, 79, 0.98);
}
.card_text {
  margin-left: 10px;
}
.card:hover {
  cursor: pointer;
}
.main_menu_go {
  font-size: 20px;
  position: fixed;
  top: 80px;
  left: 0px;
  background-color: white;
  border-bottom: 3px solid var(--main_2);
  display: flex;
  width: 100%;
  z-index: 300;
  /* Добавляем эти свойства */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* для плавного скролла на iOS */
  scrollbar-width: thin; /* для Firefox */
  scrollbar-color: var(--main_2) white; /* для Firefox */
  padding: 8px 0; /* чтобы контент не прилипал к границам */
}
.main_menu_go::-webkit-scrollbar {
  height: 6px; /* высота скроллбара */
}
.main_menu_go::-webkit-scrollbar-thumb {
  background-color: var(--main_1);
  border-radius: 3px;
}
.item_main_menu {
  display: inline-block; /* или flex-shrink: 0; */
  white-space: nowrap;
  padding: 8px 12px;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.5s;
}
.item_main_menu:hover{
  cursor: pointer;
  background-color: var(--main_1);
  transition: 0.2s;
}
.item_main_menu.active {
  background-color: orange;
  /* Дополнительные стили по желанию, например: */
  color: white;
}
.box_reklama {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  position: relative;
  justify-content: center;
}
.item_header_img{
  margin-top: -5px;
}
.menu_header_under {
  height: 130px;
}
.scrolling_wrapper {
  position: relative;
  width: 360px; /* фиксированная ширина баннера */
  height: 120px; /* фиксированная высота баннера */
  overflow: hidden;
	margin: 0 auto;
  border-radius: 8px;
}
.under_cart{
  height: 100px;
}
.card_slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.card_slide.active {
  opacity: 1;
}
.info_vid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.razdel_item {
  padding: 5px;
  margin: 4px;
  text-align: center;
  width: 300px;
  user-select: none;
  position: relative;
  border-radius: 8px;
  transition: 0.2s;
  border: 3px solid var(--main_1);
  padding: 16px;
}
.razdel_item:hover {
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0s;
  transform: translateY(-2px);
}
.hit {
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: linear-gradient( 329deg, #b619ff -10%, #9a00ff 50%, #ff00d5 110% );
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
}
.actia {
  position: absolute;
  top: 180px;
  right: 20px;
  background-image: linear-gradient( 48deg, #19ff38 -10%, #18a300 50%, #31a100 110% );
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
}
.razdel_item_cena {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 76px;
  padding: 10px;
  font-size: 16px;
  background-color: #ffe0b8;
  border-radius: 4px;
}
.razdel_item_massa {
  font-size: 14px;
  padding: 10px 10px 0 10px;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.razdel_item_img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.razdel_item_img img {
  border-radius: 10px;
}
.razdel_item_name {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  font-size: 20px;
}
.razdel_item_sostav {
  font-size: 14px;
  color: #727272;
  padding: 5px 10px 10px 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
.info_vid_text{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 10px;
}
.razdel_add_card {
  margin: 4px;
  background-color: var(--main_1);
  border-radius: 4px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 10px 20px 6px 20px;
  font-size: 16px;
  color: white;
  transition: 0.5s;
  cursor: pointer;
}
.cart_finish, .section_dobavka_finish, .section_check_finish{
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: white;
  z-index: 5000;
  width: 100%;
  display: none;
}
.section_check_all{
  padding: 10px;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.btn_close_check{
  cursor: pointer;
}
.check_warning{
  color: rgb(145, 19, 19);
}
.box_cart, .box_cart_dobavka {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.under_check{
  height: 100px;
}
.item_zakaz{
  width: 380px;
  padding: 10px;
  margin-bottom: 20px;
}
.razdel_item_c {
  margin: 4px 4px 10px 10px;
  text-align: center;
  width: 380px;
  user-select: none;
  position: relative;
  display: flex;
  padding: 5px 0;
}
.item_zakaz_info{
  width: 380px;
  padding: 10px;
}
.section_cart_fio_tel {
  display: flex;
  justify-content: space-between;
}
.section_cart_tel {
  position: relative;
}
.s_text {
  position: absolute;
  left: 0;
  top: -30px;
  font-weight: 400;
  color: #212121;
  font-size: 17px;
}
.enter {
  border: none;
  padding: 8px 8px 8px 10px;
  border-radius: 7px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}
.enter:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}
.enter_tel {
  width: 185px;
  margin-right: 10px;
  font-size: 17px;
}
.enter_fio {
  width: 120px;
}
.method,
.method_d {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #eee;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 15px;
  height: 55px;
  margin: 17px 0;
}

.method .method_btn,
.method_d .method_d_btn {
  flex: 1 1 auto;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: #2b2b2b;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0.5rem 0;
  font-family: "Rubik", sans-serif;
}
.enter_adres {
  width: 89%;
}
.adres-wrapper {
  position: relative;
}

.adres-wrapper .icon-location {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.adres-wrapper .enter_adres {
  padding-left: 35px;
}
.method .method_btn.active,
.method_d .method_d_btn.active {
  background-color: var(--main_1);
  font-weight: 500;
  color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09);
}
.method .method_btn.oplata-karta.active,
.method_d .method_d_btn.sam.active {
  background-color: var(--main_1);
  font-weight: 500;
}
.section_cart_adres {
  margin-top: 20px;
}
.section_cart_data_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.section_cart_data_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.section_cart_data{
  position: relative;
}
.enter_data:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}

.enter_time:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}

.enter_data {
  padding: 8px 8px 8px 10px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 140px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}

.enter_time {
  padding: 8px 8px 8px 10px;
  border-radius: 7px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 170px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}
.open-button_date {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}
.open-button_tel {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}
.open-button_date button {
  border: none;
  background: #fff;
}
.open-button_tel button {
  border: none;
  background: #fff;
}
.comment,
.priboryi {
  margin: 20px 0;
  appearance: none;
  background-color: #fff3d7;
  border-radius: 8px;
  box-sizing: border-box;
  color: #3d3a12;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 10px 16px;
  position: relative;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.comment:hover {
  cursor: pointer;
  background-color: #f5e7c7;
}

.comment_text {
  display: none;
}

.comment_into {
  max-height: 52px;
  min-width: -webkit-fill-available;
  max-width: -webkit-fill-available;
  border: none;
  color: #000000;
  border-radius: 7px;
  background-color: #eeeeee;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  padding: 20px;
}
.badge_g {
  display: inline-block;
  background-color: #01c012;
  box-shadow: 0px 2px 3px #00000033;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
  vertical-align: middle;
  pointer-events: none;
}
.comment_about,
.priboryi_text {
  display: flex;
  align-items: center;
}
.comment_about img,
.priboryi_text img {
  margin-right: 10px;
  pointer-events: none;
}
.section_cart_btn, .section_cart_btn_dobavka {
  background-color: var(--main_1);
  font-size: 18px;
  margin: 15px 0;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  transition: 0.1s;
}
.section_cart_btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px #d8d8d8;
}
.section_cart_btn_online {
  background-image: linear-gradient( 329deg, #ffd499 -10%, #efd8ff 50%, #ffedd6 110% );
  color: rgb(8, 8, 8);
  font-size: 18px;
  margin: 10px 0;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  transition: 0.1s;
  margin-bottom: 100px;
}
.section_cart_btn_online:hover {
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(255, 141, 236, 0.172);
  transition: all 0.1s ease 0s;
  transform: translateY(-1px);
}
.badge_on {
  display: inline-block;
  background-image: linear-gradient( 153deg, #efd8fe -10%, #fff4f4 50%, #ffca87 110% );
  color: #fff;
  box-shadow: 1px 1px 3px #00000045;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 6px;
  pointer-events: none;
}
.comment_into:focus {
  background-color: #e5e5e5;
  outline: 0;
}
.priboryi {
  background-color: #effff2;
  color: #0b4315;
}
.priboryi:hover {
  cursor: pointer;
  background-color: #e3ffe9;
}
.razdel_item_cena_c {
  padding: 2px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 50px;
  width: 85px;
  font-size: 14px;
  background-color: #f1f1f1;
  border-radius: 10px;
  color: #3d3d3d;
}
.delete_item_cart {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 50;
  align-items: center;
  border-radius: 100px;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
  background: #ffcfcf;
  opacity: 76%;
  transition: 0.2s;
}
.delete_item_cart:hover {
  cursor: pointer;
  background: #fbb0b0;
}
.razdel_item_pos{
  position: absolute;
  top: 10px;
  left: 0px;
  text-align: center;
  background-color: #FFD83E;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 20px;
}
.razdel_about_pop{
  text-align: left;
  margin-left: 40px;
  color: var(--main_2);
}

.razdel_item_name_vid{
  color: #8f8f8f;
  font-size: 14px;
}
.razdel_item_name_pop {
  font-weight: bold;
  font-weight: 600;
  font-size: 17px;
  width: 200px;
}
.razdel_item_pos_dob{
  position: absolute;
  top: 10px;
  left: 0px;
  text-align: center;
  background-color: #3eff3e;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 20px;
}
.plus_minus_cart {
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 14px;
  color: black;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.plus_cart {
  background-color: #f1f1f1;
  border-radius: 20px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.kol_cart {
  text-align: center;
  width: 30px;
  line-height: 20px;
  height: 20px;
}
.minus_cart {
  background-color: #f1f1f1;
  border-radius: 20px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.plus_cart:hover,
.minus_cart:hover {
  transition: all 0.2s ease 0s;
  background-color: #d7d7d7;
}
.box_end_work{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  background-color: #ff4040;
  color: white;
  margin-bottom: 10px;
}
.info_cart{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 3px solid var(--main_2);
}
.info_cart_left{
  display: flex;
}
.info_cart_text{
  padding: 5px 15px 5px 15px;
  width: 100px;
  text-align: center;
}
.info_cart_summa, .info_cart_summa_dobavka{
  background-color: var(--main_1);
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}
.info_cart_sale_dobavka{
  background-color: rgb(255, 187, 187);
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  text-align: center;
  margin-left: 5px;
}
.btn_close_cart:hover{
  cursor: pointer;
}
.section_cart_warning {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #f44336;
  color: white;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
  animation: fadeIn 0.5s ease-in-out;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn_save_pdf {
    /* Базовые стили */
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #e74c3c; /* Красный цвет (можно заменить) */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;

    /* Тень для объема */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn_save_pdf:hover {
    cursor: pointer;
}
.footer {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  padding-bottom: 20px;
  background-color: var(--main_2);
  color: white;
}

.footer_item {
  width: 380px;
}

.item_footer {
  margin: 5px;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_1{
  margin: 20px;
  width: 380px;
}
.open_box_all_about{
  color: #c9c9c9;
  display: none;
  margin-bottom: 10px;
}
.section_dobavka_online {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.section_dobavka_zakaz {
  margin-bottom: 15px;
}
.razdel_item_d {
  height: 90px;
  width: 350px;
  display: flex;
  padding: 5px 0;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.razdel_item_name_dobavka{
  text-align: left;
}
.razdel_item_sostav_d {
  font-size: 12px;
  color: #858585;
  text-align: left;
  width: 200px;
}
.info_sect {
  text-align: center;
}
.info_radio {
  display: flex;
  justify-content: center;
}
.item_radio {
  margin: 5px;
}
.section_cart_about {
  width: 380px;
  margin-bottom: 20px;
}
.dobavki_po_vkusu_text {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.dobavki_po_vkusu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_dobavki_po_vkusu {
  border-radius: 9px;
  width: 130px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background: #fff;
  position: relative;
  user-select: none;
  transition: 0.1s;
  box-shadow: 0 2px 1px #ddd;
  cursor: pointer;
}
.item_dobavki_po_vkusu:hover {
  transform: translateY(0.1em);
}
.item_dobavki_po_vkusu_text_about {
  font-size: 12px;
}
.item_dobavki_po_vkusu_cena {
  font-weight: 500;
}
.item_radio_item {
  border-radius: 4px;
  width: 90px;
  text-align: center;
  padding: 10px;
  margin: 5px;
  position: relative;
  user-select: none;
  transition: 0.1s;
  box-shadow: 0 2px 1px #ddd;
}
.item_radio_item:hover {
  box-shadow: 0 2px 1px hsl(42, 100%, 54%);
  cursor: pointer;
  transform: translateY(0.1em);
}
.item_radio_item_har {
  font-weight: 500;
  font-size: 18px;
}
.razdel_item_massa_d{
  text-align: center;
  margin-bottom: 20px;
}