html {
	min-width: auto !important;
}
.nav_btn {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 32px;
	height: 32px;
	display: none;
	z-index: 100;
	transition: transform 0.2s ease;
	cursor: pointer;
	z-index: 101;
}

.nav_btn__rows,
.nav_btn__rows:before,
.nav_btn__rows:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 32px;
	height: 3px;
	background-color: #fff;
	transition: transform 0.4s ease-out;
}

.nav_btn__rows:before,
.nav_btn__rows:after {
	content: '';
}

.nav_btn__rows {
	margin-top: -1px;
}

.nav_btn__rows:before {
	margin-top: -10px;
}

.nav_btn__rows:after {
	margin-top: 6px;
}

.nav_btn.pushed {
	transform: rotate(180deg);
}

.nav_btn.pushed .nav_btn__rows {
	width: 0;
}
.nav_btn.pushed .nav_btn__rows:before {
	transform: translate(0, 8px) rotate(-45deg);
}

.nav_btn.pushed .nav_btn__rows:after {
	transform: translate(0, -8px) rotate(45deg);
}


.btn-group.user_btn {
	float: none;
	padding: 0;
	border-radius: 10px;
	background-color: #fff;
	vertical-align: -14px;
}
.user_btn button {
	border-radius: 8px;
	padding: 10px;
	display: inline-block;
	float: none;
	min-width: auto;
	font-size: 14px;
}
.user_btn .dropdown-menu {
	z-index: 2000;
}
.user_btn .dropdown-menu li {
	display: list-item;
}
.user_btn .dropdown-header {
	font-size: 13px;
}
.user_btn .dropdown-menu > li > a {
	color: #224089;
}
.user_btn .dropdown-menu > li > a:hover {
	color: #ff7f00;
}
.user_btn .user_login {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	vertical-align: -2px;
	max-width: 60px;
}
.partner__info {
  width: calc(100vw - 60px);
  max-width: 300px;
  padding: 5px 20px;
	cursor: auto;
}
.partner__info i, .partner__info span {
  display: inline-block;
}
.partner__info span {
  max-width: calc(100% - 23px);
  vertical-align: top;
}
.partner__info i {
  width: 18px;
  text-align: center;
  margin-right: 5px;
  color: #ff8c00;
}
.partner__info i.fa-rouble {
  height: 18px;
  border: solid 2px;
  border-radius: 50%;
	font-size: 0.8em;
  line-height: 14px;
}
.partner__info i.green {
  color: #4dd272;
}
.partner__info i.red {
  color: #d24d4d;
}
.user_btn .dropdown-menu .info__mobile {
	display: none;
}

@media (max-width: 640px) {
	body,
	body.auth {
		padding-top: 52px;
		padding-bottom: 58rem;
	}
	.HEADER_blue {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.HEADER_blue_container {
		height: 52px;
	}
	.HEADER_white {
		position: fixed;
		top: 0;
		left: 0;
		right: 110px;
		background: none;
		padding-right: 0;
		box-shadow: none;
		z-index: 1;
	}
	.auth .HEADER_white {
		right: 145px;
	}
	.TOP_BANNERS {
		display: none;
	}
	.HEADER_logo {
		width: 44px;
		height: 44px;
		background-color: #fff;
		border-radius: 12px;
	}
	.HEADER_logo img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: 5px;
	}
	.nav_btn {
		display:block;
	}
	.HEADER_menu .topmenu {
		display: block;
		position: fixed;
		top: 52px;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #224089f7;
		z-index: 100;
		padding: 10px;
		transition: .4s ease-in-out;
		transform: translateX(-110%);
		text-align: center;
	}
	.nav_btn.pushed + .topmenu {
		transform: none;
	}
	.topmenu li a {
		font-size: 2.5rem;
	}
	.HEADER_menu .topmenu > li {
		display: block;
	}
	.topmenu li:not(.no-hover)::before {
		width: 100%;
		border-radius: 12px;
	}
	.HEADER_menu .topmenu div.submenu {
		position: relative;
		height: 0;
		padding: 0;
		left: 0;
		top: 0;
		border-radius: 12px;
		transform: none;
		box-shadow: none;
	}
	.HEADER_menu .topmenu div.submenu.show {
		height: auto;
		transform: none;
	}
	.HEADER_menu .topmenu div.submenu ul {
		padding: 20px;
	}
	.HEADER_menu div.submenu a {
		font-size: 2rem;
		margin: 2px 0;
		border-radius: 8px;
	}
	.HEADER_menu div.submenu a:hover {
		background-color: #224089;
	}
	.topmenu li.js-submenu:before {
		content: none;
	}
	.topmenu li.js-submenu:hover {
		color: #fff;
	}
	.user_btn .user_login {
		display: none;
	}
	.HEADER_menu {
		text-align: right;
	}
	.btn-group.user_btn {
		margin: 8px 40px 0 0;
	}
	.user_btn .dropdown-menu .info__mobile {
		display: list-item;
	}

	.HEADER_link.notifications-container i {
		padding: 20px 12px;
	}
	.PERSONAL_LINKS {
		display: none;
	}
	.TYPE_SELECT {
		display: none;
	}
	.HEADER_white_container {
		height: 52px;
		padding: 0;
		align-items: center;
		justify-content: space-between;
	}
	.HEADER_white_container .js-search-form {
		margin-left: 20px;
		background: #fff;
		border-radius: 8px;
		flex: 1;
	}
	.HEADER_white_container .SEARCH_wrapper {
		float: none;
		margin: 0 auto;
		display: block;
		background-image: none;
		border-radius: 0;
		padding: 0;
		width: auto;
	}
	.SEARCH_input {
		padding: 0;
		margin: 10px 40px 9px 10px;
		width: calc(100% - 50px);
		font-size: 13px;
		height: 15px;
		border: none;
	}
	.SEARCH_input.error {
		border: none;
	}
	.SEARCH_btn_submit {
		top: 1px;
		right: 1px;
		background: #224089;
		color: #fff;
		width: 32px;
		height: 32px;
		font-size: 18px;
		border-radius: 8px;
	}
	.SEARCH_btn_submit:before {
		content: "\f002";
		font-family: FontAwesome;
	}
	.SEARCH_wrapper label.error {
		background: #fff;
		padding: 2px 5px;
		border: solid 1px #eee;
		box-shadow: 0 1px 3px #0002;
		margin: 0 0 -7px 5px;
	}
	.dropdown-menu.notification-dropdown {
		right: -90px;
		width: 93vw;
	}
	.dropdown-menu.notification-dropdown:before {
		right: 99px;
	}
	.cookie.type-1 {
		width: 90%;
		max-width: none;
		margin-left: 0;
		transform: translateX(-50%);
		gap: 10px;
		flex-direction: column;
	}
	.basket_footer.white-block {
		padding: 1rem;
	}
	.basket_footer__bar {
		display: flex;
		justify-content: space-between;
		margin: 0;
		align-items: center;
	}
	.basket_footer__bar div:nth-child(2) {
		margin-left: auto;
	}
	.FOOTER > ul {
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	.FOOTER_logo {
		margin: 0 auto 15px;
	}
	.FOOTER_phone {
		float: none;
	}
	.FOOTER > ul li a {
		padding: 1rem;
		text-transform: uppercase;
	}
	.FOOTER > ul li:nth-child(4) {
		order: -1;
	}
}
