/* ----------------------------------------- */

/* Стили */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* ----------------------------------------- */ 

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2, p, span, button{
    font-family: "Nunito", sans-serif;
}

button {
  cursor: pointer;
}


ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}


/* маин инфа для обеих */
.main_header_info {
  min-height: 600px;
  /* background:
    radial-gradient(
      210% 210% at 50% -55%,
      #FFAB08 0 68%,
      transparent 69%
    ); */
    background:
  radial-gradient(
    210% 210% at 50% -55%,
    #FFAB08 0%,
    #FFAB08 68%,
    transparent 69%
  );
}
/* ----------------------------------------- */
/* Иконка  */

.nav {
  padding-top: 30px;
    display: flex;
}
.nav_logo{
  font-family: "Nunito", sans-serif;
color: #fff;
}

.nav_logo h1 {
  margin: 0 20px;
      font-size: 35px;
}

/* ----------------------------------------- */
/* Шапка иконки  */



.header_main {
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
}
.header_icon {
  margin-top: 50px;
    animation: floatSoft 6s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
  will-change: transform;
}

@keyframes floatSoft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}


.header_main_txt{
  max-width: 440px;
}
.header_main_txt h2 {
font-weight: 800;
font-size: 50px;
line-height: 120%;
color: #fff;
height: auto;
max-width: 497px;
}

.header_main_txt p {
font-weight: 400;
font-size: 16px;
color: #fff;
margin-top: 60px;
}

.header_main_txt  span{
color: #ff5c00;
}

/* ----------------------------------------- */
/* меню для выбора */




.header_nav {
    display: flex;
    gap: 25px;
    justify-content: space-around;
    align-items: center;
      flex-wrap: wrap; 
}


.header_nav img {
  width: 24px;
height: auto;
}

.header_nav  button{
  border-radius: 50px;
padding: 8px 14px;
width: auto;
height: 40px;
display: flex;
background: #fff;
    align-items: center;
    justify-content: center;
        gap: 8px;
            border: 0;
}

.header_nav span{
font-weight: 400;
font-size: 16px;
color: #000;
}


.header_nav  button.btn_burgerIcon{
background: #ffab08;
}






/* ----------------------------------------- */
/* Имя выбраного ввида еды */

.header_nav_menu_h2 {
  margin-top: 50px;
font-weight: 600;
font-size: 40px;
line-height: 120%;
color: #000;
  margin-left: 380px
}


/* ----------------------------------------- */
/* Корзинка для заказа */


.section_basket_list {
  margin-top: 30px;
    width: 340px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}
.basket_list {
  background: #ffffff;
    padding: 10px;
    border-radius: 12px;
          max-width: 340px;
    height: 467px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
display: flex;
    gap: 16px;
flex-direction: column;
justify-content: space-between;
}


/* ----------------------------------------- */
/* Карточка с выбранным заказом в корзине */
.basket_list_order_cards_txt{
font-weight: 400;
font-size: 16px;
line-height: 130%;
display: flex;
color: #000
}

.basket_list_orders_wrapper{
    flex: 1;      
    overflow-y: auto;     
    display: none;
      flex-direction: column;
        gap: 16px;    
            padding-right: 8px;
}
.basket_list_order_card{
    display: flex;
      overflow-y: auto;   
    align-items: center;
        border-bottom: 1px solid #f2f2f3;
    border-top: 1px solid #f2f2f3;
    min-height: 84px;
    justify-content: space-between;
}
.basket_list_order_card_img{
  border-radius: 8px;
width: 64px;
height: 52px;
    object-fit: cover;
}

.basket_list_order_card_title {
  font-weight: 400;
font-size: 12px;
color: #000;
}
.basket_list_order_card_subtitle_weight {
  font-weight: 400;
font-size: 12px;
color: #b1b1b1;
}
.basket_list_order_card_subtitle {
    font-weight: 400;
font-size: 12px;
color: #000
}

.counter2 {
max-width: 120px;
    background: #f2f2f3;
    border-radius: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}
.countsTwo {
    font-weight: 400;
    width: auto;
    min-width: 30px;
    max-width: 60px;
    font-size: 16px;
    color: #000;
    flex: 1;
    font-size: 1rem;
    text-align: center;
    border: none;
    background: none;
    outline: none;
    user-select: none;
    color: #000;
}
.btn-minus2,
.btn-plus2 {
  font-weight: 400;
  font-size: 16px;
    font-size: 1rem; 

  color: #000;
  border: none;
  background: none;
  cursor: pointer;
}


/* ----------------------------------------- */
.basket_list_down{
    margin-top: auto;
        flex-direction: column;
display: flex;
  gap: 12px;
  align-items: center;
}
.basket_list_score_main {
  display: flex;
    align-items: center;
    gap: 140px;
    
}
.basket_list_score {
font-weight: 600;
font-size: 24px;
display: contents;
line-height: 100%;
color: #000;
}

.basket_list_clean {
  border-radius: 6px;
background: #ffffff;
padding: 2px 13px;
  min-width: 40px;   
    max-width: 60px;   
      font-size: clamp(10px, 2vw, 12px);
font-weight: 400;
text-align: center;
  border: none;
  
  outline: none;
}



.basket_list_price_subtitles {
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #000;
}


.basket_list_price_main {
display: flex;
    gap: 190px;
        align-items: center;
    }
#basket_list_price {
  font-family: "Nunito", sans-serif;
line-height: 130%;
color: #000;
  border-radius: 6px;
background: #f2f2f3;
padding: 3px 15px;
  white-space: nowrap;

  min-width: 40px;   
      font-size: clamp(10px, 2vw, 12px);
font-weight: 400;
text-align: center;
  border: none;
  outline: none;
}

.basket_list_price_main input::-webkit-inner-spin-button,
.basket_list_price_main input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.basket_list_free_delivery  {
display: flex;
align-items: center;
gap: 10px;
}

.basket_list_free_delivery span {
font-weight: 400;
font-size: 12px;
color: #000;
}


.basket_list_free_delivery img {
max-width: 24px;
height: auto;
}

.basket_list_down_btn{
  border-radius: 12px;
  padding: 12px 72px;
    font-size: clamp(14px, 2vw, 16px);
  font-family: "Nunito", sans-serif;
font-weight: 400;
  line-height: 1;     
    transition: background 0.2s ease;  
color: #fff;
background: #f86310;
border: 0;
}


.basket_list_down_btn:hover {
  background: #e05200;   
}


/* ----------------------------------------- */
/* Карты Виды выбора блюд  */

    

.container.container_section_basket_list_main{
display: grid;
    grid-template-columns: 300px 1fr;
    align-items: start;
    padding-top: 20px;
    gap: 60px;
}
.section_basket_Menu_list_main_Cards {
    display: grid;
    gap: 40px;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: fadeUp 0.35s ease both;
}

.section_basket_Menu_list_main_Card{
        padding: 20px;
            max-width: 310px;
                display: flex;
    flex-direction: column;
}
.section_basket_Menu_list_main_Card img {
    border-radius: 12px;
  width: 100%;
  max-width: 276px;
  height: 220px;
  object-fit: cover;
  
}

.section_basket_Menu_list_main_Card h2 {
font-weight: 600;
font-size: 24px;
line-height: 100%;
color: #000;
padding-top: 15px;
}




.section_basket_Menu_list_main_Card_txtOne{
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #000;
padding-top: 8px;
}


.section_basket_Menu_list_main_Card_txt{
font-weight: 600;
font-size: 16px;
line-height: 130%;
padding-top: 30px;
color: #b1b1b1;
}





.section_basket_Menu_list_main_Card button{
border-radius: 12px;
padding: 11px 92px;
width: 276px;
    border: none;
padding-top: 8px;
height: 40px;
background: #f2f2f3;
font-weight: 400;
font-size: 16px;
line-height: 100%;
  transition:
    background-color 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
color: #000;
}

.section_basket_Menu_list_main_Card button:hover{
    background: #ffab08;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.section_basket_Menu_list_main_Card button:active{
  transform: translateY(0) scale(0.97);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.section_basket_list_main{
    display: flex;
    align-items: center;
    gap: 42px;
}


/* ----------------------------------------- */

/* Чердак сайта */


.footer_main {
margin-top: 100px;
background-color: #ececee;
  display: flex;
  align-items: center;
}

.logo_h2 {
color: #FF7020;
  font-size: 55px;
line-height: 60px; 
margin: 20px;
}

.container.container_header{
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* ----------------------------------------- */
/* Панель для состава и выбора количества блюда */

  .contents_main_info_panel {
font-weight: 400;
font-size: 12px;
line-height: 130%;
max-width: 96px;
color: #000;

}

/* ===================== */
/* ОСНОВНАЯ КАРТОЧКА */
/* ===================== */
.panel {
  width: auto;
    display: none;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
   position: fixed; 
       opacity: 0;    
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
         z-index: 1000;    
  transition:
    opacity 0.25s ease,
    transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
             pointer-events: none;
}

.panel.show {
    opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: auto;
}
.container {
  width: 100%;
}
 
.subtitle_main_info_panel{
      max-width: 312px;
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #000;
}
/* Карточка */
.panel_main {
  gap: 15px;
  align-items: stretch; 
  border-radius: 24px;
  width: 684px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
    padding: 12px;
  box-sizing: border-box;
      border: 2px solid #ffab08;
        display: flex;
  height: 100%;
    animation: contentFade 0.2s ease;
      flex-direction: row;
    flex-wrap: wrap;
      position: relative;
}


@keyframes contentFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ----------------------------------------- */
/* Панель Доставки Товара  */
.panelOrder {
    display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
   position: fixed; 
   top: 50%; 
     left: 50%;
       opacity: 0;    
          pointer-events: none;
       transform: translate(-50%, -60%) scale(1);
  z-index: 9999;  
  transition: opacity 0.3s, transform 0.3s;
}
.panelOrder.show {
    opacity: 1;
     pointer-events: auto;
  transform: translate(-50%, -50%) scale(0.9);
}
.container {
}
.panelOrder_main {
    gap: 15px;
    border-radius: 24px;
    width: 684px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    position: relative;
    background: #FFAB08;
}

.panelOrder_closes {
position: absolute;
top: 12px;
right: 12px;
background: transparent;
border: none;
font-size: 24px;
font-weight: bold;
cursor: pointer;
color: #b1b1b1; 
z-index: 10;
line-height: 1;
padding: 4px;
}

.panelOrder_closes:hover {
    color: #ff7020; 
}
.panelOrder_left {
     padding: 22px; 
  display: flex;
align-items: center;
justify-content: center;
    flex: 1;
        background-color: #FFAB08;
}

.donat{
      width: 188px;
    height: 201px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.donat_img{
    width: 188px;
    height: 201px;
    object-fit: contain;
    z-index: 2; 
      animation: float 2.5s ease-in-out infinite;
}

.donat-shadow{
    filter: blur(6px);
      pointer-events: none;
}
@keyframes float {
  0%   { transform: translateY(0) rotate(-2deg); }
  50%  { transform: translateY(-14px) rotate(2deg); }
  100% { transform: translateY(0) rotate(-2deg); }
}

.panelOrder_right {
     padding: 22px; 
      flex: 1;
      display: flex;
    flex-direction: column;
        background-color: #ffffff;
}
.panelOrder_h2{
  font-weight: 600;
font-size: 24px;
line-height: 100%;
    margin: 15px 0;
color: #000;
}
.Client_info {
      display: flex;
    flex-direction: column;
    gap: 8px;
}
.Client_info input{
border: 1px solid #f2f2f3;
border-radius: 12px;
padding: 12px;
width: 294px;
height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.Client_info input:focus {
  outline: none; 
    border: 1px solid #ccc; 
}

.order_checkBoxs{
      display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.castom_checkBox input {
  display: none;
    pointer-events: none;
    position: absolute;
}
.checkMark {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
font-weight: 400;
font-size: 12px;
color: #000;
}
.checkMark::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: #ffffff
}

.castom_checkBox input:checked + .checkMark::before {
  background: #000;
}



.panelOrder_adress {
  border: 1px solid #f2f2f3;
border-radius: 12px;
padding: 12px;
width: 294px;
    margin-top: 15px;
height: 40px;
resize: none;
overflow: hidden;
}
.panelOrder_adress:focus {
  outline: none; 
    border: 1px solid #ccc; 
}
.info_house_order{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info_home_order{
      display: flex;
    gap: 8px;
}
.panelOrder_floor {
  border: 1px solid #f2f2f3;
border-radius: 12px;
padding: 12px;
width: 143px;
height: 40px;
}

.panelOrder_floor:focus {
  outline: none; 
    border: 1px solid #ccc; 
}
.panelOrder_doorphone {
  border: 1px solid #f2f2f3;
border-radius: 12px;
padding: 12px;
width: 143px;
height: 40px;
}

.panelOrder_doorphone:focus {
  outline: none; 
    border: 1px solid #ccc; 
}
.order_Complite_btn{
border-radius: 12px;
padding: 11px 32px;
width: 294px;
height: 40px;
background: #ff7020;
    border: none;
    font-weight: 400;
font-size: 16px;
line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
        transition: background 0.2s ease;   
color: #fff;
}

.order_Complite_btn:hover{
    background: #e05200;   
}

/* ----------------------------------------- */

/* вторая панель Доставки  по Самовызову */

.panelOrderTwo{
    width: 100%;
       pointer-events: none;
    display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
   position: fixed; 
   top: 33%; 
     left: 84%;
       opacity: 0;    
       transform: translate(-50%, -60%) scale(1);
         z-index: 1000;    
  transition: opacity 0.3s, transform 0.3s;
}

.panelOrderTwo.show {
    opacity: 1;
     pointer-events: auto;
  transform: translate(-50%, -50%) scale(1.2);
}

.orders_CheckBoxs.orders_CheckBoxsTwo {
      display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.order_Complite_btn.order_Complite_btnTwo {
  margin-top: 82px;
}
/* ----------------------------------------- */
/* ----------------------------------------- */

/* ===================== */
/* ЛЕВАЯ КОЛОНКА */
/* ===================== */
.main_info_panel {
  display: flex;
  flex-direction: column;
}



.main_info_panel h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
      text-align: center;
  color: #000;
  margin-bottom: 16px;
}

.main_info_panel img {
  width: 276px;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

/* ===================== */
/* ПРАВАЯ КОЛОНКА */
/* ===================== */
.panel_right {
  display: flex;
  flex-direction: column;
  flex: 1; 
}

.panel_content {
  max-width: 344px;
  position: relative;
  padding-top: 60px;
}


.contents_main_info_panel {
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin-top: 10px;
      font-size: 12px;
}

.contents_main_info_panel span {
  font-weight: 600;
      padding-bottom: 8px;
}

.weight_main_info_panel {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #b1b1b1;
  margin-top: 9px;
}

/* ===================== */
/* НИЖНИЙ БЛОК */
/* ===================== */
.panel_bottom {
  margin-top: auto;
      gap: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.main_btns_panel_btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border-radius: 12px;
  padding: 12px 40px;
  background: #ff7020;
      transition: background 0.2s ease;  
  border: none;
  cursor: pointer;
}

.main_btns_panel_btn:hover {
  background: #e05200;   
}
.counter_price_block {
  display: flex;
  align-items: center;
  gap: 24px; 
}

.counter {
    max-width: 120px;   
      gap: 8px;      
  background: #f2f2f3;
  border-radius: 12px;
    height: 40px;    
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px; 
  box-sizing: border-box;
}

.btn-minus,
.btn-plus {
  font-weight: 400;
  font-size: 16px;
    font-size: 1rem; 

  color: #000;
  border: none;
  background: none;
  cursor: pointer;
}

.count {
  font-weight: 400;
  width: auto;
    min-width: 30px; 
      max-width: 60px; 
  font-size: 16px;
  color: #000;
  flex: 1;
  font-size: 1rem;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  user-select: none;
  color: #000;
}

.price_main_btns_panel {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #000;
}




.x_button_panel{
      position: absolute;
    top: 0px;
    right: -15px;
    font-size: 24px;
    color: #B1B1B1;
    background: transparent;
    border: none;
    cursor: pointer;
        top: 10px;
    right: 10px;
}



/* ----------------------------------------- */
/* анимации */
.section_basket_Menu_list_main_Card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: fadeUp 0.35s ease both;
}

.section_basket_Menu_list_main_Card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}






@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.section_basket_Menu_list_main_Card img {
  transition: transform 0.35s ease;
}

.section_basket_Menu_list_main_Card:hover img {
  transform: scale(1.04);
}


.header_nav button {
  transition: background 0.2s ease, transform 0.15s ease;
}

.header_nav button:hover {
  transform: translateY(-2px);
}

.header_nav button.active {
  background: #ffab08;
}

.count,
.countsTwo {
  transition: transform 0.15s ease;
}

.count:active,
.countsTwo:active {
  transform: scale(1.1);
}

/* ----------------------------------------- */

/* Адаптация сайта */


@media (max-width: 1000px) {
.nav_logo h1 {
      font-size: 25px;
}

.header_nav{
  gap: 10px;
  justify-content: center;
}

.header_nav button{
  padding: 4px 8px;
  height: 30px;
  gap: 3px;
}

.header_nav span{
  font-size: 12px;
}

.header_nav img{
  width: 17px;
}

/* ----------------------------------------- */
/* Карточки для товара */
.section_basket_Menu_list_main_Cards{
  gap: 10px;
}

.section_basket_Menu_list_main_Card {
max-width: 240px;

  padding: 10px;
}

.section_basket_Menu_list_main_Card img{
width: 100%;
}

.section_basket_Menu_list_main_Card button{
  width: 100%;
  padding: 6px;
}

  .section_basket_Menu_list_main_Card h2 {
    font-size: clamp(14px, 1.9vw, 19px);
  }

    .section_basket_Menu_list_main_Card_txtOne,
  .section_basket_Menu_list_main_Card_txt {
    font-size: clamp(11px, 1.6vw, 12px);
  }

/* ----------------------------------------- */
.section_basket_list {
  width: 260px;
}

.basket_list {
  max-width: 260px; 
  padding: 8px;
  height: 400px;
}

.basket_list_order_card_img {
  width: 50px;
  height: 40px;
}

.counter2 {
  max-width: 100px;
  height: 36px;
}

.basket_list_score_main {
  gap: 60px;
}

.basket_list_down_btn {
  padding: 10px 50px;
  font-size: clamp(12px, 1.5vw, 14px);
}

.basket_list_price_main {
  gap: 100px;
}
}



@media (max-width: 925px){
  /* ----------------------------------------- */
/* Карточки для товара */
  .section_basket_Menu_list_main_Card {
max-width: 200px;
  padding: 8px;
}

.section_basket_Menu_list_main_Card img{
  max-height: 180px;
}
.section_basket_Menu_list_main_Cards{
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr))
}

}

@media (max-width: 850px){
.panel.show{
      transform: translate(-50%, -50%) scale(0.9);
}
}
@media (max-width: 820px){
/* ----------------------------------------- */
/* Карточки для товара */
  .section_basket_Menu_list_main_Cards {
     grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

.basket_list_order_card{
  gap: 5px;
}

.basket_list_order_card_title{
  font-size: 11px;
}

.basket_list_order_card_subtitle_weight {
  font-size: 11px;
}

.basket_list_order_card_subtitle{
  font-size: 11px;
}
  .section_basket_Menu_list_main_Card {
  padding: 6px;
  max-width: 180px;
}

    .section_basket_Menu_list_main_Card button {
    padding: 5px;
  }

  .container.container_section_basket_list_main{
    gap: 10px;
  }


  .counter2 {
  max-width: 80px;
  height: 32px;
}

.countsTwo {
    font-weight: 400;
    width: auto;
    min-width: 26px;
    max-width: 50px;
    font-size: 16px;
    color: #000;
    flex: 1;
    font-size: 0.9rem;
    text-align: center;
    border: none;
    background: none;
    outline: none;
    user-select: none;
    color: #000;
}

.btn-minus2, .btn-plus2 {
    font-weight: 400;
    font-size: 16px;
    font-size: 0.9rem;
    color: #000;
    border: none;
    background: none;
    cursor: pointer;
}
    /* ----------------------------------- */

  
.header_main_txt h2 {
font-weight: 800;
font-size: 45px;
line-height: 120%;
color: #fff;
}

.header_main_txt p {
font-weight: 400;
font-size: 12px;
color: #fff;
margin-top: 40px;
}


.header_icon{
max-width: 200px;
margin-left: 20px;
}
  /* ----------------------------------- */
/* меню для выбора блюда */
  
.nav_logo h1 {
      font-size: 22px;
}

.header_nav{
  gap: 8px;
  justify-content: center;
}

.header_nav button{
  padding: 4px 6px;
  height: 26px;
  gap: 3px;
}

.header_nav span{
  font-size: 10px;
}

.header_nav img{
  width: 14px;
}

}

  @media (max-width: 680px){
      .header_main_txt h2{
                font-size: 40px;
      }



      /* ----------------------------------------- */
  /* карточки с товаром */

  .section_basket_Menu_list_main_Cards {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

  .basket_list_order_card{
    gap: 4px;
  }


    .section_basket_Menu_list_main_Card {
    padding: 5px;
    max-width: 160px;
  }

      .section_basket_Menu_list_main_Card img{
        max-width: 170px;
        height: 150px;
      }

      .section_basket_Menu_list_main_Card button {
      height: 36px;
      padding: 8px 10px;
      font-size: 14px;
      border-radius: 10px;
    }

    .container.container_section_basket_list_main{
      gap: 8px;
    }

  }


    @media (max-width: 650px){

  .section_basket_Menu_list_main_Cards {
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
     

.section_basket_Menu_list_main_Cards{
  gap: 6px;
}




.section_basket_Menu_list_main_Card button{
    height: 34px;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 10px;
}

  .section_basket_Menu_list_main_Card h2 {
    font-size: clamp(13px, 3vw, 16px);
  }

    .section_basket_Menu_list_main_Card_txtOne,
  .section_basket_Menu_list_main_Card_txt {
    font-size: clamp(10px, 2.6vw, 11px);
  }

    .container.container_section_basket_list_main {
        gap: 1px;
    }

      .section_basket_Menu_list_main_Card img {
    max-width: 130px;
    height: 112px;
     aspect-ratio: 130 / 112;
  margin: 0 auto;
  }


  .section_basket_Menu_list_main_Card{
align-items: center;
}


.panelOrder.show{
      transform: translate(-50%, -50%) scale(0.7);
}

.panel.show{
      transform: translate(-50%, -50%) scale(0.7);
}
    }

    
/* ----------------------------------------- */


    @media (max-width: 600px){


  .section_basket_Menu_list_main_Cards {
gap: 6px;
    }
     



.section_basket_Menu_list_main_Card button{
    height: 34px;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 10px;
}

  .section_basket_Menu_list_main_Card h2 {
    font-size: clamp(13px, 3vw, 16px);
  }

    .section_basket_Menu_list_main_Card_txtOne,
  .section_basket_Menu_list_main_Card_txt {
    font-size: clamp(10px, 2.6vw, 11px);
  }

    .container.container_section_basket_list_main {
        gap: 1px;
    }

      .section_basket_Menu_list_main_Card img {
    max-width: 130px;
     aspect-ratio: 130 / 112;
  margin: 0 auto;
      max-width: 110px;
    height: auto;
  }


  .section_basket_Menu_list_main_Card{
padding: 6px;
}


.container.container_section_basket_list_main{
      grid-template-columns: 1fr;
  grid-template-areas: 

  "menu"  
  "basket";
}

    .section_basket_list {
    grid-area: basket;
    position: unset;
            margin: auto;
                        margin-top: 28px;
    display: grid;
  }
  .section_basket_Menu_list {
  grid-area: menu;
  }

  .header_nav_menu_h2 {
    margin-left: 20px;
  }
  

      .basket_list {
        height: auto;

      }


      .header_main_txt h2{
        font-size: 33px;
      }

      .logo_h2{
        font-size: 40px;
      }
      
       
.nav_logo h1 {
      font-size: 20px;
}

.header_nav{
  gap: 8px;
  justify-content: center;
}

.header_nav button{
  padding: 3px 5px;
  height: 25px;
  gap: 3px;
}

.header_nav span{
  font-size: 8px;
}

.header_nav img{
  width: 12px;
}


    }


    @media (max-width: 560px){

.header_main_txt{
  display: flex;
  flex-direction: column;
    text-align: center;
}

.header_main{
  flex-direction: column-reverse;
  max-width: 310px;
  gap: 19px;
}
    
.header_main_txt h2{
  font-size: 33px;
}

.header_main_txt p{
  margin-top: 15px;
}

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

    .nav_logo h1 {
      font-size: 29px;
        display: flex;
        justify-content: center;
      }

      .header_icon_main{
        margin-top: 29px;
      }

      .container.container_header{
        display: flex;
        justify-content: center;
      }

      

.panel.show{
      transform: translate(-50%, -50%) scale(0.5);
}


.panelOrder_left{
  display: none;
}

.panelOrder_main{
  width: 320px;
height: 704px;
}

.panelOrder_right {
    padding: 10px;
  }

  
  .panelOrder .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.panelOrder {
  position: fixed;      
  width: 100vw;
  height: 100vh;
  top: 0; 
   inset: 0;
   left: 0; 
  display: flex;
  justify-content: center;
  align-items:center;

    }

    .panelOrder_main {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    flex-direction: column;
    overflow-y: auto;
    }
      .order_Complite_btn {
        width: auto;
    margin-top: auto;}


    .panelOrder.show {
  transform: none;
      background: white;
          display: flex;
    justify-content: center;
}

.panelOrder.show{
  background: white;
  transform: none;
}
.panelOrder_main{
  position: unset;
}

.panel{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  transform: none;
          background: white;
}


.panel .container{
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.panel_main{
  width: 100%;
  height: 100%;
  max-width: 100%;
    border: none;
  border-radius: 0;
      align-items: center;
    justify-content: center;
    align-content: center;
}

  .x_button_panel {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10000;
    font-size: 28px;
  }

    .panel_bottom {
    margin-top: auto;
    padding: 16px;
    gap: 20px;
  }

    .panel.show {
    transform: none;
  }

.main_btns_panel_btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 8px 24px;
    background: #ff7020;
    transition: background 0.2s ease;
    border: none;
    cursor: pointer;
}

.price_main_btns_panel{
        font-size: 18px;
}
.count {
    font-size: 14px;
    min-width: 20px;
    height: 24px;
    text-align: center;
  }

.counter{
  max-width: 90px;
    gap: 4px;
    background: #f2f2f3;
    border-radius: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    box-sizing: border-box;
}

.main_info_panel h2 {
    font-size: 29px;
}

.main_info_panel img{
  margin-top: 15px;
}

.subtitle_main_info_panel {
    font-size: 13px;
}

.contents_main_info_panel {
    font-size: 11px;
}

.main_info_panel h2{
  margin-bottom: auto;
}
  .btn-minus, .btn-plus {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    width: 24px;
    height: 24px;
    color: #000;
    border: none;
    background: none;
    cursor: pointer;
}
}