@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1080px) {
  .about__main_gr {
    width: 55%;
  }
  .category__item .f_name {
    font-size: 11px;
  }
  .category__item .box_img {
    max-height: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 992px) {
  .wr {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h1,
  .h1 {
    font-size: 22px;
  }
  .h_desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .slide__title {
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 0px;
    line-height: 48px;
  }
  .main_slider .item {
    position: relative;
    height: 400px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .wr__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page__sidebar .sidebar {
    display: none;
  }
  .vc__title li {
    font-size: 22px;
  }
  .video-box {
    min-height: 340px;
}
}

@media only screen and (max-width: 800px) {
  .form__page input {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .page {
    padding: 30px 0;
  }
  .about__main_gr {
    width: 75%;
  }
  .category__item {
    min-width: 135px;
  }
  .catalog__filter > .gr {
    margin-top: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
  .result_filter {
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .contacts__map .wr.df {
    flex-direction: column;
  }
  .contacts__map_frame {
    order: 1;
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
  }
  .contacts__main {
    height: 350px;
  }
}

@media only screen and (max-width: 576px) {
  .slide__title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 38px;
  }
  .slide__descr {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .slide__descr2 {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .main_slider .item {
    height: 350px;
  }
  h1,
  .h1 {
    font-size: 22px;
  }
  .about__main_gr {
    width: 100%;
  }
  .about__main_bg {
    position: static;
    height: 250px;
    width: 100%;
  }
  .form__page .gr {
    flex-direction: column;
  }
  .form__page input {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .form__page button {
    width: 100%;
  }
  .catalog__card_img {
    height: 350px;
  }
  .catalog__filter .btn {
    font-size: 11px;
  }
}

@media only screen and (max-width: 530px) {
}

@media only screen and (max-width: 500px) {
  .catalog__card_img {
    height: 290px;
  }
}

@media only screen and (max-width: 455px) {
  .video-box {
    min-height: 240px;
}
}
