.filter {
	display: none;
}

.filter {
	display: none;
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-display: block
}

html:lang(ru) .-ru {
	--size: 22px;
	width: 130px;
	gap: 8px
}

@media screen and (min-width: 1280px)and (max-width: 1500px) {
	html:lang(ru) .-ru {
		display: none
	}
}

@media screen and (min-width: 800px)and (max-width: 1279px) {
	html:lang(ru) .-ru {
		width: 100%
	}
}

@media screen and (max-width: 799px) {
	html:lang(ru) .-ru {
		width: 100%
	}
}

html:lang(ru) .-ru .icon {
	width: var(--size);
	height: var(--size)
}

html:lang(ja) .-rt {
	width: 387px;
	gap: 8px
}

@media screen and (min-width: 1280px)and (max-width: 1500px) {
	html:lang(ja) .-rt {
		display: none
	}
}

@media screen and (min-width: 800px)and (max-width: 1279px) {
	html:lang(ja) .-rt {
		width: 100%
	}
}

@media screen and (max-width: 799px) {
	html:lang(ja) .-rt {
		width: 100%
	}
}

html:lang(ja) .-rt .icon {
	--size: 22px;
	width: var(--size);
	height: var(--size)
}

@media screen and (max-width: 1279px) {
	html:lang(ja) .-rt span {
		font-size: 68%;
		display: inline-block;
		vertical-align: top;
		margin-top: -2px
	}
}

.h-logo {
	width: 161px;
	height: 24px
}

@media screen and (max-width: 359px) {
	.h-logo {
		width: 126px
	}
}

.h-inner-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px
}

.h-inner-logo__rt {
	width: 24px;
	height: 23px
}

.h-inner-logo__wa {
	width: 23px;
	height: 23px
}

.h-inner-logo__sg {
	width: 23px;
	height: 23px
}

.h-inner-logo__la {
	width: 23px;
	height: 22px
}

.h-inner-logo__text {
	font-size: 17px;
	line-height: 23px;
	color: #1f2530
}

.h-inner-logo__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 17px 0 0 53px
}

@media screen and (min-width: 800px)and (max-width: 1279px) {
	.h-inner-logo__link {
		padding: 0 0 0 33px
	}
}

@media screen and (max-width: 799px) {
	.h-inner-logo__link {
		padding: 0 0 0 33px
	}
}

.h-inner-logo__link:hover,
.h-inner-logo__link:focus {
	color: #1f2530
}

.h-inner-icon {
	width: 24px;
	height: 24px
}

@media screen and (max-width: 799px) {
	.h-lang-mobile {
		width: 18px;
		height: 18px
	}
}

.top-menu {
	display: flex;
	padding: 20px 48px;
	line-height: 1;
	position: relative;
	z-index: 210;
	align-items: center
}

.top-menu a {
	text-decoration: none
}

@media screen and (max-width: 1279px) {
	.top-menu {
		padding: 10px 26px;
		display: flex;
		align-items: center;
		align-content: center
	}
}

@media screen and (max-width: 799px) {
	.top-menu {
		padding: 20px;
		display: flex;
		align-items: center;
		align-content: center
	}
}

.top-menu__outer-container {
	display: flex;
	flex: 1
}

@media screen and (max-width: 1279px) {
	.top-menu__outer-container {
		order: 3;
		display: block;
		z-index: 10
	}
}

@media screen and (max-width: 799px) {
	.top-menu__logo {
		width: 153px;
		height: 22px
	}
}

.top-menu__logo-link {
	display: flex;
	margin-right: 100px;
	margin-top: 0;
	width: 161px;
	height: 30px;
	align-items: center
}

@media screen and (max-width: 1279px) {
	.top-menu__logo-link {
		z-index: 10;
		position: relative;
		margin-right: 0;
		align-items: center
	}
}

@media screen and (max-width: 799px) {
	.top-menu__logo-link {
		width: 155px;
		height: 30px;
		display: flex
	}
}

.top-menu__blur {
	display: none;
	background: rgba(20, 37, 69, .18);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	width: 100%;
	height: calc(100vh + 100px);
	position: fixed;
	top: 0;
	left: 0
}

@media screen and (max-width: 1279px) {
	.top-menu__blur_active {
		display: block
	}
}

@media screen and (max-width: 1279px) {
	.top-menu__inner {
		display: none;
		position: absolute;
		top: 85px;
		right: 20px;
		background: #fff;
		border-radius: 5px;
		width: 318px;
		padding: 20px
	}
}

@media screen and (max-width: 1279px) {
	.top-menu__inner_opened {
		display: block;
		height: 565px;
		overflow: hidden;
		overflow-y: auto
	}
}

@media screen and (max-width: 799px) {
	.top-menu__inner_opened {
		max-height: calc(100vh - 85px);
		height: auto;
		width: auto;
		left: 0;
		top: 70px;
		margin: 0 20px;
		right: 0
	}
}

.top-menu__menu {
	display: flex;
	gap: 36px;
	grid-gap: 36px
}

@media screen and (max-width: 1279px) {
	.top-menu__menu {
		display: block
	}
}

.top-menu__menu__item {
	flex: none
}

@media screen and (max-width: 1279px) {
	.top-menu__menu__item {
		color: #1f2530;
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.03em;
		margin-bottom: 35px;
		display: block
	}
}

@media screen and (max-width: 1279px) {
	.top-menu__menu a.top-menu__item {
		color: #1f2530;
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.03em;
		margin-bottom: 35px;
		display: block
	}
}

.top-menu__item {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center
}

.top-menu__item::before {
	border-radius: 1px 1px 0px 0px;
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.top-menu__item:hover::before {
	width: 100%
}

.top-menu__lang-menu {
	font-size: 14px;
	flex: none;
	margin-left: 30px;
	height: 40px;
	display: flex;
	justify-content: center
}

@media screen and (min-width: 800px) {
	.top-menu__lang-menu {
		position: relative
	}
}

@media screen and (max-width: 1279px) {
	.top-menu__lang-menu {
		margin-left: 30px
	}
}

@media screen and (max-width: 799px) {
	.top-menu__lang-menu {
		margin-top: 0;
		font-size: 18px;
		line-height: 21px;
		z-index: 20;
		width: 18px;
		height: 18px;
		margin-left: 0
	}
}

.top-menu__lang-menu:hover .top-menu__lang-current::after {
	opacity: 1
}

.top-menu__lang-menu:hover .top-menu__hidden-list {
	display: block
}

@media screen and (max-width: 799px) {
	.top-menu__lang-menu:hover .top-menu__hidden-list {
		display: none
	}
}

@media screen and (max-width: 799px) {
	.top-menu__lang-menu:hover .top-menu__hidden-list_opened {
		display: block
	}
}

.top-menu__lang-menu .top-dropdown__arrow {
	margin: 0 0 0 5px
}

.top-menu__lang-current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer
}

@media screen and (max-width: 799px) {
	.top-menu__lang-current {
		display: none
	}
}

.top-menu__lang-mobile {
	display: none
}

@media screen and (max-width: 799px) {
	.top-menu__lang-mobile {
		display: flex;
		width: 18px;
		height: 18px;
		margin-top: 0;
		cursor: pointer;
		order: 2;
		flex: none;
		justify-content: center
	}
}

.top-menu__hidden-list {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	border: 1px solid rgba(255, 255, 255, .25);
	box-shadow: 0px 20px 24px rgba(0, 15, 50, .12), 0px 2px 12px rgba(0, 15, 50, .08);
	border-radius: 5px
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list {
		left: 0;
		transform: none;
		border: none;
		box-shadow: none;
		padding: 20px 0;
		width: auto;
		margin: 0 20px;
		right: 0;
		top: 70px
	}
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list_opened {
		display: block
	}
}

.top-menu__hidden-list li {
	margin-bottom: 0
}

.top-menu__hidden-list li.top-menu__lang-item_active {
	padding: 7px 12px;
	background: rgba(144, 177, 214, .24)
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list li.top-menu__lang-item_active {
		padding: 7px 20px;
		background: rgba(144, 177, 214, .06)
	}
}

.top-menu__hidden-list li.top-menu__lang-item_active:hover {
	background: rgba(144, 177, 214, .24)
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list li.top-menu__lang-item_active:hover {
		background: rgba(144, 177, 214, .06)
	}
}

.top-menu__hidden-list a {
	padding: 7px 12px;
	display: block;
	line-height: 1
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list a {
		padding: 7px 20px
	}
}

.top-menu__hidden-list a:hover {
	background: rgba(144, 177, 214, .12)
}

@media screen and (max-width: 799px) {
	.top-menu__hidden-list a:hover {
		background: #f0f6ff
	}
}

.top-menu__search {
	margin-top: 4px
}

.top-menu__search_mobile.top-menu__search-icon {
	display: none
}

@media screen and (max-width: 799px) {
	.top-menu__search_mobile.top-menu__search-icon {
		display: block;
		margin-left: 20px;
		z-index: 10;
		position: relative
	}
}

.top-menu__search_desktop {
	height: 37px;
	width: 16px
}

@media screen and (max-width: 1279px) {
	.top-menu__search_desktop {
		z-index: 10;
		position: relative;
		margin-right: 0;
		height: 30px;
		width: 16px;
		margin-top: 0
	}
}

.top-menu__search_desktop_width-auto {
	width: auto
}

@media screen and (max-width: 1279px) {
	.top-menu__search_desktop_width-auto {
		width: auto
	}
}

@media screen and (max-width: 799px) {
	.top-menu__search_desktop {
		display: none
	}
}

@media screen and (min-width: 800px) {
	.top-menu__search form {
		display: flex;
		align-items: center;
		position: relative;
		height: 30px
	}
}

.top-menu__search-icon {
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	margin-top: 3px
}

.top-menu__search-icon_active {
	margin-top: 0
}

@media screen and (max-width: 1279px) {
	.top-menu__search-icon_active {
		margin-top: 0
	}
}

.top-menu__search-icon_active,
.top-menu__search-icon:hover {
	fill: #47b8ff
}

@media screen and (max-width: 1279px) {
	.top-menu__search-icon {
		margin-top: 1px;
		flex: none
	}
}

@media screen and (max-width: 799px) {
	.top-menu__search-icon {
		width: 18px;
		height: 18px;
		margin-top: 0
	}
}

.top-menu__search-field {
	border-radius: 5px;
	padding: 0;
	width: 0;
	height: 30px;
	background: rgba(0, 0, 0, 0);
	border: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.03em;
	box-shadow: none;
	outline: none;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.top-menu__search-field_active {
	padding-left: 16px;
	margin-left: 13px;
	width: 285px
}

.top-menu__search-field_active_with-text {
	border: 1px solid #47b8ff;
	padding-right: 32px
}

@media screen and (max-width: 1279px) {
	.top-menu__search-field_active {
		width: 240px
	}
}

@media screen and (max-width: 799px) {
	.top-menu__search-field {
		display: none
	}
}

.top-menu__search-field:focus {
	border: 3px solid #47b8ff
}

.top-menu__close-icon {
	display: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	right: 10px
}

.top-menu__download {
	margin-left: 30px
}

@media screen and (max-width: 1279px) {
	.top-menu__download {
		z-index: 10;
		position: relative
	}
}

.top-menu__flex-block {
	flex: 1;
	flex-basis: 100%
}

.top-menu__form-mobile {
	margin-top: 60px
}

.top-menu__form-mobile #downloadform-email {
	width: 100%;
	height: 50px;
	padding-left: 18px;
	margin-bottom: 0
}

.top-menu__form-mobile form .has-error .help-block {
	font-size: 12px;
	line-height: 1;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: left
}

.top-menu__form-mobile .form-group_styled {
	height: 65px
}

.top-menu__form-mobile #get-product-index-inline-form-submit {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	width: 100%;
	height: 50px
}

.top-menu__form-mobile .has-error .help-block {
	font-size: 14px;
	line-height: 1.5;
	color: #fd583c;
	margin-top: -15px;
	margin-bottom: 5px;
	display: block
}

.top-menu__form-mobile .has-error .form-control {
	background: #ffe7e8;
	border: 1px solid rgba(255, 0, 0, .6)
}

.top-menu__form-mobile .form-control {
	color: #242a36;
	background: #fff;
	border: 1px solid rgba(1, 4, 55, .2);
	outline: none;
	box-shadow: none;
	border-radius: 5px;
	font-size: 16px
}

.top-menu__form-mobile .form-control::placeholder {
	color: #838388
}

.top-menu__form-mobile .form-control:focus {
	background: #fff;
	border: 1px solid #7cc8ff;
	box-shadow: inset 0px 0px 0px 2px #7cc8ff
}

.top-menu__form-mobile .form-control:not(:focus):not(:placeholder-shown):valid,
.top-menu__form-mobile .form-control:active {
	background: #fff;
	border: 1px solid #0094ff
}

@media screen and (min-width: 1280px) {
	.top-menu__form-mobile {
		display: none
	}
}

html:not([lang=en]) .-ru .icon,
html:not([lang=en]) .-rt .icon {
	--size: 22px;
	width: var(--size);
	height: var(--size)
}

html:not([lang=en]) .-rt,
html:not([lang=en]) .-ru {
	gap: 8px
}

@media screen and (max-width: 1279px) {
	html:not([lang=en]) .top-menu__form-mobile .form-group_styled {
		min-height: 65px;
		height: auto
	}
}

.top-dropdown {
	position: relative;
	cursor: pointer;
	flex: none
}

@media screen and (max-width: 1279px) {
	.top-dropdown {
		color: #1f2530;
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.03em;
		margin-bottom: 35px;
		margin-right: 0;
		padding-right: 0;
		display: flex;
		flex-direction: column-reverse
	}
}

.top-dropdown__arrow {
	position: relative;
	width: 6px;
	height: 5px;
	display: inline-block;
	vertical-align: top
}

@media screen and (min-width: 1280px) {
	.top-dropdown__arrow {
		opacity: .7
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__arrow_mobile {
		display: none
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__arrow_mobile {
		width: 9px;
		height: 12px;
		right: 0;
		position: absolute;
		stroke: rgba(20, 37, 69, .48);
		fill: none;
		top: 50%;
		transform: translate(0, -50%)
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown .top-dropdown__arrow {
		display: none
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown_active-desktop .top-dropdown__arrow {
		opacity: 1
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown_active .top-dropdown__arrow {
		opacity: .7;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.top-dropdown::before {
	bottom: -2px
}

.top-dropdown__inner {
	position: relative;
	height: 30px;
	display: flex;
	align-items: center;
	gap: 8px
}

.top-dropdown__inner::before {
	border-radius: 1px 1px 0px 0px;
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.top-dropdown__inner:hover::before {
	width: 100%
}

@media screen and (max-width: 1279px) {
	.top-dropdown__inner_active {
		color: rgba(20, 37, 69, .6)
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__inner_active .top-dropdown__arrow_mobile {
		transform: translate(0, -50%) rotate(90deg)
	}
}

.top-dropdown__inner-content {
	background: #fff;
	line-height: 1.4
}

@media screen and (min-width: 1280px) {
	.top-dropdown__inner-content {
		box-shadow: 0px 10px 24px rgba(0, 15, 50, .1), 0px 2px 12px rgba(0, 15, 50, .08);
		border-radius: 5px;
		font-size: 16px;
		color: rgba(20, 37, 69, .6)
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__inner-content {
		padding-top: 30px;
		font-weight: 400
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__inner-content_xs {
		padding: 32px 32px 34px 29px
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__inner-content_sm {
		padding: 18px 15px 18px
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__inner-content_lg {
		padding: 34px 32px 32px 27px
	}
}

.top-dropdown__inner-content:hover+.top-dropdown__inner::before {
	width: 100%
}

.top-dropdown__content {
	display: none
}

@media screen and (min-width: 1280px) {
	.top-dropdown__content {
		top: 30px;
		left: 0;
		padding-top: 6px;
		position: absolute
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown:hover .top-dropdown__arrow {
		opacity: 1
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown:hover .top-dropdown__content {
		display: block
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown:hover .top-dropdown__inner::before {
		width: 100%
	}
}

.top-dropdown__item {
	cursor: pointer;
	display: block
}

.top-dropdown__item_lg {
	position: relative
}

@media screen and (max-width: 1279px) {
	.top-dropdown__item_lg {
		margin-bottom: 30px
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__item_lg:last-child {
		margin-bottom: 0
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__item_lg {
		width: 380px;
		padding: 17px 34px 13px 20px;
		border-radius: 5px
	}
}

.top-dropdown__item_sm {
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
	color: rgba(20, 37, 69, .6);
	border-radius: 2px;
	display: block
}

@media screen and (min-width: 1280px) {
	.top-dropdown__item_sm {
		padding: 1px 6px;
		display: table;
		margin-bottom: 8px
	}
}

.top-dropdown__item_sm:hover {
	color: #495365
}

@media screen and (min-width: 1280px) {
	.top-dropdown__item_sm:last-child {
		margin-bottom: 0
	}
}

.top-dropdown__item:hover {
	background: #dff0ff
}

.top-dropdown__item:hover .top-dropdown__text {
	color: #495365
}

.top-dropdown__item_new {
	display: flex;
	align-items: center
}

.top-dropdown__item_new .new-icon {
	width: 40px;
	height: 20px;
	margin-left: 7px;
	flex: none
}

.top-dropdown__logo {
	margin-bottom: 10px;
	display: block
}

.top-dropdown__logo_inner {
	margin-right: 7px
}

@media screen and (min-width: 1280px) {
	.top-dropdown__logo_inner {
		margin-left: 8px
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__logo_inner {
		margin-left: 0
	}
}

.top-dropdown__text {
	color: rgba(20, 37, 69, .6);
	font-size: 14px;
	line-height: 1.4;
	display: block
}

.top-dropdown__section {
	position: relative
}

@media screen and (min-width: 1280px) {
	.top-dropdown__section {
		display: flex;
		padding-bottom: 25px;
		padding-top: 25px
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__section {
		margin-bottom: 30px
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__section::after {
		content: "";
		width: 420px;
		height: 1px;
		background: rgba(20, 37, 69, .24);
		display: block;
		position: absolute;
		left: 8px;
		bottom: 0
	}
}

.top-dropdown__section:last-child {
	padding-bottom: 0;
	border-bottom: none
}

@media screen and (max-width: 1279px) {
	.top-dropdown__section:last-child {
		margin-bottom: 0
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__section:last-child::after {
		display: none
	}
}

.top-dropdown__section:first-child {
	padding-top: 0
}

.top-dropdown__block {
	flex: none
}

@media screen and (min-width: 1280px) {
	.top-dropdown__block {
		width: 230px
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__block {
		margin-bottom: 30px
	}
}

@media screen and (max-width: 1279px) {
	.top-dropdown__block:last-child {
		margin-bottom: 0
	}
}

.top-dropdown__block_sm {
	margin-bottom: 40px;
	width: 240px
}

.top-dropdown__block_sm:last-child {
	margin-bottom: 0
}

.top-dropdown__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #1f2530;
	margin-bottom: 20px
}

.top-dropdown__title:has(.h-inner-icon) {
	margin-left: 8px
}

@media screen and (max-width: 1279px) {
	.top-dropdown__title:has(.h-inner-icon) {
		margin-left: 0
	}
}

@media screen and (min-width: 1280px) {
	.top-dropdown__title_indent {
		padding-left: 8px
	}
}

.top-menu-box {
	display: none;
	flex: none
}

@media screen and (max-width: 1279px) {
	.top-menu-box {
		display: block;
		cursor: pointer;
		position: relative;
		width: 18px;
		height: 12px;
		z-index: 200;
		order: 3
	}
}

@media screen and (max-width: 799px) {
	.top-menu-box {
		margin-left: 20px
	}
}

@media screen and (min-width: 800px)and (max-width: 1279px) {
	.top-menu-box {
		margin-left: 30px
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box__inner {
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 3px;
		left: 0;
		top: 50%;
		transform: translate(0, -50%)
	}
}

@media screen and (max-width: 1279px) {

	.top-menu-box::before,
	.top-menu-box::after {
		position: absolute;
		height: 2px;
		width: 100%;
		content: "";
		left: 0;
		border-radius: 3px;
		transition: 200ms
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box::before {
		top: 0
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box::after {
		bottom: 0
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box_opened {
		width: 20px;
		height: 20px;
		margin-left: 28px
	}
}

@media screen and (max-width: 799px) {
	.top-menu-box_opened {
		margin-left: 18px
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box_opened .top-menu-box__inner {
		display: none
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box_opened::before {
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		top: 50%;
		width: 20px
	}
}

@media screen and (max-width: 1279px) {
	.top-menu-box_opened::after {
		-ms-transform: rotate(-45deg) translateY(50%);
		transform: rotate(-45deg) translateY(50%);
		bottom: 50%;
		width: 20px
	}
}

/*# sourceMappingURL=_top-menu.min.css.map */