#header .logo_wrapp .logo a,
#header .logo_wrapp .logo img {
	background: transparent!important;
}
#header .city {
	text-align: right;
	font-size: 0.9em;
	margin-right: 24px;
}
#header .city a {
	color: #2065ff !important;
	line-height: normal !important;
}
#header .middle-h-row .logo_wrapp .logo a img {
    max-height: 102px;
    max-width: 395px;
}
.basket_fly .basket_wrapp .wrapp_all_icons {
	overflow: hidden;
}

.catalog_detail .top_info .like_icons>div:last-of-type {
	display: none;
}

.middle_phone .phones {
	display: flex;
}
.middle_phone .phones .top_social {
    display: grid;
    margin-left: 15px;
}
@media(max-width: 768px) {
	#header .middle-h-row .logo_wrapp .logo a img {
		max-width: 250px;
	}
	#header .city {
		margin-right: 0;
	}
	.top-h-row {
		height: 42px;
	}
}
@media(max-width: 540px) {
	#header .middle-h-row .logo_wrapp .logo a img {
		width: 100%;
	}
}
@media(max-width: 420px) {
	.header_wrap #personal_block .exit_link {
		display: none;
	}
	.header_wrap #personal_block .reg {
		padding-right: 0;
		width: 70px;
		line-height: normal;
	}
}