a {
	color: #000000;
}

header {
	position: fixed;
	width: 100%;
}

.header__menu, .header__tablet-menu {
	width: 27px;
	height: 22px;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

.header__menu, .header__menu span, .header__tablet-menu, .header__tablet-menu span {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.header__menu span, .header__tablet-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.header__menu span:first-child, .header__tablet-menu span:first-child {
	top: 0
}

.header__menu span:nth-child(2), .header__menu span:nth-child(3) {
	top: 10px
}

.header__tablet-menu span:nth-child(2), .header__tablet-menu span:nth-child(3) {
	top: 10px
}

.header__menu span:nth-child(4), .header__tablet-menu span:nth-child(4) {
	top: 20px
}

.header__menu.open span:first-child, .header__tablet-menu.open span:first-child {
	top: 10px;
	width: 0;
	left: 50%
}

.header__menu.open span:nth-child(2), .header__tablet-menu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header__menu.open span:nth-child(3), .header__tablet-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header__menu.open span:nth-child(4), .header__tablet-menu.open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%
}

.header {
	height: 59px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	z-index: 55;
}

.header__top {
	height: inherit
}

.header__top > div {
	height: inherit
}

.header__wrapper {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo {
	display: block;
	height: 24px;
	width: 90px
}

.header__hot-line, .header__tablet-menu, .header__work-time {
	display: none
}

.header__work-time > svg {
	fill: #b3b3b3
}

.header__user {
	/* margin-left: 20px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__user a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__user span {
	display: none
}

.header__user .icon-lk {
	height: 18px;
	width: 18px;
	fill: #000
}

.header__user a:nth-child(2) {
	color: #3c3c3b;
	font-size: 14px;
	padding-left: 10px;
	border-left: 1px solid #cdcdcd;
	margin-left: 10px;
}

.header__user a:nth-child(2) span {
	margin: 0;
}

@media (max-width: 765px) {
	.header__user a:nth-child(2) {
		display: none;
	}

	/* .header__user {
		margin-bottom: 2px;
	} */
}

.header__search-language__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* margin-left: 22px; */
	margin-right: auto;
	align-items: flex-end;
}

.header__language {
	margin-left: 20px
}

.header__search__button {
	outline: rgba(0, 0, 0, 0);
	fill: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block
}

.header__search__button > svg {
	width: 18px;
	height: 18px
}

.header__search__button:hover {
	fill: #a1ce5c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header__search__button.nice-select.open, .header__search__button:active {
	fill: #a1ce5c
}

.header__language {
	position: relative
}

.header__language__item {
	font-size: 12px;
	display: inline-block;
	position: relative;
	text-transform: uppercase
}

.header__language .icon-arrow_down {
	width: 20px;
	height: 15px;
	margin-bottom: -3px;
	margin-left: -2px
}

.header__menu {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.header__menu__btn {
	height: 22px;
	width: 27px;
	display: block;
	position: relative;
	outline: rgba(0, 0, 0, 0)
}

.header__menu__btn:after {
	content: "";
	width: 27px;
	height: 2px;
	background: #000;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 10px #000, 0 20px #000;
	box-shadow: 0 10px #000, 0 20px #000
}

.header__menu__btn svg, .language {
	display: none
}

.language {
	position: absolute;
	width: 100%;
	top: 20px;
	background: #d7e9f7;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 60
}

.language__list__item > a {
	padding: 10px;
	color: #000;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.language__list__item > a:hover {
	background: #219bd8;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.language__list__item-active {
	background: #219bd8
}

.language__list__item-active > a:hover {
	color: #000
}

/* Хеадер, конец */

/* Навигация */

.navigation {
	display: none;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-top: 1px solid #cdcdcd
}

/* Навигация, конец */

/* Блок поиска */

.search {
	position: absolute;
	background: #eef5f9;
	z-index: 70;
	height: 59px;
	width: 0;
	top: 0;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid #fbfcfd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.search__open {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%
}

.search__input {
	height: 100%;
	width: 100%;
	display: block;
	border: none;
	padding: 0 15px 0 10px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0)
}

.search__input__wrapper {
	width: 100%;
	display: inline-block
}

.search__button {
	height: 59px;
	width: 59px;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.search__button > svg {
	margin-top: 0
}

.search__button:hover {
	fill: #a1ce5c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search__button.nice-select.open, .search__button:active {
	fill: #a1ce5c
}

.search__button > svg {
	height: 18px;
	width: 18px
}

.search__close {
	height: 59px;
	width: 59px;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.search__close > svg {
	height: 18px;
	width: 18px;
	fill: #aaa
}

.search__results {
	display: none;
	position: absolute;
	top: 59px;
	right: 0;
	width: 100%
}

.search__results__wrapper {
	background: #eef5f9;
	padding: 0
}

.search__results__list {
	padding: 7px 30px 1px;
	width: 100%
}

.search__results__item_active {
	font-weight: 700
}

.search__results__item a {
	color: #000;
	display: block;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search__results__item a:hover {
	color: #219bd8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search__results__button {
	width: 100%;
	padding: 8px 0 10px;
	background-color: #dbe3e8;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search__results__button:hover {
	background: #a1ce5c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}


/*search-new*/

.new-search {
	position: absolute;
	width: 100%;
	background-color: #d1e1e8;
	height: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.new-search.fixed-search {
	position: fixed;
}

.new-search.fixed-search.new-search__open {
	height: 65px;
}

.new-search form {
	margin-bottom: 0;
}

.new-search.new-search__open {
	height: 100px;
	overflow: visible;
}

.new-search-results {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #ffffff;
	overflow: hidden;
	/* max-height: 0; */
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	-webkit-transition: max-height .5s, padding .5s, top .3s;
	-o-transition: max-height .5s, padding .5s, top .3s;
	transition: max-height .5s, padding .5s, top .3s;
}

.new-search-results.new-search-result__open {
	/* max-height: 500px;
	overflow: visible; */
	/* max-height: 300px; */
	/* overflow: hidden; */
}

.fixed__search-results {
	top: 65px;
}

.new-search-items {
}

a.new-search-item {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5f1f9;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}

a.new-search-item:hover {
	color: #219bd8;
}

.new-search-item-img {
	width: 60px;
	min-width: 60px;
	margin-right: 25px;
}

.new-search-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.new-search-link-all {
	text-align: center;
	padding: 20px 0;
	color: #4d4d4d;
	display: inline-block;
	width: 100%;
}

/* Блок поиска, конец */

/* Мобильное меню */

.mobile {
	display: none;
	background: #f1f7fc;
	padding: 35px 0 20px;
	z-index: 50;
	position: absolute;
	overflow-y: scroll;
	height: -webkit-calc(100vh - 58px);
	height: calc(100vh - 58px);
	width: 100%;
	top: 58px
}

.mobile__contacts, .mobile__menu__item {
	padding-bottom: 30px;
	position: relative
}

.mobile__contacts:after, .mobile__menu__item:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 100vw;
	left: 50%;
	bottom: 0;
	margin-left: -50vw;
	background: #dee6ec
}

.mobile__hot__phone {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	font-weight: 700
}

.mobile__hot__description {
	font-size: 13px;
	font-weight: 400;
	margin: 8px 0
}

.mobile__phone {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 0
}

.mobile__email, .mobile__phone {
	font-family: Open Sans, sans-serif
}

.mobile__email {
	font-size: 14px;
	font-weight: 400;
	margin: 7px 0 0
}

.mobile__menu__item {
	padding-bottom: 0
}

.mobile__menu__item h4 {
	margin: 0;
	font-size: 16px;
}

.mobile__menu__item > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile__menu__item > div > svg {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 15px
}

.mobile__menu__item a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding: 15px 0
}

.mobile__menu__item svg {
	width: 20px;
	height: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.mobile__menu__item_active .mobile__products__open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.mobile__submenu {
	padding: 20px 0 20px 15px;
	/* display: none; */
	position: relative;
	/* left: 50%;
	margin-left: -150px */
	margin: 0 auto;
}

.mobile__menu__item > div.mobile__submenu__wrapper {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	background: #fff;
	display: none;
	overflow: hidden;
}

.mobile__submenu__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 0;
}

.mobile__submenu__item svg {
	width: 32px;
	height: 32px
}

.mobile__submenu__item span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400
}

.mobile__submenu__item a {

}

@media (min-width: 768px) {
	.header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		z-index: 15;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid #cdcdcd;
		background: #fff
	}

	.header, .header__top {
		height: 70px
	}

	.header__logo {
		width: 152px;
		height: 50px;
		margin: 0
	}

	.header__tablet-menu {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -180px
	}

	.header__hot-line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		margin-left: 45px
	}

	.header__hot-line__phone {
		color: #3c3c3b;
		font-size: 18px;
		font-weight: 700
	}

	.header__hot-line__phone > a {
		color: #000
	}

	.header__hot-line__description {
		color: #919191;
		font-size: 14px;
		font-weight: 400
	}

	.header__user {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.header__user button {
		color: #219bd8;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.header__user span {
		display: block;
		margin-left: 9px;
		font-size: 14px;
		font-weight: 400;
		margin-top: 1px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.header .icon-lk {
		fill: #219bd8
	}

	.header__search-language__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		/* margin-bottom: 20px; */
		margin-right: 0
	}

	.header__search {
		text-align: right;
		/* margin-right: 13px */
	}

	.header__language {
		margin-bottom: 10px;
		margin-left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.header__language span {
		color: #31261a;
		font-size: 12px;
		font-weight: 400
	}

	.header__language .icon-arrow_down {
		margin-bottom: -3px
	}

	.header .icon-search {
		margin-right: 0
	}

	.header__menu {
		display: none
	}

	/* Хеадер, конец */
	/* Блок поиска */
	.search {
		height: 69px;
		top: 0;
		left: auto;
		right: 50%;
		margin-right: -345px;
		background: rgba(0, 0, 0, 0)
	}

	.search__open {
		width: 500px
	}

	.search__form {
		background: #eef5f9;
		width: 100%
	}

	.search__input {
		padding: 0 15px
	}

	.search__button {
		width: 67px;
		height: 67px
	}

	.search__button svg {
		width: 18px;
		height: 18px
	}

	.search__close {
		width: 67px;
		height: 67px;
		margin: 0
	}

	.search__close svg {
		height: 18px;
		width: 18px;
		fill: #aaa
	}

	.search__results {
		top: 69px;
		z-index: 60;
		width: 500px;
		left: auto;
		right: 50%;
		margin-right: -345px
	}

	.search__results__wrapper {
		background: rgba(0, 0, 0, 0)
	}

	.search__results__list {
		background: #eef5f9;
		width: 500px;
		margin-left: auto
	}

	.search__results__button {
		width: 500px;
		margin-left: auto;
		display: block
	}

	/* Блок поиска, конец */
	/* Навигация */
	.navigation {
		display: block;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		height: auto;
		top: 70px;
		left: 50%;
		margin-left: -345px;
		position: absolute;
		width: 205px;
		background: #fff;
		border: none;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
	}

	.navigation__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.navigation__list__wrapper {
		display: none;
		padding: 0
	}

	.navigation__list__item {
		width: 100%;
		border-right: 1px solid #cdcdcd;
	}

	.navigation__list__item.not-product {
		position: relative;
	}

	.navigation__list__item__wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative
	}

	.navigation__list__item__wrapper > a {
		padding: 10px 10px 11px;
		display: block;
		font-size: 14px;
		font-weight: 400;
		color: #000;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		position: relative;
		width: 100%;
		text-align: left;
		overflow: hidden
	}

	.navigation__list__item__wrapper > button {
		position: relative
	}

	.navigation__list__item__wrapper > button > svg {
		padding: 8px 10px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		height: 20px;
		width: 20px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		fill: #cdcdcd
	}

	.navigation__products__wrapper {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		position: absolute;
		z-index: 10;
		padding-bottom: 35px;
		background: #f1f7fc;
		top: 0;
		left: 205px;
		padding-top: 5px;
		width: 0;
		overflow: hidden;
		height: 300px
	}

	.navigation__products__wrapper .products__item {
		text-align: center;
		margin-top: 10px;
		min-width: 33%
	}

	.navigation__products__wrapper .products__item a {
		color: #000;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.navigation__products__wrapper .products__item a:hover {
		color: #219bd8;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.navigation__products__wrapper .products__item__description {
		font-size: 14px
	}

	.navigation__products__wrapper .products__item__image > svg {
		font-size: 54px;
		/* width: 54px;
		height: 54px; */
		margin-right: 10px;
	}


	.navigation__products_active > svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.js-hover {
		width: 485px;
		height: auto
	}

	.is-fixed {
		margin-top: 70px
	}
}

@media (min-width: 1024px) {
	.header {
		height: 158px
	}

	.header__top {
		height: 99px
	}

	.header__top > div {
		height: 100%
	}

	.header__logo {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.header__tablet-menu {
		display: none
	}

	.header__hot-line__phone {
		font-size: 24px
	}

	.header__work-time {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		color: #3c3c3b;
		font-size: 14px;
		font-weight: 400;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}

	.header__work-time svg {
		height: 19px;
		width: 19px
	}

	.header__work-time span {
		margin-left: 9px;
		margin-top: 1px
	}

	.header__language {
		margin-left: 0
	}

	/* Хеадер, конец */
	/* Блок поиска */
	.search {
		top: 31px;
		margin-right: -480px
	}

	.search__results {
		top: 100px;
		margin-right: -480px
	}

	/* Блок поиска, конец */
	/* Навигация */
	.navigation {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		position: static;
		height: 59px;
		margin: 0;
		width: 100%;
		border-top: 1px solid #cdcdcd
	}

	.navigation__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.navigation__list__wrapper {
		display: block;
		padding: 0 15px
	}

	.navigation__list__item {
		margin-right: 0;
		border: none;
		width: auto
	}

	.navigation__list__item:hover > .navigation__products__wrapper {
		visibility: visible;
		opacity: 1;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.navigation__list__item__wrapper > a {
		padding: 21px 0 22px;
		overflow: visible
	}

	.navigation__list__item .navigation__list__item__wrapper > a:after {
		content: "";
		display: block;
		bottom: -1px;
		position: absolute;
		height: 4px;
		left: -10px;
		right: -10px;
		z-index: 57;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background: #219bd8
	}

	.navigation__list__item.active .navigation__list__item__wrapper > a {
		color: #219bd8
	}

	.navigation__list__item.active .navigation__list__item__wrapper > a:after {
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		visibility: visible;
		opacity: 1
	}

	.navigation__list__item__wrapper > button {
		display: none
	}

	.navigation__products__wrapper {
		top: 158px;
		position: absolute;
		width: 100%;
		right: 0;
		left: 0;
		height: auto;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.navigation__products__wrapper .products__item {
		min-width: auto
	}

	.navigation__products__wrapper .products__item__image > svg {
		/* width: 86px; */
		/* height: 86px */
	}

	.navigation__products__wrapper .products__item__description {
		font-size: 14px
	}

	.navigation__products__wrapper ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.not-product .navigation__products__wrapper {
		top: -webkit-calc(100% - 1px);
		top: calc(100% - 1px);
		position: absolute;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: -webkit-calc(100% + 50px);
		min-width: calc(100% + 50px);
		right: 0;
		left: -10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		padding: 0;
	}

	.not-product .navigation__products__wrapper .products__item {
		margin: 0;
		padding: 15px;
		border-bottom: 1px solid #cdcdcd;
	}

	.not-product .navigation__products__wrapper .products__item.active a {
		color: #219bd8;
	}

	.fixed .not-product .navigation__products__wrapper {
		min-width: 0;
		top: -webkit-calc(100% - 1px);
		top: calc(100% - 1px);
		position: absolute;
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		right: 0;
		left: -10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		padding: 0;
	}

	.is-fixed {
		margin-top: 70px
	}

	.fixed, .fixed .header__top {
		height: 65px
	}

	.fixed .header__tablet-menu {
		display: block;
		position: static;
		margin-left: -25px
	}

	.fixed .header__hot-line, .fixed .header__search-language__wrapper {
		margin: 0
	}

	.fixed .search {
		top: 0;
		height: 65px
	}

	.fixed .navigation {
		height: auto;
		top: 65px;
		left: 50%;
		margin-left: -465px;
		position: absolute;
		width: 205px;
		background: #fff;
		border: none;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
	}

	.fixed .navigation__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation__list__wrapper {
		display: none;
		padding: 0
	}

	.fixed .navigation__list__item {
		width: 100%;
		border-right: 1px solid #cdcdcd
	}

	.fixed .navigation__list__item:hover .navigation__products__wrapper {
		width: 725px
	}

	.fixed .navigation__list__item.not-product:hover .navigation__products__wrapper {
		width: 100%;
		opacity: 1;
		visibility: visible;
	}

	.fixed .navigation__list__item:hover .navigation__products__button {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation__list__item:hover .navigation__products_active {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	.fixed .navigation__list__item:hover > a {
		color: #219bd8
	}

	.fixed .navigation__list__item__wrapper > a {
		padding: 10px 10px 11px;
		position: relative;
		width: 100%;
		overflow: hidden
	}

	.fixed .navigation__list__item__wrapper > a:after {
		display: none
	}

	.fixed .navigation__list__item__wrapper > button {
		position: relative;
		display: block;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation__list__item__wrapper > button > svg {
		padding: 8px 10px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		height: 20px;
		width: 20px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		fill: #cdcdcd
	}

	.fixed .navigation__products__wrapper {
		position: absolute;
		/* padding-bottom: 35px; */
		padding: 0;
		top: 0;
		left: 205px;
		padding-top: 5px;
		width: 0;
		visibility: visible;
		opacity: 1;
		overflow: hidden;
		max-height: 372px
	}

	.fixed .navigation__products__wrapper ul {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.fixed .navigation__products__wrapper .products__item {
		text-align: center;
		margin-top: 10px;
		min-width: 25%
	}

	.fixed .navigation__products__wrapper .products__item a {
		color: #000;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation__products__wrapper .products__item a:hover {
		color: #219bd8;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation__products__wrapper .products__item__description {
		font-size: 14px;
		text-align: left;
	}

	.fixed .navigation__products__wrapper .products__item__image > svg {
		font-size: 54px;
		/* width: 54px;
		height: 54px; */
		margin-right: 10px;
	}

	.fixed .js-hover {
		width: 725px
	}

	.fixed__results {
		top: 65px
	}

	.navigation__products_active > svg {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.fixed .navigation__list__item:hover .navigation__products_active {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (min-width: 1024px) and (max-width: 1409px) {
	.fixed .not-product .navigation__products__wrapper {
		left: -webkit-calc(100% + 1px);
		left: calc(100% + 1px);
		top: 0;
	}
}

@media (min-width: 1410px) {

	/* Хеадер */
	.header__hot-line {
		/* margin-left: 320px */
		margin-left: 200px;
	}

	.header__work-time {
		/* margin-left: 55px */
		margin-left: 0;
		margin-right: 70px;
	}

	.header__user {
		margin-left: 30px;
		/* margin-right: auto */
	}

	.header__search {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto
	}

	/* Хеадер, конец */
	/* Блок поиска */
	/* .search, .search__results {
		margin-right: -600px
	} */
	/* Навигация */
	.navigation__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.navigation__list__item__wrapper > a {
		padding: 19px 0 22px;
		font-size: 16px
	}

	.navigation__products__wrapper {
		padding: 15px 0 40px
	}

	.navigation__products__wrapper .products__item {
		text-align: left;
		margin-top: 30px;
		min-width: auto
	}

	.navigation__products__wrapper .products__item a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.navigation__products__wrapper .products__item__description {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.navigation__products__wrapper .products__item ul {
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start
	}

	.is-fixed {
		margin-top: 65px
	}

	.fixed .header__logo {
		width: 91px;
		height: 24px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .header__tablet-menu {
		display: none
	}

	.fixed .header__hot-line, .fixed .header__work-time {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		margin-top: -30px
	}

	.fixed .header__user {
		/* margin-right: -295px */
		margin-right: -180px;
	}

	.fixed .header__user span {
		visibility: hidden;
		display: none;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		margin-top: -30px
	}

	.fixed .header__search-language__wrapper {
		/* margin-bottom: 9px; */
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .header__search {
		margin-top: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.fixed .navigation {
		left: 0;
		right: 0;
		position: absolute;
		opacity: 1;
		visibility: visible;
		margin: 0;
		width: 100%
	}

	.fixed .navigation__products__wrapper {
		/* padding-top: 15px; */
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		visibility: hidden;
		opacity: 0
	}

	.fixed .not-product .navigation__products__wrapper {
		top: 52px;
		left: -10px;
	}

	.fixed .not-product .navigation__products__wrapper a {
		font-size: 14px;
	}

	.fixed .navigation .products__item {
		min-width: auto
	}

	.fixed .not-product .navigation .products__item__description {
		font-size: 14px
	}

	/* .fixed .navigation .products__item__image > svg {
		width: 86px;
		height: 86px
	} */
	.fixed .navigation__list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -53px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.fixed .navigation__list__wrapper {
		display: block;
		height: 0
	}

	.fixed .navigation__list__item {
		margin: 0
	}

	.fixed .navigation__list__item:hover .navigation__products__wrapper {
		width: auto
	}

	.fixed .navigation__list__item__wrapper > a {
		padding: 12px 0 24px;
		font-size: 15px;
		overflow: visible
	}

	.fixed .navigation__list__item.active .navigation__list__item__wrapper > a:after {
		display: block
	}

	.fixed .navigation__list__item__wrapper > button {
		display: none
	}

	.fixed .navigation__list__item > a, .fixed .navigation__list__item > button {
		font-size: 10px;
		padding: 10px 0 26px
	}

	.fixed .navigation .navigation__list {
		padding: 0;
		margin: -53px 125px 0 135px
	}

	.fixed .navigation .navigation__list__item {
		width: auto;
		border: none
	}
}

@media (min-width: 1680px) {

	/* Хеадер */
	.header__hot-line {
		margin-left: 412px
	}

	.header__work-time {
		/* margin-left: 89px */
		margin-right: 100px;
		margin-left: 0;
	}

	.header__search {
		margin-left: 0
	}

	/* Хеадер, конец */
	/* Блок поиска */
	/* .search, .search__results {
		margin-right: -705px
	} */
	/* Навигация */
	.navigation__list {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start
	}

	.navigation__list__item {
		margin-right: 40px
	}

	.navigation__list__item a {
		/* white-space: nowrap */
	}

	.fixed .header__user {
		/* margin-right: -350px */
		margin-right: -240px;
	}

	.fixed .header__user a:nth-child(2) {
		display: none;
	}

	.fixed .header__search {
		margin-left: auto
	}

	.fixed .navigation__list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 130px
	}

	.fixed .navigation .navigation__list {
		margin: -53px 145px 0
	}
}

@media (min-width: 767px) and (max-width: 1023px) {
	.navigation__products__wrapper .products__item__image > svg {
		margin-right: 0;
	}
}

@media (min-width: 1024px) {
	.fixed .navigation__list__item.not-product:hover .navigation__products__wrapper {
		width: auto;
		opacity: 1;
		visibility: visible;
	}

	.not-product .navigation__products__wrapper {
		top: -webkit-calc(100% - 1px);
		top: calc(100% - 1px);
		position: absolute;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: -webkit-calc(100% + 50px);
		min-width: calc(100% + 50px);
		right: 0;
		left: -10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		padding: 0;
	}
}

@media (min-width: 1410px) {
	.navigation__products__wrapper .products__item__description {
		font-size: 16px;
	}

	.not-product .navigation__products__wrapper .products__item a {
		display: block;
		text-align: left;
	}
}


.fixed .not-product .navigation__products__wrapper .products__item {
	margin-top: 0;
	min-width: 150px;
}

@media (min-width: 1410px) and (max-width: 1679px) {
	.fixed .not-product .navigation__products__wrapper .products__item {
		min-width: 175px;
	}

	.fixed .header__user a:nth-child(2) {
		display: none;
	}
}

.not-product .navigation__products__wrapper .products__item {
	text-align: left;
}

@media (max-width: 1409px) {
	.navigation__products__wrapper .products__item {
		margin-bottom: 13px;
	}

	.navigation__products__wrapper .products__item .products__item__image {
		margin-bottom: 7px;
	}
}
