.header {
	display: flex;
	margin: 10px auto;
	max-width: 1440px;
	position: relative;
	flex-wrap: wrap;
}

.header .header__logo_desc {
	flex: 0 0 320px;
}

.header .header__center {
	flex: 1 1 auto;
}

.header__contact {
	flex: 0 0 auto;
	text-align: right;
}

.sticky .header__contact{
	grid-column-start: 1;
    grid-row-start: 1;
    text-align: left;
}

.header .logo {
	width: 300px;
}

.header #topmenu {
	position: static;
}

.header__descript {
	width: 300px;
	font-size: 16px;
	font-weight: 900;
	padding-left: 5px;
	color: #272727;
	margin-top: 9px;
}

.header__center_box {
	flex: 1 1 auto;
}

.header__search {
	position: relative;
	z-index: 100;
	margin: 0 0 14px;
}

.header__contact .phone {
	font-size: 21px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.sticky .header__contact .phone{
	justify-content: flex-start;
}

.tel_desc {
	font-size: 14px;
}

.header__contact a {
	color: #151515;
}

.home_phone {
	padding-left: 20px;
}

.header .cart_top .total strong {
	font-size: 15px;
}

.header .sj-search-pro-wrapper .autosearch-input {
	height: 44px;
	border-radius: 4px 0 0 4px;
	background-color: #eff3f6;
}

.header .sj-search-pro-wrapper .button-search {
	height: 44px;
	width: 44px;
	font-size: 22px;
}

.header__row {
	display: flex;
}

.sticky .header__shop{
	grid-column-start: 1;
	grid-row-start: 1;
}

.sticky .header__search{
	grid-column-start: 2;
}

.header__catalog {
	display: none;
}

#search {
	flex: 1 1 auto;
}

.phone .home_phone:first-child {
	padding-right: 20px;
	border-right: 1px solid #3c2f87;
}

.header__messenger,
.header__email {
	margin: 14px 0 0 0;
	font-size: 14px;
}

.header__email img {
	margin: 0 5px;
}

.header__messenger {
	text-align: center;
	margin-top: 6px;
}

.header__messenger a {
	margin-left: 15px;
}

.header__messenger a:first-child {
	margin-left: 0;
}

.home_phone span {
	display: block;
	text-align: center;
}

.googleplay {
	flex: 0 0 170px;
}

.center_block {
	flex: 1 1 auto;
}

.enter {
	flex: 0 0 113px;
	padding: 0 15px;
}

.cart {
	flex: 0 0 230px;
}

div#vmCartModule {
	width: 100%;
	z-index: 10;
	border: 1px solid #3a579e;
	border-radius: 4px;
}
.header .cart_top .total_products {
	background: none;
	flex: 0 0 44px;
	position: static;
	justify-content: center;
	align-items: center;
	display: flex;
	height: auto;
	padding: 0;
	line-height: normal;
	font-size: 14px;
}
.header .cart_top .total {
	flex: 1 1 140px;
	float: none;
	height: auto;
	line-height: normal;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0 10px;
}

.cart .cart_top {
	display: flex;
}

.cart_ico,
.login_ico {
	font-size: 22px;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #383083;
	color: #fff;
}

.cart_ico:hover,
.login_ico:hover {
	background: #7970ae;
}

.vmCartModule > a:hover,
a.login:hover {
	text-decoration: none;
}

.login {
	display: flex;
	border: 1px solid #3a579e;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}

.login_text {
	flex: 1 1 66px;
	text-align: center;
}

a.login {
	color: #000;
	cursor: pointer;
}

@media (max-width: 1440px) {
	.header {
		padding: 0 15px;
	}
}

@media (max-width: 1200px) {
	.header {
		flex-wrap: wrap;
	}
	.header__contact {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__contact .phone {
		justify-content: center;
		align-items: center;
	}
	.phone .home_phone:first-child {
		border: none;
	}
	.home_phone {
		padding-right: 20px;
	}
	.header__email {
		padding: 0 20px;
		margin: 0;
	}

}


@media (max-width: 900px) {
	#nav_top > li.item-535 {
		display: none;
	}
	.header__center_box {
		flex: 1 1 545px;
		margin: 15px auto;
	}
	.header .header__logo_desc {
		margin: auto;
		flex: 0 0 400px;
		text-align: center;
	}
	.header__descript {
		width: auto;
	}
	#nav_top {
		overflow-x: auto;
		width: 100%;
	}
}

@media (max-width: 650px) {
	.header__contact {
		flex-wrap: wrap;
		flex: 0 0 100%;
	}
	.header__email {
		padding: 20px;
	}
	.header__contact .phone {
		align-items: flex-start;
	}
}

@media (max-width: 580px) {
	.header__shop {
		flex-wrap: wrap;
		justify-content: center;
	}
	.googleplay{
		display: none;
	}
}

@media (max-width: 470px) {
	.header__contact .phone {
		flex-wrap: wrap;
	}
	.home_phone {
		margin: 6px;
		padding: 0;
	}
	.header__center_box {
		margin: 15px auto 0;
	}
	.header__contact {
		margin: 0;
	}
	.header .header__logo_desc {
		flex: 1 1 95%;
	}
	.header__email {
		padding: 14px;
	}
	.header__descript {
		font-size: 12px;
		font-weight: 300;
	}
	.googleplay,
	.center_block {
		display: none;
	}
	.header__shop {
		justify-content: space-between;
	}
	.header .logo {
		width: 260px;
	}
	.cart_ico,
	.login_ico {
		font-size: 14px;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}
	.header .cart_top .total {
		display: none;
	}
	.cart {
		flex: 0 0 76px;
	}
	.cart .cart_top {
		justify-content: space-between;
	}
}

@media (min-width: 700px) {
	.sticky .header__logo_desc,
	.sticky .googleplay,
	.sticky .header__email,
	.sticky .login_text,
	.sticky .home_phone:last-child > a {
		display: none;
	}
	.header.sticky {
		position: fixed;
		background: #fff;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		margin-top: 0;
		padding-top: 10px;
		display: grid;
    	grid-template-columns: 346px auto;
    	grid-gap: 3px;
	}
	.sticky .enter {
		flex: 0 0 46px;
	}
	.sticky .header__catalog {
		display: none;
	}
	.catalog_ico {
		font-size: 22px;
		width: 44px;
		height: 44px;
		display: block;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.header__link_catalog {
		height: 44px;
		display: flex;
		align-items: center;
		padding: 0 20px 0 0;
		font-size: 15px;
	}
	.header__catalog a:hover {
		text-decoration: none;
	}

}

@media (min-width: 700px) and (max-width: 1400px){
	.sticky  .header__search{
		flex: 1 0 auto;
		min-width: 700px;
	}

	.sticky .header__center_box{
		grid-column-start: 1;
    	grid-column-end: 3;
	}

	.geek-search-wrapper .search-form{
		padding-bottom: 0;
	}

	.sticky .header__contact {
		grid-column-start: 1;
    	grid-column-end: 3;
	    display: flex;
	    justify-content: center;
	}
	.center_block{
		display: none;
	}
}

.sticky .header__center_box{
	display: grid;
    grid-template-columns: 310px auto;
    grid-gap: 16px;
}
/*
@media (max-width: 1160px){
	.sticky .header__catalog{
		grid-row-start: 2;
	}
	.sticky .header__center_box{
		grid-column-start: 1;
    	width: 100%;	
	}
	/*
	.sticky .header__contact{
		grid-column-end: auto;
	    grid-row-start: 2;
	    grid-column-start: auto;
	    margin: 0;
    	justify-content: right;
	}

	.sticky .geek-search-wrapper .search-form{
		padding-bottom: 0
	}
}
*/
@media (max-width: 1048px){
	.sticky .header__search{
		flex: 1 1 auto;
    	min-width: 500px;
	}
}

@media (max-width: 790px){
	.sticky .header__contact, .sticky .header__catalog{
		display: none;
	}
	.sticky .header__center_box{
		display: block;
	}
	.header.sticky{
		display: block;
	}
}