@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/HalvarBreit-Lt.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/HalvarBreit-Rg.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/HalvarBreit-Md.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/HalvarBreit-Bd.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/HalvarBreit-XBd.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Halvar Breitschrift";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/HalvarBreit-Blk.woff2") format("woff2");
	font-display: swap;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: 800;
}
h2 {
font-weight: 800;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@keyframes preloader {
	0% {
		width: 0;
	}
	100% {
		width: 102%;
	}
}
@keyframes homeSlider {
	0% {
		transform: translateY(100vh);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes header {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes progress {
	0% {
		stroke-dasharray: 0 197;
	}
	100% {
		stroke-dasharray: 197 197;
	}
}
@keyframes backInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 1;
	}
}
:root {
	--red: #ff0000;
	--ice-blue: #1ebef0;
	--azure-blue: #1e64b4;
	--deep-green: #00461e;
	--yellow: #ffd20a;
	--orange: #f58714;
	--purple: #a52d91;
	--light-mallow: #e3d4ff;
	--container-padding: 30px;
	--calc-width: calc((100% - 1835px) / 2);
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	font-size: 16px;
	height: 100%;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
svg {
	max-width: 100%;
	height: auto;
}
:is(h1, h2, h3, h4, h5) {
	margin: 0 0 20px 0;
}
mark {
	background-color: var(--yellow);
	color: #131313;
}
p {
	margin: 0;
}
.title {
	text-transform: uppercase;
	color: #000;
	margin: 0 0 24px 0;
}
.title--large {
	font-size: clamp(40px, 5vw, 80px);
	line-height: clamp(41px, 5vw, 84px);
	font-weight: 800;
}
.title--primary {
	font-size: 40px;
	line-height: 52px;
	font-weight: 500;
	margin-bottom: clamp(32px, 4vw, 48px);
}
.title--center {
	text-align: center;
	margin-bottom: 100px;
}
.title--products {
	margin-bottom: 40px;
}
.page__preloader {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	place-content: center;
	transition: opacity 0.3s linear;
}
.page__preloader-logo {
	width: clamp(200px, 27vw, 491px);
}
.page__preloader-mask {
	will-change: width;
	transition: 0.3s linear;
}
.container {
	max-width: 1550px;
	padding: 0 var(--container-padding);
	margin: auto;
}
.unstyled-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page,
.page__body {
	height: 100%;
}
.page__body {
	margin: 0 auto;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: normal;
	font-family: "Halvar Breitschrift", Arial, Helvetica, sans-serif;
	height: 100%;
	overflow-x: hidden;
}
.page__body--error {
	background-color: #000;
	color: #fff;
}
.sr-only:not(:focus):not(:active) {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.sr-only-input {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.skip-link {
	position: absolute;
	top: 50%;
	left: 50%;
	background: black;
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: 600;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	-webkit-box-shadow: 0px 0px 0px 100vw #0000009e;
	box-shadow: 0px 0px 0px 100vw #0000009e;
}
.skip-link:hover,
.skip-link:focus {
	opacity: 1;
}
a {
	text-decoration: none;
	color: inherit;
	font: inherit;
	transition: opacity 0.3s linear;
}
a:focus-visible,
a:hover {
	opacity: 0.6;
}
.btn {
	--color: #fff;
	appearance: none;
	cursor: pointer;
	border: none;
	background-color: transparent;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 32px;
	font-size: 16px;
	line-height: 24px;
	transition: color 0.3s linear;
	position: relative;
	outline: none;
	color: var(--color);
}
.btn__bg {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 2px var(--color);
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn__bg::before,
.btn__bg::after {
	content: "";
	position: absolute;
	background: var(--color);
}
.btn__bg::before {
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btn__bg::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.btn:hover .btn__bg,
.btn:focus-visible .btn__bg {
	transform: scale3d(1.2, 1.2, 1);
}
.btn:hover .btn__bg::before,
.btn:focus-visible .btn__bg::before {
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btn:hover .btn__bg:after,
.btn:focus-visible .btn__bg:after {
	opacity: 1;
	transition-duration: 0.01s;
	transition-delay: 0.3s;
}
.btn span,
.btn svg {
	position: relative;
	z-index: 1;
	color: var(--color);
}
.btn:hover,
.btn:focus-visible {
	opacity: 1;
}
.btn:hover svg,
.btn:hover span,
.btn:focus-visible svg,
.btn:focus-visible span {
	filter: invert(1);
}
.btn--black {
	--color: #000;
}
.btn--no-scale:hover .btn__bg,
.btn--no-scale:focus-visible .btn__bg {
	transform: unset;
}
.social-links {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}
.social-links li {
	line-height: 0;
	width: 100%;
	text-align: right;
}

.social-links li span {
font-weight: 700;
}

.social-links li:nth-child(2) {
margin-top: 0.6rem;
}

.social-links li:nth-child(2) span {
font-size: 16px;
font-weight: 400;
}

.social-links li:nth-child(3) {
	display: none;
}

.header-dt-menu-item__icon {
width: .7rem;
height: 0.5rem;
stroke:#fff;
margin-left: 0.5rem;
}

.social-links__link {
	display: block;
	outline-offset: 5px;
	width: 100%;
}

.social-links__link svg {
display: none;
}

.header {
	padding: 28px calc((100% - 1835px) / 2);
	background-color: transparent;
	color: #fff;
	font-size: 24px;
	line-height: normal;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	transition: padding 0.3s;
}
.header__menu {
	padding: 0 var(--container-padding);
}
.header__menu-wrap {
	display: grid;
	transition: transform 0.4s ease, visibility 0.3s ease;
	transform: translate(-100%);
	visibility: hidden;
	align-content: space-between;
	row-gap: 50px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	max-width: 488px;
	width: 100%;
	padding: 110px 48px 58px var(--calc-width);
	background-color: var(--light-mallow);
	z-index: 10;
	color: #000;
}
.header__list {
	margin-left: var(--container-padding);
}
.header__list-contentinfo {
	font-size: 16px;
	line-height: 24px;
	display: grid;
	row-gap: 8px;
}
.header__list-contentinfo a:focus-visible,
.header__list-contentinfo a:hover {
	color: rgba(0, 0, 0, 0.5);
}
.header__logo {
	color: inherit;
	margin-left: 0px;
}

.logo__descr {
max-width: 170px;
font-size: 12px;
}

.header--default {
	color: #000;
}
.header--default .header__logo {
	color: var(--red);
}
.header--static {
	color: #000;
	position: static;
}
.header--static .header__logo {
	color: var(--red);
}
.header--white {
	background-color: #fff;
	color: #000;
}
.header--white .header__logo {
	color: var(--red);
}
.header--sticky {
	position: fixed;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	animation: header;
	animation-duration: 0.4s;
	font-size: 18px;
}
.header--sticky .header__logo {
	color: var(--red);
}
.header--sticky .logo__icon {
	width: 113px;
	height: 28px;
}

.header__social-links {
max-width: 240px;
}

.header--sticky .header__social-links svg {
	width: 20px;
	height: 20px;
}
.header__social-links--mobile {
	display: none;
	justify-content: space-around;
	opacity: 0;
}
.link-animate {
	opacity: 0;
	display: block;
}

.header-dt-menu {
display: flex;
flex-wrap: wrap;
}

.header-dt-menu-item {
list-style: none;
margin-right: 20px;
position: relative;
padding-bottom: 10px;
padding-top: 10px;
text-transform: uppercase;
font-weight: 700;
}

.header-dt-menu-item a {
font-size: 16px;
}

.header-dt-menu-item ul {
position: absolute;
background: #fff;
top:45px;
padding: 20px 30px 0 30px;
margin-left: -30px;
opacity: 0;
z-index: -1;
display: none;
}

.header-dt-menu-item ul a {
color: #111;
margin-bottom: 20px;
display: block;
}

.header-dt-menu-item:hover ul {
opacity: 1;
z-index: 2;
display: block;
}

.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	max-width: 1600px;
	margin: 0 auto;
}
.menu__button {
	background-color: transparent;
	border: none;
	font: inherit;
	color: currentColor;
	text-transform: uppercase;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	line-height: normal;
	outline-offset: 10px;
	cursor: pointer;
	display: none;
}
.menu__button:hover .menu__icon::after,
.menu__button:focus-visible .menu__icon::after {
	width: 70%;
}
.menu__button--open {
	color: #000;
}
.menu__button--open .menu__icon {
	position: fixed;
}
.menu__button--open .menu__icon::before {
	transform: rotate(-45deg);
	top: 5px;
	width: 24px;
}
.menu__button--open .menu__icon::after {
	transform: rotate(45deg);
	bottom: 5px;
	width: 24px;
}
.menu__button--open:hover .menu__icon::after,
.menu__button--open:focus-visible .menu__icon::after {
	width: 24px;
}
.menu__button--open .menu__text {
	margin-left: 47px;
}
.menu__icon {
	display: block;
	position: relative;
	width: 32px;
	height: 12px;
	z-index: 11;
}
.menu__icon::before,
.menu__icon::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 2px;
	background-color: currentColor;
	left: 0;
	transition: transform 0.3s ease, width 0.3s ease;
}
.menu__icon:before {
	top: 0;
}
.menu__icon:after {
	bottom: 0;
}
.menu--open .header__menu-wrap {
	transform: translate(0);
	visibility: visible;
	box-shadow: 100vw 0 0 100vw rgba(0, 0, 0, 0.3);
}
.menu__list {
	display: grid;
	row-gap: 32px;
	text-transform: uppercase;
}
.menu__list--nested {
	position: absolute;
	background-color: #fff;
	max-width: 488px;
	width: 100%;
	padding: 40px clamp(30px, 4vw, 64px);
	left: calc(100% + 48px);
	z-index: 20;
	top: -100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.2s ease;
}
@media (min-width: 550px) {
	.menu__item--dropdown {
		position: relative;
	}
	.menu__item--dropdown:hover .menu__list--nested,
	.menu__item--dropdown:focus-within .menu__list--nested {
		opacity: 1;
		visibility: visible;
	}
	.menu__item--dropdown:hover .menu__link--separator,
	.menu__item--dropdown:focus-within .menu__link--separator {
		color: rgba(0, 0, 0, 0.5);
	}
}
.menu__link {
	display: block;
	font-size: 24px;
	line-height: 37px;
	font-weight: 500;
	outline-offset: 10px;
	transition: color 0.2s ease-in;
}
.menu__link:hover,
.menu__link:focus-visible,
.menu__link--current {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.menu__link--separator {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
	position: relative;
	cursor: context-menu;
	outline: none;
}
.menu__link--separator::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 48px;
	top: 0;
	bottom: 0;
}
.logo {
	flex-shrink: 0;
}

.main__banner {
position: relative;
}

.main__banner-title {
position: absolute;
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 100px;
bottom: calc(50% - 120px);
font-weight: 900;
width: 100%;
}

.main__section {
	background-color: #fff;
}
.main__section--cover-vh {
	min-height: 100vh;
	overflow-x: hidden;
}
.main__section--products {
	background-color: #f8f8f8;
}
.main__section--inache {
	background-color: var(--light-mallow);
	color: #fff;
	display: grid;
	place-items: center;
	justify-content: center;
	grid-template-rows: 1fr max-content;
	overflow: hidden;
}
.main__section--inache--small {
	display: none;
}
@media screen and (max-width: 1200px) {
	.main__section--inache--small {
		display: grid;
	}
}
.main__section--inache--big {
	display: none;
}
@media screen and (min-width: 1201px) {
	.main__section--inache--big {
		display: grid;
	}
}
.main__section--padding {
	padding: clamp(60px, 6vw, 110px) 0 clamp(70px, 6vw, 120px) 0;
}
.main__section--principles {
	margin-top: -2px;
	background-color: var(--light-mallow);
	padding: 50px 0 clamp(80px, 9vw, 156px) 0;
	row-gap: clamp(56px, 13vw, 128px);
	overflow: hidden;
	display: grid;
	grid-auto-rows: max-content 1fr;
	position: relative;
}
.main__container {
	max-width: 1550px;
	padding: 240px var(--container-padding) 128px;
	margin: auto;
}
.main__title {
	text-align: center;
	margin-bottom: clamp(64px, 6vw, 100px);
}
.main__title--articles {
	margin-bottom: clamp(40px, 4vw, 64px);
}
.home-slider {
	position: relative;
	color: #fff;
	height: 100vh;
	width: 100vw;
	background-color: var(--orange);
}
.home-slider__content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: start;
	padding: 0 var(--calc-width);
	margin: 0 var(--container-padding);
}
.home-slider__content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50vh;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: -1;
}
.home-slider__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: currentColor;
	max-width: 1200px;
	margin-bottom: 92px;
}
.home-slider__tagline {
	color: currentColor;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
	max-width: 600px;
	order: -1;
}
.home-slider__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}
.home-slider__more {
	margin-bottom: 70px;
	padding: clamp(10px, 4vw, 16px) clamp(20px, 4vw, 32px);
	font-size: 24px;
}
.home-slider__title,
.home-slider__tagline,
.home-slider__more {
	transform: translateY(100vh);
	opacity: 0;
}
.home-slider .swiper-slide-active .home-slider__title,
.home-slider .swiper-slide-active .home-slider__tagline,
.home-slider .swiper-slide-active .home-slider__more {
	animation: homeSlider 1.5s 0.5s forwards ease;
}
.home-slider__button {
	position: absolute;
	top: calc(50vh - 170px);
	cursor: pointer;
	transition: transform 0.3s linear;
	z-index: 10;
}
.home-slider__button--prev {
	left: var(--container-padding);
	padding-left: var(--calc-width);
}
.home-slider__button--prev:hover,
.home-slider__button--prev:focus-visible {
	transform: translateX(-24px);
}
.home-slider__button--next {
	right: var(--container-padding);
	padding-right: var(--calc-width);
}
.home-slider__button--next:hover,
.home-slider__button--next:focus-visible {
	transform: translateX(24px);
}
.home-slider .home-slider__pagination {
	position: absolute;
	z-index: 11;
	left: unset;
	right: var(--container-padding);
	bottom: -4px;
	padding-bottom: 70px;
	padding-right: var(--calc-width);
	width: auto;
	display: flex;
	gap: 23px;
}
.home-slider .home-slider__pagination-bullet {
	--size: 65px;
	all: unset;
	margin: 0 !important;
	position: relative;
	width: var(--size);
	height: var(--size);
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s ease-in-out, color 0.2s ease;
}
.home-slider .home-slider__pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background-color: #fff;
	color: #000;
}
.home-slider .home-slider__pagination-count {
	width: var(--size);
	height: var(--size);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	vertical-align: middle;
	line-height: var(--size);
	font-size: 24px;
}
.home-slider .home-slider__pagination-progressbar {
	transform: rotate(-90deg);
}
.home-slider .home-slider__pagination .swiper-pagination-bullet .progress {
	stroke-dasharray: 0 197;
}
.home-slider .swiper-pagination-bullet-active .progress {
	animation: progress 5.5s linear forwards;
}
.home-slider--touch .swiper-pagination-bullet-active {
	background-color: #fff;
	color: #000;
}
.home-slider--touch .swiper-pagination-bullet-active .progress {
	animation: none;
}
.home-slider--touch .swiper-wrapper {
	cursor: grabbing !important;
}
.inache {
	position: relative;
}
.inache-block {
	grid-column: 1/-1;
	grid-row: 1;
	width: 100vw;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inache-block--figure {
	background-color: var(--red);
	z-index: 0;
	padding: 53px;
}
.inache-block--content {
	display: grid;
	grid-template-rows: 1fr max-content;
	place-items: center;
	height: 100vh;
	background-color: var(--light-mallow);
	-webkit-clip-path: url(#maskTitle);
	clip-path: url(#maskTitle);
	z-index: 2;
	transition: 0.3s linear;
}
.inache-content {
	text-transform: uppercase;
	text-align: center;
	grid-column: 1/-1;
	grid-row: 1/-1;
	font-size: clamp(1rem, calc(0.6359rem + 1.5534vw), 2.5rem);
	line-height: clamp(30px, 3.5vw, 66px);
	font-weight: 800;
	width: 100vw;
	color: var(--red);
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	place-items: center;
}
.inache-content::before,
.inache-content::after {
	content: "";
	display: block;
	width: clamp(138px, 17vw, 324px);
	height: clamp(283px, 33vw, 666px);
	background-image: url(../images/icons/ornament.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.inache-content::after {
	transform: rotate(-180deg);
}
.inache-content__text {
	padding: 0 40px;
	max-width: 1616px;
	opacity: 0;
}
.maskSvg {
	position: absolute;
	top: 200%;
	bottom: 200%;
}
.marquee {
	color: var(--red);
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	bottom: 100%;
	height: clamp(66px, 6vw, 128px);
	display: flex;
	align-items: center;
}
.marquee--gap {
	margin-bottom: clamp(60px, 6vw, 128px);
}
.marquee__track {
	will-change: transform;
	white-space: nowrap;
	position: absolute;
}

.marquee__track span {
text-transform: uppercase;
}

.marquee__content {
	display: flex;
	font-weight: 500;
	align-items: center;
	gap: 48px;
	font-size: 40px;
	line-height: 52px;
	padding: 37px 0;
}
.marquee__content * {
	flex-shrink: 0;
}
.advantage {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10vw;
	margin-right: 10vw;
	justify-content: space-between;
	color: var(--red);
	max-width: 1600px;
	margin: 0 auto;
}
.advantage__item {
	width: calc(33% - 45px);
	max-width: 480px;
	margin-bottom: 70px;
}
.advantage__item:first-child {
	
}
.advantage__title {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.advantage__copy {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

#products {
padding-top: 90px;
padding-left:60px;
padding-right: 60px;
max-width: 1600px;
margin: 0 auto;
}

#products .title--products {
padding-bottom: 30px;
}

.products-block {
	max-width: 1411px;
	margin: auto;
}
.products-block + .products-block {
	margin-top: clamp(100px, 7vw, 128px);
}
.products {
	display: flex;
	gap: clamp(40px, 4vw, 64px) clamp(23px, 11vw, 200px);
	flex-wrap: wrap;
	justify-content: center;
}
.products--home {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	margin-left: 10vw;
	margin-right: 10vw;
}
.products--home .products__item:first-child {
	
}
.products--home .product {
	width: clamp(253px, 32vh, 336px);
	max-width: 100%;
}
.products--home .product__figure {
	margin: 0 0 clamp(28px, 5vh, 58px) 0;
	position: relative;
	height: clamp(400px, 57.5vh, 642px);
}
.products--home .product__figure::after {
	top: calc(100% - 9px);
	min-width: 205px;
}
.products--home .product__image {
	max-width: 192px;
}
.products--home .product__title {
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
}
.products__item {
	display: flex;
}
.product {
	position: relative;
	cursor: pointer;
	width: clamp(207px, 17vw, 312px);
}
.product__figure {
	margin: 0 0 32px 0;
	position: relative;
	align-self: end;
	height: 520px;
	display: flex;
	justify-content: center;
}
.product__figure:after {
	content: "";
	position: absolute;
	width: 88%;
	height: 20px;
	top: calc(100% - 12px);
	max-width: 325px;
	min-width: 145px;
	left: 50%;
	transform: translateX(-50%);
	background-image: radial-gradient(#000 10%, transparent 49%);
	filter: blur(3.5px);
	transition: opacity 0.3s ease-out;
}
.product__image {
	display: block;
	width: 100%;
	object-fit: contain;
	max-width: 170px;
	height: 100%;
	position: relative;
	z-index: 2;
	margin-top: auto;
	transition: transform 0.3s ease-out;
}
.product__image--ratio {
	width: unset;
	height: unset;
	min-height: 390px;
	max-height: 520px;
	min-width: 140px;
	max-width: 170px;
	aspect-ratio: auto 170/514;
}
.product__title {
	font-weight: 400;
	color: #000;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	transition: color 0.2s linear;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product__link {
	outline: none;
}
.product__link:hover,
.product__link:focus-visible {
	opacity: 1;
}
.product__link:focus-visible {
	text-decoration: underline;
}
.product__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.product__liters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
	gap: 2px 16px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.product:hover .product__title,
.product:focus-within .product__title {
	color: #000;
}
.product:hover .product__image,
.product:focus-within .product__image {
	transform: translateY(-28px);
}
.product:hover .product__figure::after,
.product:focus-within .product__figure::after {
	opacity: 0.3;
}
.articles {
	gap: clamp(40px, 5vw, 80px);
}
.articles--home {
	display: flex;
}
.articles--home .articles__item:first-child {
	margin-left: 10vw;
}
.articles--home .articles__item {
	flex-shrink: 0;
}
.articles--home .article-card {
	max-width: 442px;
}
.articles--grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--item-width, 340px), 1fr));
	gap: clamp(32px, 4vw, 80px);
}
.articles__item {
	display: flex;
}
.article-card {
	display: flex;
	flex-direction: column;
	position: relative;
}
.article-card__figure {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 38px;
}
.article-card__image {
	display: block;
	object-fit: cover;
	aspect-ratio: 442/404;
	transition: transform 0.3s linear;
	width: 100%;
}
.article-card__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
}
.article-card__link {
	outline: none;
}
.article-card__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.article-card__link:focus-visible,
.article-card__link:hover {
	text-decoration: underline;
}
.article-card__time {
	font-size: 16px;
	line-height: 24px;
}
.article-card__time-wrap {
	margin-top: auto;
}
.article-card__latest {
	display: none;
}
.article-card:hover .article-card__image,
.article-card:focus-within .article-card__image {
	transform: scale(1.1);
}
.form-container {
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	margin-bottom: clamp(40px, 4vw, 64px);
}
.form-result {
	grid-row: 1;
	grid-column: 1/-1;
	justify-self: end;
	margin-left: 30px;
	font-size: 16px;
	line-height: 24px;
}
.form {
	width: 100%;
}
.form--search {
	grid-column: 1/-1;
	grid-row: 1;
	display: flex;
	justify-content: center;
	gap: 15px clamp(17px, 2vw, 32px);
}
.form__btn {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 11px 38px;
	color: #fff;
}
.article__heading {
	margin-bottom: clamp(40px, 4vw, 64px);
}
.article__title {
	text-align: center;
	margin-bottom: 16px;
}
.article__meta {
	text-align: center;
}
.article__time {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.3);
}
.article__hero {
	background-color: var(--orange);
	margin-bottom: clamp(32px, 4vw, 64px);
}
.article__hero-image {
	object-fit: cover;
	display: block;
	width: 100%;
	aspect-ratio: 1490/610;
	max-height: 610px;
}
.article__content {
	max-width: 1184px;
	margin: 0 auto;
	margin-bottom: clamp(64px, 7vw, 125px);
}
.content {
	font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
	color: #000;
}
.content h2 {
	font-weight: 500;
	font-size: clamp(16px, calc(0.6667rem + 1.4222vw), 32px);
	line-height: clamp(22px, 4vw, 40px);
	margin-bottom: clamp(24px, 4.5vw, 48px);
}
.content h3 {
	font-size: clamp(0.9375rem, calc(0.6809rem + 1.1404vw), 1.75rem);
}
.content p {
	font-weight: 400;
	font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
	line-height: clamp(20px, 3.1vw, 30px);
	margin-bottom: 24px;
}
.content ul:not(.gallery),
.content ol:not(.gallery) {
	padding-left: 17px;
	margin: 24px;
	margin-left: clamp(0px, 3.2vw, 34px);
}
.content ul:not(.gallery) li + li,
.content ol:not(.gallery) li + li {
	margin-top: 10px;
}
.content img:not([class]) {
	margin-bottom: 24px;
	display: block;
	object-fit: cover;
}
.blockquote {
	margin: clamp(24px, 4vw, 48px) 0;
	margin-bottom: clamp(32px, 5.4vw, 48px);
	padding: clamp(28px, 4.5vw, 48px) clamp(30px, 4.5vw, 78px) clamp(35px, 4vw, 37px);
	background-color: #f8f8f8;
}
.blockquote p {
	margin-bottom: clamp(24px, 4.5vw, 40px);
}
.blockquote p:only-child {
	margin-bottom: 0;
}
.blockquote__box {
	font-size: clamp(12px, 1.5vw, 16px);
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	column-gap: clamp(12px, 1vw, 17px);
	row-gap: 4px;
	line-height: 1;
}
.blockquote__box *:not(.blockquote__avatar) {
	grid-column: 2;
}
.blockquote__avatar {
	grid-row: span 2;
}
.blockquote__image {
	border-radius: 50%;
	--size: clamp(48px, 4vw, 57px);
	width: var(--size);
	height: var(--size);
	display: block;
}
.blockquote__autor {
	font-weight: 800;
	margin-bottom: 2px;
	align-self: flex-end;
}
.blockquote__position {
	align-self: flex-start;
}
.gallery {
	--gap: clamp(16px, 2vw, 32px);
	display: grid;
	gap: var(--gap);
	grid-template-columns: repeat(auto-fit, minmax(var(--item-width, 280px), 1fr));
	margin-bottom: clamp(32px, 5.2vw, 48px);
}
.gallery__item:nth-child(3n) + .gallery__item:last-of-type {
	grid-column: 1/-1;
}
.gallery__figure {
	margin: 0;
}
.gallery__image {
	width: 100%;
	aspect-ratio: 395/646;
	object-fit: cover;
	display: block;
	max-height: 646px;
}
.share-container {
	display: grid;
	place-items: center;
	margin-bottom: clamp(64px, 7vw, 130px);
}
.share-container__title {
	//text-align: center;
}
.share {
	display: flex;
	flex-wrap: wrap;
	gap: 16px clamp(16px, 3vw, 32px);
}
.share__item {
	flex-grow: 1;
}
.share__btn {
	padding: clamp(11px, 1vw, 14px) clamp(25px, 2vw, 31px);
	border-radius: 35px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: revert;
	color: #fff;
}
.share__btn:hover,
.share__btn:focus-visible {
	opacity: 1;
}
.share__icon {
	order: -1;
	flex-shrink: 0;
	--size: clamp(19px, 2vw, 30px);
	width: var(--size);
	height: var(--size);
}
.related-articles__title {
	text-align: center;
}
.search {
	display: flex;
	align-items: center;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	max-width: 512px;
	width: 100%;
	background-color: #fff;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	transition: border-color 0.2s linear;
	position: relative;
}
.search__input {
	order: 2;
	--placeholder: rgba(0, 0, 0, 0.3);
	padding: 13px 0;
	font: inherit;
	width: 100%;
	border: none;
	background-color: transparent;
	outline: none;
	text-transform: uppercase;
}
.search__input::-webkit-input-placeholder {
	color: var(--placeholder);
}
.search__input::-moz-placeholder {
	color: var(--placeholder);
}
.search__input:-ms-input-placeholder {
	color: var(--placeholder);
}
.search__input:-moz-placeholder {
	color: var(--placeholder);
}
.search__icon {
	order: 1;
	margin-right: 8px;
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.2s linear;
}
.search__reset {
	order: 3;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px;
	display: flex;
	cursor: pointer;
	margin-right: -5px;
	color: #000;
}
.search:focus-within {
	border-color: #000;
}
.search:focus-within .search__icon {
	color: #000;
}
.media__heading {
	color: #fff;
	display: grid;
	align-content: space-between;
	text-align: center;
	row-gap: 30px;
	padding: 0 calc((100% - 900px) / 2);
	height: 100%;
}
.media__heading-wrap {
	overflow: hidden;
	position: relative;
	display: grid;
	min-height: 100vh;
	background-color: var(--red);
	padding: clamp(107px, 16vw, 235px) var(--container-padding) clamp(56px, 8.2vw, 87px);
	margin-bottom: clamp(40px, 8.2vw, 80px);
}
.media__heading-btn {
	margin-top: auto;
	align-self: center;
	font-size: clamp(16px, 3vw, 24px);
	line-height: 1.25;
	margin-bottom: 20px;
}
.media__heading *:not(.media__picture) {
	z-index: 1;
}
.media__picture {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.media__image {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	filter: brightness(0.7);
}
.media__image--ornament {
	object-fit: fill;
	filter: unset;
}
.media__description {
	order: -1;
	font-size: clamp(1.25rem, calc(0.9466rem + 1.2945vw), 2.5rem);
	line-height: 1.3;
	text-transform: uppercase;
}
.media__title {
	color: #fff;
	margin: 0;
}
.media__meta,
.media .attachment__meta {
	text-transform: uppercase;
	font-size: clamp(0.875rem, calc(0.625rem + 0.5208vw), 1.25rem);
	line-height: 1.25;
}
.media__content {
	max-width: 1244px;
	padding: 0 var(--container-padding);
	margin: 0 auto clamp(31px, 8vw, 128px) auto;
}
.media__content-block + .media__content-block {
	margin-top: 80px;
}
.media__content-title {
	margin-bottom: 30px;
}
.media__download {
	display: flex;
	flex-direction: column;
}
.attachments__item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.attachment {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: clamp(24px, 3.3vw, 34px);
}
.attachment__thumb {
	max-width: 120px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.attachment__img {
	display: block;
	width: clamp(92px, 14vw, 142px);
	object-fit: contain;
}
.attachment__link {
	margin-right: auto;
	font-size: clamp(0.75rem, calc(0.6286rem + 0.5178vw), 1.25rem);
	line-height: 24px;
	max-width: 313px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}
.attachment__buttons {
	display: flex;
	justify-content: end;
	gap: 5px 40px;
	max-width: 500px;
}
.attachment__buttons-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px 16px;
}
.attachment__btn {
	min-width: clamp(55px, 12vw, 120px);
	max-width: 150px;
	font-size: clamp(0.75rem, calc(0.568rem + 0.7767vw), 1.5rem);
	line-height: 1.25;
	padding: clamp(3px, 1.3vw, 15px);
}
.attachment__meta {
	color: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
.footer {
	padding: 40px 0 20px 0;
	color: #fff;
	background: var(--red) url('/img/footer.svg');
	font-size: 14px;
	
	
}
.footer__content {
	margin: 0 var(--container-padding);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto;
}
.footer__menu {
	font-size: 24px;
	line-height: 36px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px clamp(10px, 4vw, 25px);
	width: 65%;
}
.footer__menu a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}

.footer__cr {
width: 30%;
}

.footer__cr p {
padding-bottom: 20px;
font-size: 16px;
}

.footer__logo {
width: 65%;
}

.footer__logo .logo__icon {
width: 100%;
}

.footer__social-links {
	justify-self: end;
	align-self: start;
	margin-top: 13px;
}
.footer__bottom-links {
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer__copyright {
	text-align: center;
	white-space: nowrap;
}
.footer__creators {
	text-align: right;
	white-space: nowrap;
}
.footer a:hover,
.footer a:focus-visible {
	text-decoration: underline;
}

.mf {
padding-top: 190px;
padding-bottom: 196px;
}

.mf__top {
padding-left: 60px;
padding-right: 60px;
max-width: 1720px;
margin: 0 auto;
}

.mf-top__title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
padding-bottom: 5px;
}

.mf-top__pic {
display: block;
border-radius: 38px;
font-size: 0;
width: 100%;
}

.mf__ss {
background: url('/img/mf__ss.svg') center center no-repeat;
padding-top: 150px;
padding-bottom: 140px;
background-size: cover;
margin-bottom: 200px;
}

.mf__wrapper {
padding-left: 60px;
padding-right: 60px;
}

.mf__ss-title {
font-weight: 900;
font-size: 100px;
line-height: 88px;
text-align: center;
text-transform: uppercase;
color: #FF0000;
padding-bottom: 8px;
max-width: 1300px;
margin: 0 auto;
}

.mf__ss-text {
font-weight: 400;
font-size: 28px;
line-height: 31px;
text-align: center;
color: #FF0000;
max-width: 1040px;
margin: 0 auto;
}

.mf__ts {
background: #E3D4FF;
padding-bottom: 150px;
}

.mf__ts-fact {
background: url('/img/mf__ts-fact.jpg') no-repeat;
background-size: cover;
margin-left: 60px;
margin-right: 60px;
position: relative;
top:-100px;
border-radius: 38px;
max-width: 1600px;
margin: 0 auto;
}

.mf__ts-fact-inner {
max-width: 685px;
padding: 60px;
color: #fff;
}

.mf__ts-fact-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
}

.mf__ts-fact p {
font-size: 18px;
}

.mf__ts-fact .mf__ts-fact-bigger {
font-size: 28px;
padding-bottom: 30px;
}

.mf__ts__scroll {
display: flex;
flex-wrap: wrap;
max-width: 1600px;
margin-left: 60px;
margin-right: 60px;
margin: 0 auto;
}

.mf__ts__scroll-pic-inner {
width: 45%;
}

.mf__ts__scroll-pic-src {
width: calc(100% - 60px);
border-radius: 38px;
}

.mf__ts__scroll-text {
width: 55%;

}

.mf__ts__scroll-text-block {
height: 40vh;
border-left: 1px solid #FF0000;
padding-left: 60px;
position: relative;
}

.mf__ts__scroll-text-block:before {
width: 15px;
height: 15px;
background: #ff0000;
border-radius: 50%;
display: block;
content: ' ';
position: absolute;
left: -7px;
top:0;
}

.mf__ts__scroll-text-block:nth-child(3) {
height: auto;
border-left: 1px solid transparent;
}

.mf__ts__scroll-text-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
color: #FF0000;
padding-bottom: 15px;
}

.mf__ts__scroll-text-title-val {
font-size: 18px;
line-height: 22px;
color: #FF0000;
}

.mf__fs {
background: url('/img/mf__fs-bg.svg') top center no-repeat;
background-size: contain;
margin-top: 0px;
}

.mf__fs-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
text-align: center;
max-width: 1100px;
margin: 0px auto;
padding: 300px 0;
}

.mf__fs-text {
font-size: 28px;
line-height: 31px;
text-align: center;
max-width: 770px;
margin: 0 auto;
margin-top: 28px;
margin-bottom: 110px;
}

.mf__fs-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1600px;
margin: 0 auto;
margin-bottom: 60px;
}

.mf__fs-list-item {
width: calc(50% - 20px);
font-weight: 500;
font-size: 40px;
line-height: 41px;
text-align: center;
text-transform: uppercase;
margin-bottom: 100px;
}

.mf__fs-secret {
background: url('/img/mf__fs-secret.svg') top center no-repeat;
background-size: cover;
text-align: center;
border-radius: 38px;
padding: 180px 15%;
color: #fff;
margin: 0 auto;
margin-bottom: 120px;
max-width: 1600px;

}

.mf__fs-secret-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
color: #FFFFFF;
padding-bottom: 18px;
max-width: 800px;
margin: 0 auto;
}

.mf__fs-secret-text {
font-weight: 400;
font-size: 28px;
line-height: 31px;
color: #FFFFFF;
max-width: 800px;
margin: 0 auto;
}

.mf__predfooter {
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
flex-wrap: wrap;
max-width: 1600px;
margin: 0 auto;
margin-bottom: 80px;
}

.mf__predfooter-text {
width: 55%;
}

.mf__predfooter-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-transform: uppercase;
padding-bottom: 30px;
}

.mf__predfooter-text p, .mf__predfooter-text li {
font-size: 18px;
padding-bottom: 25px;
}

.mf__predfooter-text .mf__predfooter-bigger {
font-size: 28px;
}

.mf__predfooter-pic {
width: 40%;
}

.mf__predfooter-pic-src {
width: 100%;
border-radius: 38px;
}

.mf__filo-1 {
text-align: center;
padding-top: 150px;
padding-bottom: 180px;
}

.mf__filo-2 {
background: #E3D4FF url('/img/mf__filo-2.svg') center center no-repeat;
background-size: cover;
padding: 215px 160px;
color: #ff0000;
text-align: center;
}

.mf__filo-2-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-align: center;
text-transform: uppercase;
margin:0 auto;
margin-bottom: 30px;
max-width: 1200px;
}

.mf__filo-2-text {
font-weight: 400;
font-size: 28px;
line-height: 31px;
text-align: center;
max-width: 1200px;
margin:0 auto;
text-transform: none;
}

.mf__base {
text-align: center;
color: #ff0000;
padding-top: 120px;
padding-bottom: 120px;
position: relative;
overflow: hidden;
}

.mf__base-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/mf__base-2.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
  transform: translateY(0);
}

.mf__base-inner {
  position: relative;
  z-index: 1;
  /* Additional styling if needed */
}

.mf__base-title {
font-weight: 800;
font-size: 50px;
line-height: 51px;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
max-width: 580px;
margin-bottom: 20px;
}

.mf__base-title:nth-child(1) {
margin-bottom: -40px;
}

.mf__base-btext {
font-size: 28px;
line-height: 31px;
text-align: center;
margin: 0 auto;
max-width: 1024px;
}

.mf__base-text {
font-size: 18px;
line-height: 22px;
text-align: center;
margin: 0 auto;
max-width: 540px;
}

.mf__base-spacer {
width: 1px;
height: 85px;
background: #ff0000;
margin: 20px auto;
}

.mf__princip {
background: #E3D4FF;
text-align: center;
padding-top: 90px;
margin-bottom: 110px;
}

.mf__princip .marquee {
display: none;
}

.mf__princip-text {
max-width: 920px;
margin: 0 auto;
font-weight: 400;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #FF0000;
margin-top: 30px;
margin-bottom: 50px;
}

.mf__princip .main__section--principles {
min-height: auto !important;
text-align: left;
}

.mf__princip .advantage__item {
text-align: left;
}

.cookie {
	background-color: var(--light-mallow);
	position: fixed;
	left: 0;
	right: 0;
	width: 100vw;
	bottom: 0;
	padding: 40px var(--container-padding);
	z-index: 20;
}
.cookie__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: clamp(14px, 2vw, 16px);
}
.cookie__btn {
	color: #fff;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 24px;
	padding: 6px 22px;
}
.error {
	color: #fff;
	height: 100vh;
	width: 100vw;
	padding: 110px var(--container-padding);
}
.error__content {
	display: grid;
	place-items: center;
	place-content: center;
	max-width: 626px;
	margin: clamp(20px, 7vw, 138px) auto auto;
	text-align: center;
}
.error__title {
	font-size: clamp(40px, 7vw, 80px);
	font-weight: 800;
	margin-bottom: 24px;
}
.error p {
	font-size: clamp(14px, 7vw, 16px);
	line-height: clamp(20px, 7vw, 24px);
	margin-bottom: clamp(32px, 7vw, 40px);
}
.error__btn {
	font-size: clamp(12px, 7vw, 16px);
	line-height: normal;
}
.lottie-player {
	pointer-events: none;
	z-index: 2;
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.lottie-player lottie-player {
	height: 100%;
}
.product-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100vh;
	overflow: hidden;
}
.product-section__item {
	height: 100vh;
}

.product-section__slider {

}

.product-section__content-wrap {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 35px clamp(50px, 12vw, 216px) 20px clamp(50px, 8vw, 136px);
	display: flex;
	flex-direction: column;
}
@media (hover: hover) and (min-height: 900px) {
	.product-section__content-wrap {
		padding-top: 136px;
	}
}

.product-section-certs {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 30px;
}

.product-section__cert {
max-width: 27px;
margin-right: 8px;
}

.product-section__block--accordion {
	margin-bottom: 48px;
}
.product-section__block--accordion h2 {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 18px;
}
.product-section p {
	font-size: 16px;
	line-height: 24px;
}
.product-section__title {
	font-size: 40px;
	line-height: 52px;
	font-weight: 500;
	margin-bottom: 4px;
}
.product-section__category {
	font-size: 20px;
	line-height: 30px;
}

.product-section__description-title {
font-weight: 500;
font-size: 24px;
line-height: 52px;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 0px;
}

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

.busters__flavors-title {
font-weight: 500;
font-size: 16px;
line-height: 30px;
color: rgba(0, 0, 0, 0.3);
margin-bottom: 3px;
}

.busters__flavors, .busters__volumes {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.busters__flavor-button, .busters__volume-button {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #E3D4FF;
	background-color: #fff;
	border-radius: 35px;
}
.busters__flavor-button.active, .busters__volume-button.active {
	background-color: #e3d4ff;
	color: #000;
	border-color: #F8F8F8;
	border-radius: 35px;
}

.busters__volume-button, .busters__volume-button.active {
border-radius: 8px;
padding: 10px 12px;
}

.busters__product-photo {
width: 100%;
height: 100vh;
}

.busters__product-photo #busters__main-photo {
object-fit: cover;
height: 100%;
width: 100%;
}

.busters__gallery img {
	opacity: .6;
}

.busters__gallery img.active {
	opacity: 1;
}

.busters__volume-button.disabled {
	cursor: not-allowed;
	opacity: 0.3;
	border-color: transparent;
	background: rgba(242, 242, 242, 1);

}
.busters__volume-button.disabled:hover {
	background-color: #fff;
	color: #000;
	border-color: #ccc;
}
.busters__volume-icon {
	display: block;
	margin-bottom: 5px;
}
.busters__gallery {
	display: flex;
	overflow-x: auto;
	gap: 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	max-width: 47%;
}
.busters__gallery img {
	cursor: pointer;
	max-height: 100px;
}

/* Адаптивная версия для разрешений ниже 990px */
@media (max-width: 990px) {
	.busters__left, .busters__right {
		max-width: 100%;
		flex: 100%;
	}
	.busters__gallery img {
		max-height: 80px;
	}
	
	.busters__gallery {
	max-width: 100%;
	}
}

.product-section__description {
	margin-bottom: clamp(40px, 5vw, 40px);
}
.product-section__btn-buy {
	border-radius: 35px;
	background-color: #000;
	font-size: 16px;
	text-align: center;
	padding: 10px 24px;
	color: #fff;
	transition: filter 0.3s ease;
	border: 2px solid #fff;
	text-transform: none;
	display: inline-block;
	margin-bottom: 48px;
	outline: none;
}
.product-section__btn-buy:hover,
.product-section__btn-buy:focus-visible {
	filter: invert(1);
}
.product-section__btn-exit {
	position: fixed;
	padding: 5px;
	top: 59px;
	right: 59px;
	z-index: 2;
	line-height: 0;
}
.product-section__modal {
	overflow: hidden;
	visibility: hidden;
	transition: transform 0.3s ease, visibility 0.3s ease;
	transform: translateX(100%);
	position: fixed;
	width: 50vw;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10;
	padding: clamp(64px, 12vw, 139px) clamp(50px, 12vw, 216px) 50px clamp(50px, 8vw, 136px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-section__modal.open {
	visibility: visible;
	transform: translateX(0);
}
.product-section__modal-close {
	color: #000;
	padding: 0;
	font-size: 20px;
	position: absolute;
	top: 64px;
	left: 0;
	margin-left: clamp(50px, 8vw, 136px);
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.product-section__modal-close svg {
	transform: rotate(180deg);
}
.product-slider__thumbs {
	position: fixed;
	z-index: 10;
	padding-left: 64px;
	top: 50%;
	max-height: 370px;
	transform: translateY(-50%);
}
.product-slider__thumbs-item {
	width: 60px !important;
	height: 60px !important;
	background-color: var(--light-mallow);
	font-size: 0;
	margin: 1px;
	cursor: pointer;
}
.product-slider__thumbs-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-slider__thumbs-item.swiper-slide-thumb-active {
	outline: 1px solid var(--red);
	outline-offset: -1px;
}
.product-slider__swiper {
	width: 100%;
	height: 100vh;
	background-color: #bebebe;
}
.product-slider__swiper-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.accordion {
	list-style: none;
	padding: 0;
	padding-left: 38px;
}
.accordion__item + .accordion__item {
	margin-top: 16px;
}
.accordion__summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	outline: none;
}
.accordion__summary::-webkit-details-marker {
	display: none;
}
.accordion__summary:focus-visible .accordion__title {
	color: #000;
}
.accordion__summary::before {
	content: "+";
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	width: 23px;
	height: 23px;
	left: -38px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.05);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accordion__details {
	transition: color 0.3s ease;
	color: rgba(0, 0, 0, 0.7);
}
.accordion__details[open] {
	color: #000;
}
.accordion__details[open] .accordion__summary::before {
	content: "−";
}
.accordion__details[open] .accordion__title {
	font-weight: 700;
}
.accordion__title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.accordion__description {
	margin-top: 10px;
}
.product-liters {
	display: flex;
	gap: 15px clamp(20px, 2vw, 56px);
	flex-wrap: wrap;
	margin-bottom: 47px;
	font-size: 16px;
}
.product-liters__item {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	row-gap: 9px;
	justify-content: end;
}
.product-liters__icon {
	max-width: 43px;
	max-height: 90px;
}
.store-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}
.store {
	display: grid;
	grid-template-columns: minmax(90px, 132px) minmax(100px, 1fr) 18px;
	align-items: center;
	column-gap: 40px;
	min-height: 71px;
	background-color: #f8f8f8;
	padding: 17px 32px 16px;
	position: relative;
	transition: transform 0.3s ease;
}
.store:hover,
.store:focus-within {
	transform: scale(0.98);
}
.store:focus-visible {
	background-color: red;
}
.store__title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	justify-self: start;
}
.store__link {
	outline: none;
}
.store__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 505;
}
.store__icon {
	max-width: 132px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.store__icon-arrow {
	margin-left: auto;
}
.redirect {
	width: 100vw;
	height: 100vh;
	display: grid;
	place-items: center;
	padding: 50px 30px;
}
.redirect__block {
	display: grid;
	place-items: center;
	gap: 21px;
}
.redirect__icon {
	width: clamp(283px, 16vw, 300px);
}
.redirect__title {
	text-align: center;
	font-size: clamp(18px, 3vw, 20px);
	margin: 0;
	font-weight: 400;
}

.vacancy-head {
display: flex;
flex-wrap: wrap;
padding: 0px var(--container-padding) 80px;
margin: 0 auto;
max-width: 1600px;
}

.vacancy-head__left {
width: 50%;
}

.vacancy-head__title {
font-weight: 800;
font-size: 80px;
line-height: 84px;
text-transform: uppercase;
}

.vacancy-head__text {
font-size: 32px;
padding-top: 13px;
padding-bottom: 63px;
}

.vacancy-head__text-button {
border-color: #000;
color:#000 !important;
--color: #000;
}

.vacancy-head__text-button .btn__bg {
box-shadow: inset 0 0 0 1px #000;
}

.vacancy-head__right {
width: 50%;
}

.vacancy-head_alt {
background: var(--red);
color: #fff;
padding: 170px var(--container-padding) 0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}

.vacancy-head-tl {
background-image: url(../images/icons/vacancy-head.svg);
top:0;
left: 0;
}

.vacancy-head-tr {
background-image: url(../images/icons/vacancy-head_2.svg);
top:0;
right: 0;
}

.vacancy-head-bl {
background-image: url(../images/icons/vacancy-head_2.svg);
bottom:0;
left: 0;
transform: rotate(180deg);
}

.vacancy-head-br {
background-image: url(../images/icons/vacancy-head.svg);
bottom:0;
right: 0;
transform: rotate(180deg);
}

.vacancy-head__ornament {
width: clamp(160px, 14vw, 240px);
height: 170px;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
transform: scale(0);
}

.vacancy-head_alt__left {
width: calc(50% - 30px);
padding-bottom: 70px;
}

.vacancy-head_alt__title {
font-size: 40px;
line-height: 52px;
}

.vacancy-head_alt__text p {
font-size: 20px;
line-height: 30px;
margin-bottom: 20px;
}

.vacancy-head_alt__right {
width: calc(50% - 30px);
display: flex;
align-items: flex-end;
min-height: 80vh;
}

.vacancy-head_alt-pic {
position: fixed;
z-index: 2;
max-height: 80vh;
bottom:0;
}

.vacancy__info {
max-width: 1550px;
padding: 80px var(--container-padding) 10px;
margin: auto;
}

.vacancy__info-block {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 70px;
}

.vacancy__info-block-col {
width: calc(50% - 50px);
}

.vacancy__info-block-title {
font-weight: 500;
font-size: 40px;
line-height: 52px;
text-transform: uppercase;
}

.vacancy__info-block-col p {
font-size: 20px;
line-height: 30px;
margin-bottom: 20px;
}

.vacancy__info-block-pic {
width: 100%;
}

.vacancy__list {
background: #F8F8F8;
padding: 80px var(--container-padding) 80px;
}

.vacancy__list-title {
font-size: 40px;
line-height: 52px;
text-transform: uppercase;
padding-bottom: 20px;
}

.vacancy__list-body-item {
padding: 20px 45px;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: center;
margin-bottom: 15px;
}

.vacancy__list-body-item-left {
width: calc(100% - 300px);
}

.vacancy__list-body-item-title {
font-size: 32px;
margin-bottom: 15px;
}

.vacancy__list-body-item-info {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.vacancy__list-body-item-info-block {
display: flex;
flex-wrap: wrap;
align-items: center;
color:rgba(0,0,0,0.5);
margin-right: 30px;
}

.vacancy__list-body-item-icon {
margin-right: 12px;
}

.vacancy-head__text-button-wrap {
width: 200px;
}

.vacancy-detail {
padding-top: 130px;
}

.vacancy-detail__back {
display: flex;
align-items: center;
font-size: 20px;
}

.vacancy-detail__back-icon {
margin-right: 10px;
}

.vacancy-detail__title {
font-size: 40px;
max-width: 60%;
text-transform: uppercase;
margin-top: 40px;
margin-bottom: 20px;
}

.vacancy-detail-info {
display: flex;
flex-wrap: wrap;
align-content: center;
margin-bottom: 35px;
}

.vacancy-detail-info-block {
display: flex;
flex-wrap: wrap;
align-content: center;
margin-right: 30px;
align-items: center;
font-size: 20px;
color: rgba(0,0,0,0.5);
}

.vacancy-detail__stitle {
font-size: 32px;
}

.vacancy-detail-button {
margin-bottom: 55px;
}

.vacancy__list-body-button {
background: #000;
color: #fff;
}

.vacancy-detail ul {
margin: 0 0 50px 0;
padding: 0 0 0 20px;
}

.vacancy-detail ul li {
font-size: 18px;
margin-bottom: 12px;
}

.vacancy-form__title {
font-size: 40px;
text-transform: uppercase;
margin-top: 40px;
}

.vacancy-form__stitle {
font-size: 32px;
color: rgba(0,0,0,0.5);
}

#alx_feed_back_FID1 {
max-width: 65%;
}

.vacancy-form .afbf_item_pole .afbf_select, .vacancy-form .afbf_item_pole .afbf_textarea, .vacancy-form .afbf_item_pole .afbf_inputtext {
border:none;
border-bottom: 1px solid rgba(0,0,0,0.3);
}

.vacancy-form  .afbf_inputtext_bg_calendar .afbf_calendar_icon {
display: none;
}

.vacancy-form  .alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
color: rgba(0,0,0,0.3);
font-size: 18px;
top:0px;
}

#alx_feed_back_FID1 .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before, #alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name, #alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name {
	color: rgba(0,0,0,0.3);
	font-size: 12px;
	top: -15px;
}

#alx_feed_back_FID1 .afbf_submit_block {
text-align: left !important;
}

#alx_feed_back_FID1 .vacancy__list-body-button {
text-transform: uppercase !important;
}

.typical-page {
padding: 0px var(--container-padding) 80px;
}

.typical-page p {
padding-bottom: 15px;
}

.about__first-text {
margin-top: 60px;
padding-left: 20px;
padding-right: 20px;
}

.about__second-text {
padding-left: 20px;
padding-right: 20px;
}

.about__brands {
background: #F8F8F8;
padding-top: 90px;
padding-bottom: 150px;
}

.about__brands .article__title {
padding-bottom: 50px;
}

.about__brands-slider-item {
width: 280px;
height: 280px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #010100;
}

.about__brands-slider-item-logo {
max-width: 80%;
}

.about__brands-slider .swiper-slide {
width: 280px !important;
}

.about__principles {
display: block;
padding: 65px 0 50px 0;
}

.about__principles .article__title {
color: var(--red);
}

.advantage__new-text {
margin-left: 10vw;
margin-right: 10vw;
color: var(--red);
max-width: 950px;
margin: 0 auto;
text-align: center;
padding-top: 25px;
padding-bottom: 60px;
}

.about__history {
margin-left: 10vw;
margin-right: 10vw;
margin-top: 140px;
margin-bottom: 125px;
}

.about__history-block {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.about__history-block-col {
width: calc(50% - 45px);
}


.about__history-block-col p, .about__history-block-col li {
padding-bottom: 20px;
font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
}

.about__vacancy .vacancy-head__ornament {
transform: scale(1);
}

.about__vacancy .btn {
border: none;
}

.about__vacancy .vacancy-head_alt-pic {
position: relative;
}

.about__second-text {
margin-top: 90px;
}

.about__lab-wrap {
display: block;
font-size: 0;
}

.about__steps {
background: #F8F8F8;
padding-top: 100px;
padding-left: 10vw;
padding-right: 10vw;
padding-bottom: 80px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.about__steps-num {
width: 25%;
}

.about__steps-num-item {
font-size: 32px;
font-weight: 500;
margin-bottom: 10px;
opacity: .4;
cursor: pointer;
}

.about__steps-num-item_a {
opacity: 1;
cursor: default;
}

.about__steps-body {
width: calc(75% - 80px);
}

.about__steps-body p {
font-weight: 400;
font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
line-height: clamp(20px, 3.1vw, 30px);
margin-bottom: 24px;
}

.about__steps-body-item {
display: none;
}

.about__steps-body-item h2 {
display: none;
}

.about__steps-body-item_a {
display: block;
}

.about__important {
padding-top: 100px;
padding-left: 10vw;
padding-right: 10vw;
padding-bottom: 80px;
}

.about__important p {
font-weight: 400;
font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
line-height: clamp(20px, 3.1vw, 30px);
margin-bottom: 24px;
}

.about__important-facts {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.about__important-facts-item {
width: calc(50% - 40px);
margin-bottom: 50px;
}

.about__important-facts-title {
font-weight: 800;
font-size: 24px;
line-height: 30px;
margin-bottom: 32px;
}

.about__important-facts-text {
font-weight: 400;
font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
line-height: clamp(20px, 3.1vw, 30px);
}

.about__important-quote {
background: #F8F8F8;
padding: 50px 70px;
font-weight: 400;
font-size: clamp(0.875rem, calc(0.7566rem + 0.5263vw), 1.25rem);
line-height: clamp(20px, 3.1vw, 30px);
margin-top: 30px;
}

.about__wrap-2 {

}

.about__docs {
background: #F8F8F8;
padding-top: 100px;
padding-left: 10vw;
padding-right: 10vw;
padding-bottom: 80px;
}

.about__docs-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.about__docs-item {
width: calc(33.33% - 40px);
display: flex;
align-content: center;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}

.about__docs-item-icon {
width: 80px;
height: 80px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.about__docs-item-text {
width: calc(100% - 98px);
}

.about__docs-item-text-title {
font-weight: 20px;
padding-bottom: 8px;
}

.about__docs-item-text-size {
font-size: 14px;
color: #4A4A4A;
}

.contacts__blocks {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 50px;
}

.contacts__block {
width: calc(50% - 20px);
}

.contacts__block-item {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
padding-bottom: 25px;
margin-bottom: 30px;
}

.contacts__block-item:last-child {
border-bottom: none;
}

.contacts__block-item-title {
font-size: 20px;
font-weight: 700;
display: flex;
align-items: center;
align-content: center;
padding-bottom: 15px;
}

.contacts__block-item-link {
display: flex;
align-content: center;
align-items: center;
}

.contacts__block-item-icon {
margin-right: 10px;
}

}

@media (min-width: 2000px) {
	.header__menu-wrap {
		max-width: unset;
		width: auto;
	}
}
@media (max-width: 1750px) {
	.product-section__modal {
		padding-left: 60px;
		padding-right: 60px;
	}
	.product-section__modal-close {
		margin-left: 60px;
	}
}

@media (max-width: 1660px) {
.mf__ts-fact, .mf__ts__scroll, .advantage, .footer__content {
margin-left: 60px;
margin-right: 60px;
}
}

@media (max-width: 1366px) {
	.social-links {
		gap: 20px;
	}
	.social-links__link svg {
		width: 20px;
		height: 20px;
	}
	.header {
		font-size: 20px;
	}
	.header__menu-wrap {
		padding: 106px 24px 44px var(--container-padding);
		max-width: 270px;
	}
	.header__social-links {
		//gap: 9px;
	}
	.header__list {
		margin-left: 0;
	}
	.header__list-contentinfo {
		font-size: 12px;
		line-height: 18px;
		row-gap: 28px;
		padding-right: 40px;
	}
	.header__logo {
		//margin-left: 46px;
	}
	.header__logo .logo__icon {
		width: 113px;
		height: 28px;
	}
	.header--white {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu__icon {
		width: 26px;
		height: 12px;
	}
	.menu__icon::before,
	.menu__icon::after {
		width: 26px;
	}
	.menu__text {
		display: none;
	}
	.menu__button--open {
		padding-left: 26px;
	}
	.menu__button--open .menu__icon {
		top: 40px;
		left: var(--container-padding);
	}
	.menu__list--nested {
		padding: 40px 30px;
		left: calc(100% + 24px);
		top: -38px;
	}
	.menu__link {
		font-size: 20px;
		line-height: 29px;
		font-weight: 800;
	}
	.menu__link--separator::after {
		width: 24px;
	}
	.menu__link--separator svg {
		width: 21px;
		height: 17px;
	}
	.home-slider__content {
		padding: 0;
	}
	.home-slider__button {
		display: none;
	}
	.home-slider__title {
		font-size: 40px;
		line-height: 46px;
		max-width: 500px;
		margin-bottom: 80px;
	}
	.home-slider__tagline {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.home-slider__more {
		font-size: 16px;
		line-height: 19px;
		padding: 10px 20px;
	}
	.home-slider .home-slider__pagination {
		gap: 19px;
	}
	.home-slider .home-slider__pagination-bullet {
		--size: 38px;
	}
	.home-slider .home-slider__pagination-count {
		font-size: 16px;
	}
	.home-slider .home-slider__pagination-progressbar {
		width: var(--size);
		height: var(--size);
	}
	.title--center {
		margin-bottom: 64px;
	}
	.title--primary {
		font-size: 24px;
		line-height: 32px;
	}
	.title--products {
		margin-bottom: 0;
	}
	.main__section--padding {
		padding: 53px 0 58px;
	}
	.main__section--products {
		min-height: 100%;
	}
	.main__section--news {
		min-height: 100%;
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.main__container {
		padding-top: 125px;
	}
	.marquee__content {
		gap: 32px;
		font-size: 26px;
		line-height: 34px;
		padding: 24px 0;
	}
	.inache-content {
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	.advantage {
		column-gap: clamp(24px, 6vw, 68px);
	}
	.advantage__item {
		max-width: 334px;
	}
	.advantage__title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
		
	}
	.advantage__copy {
		font-size: 16px;
		line-height: 22px;
	}
	.products {
		gap: 40px 27px;
	}
	.products--home {
		column-gap: 11px;
	}
	.products--home .product {
		max-width: 211px;
	}
	.products--home .product__figure {
		margin-bottom: 49px;
		height: 369px;
	}
	.products--home .product__image {
		max-width: 111px;
	}
	.product__title {
		font-size: 14px;
		line-height: 18px;
	}
	.product__figure {
		height: 370px;
	}
	.product__image--ratio {
		min-height: 303px;
		max-height: 370px;
		min-width: 98px;
		max-width: 120px;
	}
	.product__liters {
		font-size: 12px;
		line-height: 22px;
	}
	.articles--home .article-card {
		max-width: 206px;
	}
	.articles--home .article-card__title {
		margin-bottom: 20px;
	}
	.articles--home .article-card__image {
		aspect-ratio: 207/207;
	}
	.articles--grid {
		--item-width: 250px;
	}
	.article-card__figure {
		margin-bottom: 10px;
	}
	.article-card__image {
		aspect-ratio: 214/196;
	}
	.article-card__title {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 24px;
	}
	.article-card__time {
		font-size: 12px;
		line-height: 16px;
	}
	.gallery {
		--item-width: 170px;
	}
	.form-container {
		display: flex;
		flex-direction: column;
		row-gap: 28px;
	}
	.form-result {
		margin-left: 0;
	}
	.form__btn {
		padding: 6px 32px;
	}
	.search {
		max-width: 100%;
		padding: 0 18px;
	}
	.search__input {
		padding: 8px 0;
	}
	.search__reset {
		display: none;
	}
	.footer {
		font-size: 12px;
	}
	.footer__content {
		padding: 0 var(--container-padding);
		margin: 0;
	}
	.footer__menu {
		font-size: 14px;
		line-height: 21px;
		gap: 16px;
	}
	.footer__logo .logo__icon {
		width: 120px;
		height: 30px;
	}
	.footer__social-links {
		margin-top: 0;
	}
}

@media (max-width: 1280px) {

.header__social-links {
max-width: 200px;
}

.social-links__link-name {
font-size: 16px;
}

}

@media (max-width: 1200px) {
	.main__section--principles {
		min-height: auto;
	}
	.home-slider__title {
		-webkit-line-clamp: 6;
	}
	.touch-horizontal-scroll {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
	}
	.touch-horizontal-scroll li {
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}
	
	.articles--home .articles__item:first-child
	 {
		margin-left: var(--container-padding);
	}
	
	.articles--home .articles__item:last-child {
		padding-right: var(--container-padding);
	}
	.lottie-player lottie-player {
		transform: scale(1.5) translateY(-50px);
	}
	
	.advantage {
	margin: 0 var(--container-padding);
	}
	
	.mf__ss-title {
	font-size: 80px;
	}
	
	.mf__predfooter-title, .mf__filo-2-title {
	font-size: 33px;
	line-height: 33px;
	}
	
	.mf__filo-1-src {
	margin-left: 5%;
	margin-right: 5%;
	max-width: 90%;
	}
	
	.mf__filo-2 {
	padding: 215px 90px;
	}
	
}
@media (max-width: 1024px) {
	
	.mf__ts-fact, .mf__ts__scroll, .advantage {
	margin-left: 20px;
	margin-right: 20px;
	}
	
	.social-links li:nth-child(2) {
	margin-top: 0;
	}
	
	.main__banner-title {
	font-size: 36px;
	bottom: calc(48% - 60px);
	}
	
	.social-links li {
	width: 20px;
	height: 20px;
	}
	
	.social-links li:nth-child(3) {
		display: flex;
	}
	
	.social-links__link span {
	font-size: 0;
	display: none;
	}
	
	.social-links__link svg {
	display: block;
	}
	
	.product-section {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.product-section__item {
		height: auto;
	}
	.product-section__content-wrap {
		padding: 0 var(--container-padding) 50px;
	}
	.product-section__modal {
		padding: 30px var(--container-padding);
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		overflow-y: auto;
	}
	.product-section__modal-close {
		top: 40px;
		margin-left: var(--container-padding);
	}
	.product-section__btn-exit {
		position: absolute;
		top: 32px;
		right: 34px;
		width: 40px;
		height: 40px;
		color: #fff;
		padding: 0;
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-section__btn-exit svg {
		width: 16px;
		height: 16px;
	}
	.store-list {
		max-height: 700px;
	}
	.product-slider {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
		margin-bottom: clamp(31px, 6vw, 45px);
	}
	.product-slider__swiper {
		height: 650px;
		max-width: 100vw;
		position: relative;
	}
	.product-slider__swiper-slide::after {
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(360deg, #fff 4.5%, rgba(255, 255, 255, 0) 49.84%);
		position: absolute;
	}
	.product-slider__thumbs {
		padding: 0;
		position: absolute;
		top: unset;
		bottom: 0;
		right: 0;
		max-width: 370px;
		height: 62px;
		left: 0;
		transform: unset;
	}
	.product-slider__direction {
		flex-direction: row !important;
	}
	.product-slider__swiper-img {
		object-position: unset;
	}
	.attachment__buttons-item {
		flex-direction: column;
	}
	
	.advantage__item {
		width: calc(50% - 45px);
		max-width: 100%;
	}
	
	.vacancy-head {
	//height: calc(100vh - 130px);
	}
	
	.vacancy-head__left, .vacancy-head_alt__left {
	width: 100%;
	}
	
	.vacancy-head__right, .vacancy-head_alt__right {
	display: none;
	}
	
	.vacancy-head__title {
		font-size: 54px;
		line-height: 64px;
	}
	
	.vacancy-head__text {
	font-size: 18px;
	}
	
	.vacancy-head__ornament {
	transform: scale(1);
	height: 85px;
	width: 110px;
	}
	
	.vacancy-head_alt__title {
	font-size: 24px;
	line-height: 34px;
	}
	
	.vacancy-head_alt {
	padding-top: 110px;
	}
	
	.vacancy-head_alt__left {
	padding-bottom: 110px;
	}
	
	.vacancy-head_alt__text p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.vacancy__info-block {
	margin-bottom: 30px;
	}
	
	.vacancy__info-block:nth-child(1) {
	
	}
	
	.vacancy__info-block:nth-child(1) .vacancy__info-block-col:nth-child(1) {
	order: 2;
	}
	
	.vacancy__info-block:nth-child(1) .vacancy__info-block-col:nth-child(2) {
	order: 1;
	margin-bottom: 40px;
	}
	
	.vacancy__info-block:nth-child(2) .vacancy__info-block-col:nth-child(1) {
	margin-bottom: 40px;
	}
	
	.vacancy__info-block-col {
		width: 100%;
	}
	
	.vacancy__info-block-title {
	font-size: 24px;
	line-height: 36px;
	}
	
	.vacancy__info-block-col p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.vacancy__list {
	padding-top: 50px;
	}
	
	.vacancy__list-title {
		font-size: 24px;
		line-height: 36px;
	}
	
	.vacancy__list-body-item {
	padding: 20px 20px;
	}
	
	.vacancy__list-body-item-title {
	font-size: 20px;
	}
	
	.vacancy__list-body-item-left {
	width: 100%;
	margin-bottom: 15px;
	} 
	
	.vacancy__list-body-item-info-block {
	margin-bottom: 10px;
	}
	
	.vacancy-head__text-button-wrap {
	width: 165px;
	}
	
	.vacancy-detail {
	padding-top: 50px;
	}
	
	.vacancy-detail__title {
	font-size: 24px;
	}
	
	.vacancy-detail-info-block {
	font-size: 16px;
	margin-bottom: 10px;
	}
	
	.vacancy-detail__stitle {
	font-size: 24px;
	}
	
	.vacancy-detail ul li {
	font-size: 16px;
	}
	
	.vacancy-form__title {
	font-size: 30px;
	}
	
	.vacancy-form__stitle {
	font-size: 18px;
	}
	
	#alx_feed_back_FID1 {
	max-width: 100%;
	}
	
	.vacancy-form .alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
	font-size: 16px;
	}
	
	.vacancy-detail__back {
	font-size: 18px;
	}
	
	.header-dt-menu {
	display: none;
	}
	
	.menu__button {
	display: block;
	}
	
	.header__logo {
	margin-left: 150px;
	}
	
	.contacts__block {
	width: 100%;
	margin-bottom: 30px;
	}
	
	.footer__menu {
	width: 100%;
	justify-content: left !important;
	margin-bottom: 1rem;
	}
	
	.footer__cr {
	width: 100%;
	margin-bottom: 1rem;
	}
	
	.mf {
	padding-top: 120px;
	padding-bottom: 130px;
	}
	
	.mf__top {
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.mf-top__title {
	font-size: 36px;
	line-height: 40px;
	}
	
	.mf__wrapper {
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.mf__ts-fact, .mf__ts__scroll {
	margin-left: 20px;
	margin-right: 20px;
	}
	
	.mf__ts__scroll-text-block {
		height: auto;
		border-left: none;
		padding-left: 0px;
		position: relative;
		margin-bottom: 30px;
	}
	
	.mf__ts {
	padding-bottom: 40px;
	}
	
	.mf__fs-list-item, .mf__fs-text {
	margin-bottom: 30px;
	}
	
	.mf__fs-secret {
		border-radius: 20px;
		padding: 40px 10%;
		margin-bottom: 60px;
	}
	
	.mf__ts__scroll-text-block:before {
	display: none;
	}
	
	.mf__ss-title, .mf__ts-fact-title, .mf__fs-secret-title, .mf__ts__scroll-text-title {
	font-size: 30px;
	line-height: 1.2;
	}
	
	.mf__ss-text, .mf__ts-fact .mf__ts-fact-bigger, .mf__fs-secret-text, .mf__predfooter-text .mf__predfooter-bigger, .mf__fs-text, .mf__filo-2-text, .mf__base-btext {
	font-size: 18px;
	line-height: 1.2;
	}
	
	.mf-top__pic {
	border-radius: 18px;
	}
	
	.mf__ss {
	padding-top: 90px;
	padding-bottom: 10px;
	}
	
	.mf__ts__scroll-pic-inner {
	display: none;
	}
	
	.mf__ts-fact-inner {
	padding: 25px;
	}
	
	.mf__ts__scroll-pic-inner, .mf__ts__scroll-text {
	width: 100%;
	}
	
	.mf__fs-title, .mf__base-title {
	font-size: 28px;
	line-height: 1.2;
	}
	
	.mf__fs-list-item {
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	}
	
	.mf__predfooter-title, .mf__filo-2-title {
		font-size: 20px;
		line-height: 22px;
	}
	
	.mf__predfooter-pic, .mf__predfooter-text {
	width: 100%;
	}
	
	.mf__predfooter-pic {
	margin-bottom: 20px;
	}
	
	.mf__predfooter_1 .mf__predfooter-pic {
	order: 1;
	}
	
	.mf__predfooter_1 .mf__predfooter-text {
	order: 2;
	}
	
	.mf__predfooter-title {
	padding-bottom: 0;
	}
	
	.mf__filo-1 {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	
	.mf__filo-2 {
		padding: 35px 30px;
	}
	
	.mf__base {
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.mf__base-title:nth-child(1) {
		margin-bottom: 0px;
	}
	
	.mf__base-logo-src {
	max-width: 80%;
	}
	
	.mf__princip .mf__princip-title {
	max-width: 80%;
	}
}
@media (min-height: 1160px) {
	.header--sticky {
		font-size: 22px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header--sticky .logo__icon {
		width: 130px;
		height: 35px;
	}
	.header--sticky .header__social-links svg {
		width: 25px;
		height: 25px;
	}
	.title--primary {
		font-size: 60px;
		line-height: 70px;
	}
	.main__section--news {
		display: grid;
		place-items: center;
		justify-content: center;
	}
	.advantage {
		//column-gap: clamp(60px, 6vw, 153px);
	}
	.advantage__item {
		max-width: 650px;
		
	}
	.advantage__title {
		font-size: 34px;
		line-height: 39px;
		margin-bottom: 40px;
	}
	.advantage__copy {
		font-size: 27px;
		line-height: 37px;
	}
	.products--home {
		column-gap: clamp(80px, 10vw, 210px);
		padding-top: 200px;
	}
	.products--home .product {
		width: 400px;
	}
	.products--home .product__figure {
		height: 680px;
	}
	.products--home .product__image {
		max-width: 250px;
	}
	.products--home .product__title {
		font-size: 28px;
	}
	.articles--home {
		column-gap: clamp(40px, 5vw, 126px);
	}
	.articles--home .article-card {
		max-width: 600px;
	}
	.articles--home .article-card__title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 48px;
	}
	.articles--home .article-card__time {
		font-size: 22px;
	}
	.footer {
		font-size: 16px;
	}
	.footer__menu {
		font-size: 27px;
	}
	
	.about__steps-num-item {
	font-size: 24px;
	}
}
@media (min-height: 1090px) {
	.products--home {
		padding-top: 120px;
	}
}
@media (max-width: 800px) {
	.article__content {
		max-width: 590px;
	}
	.product-slider__swiper {
		max-height: 512px;
	}
	.lottie-player lottie-player {
		transform: scale(2.8) translateY(-40px) translateX(50px);
	}
	
	.about__history-block-col, .about__important-facts-item {
	width: 100%;
	}
	
	.about__docs-item {
	width: 100%;
	}
	
	.about__brands-slider-item {
	width: 120px;
	height: 120px;
	}
	
	.about__brands-slider .swiper-slide {
	width: 120px !important;
	}
	
	.advantage__new-text {
	padding: 0 20px;
	padding-bottom: 30px;
	}
	
	.about__history {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	
	.about__steps {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	}
	
	.about__important {
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.about__important-quote {
	padding: 25px 30px;
	}
	
	.about__history .about__history-block:nth-child(2) .about__history-block-col:nth-child(1) {
	order: 2;
	}
	
	.about__history .about__history-block:nth-child(2) .about__history-block-col:nth-child(2) {
	order: 1;
	padding-top: 20px;
	}
	
	.about__steps-num {
	display: none;
	}
	
	.about__steps-body {
	width: 100%;
	}
	
	.about__steps-body-item {
	display: block;
	margin-bottom: 30px;
	}
	
	.about__steps-body-item h2 {
	display: block;
	}
}
@media (max-width: 768px) {
	.articles--grid {
		--item-width: 200px;
	}
	.gallery__image {
		aspect-ratio: 186/321;
		max-height: 321px;
	}
	.media__content-block + .media__content-block {
		margin-top: 40px;
	}
	.media__content-title {
		margin-bottom: clamp(25px, 6vw, 40px);
	}
	.attachments__item {
		border-top: 1px solid #b3b3b3;
		border-bottom: 1px solid #b3b3b3;
		margin-top: -1px;
	}
	.cookie__content {
		flex-direction: column;
		text-align: center;
	}
}
@media (max-width: 760px) {
	.inache-block--figure {
		z-index: 3;
	}
	.inache-block--content {
		clip-path: unset;
		-webkit-clip-path: unset;
	}
	.inache-content {
		display: block;
	}
	.inache-content::before,
	.inache-content::after {
		display: none;
	}
	.inache-content__text {
		opacity: 1;
	}
	
	.about__second-text {
	padding-top: 40px;
	}
}
@media (max-width: 690px) {
	.lottie-player lottie-player {
		transform: scale(2.5) translateY(10px) translateX(15px);
	}
	.footer__content {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 20px;
	}
	.footer__menu {
		justify-content: center;
	}
	.footer__logo {
		order: 1;
	}
	.footer__social-links {
		order: 3;
		justify-self: center;
		gap: 16px;
		width: 220px !important;
	}
	
	.footer__social-links svg {
	order: 1;
	margin-right: 10px;
	}
	
	.social-links__link-name {
	order: 2;
	}
	
	.footer__social-links .social-links__link {
	display: flex;
	align-content: center;
	align-items: center;
	}
	.footer__bottom-links {
		order: 2;
		margin-bottom: 4px;
		text-decoration: underline;
	}
	.footer__creators {
		order: 4;
	}
	.footer__creators svg {
	max-width: 140px;
	}
	
	.footer__copyright {
		display: none;
	}
	
	.footer__social-links li {
	width: 100%;
	}
	
	.footer__social-links span {
	display: block;
	font-size: 16px;
	}
}
@media (max-width: 550px) {
	:root {
		--container-padding: 20px;
	}
	
	.logo__descr {
	display: none;
	}
	
	.header__social-links--desktop {
		width: 80px;
	}
	
	.social-links {
			gap: 10px;
	}
	
	.header__social-links--mobile {
		display: flex;
	}
	.header__social-links--mobile .social-links__link svg {
		width: 30px;
		height: 30px;
	}
	.header__list-contentinfo {
		display: none;
	}
	.header__menu {
		display: flex;
	}
	.header__menu-wrap {
		padding: 70px 0 30px 0;
		max-width: 100%;
		row-gap: 20px;
	}
	.header__logo {
		margin-left: 0;
		justify-self: center;
	}
	.menu--open .logo {
		z-index: 10;
		color: var(--red);
		transition: color 0.3s ease;
		transition-delay: 0.1s;
	}
	.menu__button--open .menu__icon {
		top: unset;
	}
	.menu__button:hover .menu__icon::after,
	.menu__button:focus-visible .menu__icon::after {
		width: 100%;
	}
	.menu__icon {
		width: 24px;
	}
	.menu__icon::before,
	.menu__icon::after {
		width: 24px;
	}
	.menu__list {
		row-gap: clamp(15px, 6vh, 30px);
		overflow: auto;
		overflow-x: hidden;
	}
	.menu__list--main > .menu__item:first-child {
		margin-top: 60px;
	}
	.menu__list--nested {
		opacity: 1;
		background-color: transparent;
		height: 0;
		overflow: hidden;
		visibility: visible;
		position: static;
		padding: 0 0 0 30px;
		transition: height 0.2s ease, padding-top 0.3s ease;
	}
	.menu__list--nested .menu__link {
		color: rgba(0, 0, 0, 0.5);
	}
	.menu__item--dropdown:hover .menu__link--separator,
	.menu__item--dropdown:focus-visible .menu__link--separator {
		color: #000;
	}
	.menu__item--dropdown-open .menu__link--separator svg {
		transform: rotate(-90deg);
	}
	.menu__item--dropdown-open .menu__list--nested {
		padding: 30px 30px 0 30px;
		box-sizing: content-box;
	}
	.menu__link {
		font-size: 24px;
		line-height: 37px;
		font-weight: 500;
		padding: 0 var(--container-padding);
	}
	.menu__link--separator::after {
		display: none;
	}
	.menu__link--separator svg {
		width: auto;
		height: auto;
		transition: transform 0.3s ease;
		transform: rotate(90deg);
	}
	.home-slider__title {
		font-size: 40px;
		line-height: 41px;
		margin-bottom: 45px;
	}
	.home-slider__tagline {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.home-slider__more {
		margin-bottom: 46px;
	}
	.home-slider .home-slider__pagination {
		display: none;
	}
	.home-slider .swiper-pagination-progressbar {
		z-index: 1;
		top: 108px;
		right: 0;
		background-color: rgba(255, 255, 255, 0.3);
		width: calc(100% - (var(--container-padding) * 2));
		margin: auto;
	}
	.home-slider .swiper-pagination-progressbar-fill {
		background-color: currentColor;
	}
	.title--center {
		margin-bottom: 28px;
	}
	.title--primary {
		font-size: 20px;
		line-height: 27px;
	}
	.title--products {
		margin-bottom: 0;
	}
	.main__container {
		padding-bottom: 70px;
	}
	.main__title {
		margin-bottom: 41px;
	}
	.main__title--articles {
		margin-bottom: 47px;
	}
	.marquee__content {
		gap: 32px;
		padding: 13px 0;
	}
	.marquee__content svg {
		display: none;
	}
	.inache-content {
		font-size: 16px;
		line-height: 23px;
	}
	.advantage {
		//column-gap: 30px;
	}
	.advantage__item {
		max-width: 100%;
		width: 100%;
	}
	.advantage__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.advantage__copy {
		font-size: 14px;
		line-height: 22px;
	}
	.products-block + .products-block {
		margin-top: 80px;
	}
	.products--home {
		column-gap: 59px;
	}
	.products--home .products__item:first-child {
		margin-left: 50vw;
	}
	.products--home .product {
		max-width: 150px;
	}
	.products--home .product__figure {
		margin-bottom: 31px;
		height: 436px;
	}
	.products--home .product__image {
		max-width: 130px;
	}
	.product {
		width: 145px;
		column-gap: 30px;
	}
	.product__figure {
		height: 254px;
	}
	.product__image--ratio {
		min-height: 205px;
		max-height: 254px;
		min-width: 67px;
		max-width: 101px;
	}
	.article__hero {
		margin-left: -20px;
		margin-right: -20px;
	}
	.article__hero-image {
		aspect-ratio: 374/280;
		max-height: 280px;
	}
	.articles--home .article-card {
		max-width: 200px;
	}
	.articles--home .article-card__title {
		font-size: 9px;
		line-height: 14px;
		margin-bottom: 11px;
	}
	.articles--home .article-card__figure {
		margin-bottom: 10px;
	}
	.articles--home .article-card__image {
		aspect-ratio: 2/2;
	}
	.articles--home .article-card__time {
		font-size: 7px;
		line-height: 11px;
	}
	.articles--scroll {
		display: flex;
		column-gap: 23px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}
	.articles--scroll .articles__item {
		scroll-snap-align: center;
		scroll-snap-stop: always;
		flex: 0 0 284px;
	}
	.article-card__figure {
		margin-bottom: 23px;
	}
	.article-card__image {
		aspect-ratio: 328/197;
	}
	.article-card__title {
		font-size: 14px;
		line-height: 20px;
	}
	.article-card__time {
		font-size: 14px;
		line-height: 21px;
	}
	.article-card__time-year {
		display: none;
	}
	.article-card__time-wrap {
		margin-top: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 24px;
	}
	.article-card__latest {
		display: block;
		color: var(--orange);
		font-size: 14px;
		line-height: 21px;
	}
	.content h2 {
		font-weight: 800;
	}
	.content ul,
	.content ol {
		margin-left: 3px;
	}
	.content img:not(.gallery__image) {
		aspect-ratio: 327/280;
		max-height: 280px;
	}
	.gallery {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	.gallery__item {
		scroll-snap-align: center;
		scroll-snap-stop: always;
		flex: 0 0 159px;
	}
	.gallery__image {
		aspect-ratio: 159/256;
		max-height: 256px;
	}
	.form-container {
		margin-bottom: 48px;
	}
	.form--search {
		gap: 8px;
	}
	.form__btn {
		font-size: 12px;
		line-height: normal;
		padding: 6px 26px;
	}
	.search {
		padding: 0 16px;
		font-size: 12px;
		line-height: 17px;
	}
	.search__input {
		padding: 10px 0 8px;
	}
	.product-section__category {
		font-size: 14px;
		line-height: 22px;
	}
	.product-section__content {
		font-size: 14px;
	}
	.product-section__title {
		font-size: 32px;
		line-height: 33px;
		margin-bottom: 16px;
	}
	.product-section p {
		font-size: 14px;
		line-height: 20px;
	}
	.product-section__description {
		margin-bottom: 32px;
	}
	.product-section__block--accordion {
		margin-bottom: 32px;
	}
	.product-section__block--accordion h2 {
		margin-bottom: 16px;
	}
	.product-section__modal .title {
		margin: 40px 0 8px 0;
		font-size: 23px;
	}
	.product-section__modal-close {
		top: 25px;
		margin-left: var(--container-padding);
	}
	.product-section__btn-exit {
		top: 22px;
		right: 23px;
		width: 32px;
		height: 32px;
	}
	.product-section__btn-exit svg {
		width: 14px;
		height: 14px;
	}
	.product-section__btn-buy {
		padding: 8px 20px;
		margin-bottom: 32px;
	}
	.product-section__cert {
		max-width: 240px;
	}
	.product-slider__swiper {
		height: 488px;
	}
	.product-slider__thumbs {
		max-width: 332px;
		height: 56px;
	}
	.product-slider__thumbs-item {
		width: 54px !important;
		height: 54px !important;
	}
	.accordion {
		padding-left: 28px;
	}
	.accordion__summary::before {
		left: -30px;
		width: 20px;
		height: 20px;
		font-size: 14px;
	}
	.accordion__title {
		font-size: 14px;
	}
	.store-list {
		margin: 32px 0 0;
		gap: 8px;
	}
	.store {
		display: flex;
		gap: 20px;
		padding: 16px 22px;
		min-height: 53px;
	}
	.store__title {
		font-size: 12px;
	}
	.store__icon {
		max-width: 90px;
	}
	.store__icon--verniyy svg,
	.store__icon--ozon svg {
		width: 65px;
	}
	.store__icon--lenta svg {
		width: 69px;
	}
	.share {
		flex-direction: column;
		width: 100%;
	}
	.media__description {
		font-size: 20px;
	}
	.media__content-title {
		text-align: center;
	}
	.attachments {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
		gap: 24px;
	}
	.attachments__item:not(:last-child),
	.attachments__item {
		border: none;
	}
	.attachment {
		min-height: 189px;
		flex-direction: column;
		padding: 17px 17px 23px;
		text-align: center;
		background-color: #f8f8f8;
		height: 100%;
		gap: 0;
	}
	.attachment__thumb {
		height: 67px;
		margin-bottom: 14px;
	}
	.attachment__img--vid {
		width: 120px;
		height: 67px;
		object-fit: cover;
	}
	.attachment__link {
		margin-top: auto;
		line-height: 1.3;
		margin-bottom: 16px;
		color: rgba(0, 0, 0, 0.5);
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.attachment__buttons {
		gap: 8px;
	}
	.attachment__btn .btn__bg {
		box-shadow: inset 0 0 0 1px var(--color);
	}
	.attachment__meta {
		opacity: 0;
		height: 0;
		position: absolute;
		z-index: -1;
	}
	.attachment__img {
		mix-blend-mode: darken;
	}
}
