@media screen and (max-width: 1280px) {
  .header .search_block {
    margin-right: 10px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .header .popup_btn {
    height: 39px;
  }
  .header .search_form {
    height: 41px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .main_slider .slider_dots {
    bottom: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_slider .slider_dots {
    bottom: 20px;
    padding: 0 20px;
  }
  .main_slider .slide_info {
    padding: 20px;
  }
}

/*# sourceMappingURL=index-l.css.map */
