.product-detail__gallary-mini .slick-track {
    display: block;
    transform: none!important;
}
@font-face {
  font-family: 'icon';
  src:  url('fonts/icon/icon.eot?k9t780');
  src:  url('fonts/icon/icon.eot?k9t780#iefix') format('embedded-opentype'),
    url('fonts/icon/icon.ttf?k9t780') format('truetype'),
    url('fonts/icon/icon.woff?k9t780') format('woff'),
    url('fonts/icon/icon.svg?k9t780#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\e900";
  color: #fff;
	font-size: 12px;
}
.icon-call:before {
  content: "\e901";
  color: #fff;
	font-size: 10px;
}
.icon-cart:before {
  content: "\e902";
	font-size: 21px;
	color: #fff;
}
.icon-email:before {
	content: "\e903";
	color: #fff;
	font-size: 12px;
	margin-right: 1px;
}
.icon-lk:before {
  content: "\e904";
}
.icon-right:before {
  content: "\e905";
  color: #0ea7f2;
}
.icon-time:before {
  content: "\e906";
	font-size: 14px;
  color: #fff;
}

#uptocallPopup,#uptocall-mini{
	display:none;
}
.header_wrapper{
	max-width: 1717px;
  margin: 0 auto;
	padding: 0 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.header_new_top{
	padding: 20px 0;
	background: #fff;
}
.header_new_top .header_new_left{
	width: calc(100% - 560px);
}

.header_new_top .header_new_right{
	width: 546px;
}

.header_new_bottom{

	padding: 20px 0;
	background: #FBFBFB;
}

.header_new_left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header_new_right{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

header .mob-nav{
	display: none;
}

#slider img{
	height: auto!important;
}
.search__button{
	background: #0EA7F2;
	border-radius: 0px 4px 4px 0px;
	border-color: #0EA7F2;
	box-shadow: none!important;
}
.header_new_left_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	padding: 10px 0 14px 0;
}
.search__wrapper{
	box-shadow: none;
}
.main__slider{
	margin-top: 0;
}
.search__button{
	width: 88px;
}
.search__button:hover{
	color: #0EA7F2;
}
.search__wrapper{
	width: 433px;
}
.search__field {
	width: 380px;
}
.header_logo{
	padding: 0;
	min-width: 233px;
	margin-right: 111px;
}

.header_logo img{
	display: block;
}
.header__backcall {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16px;
}
.backcall__tel{
	text-align: right;
}
.backcall__tel a:hover{
	text-decoration: none;
}

.header_new_search{

}

.backcall__link {
    display: inline-block;
    margin-top: 4px;
    margin-left: 29px;
    font-size: 14px;
    font-style: italic;
}
.header__h-menu {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.header_new_left_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.header__button {
    margin-top: 0;
    width: auto;
}
.button__icon_left {
    margin-right: 0;
    margin-top: 0;
}
.header__loginreg {
    margin-top: 0;
    margin-left: 0;
}
.header_new_menu{
	flex-grow: 1;
}
.header_new_basket .header__button {
    padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #FFFFFF;
		border: 1px solid #F2F2F2;
		box-shadow: none;
		-webkit-transition: all 300ms;
		transition: all 300ms;
}

.header_new_basket .header__button:hover{
	background: #0EA7F2;
}

.header_new_basket .header__button:hover .icon_cart::before{
	color: #fff;
}

.header_new_basket .header__button .icon_cart::before{
	content: "\e902";
	font-family: 'icon' !important;
	font-size: 22px;
	color: #232323;
	display: inline-block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#bx_cart_block1 .icon_cart::before{
	color: #fff;
}

.header_contact_list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header_contact_list li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 5px 0;
	margin-right: 45px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #232323;
}

.header_contact_list li .icon{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0EA7F2;
	margin-right: 10px;
}

.header_contact_list li a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #232323;
	text-decoration: none;
}

.header_contact_list li a b{
	font-size: 16px;
}

.header_new_auth{
	padding: 0;
	text-align: right;
	margin-left: 33px;
}

.header_new_auth .header__logout{
	margin-top: 4px;
  display: inline-block;
}

.header_new_basket{
	text-align: right;
	padding: 5px 0;
	position: relative;
}

.header_new_basket .count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0EA7F2;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}

.header__registration{
	margin-top: 4px;
}
.h-menu__link{
	font-weight: 400;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h-menu__link:hover{
	text-decoration: none;
}

header .h-menu__link{
	font-weight: 600;
	font-size: 15px;
	color: #232323;
}

.header_addres{
	font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	color: #ffffff;
	text-align: left;
	margin: 0;
	min-width: 233px;
	margin-right: 80px;
}
.header_new_left_bottom_panel{
	display: flex;
	align-items: center;
	width: calc(100% - 300px);
}
.header_new_search {
		width: 546px;
		width: 100%;
}
.search__wrapper {
    width: calc(100% - 128px);
}
.search__wrapper .search__field{
    width: calc(100% - 52px);
}
/*
@media (max-width: 1100px){
	.header_wrapper{
		width: 100%;
		    padding: 10px 15px;
		min-width: 1024px;
	}
	.header{
		min-width: 1024px;
		overflow: hidden;
	}
	.search__wrapper {
		width: 333px;
	}
	.search__field {
		width: calc(100% - 55px);
	}
}
*/

/*NEW*/
.product-list__categories li img {
margin-bottom: 10px;
}
textarea.form__input.form__input {
    height: 159px;
    margin-bottom: 10px;
    line-height: 24px;
}
.order-request__upload-file-btn{
    padding: 8px;
    margin-bottom: 8px;
    font-size: .875rem;
    line-height: 1.125rem;
    border: 1px dashed #828282;
    border-radius: 3px;
}
.order-request__icon--attachment[data-v-59192252] {
    width: 18px;
    height: 20px;
    margin-right: 6px;
}
.order-request__upload-file-btn[data-v-59192252] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
[hidden], template {
    display: none!important;
}
.order-request__upload-file[data-v-59192252] {
    display: block;
}
.order-request__icon--attachment[data-v-59192252] {
    width: 18px;
    height: 20px;
    margin-right: 6px;
}
.button_color_blue {

    color: white;
    border: none;
}
svg:not(:root) {
    overflow: hidden;
}
.fa-icon {
    display: inline-block;
    fill: currentColor;
}
