.header {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}
.header--scroll {
	top: -100px;
    transition: top .3s ease-in-out;
}
.header-fix {
    top: 0;
}
.header__out {
	display: flex;
	transition: opacity .3s ease-in-out;
}



.header__logo {
	display: inline-block;
	margin-right: 80px;
	font-size: 0;
}

.header__logo picture {
	display: block;
	max-width: 230px;
	max-height: 100%;
}

.header__login {
	width: 80px;
}

.header__sell {
	width: 100px;
}


.header__right {
	display: flex;
	margin-left: auto;
	align-items: center;
}

.header__right>* {
	margin-right: 25px;
}

.header__right>*:last-child {
	margin-right: 0;
}

.header__wrap {
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
}

.header__search {
	position: relative;
	display: none;
}

.header__search input {
	width: 210px;
	height: 40px;
	padding-left: 40px;
	padding-right: 10px;
	border: 0;
	background-color: #F4F4F4;
	border-radius: 8px;
	outline: none;
	font-size: 14px;
}

.header__search input::placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: rgba(43, 45, 51, 0.24);
}

.header__search button {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	outline: none;
	padding: 0;
	cursor: pointer;
}

.header__icon {
	text-align: center;
	display: block;
	height: 22px;
}

.header__icon-svg {
	position: relative;
	display: inline-block;
}

.header__icon-svg::after {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}

.header__icon-num {
	position: absolute;
	top: -3px;
	right: -10px;
	background: #EB001B;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 100%;
	font-weight: 700;
	font-size: 8px;
	line-height: 12px;
	color: #fff;
}

.header__notify .header__icon-num,
.header__messages .header__icon-num {
	top: -2px;
	right: -4px;
	width: 14px;
	height: 14px;
}

.header__icon-text {
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	color: rgba(0, 0, 0, 0.5);
}

.header__icon.car-widget-icon {
	width: 30px;
	-webkit-filter: grayscale(0) !important;
        filter: none;
	opacity: 1 ;
	background-size: 20px;
}

.humburger {
	margin-left: 15px;
	cursor: pointer;
	display: none;
}

.header__icon.icon-notify.active::after {
    top: -2px;
    right: -4px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}

@media (min-width: 1200px) {

	.header__out:hover,
	.header__icon:hover {
		opacity: .8;
	}
}

@media (max-width: 1400px) {
	.header__search {
		display: none;
	}

}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
	.header__logo {
		max-width: 150px;
		margin-right: 15px;
	}

	.header__sell {
		display: none;
	}

	.header__humburger {
		transform: translateY(2px);
	}

	.header__sell-wrapper {
		margin-right: 0;
		order: 2;
	}

	.header__out {
		display: none;
	}

	.humburger {
		display: block;
	}

	.header__wrap {
		height: 64px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 991.98px) {
	.header__logo picture {
		max-width: 130px;
	}

	/* .header__login {
        display: none;
    } */
	
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
	.header__wrap {
		padding-left: 15px;
		padding-right: 20px;
	}
	.header__right>* {
		margin-right: 17px;
	}
	.header__sell-wrapper {
		margin-right: 0;
	}
	.header__logo {
		height: auto;
		margin-right: 20px;
	}

	.header__logo picture {
		max-width: 110px;
	}
}