.quiz__btns-item.quiz__btns-item_avaible, .quiz__params-avaible {
    display: none;
}

.secret-field {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    opacity: 0;
    display: none;
}

.quiz__params-list {
    overflow: auto;
    max-height: 245px;
}

@media (max-width: 480px) {
    .quiz__params-list {
        max-height: 170px;
    }
}

.quiz__params-list li {
    max-height: none;
}

.inst_wrap {
    text-align: center !important;
    width: 526px;
    border-radius: 20px;
    transition: 0.5s all;
    z-index: 999;
    position: relative;
    background-color:#FFFFFF;
    padding: 25px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #1C1C1C;
}

.main__content {
    z-index: 21 !important;
}

.inst_wrap::after {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s all;
}

.inst_wrap:hover::after {
    opacity: 0.6;
}




.inst_wrap span {
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #FD5E43;
    border-bottom: 1px dashed #FD5E43;
}



.inst_img {
    padding-top: 80px;
    padding-bottom: 15px;
}

.inst_img img {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.inst_opaciti {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

.inst_wrap:hover .inst_opaciti {
    display: block;
}


.inst_link_block a {
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
}

.inst_link_block a {
    text-decoration: underline;
}

.inst_btn {
    margin-top: 25px;
    display: none;
}

.inst_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.inst_prew {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .inst_wrap {
        margin-top: 50px;
        width: 95%;
    }
    .inst_icon {
        display: block;
    }
    .inst_btn {
        display: block;
    }
    .main__img-thanks {
        display: none;
    }
}

/* .wrap__label {
    text-align: center;
} */

.icon__absolute, .text-hint {
    margin: 0 !important;
    padding: 0 !important;
}

.icon__absolute {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}


@media (max-width:320px) {
    .wrap__label {
        width: 30vw;
        position: relative;
        margin-right: 30px;
    }
    
    .wrap__label label {
        width: 100%;
    }
}




/* .text-hint__icon {
    bottom: -57px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.quiz__step_2 .text-hint__icon {
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.quiz__step_3 .text-hint__icon {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.quiz__step_finish .text-hint__icon {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
} */

.text-hint__icon {
    /* width: 25px !important; */
    height: 20px !important;
    z-index: 9999;
    padding-left: 25px;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 30px;
    color: #D6D6D6;
}

.text-hint__icon .text-hint__hover {
    color: #000;
}

.quiz__step_3  .text-hint__icon {
    margin-left: 19px;
}

.quiz__step_finish .text-hint__icon {
    margin-left: 19px;
}

/* 


.inst_wrap::after {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    opacity: 0.6;
    transition: 0.5s all;
}


.inst_wrap:hover {
    transform: scale(1.05);
    transition: 0.5s all;
    
}

.inst_wrap:hover::after {
    opacity: 0.1;
}

.inst-btn {
    margin: 0 !important;
    padding: 10px !important;
    z-index: 1;
}

.inst-btn a {
    padding: 20px !important;
    height: 55px;
}

@media (max-width: 480px) {
    .inst_wrap {
        -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        margin-top: 20px;
    }
    .inst_wrap::after {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        opacity: 0;
        transition: 0.5s all;
    }
    
} */


.quiz__step_1 .input-checkbox-group .input-checkbox,.quiz__step_2 .input-checkbox-group .input-checkbox,.quiz__step_3 .input-checkbox-group .input-checkbox, .quiz__step_finish .input-checkbox-group .input-checkbox  {
    margin-bottom: 10px;
}

.quiz__step_1 .text-hint__icon, .quiz__step_2 .text-hint__icon {
    padding-left: 50px;
}

@media (max-width:479px) {
    .wrap__label {
        width: calc(33% - 20px); 
        margin: 0 10px;
     }
}


.wrap__label:first-child {
    margin: 0 10px 0 0;
}

.wrap__label:last-child {
    margin: 0 0 0 10px;
}

@media (max-width:992px) {
    .quiz__step_1 .text-hint__icon, .quiz__step_2 .text-hint__icon {
        margin-left: 13px;
        padding-left: 27px;
    }
}

@media (max-width:432px) {
    .quiz__step_1 .text-hint__icon, .quiz__step_2 .text-hint__icon, .quiz__step_3 .text-hint__icon, .quiz__step_finish .text-hint__icon {
        margin-left: 0px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px){
    .wrap__label:first-child .text-hint__hover {
    left: 60px;
}
}
/*Новые стили*/
    /* Кнопки категорий */
.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  margin-top:40px;
  justify-content: center;
}

.category-btn {    
  z-index:97;
  background-color: #fff648;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.category-btn:hover,
.category-btn.active {
  background-color: #ffff;
  color: #1c1c1c;
}

/* Блоки категорий */
.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Центрирование карточек */
  gap: 20px; /* Расстояние между карточками */
}

.product-card {
  width: 30%; /* Три карточки в ряд */
  min-width: 200px; /* Минимальная ширина для мобильных */
  box-sizing: border-box;
  background: #e7decf;
  padding: 10px;
  border-radius: 20px;
}
/* Фото товара */
.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  height:auto;
}


/* Заголовки и описание */
.product-card h3 {
  font-size: 1.1em;
  margin: 0 0 10px;
  color: #1c1c1c;
}

.product-card p {
    font:initial;    
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #555;
}

/* Цена */
.price {
    font-size:22px;    
  font-weight: bold;
  margin-bottom: 30px;
  color: #1c1c1c;
}

/* Кнопки */
.buttons {
  display: flex;
  gap: 90px;
  
}

.btn {
  background-color: #fff648;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #ffff;
}

.btn.secondary {
  background-color: transparent;
  border: 2px solid #fff648;
}

.btn.secondary:hover {
  background-color: #fff648;
  color: #fff;
}

/* Адаптивность */
@media(max-width: 768px) {
  .category-buttons {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap; /* Запретить перенос */
  }
  .category {
    flex-direction: column;
    align-items: center;
  }
  .product-card {
    width: 90%; /* На мобильных одна карточка в строке */
  }
}
.delivery-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  
}
.image-container {
  position: relative;
  display: inline-block;
}
/* Скрывать элемент по умолчанию */
.menu-item {
  display: none;
  padding:5px;
}

/* Показывать только на мобильных (например, до 768px) */
@media (max-width: 768px) {
  .menu-item {
    display: block; /* или inline-block, flex и т.д, в зависимости от дизайна */
  }
}
/* Центрируем заголовок */
.onas_section_inside_h2 {
  text-align: center;
  margin-bottom: 20px; /* немного отступа снизу */
}

/* Мобильная адаптация для блока с отзывами */
@media(max-width: 768px) {
  #reviews > div {
    flex-direction: column; /* расположить сверху вниз */
  }
  /* Видео и iframe занимают всю ширину */
  #reviews > div > div:first-child,
  #reviews > div > div:last-child {
    width: 100%;
  }
  /* Уменьшаем высоту iframe для мобильных */
  #reviews > div > div:last-child iframe {
    height: 300px; /* или другой подходящий размер */
  }
}
.btn.js-popup-open{
    height:auto;
    background:#ffff;
    border-radius:5px;
    color:#ff372b;
}
.btn.toggle-btn{
    height:auto;
}
.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .video-item {
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
  }
  iframe {
    width: 100%;
  }
  @media (max-width: 768px) {
    .video-item {
      flex: 1 1 calc(50% - 10px);
    }
    iframe {
      height: 150px;
    }
  }
  .video-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .video-container iframe {
    flex: 1 1 calc(50% - 10px);
    max-width: 100%;
  }
  @media (min-width: 769px) {
    .video-container iframe {
      flex: 1 1 calc(50% - 10px);
    }
  }
  @media (max-width: 768px) {
    .video-container iframe {
      flex: 1 1 calc(50% - 10px);
    }
  }
  .right-iframe{
        width:560px;
        height:800px;
        overflow:hidden;
        position:relative;
    }
    