@charset "UTF-8";
@font-face {
  font-family: 'ploni_dl_1';
  src: url("../fonts/ploni-light-aaa_1-webfont.woff2") format("woff2"), url("../fonts/ploni-light-aaa_1-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ploni_dl_1';
  src: url("../fonts/ploni-regular-aaa_1-webfont.woff2") format("woff2"), url("../fonts/ploni-regular-aaa_1-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ploni_dl_1';
  src: url("../fonts/ploni-black-aaa_1-webfont.woff2") format("woff2"), url("../fonts/ploni-black-aaa_1-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'ploni_dl_1';
  src: url("../fonts/ploni-ultrabold-aaa_1-webfont.woff2") format("woff2"), url("../fonts/ploni-ultrabold-aaa_1-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'ploni_dl_1';
  src: url("../fonts/ploni-bold-aaa_1-webfont.woff2") format("woff2"), url("../fonts/ploni-bold-aaa_1-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  display: block;
  width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="”checkbox”"].visually-hidden,
input[type="”radio”"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --fsz-120: 120px;
  --fsz-80: 80px;
  --fsz-60: 60px;
  --fsz-48: 48px;
  --fsz-45: 45px;
  --fsz-36: 36px;
  --fsz-30: 30px;
  --fsz-24: 24px;
  --fsz-20: 20px;
  --fsz-16: 16px;
  --fsz-18: 18px; }

/* Since our inception in 2016, we've been on a mission to connect artists and labels with their fan communities, transforming aspirations into reality and melodies into growth and revenues. */
body {
  font-family: 'ploni_dl_1';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  background-color: #fff; }

html {
  margin: 0 !important;
  overflow: unset !important; }

body.noscroll {
  overflow: hidden; }

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

footer {
  margin-top: auto; }

._conteiner {
  max-width: 2500px;
  margin: 0 auto; }

._inner {
  width: 85%;
  margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #dbd6cc;
  -webkit-text-fill-color: #dbd6cc;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

body::-webkit-scrollbar {
  width: 2px; }

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff; }

/*-boorger-menu---------------------------------*/
.btn-burger {
  display: none; }

.btn-burger.open-menu span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-burger.open-menu:before,
.btn-burger.open-menu:after {
  top: 47%;
  left: 25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.btn-burger.open-menu:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
background: #4C6E80; }

.btn-burger.open-menu:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #4C6E80; }

/*=burger media===============================*/
@media (max-width: 800px) {
  /*=burger media===============================*/
  .btn-burger {
    position: relative;
    /* задаем относительное позиционирование */
    width: 35px;
    /* определяем размеры блока */
    height: 28px;
    display: block; }
  .btn-burger span,
  .btn-burger:after,
  .btn-burger:before {
    width: 30px;
    height: 3px;
    border-radius: 0.93px;
    background: #4C6E80;
    position: absolute;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .btn-burger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-burger:after,
  .btn-burger:before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn-burger:after {
    bottom: 5px; }
  .btn-burger:before {
    top: 5px; } }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-img-2 {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out; }

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out; }

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out; }

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out; }

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js_active._js-img-2, ._js_active._js-img {
  opacity: 1; }

._js_active._js-tl, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt, ._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

._js-anim-class {
  opacity: 0;
  will-change: transform, opacity;
  /* Оптимізація для плавної анімації */ }

@-webkit-keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

._mobile {
  display: none !important; }

._desctop {
  display: block; }

._title {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 900;
  font-size: var(--fsz-60);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 3vh; }
  ._title::after {
    /* Vector */
    content: '';
    display: block;
    margin: 0 auto;
    width: 4vw;
    height: 3px;
    margin-top: 2vh;
    background: #EE4036; }

._static-hover {
  cursor: pointer;
  position: relative; }
  ._static-hover:hover ._static {
    display: none; }
  ._static-hover:hover ._hover {
    display: block; }

._static {
  display: block; }

._hover {
  display: none; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header._active .header_bottom {
    border-bottom: 1px solid #E9E8E8; }
  .header.fadeOut {
    top: -86px; }
  .header ._conteiner {
    overflow: visible; }

.header_top {
  border-bottom: 1px solid #E9E8E8; }
  .header_top ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    gap: 1.2vw; }

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  width: 5%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }
/*  */
/*  */
/*  */
/*  */
/*  */
.header__search-block {
    position: relative; /* Важливо для позиціонування результатів */
}

.header__search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto; /* Додає скрол всередині випадайки, якщо результатів багато */
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 999;
    margin-top: 5px;
}

.header__search-results-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Ховає задовгий текст трикрапкою */
}

.header__search-results-item:hover {
    background: #f5f5f5;
    color: #000; /* Або колір вашого бренду */
}
/*  */
/*  */
/*  */
/*  */
/*  */



.header__search-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  border: 1px solid #E9E8E8;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header__search-block,
.header__btn {
  height: 50px;
  border-radius: 30px; }

.header__search-btn {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .header__search-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.header__search-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: unset;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 18px;
  text-align: left;
  color: #6D6D6D; }
  .header__search-input::-webkit-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fsz-18);
    line-height: 18px;
    text-align: left;
    color: #6D6D6D; }
  .header__search-input:-ms-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fsz-18);
    line-height: 18px;
    text-align: left;
    color: #6D6D6D; }
  .header__search-input::-ms-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fsz-18);
    line-height: 18px;
    text-align: left;
    color: #6D6D6D; }
  .header__search-input::placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fsz-18);
    line-height: 18px;
    text-align: left;
    color: #6D6D6D; }

.header__btn-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.2vw; }

.header__btn {
  padding: 10px;
  min-width: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase; }
  .header__btn span {
    margin: 0 auto; }
  .header__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain; }

.header__btn--catalog {
  background: #EE4036;
  border-radius: 30px;
  color: #fff; }

.header__btn--net {
  border: 1px solid #4C6E80;
  color: #4C6E80; }

.header_bottom {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .header_bottom ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
  
  }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.header-menu__item:hover .header-menu__link {
  color: #EE4036; }
._js-active_page.header-menu__link {
  color: #EE4036; }
.header-menu__item:hover .header-menu__link::after {
  background-image: url(../img/arr-red.svg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.header-menu__link {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: right;
  text-transform: uppercase;
  color: #4C6E80;
  padding: 20px 0; }

.header-menu__item--dropdown .header-menu__link::after {
  content: '';
  margin-left: 5px;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url(../img/arr-grey.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.header-menu__item--dropdown:hover .header-dropdown__menu {
  opacity: 1;
  visibility: visible; }

.header-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px 20px;
  border-top: 1px solid #E9E8E8;
  border-bottom: 1px solid #E9E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden; }

.header-dropdown__link {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 18px;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #4C6E80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .header-dropdown__link img {
    width: 6vw;
    height: 4vw;
    -o-object-fit: contain;
    object-fit: contain; }

._btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 13vw;
  height: 50px;
  background: #4C6E80;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 7px 7px 20px;
  gap: 10px; }
  ._btn:hover ._btn-icon {
    -webkit-animation: _btn-hover 1s ease-in-out infinite;
    animation: _btn-hover 1s ease-in-out infinite; }

@-webkit-keyframes _btn-hover {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  25% {
    -webkit-transform: translateX(-2px) scale(1);
    transform: translateX(-2px) scale(1); }
  75% {
    -webkit-transform: translateX(3px) scale(1);
    transform: translateX(3px) scale(1); }
  100% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

@keyframes _btn-hover {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  25% {
    -webkit-transform: translateX(-2px) scale(1);
    transform: translateX(-2px) scale(1); }
  75% {
    -webkit-transform: translateX(3px) scale(1);
    transform: translateX(3px) scale(1); }
  100% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

._btn-red {
  background: #E74038; }

._btn-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

._btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ._btn-icon img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain; }

._red {
  color: #E74038; }

.home-page .baner_media {
  width: 100%;
  height: 100vh; }
  .home-page .baner_media img, .home-page .baner_media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.home-page .baner {
  padding-top: 0;
  margin: 0; }

.home-page .baner_title {
  text-align: left;
  margin-bottom: 5px; }

.baner {
  margin-top: 150px;
  position: relative; }
  .baner ._inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.baner_media {
  width: 100%;
  height: auto; }

.baner_link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

.baner_link {
  /* Home / about */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

.baner_link--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }
  .baner_link--home img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -3px; }

.baner_content {
  width: 45%;
  margin-right: auto; }

.baner_title {
  text-align: center;
  margin-bottom: 2vh; }
  .baner_title::after {
    display: none; }

.baner_subtitle {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-45);
  line-height: 1.2;
  /* or 107% */
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 2vw; }

.baner_btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }

.whoweare {
  margin-top: 15vh; }

.whoweare_text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5vh; }

.whoweare_btn {
  margin: 0 auto; }

.whoweare_list {
  margin: 6vh auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.whoweare_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }

.whoweare_item-icon {
  margin: 0 auto;
  margin-bottom: 2vh;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  /* Необхідно для позиціонування бліка */
  overflow: hidden;
  /* Обрізає блік по колу */
  -webkit-perspective: 1000px;
  perspective: 1000px;
  /* Створює 3D-глибину всередині іконки */
  /* СЕКРЕТ ОБ'ЄМУ ДЛЯ СІРОЇ КУЛІ */
  /* --- ЕФЕКТ ПРИ ХОВЕРІ --- */ }
  .whoweare_item-icon img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* Плавність анімації (0.8 секунди) з красивим уповільненням */
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform; }

.whoweare_item-title {
  /* 1965 */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1.2;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: uppercase;
  color: #E74038; }

.whoweare_item-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: center;
  color: #4B6E80; }

.whoweare_media {
  margin: 0 auto; }

.whoweare_media-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.whoweare_media-btn--wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8vw;
  height: 8vw;
  z-index: 3;
  cursor: pointer; }
  .whoweare_media-btn--wrapper:hover .whoweare_media-btn--fon-2 {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

.whoweare_media-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.whoweare_media-btn--fon {
  width: 100%;
  height: 100%; }

.whoweare_media-btn--fon-1 {
  width: 100%;
  height: 100%; }

.whoweare_media-btn--fon-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.whoweare_media-btn--icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%; }
  .whoweare_media-btn--icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

._pause-btn {
  display: none; }

.whoweare_media-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .whoweare_media-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.video-car-text {
  margin-top: 15vh;
  width: 100vw;
  height: auto; }
  .video-car-text video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.lineofproducts {
  margin-top: 15vh;
  /* Line 32 */
  border-bottom: 1px solid #E9E8E8; }

.lineofproducts_subtitle {
  /* Filtration Solutions for Automotive & Heavy-Duty Applications */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-45);
  line-height: 1;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 5vh; }

.lineofproducts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.lineofproducts_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.4%;
  flex: 0 0 18.4%;
  width: 18.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .lineofproducts_item:hover .lineofproducts_item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: _show 0.3s ease-in-out;
    animation: _show 0.3s ease-in-out; }

.lineofproducts_item-icon {
  width: 100%;
  margin-bottom: 2vh; }
  .lineofproducts_item-icon video {
    width: 100%;
    height: auto; }

.lineofproducts_item-title {
  /* Fuel Filters */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1.2;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: uppercase;
  color: #E74038;
  padding: 0 2%;
  margin-bottom: 0.5vh; }

.lineofproducts_item-text {
  /* Our oil filters remove foreign particles and impurities from the circulating oil in the engine. */
  padding: 0 2%;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* or 100% */
  text-align: center;
  color: #4B6E80;
  margin-bottom: 2vh; }

.lineofproducts_item-btn {
  min-width: unset;
  margin: 0 auto;
  margin-top: auto;
  display: none; }

@-webkit-keyframes _show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes _show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.lineofproducts_btn {
  margin: 5vh auto 10vh; }

.whyworkwithus {
  margin-top: 10vh; }

.whyworkwithus_text {
  /* At A.L Group, we don’t just sell products or provide services – we create a seamless process of operations and ensure the best fit and result for our customer’s needs.  Our capabilities are your advantages to utilize: */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5vh; }

.whyworkwithus_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 6vh; }

.whyworkwithus_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%; }

.whyworkwithus_item-icon {
  margin: 0 auto;
  margin-bottom: 2vh;
  width: 5vw;
  height: 5vw;
  -o-object-fit: contain;
  object-fit: contain; }

.whyworkwithus_item-title {
  /* In-house design & development */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-30);
  line-height: 1;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80; }

.whyworkwithus_btn {
  margin: 0 auto; }

.innovation {
  padding-top: 10vh; }

.innovation_item {
  padding-bottom: 30vh;
  background-color: #064034;
  padding: 10vh 0; }

.innovation_item-content {
  margin-bottom: 6vh; }
  .innovation_item-content ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.innovation_item-content--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%; }

.innovation_item-content--subtitl {
  /* INNOVATION SPOTLIGHT */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-20);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #FFFFFF; }

.innovation_item-content--title {
  color: #fff;
  text-align: left;
  margin-bottom: 2vh; }
  .innovation_item-content--title::after {
    margin-left: 0;
    background: #BBDB7A;
    margin-top: 1vh; }

.innovation_item-content--text {
  /* IN-EX A versatile sono-chemical impregnation platform that upgrades standard filter media into a functional filtration platform. Through a clean, water-based ultrasonic process, functional particles are embedded directly into the fiber matrix without binders, glues, PFAS-based coatings, or pore-blocking surface layers. This allows A.L. GROUP to create tailor-made filtration media with added properties while preserving the filter’s original airflow or liquid-flow performance. IN-EX is not a single product feature. It is a platform for the next generation of functional filters. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  color: #FFFFFF;
  margin-bottom: 3vh; }

.innovation_item-content--btn {
  background-color: #BBDB7A; }
  .innovation_item-content--btn ._btn-text {
    color: #064034; }

.innovation_item-content--right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%; }

.innovation_item-content--logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.innovation_item-media {
  position: relative;
  margin: 0 auto; }
._js-poster-anim img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
._js-video-anim {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* Якщо потрібно, щоб блок застигав на екрані під час анімації, 
       можна додати position: sticky; top: 0; */ }

._js-video-anim--inner {
  position: relative;
  width: 70vw;
  height: 70vh;
  margin: 0 auto;
  /* Центрування по горизонталі */
  opacity: 0.5;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  /* Магія: збільшення йде зверху вниз */ }

.innovation_media-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.innovation_media-btn--wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8vw;
  height: 8vw;
  z-index: 3;
  cursor: pointer; }
  .innovation_media-btn--wrapper:hover .innovation_media-btn--fon-2 {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

.innovation_media-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.innovation_media-btn--fon {
  width: 100%;
  height: 100%; }

.innovation_media-btn--fon-1 {
  width: 100%;
  height: 100%; }

.innovation_media-btn--fon-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.innovation_media-btn--icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%; }
  .innovation_media-btn--icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

._pause-btn {
  display: none; }

.innovation_media-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
  .innovation_media-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.innovation_item--zence {
  background-color: #301C3F;
  margin-top: -2px; }
  .innovation_item--zence .innovation_item-content--btn {
    background-color: #CA47F9; }
  .innovation_item--zence .innovation_item-content--btn ._btn-text {
    color: #fff; }
  .innovation_item--zence .innovation_item-content--title::after {
    margin-left: 0;
    background: #CA47F9;
    margin-top: 1vh; }

.innovation_item--inex {
  position: relative; }
  .innovation_item--inex::after {
    content: '';
    width: 100vw;
    height: 35vw;
    position: absolute;
    top: -9vw;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/inex-fon-top.png); }
  .innovation_item--inex::before {
    content: '';
    width: 100vw;
    height: 6.2vw;
    position: absolute;
    bottom: 0vw;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/inex-fon-bottom.png); }

.innovation_item--zence {
  position: relative; }
  .innovation_item--zence::after {
    content: '';
    width: 100vw;
    height: 4.1vw;
    position: absolute;
    top: 0vw;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/zence-fon-top.png); }

.innovation_item--inex {
  position: relative;
  padding-bottom: 7vw; }

._inner {
  position: relative;
  z-index: 2; }

.sustainability {
  margin-top: 15vh;
  border-bottom: 1px solid #E9E8E8; }

.sustainability_text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5vh; }

.sustainability_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.sustainability_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 5% 5%; }
  .sustainability_item:not(:last-child) {
    border-right: 1px solid #E9E8E8; }

.sustainability_item-icon {
  width: 30%;
  margin: 0 auto 3vh; }

.sustainability_item-title {
  /* Environmental Policy */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #E74038;
  margin-bottom: 2vh; }

.sustainability_item-text {
  /* At A.L. Group, we understand that our duty to ensure profitable business operations goes hand in hand with our responsibility to protect the environment, promote public health, and maintain safety. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80; }

.sustainability_btn {
  margin: 0 auto 10vh; }

.blog {
  margin-top: 10vh; }

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.blog_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  /* Rectangle 746 */
  display: none; }
  .blog-article-page .blog_item,
  .article-page .blog_item {
  display: block; }
  .blog_item._active {
    display: block; }

.home-page .blog_item {
  display: block; }

.blog_item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9E8E8;
  border-radius: 30px;
  padding: 1vw;
  height: 100%; }

.blog_item-media {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15vw;
  flex: 0 0 15vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 30px 30px 0px 0;
  margin-bottom: 3vh;
  position: relative; }
  .blog_item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.blog_item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.blog_item-type--wrapper{
position: absolute;
  left: 1vw;
  top: 1vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.blog_item-type {
  
  height: 50px;
  padding: 0 1.5vw;
  background: #4C6E80;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

.blog_item-title {
  /* Embracing a Sustainable Future */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* identical to box height, or 125% */
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 1vh; }

.blog_item-text {
  /* Did you know that, according to the Intergovernmental Panel on Climate Change (IPCC), human activities have caused approximately 1.0°C of global warming above pre-industrial... */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.1;
  /* or 111% */
  color: #4B6E80;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3vh; }

.blog_item-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.blog_item-date--title {
  /* Date 18.05.2026 */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  /* or 100% */
  color: #4B6E80;
  margin-bottom: 2px; }

.blog_item-date--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 500;
  font-size: var(--fsz-16);
  line-height: 1;
  /* or 100% */
  color: #4B6E80; }

.blog_item-btn {
  min-width: unset;
  background-color: transparent;
  border: 1px solid #4C6E80; }
  .blog_item-btn ._btn-text {
    color: #4C6E80; }

.blog_btn {
  margin: 5vh auto 10vh; }

.about-page .baner_title {
  color: #fff; }

.after-baner-menu {
  padding: 1vh 0;
  /* Line 32 */
  background-color: #fff;
  border-bottom: 1px solid #E9E8E8; }
.after-baner-menu__item-media{
  transition: all 0.3s linear;
}
/* .products-page .after-baner-menu._fixed-block{
  top: -75px;
} */

/* .products-page .after-baner-menu._fixed-block .after-baner-menu__item-media{
display: none;
} */
.after-baner-menu._fixed-block {
    position: fixed;
    top: 58px; /* Висота вашого header_bottom, щоб вони не перекривали один одного */
    left: 0;
    width: 100%;
    z-index: 99;
}
.after-baner-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5%; }

.after-baner-menu__link:hover .after-baner-menu__link-text, .after-baner-menu__link._active .after-baner-menu__link-text ,
.after-baner-menu__link._js-scroll-active .after-baner-menu__link-text{
  color: #E74038; }

.after-baner-menu__link-text {
  /* Introduction */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4C6E80; }

.introduction {
  padding: 10vh 0;
  border-bottom: 1px solid #E9E8E8; }
  .introduction ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.introduction__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }

.introduction__title {
  text-align: left; }
  .introduction__title p {
    margin: 0;
    margin-top: 3vh;
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fsz-24);
    line-height: 1;
    /* or 100% */
    text-transform: uppercase;
    color: #4B6E80; }
  .introduction__title::after {
    margin-left: 0; }

.introduction__text {
  /* A.L. GROUP is a global filtration solutions provider, delivering advanced filtration products to our partners worldwide.  With over 60 years of experience, we combine engineering expertise, manufacturing excellence, and deep market understanding to develop high-performance filtration solutions for the automotive and industrial sectors.  Our global operations span the EMEA, Americas, and Asia Pacific markets, with production facilities in Bulgaria, China, and the United States, alongside our headquarters in Israel. This international presence allows us to respond quickly, adapt locally, and serve customers across diverse markets with flexibility and precision.  At A.L. GROUP, we go beyond standard filtration. We design, develop, and manufacture solutions that meet evolving regulatory requirements, improve performance, and support cleaner, healthier environments.  Our approach is built on long-term partnerships. We work closely with our customers to deliver tailored solutions, ensuring reliability, consistency, and transparency from concept to production.  Driven by quality and forward-thinking development, we are committed to our partners' success. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 110% */
  text-align: left;
  color: #4B6E80; }

.introduction__text-bottom {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #4B6E80; }

.introduction__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }
  .introduction__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.vision_mission {
  padding: 10vh 0;
  border-bottom: 1px solid #E9E8E8; }
  .vision_mission ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.vision_mission__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }
  .vision_mission__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.vision_mission__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }

.vision_mission__title {
  text-align: left; }
  .vision_mission__title::after {
    margin-left: 0; }

.vision_mission__text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 110% */
  color: #4B6E80; }

.ourcorevalues {
  padding: 10vh 0; }

.ourcorevalues_text {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 6vh;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80; }

.ourcorevalues__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ourcorevalues__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 3% 3%; }
  .ourcorevalues__item:not(:last-child) {
    border-right: 1px solid #E9E8E8; }

.ourcorevalues__item-icon {
  width: 30%;
  margin: 0 auto 3vh; }

.ourcorevalues__item--title {
  /* PERSONAL */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 2vh; }

.ourcorevalues__item--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80; }

.ourjourney {
  background-image: url(../img/about/jor-fon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .ourjourney ._conteiner {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.ourjourney__header {
  padding: 5vh 0;
  width: 100%;
  border-bottom: 1px solid #E3DBCE; }

.ourjourney__title {
  text-align: left;
  margin: 0; }
  .ourjourney__title::after {
    display: none; }

.ourjourney__content {
  width: 100%;
  padding: 5vh 0; }

.ourjourney__content-list {
  position: relative; }

.ourjourney__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ourjourney__content-item--info {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.owl-item.active .ourjourney__content-item--info {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.6s  ease-in-out;
  -o-transition: all 0.6s  ease-in-out;
  transition: all 0.6s  ease-in-out; }

.ourjourney__content-item--title {
  text-align: left; }
  .ourjourney__content-item--title::after {
    margin-left: 0;
    margin-top: 1vh; }

.ourjourney__content-item--text {
  /* In December 1965, Mr. Eliahu Aloni, a young pioneer and WWII refugee, founded A.L. Filter together with his sons in a small workshop in Israel.  With just 15 employees, the company began producing filters mainly for military applications, laying the foundations for the family-built enterprise that A.L. would grow to become. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: left;
  color: #4B6E80; }
.ourjourney__content-item--text p{
  margin: 0;
  margin-bottom: 2vh;
}
.ourjourney__content-item--media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
  background-color: #E3DBCE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  opacity: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
  .ourjourney__content-item--media img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.owl-item.active .ourjourney__content-item--media {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.ourjourney__timeline {
  width: 100%; }

.ourjourney__timeline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1%;
  padding: 5vh 0; }

.ourjourney__timeline-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%; }

.ourjourney__timeline-item--title {
  /* 1965 */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-transform: uppercase;
  color: #4B6E80;
  text-align: center;
  margin-bottom: 2vh; }

.ourjourney__timeline-item--line-wrapper {
  width: 100%;
  height: 5px;
  background: #E3DBCE;
  position: relative; }

.ourjourney__timeline-item.active .ourjourney__timeline-item--line {
  width: 100%; }

.ourjourney__timeline-item--line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  /* Rectangle 2293 */
  width: 0%;
  height: 100%;
  background: #4B6E80;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.team {
  padding-bottom: 10vh;
  /* Line 43 */
  border-bottom: 1px solid #E9E8E8; }

.team__title {
  margin-top: 10vh; }

.team__text {
  /* A.L. GROUP’s leadership combines hands-on manufacturing expertise with global execution. Their experience across engineering, innovation, and operations shapes how we scale, strengthen our capabilities, expand our reach, and deliver consistent results for customers worldwide. */
  width: 70%;
  margin: 0 auto;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80;
  margin-bottom: 5vh; }

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1%;
  row-gap: 1%; }

.team__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  width: 32%;
  padding: 1vw;
  background: #FFFFFF;
  border: 1px solid #E9E8E8;
  border-radius: 30px;
  margin-bottom: 1%; }
  .team__item._active .team__item-open-info {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.team__item-header {
  width: 100%;
  height: 16vw;
  background: #E9E8E8;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  margin-bottom: 2vh;
  position: relative; }

.team__item-foto {
  width: 100%;
  height: 100%; }
  .team__item-foto img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom; }

.team__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1vh; }

.team__item-name {
  /* Boaz Roseman */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* identical to box height, or 125% */
  text-transform: uppercase;
  color: #4B6E80; }

.team__item-position {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #EE4036; }

.team__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content; }

.team__item-btn {
  /* Ellipse 40 */
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4B6E80;
  margin-left: 0.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .team__item-btn img {
    width: 70%;
    height: 70%; }

.team__item-open-info {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .team__item-open-info img {
    width: 40%;
    height: 40%; }

.globalpresence {
  padding: 10vh 0; }

.globalpresence_title {
  margin-bottom: 6vh; }

.globalpresence_content {
  position: relative; }

._item-israel {
  left: 46vw;
  top: 12vw; }

._item-usa {
  left: 21vw;
  top: 7.5vw; }

._item-bulgaria {
  left: 42vw;
  top: 6.5vw; }

._item-china {
  left: 73.5vw;
  top: 11vw; }

._item-japan {
  left: 75vw;
  top: 13vw; }

.globalpresence_item---revers .globalpresence_item-dot {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.globalpresence_item---revers .globalpresence_item-info {
  left: calc(100% - 8px); }

.globalpresence_item {
  z-index: 2;
  position: absolute;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .globalpresence_item:hover {
    z-index: 3; }
    .globalpresence_item:hover .globalpresence_item-info {
      display: block;
      -webkit-animation: _show-info 0.3s ease-in-out;
      animation: _show-info 0.3s ease-in-out; }

.globalpresence_item-dot {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
  padding-top: 1vw; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.globalpresence_item-dot--icon {
  /* Vector */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #E7332A;
  -webkit-animation: pulse 1s ease-in-out infinite;
  animation: pulse 1s ease-in-out infinite; }

.globalpresence_item-dot--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 800;
  font-size: var(--fsz-20);
  line-height: 1;
  /* or 120% */
  text-transform: uppercase;
  color: #4B6E80; }

.globalpresence_item-info {
  position: absolute;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  top: 0;
  left: 8px;
  z-index: 3;
  display: none; }

@-webkit-keyframes _show-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-110%) translateX(-50%);
    transform: translateY(-110%) translateX(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%); } }

@keyframes _show-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-110%) translateX(-50%);
    transform: translateY(-110%) translateX(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%); } }

.globalpresence_item-info__list {
  background: #EE4036;
  border-radius: 15px;
  width: 25vw;
  padding: 1vw;
  position: relative; }
  .globalpresence_item-info__list::after {
    content: "";
    position: absolute;
    bottom: -0.9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 1vw 1vw 0 1vw;
    border-style: solid;
    border-color: #EE4036 transparent transparent transparent; }

.globalpresence_item-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5vw; }
  .globalpresence_item-info__item:not(:last-child) {
    margin-bottom: 2vh; }
  .globalpresence_item-info__item img {
    width: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: auto; }

.globalpresence_item-info__item-content {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 800;
  font-size: var(--fsz-20);
  line-height: 1.1;
  /* or 120% */
  text-transform: uppercase;
  color: #FFFFFF; }

.after-baner-menu__item-media {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .after-baner-menu__item-media video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.products-page .after-baner-menu {
  padding: 1vh 0 2vh; }

.products-page .after-baner-menu__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  width: 12%; }

.products-page .baner_link {
  color: #4B6E80; }

.all-products__item {
  padding: 10vh 0;
  border-bottom: 1px solid #E9E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .all-products__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.all-products__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }

.all-products__item-title {
  text-align: left;
  margin-bottom: 2vh; }
  .all-products__item-title::after {
    margin-left: 0; }

.all-products__item-subtitle {
  margin: 0;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-30);
  line-height: 1;
  /* or 100% */
  text-transform: uppercase;
  text-align: left;
  color: #4B6E80; }

.all-products__item-text {
  /* Fuel filtration has changed dramatically in the last decade. Today’s gasoline and diesel engines rely on high-pressure injection systems with extremely tight tolerances, where a small amount of contamination can affect spray pattern, efficiency, emissions, and in the worst case, lead to pump or injector damage. At the same time, service intervals have extended, so the filter has to maintain performance and flow stability for longer, under harsher operating conditions.  Modern fuel filters are no longer “just a can.” Many designs integrate heaters, temperature elements, sensors, pressure or restriction monitoring, and specific flow-management features that must work flawlessly with the vehicle’s control strategy. Diesel applications add another layer of complexity: advanced water separation is essential to protect injection equipment, especially in humid climates or variable fuel quality markets. Effective separation, controlled drainage, and consistent behaviour across a wide range of flow rates are key to reliability.  A.L. GROUP develops aftermarket fuel filters to match OE functionality—fit, sealing, flow characteristics, and integrated features—so the system performs as designed. And where OE designs are patented or mechanically complex, we bring the engineering depth to develop compliant aftermarket solutions that replicate the required interfaces and performance, without compromising safety, durability, or serviceability. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 110% */
  color: #4B6E80; }
  .all-products__item-text p {
    margin: 0;
    margin-bottom: 2vh; }

.all-products__item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }
  .all-products__item-media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.products-catalogue {
  position: relative; }
  .products-catalogue ._inner {
    position: relative;
    z-index: 2;
    padding: 10vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.products-catalogue__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.products-catalogue__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%; }
  .products-catalogue__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.products-catalogue__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.products-catalogue__subtitle {
  /* Visit our */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-48);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80; }

.products-catalogue__title {
  /* catalogue */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-80);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #4B6E80; }

.products-catalogue__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1vh; }

.error-thanks_icon-thanks {
  width: 8%;
  margin: 0 auto;
  margin-bottom: 2vh; }

.error-thanks_title {
  /* Thank You! */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-60);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #4B6E80;
  margin-bottom: 0; }

.error-thanks-page ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.error-thanks {
  padding-top: 20vh;
  padding-bottom: 10vh; }

.error-thanks_icon-error {
  width: 70%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 2vh; }

.error-thanks_subtitle {
  /* Oops! page not found. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1.2;
  /* identical to box height, or 117% */
  text-align: center;
  color: #4B6E80;
  margin-bottom: 1vh; }

.error-thanks_text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  margin-bottom: 3vh; }

.newfiltrationfields-page .baner_title {
  color: #fff; }

.newfiltrationfields-page .after-baner-menu {
  padding: 2vh 0; }

.newfiltrationfields {
  padding-top: 10vh; }

.newfiltrationfields_title {
  font-size: var(--fsz-120);
  line-height: 0.8; }

.newfiltrationfields_text {
  /* A.L. Group is expanding its filtration expertise beyond traditional automotive applications to serve emerging and evolving industries. As global markets shift toward electrification, sustainability and smart technologies, we are leveraging decades of engineering knowledge to address new challenges across multiple sectors. Our research and development teams are actively engaged in projects that support next-generation mobility and infrastructure. Ongoing initiatives include filtration systems for electric and hybrid vehicles, fuel-cell and hydrogen combustion technologies. We are also developing solutions for residential and commercial HVAC systems, marine applications, and industrial machinery. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  width: 80%;
  margin: 0 auto; }
  .newfiltrationfields_text p {
    margin: 0;
    margin-bottom: 2vh; }

.newfiltrationfields_list {
  padding: 10vh 0; }

.newfiltrationfields_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .newfiltrationfields_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.newfiltrationfields_item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 7.5vw; }

.newfiltrationfields_item-title {
  text-align: left;
  margin-bottom: 2vh; }
  .newfiltrationfields_item-title::after {
    margin-left: 0; }

.newfiltrationfields_item-text {
  /* Innovation thrives through partnership. A.L. Group welcomes collaboration with OEMs, research institutions, universities and industrial manufacturers seeking customised filtration solutions. Whether through joint development programmes, pilot projects, licensing agreements, or strategic alliances, we offer the technical expertise and manufacturing capabilities required to bring advanced concepts to market efficiently and reliably. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: left;
  color: #4B6E80; }

.newfiltrationfields_item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 50vw; }
  .newfiltrationfields_item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.newfiltrationfields_whatsnext {
  position: relative; }

.newfiltrationfields_whatsnext-fon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .newfiltrationfields_whatsnext-fon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom; }

.newfiltrationfields_whatsnext-content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 10vh 0;
  padding-left: 7vw;
  padding-right: 45%;
  min-height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.newfiltrationfields_whatsnext-title {
  text-align: left;
  margin-bottom: 2vh; }
  .newfiltrationfields_whatsnext-title::after {
    margin-left: 0; }

.newfiltrationfields_whatsnext-text {
  /* We invite innovators, researchers and industry leaders to explore new possibilities with us. If you are developing next-generation products or entering new markets that require advanced filtration expertise, connect with A.L. Group to discuss collaborative opportunities and customised solutions. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-30);
  line-height: 1.2;
  /* or 113% */
  color: #4B6E80;
  margin-bottom: 3vh; }

.blog-page {
  margin-bottom: 10vh; }
  .blog-page .blog {
    margin-top: 1.5vw; }
  .blog-page .baner_title {
    color: #fff; }
  .blog-page .after-baner-menu {
    padding: 2vh 0; }
  .blog-page .blog_item._first-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .blog-page .blog_item._first-item .blog_item-link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .blog-page .blog_item._first-item .blog_item-media {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      height: 25vw;
      overflow: hidden;
      border-radius: 30px 0px 0px 30px;
      margin-bottom: 0;
      position: relative; }
    .blog-page .blog_item._first-item .blog_item-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      margin-left: auto; }
    .blog-page .blog_item._first-item .blog_item-title {
      font-size: var(--fsz-30);
      margin-bottom: 2vh; }
  .blog-page .blog_list {
    gap: 2%;
    row-gap: 1.5vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.article {
  margin-top: 20vh; }
  .article .baner_link {
    color: #4B6E80; }

.article_wrapper {
  padding-top: 7vh;
  margin-top: 3vh;
  border-top: 1px solid #E9E8E8; }
  .article_wrapper ._inner {
    position: relative; }
.article_date{
  margin: 2vh auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  /* gap: 3px; */
}
.article_share {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0; }

.article_content {
  width: 65%;
  margin: 0 auto; }

.article_title {
  margin: 0;
  font-size: var(--fsz-48); }
  .article_title::after {
    display: none; }

.article_media {
  margin-top: 5vh;
  width: 100%;
  height: auto; }
  .article_media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

._blog-filter-btn {
  cursor: pointer; }

.faq_block {
  display: none; }
  .faq_block._active-block {
    display: block; }

.servises-page .after-baner-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }
  .servises-page .after-baner-menu__link img {
    width: 2vw;
    height: 2vw;
    -o-object-fit: contain;
    object-fit: contain; }

.servises-page .after-baner-menu__link-text {
  text-align: left; }

._faq-filter-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }
  ._faq-filter-btn img {
    width: 2vw;
    height: 2vw;
    -o-object-fit: contain;
    object-fit: contain; }

.faq {
  margin-top: 5vh;
  margin-bottom: 10vh; }
  .faq ._active .faq__hide-content {
    display: block; }
  .faq ._active ._open {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .faq ._active ._close {
    opacity: 1; }

.faq__hide-content {
  display: none; }

.faq__item--content {
  border-bottom: 1px solid #E9E8E8;
  background-color: #fff;
  padding: 1vw 0; }

.faq__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.faq__btn-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-24);
  line-height: 1;
  /* identical to box height, or 150% */
  color: #4B6E80; }

.faq__btn-icon-wrapper {
  width: 1vw;
  height: 1vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1vw;
  flex: 0 0 1vw;
  position: relative; }

.faq__btn-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

._open {
  opacity: 1; }

._close {
  opacity: 0; }

.faq__hide-content {
  /* At A.L. Group, we design and manufacture filtration solutions for the light and heavy-duty vehicles industry, including for trucks and heavy machinery. We specialize in designing customized filter solutions according to customer demand. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  color: #4B6E80;
  padding-top: 30px; }

.faq-page .after-baner-menu {
  padding: 2vh 0;
  border-bottom: 1px solid #E9E8E8; }

._product-page .baner_title,
.sustainability-page .baner_title,
.servises-page .baner_title,
.faq-page .baner_title,
.contacts-page .baner_title {
  color: #fff; }

._product-page {
  background-color: #064034; }
  ._product-page .baner_logo {
    width: 20%;
    margin: 0 auto; }
  ._product-page ._title {
    color: #fff; }
  ._product-page ._title::after {
    background: #BBDB7A; }
  ._product-page .faq__item--content {
    border-bottom: 1px solid #BBDB7A;
    background-color: transparent;
    padding: 1vw 0; }
  ._product-page .faq__btn-text {
    color: #fff; }
  ._product-page .faq__hide-content {
    color: #fff; }
  ._product-page .faq__btn-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  ._product-page .faq {
    width: 70%;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 10vh; }
  ._product-page .after-baner-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px; }
    ._product-page .after-baner-menu__link img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 2vw;
      flex: 0 0 2vw;
      width: 2vw;
      height: 2vw;
      -o-object-fit: contain;
      object-fit: contain; }
  ._product-page .after-baner-menu__link-text {
    color: #fff;
    text-align: left; }
  ._product-page .after-baner-menu__item {
    padding: 5px 10px;
    border: 1px solid #BBDB7A; }

._product-form_fon {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -6.1vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

._product-form {
  width: 100%;
  padding: 0 15%;
  margin: 0 auto;
  padding-bottom: 10vh;
  position: relative;
  /* 3. Стиль для галочки, коли чекбокс активовано */
  /* Створюємо саму галочку за допомогою псевдоелемента */
  /* Показуємо галочку, коли чекбокс вибрано */ }
  ._product-form ._conteiner {
    position: relative;
    z-index: 1; }
  ._product-form .footer__form--item._50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%; }
    .footer__form--item {
      position: relative;
    }
    .wpcf7-not-valid-tip {
    color: #dc3232;
    font-family: 'ploni_dl_1';
    position: absolute;
    width: max-content;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: unset;
        color: #dc3232;
    font-family: 'ploni_dl_1';
    margin: 0;
    padding: 0;
}
.footer__form--item---checkbox{
  position: relative;
}
.wpcf7-list-item{
  margin: 0;
}
.footer__form--item--submit p{
  margin: 0;
  padding: 0;
}
.wpcf7-spinner {
  
    position: absolute;
    margin: 0;
}
.footer__form--item--submit input {
    left: 0;
    top: 0;
}
    .footer__form--item .wpcf7-form-control-wrap{
position: static;
    }
    .footer__form--item p{
      margin: 0;
      padding: 0;
      width: 100%;
    }
     .footer__form--item---checkbox p{
      margin: 0;
      padding: 0;
    }
    .wpcf7-list-item-label{
      display: none;
    }
  ._product-form .footer__form--item {
    border-radius: 0;
    border: 1px solid #BBDB7A; }
  ._product-form .footer__form--item--submit-icon::after {
    -webkit-filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(692%) hue-rotate(33deg) brightness(93%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(692%) hue-rotate(33deg) brightness(93%) contrast(90%); }
  ._product-form .footer__form--item--submit-icon {
    background-color: #064034; }
  ._product-form input[type="checkbox"] {
    /* 1. Вимикаємо стандартний вигляд браузера */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* 2. Задаємо ваші розміри та рамку */
    width: 20px;
    height: 20px;
    border: 1px solid #E9E8E8;
    border-radius: 4px;
    /* Легке округлення кутів за бажанням */
    background-color: transparent;
    /* Готуємо елемент до центрування галочки всередині */
    display: -ms-inline-grid;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    outline: none; }
  ._product-form input[type="checkbox"]:checked {
    background-color: #BBDB7A;
    /* Ваш фірмовий червоний колір для фону */
    border-color: #BBDB7A;
    /* Змінюємо колір рамки на колір фону */ }
  ._product-form input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #ffffff;
    /* Ліва лінія галочки */
    border-bottom: 2px solid #ffffff;
    /* Нижня лінія галочки */
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
    -ms-transform: rotate(-45deg) translate(1px, -1px);
    transform: rotate(-45deg) translate(1px, -1px);
    /* Повертаємо, щоб вийшла галочка */
    opacity: 0;
    /* Спочатку ховаємо галочку */ }
  ._product-form input[type="checkbox"]:checked::before {
    opacity: 1; }
  ._product-form .footer__form--item--submit {
    background: #BBDB7A;
    background-color: #BBDB7A;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 12vw; }
  ._product-form .footer__form--item--submit-text {
    color: #064034; }
  ._product-form .footer__form--item---checkbox-text a,
  ._product-form .footer__form--item---checkbox-text {
    color: #fff; }

._product-main {
  position: relative;
  margin-top: 10vh;
  margin-bottom: 10vh; }
  ._product-main ._inner {
    position: relative;
    z-index: 2; }

._product-main-fon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: auto; }

._product-main_text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto; }

._product-main_filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 5vh;
  padding-bottom: 5vh; }

._product-main_filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
  /* Rectangle 2314 */
  padding: 5px 10px;
  border: 1px solid #BBDB7A; }

._product-main_filter-btn--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2vw;
  flex: 0 0 2vw;
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
  object-fit: contain; }

._product-main_filter-btn--text {
  /* in-ex for vehicles */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #FFFFFF; }

._product-totalkill {
  padding: 10vh 0;
  background-color: #fff; }

._product-totalkill_title {
  color: #064034 !important; }

._product-totalkill_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._product-totalkill_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%; }
  ._product-totalkill_item:nth-child(n+3) {
    -ms-flex-item-align: end;
    align-self: flex-end; }

._product-totalkill_item-icon {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto; }

._product-totalkill_item-title {
  font-size: var(--fsz-36);
  color: #064034 !important;
  margin-bottom: 1vh; }
  ._product-totalkill_item-title::after {
    width: 2vw;
    margin-top: 1vh; }

._product-totalkill_item-text {
  /* IN-EX technology was chosen as one of 2021 Top Ten Emerging Technologies in Chemistry by the IUPAC (the International Union of Pure and Applied Chemistry). */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #064034;
  margin-bottom: 2vh; }

._product-totalkill_item-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

._product-tested {
  padding-bottom: 12vh;
  background-color: #fff; }

._product-tested_subtitle {
  /* IN-EX efficacy is unmatched */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-36);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #064034; }

._product-tested_title {
  color: #064034 !important; }

._product-tested_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 1.65vw; }

._product-tested_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  background: #F5F5F5;
  padding: 2vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

._product-tested_item--icon {
  width: 50%;
  height: 4vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1vh; }
  ._product-tested_item--icon._small {
    width: 50%;
    height: 3vw;
    margin-bottom: 2vh; }

._product-tested_item-text {
  /* Kill rate for H1N1 – Influenza Virus */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #064034;
  margin-bottom: 2vh; }

._product-tested_item--footer {
  margin-top: auto; }

._product-tested_item--footer-icon {
  height: 3vw;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 30%;
  margin: 0 auto;
  margin-bottom: 1vh; }

._product-tested_item--footer-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #064034; }

._product-adventage {
  position: relative;
  padding-top: 15vh; }
  ._product-adventage ._inner {
    position: relative;
    z-index: 2; }

._product-adventage_fon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -25.8%);
  -ms-transform: translate(-50%, -25.8%);
  transform: translate(-50%, -25.8%);
  width: 100%;
  height: auto; }

._product-adventage_text {
  width: 70%;
  margin: 0 auto;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 7vh; }
  ._product-adventage_text p {
    margin: 0;
    margin-bottom: 2vh; }

._product-howitworks {
  margin-top: 10vh; }

._product-howitworks_text {
  width: 70%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #FFFFFF; }
  ._product-howitworks_text p {
    margin: 0;
    margin-bottom: 2vh; }

._product-howitworks_list {
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

._product-howitworks_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%; }

._product-howitworks_item-icon {
  margin: 0 auto;
  margin-bottom: 3vh;
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain; }

._product-howitworks_item-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #FFFFFF;
  padding: 0 5%; }

._product-services .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 3vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

._product-services .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #BEE3DB;
  border-radius: 0px;
  margin: 0 4px; }

._product-services .owl-theme .owl-dots .owl-dot.active span, ._product-services .owl-theme .owl-dots .owl-dot:hover span {
  background: #BBDB7A; }

._product-services_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ._product-services_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

._product-services_item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 7.5vw;
  width: 50%;
  padding-right: 7.5%; }

._product-services_item-title {
  text-align: left;
  margin-bottom: 2vh; }
  ._product-services_item-title::after {
    margin-left: 0; }

._product-services_item_text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  color: #FFFFFF;
  margin-bottom: 4vh; }

._product-services_item-btn {
  /* Rectangle 728 */
  height: 50px;
  background: #BBDB7A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px; }

._product-services_item-btn--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #064034; }

._product-services_item-btn--icon {
  width: 30px;
  height: 30px;
  background-color: #064034;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ._product-services_item-btn--icon::after {
    content: "";
    width: 60%;
    height: 60%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arr-red.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(692%) hue-rotate(33deg) brightness(93%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(692%) hue-rotate(33deg) brightness(93%) contrast(90%); }

._product-services_item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 100vh; }
  ._product-services_item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

._product-services_item-slider {
  width: 100%;
  height: 100%; }

.sustainability-environmental {
  margin-top: 10vh; }

.sustainability-environmental_text {
  width: 70%;
  margin: 0 auto;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80; }
  .sustainability-environmental_text p {
    margin: 0;
    margin-bottom: 2vh; }

.sustainability-environmental_list {
  margin-top: 5vh;
  width: 70%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5%;
  margin-bottom: 6vh;
  margin-top: 6vh; }

.sustainability-environmental_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  margin-bottom: 4vh; }

.sustainability-environmental_item-icon {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 2vh; }

.sustainability-environmental_item-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80; }

.sustainability-environmental_media {
  width: 100%;
  height: auto; }
  .sustainability-environmental_media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.sustainability-ongoing {
  margin-top: 10vh;
  /* Line 34 */
  border-bottom: 1px solid #E9E8E8; }

.sustainability-ongoing_text {
  width: 70%;
  margin: 0 auto;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80; }

.sustainability-ongoing_list {
  margin-top: 5vh;
  width: 70%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5%;
  margin-bottom: 6vh;
  margin-top: 6vh; }

.sustainability-ongoing_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  margin-bottom: 4vh; }
  .sustainability-ongoing_item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }

.sustainability-ongoing_item-icon {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 2vh; }

.sustainability-ongoing_item-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: center;
  color: #4B6E80; }

.sustainability-navigating {
  margin-top: 10vh; }

.sustainability-navigating_title {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 3vh; }
  .sustainability-navigating_title::after {
    margin-left: 0; }

.sustainability-navigating_text {
  /* Understanding that human activities have contributed to approximately 1.0°C of global warming above pre-industrial levels – a figure predicted to reach 1.5°C by the end of this century, as per the Intergovernmental Panel on Climate Change (IPCC) – we at A.L. GROUP are deeply committed to reducing our environmental footprint. We are actively combating climate change in accordance with the guidelines of the Carbon Disclosure Project (CDP).  Embracing Renewable Energy: As we witness a revolution in renewable energy technologies, A.L. GROUP is actively transitioning to the sustainable energy sources of today – solar, wind, and hydro. This allows us not only to affirm our commitment to environmental responsibility but also enables a cost-effective energy strategy for the long-term.  Refurbishing Our Core Materials: We are making significant strides towards greener production by replacing our primary raw material, fossil-based resin, with lignin-based filter media. Lignin, a renewable resource and a by-product of the paper and pulp industry, serves as a more sustainable and eco-friendly alternative, helping us create a greener supply chain.  Leveraging Solar Power: By installing solar panels on our facilities, we are transforming unused rooftop space into a source of clean energy, reducing our dependence on conventional power grids and showcasing our commitment to innovative sustainability solutions.  Accelerating to Electric Vehicles: As we anticipate the electric future of transportation, we are gradually replacing our company fleet with electric vehicles. This step reduces our carbon emissions and reliance on fossil fuels while setting an example for other businesses to emulate.  Minimizing Waste through Digital Transformation: We are striving to cut down on physical packaging materials and shifting towards paperless office environments. This strategy helps us minimize waste, optimize digital capabilities, and enhances our operational efficiency.  Switching to Tie Raps: Moving away from shrink wrap and incorporating tie raps in our packaging process is another crucial step in our climate action strategy. This transition reduces energy consumption during packaging and cuts down the generation of non-recyclable waste.  Boosting Energy Efficiency through Improved Insulation: Enhancing the insulation of our buildings significantly boosts energy efficiency by reducing energy losses, thereby lowering our consumption levels. */
  width: 70%;
  margin: 0 auto;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 108% */
  color: #4B6E80; }
  .sustainability-navigating_text p {
    margin: 0;
    margin-bottom: 2vh; }

.sustainability-navigating_media {
  margin: 10vh 0;
  padding: 5% 3%;
  background: #4A6E7E; }

.sustainability-navigating_media-title {
  /* A.L. Group Net zero target */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-60);
  line-height: 1;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.sustainability-navigating_media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4vh; }

.sustainability-navigating_media-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

.sustainability-navigating_media-item--img {
  margin-top: 1vh;
  padding-top: 4vh;
  margin-bottom: 4vh;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
position: relative; }
.sustainability-navigating_media-item--img img{
  width: 80%;
  margin: 0 auto;
}

.sustainability-navigating_media-item:nth-child(1) ._cloud-anim{
animation: floating 4s 0.3s ease-in-out infinite;
}
.sustainability-navigating_media-item:nth-child(2) ._cloud-anim{
animation: floating 3s 0.1s ease-in-out infinite;
}
.sustainability-navigating_media-item:nth-child(3) ._cloud-anim{
animation: floating 5s 0.2s ease-in-out infinite;
}
.sustainability-navigating_media-item:nth-child(4) ._cloud-anim{
animation: floating 3s ease-in-out infinite;
}
.sustainability-navigating_media-list--fon{
  position: absolute;
     width: 80%;
    height: 5px;
    left: 50%;
    top: 10vw;
  transform: translateX(-50%);
}
.sustainability-navigating_media-list{
  position: relative;
}

.moving-dash {
  stroke: #fff;          /* Колір лінії */
  stroke-width: 2;          /* Товщина лінії */
  stroke-dasharray: 10, 10; /* Довжина штриха та пропуску (10px штрих, 10px пропуск) */
  animation: dash 1s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -20; /* Зміщення лінії (має дорівнювати сумі штриха і пропуску: 10+10=20) */
  }
}
._cloud-anim{
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateX(-50%); */
  
  /* Додатково додаємо плавний перехід при наведенні або завантаженні */
  transition: transform 0.3s ease;
}
@keyframes floating {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.sustainability-navigating_media-item--num {
  /* 10% */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-60);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.sustainability-navigating_media-item--title {
  /* reduction */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-36);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.sustainability-navigating_media-item--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.5;
  /* identical to box height, or 150% */
  text-align: center;
  color: #FFFFFF; }

.sustainability-navigating_footer-image {
  margin: 3vh 0 10vh;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.sustainability-report-form {
  position: relative; }

.sustainability-report-form_fon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.sustainability-report-form_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sustainability-report-form_subtitle {
  /* A.L. Group Policy Document */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-36);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  text-align: center;
  color: #4B6E80; }

.sustainability-report-form_title {
  font-size: var(--fsz-80);
  text-align: center;
  margin: 0;
  margin-bottom: 1vh; }
  .sustainability-report-form_title::after {
    display: none; }

.sustainability-report-form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Rectangle 716 */
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #EE4036;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 40px; }

.sustainability-report-form_btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain; }

.sustainability-report-form_btn-text {
  /*  */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

.whistleblower {
  margin-top: 20vh;
  margin-bottom: 10vh; }
  .whistleblower ._inner {
    width: 60%; }

.whistleblower_title {
  text-align: left; }
  .whistleblower_title::after {
    margin-left: 0; }

.whistleblower_info-block {
  margin-bottom: 2vh; }

.whistleblower_info-block__title {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 3vh; }

.whistleblower_info-block__text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.2;
  /* or 117% */
  text-transform: uppercase;
  color: #4B6E80; }
  .whistleblower_info-block__text p {
    margin: 0;
    margin-bottom: 2vh; }

.whistleblower_info-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }
  ._item-icon{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .whistleblower_content *{
    font-family: 'ploni_dl_1';
  }
  .whistleblower_btn{
    margin-top: 4vh;
  }
  ._item-icon img{
     width: 2vh;
    height: 2vh;
    flex: 0 0 2vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .whistleblower_info-block__item img {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    -o-object-fit: contain;
    object-fit: contain; }

.whistleblower_info-block__item-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1.2;
  /* or 117% */
  text-transform: uppercase;
  color: #4B6E80; }

._popup-open-btn {
  cursor: pointer; }

.__popup-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .__popup-wrapper.open-popup {
    visibility: visible;
    opacity: 1; }
    .__popup-wrapper.open-popup ._popup-block--inner {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

._popup-block--inner {
  width: 80vw;
  height: 80vh;
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

._popup-close-btn {
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: red;
  padding: 10px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.popup__content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.popup__content {
  
  padding: 3vw; }
._popup-team .popup__content {
  flex-direction: row;
  align-items: flex-start;
  overflow-y: auto;
  gap: 5%;


}
 ._popup-team .popup__content  img{
    flex: 0 0 20%;
    width: 20%;
    height: auto;
    object-fit: contain;
  }
 ._popup-team .popup__content  .popup__content-info{
    flex: 0 1 100%;
    width: 100%;
  }
.popup__title {
  /*  */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-36);
  line-height: 1;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #4B6E80;
  margin-bottom: 4vh; }

.popup__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4vh; }

.popup__timeline-dot-text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 0.7;
  background-color: #fff;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
  color: #E9E8E8;
  border-radius: 50%;
  border: 2px solid #E9E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.popup__timeline-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3vw;
  flex: 0 0 3vw;
  height: 3vw;
  position: relative;
  /* Ellipse 62 */ }
  .popup__timeline-dot:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #E9E8E8;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22.5vw;
    z-index: 1; }
  .popup__timeline-dot:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #EE4036;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    z-index: 2;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

/* Поточний крок, на якому зараз перебуває користувач */
.popup__timeline-dot._active .popup__timeline-dot-text {
  border-color: #EE4036;
  color: #EE4036; }

/* Попередні успішно пройдені кроки */
.popup__timeline-dot._ok .popup__timeline-dot-text {
  background-color: #EE4036;
  border-color: #EE4036;
  color: #ffffff; }

.popup__timeline-dot._ok::before {
  width: 22.5vw; }

.reports textarea,
.reports input, .reports select {
  width: 100%;
  height: 100%;
  border: unset;
  background-color: transparent;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  color: #959491; }
  .reports textarea::-webkit-input-placeholder,
  .reports input::-webkit-input-placeholder, .reports select::-webkit-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    color: #959491; }
  .reports textarea:-ms-input-placeholder,
  .reports input:-ms-input-placeholder, .reports select:-ms-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    color: #959491; }
  .reports textarea::-ms-input-placeholder,
  .reports input::-ms-input-placeholder, .reports select::-ms-input-placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    color: #959491; }
  .reports textarea::placeholder,
  .reports input::placeholder, .reports select::placeholder {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    color: #959491; }

.report_block-item__input {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2vh;
  border: 1px solid #E9E8E8;
  border-radius: 20px;
  padding: 0 1vw; }

.report_block-item__input--textarea {
  padding: 1vw;
  height: 100px; }

.reports {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow-y: auto; */
 }
 .reports-form_wrapper br{
  display: none;
 }
 .report_block-btn--submit ._btn-text p{
    width: 100%;
    position: static;
    opacity: 1;
    height: auto;
 }
 .file-upload-wrapper .wpcf7-not-valid-tip{
  left: unset;
  right: 0;
 }
 .file-upload-wrapper .wpcf7-form-control-wrap{
  position: static;
 }
 .report_block-btn--submit{
  position: relative;
 }
 .report_block-btn--submit p{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
 }
 .reports-form_wrapper .wpcf7 form.failed .wpcf7-response-output,
  .reports-form_wrapper  .wpcf7 form.aborted .wpcf7-response-output,
 .reports-form_wrapper .wpcf7 form.invalid .wpcf7-response-output,
   .reports-form_wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
  .reports-form_wrapper .wpcf7 form.payment-required .wpcf7-response-output{
    position: absolute;
        border: unset;
    color: #dc3232;
    font-family: 'ploni_dl_1';
    margin: 0;
    padding: 0;
   }
 .report_block-btn--submit input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
 }
 .reports-form_wrapper p{
  margin: 0;
  padding: 0;
  width: 100%;
 }
 .file-upload-wrapper p{
width: max-content;
position: relative;
 }
.reports-form_wrapper{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow-y: auto;
 }

.report_block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.report_block-item {
  margin-bottom: 2vh; }

.report_block-item__title {
  /*   */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  /* or 111% */
  color: #4B6E80; }

.report_block-item__text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* or 111% */
  color: #4B6E80; }

.report_block-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto; }

.report_block-btn {
  min-width: 11vw; }

.report_block-btn--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 7px 20px 7px 7px; }
  .report_block-btn--prev ._btn-icon img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.report_block-btn--next {
  margin-left: auto; }

  .report_block-btn ._btn-icon::after,
  .report_block-btn ._btn-icon::after{
     content: '';
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arr-red.svg);

  }
  .report_block-btn--prev ._btn-icon::after{
    transform: rotate(180deg);
    background-image: url(../img/arr-grey.svg);

  }

.report_block-item__footer-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* or 111% */
  color: #4B6E80; }

/* Початково ховаємо всі кроки форми */
.report_block {
  display: none !important; }

/* Показуємо лише активний крок */
.report_block._active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* або flex, залежно від верстки */ }

/* Підсвічування незаповнених полів (ваш фірмовий червоний) */
.report_block-item input._error,
.report_block-item select._error,
.report_block-item textarea._error {
  border: 1px solid #EE4036 !important;
  background-color: #FFF5F5; }

/* Ховаємо потворний стандартний інпут */
.file-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.file-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Стиль вашої кастомної кнопки завантаження */
.file-upload-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #4C6E80;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF; }

/* Відображення імені файлу */
.file-upload-name {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  color: #959491; }

/* Якщо файл обов'язковий і його НЕ завантажили — підсвічуємо кнопку червоним */
.file-upload-label._error {
  border: 1px solid #EE4036 !important;
  background-color: #FFF5F5; }

.servises_main {
  margin-top: 10vh;
  padding-bottom: 32vw; }

.servises_main-title {
  font-size: var(--fsz-120); }

.servises_main-text {
  /* At A.L. Group, filtration excellence extends far beyond manufacturing. We provide a comprehensive suite of solutions and services designed to help our partners grow, and operate efficiently. From research and development to logistics coordination and private-label branding, our integrated approach ensures that customers receive not only high-performance filters but also strategic support at every stage of the value chain. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: center;
  color: #4B6E80;
  width: 70%;
  margin: 0 auto; }

.servises_media-block {
  background-color: #4B6E80; }

.servises_media {
  margin-bottom: -20vw; }
  .servises_media img {
    -webkit-transform: translateY(-27.5vw);
    -ms-transform: translateY(-27.5vw);
    transform: translateY(-27.5vw);
    width: 100%;
    height: 55vw;
    -o-object-fit: cover;
    object-fit: cover; }

.servises_block {
  position: relative;
  z-index: 1; }
  .servises_block ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

._research,
._cataloguing {
  background-color: #4B6E80; }

._branding,
._logistics {
  background-color: transparent; }

._laboratory {
  background-color: #E74038; }

.servises_block-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
  z-index: 1;
  margin-right: -10%; }

.servises_block-content--wrapper {
  padding: 5%;
  background-color: #fff; }

.servises_block-icon {
  width: 3vw;
  height: 3vw; }
  .servises_block-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.servises_block-title {
  text-align: left; }
  .servises_block-title::after {
    margin-left: 0; }

.servises_block-text {
  /* Our dedicated R&D team continuously monitors emerging market trends and collaborates closely with customers to develop future-ready filtration solutions. Products are engineered using advanced design tools and validated in ISO-compliant laboratories to ensure they meet rigorous performance, durability and efficiency standards. This structured development process guarantees reliability, innovation and long-term product value. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  color: #4B6E80; }

.servises_block-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 42.5vw; }
  .servises_block-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.servises_block--revert ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.servises_block--revert .servises_block-content {
  margin: 0;
  margin-left: -10%; }

.servises-lets-work ._inner {
  background-color: #E8E9EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.servises-lets-work_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  padding-left: 7vw; }

.servises-lets-work_title {
  text-align: left; }
  .servises-lets-work_title::after {
    margin-left: 0; }

.servises-lets-work_text {
  /* Whether you are seeking catalogue optimisation, custom product development, supply chain coordination or private-label support, A.L. Group is ready to collaborate.  Contact us to explore tailored filtration strategies designed to meet your specific market needs and business goals. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  color: #4B6E80; }
  .servises-lets-work_text p {
    margin: 0;
    margin-bottom: 2vh; }

.servises-lets-work_media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  width: 53%;
  margin-left: -3%; }
  .servises-lets-work_media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.servises-lets-work {
  padding: 10vh 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E74038), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, #E74038 50%, #ffffff 50%);
  background: -o-linear-gradient(top, #E74038 50%, #ffffff 50%);
  background: linear-gradient(to bottom, #E74038 50%, #ffffff 50%); }

.footer-all {
  padding-top: 10vh;
  border-top: 1px solid #E9E8E8; }

.contact {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%; }

.contact__content-title {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-36);
  line-height: 1;
  /* or 100% */
  text-transform: uppercase;
  text-align: left;
  color: #4B6E80;
  margin-bottom: 2vh; }

.contact__content-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1;
  /* or 100% */
  text-align: left;
  color: #4B6E80; }
  .contact__content-text::after {
    content: '';
    margin-top: 2vh;
    margin-bottom: 3vh;
    display: block;
    width: 4vw;
    height: 3px;
    background: #EE4036; }

.contact__content--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5vw;
  margin-bottom: 4vh; }
  .contact__content--block img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2vw;
    flex: 0 0 2vw;
    width: 2vw;
    height: auto;
    max-height: 3vw;
    -o-object-fit: contain;
    object-fit: contain; }

.contact__content--block-link {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-transform: uppercase;
  text-align: left;
  color: #4B6E80; }

.contact__content--block-link_title {
  font-weight: 700;
  margin-bottom: 5px; }

.contact__content--block-link_text {
  font-weight: 400; }

.contact__content--block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }
  .contact__content--block-list .contact__content--block-link:not(:first-child) {
    border-left: 1px solid #E9E8E8;
    padding-left: 1vw; }

.contact__content--soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }

.contact__content--soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #4C6E80;
  border-radius: 50%; }
  .contact__content--soc-link:hover {
    background-color: #4C6E80; }
  .contact__content--soc-link img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain; }

.contact__form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__form--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 60px;
  border: 1px solid #E9E8E8;
  border-radius: 20px;
  margin-bottom: 0.8vw;
  padding: 0.7vw 1.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }
  .footer__form--item._50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
    .footer__form--item._50 input {
      padding-left: 1vw;
      border-left: 1px solid #959491; }
  .footer__form--item input, .footer__form--item textarea, .footer__form--item select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    border: unset;
    background-color: transparent;
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: left;
    color: #4B6E80; }
    .footer__form--item input::-webkit-input-placeholder, .footer__form--item textarea::-webkit-input-placeholder, .footer__form--item select::-webkit-input-placeholder {
      font-family: 'ploni_dl_1';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: left;
      color: #959491; }
    .footer__form--item input:-ms-input-placeholder, .footer__form--item textarea:-ms-input-placeholder, .footer__form--item select:-ms-input-placeholder {
      font-family: 'ploni_dl_1';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: left;
      color: #959491; }
    .footer__form--item input::-ms-input-placeholder, .footer__form--item textarea::-ms-input-placeholder, .footer__form--item select::-ms-input-placeholder {
      font-family: 'ploni_dl_1';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: left;
      color: #959491; }
    .footer__form--item input::placeholder, .footer__form--item textarea::placeholder, .footer__form--item select::placeholder {
      font-family: 'ploni_dl_1';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: left;
      color: #959491; }

.footer__form--item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

._icon--name {
  background-image: url(../img/form-icon--name.svg); }

._icon--phone {
  background-image: url(../img/form-icon--phone.svg); }

._icon--mail {
  background-image: url(../img/form-icon--mail.svg); }

.footer__form--item-message {
  height: 200px; }

.footer__form--item---checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }

.footer__form--item---checkbox-text {
  /* By submitting this form, you agree to our Privacy Policy. */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: left;
  color: #4B6E80; }
  .footer__form--item---checkbox-text a {
    font-family: 'ploni_dl_1';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: left;
    color: #4B6E80;
    text-decoration: underline; }

.footer__form--item--submit {
  /* Group 349 */
  margin: 0 auto;
  margin-top: 0.8vw;
  position: relative;
  height: 50px;
  background: #E74038;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  background-color: #E74038; }
  .footer__form--item--submit input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0; }

.footer__form--item--submit-text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: c;
  text-transform: uppercase;
  color: #FFFFFF;
  /* padding-left: 20px; */
 }

.footer__form--item--submit-icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer__form--item--submit-icon::after {
    content: "";
    width: 60%;
    height: 60%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arr-red.svg); }

.footer {
  background-color: #24303A;
  padding-top: 10vh;
  margin-top: 10vh; }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-block-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .footer-block-logo img {
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: auto; }

.footer-block-logo__btn {
  padding: 10px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2vh;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-18);
  line-height: 18px;
  /* identical to box height, or 100% */
  text-align: center;
  text-transform: uppercase; }
  .footer-block-logo__btn span {
    margin: 0 auto; }
  .footer-block-logo__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain; }

.footer-block-logo__btn--catalog {
  border: 1px solid #EE4036;
  background: #EE4036;
  border-radius: 30px; }

.footer-block-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-block-menu--colomn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%; }

.footer-block-menu_block:not(:last-child) {
  margin-bottom: 5vh; }

.footer-block_title {
  /* Information */
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-20);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 3vh; }

.footer-block-menu_link {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1;
  /* identical to box height, or 90% */
  text-align: left;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1.2vh; }

.footer-block-contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.footer-block-contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3vw; }
  .footer-block-contact_block:not(:last-child) {
    margin-bottom: 3vh; }
  .footer-block-contact_block img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2vw;
    flex: 0 0 2vw;
    width: 2vw;
    height: auto;
    max-height: 3vw;
    -o-object-fit: contain;
    object-fit: contain; }

.footer-block-contact_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.footer-block-contact_item {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: left;
  color: #FFFFFF;
  display: block; }
  .footer-block-contact_item:not(:last-child) {
    margin-bottom: 1.5vh; }

.footer-block-contact_item-title {
  font-weight: 700; }

.footer-block-contact_item-text {
  font-weight: 400; }

.footer-block-soc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%; }

.footer-block-soc_item {
  margin-bottom: 1vh; }

.footer-block-soc_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 600;
  font-size: var(--fsz-20);
  line-height: 1;
  /* identical to box height, or 90% */
  color: #FFFFFF; }

.footer-block-soc_item-icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF; }
  .footer-block-soc_item-icon img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain; }

.footer__bottom {
  margin-top: 10vh;
  padding: 4vh 0;
  border-top: 1px solid #E9E8E8; }

.footer__bottom--text {
  font-family: 'ploni_dl_1';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 90% */
  text-align: left;
  color: #FFFFFF; }


@media (max-width: 1700px) {
  .report_block-item__input--textarea {
    padding: 1vw;
    height: 80px;
}
  .baner {
    margin-top: 90px;
}
.home-page .baner {
    margin: 0;
}
.after-baner-menu._fixed-block {
    top: 35px;
}
  :root {
    --fsz-120: 100px;
    --fsz-80: 60px;
    --fsz-60: 50px;
    --fsz-48: 40px;
    --fsz-45: 36px;
    --fsz-36: 30px;
    --fsz-30: 24px;
    --fsz-24: 20px;
    --fsz-20: 18px;
    --fsz-16: 14px;
    --fsz-18: 16px; }
  .blog_item-type {
    height: 40px; }
  .sustainability-report-form_btn,
  .footer__form--item--submit,
  .footer-block-logo__btn,
  ._btn,
  .header__search-block, .header__btn {
    height: 40px;
    padding: 7.5px; }
  .sustainability-report-form_btn {
    min-width: 12vw; }
  .header__btn {
    min-width: 12vw; }
  ._btn {
    min-width: 12vw;
    padding-left: 15px; }
  .footer-block-logo__btn img,
  .header__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    width: 25px; }
  .footer__form--item--submit-icon,
  ._btn-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px; }
  .header__search-btn {
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px; }
  .header-menu__link {
    padding: 10px 0; }
  .header-dropdown__menu {
    padding: 10px; }
  .footer__form--item {
    height: 50px;
    border-radius: 15px; }
  .footer__form--item-message {
    height: 180px; }
  .contact__content--soc-link,
  .footer-block-soc_item-icon {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px; }
  .baner_link--home img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    margin-top: -2px; }
  .blog_item-media,
  .team__item-header {
    border-radius: 20px 20px 0px 0px; }
  .blog-page .blog_item._first-item .blog_item-media {
    border-radius: 20px 0px 0px 20px; }
  .blog_item-link,
  .team__item {
    border-radius: 20px; }
  .team__item-btn {
    width: 35px;
    height: 35px; }
  .header.fadeOut {
    top: -76px; }
  .report_block-item__input {
    height: 50px;
    border-radius: 15px; }
  .report_block-btn--prev {
    padding-left: 7.5px;
    padding-right: 15px; }
  .file-upload-label {
    height: 35px;
    border-radius: 10px; }
  
   .report_block-item__input--textarea {
    /* padding: 1vw; */
    height: 70px !important;
}
}

@media (max-width: 1500px) {
    .baner {
    margin-top: 80px;
}
 .report_block-item__input--textarea {
    padding: 1vw;
    height: 80px;
}
.home-page .baner {
    margin: 0;
}
.after-baner-menu._fixed-block {
    top: 32px;
}
  :root {
    --fsz-120: 80px;
    --fsz-80: 50px;
    --fsz-60: 40px;
    --fsz-48: 32px;
    --fsz-45: 28px;
    --fsz-36: 24px;
    --fsz-30: 20px;
    --fsz-24: 18px;
    --fsz-20: 16px;
    --fsz-16: 12px;
    --fsz-18: 14px; }
  .blog_item-type {
    height: 35px; }
  .sustainability-report-form_btn,
  .footer__form--item--submit,
  .footer-block-logo__btn,
  ._btn,
  .header__search-block, .header__btn {
    height: 35px;
    padding: 5px; }
  .sustainability-report-form_btn {
    min-width: 12vw; }
  .header__btn {
    min-width: 12vw; }
  ._btn {
    min-width: 12vw;
    padding-left: 10px; }
  .footer-block-logo__btn img,
  .header__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px; }
  .footer__form--item--submit-icon,
  ._btn-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    height: 25px; }
  .header__search-btn {
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px; }
  .header-menu__link {
    padding: 10px 0; }
  .header-dropdown__menu {
    padding: 10px; }
  .footer__form--item {
    height: 40px;
    border-radius: 10px; }
  .footer__form--item-message {
    height: 160px; }
  .contact__content--soc-link,
  .footer-block-soc_item-icon {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px; }
  .baner_link--home img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    margin-top: -1px; }
  .blog_item-media,
  .team__item-header {
    border-radius: 15px 15px 0px 0px; }
  .blog-page .blog_item._first-item .blog_item-media {
    border-radius: 15px 0px 0px 15px; }
  .blog_item-link,
  .team__item {
    border-radius: 15px; }
  .team__item-btn {
    width: 30px;
    height: 30px; }
  .header.fadeOut {
    top: -76px; }
  .report_block-item__input {
    height: 40px;
    border-radius: 10px; }
  .report_block-btn--prev {
    padding-left: 5px;
    padding-right: 10px; }
  .file-upload-label {
    height: 30px;
    border-radius: 5px; }
  .header-menu__item--dropdown .header-menu__link::after {
    width: 15px;
    height: 10px; }
  .footer__form--item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 15px; }
  .header.fadeOut {
    top: -70px; }
  .globalpresence_item-dot--icon {
    width: 12px;
    height: 12px; } 
   .report_block-item__input--textarea {
    padding: 1vw;
    height: 80px;
}
  }

@media (max-width: 1300px) {
      .baner {
    margin-top: 75px;
}

.home-page .baner {
    margin: 0;
}
.after-baner-menu._fixed-block {
    top: 32px;
}

  .header.fadeOut {
    top: -62px; } }

@media (max-width: 800px) {
._title {
    margin-bottom: 2vh;
}
  ._inner {
    width: 90%; }
  ._mobile {
    display: block !important; }
  ._desctop {
    display: none !important; }
  .header-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(250%) translateY(0%);
    -ms-transform: translateX(250%) translateY(0%);
    transform: translateX(250%) translateY(0%);
    height: 100vh;
    background: #fff;
    width: 100vw;
    padding-top: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-menu.open-menu {
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%);
    opacity: 1;
    
    }
  .header__logo-link {
    height: 50px; }
  .header-menu__link {
    font-size: 16px;
    height: 45px;
    width: 100%;
    padding: 0px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-menu__item {
    margin: 0 auto;
    width: 90%; }
  .header.fadeOut {
    top: 0; }

    .home-page .baner_media,
  .baner_media {
    width: 100%;
    height: auto;
}


:root {
    --fsz-120: 80px;
    --fsz-80: 50px;
    --fsz-60: 24px;
    --fsz-48: 18px;
    --fsz-45: 18px;
    --fsz-36: 18px;
    --fsz-30: 18px;
    --fsz-24: 18px;
    --fsz-20: 16px;
    --fsz-16: 12px;
    --fsz-18: 16px;
}
.home-page .baner ._inner {
    position: static;
    transform: unset;
    width: 90%;
}
.home-page .baner {
    margin: 0;
    margin-top: 40px;
}
.baner {
    margin-top: 40px;
}
 .home-page .baner_content {
    width: 100%;
    margin-right: auto;
    margin-top: 30px;
}
 .home-page .baner_title {
    margin-bottom: 2vh;
}
.baner_title {
    margin-bottom: 0;
}
.header-dropdown__menu {
    position: static;
    flex-direction: column;
    transform: unset;
    align-items: flex-start;
    height: 0;
    padding: 0;
}

.header-menu__item--dropdown:hover .header-dropdown__menu {
   display: none;
    /* height: auto; */
}
.header-menu__item--dropdown._open .header-dropdown__menu {
display: flex;
visibility: visible;height: auto;
opacity: 1;
 padding: 2vh 0;
}
.header-menu__link {
    /* font-size: 16px; */
    height: auto;
    width: 100%;
    padding: 0px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    /* margin-bottom: 10px; */
}
.header-dropdown__link {
    font-size: 18px;
    line-height: 1;
}
.header-menu {
overflow: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
}
.header-dropdown__link {
    flex-direction: row;
    gap: 10px;
}
.header-dropdown__link img {
    width: 20vw;
    height: auto;
}
.header__btn-block {
    flex: unset;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: unset;
    width: 90%;
    margin: 0 auto;
    margin-top: auto;
}
.header__btn {
    min-width: unset;
    flex: 0 0 49%;
    width: 49%;
    font-size: 14px;
}
.header__logo {
    flex: 0 0 15%;
    width: 15%;
}
.header__search-btn img {
    width: 55%;
    height: 55%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__search-btn {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E9E8E8;
}
.header__search-block {
    
  height: 40px;
  padding: 5px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    background: #fff;
    width: 90%;
    transition: all 0.3s linear;
}
.header__search-block._open {
  
    top: 100%;
}
.header_top ._inner {
    position: relative;
    z-index: 2;
    background: #fff;
}
.header_top{
  position: relative;
}
.header-menu__item:hover .header-menu__link {
    color: #4C6E80;
}
.header-menu__item:hover .header-menu__link::after {
    background-image: url(../img/arr-grey.svg);
    transform: rotate(90deg);
}
._open.header-menu__item .header-menu__link {
    color: #EE4036;
}
._open.header-menu__item .header-menu__link::after {
    background-image: url(../img/arr-red.svg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header-menu__item--dropdown .header-menu__link::after {
    width: 9px;
    height: 17px;
}
.header._active .header_bottom {
    border-bottom: unset;
}
._btn-text {
    font-size: 14px;
}
.whoweare_text {
    width: 100%;
}
._btn {
    min-width: 40vw;
    padding-left: 6vw;
}
.baner_subtitle br{
  display: none;
}
.whoweare_list {
    margin: 6vh auto;
    width: 100%;
    gap: 2%;
    row-gap: 3vh;
}
.whoweare_item {
    flex: 0 0 49%;
}
.whoweare_item-icon {
    margin: 0 auto;
    margin-bottom: 2vh;
    width: 20vw;
    height: 20vw;
}
.whoweare_item-title {
    font-size: 24px;
}
.lineofproducts_subtitle br{
  display: none;
}
.sustainability_list{
  margin-bottom: 3vh;
}
.sustainability_list,
.whyworkwithus_list,
.lineofproducts_list {
  width: 100%;
    flex-wrap: wrap;
    row-gap: 3vh;
}
.sustainability_item{
  flex: 0 0 100%;
  position: relative;
}
.whyworkwithus_item,
.lineofproducts_item {
   flex: 0 0 49%;
}
.whyworkwithus_text {
    width: 100%;
}
.innovation_item-content ._inner {
  align-items: flex-start;
  justify-content: flex-start;
    flex-direction: column-reverse;
}
.innovation_item-content--right {
    flex: unset;
    width: 40%;
    margin-bottom: 3vh;
}
.innovation_item-content--left {
    flex: unset;
    width: 100%;
}
.sustainability_text {
    width: 100%;
}

/* ------------- */
.blog_item-media {
    width: 100%;
    flex: 0 0 50vw;
    height: 50vw;
    overflow: hidden;
    border-radius: 15px 15px 0px 0;
    margin-bottom: 2vh;
    position: relative;
}
/* .blog_item-type {
    height: 30px;
    padding: 0 4vw;
    font-size: 14px;
} */
.blog_item-type--wrapper {
    position: absolute;
    left: 2vw;
    top: 2vw;
    gap: 5px;
}
.blog_item-link {
    padding: 3vw;
}
.blog_list-slider.owl-theme .owl-dots {
    margin-top: 5vh !important;
}
.blog_list-slider.owl-theme .owl-dots .owl-dot.active span,
 .blog_list-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #E74038;
}
.blog_list-slider.owl-theme .owl-dots .owl-dot span{
    margin: 0 3px;
    background: #4B6E80;
}
.blog_list-slider.owl-carousel .owl-stage{
  display: flex;
  align-items: stretch;
}
._js-video-anim {
    width: 100vw;
    height: 30vh;
    position: relative;
    overflow: hidden;
}
.whyworkwithus_item-title {
    font-size: 16px;;
}
.whyworkwithus_item-icon {
    width: 12vw;
    height: 12vw;
}
.contact {
    width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
}
.contact__content {
    flex: unset;
    width: 100%;
    margin-top: 5vh;
}
.footer__form--item {
    margin-bottom: 2vw;
    padding: 2vw 2vw;
    gap: 1vw;
}
.footer__form--item---checkbox {
  margin-bottom: 2vh;
    align-items: flex-start;
  }
  .contact__content-title{
    font-size: 24px;
  }
  .contact__content-text br{
    display: none;
  }
  .contact__content--block {
    align-items: flex-start;
    gap: 4vw;
    margin-bottom: 4vh;
}
.footer-block-contact_block img,
.contact__content--block img {
    flex: 0 0 6vw;
    width: 6vw;
    height: auto;
    max-height: 9vw;
}
.contact__content--block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 3vw;
    flex-direction: column;
    width: 100%;
}
.contact__content--block-link {
  
    
    width: 100%;
}
.contact__content--block-list .contact__content--block-link:not(:first-child) {
    border-left: unset;
    padding-left: 0;
}
.footer__wrapper {
    gap: 6vh;
    flex-direction: column;
}
.footer__bottom--text {
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}
.footer-block-logo {
    flex: unset;
    position: relative;
    padding-left: 30%;
    /* flex-direction: row; */
}
.footer-block-logo>img {
  position: absolute;
  top: 0;
  left: 0;
  /* flex: 0 0 25%; */
    width: 30%;
}
.footer-block-logo__btn {
  margin: 0;
  margin-left: auto;
  margin-bottom: 2vh;
   width: 80%;
}
.footer {
    background-color: #24303A;
    padding-top: 6vh;
    margin-top: 6vh;
}
.footer__bottom {
    margin-top: 6vh;
    padding: 2vh 0;
}
.innovation_item {
    padding: 7vh 0;
}
.innovation_item--inex {
    position: relative;
    padding-bottom: 7vh;
}
.baner_link {
    font-weight: 400;
}
.after-baner-menu__list.owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}
.after-baner-menu__item .header__btn {

    width: 100%;
}
.after-baner-menu._fixed-block {
    top: 60px;
}
.introduction ._inner {
    flex-direction: column;
    gap: 3vh;
    width: 100%;
}
.vision_mission__content,
.introduction__content {
    flex: unset;
    margin: 0 auto;
    width: 90%;
}
.vision_mission__media,
.introduction__media {
    -webkit-box-flex: 0;
    flex: unset;
    width: 100%;
}
.vision_mission ._inner {
  width: 100%;
    flex-direction: column-reverse;
}
.team,
.introduction,
.ourcorevalues,
.vision_mission {
    padding: 6vh 0;
}
.ourcorevalues ._inner{
  width: 100%;
}
.ourcorevalues__title ,
.ourcorevalues_text {
    width: 100%;
    padding: 0 5%;
}
.ourcorevalues__list {
    flex-wrap: wrap;
}
.ourcorevalues__item:not(:last-child) {
    border: unset;
    border-bottom: 1px solid #E9E8E8;
    margin-bottom: 5vh;
}
.ourcorevalues__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 5% 5vh;
}
.ourcorevalues__item-icon {
    width: 25%;
}
.ourjourney__header {
    padding: 3vh 0;
}
.ourjourney__content-item {
    flex-direction: column;
}
.ourjourney__content-item--info {
    flex: unset;
    width: 100%;
}
.ourjourney__content-item--media {
    flex: unset;
    width: 100%;
}
.ourjourney__content-item--text {
    font-size: 16px;
}
.ourjourney__content {
    padding: 3vh 0;
}
.ourjourney ._conteiner {
    width: 100vw;
    height: auto;
}
.ourjourney__timeline-list {
    padding: 0vh 0 3vh;
}
.ourjourney__timeline-item--title {
    font-size: 12px;
    margin-bottom: 1vh;
}
.ourjourney__timeline-item--line-wrapper {
    width: 100%;
    height: 2px;
}
.ourjourney__timeline-list {
    flex-wrap: wrap;
}
.team__title {
    margin-top: 5vh;
}
.team__text {
    width: 100%;
}
.team__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 2vw;
    margin-bottom: 3vh;
}
.team__item-header {
    width: 100%;
    height: 55vw;
}
.team__item-footer {
    align-items: flex-start;
    margin-bottom: 1vh;
    gap: 2vh;
    flex-direction: column;
}
.team__item-btn {
    margin: 0;
    margin-right: 1vw;
}
._popup-team .popup__content {
    flex-direction: row;
    align-items: flex-start;
    overflow-y: auto;
    gap: 2vh;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;

}
._popup-close-btn {
    right: 2vw;
    top: 2vw;
    width: 30px;
    height: 30px;
    padding: 6px;
}
.popup__content {
    border-radius: 15px;
}
._popup-team .popup__content  img {
    flex: unset;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.after-baner-menu__link:hover._active .after-baner-menu__link-text, .after-baner-menu__link:hover._js-scroll-active .after-baner-menu__link-text{
  color: #E74038;
}
.after-baner-menu__link:hover .after-baner-menu__link-text{
    color: #4C6E80;
}
.globalpresence_item-dot--text{
  /* display: none; */
}
.globalpresence_item-dot--icon {
    width: 4px;
    height: 4px;
}
.globalpresence_item-dot {
    gap: 3px;
    padding-top: 0;
}
._item-china {
    left: 80.5vw;
    top: 11vw;
}
.globalpresence_item-dot--text {
    /* font-weight: 400; */
    font-size: 7px;
}
._item-bulgaria {
    left: 39vw;
    top: 7.5vw;
}
._item-japan {
    left: 79vw;
    top: 13vw;
}
._item-israel {
    left: 46vw;
    top: 13vw;
}
._item-usa {
    left: 21vw;
    top: 8.5vw;
}

.globalpresence_market-list._mobile {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 2vh;
  flex-wrap: wrap;
  margin-bottom: 3vh;
}
.globalpresence_title {
    margin-bottom: 3vh;
}
.globalpresence_market-item {
  flex: 0 0 49%;
  width: 49%;


background: #4B6E80;
border-radius: 15px;

display: flex;
align-items: center;
justify-content: center;
gap: 2vw;
padding: 2vw;
transition: all 0.1s ease-in-out;
}
.globalpresence_market-btn._active {
  background-color: #EE4036;
}
.globalpresence_market-item--icon {
  flex: 0 0 20px;
  width: 20px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}
.globalpresence_market-item--text {
 
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1;
/* or 83% */
text-transform: uppercase;

color: #FFFFFF;


}
.globalpresence_market-content {
  flex: 0 0 100%;
  background-color: #EE4036;
  padding: 6vw;
}
.globalpresence_item-info {
    position: static;
    transform: unset;
    display: flex;
    width: 100%;
}
.globalpresence_item-info__list {
    background: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    position: relative;
}
.globalpresence_item-info__item-content {
    font-weight: 400;
}
.globalpresence_item-info__item-title{
   font-weight: 700;
}
.globalpresence_item-info__item {
    gap: 4vw;
}

.globalpresence_market-content--item._active{
  display: block;
}
.globalpresence_market-content--item {
  display: none;
}
.after-baner-menu__item-media {
    display: none;
}
.products-page .after-baner-menu__item {
    width: 100%;
}
.products-page .after-baner-menu {
    padding: 1vh 0 1vh;
}
.all-products__item {
    padding: 6vh 0;
    flex-direction: column !important;
}
.all-products__item-media,
.all-products__item-content {
    flex: unset;
    width: 100%;
}
.products-catalogue ._inner {
    position: relative;
    z-index: 2;
    padding: 6vh 0;
    flex-direction: column-reverse;
    gap: 3vh;
}
.products-catalogue__title {
    font-size: 36px;
}
.products-catalogue__btn {
   padding: 0;
    margin-top: 1vh;
}
.products-catalogue__media {
    flex: unset;
    width: 100%;
}
.products-page .baner ._inner {
    top: 24%;
}
/* .servises-page .after-baner-menu__link img {
    display: none !important;
} */
 .servises-page .after-baner-menu__link img {
    width: 7vw !important;
    height: 7vw;
}
.servises-page .after-baner-menu__link-text {
    font-size: 12px;
    text-align: left;
}
.servises_main {
    margin-top: 5vh;
    padding-bottom: 32vw;
}
.newfiltrationfields_title,
.servises_main-title {
    font-size: 30px;
}
.servises_main-text {
    width: 100%;
}
.servises_block ._inner {
    flex-direction: column !important;
}
.servises_block-content {
    flex: unset;
   margin: 0 !important;
}
.servises_block-icon {
    width: 20vw;
    height: auto;
    margin-bottom: 2vh;
}
.servises_block-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: unset;
    width: 100%;
    height: auto;
}
._research {
    padding-bottom: 4vh;
}
 .servises_block-content--wrapper {
    margin: 5vh 0 0px;
    padding: 5%;
}
._laboratory {
    padding-top: 4vh;
}
.servises-lets-work ._inner {
    flex-direction: column;
}
.servises-lets-work_media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: unset;
    width: 100%;
    margin-left: 0;
}
.servises-lets-work_content {
    flex: unset;
    padding: 5%;
}

.servises-lets-work {
    padding: 6vh 0;
}
.footer-all {
    padding-top: 6vh;
}
.newfiltrationfields {
    padding-top: 6vh;
}
.newfiltrationfields_text {
    width: 100%;
}
.newfiltrationfields_item:not(:last-child){
  margin-bottom: 6vh;
}
.newfiltrationfields_item {
    flex-direction: column !important;
}
.newfiltrationfields_item-media{
  flex: unset;
  width: 100%;
  margin-top: 2vh;
}
.newfiltrationfields_item-content {
    flex: unset;
    width: 100%;
    padding: 0 5%;
}
.newfiltrationfields_list {
    padding: 6vh 0;
}
.newfiltrationfields_whatsnext-content {
    width: 100%;
    padding: 3vh 0;
    padding-left: 5vw;
    padding-right: 5vw;
    /* background-color: #4A6E7E; */
}
.newfiltrationfields_whatsnext-content {
    width: 100%;
    padding: 3vh 0;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 30vh;
}
.newfiltrationfields_whatsnext {
    position: relative;
    margin-bottom: 6vh;
}
.newfiltrationfields-page .after-baner-menu__link-text {
    font-size: 12px;
}
    
.sustainability-environmental_text {
    width: 100%;
    text-align: left;
}
.sustainability-ongoing_list,
.sustainability-environmental_list {
    width: 100%;
    gap: 4vh;
    margin-bottom: 4vh;
    margin-top: 4vh;
}
.sustainability-ongoing_item,
.sustainability-environmental_item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4vw;
}
.sustainability-ongoing_item-icon,
.sustainability-environmental_item-icon {
    flex: 0 0 10vw;
    width: 10vw;
    height: 10vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 0;
}
.sustainability-ongoing_text,
.sustainability-ongoing_title,
.sustainability-ongoing_item-text,
.sustainability-environmental_item-text {
    text-align: left;
}
.sustainability-environmental ._inner{
  width: 100%;

}
.sustainability-ongoing_title::after,
.sustainability-environmental_title::after {

    margin-left: 0;
}
.sustainability-environmental_title{
  text-align: left;
}
.sustainability-environmental_title,
.sustainability-environmental_text,
.sustainability-environmental_list{
  padding: 0 5%;
}
.sustainability-ongoing {
    margin-top: 6vh;
}
.sustainability-ongoing_text {
    width: 100%;
}
.sustainability-navigating {
    margin-top: 6vh;
}
.sustainability-navigating_title {
    width: 100%;
    padding: 0 5%;
}
.sustainability-navigating_text {
    width: 100%;
      padding: 0 5%;
}
.sustainability-navigating_media {
    margin: 6vh 0;
    padding: 6vh 5%;
    background: #4A6E7E;
}
.sustainability-navigating ._inner{
  width: 100%;
}
.sustainability-navigating_footer-image {
    margin: 3vh auto 6vh;
    width: 98%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.sustainability-report-form_content {
    position: static;
    transform: unset;
}
.sustainability-report-form ._inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 7% 5%;
  border: 2px solid #E9E8E8;
  gap: 2vh;
  margin-bottom: 6vh;
}
.sustainability-report-form_title {
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 1vh;
}
.sustainability-report-form_btn {
    min-width: auto;
    padding: 4vw;
}
.sustainability-navigating_media-list {
    flex-direction: column;
}
.sustainability-navigating_media-item {
    flex: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4vw;
}
.sustainability-navigating_media-item--img {
    margin-top: 1vh;
    padding-top: 4vh;
    margin-bottom: 4vh;
    width: 100%;
    height: auto;
    flex: 0 0 40%;
}
.sustainability-navigating_media-item--title,
.sustainability-navigating_media-item--num {
    font-size: 22px;
    line-height: 1;
    text-align: left;
}
.sustainability-navigating_media-item--text {
    line-height: 1;
    text-align: left;
    font-size: 16px;
}
.sustainability-navigating_media-list--fon {
    position: absolute;
    width: 5px;
    height: 80%;
    left: 19%;
    top: 50%;
    transform: translateY(-50%);
}
._faq-filter-btn img {
    width: 7vw !important;
    height: 5vw;
    -o-object-fit: contain;
    object-fit: contain;
}
.faq-page .after-baner-menu__link-text {
    font-size: 12px;
    text-align: left;
}
.faq__btn-icon-wrapper {
    width:3vw;
    height: 3vw;
    flex: 0 0 3vw;
    position: relative;
}
.faq__hide-content {
    padding-top: 15px;
}
.faq {
    margin-top: 4vh;
    margin-bottom: 6vh;
}
.blog-page .blog_list {
    /* gap: 2%; */
    justify-content: space-between;
    row-gap: 1vh;
    flex-wrap: wrap;
}
.blog-page .blog_item._first-item .blog_item-link {
    flex-direction: column;
}
.blog-page .blog_item._first-item .blog_item-media {
    border-radius: 15px 15px 0px 0px;
}
/* .blog-page .blog_item .blog_item-media {
    width: 100%;
    flex: unset;
    height: 55vw;
    overflow: hidden;
} */
.blog_item-type {
    height: 25px;
    padding: 0 4vw;
    font-size: 10px;
}
.blog-page .blog_item._first-item .blog_item-media {
    width: 100%;
    flex: unset;
    height: 50vw;
    overflow: hidden;
}
.blog-page .blog_item._first-item .blog_item-link {
    padding: 3vw;
}
.blog-page .blog_item._first-item .blog_item-type {
        height: 25px;
        padding: 0 4vw;
        font-size: 10px;
    }
.blog-page .blog_item._first-item .blog_item-text{
  font-size: 16px;
}
.blog-page .blog_item._first-item .blog_item-title {
    font-size: 18px;
}
.blog-page .blog_item._first-item .blog_item-footer {
  align-items: center;
    flex-direction: row;
    gap: 1vh;
}
.blog-page .blog_item._first-item .blog_item-content {
    flex: unset;
    margin-left: auto;
    width: 100%;
}


.blog-page .blog_item._first-item.blog_item-date--text,
.blog-page .blog_item._first-item .blog_item-date--title {
    font-size: 16px;
}
.blog-page .blog_item._first-item ._btn-text {
    font-size: 14px;
}
.blog-page .blog_item._first-item ._btn-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
}
.blog-page .blog_item._first-item .blog_item-btn{
          min-width: unset;
         
          height: 35px;
        padding-left: 4vw;
}
/*  */
/*  */
/*  */
/*  */
.blog-page .blog_item-link {
    padding: 2vw;
}
.blog-page .blog_item-type {
    height: 15px;
    padding: 0 2vw;
    font-size: 9px;
}
.blog-page .blog_item-type--wrapper {
    position: absolute;
    left: 2vw;
    top: 2vw;
    gap: 5px;
    width: 90%;
    flex-wrap: wrap;
}
.blog-page .blog_item {
    flex: 0 0 49%;
    overflow: hidden;
}
.blog-page .blog_item-text{
  font-size: 12px;
}
.blog-page .blog_item-title {
    font-size: 14px;
}
.blog-page  .blog_item-footer {
  align-items: flex-start;
    flex-direction: column;
    gap: 1vh;
}
.blog-page  .blog_item-content {
    flex: unset;
}

.blog-page .blog_item-date--text,
.blog-page .blog_item-date--title {
    font-size: 10px;
}
.blog-page  ._btn-text {
    font-size: 10px;
}
.blog-page ._btn-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}
.blog-page .blog_item-btn{
          min-width: unset;
         
          height: 25px;
        padding-left: 4vw;
}
.blog-page .blog_item .blog_item-media {
    width: 100%;
    flex: unset;
    height: 25vw;
    overflow: hidden;
}
/*  */
/*  */
/*  */
/*  */
.blog-article-page{
  margin-bottom: 6vh;
}
.body-wrapper {
    min-height: auto;
}
.article {
    margin-top: 10vh;
}
.article_title {
    margin: 0;
}
.article_wrapper {
    padding-top: 4vh;
    margin-top: 3vh;
    border-top: 1px solid #E9E8E8;
}
.article_content {
    width: 75%;
    margin: 0 auto;
    margin: 0;
    margin-left: auto;
}
.article_title {
    margin: 0;
    font-size: 24px;
}
.whistleblower {
    margin-top: 10vh;
    margin-bottom: 6vh;
}
.whistleblower ._inner {
    width: 90%;
}
._popup-whistleblower .popup__content{
  padding-bottom: 6vh;
}
._popup-whistleblower ._popup-block--inner {
    width: 90vw;
}
.popup__timeline-dot {
    flex: 0 0 10vw;
    height: 10vw;
    position: relative;
}
.popup__timeline-dot-text {
    font-size: 24px;
}
.report_block-item__input {
    height: 40px;
    border-radius: 5px;
}
   .report_block-item__input--textarea {
    /* padding: 1vw; */
    height: 70px !important;
}
.sustainability,
.lineofproducts,
.video-car-text,
.whoweare {
    margin-top: 10vh;
}
}