:root {
  --c-one: #fec303;
  --c-two: #a73501;
  --c-tree: #121212;
  --c-four: #e3e3e3;
  --c-text: #353535;
  --c-white: #fff;
  --c-black: #000;
  --gap: 30px;
  --sgap: 15px;
  --br: 1px;
  --bs-border-radius-sm: 1px;
  --bs-border-radius: 1px;
}

@media(max-width: 1400px) {}

@media(max-width: 1200px) {
  .header-middle__slogan {
    display: none;
  }



  .ofert-copy {
    line-height: normal;
  }

  .footer__blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__block:nth-child(1) {
    order: 3;
  }

  .footer__block:nth-child(2) {
    order: 1;
  }

  .footer__block:nth-child(3) {
    order: 4;
  }

  .footer__block:nth-child(4) {
    order: 2;
  }
}

@media(max-width: 992px) {

  .header-bottom,
  .header-middle__info {
    display: none;
  }

  ul.header__menu {
    margin: 30px 0;
    flex-direction: column;
  }

  .about__text {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .map__gif {
    margin: 0 auto 15px auto;
    display: block;
  }

  .detuning-title {
    padding: 0 50px;
    line-height: normal;
    font-size: 1.5rem;
  }


  .leed__block {
    width: 100%;
    background: rgb(255 255 255 / 55%);
  }

  .category__products-list,
  .catprod__wrapper,
  .category__products-list.list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .bx-wrapper .bx-next {
    right: 16px !important;
  }

  .bx-wrapper .bx-prev {
    left: 16px !important;
  }

  h1 {
    font-size: 2rem;
    margin: 15px 0 5px 0;
    padding: 0 0 15px 0;
  }

  h2 {
    font-size: 1.8rem;
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
  }

  h3 {
    font-size: 1.5rem;
    margin: 0px 0 15px 0;
    padding: 0 0 15px 0;
  }

  h4 {
    font-size: 1.2rem;
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
  }

  h5 {
    font-size: 1rem;
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
  }

  .aslider {
    height: auto;
  }

  .aslider .bx-controls-direction {
    height: 400px;
  }

  .bx-wrapper {
    margin-bottom: 0px;
  }

  .leed__wrapper {
    background: var(--c-text);
  }

  .leed__block {
    background: rgb(255 255 255 / 85%);
  }
}

@media(max-width: 768px) {

  .category__products-list.list-4,
  .category__products-list,
  .catprod__wrapper,
  .footer__blocks {
    grid-template-columns: 1fr;
  }

  .footer__block:nth-child(1) {
    order: 4;
  }

  .footer__block:nth-child(2) {
    order: 3;
  }

  .footer__block:nth-child(3) {
    order: 2;
  }

  .footer__block:nth-child(4) {
    order: 1;
  }

  .top-carousel__text {
    padding: 15px;
  }

  h1.top-carousel__h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  ul.top-carousel__list {
    gap: 5px;
  }

  ul.top-carousel__list li {
    font-size: 1.1rem;
  }

  .top-carousel__slide {
    min-height: 350px;
  }

  .aslider .bx-controls-direction {
    height: 250px;
  }

  .footer__text {
    text-align: center;
  }

}

@media(max-width: 576px) {}