.site-header {
	padding: 0;
	background: #e8f8e5;
	border-bottom: 1px solid rgba(61, 105, 50, 0.08);
}

.site-header .site-header__inner {
	display: flex;
	align-items: center;
	min-height: 154px;
	gap: 32px;
}

.site-header .site-header__inner::before,
.site-header .site-header__inner::after {
	display: none;
}

.site-header .site-header__logo {
	display: block;
	flex: 0 1 350px;
	width: 350px;
	margin: 0;
}

.site-header .site-header__logo a,
.site-header .site-header__logo picture,
.site-header .site-header__logo img {
	display: block;
	width: 100%;
}

.site-header .site-header__logo img {
	height: auto;
}

.site-header .site-header__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-left: auto;
}

.site-header .site-header__actions {
	position: relative;
}

.site-header .site-header__phone {
	display: block;
	margin: 0;
}

.site-header .site-header__phone a,
.site-header .head-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid rgba(61, 105, 50, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.76);
	color: #1c1c1c;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.site-header .site-header__phone a {
	padding: 0 18px;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.site-header .site-header__phone a img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.site-header .head-links {
	position: static;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.site-header .head-links a {
	position: relative;
	gap: 7px;
	margin: 0;
	padding: 0 14px;
	font-size: 14px;
	white-space: nowrap;
}

.site-header .head-links a img {
	width: 21px;
	height: 21px;
	margin: 0;
}

.site-header .head-links .site-header__logout {
	flex: 0 0 auto;
	padding-right: 13px;
	padding-left: 13px;
	color: #c93343;
}

.site-header .site-header__logout svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-header .head-links a:hover,
.site-header .site-header__phone a:hover,
.site-header .head-links a:focus-visible,
.site-header .site-header__phone a:focus-visible {
	border-color: rgba(237, 23, 75, 0.38);
	background: #fff;
	outline: none;
}

.site-header .site-header__logo a:focus-visible {
	border-radius: 6px;
	outline: 2px solid rgba(237, 23, 75, 0.46);
	outline-offset: 3px;
}

.site-header .head-links a:hover span {
	text-decoration: none;
}

.site-header .site-header__account-label-short {
	display: none;
}

.site-header .head-links a .n {
	left: 25px;
	top: -9px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 500;
	box-shadow: 0 0 0 2px #e8f8e5;
}

.site-header .basket-drop {
	top: calc(100% + 6px);
	right: 0;
	z-index: 20;
	width: 226px;
	padding: 14px;
	box-sizing: border-box;
	border: 1px solid rgba(61, 105, 50, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(37, 66, 31, 0.14);
}

.site-header .basket-drop .basket-drop__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 9px;
}

.site-header .basket-drop .basket-drop__row > * {
	display: block;
}

.site-header .basket-drop .t1 {
	font-size: 13px;
	line-height: 18px;
	color: #6c6b6b;
}

.site-header .basket-drop .t2,
.site-header .basket-drop .basket-drop-price {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	color: #1c1c1c;
}

.site-header .basket-drop .t2 span {
	font-size: 12px;
	color: #6c6b6b;
}

.site-header .basket-drop .basket-drop__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 12px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: #54ad16;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.site-header .basket-drop .basket-drop__button:hover,
.site-header .basket-drop .basket-drop__button:focus-visible {
	background: #438f0d;
	color: #fff;
	outline: none;
}

@media only screen and (max-width: 991px) {
	.site-header .site-header__inner {
		min-height: 136px;
		gap: 20px;
	}

	.site-header .site-header__logo {
		flex-basis: 280px;
		width: 280px;
	}

	.site-header .site-header__phone a {
		padding: 0 13px;
		font-size: 13px;
	}

	.site-header .head-links a {
		padding: 0 10px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 1199px) {
	.site-header .head-links .site-header__logout {
		flex-basis: 48px;
		width: 48px;
		padding-right: 0;
		padding-left: 0;
	}

	.site-header .site-header__logout-label {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.site-header .site-header__inner {
		flex-direction: row;
		align-items: center;
		width: auto;
		min-height: 0;
		padding-top: 8px;
		padding-right: 15px;
		padding-bottom: 8px;
		padding-left: 10px;
		gap: 12px;
	}

	.site-header .site-header__logo {
		flex: 1 1 auto;
		align-self: flex-end;
		width: auto;
		max-width: 170px;
	}

	.site-header .site-header__tools {
		flex: 0 0 183px;
		width: 183px;
		margin: 0 0 0 auto;
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 7px;
	}

	.site-header .site-header__phone a,
	.site-header .head-links a {
		min-height: 39px;
		border-radius: 10px;
	}

	.site-header .site-header__phone a {
		padding: 0 8px;
		font-size: 12px;
	}

	.site-header .site-header__phone a img {
		width: 16px;
		height: 16px;
		margin-right: 7px;
	}

	.site-header .head-links {
		justify-content: stretch;
		gap: 6px;
	}

	.site-header .head-links a {
		flex: 1 1 auto;
		gap: 5px;
		padding: 0 7px;
		font-size: 11.5px;
	}

	.site-header .head-links a img {
		width: 19px;
		height: 19px;
	}

	.site-header .head-links .site-header__logout {
		flex: 0 0 39px;
		width: 39px;
	}

	.site-header .site-header__logout svg {
		width: 19px;
		height: 19px;
	}

	.site-header .site-header__account-label-full {
		display: none;
	}

	.site-header .site-header__account-label-short {
		display: inline-block;
	}

	.site-header .head-links a .n {
		left: 19px;
		top: -7px;
		box-shadow: 0 0 0 2px #e8f8e5;
	}

	.site-header .basket-drop {
		top: calc(100% + 6px);
		right: 0;
		max-width: calc(100vw - 16px);
	}
}

@media only screen and (max-width: 519px) {
	.site-header .site-header__actions {
		width: 100%;
	}

	.site-header .basket-drop {
		top: calc(100% + 52px);
	}

	.site-header .head-links .site-header__account-link {
		flex: 0 0 39px;
		width: 39px;
		padding-right: 0;
		padding-left: 0;
	}

	.site-header .site-header__account-label-short {
		display: none;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	.site-header .site-header__inner {
		gap: 18px;
	}

	.site-header .site-header__logo {
		flex: 0 1 190px;
		max-width: 190px;
	}

	.site-header .site-header__tools {
		flex: 1 1 auto;
		width: auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 7px;
	}

	.site-header .site-header__phone,
	.site-header .site-header__actions {
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 359px) {
	.site-header .site-header__inner {
		gap: 8px;
	}

	.site-header .site-header__logo {
		max-width: 142px;
	}

	.site-header .site-header__tools {
		flex-basis: 140px;
		width: 140px;
	}

	.site-header .head-links a {
		padding: 0 5px;
		font-size: 0;
	}

	.site-header .head-links a img {
		width: 21px;
		height: 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header .site-header__phone a,
	.site-header .head-links a {
		transition: none;
	}
}
