/* Theme Name: igitfzc
Theme URI: https://keysoft-dev.com/
Author: LLC Keysoft
Author URI: https://keysoft-dev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: igitfzc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #101010;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #f9f9f9;
  --color-main: #5faf8f;
  --color-text: #4b4b4b;
  --color-dark: #262626;
  --color-white: #ffffff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: var(--color-main);
  text-decoration: none;
}

a:visited {
  color: #800080;
}
a:hover {
  color: var(--color-main);
}

a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex='-1']:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.lang_switcher a {
  cursor: pointer;
  color: var(--color-white);
}
.transparent.header .menu_btn-line {
  background-color: #fff;
}

body.nav-active .transparent.header .menu_btn-line {
  background-color: var(--color-white);
}

.container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header .logo {
  width: 100%;
  max-width: 160px;
  transition: 0.3s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  display: block;
}
.header.active .logo {
  max-width: 80px;
  transition: 0.3s;
}
.home .header {
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 100;
}
.home .header.active,
.header {
  background: var(--color-dark);
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.header .top-menu a {
  color: var(--color-white);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 16px;
}
.header .top-menu a:hover {
  color: var(--color-main);
}
.header .top-menu .menu-item.menu-item-has-children {
  padding-right: 4px;
  position: relative;
}
.header .top-menu .menu-item.menu-item-has-children:before {
  content: '';
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  background: url('images/down-arrow.png') center center / contain no-repeat;
}
.header .top-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .top-menu .menu-item {
  position: relative;
}
.header .top-menu .sub-menu a {
  text-transform: none;
  font-weight: 400;
}
.header .top-menu ul.sub-menu {
  flex-direction: column;
  display: none;
  position: absolute;
  top: 0;
  font-size: 0.875em;
  padding: 16px;
  min-width: 240px;
}
.header .top-menu .menu-item:hover ul.sub-menu {
  display: block;
  top: 100%;
  z-index: 100;
  left: 0;
  background: var(--color-dark);
}
.footer {
  background: var(--color-dark);
  color: var(--color-white);
  padding: 60px 0 0;
  margin-top: 60px;
}
.footer .ftr-logo {
  max-width: 240px;
}
.footer .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.15em;
  font-weight: 500;
  padding: 4px 0;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.footer ul a:hover {
  color: var(--color-main);
}
.footer ul.sub-menu {
  display: none;
}
h2 {
  font-size: 2.4em;
}
.entry-title {
    position: relative;
    padding: 8px 0;
    color: var(--color-text);
    text-transform: uppercase;
    text-align: center;
}
.entry-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.4em;
    height: 4px;
    background: var(--color-main);
    transform: translateX(-50%);
}
.footer .copyright {
  color: #636363;
  font-weight: 500;
  padding: 24px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.text-center {
  text-align: center;
}
.color-main {
  color: var(--color-main);
}
.first-screen {
  color: var(--color-white);
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), 
              url('images/banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center; 
  justify-content: center;
  padding: 0 20px; 
  overflow: hidden;
}
.first-screen-content {
  text-align: center;
  transform: translateY(0); 
  opacity: 1; 
}
.first-screen .h1-title {
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
  transform: translateY(80px);
  opacity: 0; 
  animation: slideUpFade 1s ease-out 0.3s forwards;
}
.first-screen .h1-title .sub-title {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  opacity: 0.9;
}

a.btn {
  display: inline-block;
  padding: 12px 32px;
  background: var(--color-main);
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
}
.first-screen .main-desc {
    font-size: 1.1em;
  line-height: 1.6;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  transform: translateY(60px); 
  opacity: 0; 
  animation: slideUpFade 0.8s ease-out 0.8s forwards; 
}
.section {
  padding: 60px 0;
}

/* ===== Products & Business Segments Section ===== ===============================================================================================================*/
.products-section {
  padding: 80px 0;
  background: var(--color-white);
}

.products-grid {
  margin-top: 40px;
}




/* Адаптивные иконки для преимуществ ========================================================================================================================*/
.advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.advantage-item .icon {
  width: 160px;
  height: 160px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.advantage-item:hover .icon {
  transform: translateY(-5px);
}

.advantage-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  /* max-width: 100px; */
  /* max-height: 100px; */
}

.advantage-item .title {
  font-weight: 700;
  font-size: 1.4em;
  margin: 12px 0;
  line-height: 1.3;
  color: var(--color-dark);
  transition: color 0.3s ease;
}

.advantage-item:hover .title {
  color: var(--color-main);
}

.advantage-item .text {
  color: var(--color-text);
  line-height: 1.6;
  font-size: 1em;
  max-width: 280px;
  margin: 0 auto;
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  padding: 40px 0;
}

.advantage-item.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.advantage-item.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.advantage-item.scroll-animate:nth-child(1) { transition-delay: 0.1s; }
.advantage-item.scroll-animate:nth-child(2) { transition-delay: 0.2s; }
.advantage-item.scroll-animate:nth-child(3) { transition-delay: 0.3s; }
.advantage-item.scroll-animate:nth-child(4) { transition-delay: 0.4s; }
.advantage-item.scroll-animate:nth-child(5) { transition-delay: 0.5s; }
.advantage-item.scroll-animate:nth-child(6) { transition-delay: 0.6s; }
.advantage-item.scroll-animate:nth-child(7) { transition-delay: 0.7s; }
.advantage-item.scroll-animate:nth-child(8) { transition-delay: 0.8s; }

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 3%;
}
.service-item {
  display: block;
  width: 30%;
}
.service-item .image {
  width: 100%;
  height: 200px;
}
.service-item .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.service-item .title {
  font-weight: 600;
  font-size: 1.3em;
  margin: 12px 0;
  line-height: 1.1;
  color: var(--color-dark);
  text-align: center;
}
.service-item:hover .title {
  color: var(--color-main);
}

.step-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step-list .step {
  width: 24%;
  background: #fff;
  padding: 16px;
}
.step .number {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}
.step .name {
  font-size: 1.3em;
  font-weight: 600;
  margin: 16px 0;
}
.step .desc {
  color: #676767;
  line-height: 1.4;
  padding-bottom: 16px;
  font-weight: 300;
}
.gallery-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-list .gallery-item {
  width: 32%;
}
.mt60 {
  margin-top: 60px;
}
.contact-block .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form {
  background: #fff;
  padding: 16px 32px;
}
.contact-block p {
  margin-bottom: 0;
  margin-top: 0;
}
.contact-block h3 {
  margin-bottom: 4px;
  font-size: 1.3em;
}
.contact-block h2 {
  text-transform: uppercase;
  line-height: 1.4;
}
.contact-block .col-6 {
  width: 48%;
}
.contact-form button {
  background: var(--color-main);
  color: #fff;
}
.entry-content {
  min-height: 30vh;
}
.entry-header {
  background: url('images/header-bg-2.jpg') center center / cover no-repeat;
  padding: 30px 0;
}
.entry-header .entry-title {
  color: var(--color-white);
}
.entry-header h1 {
  font-size: 2.4em;
}

/* ===== БУРГЕР МЕНЮ ===== */
.menu_btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.menu_btn-line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Правильный крестик при открытии */
.menu_btn.open .menu_btn-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn.open .menu_btn-line:nth-child(2) {
  opacity: 0;
}

.menu_btn.open .menu_btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media screen and (max-width: 1650px) {
  .first-screen .h1-title {
    font-size: 3.6em;
  }
  .header .logo {
    max-width: 140px;
  }
  .container {
    max-width: 1240px;
  }
}

/* ===== МОБИЛЬНОЕ МЕНЮ ===== */
@media screen and (max-width: 992px) {
  .top-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: var(--color-dark);
    z-index: 999;
    overflow-y: auto;
    padding: 20px 0;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-100%);
  }
  
  .top-menu.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  
  .header .top-menu ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  
  .header .top-menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .header .top-menu .menu-item:last-child {
    border-bottom: none;
  }
  
  .header .top-menu a {
    padding: 15px 20px;
    font-size: 1.1em;
    display: block;
    color: var(--color-white);
    text-decoration: none;
  }
  
  .header .top-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  /* Подменю на мобильных */
  .header .top-menu .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0;
  }
  
  .header .top-menu .sub-menu.active {
    display: block;
  }
  
  .header .top-menu .sub-menu a {
    padding: 12px 20px 12px 40px;
    font-size: 1em;
  }
  
  /* Бургер меню иконка */
  .menu_btn {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }
  
  .lang_switcher {
    margin-left: auto;
    margin-right: 36px;
  }
  
  /* Блокировка скролла при открытом меню */
  body.menu-open {
    overflow: hidden;
  }
  
  /* Адаптивные иконки */
  .advantages-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 25px;
  }
  
  .advantage-item .icon {
    width: 170px;
    height: 170px;
  }
  
  .advantage-item .icon img {
    max-width: 180px;
    max-height: 180px;
  }
}

/* Десктоп версия */
@media screen and (min-width: 993px) {
  .top-menu {
    display: flex !important;
  }
  
  .menu_btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .first-screen .h1-title {
    font-size: 2.7em;
  }
  
  .advantages-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  
  .advantage-item .icon {
    width: 170px;
    height: 170px;
  }
  
  .advantage-item .icon img {
    max-width: 180px;
    max-height: 180px;
  }
  
  .advantage-item .title {
    font-size: 1.3em;
  }
  
  .step-list {
    flex-wrap: wrap;
  }
  .step-list .step {
    width: 47%;
  }
  .contact-block .col-6 {
    width: 100%;
  }
  .contact-block .flex {
    flex-wrap: wrap;
  }
  .first-screen {
    height: auto;
    min-height: 75vh;
  }
  .service-item {
    width: 48%;
  }
  
  /* Vision tech card */
  .vision-tech-card {
    padding: 30px 25px;
    width: 100%;
    max-width: 734px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .advantages-list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .advantage-item .icon {
    width: 170px;
    height: 170px;
  }
  
  .advantage-item .icon img {
    max-width: 180px;
    max-height: 180px;
  }
  
  .advantage-item .title {
    font-size: 1.2em;
  }
  
  .advantage-item .text {
    font-size: 0.95em;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .footer .ftr-logo {
    max-width: 200px;
  }
  .advantage-item .title,
  .step .name {
    font-size: 1.15em;
  }
  .contact-form {
    padding: 8px 16px;
  }
  .entry-header h1 {
    font-size: 2em;
  }
  
  .header .container.flex {
    padding: 8px 15px;
  }
  
  .header .logo {
    max-width: 120px;
  }
  
  .header.active .logo {
    max-width: 70px;
  }
  
  .lang_switcher {
    margin-right: 10px;
  }
  
  .menu_btn {
    width: 25px;
    height: 18px;
  }
  
  .menu_btn-line {
    height: 2.5px;
  }
  
  .menu_btn.open .menu_btn-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  
  .menu_btn.open .menu_btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  
  .vision-tech-card {
    padding: 25px 20px;
    width: 100%;
    max-width: 400px;
  }
  
  .contact-card {
    padding: 30px 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.first-screen .h1-title {
    animation: slideUpFade 1s ease-out 0.3s forwards;
    transform: translateY(80px);
    opacity: 0;
}

.first-screen .main-desc {
    animation: slideUpFade 0.8s ease-out 0.8s forwards;
    transform: translateY(60px);
    opacity: 0;
}
.first-screen .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  transition: left 0.5s ease;
  z-index: -1;
}
.first-screen .btn:hover::before {
  left: 0;
}
.first-screen .btn:hover {
  color: var(--color-white);
  border-color: var(--color-main);
}
.first-screen .btn {
    transform: translateY(60px);
  opacity: 0;
  animation: slideUpFade 0.8s ease-out 1.2s forwards;
  padding: 14px 40px;
  font-size: 1.1em;
  letter-spacing: 1px;
  border: 2px solid var(--color-main);
  background: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@keyframes slideUpFade {
    from {
        transform: translateY(80px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media screen and (max-width: 1650px) {
  .first-screen .h1-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 992px) {
  .first-screen {
    padding: 0 15px;
  }
  .first-screen-content {
    padding: 0 20px;
  }
  
  .first-screen .h1-title {
    font-size: 2.4em;
    transform: translateY(50px);
  }
  
  .first-screen .main-desc {
    font-size: 1em;
    transform: translateY(40px);
  }
  
  .first-screen .btn {
    transform: translateY(40px);
  }
}

@media screen and (max-width: 768px) {
  .first-screen {
    min-height: 80vh;
    padding: 0 15px;
    height: auto;
  }
  
  .first-screen .h1-title {
    font-size: 2em;
    transform: translateY(40px);
  }
  
  .first-screen .h1-title .sub-title {
    font-size: 0.7em;
    letter-spacing: 1px;
  }
  
  .first-screen .main-desc {
    font-size: 0.95em;
    margin-bottom: 30px;
    transform: translateY(30px);
  }
  
  .first-screen .btn {
    padding: 12px 30px;
    font-size: 1em;
    transform: translateY(30px);
  }
}

@media screen and (max-width: 480px) {
  .first-screen {
    min-height: 70vh;
    padding: 0 10px;
  }
  
  .first-screen .h1-title {
    font-size: 1.8em;
    transform: translateY(30px);
  }
  
  .first-screen .h1-title .sub-title {
    font-size: 0.65em;
  }
  
  .first-screen .main-desc {
    font-size: 0.9em;
    transform: translateY(20px);
  }
  
  .first-screen .btn {
    padding: 10px 25px;
    font-size: 0.9em;
    transform: translateY(20px);
  }
}

/* Для очень высоких экранов */
@media screen and (min-height: 1000px) {
  .first-screen {
    padding-bottom: 150px;
  }
  
  .first-screen .h1-title {
    font-size: 3.6em;
  }
  
  .first-screen .main-desc {
    font-size: 1.2em;
    max-width: 700px;
  }
}
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-delay-1 { transition-delay: 0.1s; }
.scroll-delay-2 { transition-delay: 0.2s; }
.scroll-delay-3 { transition-delay: 0.3s; }
.scroll-delay-4 { transition-delay: 0.4s; }
.scroll-delay-5 { transition-delay: 0.5s; }

.first-screen .h1-title,
.first-screen .main-desc,
.first-screen .btn {
    opacity: 1 !important;
    transform: none !important;
}

.service-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.service-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.step {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.step.visible {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.gallery-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-block .col-6 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.contact-block .col-6.visible {
    opacity: 1;
    transform: translateY(0);
}

.entry-title.scroll-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.entry-title.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.section.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.section.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate.reverse {
    opacity: 0;
    transform: translateY(-30px);
}
.scroll-animate.reverse.visible {
    opacity: 1;
    transform: translateY(0);
}

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

.quality-content {
  display: flex;
  align-items: stretch;
  gap: 60px;
  margin-top: 40px;
}

.quality-image {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.quality-image.visible {
  opacity: 1;
  transform: translateX(0);
}

.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.quality-image:hover img {
  transform: scale(1.05);
}

.quality-text {
  flex: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.quality-text.visible {
  opacity: 1;
  transform: translateX(0);
}

.text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-text {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--color-text);
  font-weight: 500;
}

.quality-section h3 {
  font-size: 1.5em;
  color: var(--color-dark);
  margin: 20px 0 15px;
  position: relative;
  padding-bottom: 10px;
}

.quality-section h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-main);
}

.quality-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.quality-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  font-size: 1.1em;
  color: var(--color-text);
}

.quality-list li:before {
  content: '•';
  color: var(--color-main);
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 4px;
}

.quality-advantages-section {
  background: rgba(95, 175, 143, 0.05);
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid var(--color-main);
  margin-top: 20px;
}

.quality-advantages-section h3 {
  margin-top: 0;
}

.quality-advantages-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quality-advantages-list li {
  padding: 10px 0;
  padding-left: 35px;
  position: relative;
  font-size: 1.1em;
  color: var(--color-text);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.quality-advantages-list li:last-child {
  border-bottom: none;
}

.quality-advantage-icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: var(--color-main);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: bold;
}

.quality-text p:not(.intro-text) {
  font-size: 1.1em;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .quality-content {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .quality-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .quality-image {
    height: 300px;
  }
  
  .intro-text {
    font-size: 1.1em;
  }
  
  .quality-advantages-section {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .quality-image {
    height: 250px;
  }
  
  .quality-advantages-list li,
  .quality-list li {
    padding-left: 25px;
  }
  
  .quality-advantage-icon {
    width: 18px;
    height: 18px;
    font-size: 0.8em;
  }
  
  .quality-section h3 {
    font-size: 1.3em;
  }
  
  .quality-advantages-section {
    padding: 15px;
  }
}

.quality-image.scroll-delay-1 {
  transition-delay: 0.1s;
}

.quality-text.scroll-delay-2 {
  transition-delay: 0.3s;
}

.tabs-container {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tabs-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.tabs-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(95, 175, 143, 0.2);
  padding-bottom: 10px;
}

.tab-btn {
  padding: 14px 28px;
  background: transparent;
  border: none;
  color: var(--color-text);
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
}

.tab-btn:hover {
  color: var(--color-main);
  background: rgba(95, 175, 143, 0.05);
}

.tab-btn.active {
  color: var(--color-main);
  background: rgba(95, 175, 143, 0.1);
}

.tab-btn.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  border-radius: 3px 3px 0 0;
}

.tabs-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 400px;
}

.tab-content {
  display: none;
  padding: 40px;
  animation: fadeIn 0.5s ease forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-header h3 {
  font-size: 2em;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.tab-subtitle {
  color: var(--color-text);
  font-size: 1.2em;
  line-height: 1.6;
  margin-top: 0;
}

.tab-advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 15px;
  background: rgba(95, 175, 143, 0.03);
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.tab-advantage-item:hover {
  background: rgba(95, 175, 143, 0.08);
  border-left-color: var(--color-main);
  transform: translateX(5px);
}

.tab-advantage-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--color-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.tab-advantage-icon svg {
  width: 24px;
  height: 24px;
}

.tab-advantage-text h4 {
  margin: 0 0 8px 0;
  color: var(--color-dark);
  font-size: 1.2em;
}

.tab-advantage-text p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.6;
}

.tab-intro {
  font-size: 1.2em;
  color: var(--color-text);
  margin-bottom: 30px;
}

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

.client-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.client-icon {
  font-size: 2em;
  flex-shrink: 0;
}

.client-text h4 {
  margin: 0 0 8px 0;
  color: var(--color-dark);
  font-size: 1.1em;
}

.client-text p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.95em;
  line-height: 1.5;
}

.priority-box {
  background: rgba(95, 175, 143, 0.1);
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid var(--color-main);
}

.priority-box h4 {
  margin: 0 0 10px 0;
  color: var(--color-main);
}

.priority-box p {
  margin: 0;
  color: var(--color-dark);
  font-size: 1.1em;
  font-weight: 500;
}

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

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  background: rgba(95, 175, 143, 0.05);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  background: rgba(95, 175, 143, 0.1);
}

.feature-number {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color-main);
  opacity: 0.3;
  flex-shrink: 0;
}

.feature-content h4 {
  margin: 0 0 10px 0;
  color: var(--color-dark);
  font-size: 1.2em;
}

.feature-content p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.6;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.strategy-item {
  text-align: center;
  padding: 25px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.strategy-item:hover {
  background: rgba(95, 175, 143, 0.05);
  transform: translateY(-5px);
}

.strategy-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.strategy-item h4 {
  margin: 0 0 10px 0;
  color: var(--color-dark);
  font-size: 1.2em;
}

.strategy-item p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
  font-size: 0.95em;
}

.vision-box {
  background: rgba(38, 38, 38, 0.05);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.vision-box h4 {
  margin: 0 0 15px 0;
  color: var(--color-main);
  font-size: 1.3em;
}

.vision-box p {
  margin: 0;
  color: var(--color-dark);
  font-size: 1.1em;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .client-grid,
  .logistics-features,
  .strategy-grid {
    grid-template-columns: 1fr;
  }
  
  .tabs-nav {
    justify-content: center;
  }
  
  .tab-advantage-icon {
    width: 40px;
    height: 40px;
  }
  
  .tab-advantage-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .tab-content {
    padding: 25px 20px;
  }
  
  .tab-btn {
    padding: 12px 20px;
    font-size: 1em;
    flex: 1;
    min-width: 140px;
    text-align: center;
  }
  
  .tabs-nav {
    gap: 5px;
  }
  
  .tab-advantage-item {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .tab-btn {
    font-size: 0.9em;
    padding: 10px 15px;
  }
  
  .feature-card,
  .strategy-item,
  .client-item {
    padding: 15px;
  }
  
  .tab-header h3 {
    font-size: 1.6em;
  }
}

.vision-technology {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.vision-technology::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  /* background: linear-gradient(135deg, rgba(95, 175, 143, 0.1) 0%, rgba(95, 175, 143, 0.05) 100%); */
  border-radius: 50%;
  z-index: 0;
  transform: translate(50%, -50%);
}
.vision-technology::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  /* background: linear-gradient(135deg, rgba(38, 38, 38, 0.05) 0%, rgba(38, 38, 38, 0.02) 100%); */
  border-radius: 50%;
  z-index: 0;
  transform: translate(-50%, 50%);
}
.vision-tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.vision-tech-left,
.vision-tech-right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.vision-tech-left.visible,
.vision-tech-right.visible {
  opacity: 1;
  transform: translateY(0);
}

.vision-tech-card {
   background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(95, 175, 143, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    margin-top: 70px
}
.vision-tech-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.card-icon {
   width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--color-main) 0%, #7bc5ae 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(95, 175, 143, 0.3);
  transition: transform 0.3s ease;
}
.vision-tech-card:hover .card-icon {
  transform: rotate(15deg) scale(1.1);
}

.card-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
}

.card-title {
  font-size: 1.8em;
  color: var(--color-dark);
  margin: 0;
  font-weight: 800;
}
.card-body {
  margin-bottom: 40px;
}
.vision-statement {
 font-size: 1.4em;
  line-height: 1.6;
  color: var(--color-text);
  font-style: normal;
  margin: 0;
  position: relative;
  padding-left: 20px;
  border-left: 4px solid rgba(95, 175, 143, 0.3);
}

.vision-statement .highlight {
  color: var(--color-main);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.vision-statement .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(95, 175, 143, 0.2);
  border-radius: 2px;
  z-index: -1;
}

.card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 25px;
  background: rgba(95, 175, 143, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(95, 175, 143, 0.1);
  margin-top: 40px;
}
.stat:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, var(--color-white) 0%, #f0f7f4 100%);
  border-color: rgba(95, 175, 143, 0.3);
  box-shadow: 0 10px 25px rgba(95, 175, 143, 0.1);
}
.stat {
  text-align: center;
  padding: 15px;
  background: var(--color-white);
  border-radius: 10px;
  transition: transform 0.3s ease;
  border: 1px solid rgba(95, 175, 143, 0.1);
}

.stat-number {
    font-size: 2.5em;
  font-weight: 900;
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
  text-shadow: 0 2px 4px rgba(95, 175, 143, 0.2);
}

.stat-label {
  font-size: 0.9em;
  color: var(--color-text);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.approach-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.approach-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: rgba(95, 175, 143, 0.05);
  border-radius: 8px;
  border-left: 4px solid var(--color-main);
  transition: transform 0.3s ease;
}

.approach-item:hover {
  transform: translateX(10px);
  background: rgba(95, 175, 143, 0.1);
}

.approach-icon {
  font-size: 2em;
  flex-shrink: 0;
}

.approach-content h4 {
  margin: 0 0 8px 0;
  color: var(--color-dark);
  font-size: 1.2em;
}

.approach-content p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
  font-size: 0.95em;
}

.equipment-showcase {
  padding: 80px 0;
}

.showcase-header {
  text-align: center;
  margin-bottom: 60px;
}

.showcase-subtitle {
  font-size: 1.2em;
  color: var(--color-text);
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 1.6;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.equipment-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.equipment-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.equipment-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.equipment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.equipment-card:hover .equipment-image img {
  transform: scale(1.1);
}

.equipment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 38, 38, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.equipment-card:hover .equipment-overlay {
  opacity: 1;
}

.view-btn {
  padding: 12px 25px;
  background: var(--color-main);
  color: white;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.equipment-info {
  padding: 25px;
}

.equipment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.equipment-header h4 {
  margin: 0;
  font-size: 1.3em;
  color: var(--color-dark);
}

.equipment-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(95, 175, 143, 0.1);
  padding: 5px 10px;
  border-radius: 20px;
}

.tag-icon {
  font-size: 0.9em;
}

.tag-text {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--color-main);
}

.equipment-desc {
  color: var(--color-text);
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 0.95em;
}

.equipment-specs {
  display: flex;
  gap: 15px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85em;
  color: var(--color-text);
  font-weight: 500;
}

.spec-icon {
  font-size: 1.2em;
}

.vision-tech-right {
    display: flex;
  flex-direction: column;
}

.vision-tech-right .entry-title {
      text-align: left;
    margin-bottom: 40px;
    position: relative;
    font-size: 2.4em;
    color: var(--color-dark);
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .vision-tech-right {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .vision-tech-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .vision-tech-left,
    .vision-tech-right {
        width: 100%;
    }
    
    .vision-tech-card {
        margin-top: 0;
    }
    
    .vision-tech-right .entry-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .vision-tech-right .entry-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    
    .approach-item {
        padding: 15px;
    }
    
    .approach-icon {
        font-size: 1.8em;
    }
    
    .vision-technology,
    .equipment-showcase {
        padding: 60px 0;
    }
    
    .vision-tech-card {
        padding: 30px 25px;
        width: 100%;
        max-width: 734px;
        margin: 0 auto;
    }
    
    .vision-statement {
        font-size: 1.2em;
    }
    
    .equipment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 708px) {
  .vision-tech-card {
        padding: 30px 25px;
        width: 100%;
        max-width: 602px;
    }
}
@media (max-width: 585px) {
  .vision-tech-card {
        padding: 30px 25px;
        width: 100%;
        max-width: 520px;
    }
}

@media (max-width: 480px) {
    .vision-tech-right .entry-title {
        font-size: 1.6em;
        text-align: center;
    }
    
    .approach-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        display: block;
    }
    
    .approach-icon {
        margin-bottom: 5px;
    }
    
    .vision-tech-card {
        padding: 25px 20px;
        width: 100%;
        max-width: 400px;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .card-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .stat {
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .stat:last-child {
        border-bottom: none;
    }
    
    .equipment-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .equipment-tag {
        align-self: flex-start;
    }
}
@media (max-width: 390px) {
  .vision-tech-card {
    padding: 25px 15px;
    width: 100%;
    max-width: 362px;
  }
}

.contact-block {
  padding: 60px 0;
  background: #fff;
}

.contact-block .entry-title {
  margin-bottom: 40px;
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
}

.contact-intro {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-subtitle {
  font-size: 1.8em;
  color: var(--color-dark);
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-desc {
  color: var(--color-text);
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-info h3 {
  margin: 0 0 5px 0;
  color: var(--color-dark);
  font-size: 1.2em;
  font-weight: 600;
  min-width: 80px;
}

.contact-info p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
  font-size: 1.1em;
}

.contact-info a {
  color: var(--color-main);
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  color: var(--color-dark);
  text-decoration: underline;
}

.contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-title {
  font-size: 2.5em;
  color: var(--color-dark);
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.contact-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--color-main);
}

.contact-subtitle {
  font-size: 1.2em;
  color: var(--color-text);
  line-height: 1.6;
  max-width: 600px;
  margin: 20px auto 0;
}
/* ========================================================= */
.contact-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr) !important; /* принудительно 2 колонки */
  gap: 30px;
  margin-bottom: 60px;
  width: 100% !important; /* полная ширина */
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid rgba(95, 175, 143, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.email-card:before {
  background: linear-gradient(90deg, var(--color-main) 0%, #4a9e81 100%);
}

/* .phone-card:before {
  background: linear-gradient(90deg, var(--color-main) 0%, #3d8c6e 100%);
} */

.location-card:before {
  background: linear-gradient(90deg, var(--color-main) 0%, #2e7a5c 100%);
}

.contact-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-card:hover:before {
  transform: scaleX(1);
}

.card-icon {
  width: 80px;
  height: 80px;
  background: rgba(95, 175, 143, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--color-main);
  transition: all 0.3s ease;
}

.contact-card:hover .card-icon {
  background: var(--color-main);
  color: white;
  transform: scale(1.1);
}

.card-title {
  font-size: 1.5em;
  color: var(--color-dark);
  margin-bottom: 15px;
  font-weight: 600;
}

.card-desc {
  color: var(--color-text);
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 48px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 25px;
  background: rgba(95, 175, 143, 0.08);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-link {
  background: rgba(95, 175, 143, 0.15);
  transform: translateX(5px);
}

.contact-link a {
  color: var(--color-main);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.contact-link a:hover {
  color: var(--color-dark);
}

.link-arrow {
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.2em;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.contact-card:hover .link-arrow {
  opacity: 1;
  transform: translateX(0);
}

.contact-address a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 30px;
  transition: all 0.3s ease;
  background: rgba(95, 175, 143, 0.08);
  color: var(--color-text);
  line-height: 1.5;
  font-size: 1.1em;
}

.contact-address a:first-child {
  font-weight: 500;
  color: var(--color-main);
  margin-bottom: 5px;
}
.contact-address a:hover {
  color: var(--color-dark);
}


.contact-footer {
  background: rgba(95, 175, 143, 0.05);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(95, 175, 143, 0.1);
}
/* ================================================================================ */
.footer-content h4 {
  font-size: 1.4em;
  color: var(--color-dark);
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-content p {
  color: var(--color-text);
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 20px;
}

.business-hours {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(38, 38, 38, 0.05);
  border-radius: 20px;
  font-size: 0.95em;
  color: var(--color-text);
}

.business-hours strong {
  color: var(--color-dark);
  font-weight: 600;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-title {
    font-size: 2em;
  }
  
  .contact-subtitle {
    font-size: 1.1em;
  }
  
  .contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; 
    gap: 10px; 
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    overflow: visible; 
    white-space: normal;
  }
  

  .contact-card {
    width: 100%;
    padding: 25px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .card-icon svg {
    width: 30px;
    height: 30px;
  }
  
  .card-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  
  .card-desc {
    font-size: 0.9em;
    margin-bottom: 15px;
    min-height: auto;
  }
  
  .contact-link {
    padding: 8px 15px;
    gap: 5px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  
  .contact-link a {
    font-size: 0.9em;
    white-space: normal;
    word-break: break-word;
  }
  
  .link-arrow {
    font-size: 1em;
  }
  
  .contact-footer {
    padding: 30px 25px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .footer-content h4 {
    font-size: 1.2em;
  }
  
  .footer-content p {
    font-size: 0.95em;
    padding: 0 15px;
  }
  
  .contact-content {
    padding: 0 15px;
  }
  
  .contact-detail-item {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  
  .contact-info h3 {
    min-width: auto;
  }
  
  .business-hours {
    padding: 6px 15px;
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 50px 0;
  }
  
  .contact-title {
    font-size: 1.6em;
  }
  
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
    padding: 0 0px;
  }
  
  .contact-card {
    padding: 30px 20px;
    max-width: 100%;
  }
  
  .card-title {
    font-size: 1.2em;
  }
  
  .contact-link {
    padding: 10px 20px;
    max-width: 220px;
  }
  
  .contact-link a {
    font-size: 0.95em;
  }
  
  .contact-footer {
    padding: 25px 20px;
  }
  
  .footer-content h4 {
    font-size: 1.2em;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: var(--color-dark);
  transition: all 0.3s ease;
}

.header.active {
  background: var(--color-dark);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.home .header {
  background: transparent;
}

.home .header.active {
  background: var(--color-dark);
}


.header .container.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}


.header .logo {
  width: 100%;
  max-width: 160px;
  transition: all 0.3s ease;
}

.header .logo a {
  display: block;
}

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

.header.active .logo {
  max-width: 80px;
}


.menu_btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.menu_btn-line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}


.menu_btn.open .menu_btn-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn.open .menu_btn-line:nth-child(2) {
  opacity: 0;
}

.menu_btn.open .menu_btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


@media screen and (max-width: 992px) {
 
  .header .container.flex {
    justify-content: space-between;
  }
  
  .header .logo {
    order: 1;
    max-width: 140px;
  }
  
  .lang_switcher {
    order: 2;
    margin-left: 0;
    margin-right: 15px;
  }
  
  .menu_btn {
    display: flex !important;
    order: 3;
  }
  
  
  .top-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);   
    background-color:  rgba(0, 0, 0, 0.7);;
    z-index: 999;
    overflow-y: auto;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    opacity: 0;
  }
  
  .top-menu.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  
  .top-menu .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  /* Пункты меню */
  .top-menu .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .top-menu .menu-item:last-child {
    border-bottom: none;
  }
  
  /* Ссылки меню */
  .top-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: var(--color-white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  
  .top-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-main);
  }
  
  
  .top-menu .menu-item-has-children > a {
    position: relative;
  }
  
  .top-menu .menu-item-has-children > a::after {
    content: '▼';
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 10px;
  }
  
  .top-menu .menu-item-has-children > a.active::after {
    transform: rotate(180deg);
  }
  
  .top-menu .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .top-menu .sub-menu.active {
    display: block;
  }
  
  .top-menu .sub-menu a {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .top-menu .sub-menu .sub-menu a {
    padding-left: 60px;
  }
  
  body.nav-active {
    overflow: hidden;
  }
  

  .header.active .logo {
    max-width: 80px;
  }
}

@media screen and (min-width: 993px) {
  .header .logo {
    order: 1;
    margin-right: auto;
  }
  
  .top-menu {
    order: 2;
    margin: 0 auto;
  }
  
  .lang_switcher {
    order: 3;
    margin-left: 20px;
    margin-right: 0;
  }
  

  .menu_btn {
    display: none !important;
  }
  
 
  .top-menu {
    display: flex !important;
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    height: auto;
    background: transparent;
    overflow: visible;
    padding: 0;
  }
  
  
  .top-menu .menu {
    flex-direction: row;
    gap: 5px;
  }
  
  .top-menu .menu-item {
    border: none;
    width: auto;
  }
  
  .top-menu a {
    padding: 8px 16px;
    font-size: 14px;
    justify-content: center;
  }

  .top-menu .menu-item-has-children > a::after {
    display: none;
  }

  .top-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: var(--color-dark);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block !important;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .top-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .top-menu .sub-menu a {
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
  }
  
  .top-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
}

.lang_switcher ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.lang_switcher a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.lang_switcher a:hover {
  color: var(--color-main);
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
  .menu_btn {
    width: 25px;
    height: 18px;
  }
  
  .menu_btn-line {
    height: 2.5px;
  }
  
  .menu_btn.open .menu_btn-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 6px);
  }
  
  .menu_btn.open .menu_btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  
  .top-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
  
  .header .container.flex {
    padding: 8px 15px;
  }
  
  .header .logo {
    max-width: 120px;
  }
  
  .header.active .logo {
    max-width: 70px;
  }
  
  .lang_switcher {
    margin-right: 10px;
  }
  
  .top-menu a {
    padding: 12px 15px;
    font-size: 15px;
  }
  
  .top-menu .sub-menu a {
    padding-left: 35px;
  }
  
  .top-menu .sub-menu .sub-menu a {
    padding-left: 50px;
  }
}


@media screen and (max-width: 992px) {
  
  .top-menu .menu-item-has-children > a[href="#"] {
    pointer-events: none;
  }
  
  .top-menu .menu-item-has-children > a:not([href="#"]) {
    pointer-events: auto;
  }
}

.top-menu.active .menu-item {
  animation: fadeInUp 0.3s ease forwards;
  opacity: 0;
  transform: translateY(10px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-menu.active .menu-item:nth-child(1) { animation-delay: 0.1s; }
.top-menu.active .menu-item:nth-child(2) { animation-delay: 0.15s; }
.top-menu.active .menu-item:nth-child(3) { animation-delay: 0.2s; }
.top-menu.active .menu-item:nth-child(4) { animation-delay: 0.25s; }
.top-menu.active .menu-item:nth-child(5) { animation-delay: 0.3s; }
.top-menu.active .menu-item:nth-child(6) { animation-delay: 0.35s; }
.top-menu.active .menu-item:nth-child(7) { animation-delay: 0.4s; }
.top-menu.active .menu-item:nth-child(8) { animation-delay: 0.45s; }

.header:not(.transparent) .menu_btn-line,
.home .header.active .menu_btn-line {
  background-color: var(--color-white);
}

.home .header:not(.active) .menu_btn-line {
  background-color: var(--color-white);
}


