.header-nav-wrapper {
	margin-top: 29px;
}

#head {
	margin-bottom: 22px;
	position: relative;
}

#head .logo {
	margin-right: 10px;
}

.header-column {
	margin-left: auto;
	margin-bottom: 10px;
}

.phone-icon {
	display: none;
}

.phone-mobile {
	display: none;
}

#head .slogan {
	margin-top: 13px;
}

.icons-svg {
	width: 50px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1440px) {
	.header-nav-wrapper {
		/* padding-left: 20px;
		padding-right: 20px; */
		padding: 27px 20px 20px 20px;
	}

	#head .slogan {
		width: 420px;
		font-size: 16px;
	}

	.link-0 {
		font-size: 14px;
	}
}

.header__burger {
	display: none;
	transition: 0.3s;
	margin-right: 30px;
}

.burger-line {
	width: 37px;
	height: 2px;
	background-color: #e44000;
}

.burger-line:last-of-type {
	width: 14px;
}

@media screen and (max-width: 1275px) {
	.content .question {
		/* display: none; */
	}

	.content .tabs {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	div.mainbantop {
		width: calc(100% - 20px);
		position: relative;
		top: 40px;
		margin-top: -30px;
	}

	.phone {
		display: none;
	}

	.phone-icon {
		display: flex;
		width: 15px;
		height: 15px;
		background-image: url("/images/layout/phone.png");
		background-size: cover;
		margin-right: 7px;
	}

	.g_menu > li:hover .bk {
		display: none;
	}

	.g_menu > li:hover > a {
		color: #6b6c6c;
	}

	#head {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.header-nav-wrapper {
		flex-wrap: wrap;
		margin-top: 0;

		position: sticky;
		top: 0;
		z-index: 999;
		background-color: #f1f1f1;
	}

	.header-column {
		margin-bottom: 0px;
		margin-left: auto;
	}

	#head .logo {
		margin-right: 10px;
	}

	#head .slogan {
		order: 0;
		font-size: 14px;
		width: 360px;
	}

	.g_menu > li > a {
		padding: 0;
	}

	.header__burger {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 20px;
		margin-bottom: 7px;
	}

	.line-top--rotated {
		transform: rotate(45deg) translate(7px, 10px);
		transition: all 0.3s ease;
	}

	.line-middle--rotated {
		transform: rotate(-45deg) translate(4px, -4px);
		transition: all 0.3s ease;
	}

	.production {
		margin: 20px 0 40px;
	}

	#head .logo {
		height: auto;
		width: 125px;
	}

	.header-icons {
		width: 150px;
		align-items: flex-start;
		position: relative;
		top: 0;
	}

	.logo,
	.logo img {
		width: 125px;
	}

	.g_menu {
		display: none;
	}

	.parent-menu__item {
		position: relative;
	}

	.parent-menu__item::before {
		content: "";
		position: absolute;
		width: 10px;
		height: 8px;
		display: block;
		background-image: url(../images/layout/orange-arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transform: rotate(180deg);
		left: -20px;
		top: 3px;
		filter: grayscale(100%);
	}

	.bk--mobile {
		display: block !important;
		position: relative !important;
		display: block;
		width: 100%;
	}

	.g_menu--mobile.g_menu--mobile {
		left: 9px;
		position: fixed;
		background-color: #f1f1f1;
		z-index: 99;
		padding-left: 40px;
		top: 44px;
	}
}

@media screen and (max-width: 1000px) {
	.main .pos_rel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.content .question {
		position: relative;
	}

	.tabs .list .info {
		max-width: 70%;
	}

	.left_c {
		display: none;
	}

	.work .top_spec_image {
		margin: auto;
	}

	.work .route {
		margin-left: 0;
	}

	.work .content {
		margin-left: 0;
	}
}

@media screen and (max-width: 880px) {
	div.mainbantop {
		width: calc(100% - 20px);
		position: relative;
		top: 35px;
		margin-top: -35px;
	}
}

@media screen and (max-width: 800px) {
	#head .slogan {
		width: 100%;
		order: 6;
		margin-top: 10px;
	}
}

@media screen and (max-width: 720px) {
	.footer {
		flex-direction: column;
	}
}

@media screen and (max-width: 650px) {
	body.main {
		font: 14px "Tahoma", Arial;
	}
	body {
		font: 14px "Tahoma", Arial;
	}

	.promo h1 {
		font-size: 18px;
		line-height: 140%;
	}

	.promo p {
		font-size: 14px;
		line-height: 130%;
	}
	.g_menu .l1 {
		padding: 10px 5px 10px 20px;
		overflow: hidden;
	}

	.header-nav-wrapper {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#head {
		align-items: center;
		padding-top: 5px;
	}

	.sitemap,
	.email {
		display: none !important;
	}

	.footer .phone {
		display: block;
	}

	.header-column {
		margin-bottom: 0;
	}

	.header-icons {
		width: 130px;
	}

	.header__burger {
		height: 12px;
		margin-bottom: 0;
		transition: all 0.3s ease;
	}

	.burger-line {
		width: 27px;
		height: 1px;
		transition: all 0.3s ease;
	}

	.burger-line:last-of-type {
		width: 14px;
		height: 1px;
	}

	#head .slogan {
		font-size: 12px;
		width: 100%;
	}

	.g_menu > li > a {
		font-size: 12px;
		padding: 0;
	}

	.line-top--rotated {
		transform: rotate(45deg) translate(0px, 0px);
		transition: all 0.3s ease;
	}

	.line-middle--rotated {
		transform: rotate(-45deg) translate(7px, -8px);
		transition: all 0.3s ease;
	}

	.content .tabs {
		width: 100%;
		max-width: 100%;
	}

	.content .tabs > .link {
		font-size: 16px;
	}

	.main .question {
		display: none;
	}

	.production {
		margin: 20px 0 20px;
	}
}

@media screen and (max-width: 600px) {
	div.mainbantop {
		top: 20px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 350px) {
	.header__burger {
		margin-right: 15px;
	}

	.header-icons {
		width: 110px;
	}

	.icons-svg {
		width: 20px;
	}

	.logo img {
		width: 110px;
	}
}

.g_menu--mobile {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-width: calc(100% - 20px);
}

.g_menu--mobile li {
	border: none;
}

.g_menu--mobile > li {
	padding-bottom: 12px;
}

.line-bottom--rotated {
	display: none;
	transition: all 0.3s ease;
}

.phone-mobile--show {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	line-height: 100%;
	color: #595959;
	width: 100%;
}

.phone-mobile--show .phone-mobile__tel {
	font-size: 14px;
	line-height: 200%;
	color: #595959;
	text-decoration: none;
	margin-top: 10px !important;
}

.phone-mobile__text {
	margin-bottom: 15px;
}

.announce {
	font-size: 16px;
}

.announce img {
	max-width: 100%;
}

.top_spec_image img {
	max-width: 100%;
	height: auto;
}

.main .production h2 {
	margin-bottom: 40px;
}

.product-slider {
	min-height: 170px;
}

.product-slider .slick-list {
	overflow: visible;
}

.item-colored .link-0 {
	color: rgba(228, 64, 0, 0.9) !important;
}

.item-colored::before {
	filter: grayscale(0%);
	/*	transform: rotate(0deg); */
}
