/* Header_central. */

.header_central {
	grid-gap: 26px 16px;
}

.header_central_left {
	width: 372px;
}

.header_central_logo_mob {
	display: none;
	max-width: 180px;
}
/*!*snow*!*/
/*.header_central_logo img {*/
/*	margin: 0px 0px 18px 0px;*/
/*}*/

.header_central_catalog {
	/*snow*/
	/*margin-left: 11px;*/

	display: flex;
	align-items: center;
	justify-content: center;

	width: 124px;
	height: 50px;
	color: var(--primary);
	font-weight: 500;
	border: 2px solid #BFE4F3;
	border-radius: 16px;
	cursor: pointer;

	transition: border-color .43s;
}

.header_central_catalog svg {
	width: 23px;
	height: 23px;
	color: var(--primary-200);
	margin-right: 0.25rem;
}

.header_central_catalog:hover,
.header_central_catalog.active,
.header_central_catalog:hover svg,
.header_central_catalog.active svg
{
	border-color: var(--primary);
	color: var(--primary);
}

.header_central_search {
	position: relative;
	flex-grow: 1;
}

.header_central_search input {
	width: 100%;
	height: 50px;
	border: 2px solid #EBEBEB;
	padding: 0 60px 0 30px;
	background-color: var(--bg);
	border-radius: 16px;
}

.header_central_search input:hover {
	border-color: #BFE4F3;
}

.header_central_search input:focus {
	border-color: var(--primary);
}

.header_central_search button {
	--size: 16px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - var(--size) / 2);
	right: 30px;

	width: var(--size);
	height: var(--size);
	z-index: 1;
}

.header_central_right {
	--color: #0C1A20;

	grid-gap: 24px;

	padding-left: 44px;
	font-size: 12px;
	zoom: .8;
}

.header_central_right ._icon {
	--size: 26px;

	position: relative;

	width: var(--size);
	height: var(--size);
	margin: 0 auto 8px;
}

.header_central_right ._icon span {
	position: absolute;
	top: -8px;
	left: 100%;

	padding: 2px 4px;
	color: var(--white);
	background-color: var(--primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	border-radius: 4px;

	transform: translate3d(-50%, 0px, 0px);
}

.header_central_right svg {
	transition: transform .43s;
}

.header_central_right li:hover svg {
	transform: scale(1.2);
}

.header_central_sign {
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.header_central_sign:not(:hover) .header_central_sign_hrefs {
	pointer-events: none;

	margin-top: 16px;
	opacity: 0;
}

.header_central_sign_hrefs {
	display: grid;
	grid-gap: 12px;
	position: absolute;
	top: 100%;
	left: 50%;

	margin-top: 8px;
	padding: 24px 35px;
	border: 1px solid var(--primary);
	background-color: var(--bg);
	border-radius: 8px;
	cursor: default;
	z-index: 99;

	transform: translate3d(-50%, 0px, 0px);
	transition: opacity .43s, margin-top .43s;
}

.header_central_sign_hrefs:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;

	height: 16px;
}


.header_central_favorit {
	cursor: pointer;

}

.header_central_cart {
	cursor: pointer;

}


.header_central_right .language a {
	--color: #666;
	transition: color .43s;
}

.header_central_right .m_language span {
	--color: #666;
	transition: color .43s;
}

.header_central_right .m_language a:hover {
	--color: var(--primary);
}

.header_central_right .m_language a.active{
	--color: var(--primary);
}

.header_central_right .m_language a:hover{
	border-bottom: 2px solid var(--primary);
}

/* Header_central. */

@media only screen and (max-width: 1200px) {

	/* Header_central. */

	.header_central_left {
		width: 332px;
	}

	.header_central_right {
		padding-left: 0;
	}

	/* Header_central. */

}

@media only screen and (max-width: 1030px) {

	/* Header_central. */

	.header_central {
		margin: 0 calc(var(--bone_size) * -1);
		padding: 15px var(--bone_size) 18px;
		border-bottom: 1px solid #EEEEEE;
	}

	.header_central_left {
		display: none;
	}

	.header_central_logo {
		display: none;
		justify-content: center;
		margin-top: 26px;
	}
	.header_central_logo_mob {
		display: flex;
		justify-content: center;
		margin-bottom: 26px;
	}

	.header_central_catalog {
		display: none;
	}

	.header_central_sign {
		display: none;
	}

	.header_central_search input {
	    height: 22px;
	    border: none;
	    padding: 0 0 0 36px;
	    border-radius: 0;
	}

	.header_central_search button {
		left: 0;
		right: auto;
	}

	.header_central_right ._icon {
		margin-bottom: 0;
	}

	.header_central_right ._icon + p {
		display: none;
	}

	.header_central_right {
		zoom: 1;
	}

	/* Header_central. */

}

@media only screen and (max-width: 600px) {

	/* Header_central. */

	.header_central_right ._icon {
		--size: 22px;
	}

	.header_central {
		padding-left: 24px;
		padding-right: 24px;
	}

	.header_central_search {
		margin: -12px 0;
	}

	.header_central_search:not(.active) .header_central_search_close {
		display: none;
	}

	.header_central_search_close {
		position: absolute;
		top: calc(50% - 20px);
		left: -54px;

		width: 40px;
		height: 40px;
		background-color: var(--bg);
		background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L2 8.5L8 15' stroke='%230093CD' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 13px;
	}

	.header_central_search input {
		height: 46px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.header_central_search.active {
		position: relative;

		margin-right: -94px;
		z-index: 1;
	}

	/* Header_central. */

}

@media only screen and (max-width: 360px) {

	/* Header_central. */

	.header_central {
		padding-left: 16px;
		padding-right: 16px;
	}

	.header_central_search input {
		padding-left: 24px;
	}

	.header_central_search_close {
		left: -38px;
	}

	/* Header_central. */

}