.header{
    position: relative;
    z-index: 100;
}
.header__wrap{
	width: 100%;
	box-shadow: 0.5px 0.5px 4px rgba(69, 68, 79, 0.35);
}
/*top*/
.header__top{
	display: flex;
	border-bottom: 1px solid #DDE1EC;
	height: 80px;
	align-items: center;
	justify-content: space-between;
}
/* .header__top > *{margin-right: 10px;}
.header__top > *:last-child{margin-right: 0;} */
.header__logos{display: inline-flex;}
.header__logos svg{
	display: none;
	min-width: 18px;
}
.header__main {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 48px;
	min-width: 0;
	flex: 1 1 auto;
}
.header__city{
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #0C1533;
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	width: 176px;
}
.header__city:hover{color: #97A0BA;}
.header__city > svg {
	margin-left: 8px;
	min-width: 10px;
}
.header__city span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.header__city:hover>svg path{fill:  #97A0BA;}
.header__search{
	max-width: 240px;
	position: relative;
	/* width: 25%; */
}
.header__sinput{
	border: 1px solid #DDE1EC;
	border-radius: 4px;
	height: 32px;
	width: 100%;
	padding: 4px 44px 4px 12px;
	font-family: var(--font);
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #0C1533;
}
.header__sinput::-webkit-input-placeholder {color: #97A0BA;}
.header__sinput::-ms-input-placeholder {color: #97A0BA;}
.header__sinput:-ms-input-placeholder {color: #97A0BA;}
.header__sinput::-moz-placeholder {opacity: 1; color: #97A0BA;}
.header__sinput:-moz-placeholder {opacity: 1; color: #97A0BA;}
.header__sinput::placeholder {color: #97A0BA;}
.header__search:hover .header__sinput{border-color: #97A0BA;}
.header__sbtn{
	background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header__phone{
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #0C1533;
	text-decoration: none !important;
}
.header__phone_mobile {
	height: 52px;
	border: 1px solid #FFEAD7;
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.header__phone:hover{color: #97A0BA;}

.header__buttons{
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.header__callbuttons {
	margin-right: 32px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	justify-content: center;
	align-items: flex-end;
}
.header__callme {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	font-family: var(--font);
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	background-color: #FFFFFF;
	color: #FF7800;
}
.header__callme_desktop {
	border-bottom: 1px dotted #FF7800;
}
.header__callme_mobile {
	height: 52px;
	padding: 0 20px;
	border: 1px solid #FFEAD7;
	border-radius: 8px;
}
.header__callme:hover {
	border-color: #FF7800;
}
.header__callme > svg {margin-left: 8px;}
/* .header__callme:hover > svg path{fill: #FFFFFF;} */
.menutop_basket__block.header__basket{
	background: #FFFFFF;
	border: 1px solid #FFEAD7;
	border-radius: 8px;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	position: relative;
	align-items: center;
	text-align: center;
	justify-content: center;
	float: none;
	margin-top: 0;
}
.menutop_basket__block.header__basket:hover{
	border-color: #FF7800;
}
.menutop_basket__block.header__basket > span{
	background: #091D5D;
	border-radius: 4px;
	position: absolute;
	min-width: 16px;
	height: 16px;
	top:6px;
	right:6px;
	font-family: var(--font);
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	display: inline-flex;
	color: #FFFFFF;
	padding: 0px 2px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.menutop_basket__block.header__basket > svg{
	width: 28px;
	height: 26px;
}
.menutop_basket__block.header__basket > svg path {
	fill: #FF7800;
}
.header__login{
	background-color: #FF7800;
	height: 48px;
	border-radius: 8px;
	color: #FFFFFF;
	padding: 0 20px;
	font-size: 20px;
	line-height: 48px;
	font-family: var(--font);
	font-weight: 500;
	border: none;
	text-decoration: none !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.header__login_mobile {
	height: 52px;
}
.header__login:hover{
	background-color: #FF9142;
}
/*nav*/
.header__nav{
	background: #FFFFFF;
	height: 54px;
	width: 100%;
}
.header__nwrap{
	height: 100%;
}
.header__menu{
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: space-between;
	height: 100%;
}
.header__mitem{
	height: 100%;
	position: relative;
}
.header__mitem:after{
	content: '';
    height: 10px;
    width: 100%;
    display: block;
}
.header__mlink{
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #0C1533;
	height: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none !important;
}
.header__mitem_action .header__mlink,
.header__mitem_icon-percent .header__mlink {color: #ff7800;}

@media (hover: hover) {
	.header__mlink:hover{color: #97A0BA;}
}

.header__mitem_action .header__mlink:hover {color: #FF9142;}
.header__mlink > svg.header__mtrial{
	margin-left: 6px;
    margin-top: 2px;
}
.header__mlink:hover > svg.header__mtrial path{fill:  #97A0BA;}
.header__mlink_noclickactive .header__msubs {
	display: block;
}
.header__msubs{
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 1px 18px rgba(42, 44, 53, 0.25);
	border-radius: 4px;
	position: absolute;
	width: 280px;
	left: -16px;
	top: 64px;
	padding: 16px 0;
} 
.header__menu .header__mitem:last-child .header__msubs{
	right: -16px;
	left: auto;
}

@media (hover: hover) {
	.header__mitem:hover .header__msubs{
		display: block;
		animation: showSubMenu 250ms ease-in-out both;
	}
}

.header__msubs>div:hover, .header__mslink__sub>a:hover {
	background: #FFF5E9;
}
.header__msubs>div { position: relative; }
.header__msubs>div>svg {
	position: absolute;
    top: 13px;
    right: 13px;
}
.header__mslink__sub{
	display: none; 
	background: #FFFFFF; 
	box-shadow: 0px 1px 18px rgb(42 44 53 / 25%); 
	border-radius: 4px; 
	position: absolute; 
	width: 280px; 
	left: 100%;
	top: -16px; 
	padding: 16px 0;
}
.header__msubs>div:hover .header__mslink__sub{
	display: block;
	animation: showSubMenu 250ms ease-in-out both;
}

.header__mslink{
	display: block;
	padding: 5px 16px 6px;
	text-decoration: none !important;
	line-height: 24px;
	font-size: 16px;
	color: #1E1E23;
}
/* .header__mslink:hover{color: #97A0BA;} */

/*fixed*/
.header_fixed, 
.header_fixed .header__nav{height: 56px;}
.header_fixed .header__top{
	height: 0;
	border: 0;
}
.header_fixed .header__wrap{
	position: fixed;
	top:0;
	z-index: 1000;
	background: #FFFFFF;
}
.header_fixed .header__msubs{top: 66px;}
.header_fixed .header__nav{
	position: relative;
	z-index: 2;
}
.header_fixed .container, 
.header_fixed .header__top{ position: relative; }
.header_fixed .menutop_basket__block.header__basket{
    top: 66px;
    right: 0;
    position: absolute;
}

/*nlink*/
.header__nlink{
	display: none;
	width: 20px;
	height: 14px;
	margin-right: 24px;
}
.header__nlink>svg path{
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), width 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.header__nlink_close>svg path:nth-child(1){
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	transform-origin: 2px 4px;
	fill: #97A0BA;
}
.header__nlink_close>svg path:nth-child(2){
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	fill: #97A0BA;
}
.header__nlink_close>svg path:nth-child(3){
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	transform-origin: 3px 9px;
	width: 20px;
	fill: #97A0BA;
}
.header__nbuttons {
	display: none;
}

@media (max-width: 1200px) {
	.header__main {
    gap: 24px;
	}
}
@media (max-width: 1120px) {
	.header__logos > img{display: none;}
	.header__logos > svg{display: inline;}
}
/*lg*/
@media (min-width: 64em) {}
/*md 1024px*/
@media (max-width: 64em) {
	.header, 
	.header__wrap, 
	.header__top{height:56px !important;}
	.header__main{gap: 0;}
	.header.header__activemenu,
	.header__activemenu .header__wrap,
	.header__activemenu .header__top{height:52px !important;}
	.header__activemenu .header__nav{padding-top:52px !important;}

	.header__wrap{box-shadow: 0px 1px 18px rgba(129, 128, 143, 0.25);}
	.header__wrap{
		position: fixed;
		top:0;
		z-index: 1000;
		background: #FFFFFF;
	}
	.header__top {border-bottom: 0;}
	.header__nlink{display: inline-block;}
	.header__logos{ margin-right: 24px;}
	.header__buttons{
		margin-left: auto;
	}
	.menutop_basket__block.header__basket{
		margin-right: 0;
		margin-left: auto;
		top: 0 !important;
		position: relative !important;
	}
	.header__nav{
		display: none;
		position: absolute !important;
		width: 100%;
		height: 100vh !important;
		top: 0;
		z-index: 1;
		padding-top: 56px;
		padding-bottom: 35px;
		overflow: auto;
	}
	.header__nwrap{height: auto;}
	.header__menu {
		display: block;
		margin-left: var(--container_plrAdv);
		margin-right: var(--container_plrAdv);
	}
	.header__mitem {
		height: auto;
		background: 20px 10px no-repeat;
	}
	.header__mitem_icon-cart{background-image: url(i/icon-cart.png);}
	.header__mitem_icon-dialog{background-image: url(i/icon-dialog.png);}
	.header__mitem_icon-list{background-image: url(i/icon-list.png);}
	.header__mitem_icon-location{background-image: url(i/icon-location.png);}
	.header__mitem_icon-percent{background-image: url(i/icon-percent-orange.png);}
	.header__mitem_icon-pos{background-image: url(i/icon-pos.png);}
	.header__mitem_icon-speaker{background-image: url(i/icon-speaker.png);}

	/* .header__mitem_action{background-image: url(i/shopping_cart.png);}
	.header__mitem_ks2{background-image: url(i/ks2.png);}
	.header__mitem_blog{background-image: url(i/blog.png);}
	.header__mitem_ks6{background-image: url(i/ks6.png);}
	.header__mitem_partner{background-image: url(i/partner.png);}
	.header__mitem_contacts{background-image: url(i/contacts.png);} */

	.header__mitem:after {content: none;}
	.header__mlink {
		height: 45px;
		display: flex;
		padding-left: 60px;
		font-size: 16px;
		line-height: 19px;
		padding-right: 28px;
	}
	/* .header__mlink > svg > path {
		fill: #0C1533;
	} */
	.header__msubs>div>svg { display:none; }
	.header__msubs, .header__mslink__sub{
		position: relative;
		padding: 0;
		left: 0;
		width: 100%;
		top: 0 !important;
		box-shadow: none;
		/* display: block; */
	}
	.header__mslink{
		padding: 0 40px 0 85px;
		font-size: 16px;
		line-height: 19px;
		min-height: 48px;
		display: flex;
		align-items: center;
	}
	.header__activemenu .header__nav{display: block;}
	.header__activemenu .header__top > *{display: none;}
	.header__activemenu .header__top .header__nlink{
		z-index: 3;
		position: relative;
		display: inline-block;
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
	}
	.header__activemenu .header__nwrap {
		max-width: 64em;
	}
	.header__menu .header__mitem:last-child .header__msubs {
		right: 0;
		left: 0;
	}
	.header__mlink:hover, .header__mitem:hover{
		-webkit-touch-callout: none; 
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}

	.header__nbuttons {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-top: 8px;
	}

	.header__nbuttons a {
		margin-top: 16px;
	}

	.header__nbuttons a svg {
		margin-left: 36px;
	}

	.max-md-hidden {
		display: none;
	}
}

/*sm 768px*/
@media (max-width: 48em) {}
/*xs 576px*/
@media (max-width: 36em) {
	.header__city {width: 124px;}
	.header__menu {
		margin-left: var(--container_plrAdvXS);
		margin-right: var(--container_plrAdvXS);
	}
	.max-xs-hidden {
		display: none;
	}
}

/*animation*/
@keyframes showSubMenu {
  from {opacity: 0;}
  to {opacity: 1;}
}


.header__whatsapp {
	width: 30px;
	height: 30px;
}
.header__whatsapp>img {
    width:100%
}
@media (max-width: 1024px) {
	.header__city {
		width: calc(100% - 110px);
	}
	.header__whatsapp {
		width: 48px;
		height: 48px;
	}
	.header__buttons .header__login {
		order: -1;
	}
}

.no-scroll {
	overflow: hidden;
}