*,
*::before,
*::after {
  box-sizing: border-box;
/* 	testfff */
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
	font-family: Inter;
  background: #ffffff;
  color: #0C0A14;
  overflow-x: hidden;
}

a,
button,
input,
textarea,
select {
  font: inherit;
	transition: .3s;
	cursor: pointer;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:hover{
	opacity: 0.85;
}

a {
  color: inherit;
  text-decoration: none;
}

.is-error{
    border-color:#e53935!important;
}

/* gallery */
.ngg-slideshow.slick-slider {
	max-width: 100% !important;
	max-height: none !important;
}

.slick-slide img {
	max-height: 800px !important;
}
/* gallery */

.gtranslate_wrapper{
	position: absolute;
    top: 8%;
    right: 20px;
}

.gt_selector{
	border: none;
    outline: none;
    color: white;
    background: transparent;
    width: 38px;
    font-size: 11px;
    text-transform: uppercase;
	cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
	box-sizing: content-box;
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #0f1014;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-nobg{
    background: #fff;
    min-height: auto;
    padding: 80px 0;
}

.hero__background {
  position: absolute;
  inset: 0;
  background-image: url('https://picsum.photos/id/1060/1600/900');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(9 11 17) 0%, rgb(11 13 18 / 72%) 31%, rgb(10 11 16 / 76%) 37%, rgb(10 11 16 / 38%) 54%, rgb(10 11 16 / 0%) 100%);
}

.hero-thank-you .hero__overlay {
	background: linear-gradient(to right, rgb(9 11 17) 0%, rgb(11 13 18 / 85%) 31%, rgb(10 11 16 / 83%) 37%, rgb(10 11 16 / 78%) 54%, rgb(10 11 16 / 0%) 100%);
}

.software-hero-bg{
	background-image: url('/wp-content/uploads/2026/04/before.png');
}

.service-hero-bg{
	background-image: url('/wp-content/uploads/2026/04/Header-scaled.jpg');
}

.about-hero-bg{
	background-image: url('/wp-content/uploads/2026/04/Header-1-scaled.jpg');
	background-position: top center;
}

.manufact-hero-bg{
	background-image: url('/wp-content/uploads/2026/04/Header-2-scaled.jpg');
}

.privacy-link{
	color: #ff672b;
	text-decoration: underline;
}

.breadcrumbs{
	    font-size: 13px;
    font-weight: 300;
    color: #888888;
	    position: absolute;
    bottom: -50px;
}

.breadcrumbs span:last-child a{
	color: #F75E25;
}

/* =========================
   TOP BAR
========================= */

.topbar {
  position: relative;
  z-index: 3;
  height: 25px;
  background: rgba(3, 4, 8, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.topbar__text {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
	margin: 0 auto; 
}

.topbar__lang {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.topbar__lang-arrow {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
}

/* =========================
   HEADER
========================= */

.header {
  position: relative;
  z-index: 2;
  height: 106px;
  background: #313131;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-right: 48px;
}

.logo__mark {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.logo__ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}

.logo__ring::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  transform: rotate(18deg);
}

.logo__dot {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.logo__text {
  color: #ffffff;
  font-size: 59px;
  font-weight: 700;
  line-height: 0.9;
}

.nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav__link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__button {
  margin-left: auto;
  min-width: 147px;
  height: 42px;
  padding: 0 24px;
  border-radius: 4px;
  background: #F75E25;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* =========================
   HERO CONTENT
========================= */
.hero__background-video{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero__background-video video{
	width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__content-inner {
  max-width: 70%;
}

.hero__title, .hero__content-inner h1 {
  margin: 0 0 25px;
  color: #ffffff;
  font-size:  60px;
  font-weight: 700;
  line-height: 1.12;
}

.hero-nobg .hero__title{
    color: #0C0A14;
    margin: 0;
}

.hero__description, .hero__content-inner p {
  max-width: 730px;
  margin: 0 0 54px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.hero-thank-you .hero__content-inner .hero__description {
	margin-bottom: 20px;
}

.hero-thank-you .hero__content-inner .project-cta__button {
	margin-top: 30px;
}

.hero-content-manfc p{
	margin-bottom: 15px;
}

.hero__button {
	width: fit-content;
  height: 42px;
  padding: 14px 28px;
  border-radius: 4px;
  background: #ff672b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
	display: block;
    text-align: center;
}

.hero__button:hover{
	opacity: .8;
	transition: .3s;
}

/* =========================
   EXPERTISE
========================= */

.expertise {
  padding: 80px 0;
}

.expertise__container {
  display: flex;
  justify-content: flex-end;
}

.expertise__content {
  width: 842px;
}

.expertise__title {
  margin: 0;
  max-width: 790px;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.94;
}

.expertise__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  margin-top: 42px;
}

.expertise-card__label, .expertise-card__label p {
  min-height: 74px;
  color: #161622;
  font-size: 15px;
font-weight: 400;
    line-height: 1.6;
  text-transform: uppercase;
	margin: 0;
}

.expertise-card__value {
  margin-top: 2px;
  color: #0C0A14;
  font-size: 91px;
  font-weight: 700;
  line-height: 0.92;
}

.expertise-card__caption {
  margin-top: 12px;
  color: #6f6f75;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

/* =========================
   PRODUCTS
========================= */

.products {
  padding: 0 0 120px;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 20px;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card__image {
  height: 357px;
  overflow: hidden;
  border-radius: 4px;
  background: #ececec;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__image--contain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__image--contain img {
  object-fit: cover;
}

.product-card__title {
  margin: 18px 0 0;
  color: #0C0A14;
  font-size: 40px;
    font-weight: 700;
  line-height: 1.03;
}

.product-card__line {
  height: 1px;
  margin: 14px 0 11px;
  background: #6F6F6F;
}


.product-card__link {
  text-decoration: none;
}

.product-card__text {
  position: relative;
  display: inline-block;

  color: #6F6F6F;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.product-card__text::after {
  content: attr(data-text);

  position: absolute;
  inset: 0;

  color: #F75E25;

  clip-path: inset(0 100% 0 0);
  transition: clip-path .65s ease;

  pointer-events: none;
}

.product-card__link:hover .product-card__text::after {
  clip-path: inset(0 0 0 0);
}

.machine-hero__media{
	position: relative;
}

.product-second-image{
	opacity: 0;
	transition: opacity 0.3s ease;
	   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.machine-hero__media.is-second-visible .product-second-image {
  opacity: 1;
	transition: opacity 0.3s ease;
}

.view-sec-image{
	position: absolute;
	bottom: 20px;
	left: 20px;
	    height: 40px;
	width: 40px;
	cursor: pointer;
	background: #fff;
    border-radius: 100px;
}

.sec-open{
	display: none;
}

.machine-hero__media.is-second-visible .sec-open {
  display: block;
}

.machine-hero__media.is-second-visible .sec-close {
  display: none;
}

.blog-post-hero .container .machine-hero__content {
	position: relative;
}

.date-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	background: linear-gradient(to bottom, transparent, #000);
}

/* =========================
   MACHINE IN FOCUS
========================= */

.focus {
  padding: 8px 0 120px;
}

.focus__title {
  margin: 0 0 50px;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.focus__title span {
  color: #F75E25;
}

.focus-slider {
  position: relative;
}

.focus-slider__viewport {
  overflow: hidden;
  border-radius: 4px;
}

.focus-slider__track {
  position: relative;
  min-height: 474px;
}

.focus-slide {
  display: none;
}

.focus-slide.is-active {
  display: block;
}

.focus-slide__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
  min-height: 474px;
  padding: 50px 38px 52px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2b2b2d 0%, #3a3a3b 46%, #2f2f31 100%);
}

.focus-slide__info {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.focus-slide__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.95;
}

.focus-slide__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.32;
}

.focus-slide__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.focus-slide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 25px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
	padding: 11px 0 14px;
}

.focus-slide__arrow--prev {
  background: #585858;
  color: #ffffff;
}

.focus-slide__arrow--next {
  background: #ff672b;
  color: #ffffff;
}

.focus-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  height: 42px;
  padding: 0 24px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
}

.focus-slide__media {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
      min-height: 370px;
    height: 500px;
}

.focus-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focus-slide__arrow:hover,
.focus-slide__button:hover {
  opacity: 0.92;
}



/* =========================
   INDUSTRY BANNER
========================= */

.industry-banner {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industry-banner__background {
  position: absolute;
  inset: 0;
  background-image: url('https://stefa-machines.com/wp-content/uploads/2026/04/bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.industry-banner__overlay {
  position: absolute;
  inset: 0;
    background: #000;
    opacity: .4;
}

.industry-banner__content {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.industry-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: 110px;
  font-weight: 900;
  line-height: 0.98;
}

.industry-banner__description, .industry-banner__content p {
  max-width: 520px;
  margin: 30px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

/* =========================
   NEWS
========================= */

.news {
  padding: 120px 0;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.news-card {
  display: flex;
  flex-direction: column;
  min-width: 270px;
}

.news-card__image {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 4px;
  background: #dddddd;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__title {
  margin: 18px 0 0;
  color: #0C0A14;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.06;
}

.news-card__text {
  margin: 13px 0 20px;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.12;
}

.news-card__link {
  margin-top: auto;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.news-card__link:hover{
	opacity: .8;
}

.news-card__line {
  height: 1px;
  margin: 10px 0 10px;
  background: #8d8d8d;
}

.news-card__date {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

/* =========================
   CONTACT SECTION
========================= */

.contact-section {
  padding: 0 0 40px;
}

.contact-section__grid {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 24px;
  align-items: end;
}

.contact-section__title {
  margin: 0 0 32px;
  max-width: 560px;
  color: #0C0A14;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.98;
}

.contact-section__image {
  width: 100%;
  height: 326px;
  overflow: hidden;
  border-radius: 4px;
}

.contact-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  padding-top: 6px;
}

.contact-form__input {
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  padding: 0 16px;
  border: 1px solid #a8adb3;
  border-radius: 4px;
  background: transparent;
  color: #0C0A14;
  font-size: 16px;
  outline: none;
}

.contact-form__input::placeholder {
  color: #6b6b6b;
  opacity: 1;
}

.contact-form__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.contact-form__button {
  min-width: 181px;
  height: 50px;
  border-radius: 4px;
  background: #ff672b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.contact-form__policy {
  max-width: 260px;
  margin: 4px 0 0;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

/* =========================
   LINKEDIN SECTION
========================= */

.linkedin-section {
  background: #F8F8F8;
  padding: 80px 0 90px;
}

.linkedin-section__title {
  margin: 0 0 42px;
  color: #0C0A14;
  font-size: 66px;
  font-weight: 700;
  line-height: 0.98;
}

.linkedin-section__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.linkedin-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d9d9d9;
	    border-radius: 10px;
    overflow: hidden;
}

.linkedin-card__media {
  height: 214px;
  overflow: hidden;
  background: #ececec;
}

.linkedin-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linkedin-card__body {
  padding: 14px 18px 10px;
  min-height: 128px;
}

.linkedin-card__text {
  margin: 0;
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.16;
  text-align: left;
}

.linkedin-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 12px;
  gap: 12px;
}

.linkedin-card__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.linkedin-card__avatar {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 2px solid #ff6a21;
  border-radius: 50%;
  position: relative;
}

.linkedin-card__avatar::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
  background: #ff6a21;
  border-radius: 50%;
}

.linkedin-card__meta {
  min-width: 0;
}

.linkedin-card__meta strong {
  display: block;
  color: #141414;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.linkedin-card__meta span {
  display: block;
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.linkedin-card__network {
  color: #0a66c2;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.linkedin-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d7d7d7;
}

.linkedin-card__stats span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #303030;
  font-size: 15px;
  border-right: 1px solid #e0e0e0;
}

.linkedin-card__stats span:last-child {
  border-right: none;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #313131;
  padding: 80px 0 70px;
  color: #ffffff;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.55fr 0.8fr 1fr 1.35fr;
  gap: 44px;
  align-items: start;
}

.footer__title {
  margin: 0 0 42px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.footer__text {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

/* .privacy-policy-footer-link{
	color: #797979;
} */

.footer__text--address {
  margin-bottom: 18px;
}

.footer a:hover{
	opacity: .8;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__nav a {
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.45;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.2;
}

.footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.footer__social-link img {
	width: 21px;
	height: auto;
}

.news__button {
  height: 50px;
  padding: 0 26px;
  border-radius: 4px;
  background: #F75E25;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
	margin-top: 50px;
}

.footer__brand {
  padding-top: 2px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.footer-logo-eu{
	display: block;
    margin-top: 42px;
}

.footer-logo-eu img{
	height: 50px;
}

.footer-logo__mark {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.footer-logo img{
	width: 100%;
}

.footer-logo__text {
  color: #ff6a21;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.88;
}

.footer__brand-text {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.eu-logo-footer {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

.eu-logo-footer img{
	max-height: 65px;
    margin: 10px auto;
}


.discussion-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .35s ease, visibility .35s ease;
}

.discussion-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.discussion-popup__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, .48);
  backdrop-filter: blur(6px);
}

.discussion-popup__window {
  position: relative;
  z-index: 2;

  width: min(100%, 1040px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;

  background: #ffffff;

  transform: translateY(18px);
  transition: transform .35s ease;
}

.discussion-popup.is-active .discussion-popup__window {
  transform: translateY(0);
}

.discussion-popup__close {
  position: absolute;
      top: 10px;
    right: 10px;
  z-index: 4;

  width: 34px;
  height: 34px;

  border: 0;
  border-radius: 5px;

  background: #f2f2f2;
  color: #111;

  font-size: 25px;
    padding: 4px 10px 5px;
  line-height: 1;

  cursor: pointer;
}

.discussion--popup {
  margin: 0;
}



/* =========================
   ABOUT HERO
========================= */

.about-hero {
  padding: 80px 0 90px;
}

.about-hero__content {
  max-width: 64%;
  margin-left: auto;
}

.about-hero__title {
  margin: 0 0 28px;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.0;
      width: fit-content;
}

.about-hero__title span {
  color: #F75E25;
  display: block;
  width: fit-content;
}

.about-hero__description {
  margin: 0 0 56px;
  color: #5e5e63;
  font-size: 16px;
  line-height: 1.4;
}

.about-hero__stats {
  display: flex;
  align-items: flex-end;
  gap: 80px;
      width: fit-content;
}

.about-stat__label {
  margin-bottom: 12px;
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.about-stat__value {
  color: #0C0A14;
  font-size: 88px;
  font-weight: 700;
  line-height: 0.9;
}

.about-stat__value span {
  font-size: 32px;
  font-weight: 700;
  margin-left: 6px;
}

.products--about {
  padding-top: 10px;
}

.products-section-title {
  max-width: 64%;
  margin: 0 0 42px;
  color: #2e3138;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  margin-left: auto;
}

/* =========================
   HISTORY SECTION
========================= */

.history-section {
  padding: 0 0 60px;
}

.history {
  position: relative;
}

.history__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 34px;
}

.history__title {
  margin: 0;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.95;
}

.history__progress {
  position: relative;
  margin-bottom: 18px;
}

.history__progress-track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #cfcfcf;
}

.history__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 7px;
  border-radius: 999px;
  background: #F75E25;
  transition: width 0.3s ease;
}

.history__controls {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 34px;
	position: relative;
	z-index: 2;
}

.history__arrow {
  padding: 0;
  color: #b5b5b8;
  font-size: 38px;
  line-height: 1;
}

.history__arrow--next {
  color: #F75E25;
}

.history__years {
  gap: 18px;
  align-items: end;
  margin-bottom: 34px;
	height: 115px;
	width: 100%;
    justify-content: space-between;
	display: flex;
}

.history-year {
  padding: 0;
  text-align: left;
  background: transparent;
  border: none;
  color: #b4b4b8;
}

.history-year__label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #9f9fa5;
}

.history-year__value {
  display: block;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.9;
  transition: color 0.25s ease, font-size 0.25s ease;
}

.history-year__sub {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1;
  color: #808086;
}

.history-year.is-active .history-year__label,
.history-year.is-active .history-year__sub {
  color: #31343E;
}

.history-year.is-active .history-year__value {
  color: #31343E;
  font-size: 78px;
}

.history-slider {
  position: relative;
}

.history-slide {
  display: none;
  grid-template-columns: 1.08fr 0.9fr 0.12fr;
  gap: 24px;
  align-items: start;
}

.history-slide.is-active {
  display: grid;
}

.history-slide__media {
  height: 388px;
  overflow: hidden;
  border-radius: 4px;
  background: #dddddd;
}

.history-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-slide__content {
  padding-top: 6px;
}

.history-slide__inner {
  max-width: 470px;
}

.history-slide__title {
  margin: 0;
  color: #303341;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.history-slide__line {
  height: 1px;
  background: #9f9fa5;
  margin: 14px 0 20px;
}

.history-slide__text, .history-slide__inner p{
  margin: 0;
  color: #31343E;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.32;
}

.history-slide__preview {
  align-self: center;
  width: 300%;
  height: 230px;
  overflow: hidden;
  border-radius: 2px;
  background: #e8e8e8;
  opacity: 0.7;
	position: relative;
}

.history-slide__preview::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.history-slide__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   DEPARTMENTS SECTION
========================= */

.departments-section {
  padding: 48px 0 54px;
}

.departments-section__inner {
  padding: 44px 0 18px;
}

.departments-section__title {
  max-width: 760px;
  margin: 0 0 22px;
  color: #303341;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.departments-section__description {
  max-width: 560px;
  margin: 0 0 42px;
  color: #50545f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.departments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 24px;
}

.about-departments, .service-departments{
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.service-section .department-card {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  border-radius: 4px;
}

.service-section .department-card:last-child{
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    gap: 24px;
}

.service-section .department-card:last-child .department-card__image{
    flex: 1;
    height: 340px;
}

.service-section .department-card:last-child .department-card__cont-text{
    flex: 1;
}

.service-section .department-card:last-child .department-card__title{
    margin: 0 15px 0 0;
}

.service-section .department-card:last-child .department-card__text{
    margin: 18px 0 0;
}

.department-card__image {
  width: 100%;
  height: 268px;
  overflow: hidden;
  border-radius: 6px;
  background: #ececec;
}

.about-departments .department-card__image, .service-departments .department-card__image{
	height: 360px;
}


.department-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-card__title {
    padding: 18px 0 0;
    color: #303341;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin: 0 15px;
}

/* .about-departments .department-card__title{
	font-size: 28px;
	margin: 0;
	font-weight: 700;
} */

.about-departments .department-card__title{
	margin: 0;
}

.service-section .department-card__title {
    border-bottom: 1px solid #a8a8a8;
	padding: 18px 0 18px;
}

.department-card__content {
  max-width: 500px;
}

.about-departments .department-card__content, .service-departments .department-card__content, .department-card__content.blog-post-content {
	max-width: 100%;
}

.department-card__content.blog-post-content img{
	width: 60%;
    margin: 30px auto;
    display: block;
    text-align: center;
}

.department-card__content.blog-post-content h3{
	font-size: 24px;
    color: #4d5059;
}

.single.post .tech-section__title {
/* 	color: #4d5059; */
	margin-bottom: 20px;
}

.department-card__list {
  margin: 10px 0 0 10px;
  padding-left: 20px;
  color: #4d5059;
}

.department-card__list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
}

.department-card__text, .department-card__content p, .department-card__content ul {
  margin: 18px 15px 0;
  color: #4d5059;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.about-departments .department-card__text, .about-departments .department-card__content p, .about-departments .department-card__content ul{
	margin: 15px 0 0;
}

/* =========================
   VALUES SECTION
========================= */

.values-section {
  padding: 64px 0 86px;
}

.values-section__title {
  margin: 0 0 34px;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.95;
}

.values-section__title span {
  color: #F75E25;
}

.values-section__grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 26px;
  align-items: start;
}

.values-section__image {
  width: 100%;
  height: 335px;
  overflow: hidden;
  border-radius: 4px;
  background: #dddddd;
}

.values-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-section__content {
  padding-top: 4px;
}

.values-section__content p {
  margin: 0 0 26px;
  color: #474b56;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}

.values-section__content p:last-child {
  margin-bottom: 0;
}

/* =========================
   DISCUSSION SECTION
========================= */

.discussion-section {
  background: #F8F8F8;
  padding: 65px 0 65px;
}

.discussion-form .contact-form__policy{
	margin: 10px 0 0 auto;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
	width: 265px;
}

.discussion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.discussion--popup{
	padding:60px 30px 30px;
	grid-template-columns: 1fr 1.4fr;
}

.discussion__title {
  margin: 0 0 22px;
  color: #31343E;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.95;
}

.discussion__text, .discussion-section p {
  max-width: 420px;
  margin: 0;
  color: #31343E;
  font-size: 16px;
  line-height: 1.2;
}

/* FORM */

.discussion-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.discussion-form__input {
  height: 54px;
  padding: 0 16px;
  border: 1px solid #a8adb3;
  border-radius: 4px;
  background: transparent;
  font-size: 16px;
  color: #111;
}

.discussion-form__input::placeholder {
  color: #6b6b6b;
}

.discussion-form__button {
    width: 265px;
    margin-left: auto;
    display: block;
  height: 52px;
  border-radius: 4px;
  background: #F75E25;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* =========================
   STAGES SECTION
========================= */

.stages-section {
  padding: 80px 0 40px;
}

.stages__title {
  margin: 0 0 40px;
  font-size: 60px;
  font-weight: 700;
  color: #0C0A14;
}

.stages__title span {
  color: #F75E25;
}

/* STAGE */

.stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.stage--reverse {
  direction: rtl;
	position: relative;
}

.stage--reverse::after{
	content: '';
	position: absolute;
	top: -30px;
	bottom: -30px;
	background-color: #F8F8F8;
	z-index: 1;
	left: -100%;
    width: 3000px;
}

.stage--reverse .stage__content {
  direction: ltr;
}

.stage__image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 6px;
  background: #ddd;
	position: relative;
	z-index: 2;
}

.stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.stage__heading {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #303341;
  line-height: 1.1;
}

.stage__line {
  width: 100%;
  height: 1px;
  background: #a5a5a5;
  margin: 14px 0 20px;
}

.stage__content p {
  margin: 0 0 14px;
  font-size: 16px;
  color: #31343E;
  line-height: 1.4;
}

.stage__content ul {
  padding-left: 20px;
  margin: 10px 0 20px;
}

.stage__content li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #31343E;
}

/* =========================
   RESULT SECTION
========================= */

.result-section {
  padding: 0 0 120px;
}

.result-section__head {
  gap: 25px;
  margin-bottom: 42px;
    display: flex;
    flex-direction: column;
    width: 64%;
    margin-left: auto;
}

.result-section__title {
  margin: 0;
  color: #0C0A14;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.95;
}

.result-section__title span {
  color: #F75E25;
}

.result-section__intro {
  max-width: 720px;
  padding-top: 10px;
}

.result-section__intro p {
  margin: 0 0 22px;
  color: #474b56;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}

.result-section__intro p:last-child {
  margin-bottom: 0;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.result-card {
  display: flex;
  flex-direction: column;
}

.result-card__title {
  margin: 0 0 15px;
  color: #1f2330;
    font-size: 16px;
    font-weight: 300;
  line-height: 1.55;
  text-transform: uppercase;
}

.result-card__image {
  width: 100%;
  height: 196px;
  overflow: hidden;
  border-radius: 2px;
}

.result-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
	    object-position: left;
}

/* =========================
   PROJECT CTA
========================= */

.project-cta {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background: #111111;
}

.project-cta__background {
  position: absolute;
  inset: 0;
}

.project-cta__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-cta__overlay {
  position: absolute;
  inset: 0;
    background: #000;
    opacity: .4;
}

.project-cta .container {
  position: relative;
  z-index: 1;
}

.project-cta__content {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 0;
}

.project-cta__title {
  margin: 0 0 34px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.95;
}

.project-cta__text, .project-cta__content p {
  margin: 0 0 34px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.34;
}

.project-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  background: #F75E25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.project-cta__button:hover{
		opacity: 0.85;
	}

/* =========================
   NEWS SLIDER
========================= */

.news-section {
  background: #f5f5f5;
  padding: 80px 0;
}

.news-section .container .news{
    padding: 0;
}

.news-section .container .news .news__title{
    margin: 0;
}

.news-slide__content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news__title {
  margin: 0 0 40px;
  font-size: 60px;
  font-weight: 700;
  color: #0C0A14;
}

.news__arrows {
  display: flex;
  gap: 10px;
}

.news__arrow {
  font-size: 32px;
  color: #b0b0b0;
}

.news__arrow--next {
  color: #F75E25;
}

/* SLIDER */

.news-slider {
  position: relative;
}

.news-slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.news-slide.is-active {
  display: grid;
}

/* IMAGE */

.news-slide__image {
  height: 320px;
  overflow: hidden;
  border-radius: 6px;
}

.news-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */

.news-slide__date {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: #f3d5c5;
  border-radius: 4px;
  font-size: 14px;
}

.news-slide__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #303341;
}

.news-slide__line {
  height: 1px;
  background: #a0a0a0;
  margin: 14px 0;
  width: 100%;
}

.news-slide__text {
  margin: 0 0 20px;
  font-size: 16px;
  color: #31343E;
}

.news-slide__button {
  display: inline-block;
  padding: 14px 28px;
  background: #F75E25;
  color: #fff;
  border-radius: 4px;
  margin-top: auto;
}

/* DOTS */

.news__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.news-dot {
  width: 11px;
    height: 12px;
    border-radius: 100px;
  background: #cfcfcf;
}

.news-dot.is-active {
  background: #F75E25;
}

.blog-post-hero .news-slide__date {
	margin: 0;
	padding: 10px 16px;
	border-radius: 7px;
	background: #f75e25;
	color: #fff;
}

.date-cont {
	display: flex;
	gap: 10px;
}

/* =========================
   NEWS TABS SECTION
========================= */

.news-tabs-section {
  padding: 74px 0 90px;
}

.news-tabs__controls {
  display: flex;
  gap: 22px;
  margin-bottom: 34px;
	position: sticky;
    top: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    padding-top: 20px;
}

.news-tabs__button {
  min-width: 160px;
  height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 4px;
  background: #ebebeb;
  color: #3c3f49;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.news-tabs__button.is-active {
  background: #F75E25;
  color: #ffffff;
}

.news-tabs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px;
}

.news-tabs-card {
  display: flex;
  flex-direction: column;
}

.news-tabs-card.is-hidden {
  display: none;
}

.news-tabs-card__image {
  width: 100%;
  height: 178px;
  overflow: hidden;
  border-radius: 4px;
  background: #dddddd;
}

.news-tabs-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-tabs-card__title {
  margin: 18px 0 0;
  color: #1f2330;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.07;
}

.news-tabs-card__text {
  margin: 15px 0;
  color: #7a7d86;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
	word-wrap: break-word;
}

.news-tabs-card__link {
    margin-top: auto;
  color: #666a74;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.news-tabs-card__line {
  height: 1px;
  margin: 10px 0 10px;
  background: #b3b3b6;
}

.news-tabs-card__date {
  color: #7a7d86;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.machine-hero {
  padding: 110px 0 20px;
  overflow: hidden;
}

.product-character {
  padding: 40px 0;
  background: #f3f3f3;
  overflow: hidden;
}

.product-character .container{
	display: flex;
	align-items: flex-start;
	gap: 70px;
}

.machine-hero__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
  gap: 56px;
}

.machine-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.95;
  color: #2f3340;
}

.machine-hero__text {
  font-weight: 300;
}

.machine-hero__text p {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
  color: #3b3f4b;
}

.machine-hero__text p:last-child {
  margin-bottom: 0;
}

.machine-hero__media{
	max-height: 530px;
	width: 100%;
	margin-top: 40px;
	background: #fff;
}

.machine-hero__media img{
	width: 100%;
	height: 100%;
	max-height: 530px;
	object-fit: cover;
}

.machine-hero__image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
}

/* =========================
   FEATURES SECTION
========================= */

.features-section {
  padding: 30px 0 40px;
}

.position-relative-tech {
	position: relative;
    overflow: hidden;
}

.position-relative-tech .container.nav-menu{
	position: sticky;
    top: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    padding-top: 20px;
} 

/* NAV */

.features-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.features-nav__btn {
  padding: 14px 24px;
  background: #eaeaea;
  border-radius: 6px;
  color: #3c3f49;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
	text-align: center;
}

.features-nav__btn.is-active, .features-nav__btn:hover {
  background: #F75E25;
  color: #fff;
	transition: 0.3s;
}

/* GRID */

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */

.feature-card__image {
  height: 360px;
  background: #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
	    background-size: cover;
    background-position: center;
}

.feature-card__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #303341;
}

.feature-card__text {
  font-size: 15px;
  color: #5c5f69;
  line-height: 1.4;
}

.feature-card__note {
  display: block;
  margin-top: 10px;
  color: #F75E25;
  font-size: 14px;
}

/* =========================
   TECH DETAILS
========================= */

.tech-section {
  background: #f5f5f5;
  padding: 80px 0;
}

.tech-section.blog-text-sec {
	padding: 10px 0;
}

.blog-post-content p{
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.4;
}

.btn-pt-section .container{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.image-gallery{
	padding: 80px 0;
}

/* TOP */

.tech-section__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.tech-section__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #0C0A14;
}


.tech-section__download {
  padding: 14px 26px;
  background: #F75E25;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}

.tech-section__download:hover{
	opacity: .8;
}

/* TABLE */

.tech-table table {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #eaeaea;
	width: 100% !important;
}

.tech-table table tr{
  display: grid;
  padding: 18px 20px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
	
	--gap: 1px;
  --min-col-width: 150px;

  display: grid;
  gap: var(--gap);

  grid-template-columns: repeat(
    auto-fit,
    minmax(
      min(100%, max(var(--min-col-width), calc((100% - 150px) / 12))),
      1fr
    )
  );
}

.tech-table table thead {
  font-weight: 700;
  background: #e0e0e0;
}

.tech-table table tr:last-child {
  border-bottom: none;
}

/* NOTE */

.tech-section__note {
  font-size: 16px;
  color: #555;
}

.tech-section__note a {
  color: #F75E25;
  text-decoration: underline;
}

/* =========================
   EQUIPMENT LIST
========================= */

.equipment-section {
  background: #f5f5f5;
  padding: 40px 0;
}

.equipment-section__title {
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: 700;
  color: #0C0A14;
}

/* BOX */

.equipment-box {
/*   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0; */
  background: #ececec;
  border-radius: 10px;
  overflow: hidden;
	
	--gap: 0;
	--min-col-width: 150px;
	display: grid;
	gap: var(--gap);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, max(var(--min-col-width), calc((100% - 150px) / 3))), 1fr));
}

/* COLUMN */

.equipment-col {
  padding: 30px 40px;
}

.equipment-col:first-child {
  border-right: 1px solid #d0d0d0;
}

.equipment-col-third{
	border-left: 1px solid #d0d0d0;
}

.equipment-col__title, .equipment-col h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f2330;
}

/* LIST */

.equipment-list, .equipment-col ul {
  margin: 0;
  padding-left: 18px;
}

.equipment-list li, .equipment-col ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #3f434d;
  line-height: 1.4;
}

/* =========================
   VIDEO SECTION
========================= */

.video-section {
  background: #f5f5f5;
  padding: 80px 0 30px;
}

.video-section .department-card__image{
	height: 355px;
}

.video-section .department-card__image iframe{
	width: 100% !important;
    height: inherit !important;
}

.video-section__title {
  margin: 0 0 34px;
  font-size: 48px;
  font-weight: 700;
  color: #0C0A14;
}

.video-section__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: center;
}

/* VIDEO CARD */

.video-card__preview {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: #dddddd;
}

.video-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(242, 106, 33, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.video-card__play-icon {
  margin-left: 4px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
}

/* CONTENT */

.video-section__content {
  max-width: 440px;
}

.video-section__subtitle {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
  color: #303341;
}

.video-section__line {
  width: 100%;
  height: 1px;
  background: #a8a8ac;
  margin: 16px 0 22px;
}

.video-section__text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.45;
  color: #31343E;
}

.video-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 50px;
  padding: 0 26px;
  border-radius: 6px;
  background: #F75E25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

/* =========================
   INTEREST SECTION
========================= */

.interest-section {
  background: #f5f5f5;
  padding: 82px 0 96px;
}

.interest-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.interest-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4px;
}

.interest-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  padding: 10px 32px;
  border-radius: 6px;
  background: #f3d8cb;
  color: #31343E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.interest-card__title {
  max-width: 760px;
  margin: 0 0 18px;
  color: #303341;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.95;
}

.interest-card__line {
  width: 100%;
  height: 1px;
  background: #9da0a8;
  margin-bottom: 18px;
}

.interest-card__text {
  margin: 0;
  color: #434751;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.interest-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 218px;
  height: 64px;
  padding: 0 30px;
  margin-top: auto;
  border-radius: 8px;
  background: #F75E25;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.interest-card__image {
  width: 100%;
  height: 490px;
  overflow: hidden;
  border-radius: 8px;
  background: #dddddd;
}

.interest-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   CATALOG TABS SECTION
========================= */

.catalog-tabs-section {
  padding: 76px 0 92px;
}

.catalog-tabs{
	position: relative;
}

.catalog-tabs__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 45px;
	    position: sticky;
    top: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
	    padding-top: 20px;
}

.catalog-tabs__button {
  width: 18%;
	min-width: 168px;
  min-height: 55px;
  padding: 14px 22px;
  border: none;
  border-radius: 6px;
  background: #ebebeb;
  color: #3b3f49;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  transition: 0.3s;
	flex-wrap: wrap;
}

.catalog-tabs__button.is-active, .catalog-tabs__button:hover {
  background: #F75E25;
  color: #ffffff;
	transition: 0.3s;
}

.catalog-panel {
  display: none;
}

.catalog-panel.is-active {
  display: block;
}

.catalog-group + .catalog-group, .catalog-group.pt {
  margin-top: 85px;
}

.catalog-group__title {
  margin: 0 0 18px;
  color: #303341;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
}

.catalog-group__intro {
  max-width: 550px;
  margin-bottom: 38px;
}

.catalog-group__intro p {
  margin: 0 0 18px;
  color: #4c5059;
  font-size: 16px;
  line-height: 1.35;
}

.catalog-group__intro p:last-child {
  margin-bottom: 0;
}

.catalog-grid {
  display: grid;
  gap: 42px 28px;
}

.catalog-grid--2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-grid--3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-card {
  display: flex;
  flex-direction: column;
}

.catalog-card__image {
  width: 100%;
  height: 180px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: #d9d9d9;
	background-size: cover;
    background-position: center;
}

.catalog-card__title {
  margin: 0 0 14px;
  color: #1f2330;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.08;
}

.catalog-card__specs {
  margin-bottom: 14px;
}

.product-character .container .catalog-card__specs{
	width: 30%;
	max-width: 230px;
	margin: 0;
}

.catalog-card__specs div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: #777b84;
  font-size: 16px;
  line-height: 1.2;
}

.product-character .container .catalog-card__specs div{
	flex-direction: column;
	gap: 0;
	margin-bottom: 15px;
}

.product-character .container .catalog-card__specs div:last-child{
	margin: 0;
}

.product-character .container .catalog-card__specs div span{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 0.5px solid #6F6F6F;
}

.catalog-card__specs strong {
  font-weight: 400;
  color: #777b84;
}

.product-character .container .catalog-card__specs div strong{
	color: #000;
}

.catalog-card__line {
  height: 1px;
  margin-bottom: 14px;
  background: #a8a8ac;
	margin-top: auto;
}

.catalog-card__link {
  text-decoration: none;
}

.catalog-card__text {
  position: relative;
  display: inline-block;

  color: #2f343f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.catalog-card__text::after {
  content: attr(data-text);

  position: absolute;
  inset: 0;

  color: #F75E25;

  clip-path: inset(0 100% 0 0);

  transition: clip-path .65s ease;

  pointer-events: none;
}

.catalog-card__link:hover .catalog-card__text::after {
  clip-path: inset(0 0 0 0);
}


.catalog-card--simple .catalog-card__title {
  margin-bottom: 16px;
}

/* =========================
   CONTACT MAP SECTION
========================= */

.contact-map__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 34px;
}

.contact-map__label {
  margin-bottom: 16px;
  color: #1f2330;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.contact-map__value {
  color: #0C0A14;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
}

.contact-map__value a {
  color: inherit;
  text-decoration: none;
}

.contact-map__socials {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.contact-map__socials a img {
	width: 54px;
	height: auto;
}

.contact-map__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 54px;
  border-radius: 10px;
  background: #343846;
  color: #ffffff;
  text-decoration: none;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.contact-map__map {
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 18px;
  background: #dddddd;
}

.contact-map__map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* =========================
   DISTRIBUTORS SLIDER
========================= */

.distributors-section {
  background: #F8F8F8;
  padding: 65px 0;
  margin: 65px 0;
}

.distributors__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 36px;
}

.distributors__intro {
  max-width: 670px;
}

.distributors__title {
  margin: 0 0 20px;
  color: #303341;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.94;
}

.distributors__text {
  margin: 0;
  color: #4d515b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.distributors__arrows {
  display: flex;
  gap: 20px;
  padding-top: 28px;
}

.distributors__arrow {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.distributors__arrow--prev {
  color: #b8b8bc;
}

.distributors__arrow--next {
  color: #F75E25;
}

.distributors-slide {
  display: none;
}

.distributors-slide.is-active {
  display: block;
}

.distributors-slide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.distributor-card {
  display: flex;
  flex-direction: column;
}

.distributor-card__logo {
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 4px;
  color: #303341;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.distributor-card__logo img{
	height: 100%;
	width: auto;
}

.distributor-card__title {
  margin: 0 0 14px;
  color: #303341;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.distributor-card__line {
  height: 1px;
  margin-bottom: 20px;
  background: #979aa3;
}

.distributor-card__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.distributor-card__label {
  margin-bottom: 10px;
  color: #4a4e58;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.distributor-card__label--mt {
  margin-top: 22px;
}

.distributor-card__value {
  color: #343844;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
}

.distributors__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.distributors-dot {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: #d1d1d3;
  cursor: pointer;
  padding: 0;
}

.distributors-dot.is-active {
  background: #F75E25;
}



.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  position: relative;
}

.nav__item {
  position: relative;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.nav__toggle {
  appearance: none;
}

.nav__item--has-dropdown > .nav__link:hover,
.nav__item--has-dropdown.is-open > .nav__link {
  color: #F75E25;
}

.nav__arrow,
.dropdown-item__arrow {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  display: inline-block;
  flex: 0 0 auto;
}

.nav__arrow {
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.nav__item.is-open .nav__arrow {
  transform: rotate(225deg) translateY(-1px);
}

.nav__dropdown {
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  z-index: 50;
  min-width: 250px;
max-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.nav__item.is-open .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav__dropdown--about {
  left: 50%;
  transform: translateX(-50%) translateY(10px);
	min-width: 250px;
    max-width: 250px;
}

.nav__item.is-open .nav__dropdown--about {
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.dropdown-item {
  position: relative;
	    border-bottom: 1px solid #F5F5F5;
}

.dropdown-item:last-child{
	border: none;
}

.dropdown-item__toggle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: none;
  border: none;
  padding: 14px 18px 12px;
  cursor: pointer;
  font: inherit;
  color: #3b3b3b;
  letter-spacing: 0.6px;
  font-size: 15px;
  line-height: 1.25;
}

.dropdown-item--open > .dropdown-item__toggle {
  color: #F75E25;
  font-weight: 600;
}

.dropdown-item__arrow {
  margin-top: 6px;
  color: #F75E25;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
}

.dropdown-item--open > .dropdown-item__toggle .dropdown-item__arrow {
  transform: rotate(45deg);
}

.dropdown-submenu {
  display: none;
  padding: 0 18px 14px;
}

.dropdown-item--open > .dropdown-submenu {
  display: block;
}

.dropdown-submenu__link {
  display: block;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-transform: none;
}

.dropdown-submenu__link:hover {
  color: #F75E25;
}

.dropdown-simple__link {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0.6px;
  white-space: nowrap;
border-bottom: 1px solid #F5F5F5;
}

.dropdown-simple__link:last-child{
	border: none;
}

.dropdown-simple__link:hover {
  color: #F75E25;
}

.nav__link:hover,
.dropdown-item__toggle:hover,
.dropdown-submenu__link:hover {
  opacity: 0.95;
}

.nav__link.is-active, .nav__link:hover {
  color: #F75E25;
}

.nav__link.is-active .nav__arrow {
  color: #F75E25;
}

.dropdown-submenu__link.is-active,
.dropdown-simple__link.is-active {
  color: #F75E25;
  font-weight: 600;
}

.nav__link.is-parent-active {
  color: #F75E25;
  opacity: 0.9;
}

.mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
}


.burger {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 28px;
  height: 2px;
  margin-left: auto;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 10, 12, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__inner {
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin-right: auto;
  background: linear-gradient(180deg, #2b2b2d 0%, #343438 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 54px 22px 28px;
  overflow-y: auto;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.22);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.mobile-menu__close {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.mobile-menu__close span {
  position: absolute;
  top: 19px;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
}

.mobile-menu__close span:first-child {
  transform: rotate(45deg);
}

.mobile-menu__close span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav__link,
.mobile-nav__toggle {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 2px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.mobile-nav__arrow,
.mobile-submenu__arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 2px solid #f26a21;
  border-bottom: 2px solid #f26a21;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.mobile-nav__item.is-open > .mobile-nav__toggle .mobile-nav__arrow,
.mobile-submenu__group.is-open > .mobile-submenu__toggle .mobile-submenu__arrow {
  transform: rotate(225deg);
}

.mobile-submenu {
  display: none;
  padding: 8px 0 12px 14px;
}

.mobile-nav__item.is-open > .mobile-submenu {
  display: block;
}

.mobile-submenu__group {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 14px;
  margin-bottom: 8px;
}

.mobile-submenu__toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
  border: none;
  background: transparent;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.mobile-submenu__links {
  display: none;
  padding: 2px 0 8px;
}

.mobile-submenu__group.is-open > .mobile-submenu__links {
  display: block;
}

.mobile-submenu__link {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.mobile-submenu--simple {
  padding-left: 14px;
}

.mobile-submenu--simple .mobile-submenu__link {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 14px;
}

.mobile-menu__bottom {
  margin-top: auto;
  padding-top: 26px;
}

.mobile-menu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  background: #f26a21;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.mobile-menu__logo{
		width: 100px;
}

.mobile-menu__logo img{
	width: 100%;
}

.features-slider-arrows{
	display: none;
}

.focus-slide__btns{
	display: flex;
	gap: 10px;
	align-items: center;
}

.dropdown-submenu__link{
	margin: 0 0 10px 10px;
}

.dropdown-submenu__link:last-child{
	margin-bottom: 0;
}

.tech-section .catalog-grid--2{
	margin-top: 20px;
}

.all-product{
	margin: 0;
}

.tooling-grid-section {
  padding: 80px 0 0;
  background: #f3f3f3;
}

.tooling-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 20px;
}

.tooling-card {
  display: flex;
  flex-direction: column;

  transition:
    background .25s ease,
    transform .25s ease;
}

.tooling-card__media {
  width: 148px;
  height: 148px;

  margin-bottom: 20px;

}

.tooling-card__media img {
  width: 148px;
  height: 148px;

  object-fit: contain;
  display: block;
}

.tooling-card__media--wide img {
  width: 48px;
}

.tooling-card__content h3 {
  margin: 0 0 18px;

  color: #171717;

  font-size: 20px;
  line-height: .95;
  font-weight: 500;
}

.tooling-card__content p {
  margin: 0;

  max-width: 95%;

  color: #555555;

  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.video-section .department-card__title {
    font-size: 28px;
    font-weight: 700;
}

.table-scroll-cont {
	overflow-x: auto;
	position: relative;
}

.swipe-table-icon {
	display: none;
}

.stages-section {
	overflow-x: hidden;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #F75E25;
  cursor: pointer;
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: #df4f1b;
}

.scroll-top__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(3px) rotate(45deg);
}

@media (max-width: 840px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

/* =========================
  MOBILE ADAPTIVE
========================= */

@media (max-width: 1480px){
    .container{
        max-width: 1140px;
    }

    .focus-slide__media {
        height: 370px;
    }

    .news__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-tabs-card__image {
        height: 260px;
    }

    .linkedin-section__posts {
        gap: 14px;
    }

    .linkedin-card__media {
        height: 194px;
    }

    .features-nav {
        margin-bottom: 0;
    }

    .tech-section .catalog-grid {
        gap: 42px 18px;
    }
}

@media (max-width: 1200px){
	.container{
		max-width: 80%;
	}

    .hero__title, .hero__content-inner h1, .machine-hero__title {
        font-size: 50px;
    }
	
	.logo img{
		width: 110px;
	}
	
	.nav{
		gap: 20px;
		margin: 0 auto;
	}
	
	.nav__link{
		font-size: 13px;
	}
	
	.nav__arrow, .dropdown-item__arrow{
		width: 6px;
		height: 6px;
	}
	
	.nav__item--has-dropdown{
		display: flex;
	}
	
	.dropdown-simple__link, .dropdown-item__toggle{
		padding: 10px 12px;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	.dropdown-submenu__link{
		font-size: 13px;
	}
	
	.nav__dropdown--about{
		min-width: 190px;
	}
	
	.header__button, .hero__button, .focus-slide__button, .contact-form__button, .footer__button,
	.discussion-form__button {
		min-width: fit-content;
		font-size: 14px;
		height: 46px;
	}
	
	.discussion-form__button{
		margin: 0;
	}
	
	.header{
		height: 75px;
	}
	
	.hero{
		min-height: 580px;
	}
	
	.hero__title, .machine-hero__title{
		font-size: 50px;
		font-weight: 700;
		line-height: 1;
	}
	
	.hero__description, .hero__content-inner p{
		font-size: 14px;
		line-height: 1.4;
	}
	
	.expertise__content{
		width: 100%;
	}
	
	.expertise__title{
		font-size: 44px;
	}
	
	.expertise__stats{
		margin-top: 30px;
	}
	
	.expertise-card__label, .expertise-card__label p{
		min-height: 54px;
		font-size: 13px;
		line-height: 1.4;
	}
	
	.expertise-card__value, .about-stat__value{
		font-size: 71px;
	}
	
	.expertise-card__caption{
		font-size: 14px;
	}
	
	.product-card__image{
		height: 250px;
	}
	
	.product-card__title{
		font-size: 24px;
	}
	
	.product-card__link{
		font-size: 14px;
	}
	
	.focus__title, .news__title, .contact-section__title, .linkedin-section__title, .equipment-section__title,
    .tech-section__title {
		font-size: 44px;
		margin: 0 0 30px;
	}
	
	.focus-slide__title{
		font-size: 20px;
	}
	
	.focus-slide__content{
		min-height: 390px;
		padding: 20px;
	}
	
	.focus-slider__track{
		min-height: 390px;
	}
	
	.focus-slide__media{
		min-height: auto;
	}
	
	.industry-banner{
		min-height: 0;
	}
	
	.industry-banner__title{
		font-size: 60px;
	}
	
	.industry-banner__description, .industry-banner__content p{
		font-size: 14px;
	}
	
	.industry-banner__content{
		min-height: 0;
		padding: 100px 0;
	}
	
	.news-card{
		min-width: 0;
	}
	
	.news-card__image{
		height: 150px;
	}
	
	.news-card__title{
		margin: 10px 0 0;
    	font-size: 18px;
    	line-height: 1;
	}
	
	.news-card__text, .news-card__link, .news-card__date{
		font-size: 14px;
	}
	
	.contact-section__grid{
		grid-template-columns: 1fr;
	}
	
	.contact-section__image{
		max-width: 500px;
		height: 285px;
	}
	
	.contact-form__input, .discussion-form__input{
		height: 40px;
    	margin-bottom: 10px;
		font-size: 14px;
	}
	
	.discussion-form__input{
		margin: 0;
	}
	
	.discussion-form__grid{
		gap: 15px;
	}
	
	.contact-form__policy{
		font-size: 12px;
	}
	
	.news__grid{
		gap: 15px;
	}
	
	.products__grid, .departments-grid{
		gap: 25px 15px;
	}
	
	.contact-section__title{
		max-width: none;
	}
	
	.contact-form__button{
		min-width: 180px;
	}
	
	.footer{
		padding: 50px 0 40px;
	}
	
	.footer-logo{
		width: 150px;
		margin-left: auto;
	}
	
	.footer__brand-text{
		font-size: 12px;
	}
	
	.footer__title{
		margin: 0 0 22px;
		font-size: 16px;
	}
	
	.footer__text, .footer__nav a, .footer__social-link{
		font-size: 13px;
	}
	
	.footer__socials{
		margin-bottom: 15px;
	}
	
	.footer__text--address {
		margin-bottom: 10px;
	}
	
	.footer__button{
		padding: 0 15px;
	}
	
	.linkedin-section {
		padding: 60px 0 60px;
	}
	
	.contact-section {
		padding: 0 0 80px;
	}
	
	.news {
		padding: 80px 0;
	}
	
	.focus, .products {
		padding: 0 0 80px;
	}
	
	.expertise {
		padding: 60px 0;
	}
	
	.department-card__title{
		font-size: 24px;
	}
	
	.department-card__text, .department-card__content p, .department-card__list li, .department-card__content ul{
		font-size: 14px;
	}
	
	.department-card__image{
		height: 205px;
	}
	
	.project-cta__content{
		padding: 50px 0;
		min-height: 350px;
	}
	
	.project-cta__title{
		margin: 0 0 15px;
		font-size: 44px;
	}
	
	.project-cta__text, .project-cta__content p{
		margin: 0 0 10px;
		font-size: 16px;
	}
	
	.project-cta__button{
		min-width: fit-content;
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	
	.project-cta{
		min-height: 350px;
	}
	
	.service-section .department-card:last-child .department-card__image{
		height: 205px;
	}
	
	.discussion-section{
		padding: 50px 0;
	}
	
	.discussion{
		grid-template-columns: 1fr;
	}
	
	.discussion__title, .about-hero__title{
		font-size: 44px;
	}
	
	.discussion__text, .discussion__text p {
		font-size: 14px;
	}
	
	.about-hero__content{
		max-width: none;
	}
	
	.about-hero__description{
		margin: 0 0 35px;
    	font-size: 14px;
	}
	
	.about-hero__stats{
		gap: 50px;
	}
	
	.products--about .container .container{
		max-width: 100%;
		padding: 0;
	}
	
	.about-hero {
		padding: 50px 0 60px;
	}
	
	.products-section-title{
		font-size: 20px;
		margin: 0 0 25px;
	}
	
	.history__title, .departments-section__title,
	.values-section__title{
		font-size: 44px;
	}
	
	.history__top{
		margin-bottom: 20px;
	}
	
	.history__progress{
		margin-bottom: 5px;
	}
	
	.history__controls{
		margin-bottom: 15px;
	}
	
	.history-year__value{
		font-size: 36px;
	}
	
	.history-year.is-active .history-year__value{
		font-size: 58px;
	}
	
	.history-year__label{
		font-size: 12px;
	}
	
	.history-year__sub{
		font-size: 14px;
	}
	
	.history-slide__media{
		height: 265px;
	}
	
	.history-slide{
		gap: 15px;
	}
	
	.history-slide__title{
		font-size: 30px;
	}
	
	.history-slide__text, .history-slide__inner p{
		font-size: 14px;
	}
	
	.history-slide__preview{
		height: 160px;
	}
	
	.departments-section__description{
		margin: 0 0 30px;
		font-size: 14px;
	}
	
	.departments-section__inner {
		padding: 0;
	}
	
	.values-section__image{
		height: 255px;
	}
	
	.values-section__grid{
		gap: 15px;
	}
	
	.values-section__content p {
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 1.2;
	}
	
	.stages__title{
		margin: 0px 0 20px;
    	font-size: 44px;
	}
	
	.stage{
		gap: 15px;
		margin-bottom: 40px;
	}
	
	.stage__heading{
		font-size: 24px;
	}
	
	.stage__content p{
		margin: 0 0 10px;
		font-size: 14px;
	}
	
	.stage__content li{
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.stage__image{
		height: 255px;
	}
	
	.stage--reverse{
		margin-bottom: 60px;
	}

    .focus-slide__content {
        gap: 15px;
    }
	
	.stage--reverse:last-child{
		margin-top: 65px;
	}
	
	.result-section__head{
		width: 100%;
	}
	
	.result-section__title{
		font-size: 44px;
	}
	
	.result-section__head{
		gap: 15px;
	}
	
	.result-section__intro{
		padding: 0;
	}
	
	.result-section__intro p{
		margin: 0 0 15px;
		font-size: 14px;
	}
	
	.result-card__title{
		font-size: 14px;
	}
	
	.result-card__image{
		height: 115px;
	}
	
	.result-card__title{
		margin: 0 0 10px;
	}
	
	.result-grid{
		gap: 15px;
	}
	
	.result-section__head{
		margin-bottom: 30px;
	}
	
	.result-section {
		padding: 0 0 80px;
	}
	
	.hero-nobg{
		min-height: 0;
		padding: 40px 0;
	}
	
	.news-section{
		padding: 50px 0;
	}
	
	.news-slide{
		gap: 15px;
	}
	
	.news-slide__date{
		font-size: 12px;
	}
	
	.news-slide__title{
		font-size: 26px;
	}
	
	.news-slide__text{
		font-size: 14px;
	}
	
	.news-slide__image{
		height: 255px;
	}
	
	.news-slide__button{
		padding: 10px 25px;
		font-size: 14px;
	}
	
	.news__dots{
		gap: 5px;
	}
	
	.news-tabs-section {
		padding: 50px 0 60px;
	}
	
	.news-tabs__controls{
		gap: 15px;
	}
	
	.news-tabs__button{
		min-width: 110px;
		height: 40px;
		padding: 0 14px;
		font-size: 14px;
	}
	
	.news-tabs__controls{
		margin-bottom: 20px;
	}
	
	.news-tabs__grid{
		gap: 20px 15px;
	}
	
	.news-tabs-card__image{
		height: 200px;
	}
	
	.news-tabs-card__title{
		margin: 15px 0 0;
		font-size: 18px;
	}
	
	.news-tabs-card__text{
		margin: 10px 0;
		font-size: 14px;
	}

    .linkedin-section__posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


	
	.news-tabs-card__link{
		font-size: 14px;
	}
	
	.news-tabs-card__date{
		font-size: 14px;
	}
	
	.news {
		padding: 80px 0;
	}
	
	.contact-map__value{
		font-size: 20px;
	}
	
	.hero__title{
		font-size: 44px;
	}
	
	.contact-map__map{
		height: 450px;
	}

    .catalog-tabs-section {
        padding: 46px 0 92px;
    }

    .catalog-tabs__button {
        min-height: 46px;
        padding: 10px 22px;
    }

    .catalog-group__title {
        font-size: 34px;
    }
	
    .catalog-tabs__controls {
        gap: 14px;
    }

    .catalog-grid {
        gap: 40px 20px;
    }

    .catalog-grid, .catalog-grid--4, .catalog-grid--2, .catalog-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .discussion-form .contact-form__policy {
        margin: 10px 0;
        width: 100%;
    }

    .discussion__text, .discussion-section p {
        max-width: 80%;
    }

    .video-section .department-card__image {
        height: 260px;
    }

    .tech-section, .video-section {
        padding: 50px 0;
    }

    .tech-section__title {
        margin: 0;
    }

    .about-departments .department-card__image, .service-departments .department-card__image {
        height: 220px;
    }
}

@media (max-width: 1024px){
    .catalog-grid, .catalog-grid--4, .catalog-grid--2, .catalog-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tech-section__top {
        margin-bottom: 20px;
    }

    .video-section .department-card__title {
        font-size: 22px;
        font-weight: 700;
    }

	nav.nav{
		display: none;
	}
	
	.mobile-header {
		display: flex;
		margin-right: 10px;
	  }
	
	.distributor-card__title{
		font-size: 20px;
	}
	
	.distributor-card__info{
		gap: 10px;
	}
	
	.distributor-card__logo{
		height: 100px;
	}
	
	.distributors-slide__grid {
		grid-template-columns: 1fr;
	  }
	
	.features-nav__btn{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.machine-hero{
		padding: 60px 0 60px;
	}
	
	.department-card__content.blog-post-content img{
		width: 90%;
		margin: 20px auto;
	}

    .machine-hero__text p {
        font-size: 16px;
    }

    .product-character .container {
        gap: 20px;
        flex-direction: column;
    }

    .feature-card__image {
        height: 220px;
    }

    .product-character .container .catalog-card__specs {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        gap: 30px;
    }

    .catalog-card__specs div {
        justify-content: flex-start;
    }

    .history__years {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 34px;
        height: 155px;
        margin-bottom: 0;
    }

    .history::after {
        content: '';
        position: absolute;
        top: 90px;
        bottom: 0;
        left: 95%;
        right: -1px;
        height: 155px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

    
}

@media (max-width: 840px){
	.topbar__inner{
		justify-content: flex-start;
	}
	
	.container {
        max-width: 94%;
    }
	
	.header__button, .hero__button, .focus-slide__button, .contact-form__button, .footer__button, .discussion-form__button{
		font-size: 14px;
        height: 46px;
        line-height: 18px;
	}

    .focus-slide__media {
        height: 290px;
    }
	
	.hero {
        min-height: 400px;
    }

    .hero__title, .hero__content-inner h1, .machine-hero__title {
        font-size: 40px;
        margin: 0 0 15px;
    }
	
	.hero-nobg{
		min-height: 180px;
        padding: 40px 0 0;
	}
	
	.hero__title{
		font-size: 40px;
	}
	
	.hero__description, .hero__content-inner p{
		margin: 0 0 20px;
	}
	
	.expertise__title {
        font-size: 30px;
    }
	
	.focus__title, .news__title, .contact-section__title, .linkedin-section__title, .equipment-section__title,
    .tech-section__title {
		font-size: 30px;
	}
	
	.expertise__stats{
		display: flex;
		gap: 25px;
	}
	
	.expertise-card__value, .about-stat__value{
		font-size: 60px;
	}
	
	.expertise-card__label, .expertise-card__label p{
		min-height: 0;
		margin-bottom: 15px;
		font-size: 12px;
	}
	
	.product-card__image {
        height: 200px;
    }
	
	.expertise {
        padding: 40px 0;
    }
	
	.focus, .products {
        padding: 0 0 60px;
    }
	
	.focus-slide__content{
		flex-direction: column-reverse;
		display: flex;
		min-height: 0;
		gap: 15px;
	}
	
	.focus-slide__media {
        min-height: 200px;
    }
	
	.focus-slide__text{
		max-width: none;
	}
	
	.focus-slide__controls{
		flex-direction: column-reverse;
		margin-top: 15px;
	}
	
	.focus-slide__button{
		width: 100%;
	}
	
	.industry-banner__content{
		padding: 50px 0;
	}
	
	.industry-banner__title{
		font-size: 40px;
	}
	
	.banner__content p{
		margin-top: 20px;
	}
	
	.news {
        padding: 60px 0 45px;
    }

    .discussion__title, .about-hero__title {
        font-size: 36px;
    }

    .discussion-form__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .discussion-form__button {
        width: 100%;
    }
	
	.news__grid{
		overflow-x: scroll;
		display: flex;
		padding-bottom: 25px;
	}
	
	.news-card, .news-tabs-card {
        min-width: 277px;
		width: 277px;
    }

    .news__button {
        margin-top: 20px;
        height: 46px;
        font-size: 14px;
    }

    .news-tabs-card__image {
        height: 150px;
    }
	
	.linkedin-card iframe{
		max-height: 400px;
	}
	
	.footer__grid{
		grid-template-columns: 2fr 1fr 2fr;
		gap: 40px;
	}
	
	.footer-logo{
		margin-left: 0;
	}
	
	.footer-logo{
		width: 100%;
	}
	
	.footer__brand-text {
        font-size: 14px;
    }
	
	.container{
		width: -webkit-fill-available;
	}
	
	.distributors-section{
		position: relative;
	}
	
	.distributors__arrows{
		position: absolute;
    	padding: 0;
		bottom: -450%;
    	left: 43%;
	}
	
	.catalog-tabs__controls{
		gap: 12px;
	}
	
	.catalog-tabs__button{
		height: 50px;
		min-height: 50px;
		font-size: 14px;
	}
	
	.catalog-tabs-section {
		padding: 55px 0 60px;
	}
	
	.catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 25px;
	}
	
	.catalog-group__title{
		font-size: 30px;
	}
	
	.catalog-group__intro{
		margin-bottom: 15px;
	}
	
	.catalog-group__intro p{
		font-size: 14px;
	}
	
	.machine-hero__title {
		font-size: 40px;
	}
	
	.machine-hero__text p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.machine-hero__text {
		margin-top: 20px;
	}

    .product-character .machine-hero__text {
		margin-top: 0;
	}
	
	.machine-hero__media{
		margin-top: 20px;
	}
	
	.machine-hero {
        padding: 60px 0 10px;
    }
	
	.features-section .container{
		position: relative;
	}
	
	.features-nav {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-bottom: 30px;
	}
	
	.features-grid{
		display: flex;
		gap: 0;
		transition: transform 0.3s ease;
		will-change: transform;
		touch-action: pan-y;
	}
	
	.features-slider-arrows{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		position: absolute;
		bottom: -7%;
        left: 40%;
	}
	
	.features-slider-arrows.explore-slider-arrows {
		position: static;
		margin: 10px auto 0;
	}
	
	.grid-explore-more-models {
		display: flex;
    flex-wrap: nowrap;
    gap: 0 !important;
    transition: transform 0.35s ease;
    touch-action: pan-y;
		user-select: none;
	}
	
	.explore-slider {
		overflow: hidden;
	  }
	
	.grid-explore-more-models > * {
		flex: 0 0 100%;
		min-width: 100%;
		padding-right: 12px;
	  }
	
	.grid-explore-more-models img {
		pointer-events: none;
	  }

  .features-grid .feature-card {
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
	  padding-right: 12px;
  }

    .news-section {
        padding: 30px 0;
    }

    .news-slide.is-active {
        grid-template-columns: 1fr;
    }

    .news-tabs-section .news-tabs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 40px 15px;
    }

    .news-tabs-section .news-tabs-card {
        width: auto;
                min-width: 100%;
    }
}

@media (max-width: 768px) {
  .discussion-popup {
    padding: 14px;
  }

  .discussion-popup__window {
    max-height: calc(100vh - 28px);
  }
}

@media (max-width: 620px){
	
	.distributor-card__info {
		min-height: 154px;
	}

	.swipe-table-icon{
		display: block;
		width: 24px;
		height: auto;
		position: fixed;
		bottom: 70px;
        right: 10px;
	}

	.contact-section__grid{
		gap: 15px;
	}
	
	.footer__grid{
		display: flex;
		flex-wrap: wrap;
        gap: 30px;
	}
	
	.header{
		height: 57px;
	}
	
	.logo img {
        width: 94px;
    }
	
	.hero {
        min-height: 400px;
    }
	
	.hero-nobg{
		min-height: 160px;
	}
	
	.hero__title, .hero__content-inner h1 {
        font-size: 38px;
    }

    .products-section-title {
        max-width: 100%;
    }

    .hero__content-inner {
        max-width: 100%;
    }

    .expertise-card__value, .about-stat__value {
        font-size: 50px;
    }
	
	.hero__description, .hero__content-inner p{
		font-size: 13px;
	}
	
	.hero__button{
		width: 100%;
	}
	
	.expertise__title {
        font-size: 26px;
    }
	
	.expertise__stats {
        margin-top: 20px;
    }
	
	.hero__background-video video{
		object-fit: cover;
		height: 100%;
	}
	
	.product-card__image {
        height: 160px;
    }
	
	.product-card__title{
		margin-top: 13px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.product-card__line{
		margin-top: auto;
	}
	
	.focus-slide__content{
		padding: 15px 10px;
	}
	
	.focus-slide__title {
        font-size: 20px;
    }
	
	.focus-slide__media {
        min-height: 190px;
		max-height: 190px;
    }
	
	.focus-slide__media img{
		object-fit: cover;
	}
	
	.focus__title, .news__title, .contact-section__title, .linkedin-section__title, .equipment-section__title, 
    .tech-section__title {
		margin: 0 0 20px;
	}
	
	.industry-banner__description, .industry-banner__content p{
		margin-top: 15px;
	}
	
	.contact-section__title{
		font-size: 24px;
	}
	
	.contact-section__image{
		height: auto;
		width: 100%;
        max-width: 100%;
	}

    .linkedin-card {
        min-width: 278px;
    }

    .linkedin-card__media {
        height: 144px;
    }
	
	.contact-form__bottom{
		flex-direction: column;
		gap: 10px;
	}
	
	.contact-form__button{
		width: 100%;
	}
	
	.contact-form__policy{
		max-width: 100%;
		margin: 0 auto 0 0;
	}
	
	.contact-section {
        padding: 0 0 60px;
    }
	
	article.linkedin-card {
		width: 290px;
	}
	
	.linkedin-card iframe{
		width: 290px !important;
	}
	
	.linkedin-section__posts{
		display: flex;
    	width: 100%;
		overflow-x: scroll;
		gap: 10px;
	}
	
	.hero__description, .hero__content-inner p{
		margin-bottom: 15px;
	}
	
	.departments-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.department-card__image {
        height: 200px;
    }
	
	.department-card__title{
		padding: 15px 0 0;
		margin: 0;
	}
	
	.department-card__text, .department-card__content p, .department-card__content ul{
		margin: 15px 0 0;
	}
	
	.project-cta__title{
		font-size: 40px;
	}
	
	.project-cta__text, .project-cta__content p{
		font-size: 14px;
	}
	
	.project-cta__button{
		width: 100%;
	}
	
	.departments-grid--2{
		display: flex;
		flex-direction: column;
	}
	
	.departments-grid--2 .department-card__title, .service-section .department-card:last-child .department-card__title{
		margin: 0 15px;
	}
	
	.departments-grid--2 .department-card__text, .departments-grid--2 .department-card__content p, .departments-grid--2 .department-card__content ul,
	.service-section .department-card:last-child .department-card__text{
		margin: 15px 15px 0;
	}
	
	.service-section .department-card:last-child{
		display: block;
	}
	
	.service-section .department-card__title{
		padding: 15px 0;
	}
	
	.discussion-section {
        padding: 50px 0 50px;
    }
	
	.discussion__title{
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	.discussion__text, .discussion-section p, .distributors__text {
		font-size: 14px;
	}
	
	.discussion{
		gap: 15px;
	}
	
	.discussion-form__grid{
		gap: 10px;
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 10px;
	}
	
	.discussion-form__button{
		width: 100%;
	}
	
	.about-hero__title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.about-hero__description{
		margin-bottom: 20px;
	}	
	
	.about-hero__stats{
		flex-direction: column;
    	gap: 25px;
    	align-items: flex-start;
	}
	
	.history__title, .departments-section__title, .values-section__title,
	.stages__title, .result-section__title, .distributors__title {
		font-size: 34px;
	}
	
	.history__years{
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 15px;
		height: 125px;
	}
	
	.history-slide__preview{
		display: none;
	}
	
	.history-slide{
		grid-template-columns: 1fr;
	}
	
	.history-slide__media {
        height: 205px;
    }
	
	.history-slide__title {
        font-size: 20px;
    }
	
	.history__controls{
		position: absolute;
   	 	bottom: -65px;
		left: 37%;
	}
	
	.values-section {
		padding: 0 0 60px;
	}
	
	.values-section__grid{
		grid-template-columns: 1fr;
	}
	
	.history-year.is-active .history-year__value {
        font-size: 48px;
    }
	
	.stages-section {
		padding: 60px 0 20px;
	}
	
	.stage{
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
	
	.stage__content{
		max-width: none;
	}
	
	.result-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.result-card__image {
        height: 95px;
    }
	
	.result-section__head {
        margin-bottom: 20px;
    }
	
	.distributors__title{
		font-size: 30px;
	}
	
	.distributors__top{
		margin-bottom: 20px;
	}
	
	.topbar__text{
		max-width: 80%;
		text-align: left;
		font-size: 9px;
		font-weight: 400;
	}
	
	.contact-map__top{
		flex-direction: column;
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}
	
	.contact-map__socials img{
		height: 44px;
		width: 44px;
		object-fit: contain;
	}
	
	.contact-map__socials{
		gap: 10px;
	}
	
	.contact-map__map{
		height: 300px;
	}
	
	
	.distributors-section {
		margin: 45px 0;
	}
	
	.distributors__arrows{
		bottom: -510%;
	}
	
	.catalog-tabs-section {
        padding: 30px 0 60px;
    }
	
	    .machine-hero__title, .tech-section__title, .equipment-section__title {
        font-size: 30px;
    }

    .hero__overlay {
            background: linear-gradient(to right, rgb(9 11 17) 0%, rgb(11 13 18 / 85%) 31%, rgb(10 11 16 / 83%) 37%, rgb(10 11 16 / 84%) 54%, rgb(10 11 16 / 56%) 100%);
    }
	
	.feature-card__title{
		font-size: 20px;
	}
	
	.feature-card__text{
		font-size: 14px;
	}
	
	.feature-card__image{
		height: 180px;
	}
	
	.tech-section__top{
		    flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.tech-section__top .tech-section__download{
		width: 100%;
		text-align: center;
	}
	
	.tech-section{
		padding: 60px 0;
	}
	
	.equipment-section{
		padding: 0;
	}
	
	.equipment-col{
		padding: 10px;
		display: flex;
		gap: 5px;
	}
	
	.video-section .department-card__image{
	height: 255px;
}
	
	.video-section .department-card__image iframe{
		height: 100% !important;
	}
	
	.equipment-box{
		grid-template-columns: 1fr;
	}
	
	.equipment-col__title{
		font-size: 13px;
		width: 15%;
	}
	
	.equipment-list{
		padding-left: 40px;
	}
	
	.video-section  .departments-grid {
        gap: 10px;
    }
	
	.video-section {
		padding: 60px 0 0;
	}
	
	.table-scroll{
		width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}

		.tech-table, .tech-table table {
		  width: 100%;
		  min-width: 900px;
		  border-collapse: collapse;
		}
	
	.news-section .container .news{
		position: relative;
	}

    .news__top {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .news-slide__title {
        font-size: 20px;
                line-height: 21px;
    }

    .news-tabs__controls {
        gap: 10px;
        flex-wrap: wrap;
    }

    .news-tabs__button {
        width: 48%;
    }

    .news__arrows {
        margin-left: auto;
    }
	
	.news-slide{
		grid-template-columns: 1fr;
	}
	
	.news-slide__button{
		width: 100%;
		text-align: center;
	}
	
	.news-section{
		padding: 20px 0;
	}
	
	.news-tabs__grid{
		    grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.news-tabs__grid.news-grid-page {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

    .catalog-grid, .catalog-grid--4, .catalog-grid--2, .catalog-grid--3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .video-section .departments-grid {
        gap: 30px;
    }

    .features-nav__btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .features-nav {
        gap: 10px;
    }

    .blog-post-hero .machine-hero__media {
        min-height: 240px;
        height: 240px;
    }

    .blog-post-hero .machine-hero__media img {
        height: 100%;
        max-height: 100%;
    }

    .date-cont {
        padding: 10px;
    }

}

@media (max-width: 480px){
	.footer__grid{
		align-items: start;
		gap: 25px;
	}

    .catalog-tabs__button {
        min-width: 128px;
    }
	
	.news-tabs__grid{
		    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.news-tabs-card__text{
		display: none;
	}
	
	.news-tabs-card__title{
		margin: 15px 0;
        font-size: 14px;
	}
	
	.news-tabs__button{
		        min-width: auto;
        width: -webkit-fill-available;
  
	}
	
	.expertise__stats{
		flex-direction: column;
	}
	
	.product-card__image {
        height: 230px;
    }

	.distributor-card__label, .distributor-card__value{
		font-size: 14px;
	}

    .stage__image {
        height: 200px;
    }

    .catalog-card__text {
        font-size: 14px;
    }

    .news__button {
        width: 100%;
    }

    .linkedin-card__text {
        font-size: 14px;
    }

    .hero__title, .hero__content-inner h1, .machine-hero__title {
        font-size: 32px;
    }

    .focus__title, .news__title, .contact-section__title, .linkedin-section__title, .equipment-section__title,
    .tech-section__title  {
        font-size: 28px;
    }
	
	.distributors__arrows{
    	left: 37%;
        bottom: -335%;
	}
	
	.catalog-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.catalog-tabs__button{
		width: 47%;
		min-width: none;
	}

    .equipment-col__title {
        width: 25%;
    }

    .equipment-col__title, .equipment-col h3 {
        font-size: 14px;
    }

    .video-section .department-card__image {
        height: 225px;
    }

    .product-character .container .catalog-card__specs {
        flex-direction: column;
        gap: 5px;
    }
	
	.department-card__content.blog-post-content img{
		width: 100%;
		margin: 15px auto;
	}

    .products__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .news-slide__image {
        height: 185px;
    }

	.topbar {
		height: 35px;
	}
	
	.header__button, .hero__button, .focus-slide__button, .contact-form__button, .footer__button, .discussion-form__button {
		font-size: 12px;
		height: 40px;
	}
	
	.hero__button{
		padding: 11px 28px;
	}

    .blog-post-hero .machine-hero__media {
        min-height: 200px;
        height: 200px;
    }

    .date-cont {
        position: static;
        background: #313131;
        flex-wrap: wrap;
    }
	
	.focus-slide__content {
		min-height: 531px;
		justify-content: flex-end;
		position: relative;
	}
	
	.focus-slide__btns {
		position: absolute;
		bottom: 13px;
	}
}

@media (max-width: 450px) {
	.swipe-table-icon {
		bottom: 90px;
	}
	
	.focus-slide__content {
		min-height: 551px;
	}
}

@media (max-width: 390px){
	    .product-card__image {
        height: 190px;
    }

    .distributors__arrows{
    	left: 37%;
        bottom: -340%;
	}
	
	.focus-slide__content {
		min-height: 590px;
	}

}



/* =========================
   SCROLL ANIMATIONS
========================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal-2s{
	transition:
    opacity 2s ease,
    transform 2s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Варианты */
.reveal--left {
  transform: translateX(-32px);
}

.reveal--left.is-visible {
  transform: translateX(0);
}

.reveal--right {
  transform: translateX(32px);
}

.reveal--right.is-visible {
  transform: translateX(0);
}

.reveal--up {
  transform: translateY(36px);
}

.reveal--up.is-visible {
  transform: translateY(0);
}

.reveal--scale {
  transform: translateY(24px) scale(0.96);
}

.reveal--scale.is-visible {
  transform: translateY(0) scale(1);
}

/* Для step-by-step */
.reveal-group > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  will-change: opacity, transform;
}

.reveal-group-3s > * {
	transition:
    opacity 2s ease,
    transform 2s ease;
}

.reveal-group.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* Лесенка */
.reveal-group.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-group.is-visible > *:nth-child(2) { transition-delay: 0.12s; }
.reveal-group.is-visible > *:nth-child(3) { transition-delay: 0.19s; }
.reveal-group.is-visible > *:nth-child(4) { transition-delay: 0.26s; }
.reveal-group.is-visible > *:nth-child(5) { transition-delay: 0.33s; }
.reveal-group.is-visible > *:nth-child(6) { transition-delay: 0.40s; }
.reveal-group.is-visible > *:nth-child(7) { transition-delay: 0.47s; }
.reveal-group.is-visible > *:nth-child(8) { transition-delay: 0.54s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-group > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.cky-btn{
	color: #f75e25 !important;
    border-color: #f75e25 !important;
	border-radius: 4px !important;
}

.cky-btn-accept{
	background-color: #f75e25 !important;
	color: #fff !important;
}

.cky-btn-revisit-wrapper {
	background-color: #f75e25 !important;
	display: none !important;
}