.mobile__toggle {
  display: none;
}
.vertical__toggle {
  display: none;
}

/* кастомный CSS */
@media (max-width: 1400px) {
  
}

@media (max-width: 1200px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  .panda-block__dynamic-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .panda-wrapper,
  .panda-wrapper__footer,
  .panda-block__dynamic-width {
    min-width: 0;
  }
  .panda-buttons-social__header {
    display: none;
  }
  .panda-wrapper__header {
    background: #777;
  }
  .panda-menu__horizontal-header {
    padding: 0 15px;
    background-color: #fff;
  }
  .panda-logo {
    margin: 0 0 15px 15px;
    max-width: 173px;
  }
  .panda-logo-link {
    width: auto;
  }
  .panda-search__header {
    display: none;
  }
  #contact {
    top: 15px;
    left: unset;
    right: 15px;
    bottom: 0;
    height: 129px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 15px;
    box-sizing: border-box;
  }
  .text_on_illustration p {
    margin-bottom: 0;
  }
  .panda-menu__horizontal-header {
    display: block;
  }
  .panda-menu__horizontal-header-item-text ins {
    font-size: 1em;
    line-height: inherit;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .panda-menu__horizontal-header-item a:hover, .panda-menu__horizontal-header-item span, .panda-menu-item__active a, .panda-menu-item__active span {
    color: #fff !important;
  }
  .panda-menu__horizontal-header-submenu li a ins, .panda-menu__horizontal-header-submenu li span ins {
    color: #fff !important;
    font-size: 1em;
  }
  .panda-menu__horizontal-header-submenu {
    margin-top: 8px;
  }
  /* ul, .panda-border-top, .panda-border-top dl, .panda-gadget-news dl {
    border: 0;
  } */
  .panda-footer {
    padding-top: 27px;
  }
  .panda-footer__phone p {
    line-height: 1.2;
  }
  .panda_copy {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .panda-footer-menu {
    font-size: 1em;
  }
  .panda-header {
    padding-left: 0;
    padding-right: 0;
  }
  #gadget_view_27 > dl {
    padding-top: 0;
  }
  #gadget_view_27 > dl:last-child {
    border: 0;
  }
  .panda-geo-map {
    width: 100%;
  }
  .panda-path {
    margin-top: 10px;
    line-height: 1.4;
  }
  .panda-path li {
    font-size: 1em;
  }
  .panda-menu__vertical-main {
    padding: 10px 30px 0 0;
  }
  td.panda-catalog-product-list-item-description, td.panda-catalog-product-list-item-name {
    font-size: 1em;
  }
  .panda-catalog-product-item>h1, .panda-catalog-product-list h1, .panda-article>h1, .panda-gadget-news>h1 {
    margin-right: 0;
  }
  .panda-news-filter {
    margin-top: 50px;
  }
  #cboxNextContent, #cboxPreviousContent, .panda-secondary-font {
    font-family: 'arial';
  }
  .panda-gadget-news dt, .panda-feedback__body-author_info {
    font-size: 1em;
  }
  .panda-article img {
    height: auto !important;
    max-width: 100%;
  }
  .panda-menu__horizontal-header-submenu {
    display: none !important;
  }
  .panda-wrapper__main img {
    max-width: 100%;
  }
  .panda-catalog-product-item-photos-selected {
    max-width: 100%;
    margin: 0;
  }
  .panda-catalog-product-item-photos {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .panda-menu__horizontal-header-item {
    width: 100%;
    float: none;
    margin: 0 0 5px;
    border-bottom: 1px solid #eee;
  }
  .panda-menu__horizontal-header-item-text {
    height: auto;
    float: none;
  }
  .panda-menu__horizontal-header-item-text ins {
    float: none;
    padding: 10px 15px;
    display: block;
    line-height: 1.4;
    white-space: normal;
  }
  .panda-menu__horizontal-header {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 999;
    bottom: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    overflow: auto;
    box-shadow: 0px 0px 40px 0px #777;
    transition: left ease-in-out .3s;
  }
  .panda-logo {
    margin-bottom: 0;
  }
  .panda-wrapper__header {
    padding: 10px 0;
  }
  .panda-header {
    padding-top: 0;
  }
  #contact {
    top: 0;
    height: 120px;
    right: 80px;
  }
  .text_on_illustration {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgb(255 255 255 / 80%);
  }
  .text_on_illustration span {
    font-size: 20px !important;
    font-weight: 600;
  }
  .mobile__toggle {
    position: absolute;
    right: 15px;
  }
  .mobile__toggle {
    position: absolute;
    right: 15px;
    top: 35px;
    background: #353535;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .mobile__toggle.active {
    background-color: #a94442;
  }
  .panda-menu__horizontal-header.visible {
    left: 0;
  }
  .panda-grid-wrapper {
    width: 100%;
  }
  .panda-grid__12, .panda-grid__16, .panda-grid__24, .panda-grid__6, .panda-grid__8 {
    width: 100%;
    margin: 0;
    position: static;
    display: block;
  }
  .panda-menu__vertical-main {
    padding-right: 0;
  }
  .panda-menu__horizontal-header-item {
    margin-bottom: 0;
  }
  .panda-menu__vertical-main {
    display: none;
  }
  .vertical__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #353535;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    gap: 15px;
  }
  .vertical__toggle.active {
    background-color: #a94442;
  }
  .panda-news-filter {
    margin: 15px 0px 10px;
  }
  #gadget_view_27 img {
    max-width: 100%;
    height: auto !important;
  }
  .panda-article {
    padding-right: 0;
  }
  .panda-gadget-news-list img {
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .text_on_illustration span {
    font-size: 18px !important;
  }
}

@media (max-width: 576px) {
  .panda-contacts__footer {
    display: block;
    position: static;
    margin: 0;
    width: auto;
    padding-right: 0;
  }
  .panda-clickzone__footer {
    width: 100%;
    float: none;
    text-align: center;
  }
  .panda-footer-ancors {
    float: none;
    width: 100%;
    text-align: left;
  }
  .panda-footer__info {
    float: none;
    width: 100%;
  }
  .panda-footer__info {
    text-align: center;
  }
  .panda-contacts__footer a#itpanda {
    float: none;
    margin: 10px auto;
  }
  .panda-contacts__footer span#itpanda {
    float: none;
    margin: 10px auto;
  }
  .panda-footer-menu {
    display: none;
  }
  .panda_copy {
    margin-top: 0;
  }
  .text_on_illustration span {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  #contact {
    top: 0;
    height: 100%;
    right: 70px;
  }
  #contact #content {
    margin-top: 0;
  }
  #contact #header {
    display: none;
  }
  .panda-logo {
    max-width: 100px;
  }
  .panda-logo-link img {
    max-width: 100%;
  }
  .mobile__toggle {
    top: 15px;
    width: 42px;
    height: 42px;
  }
  .panda-form table, .panda-form tbody, .panda-form tr, .panda-form td {
    display: block;
  }
  .panda-textarea__width-360 {
    max-width: 100%;
    box-sizing: border-box;
  }
  .text_on_illustration {
    gap: 0;
    flex-direction: column;
  }
  .text_on_illustration span {
    font-size: 12px !important;
  }
}

@media (max-width: 374.88px) {
  #contact {
    height: auto;
    top: 100%;
    right: 0;
    left: 0;
    bottom: unset;
    z-index: 9;
    border-radius: 0;
    padding: 5px 15px;
    margin-top: 10px;
  }
  #contact #content {
    display: flex;
    justify-content: space-between;
  }
  .panda-wrapper__header {
    margin-bottom: 32px;
  }
}