/* prexpert-logo start */
.prexpert-logo__link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #b3b3b3;
}
.prexpert-logo__link:hover {
  color: #7c7c7c;
}
.prexpert-logo__desc {
  margin: 0 10px 0 0;
}
.prexpert-logo__img {
  width: 30px;
  height: 30px;
  display: block;
}


.b-form_box_field input[type=date] {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-shadow: none;
  color: #000;
  background: #fff;
  border: 1px solid #e4e4e4;

  position: relative;
  padding: 0 24px;
  height: 64px;
  font: 300 14px 'Open Sans',sans-serif;
  border-radius: 2px;
}

#catalog-feed .b-good_title {
	margin-left: 0;
	margin-right: 0;
	height: auto;
	min-height: 105px;
}

.b-form_box_field input[type=number] {
	display: block;
	position: relative;
	padding: 0 24px;
	width: 100%;
	height: 64px;
	font: 300 14px 'Open Sans', sans-serif;
	text-overflow: ellipsis;
	text-shadow: none;
	color: #000;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 2px
}

.b-form_box_field input[type=number]::-webkit-outer-spin-button,
.b-form_box_field input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.b-form_box_field input[type=number],
.b-form_box_field input[type=number]:hover,
.b-form_box_field input[type=number]:focus {
	appearance: none;
	-moz-appearance: textfield;
}

@media (max-width: 768px) {
  .prexpert-logo__link {
    margin: 10px auto 0 auto;
  }
}
/* prexpert-logo end */

.copyright-row_cus {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.copyright-row_cus:after {
  display: none;
}
@media (max-width: 768px) {
  .copyright-row_cus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}





/* banner index top start */
/*@media (min-width: 992px) {*/
  .b-header__wrap {
    height: 97px;
  }
  .b-header__fixed_cus {
    position: fixed;
    z-index: 60;
    left: 0;
    top: 0;
    right: 0;
    /*min-width: 1200px;*/
  }



  .col-offset__custom-banner {
    /*margin-left: 29%;*/
    margin: 0 auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    float: none;
  }
/*}*/

@media (max-width: 991px) {
  .b-header__wrap {
    height: 60px;
  }
}
/* banner index top end */


@media (max-width: 480px) {
	.b-header_panel .search-mob-path {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}




@media (max-width: 480px) {
	.b-header_panel .search-mob-path {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (min-width: 1680px) {
	.container {
		max-width: 1460px;
	}
}

