.input-mobile {
  display: none !important;  
}
.input-mobile input {
  height: 50px !important;
  background: transparent;
  border: none;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 100%;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  /* line-height: 62px; */
  color: #111;
}
.input-mobile-trade input{
  background: #fff;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.btn-filter .btns, .btns {
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  height: 65px;
  background: #18537e;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.item_list li .item{
  transition: .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.item_list li .item:hover {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  opacity: .8;
}
.new-filter .tab li, .new-filter .tab li input {
  color: #111 !important;
}
.new-filter .tab li input::placeholder, .new-filter .tab li input:disabled {
  color: #111 !important;
}
.input-mobile input:disabled, .input-mobile input[disabled=disabled], input.form_control:disabled {
  color: #111 !important;
}
.header--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 15;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 15;
}
body {
  padding-top: 100px;
}
.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 40px;
}
.pagination ul {
  display: flex;
}
.pagination li {
  margin-right: 5px;
}
.catalog_bu li:first-child .item .item_image:after {
  content: none;
}

.auto-gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.auto-gal:hover .auto-gal__btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: .8;
}

.auto-gal__item {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.auto-gal__item:nth-child(1) .auto-gal__wrap {
  opacity: 1;
}

.auto-gal__item:hover .auto-gal__wrap {
  opacity: 1;
  z-index: -1;
}

.auto-gal__item:hover .auto-gal__btn::after {
  background: #18537e;
}

.auto-gal__wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: -2;
  opacity: 0;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px 12px 0 0;
}

.auto-gal__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}

.auto-gal__btn {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  z-index: 5;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 7px;
  opacity: .1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.auto-gal__btn::after {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 6px;
  left: 0;
  content: '';
  background: #ffffff;
  opacity: .8;
}


@media (max-width: 1150px) { 
  body {
    padding-top: 146px;
  }
}
@media (max-width: 820px) {
  body {
    padding-top: 0;
  }
  .main_filter .btn, .main_filter .form_control, .main_filter .select2-container, .main_filter .select2-container .select2-selection--single {
    height: 50px;
    line-height: 100% !important;
  }
}

