@media only screen and (max-width: 1200px) {
  
  /* body {
    background-color: red; 
  } */

  .niz a {
    font-size: 20px;
  }

  .accordion-tooltip {
    display: block; /* Переводим элемент в блочный режим */
    width: 100%; /* Элемент займет всю ширину родителя */
    text-align: center;
    padding: 3px;
}

@keyframes typing {
  from {
      width: 0; /* Начальная ширина */
  }
  to {
      width:100%; /* Конечная ширина */
  }
}



  .name-btn, .article, .article-action, .article-action, .opt-price, .drop-price, .rrp-price {
    font-size: 23px;
  }

  .slick-prev, .slick-arrow::before {
    display: none;
  }

  .modal-content2 {
    position: absolute; /* или absolute, если требуется */
    left: 50%;
    transform: translateX(-50%);
    width: 90%; /* или другая ширина */
 }

 .table-container {
  padding: 40px;
 }

 .accordion {
  text-align: left;
  font-size: 20px;
 }
 
 

  .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .logotip {
   text-align: center;
   margin-left: 200px;
  }
}

@media only screen and (max-width: 800px) {
  /* body {
    background-color: rgb(0, 238, 255); 
  } */

  .manager {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .accordion-tooltip {
    font-size: 9px;
  }

  .modal-title2, .art, .product-link, .opt-cell-modal, .drop-cell-modal, .rrp-cell-modal, .opt-price-modal, .drop-price-modal, .rrp-price-modal {
    font-size: 15px;
  }

  .modal-title2 {
    padding: 20px 20px 20px 20px;
  }

  .name-btn {
    font-size: 14px;
  }

  .article-cell

  .name-btn, .article, .article-action, .opt-price, .drop-price, .rrp-price, .article-cell, .article-cell-action, .name-cell, .opt-cell, .opt-cell-action, .drop-cell, .drop-cell-action, .rrp-cell-action, .rrp-cell {
    font-size: 14px;
  }

  .modal-info2 {
    font-size: 15px;
    padding: 0px 30px 30px 30px;
  }

  td {
    padding: 4px;
  }

  .container {
    margin: 50px;
  }
   
  .accordion {
    font-size: 18px;
  }

  .table-container {
    padding: 20px;
  }

  .slider {
    padding: 20px;
  }
  .slick-dots li button:before {
    font-size: 5px !important;  /* Уменьшаем размер, добавляем !important */
}

.modal-content2 {
  position: absolute; /* или absolute, если требуется */
  left: 50%;
  transform: translateX(-50%);
  width: 90%; /* или другая ширина */
  margin: 9% auto;
}

}


/* @media only screen and (max-width: 734px) {

  .accordion.category1.custom-class, .accordion.category2.custom-class{
   
    font-size: 15px;
}

} */

/* @media only screen and (max-width: 630px) {

  .accordion.category1.custom-class, .accordion.category2.custom-class{
   
    font-size: 15px;
}

}

@media only screen and (max-width: 630px) {

  .accordion.category2.custom-class{
   
    font-size: 14px;
}

} */

/* @media only screen and (max-width: 630px) {

  .accordion.category1.custom-class, .accordion.category2.custom-class{
   
    font-size: 12px;}
}

@media only screen and (max-width: 550px) {

  .accordion.category1, .accordion.category2{
   padding: 30px 0px 30px 15px;
}

.icon-arrow {
  margin-right: 20px;

}

} */


/* @media only screen and (max-width: 502px) {

  .accordion{
   font-size: 15px;
}

} */



/* @media only screen and (max-width: 486px) {
  
  
   
  .art {
    text-align: center;
  }
} */


@media (max-width: 800px) {
  .logotip {
      flex-direction: column; /* Переносим элементы в колонку */
      font-size: 48px; /* Уменьшаем размер шрифта на маленьких экранах */
  }
}

@media only screen and (max-width: 460px) {

  .png-manager {
    width: 65px !important;
  }

  .accordion-tooltip {
    font-size: 6px;
  }

  .modal-title {
    margin: 10px;
    font-size: 20px;
  }

  .modal-info {
    margin: 10px;
    font-size: 14px;
  }

  .manager-1, .manager-2 {
    padding: 10px;
  }

  .manager-1 .verh,
  .manager-2 .verh {
    gap: 10px;
    font-size: 18px;
  }

  .anna{
    font-size: 20px;
  }

  .niz a {
    font-size: 17px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
  }

  .article-cell, .article-cell-action, .name-cell, .opt-cell, .opt-cell-action, .drop-cell, .drop-cell-action, .rrp-cell-action, .rrp-cell {
    font-size: 12px;
  }

  .name-btn, .article-action, .article {
    font-size: 13px;
  }

  .opt-price, .drop-price, .rrp-price {
    font-size: 10px;
  }
  /* body {
    background-color: rgb(255, 187, 0); 
  } */

  .logotip {
    font-size: 60px;
  }
   
  .accordion {
    font-size: 14px;
    padding: 30px 0 30px 30px;
  }

  .open-modal {
    font-size: 13px;
  }

  .icon-arrow img {
    width: 18px;
    height: 10px;
  }

  .modal-title2 {
    text-align: start;
    padding: 12px;
    font-size: 12px;
  }

  .close {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 10px;
  }

  .close-mdl {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 10px;
  }

  .art, .opt-cell-modal, .drop-cell-modal, .rrp-cell-modal, .opt-price-modal, .drop-price-modal, .rrp-price-modal {
    font-size: 12px;
  }

  .product-link {
    font-size: 10px;
  }

  .modal-info2 {
    font-size: 10px;
    padding: 0px 15px 15px 15px;
  }

  .art{
    padding: 0px;
    text-align: center;
  }
  .product-link{
    padding: 0px;
    text-align: center;
  }

  .slider{
    padding: 10px;
  }

  .modal-content2 {
    position: absolute; /* или absolute, если требуется */
    left: 50%;
    transform: translateX(-50%);
    width: 90%; /* или другая ширина */
    margin: 9% auto;
 }
}


@media only screen and (max-width: 377px) {
  /* body {
    background-color: rgb(255, 187, 0);
  } */

  /* .icon-arrow {
    margin-right: 10px;
  } */

  .icon-arrow img {
    white-space: nowrap;
    width: 13px;
    height: 7px;
  }

}



