.u-header {
	height: auto;
	min-height: 130px;
	padding-bottom: 0;
	background-color: #ffffff;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 990;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.header a,
#allrecords .header a {
	text-decoration: none;
	color: #141414;
}

.header__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 8px 40px;
	box-sizing: border-box;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #141414;
	border-bottom: 1px solid #ececec;
}

.header__topbar-right {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header__topbar-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header__topbar-icon {
	display: flex;
	flex-shrink: 0;
	overflow: visible;
	color: #141414;
}

.header__topbar-phone a {
	color: #141414;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.header__main {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 12px 40px;
	box-sizing: border-box;
}

.header__logo {
	flex: 0 0 auto;
}

.header__logo img {
	display: block;
	max-height: 48px;
	width: auto;
}

.header__phone-mobile {
	display: none;
}

.header__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.header__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__menu>.t228__list_item>a,
.header__menu>.t228__list_item>.header__menu-item>a {
	display: block;
	color: #141414;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 6px 10px;
}

.header__menu-item {
	display: contents;
}

.header__search {
	padding: 0 0 12px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.header .search {
	width: 100%;
	margin: 0;
}

.header .search-form {
	width: 100%;
}

.button-callback {
	flex: 0 0 auto;
}

.button-callback .order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 32px;
	padding: 10px 20px;
	border-radius: 30px;
	background-color: #ffd706;
	white-space: nowrap;
	color: #141414;
}

.button-callback__icon {
	display: none;
}

.button-callback__icon svg {
	display: block;
}

.burger {
	display: none;
	position: relative;
	width: 28px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
}

.burger span,
.burger:before,
.burger:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #141414;
}

.burger span {
	top: 9px;
}

.burger:before {
	top: 0;
}

.burger:after {
	bottom: 0;
}

.plus-wrap {
	display: none;
	width: 22px;
	height: 22px;
	margin: 0 auto 6px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}

.plus-wrap .plus,
.plus-wrap .plus:before {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #141414;
}

.plus-wrap .plus {
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
}

.plus-wrap .plus:before {
	content: "";
	width: 2px;
	height: 14px;
	margin: -7px 0 0 -1px;
}

.plus-wrap.active .plus:before {
	display: none;
}

.top-block {
	padding-top: 24px;
}

@media (min-width: 981px) {
	.header__nav {
		display: block !important;
	}

	.burger {
		display: none;
	}
}

@media (min-width: 1201px) {
	.col-xs-12 {
		padding-right: 0 !important;
	}
}

@media (max-width: 1300px) {

	.header__topbar,
	.header__main {
		padding-left: 24px;
		padding-right: 24px;
	}

	.header__search {
		padding-left: 24px;
		padding-right: 24px;
	}

	.search-btn {
		width: 75px;
	}
}

@media (max-width: 1199px) {
	.t333__wrapper {
		margin-top: 20px;
	}
}

@media (max-width: 980px) {
	.u-header {
		height: auto;
		min-height: 100px;
	}

	.header {
		position: fixed;
	}

	.header__topbar {
		display: none;
	}

	.header__phone-mobile {
		display: flex;
		order: 2;
		flex: 1 1 auto;
		align-items: center;
		justify-content: center;
		gap: 6px;
		min-width: 0;
	}

	.header__phone-mobile a {
		color: #141414;
		font-size: 16px;
		font-weight: 700;
		white-space: nowrap;
	}

	.header__main {
		flex-wrap: wrap;
		gap: 12px;
		padding: 12px 20px;
	}

	.header__logo {
		order: 1;
	}

	.header__nav {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
		flex: none;
		width: 100%;
		max-height: calc(100vh - var(--header-h, 0px));
		margin: 0;
		padding: 12px 20px 24px;
		box-sizing: border-box;
		background: #ffffff;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.header__menu {
		flex-direction: column;
		align-items: stretch;
	}

	.header__menu>.t228__list_item {
		display: block;
		text-align: left;
		padding: 0;
		white-space: normal;
	}

	.header__menu-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}

	.header__menu>.t228__list_item>a,
	.header__menu>.t228__list_item>.header__menu-item>a,
	.header__menu .header__menu-item>a {
		flex: 1 1 auto;
		min-width: 0;
		padding: 12px 0;
		text-align: left;
	}

	.header__menu li.has-sub {
		display: block;
	}

	.header__menu li.has-sub>.plus-wrap,
	.header__menu .header__menu-item>.plus-wrap {
		order: 2;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		margin: 0;
	}

	.header__nav .sub-menu,
	.header__nav .t228__list_item ul.sub-menu,
	.header__nav .t228__list_item ul.sub-menu.show,
	.header__nav li.has-sub>ul,
	#allrecords .header__nav .sub-menu,
	#allrecords .header__nav .t228__list_item ul.sub-menu.show,
	#allrecords .header__nav .sub-menu.show li ul,
	#allrecords .header__nav ul {
		position: static !important;
		top: auto;
		left: auto;
		display: none;
		width: 100%;
		margin: 0 !important;
		padding: 0 0 0 14px !important;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-sizing: border-box;
		list-style: none;
	}

	.header__nav .header__menu,
	#allrecords .header__nav .header__menu {
		display: flex;
		padding: 0 !important;
	}

	.header__nav li.has-sub.is-open>ul,
	.header__nav li.has-sub>ul.show,
	#allrecords .header__nav li.has-sub.is-open>ul,
	#allrecords .header__nav li.has-sub>ul.show,
	#allrecords .header__nav .t228__list_item ul.sub-menu.show {
		display: block;
	}

	#allrecords .header__nav .sub-menu.show li:hover>ul {
		display: none;
	}

	#allrecords .header__nav li.has-sub.is-open>ul,
	#allrecords .header__nav li.has-sub>ul.show {
		display: block !important;
	}

	.header__nav .sub-menu li,
	.header__nav .t228__list_item ul.sub-menu.show li,
	.header__nav li.has-sub>ul li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
	}

	.header__nav .sub-menu li:hover,
	.header__nav .t228__list_item ul.sub-menu.show li:hover {
		background: none;
	}

	.header__nav .sub-menu li a,
	.header__nav .t228__list_item ul.sub-menu.show li a,
	.header__nav li.has-sub>ul li a {
		display: block;
		padding: 10px 0;
		color: #141414 !important;
		font-size: 15px;
		font-weight: 400;
		text-align: left;
	}

	.header__search {
		padding: 0 20px 12px;
	}

	.button-callback .order-btn {
		width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 0;
		border-radius: 50%;
	}

	.button-callback__text {
		display: none;
	}

	.button-callback__icon {
		display: block;
	}

	.button-callback {
		order: 3;
	}

	.burger {
		display: block;
		order: 4;
	}

	.plus-wrap {
		display: block;
	}

	.nav-chain {
		padding-left: 15px;
	}

	.top-block {
		padding-top: 20px;
	}

	body.header-menu-open {
		overflow: hidden;
	}

	body.header-menu-open .header__nav {
		display: block;
	}
}

@media (max-width: 960px) {

	.filter,
	.products-filter {
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	.header__logo {
		max-width: 30%;
		width: 100%;
	}

	.header__logo img {
		width: 100%;
	}

	.prod-desc a+div {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.unix-icon-block {
		flex-direction: column;
		align-items: center;
	}

	.unix-icon-block img {
		position: unset !important;
	}

	.t075__title.t-name {
		text-align: center;
	}

	.detail-big-banner .t-valign_middle,
	.detail-big-banner .t-cover__filter,
	.detail-big-banner .t-cover__carrier,
	.detail-big-banner {
		height: 450px;
	}
}

@media (max-width: 400px) {
	.section-description-content img {
		width: 100%;
	}

	.prod {
		flex-direction: column;
	}

	.prod .prod-desc {
		width: 100%;
	}
}

.form-aux {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 379px) {
	.header__phone-mobile {
		flex: 1;
		gap: 3px;
		width: fit-content;
	}
	.header__logo {
		max-width: 23%;
	}


}