/**
 * Theme Name:  Netwods 
 * Description: Tema for netwods
 *
 * Theme URI:   URL темы. Пр: http://wordpress.org/themes/netwods
 * Author:      Yevhen
 * Author URI:  https://yevhen
 *
 * Tags:        black, brown, orange
 * Text Domain: netwods.com
 *
 * License:     Лицензия. Пр: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Version:     1.0
 */


 *,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    left: 0;
    right: 0;
    font-family: 'Panton', Arial, sans-serif;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow-x: hidden;
    height: 0rem;
}

body._lock {
    overflow: hidden;
}

/* Пока открыт попап, шапка не ловит клики */
.popup-open .site-header,
.popup-open header,
.popup-open .menu,
.popup-open .navbar {
  pointer-events: none !important;
}


body.popup-open { overflow: hidden; }

  /* Оверлей поверх всех слоёв */
[data-popup]{ position:fixed; inset:0; z-index:999999 !important; }

/* Диалог и крестик ещё выше */
[data-popup] .popup__dialog{ position:relative; z-index:1000000 !important; }
[data-popup] .popup__close{  position:absolute; top:10px; right:12px;
                             z-index:1000001 !important; pointer-events:auto; }

  form {
    display: block;
  }
  /* Базовая геометрия */
  [data-popup]{
    position: fixed; inset: 0;
    align-items: center; justify-content: center;
    background: rgba(0,0,0,.55);
    z-index: 99999;
  }

html {
    height: 100%;
    margin: 0;
  }

@media screen and (max-width: 576px) {
    .splide__slide {
        margin: 0 !important;
        /* width: 100% !important; */
        /* width: calc(96% + 0rem) !important; */
    }
}
 

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
    color: #f5c800;
}

img {
    max-width: 100%;
    height:auto;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

input {
    padding: 8px 12px!important;
    margin-bottom: 10px!important;
}

a:hover { 
    text-decoration: none;
} 











    .wrap{max-width:92rem; position:relative;margin:0 auto;padding:0 20px}
    /* header{position:sticky;top:0;background:rgba(15,23,42,.8);backdrop-filter:saturate(120%) blur(8px);border-bottom:1px solid rgba(255,255,255,.06);}
    .nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0} */
    .brand{font-weight:800;letter-spacing:.2px}
    .pill{display:inline-flex;align-items:center;position:relative;gap:10px;background:rgba(34,211,238,.1);border:1px solid rgba(34,211,238,.35);color:#67e8f9;border-radius:999px;padding:8px 12px;font-size:12px}
    .hero{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:center;padding:85px 0 80px;border-bottom:1px solid rgba(255,255,255,.06)}
    .hero-h1{font-family: 'Panton', Arial, sans-serif;color:var(--color-text);font-size:40px;line-height:1.1;margin:8px 0 12px;font-weight:900}
    .sub{color:var(--color-from);font-size:18px;max-width:670px}
    .bullets{display:flex;gap:14px;margin:18px 0 26px;flex-wrap:wrap}
    .chip{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;color:#cbd5e1;font-size:13px}
    .cta{display:flex;gap:12px;margin-top:8px}
    .btn{border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer}
    .btn-primary{background:var(--pink);color:#fff}
    .btn-ghost{background:transparent;color:#bef264;border:1px solid rgba(255,255,255,.18)}
    .section{padding:48px 0;border-bottom:1px solid rgba(255,255,255,.06)}
    h2{font-size:28px;line-height:1.2;margin:0 0 22px}
    .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .hero-card{background:var(--color-from);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px}
    .price{font-size:26px;font-weight:800;margin:8px 0 0}
    .inc ul{margin:10px 0 0;padding-left:18px;color:#cbd5e1}
    .badges{display:inline-block;background:rgba(225,29,72,.14);border:1px solid rgba(225,29,72,.35);padding:4px 8px;border-radius:8px;color:#fecdd3;font-size:14px;margin-left:1rem;margin-bottom: 1rem;}
    .process{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .step h1{font-size:24px;font-weight:bold;color:var(--color-bg)}
    .step h2{font-size:19px;font-weight:700;color:var(--color-bg)}
    .step p{color:var(--color-bg)}
    .portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .pf .stat{color:#bef264;font-weight:700}
    .nw-cta__note{margin:10px 0 0;color:#94a3b8;font-size:13px}
    .pf-demo-note{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
        align-items:center;
        width:48rem;
        margin: auto;
        margin-top:2rem;
        max-width: 100%;
    }

        @media screen and (max-width: 790px) {
            .pf-demo-note {
                width:25rem;
        }
    }
        @media screen and (max-width: 560px) {
            .pf-demo-note {
                margin-left: 1rem;
        }
    }

        @media screen and (max-width: 450px) {
            .pf-demo-note {
                width:20rem;
        }
    }

.pf-demo-note>strong{margin-right:6px}
.pf-demo-note>div{color:#64748b}
    details{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;margin-bottom:8px}
    summary{cursor:pointer;font-weight:700}
    /* form{display:grid;grid-template-columns:1fr 1fr;gap:12px} */
    /* input,select,textarea{background:#0b1227;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px;color:#e5e7eb}
    textarea{grid-column:1/-1;min-height:120px} */
    .gdpr{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:#cbd5e1}
    footer{padding:30px 0;color:#94a3b8}
    @media (max-width:960px){.hero{grid-template-columns:1fr}.grid-3,.process,.portfolio{grid-template-columns:1fr;}} 

    .gallery-wrappers{ position:relative } /* нужно для позиционирования бейджа */

    .badge-flag{
      position:absolute; top:8px; left:8px;
      padding:2px 8px; border-radius:999px; line-height:1.2;
      font-size:12px; font-weight:700;
      border:1.5px solid currentColor; background-color:#fff;
      backdrop-filter:saturate(1.2);
      z-index:2;
    }
    
    /* Real — зелёный контур */
    .badge-flag.real{
        color:var(--color-primary);
    }
    
    /* Demo — синий контур */
    .badge-flag.demo{
      color:#e11d48;
    }
    
    /* если накладывается overlay — бейдж выше */
    .overlay{ z-index:1 }
        

/* HERO */
.nw-eyebrow{display:inline-block;font-size:12px;padding:4px 8px;border:1px solid var(--border,#e5e7eb);
            border-radius:999px;color:#334155;background:#f8fafc;margin:0 0 8px}
.nw-case-hero h1{margin:6px 0 8px;font-size:36px;line-height:1.2}
.nw-lead{color:#475569;max-width:760px;margin:0 0 14px}
.nw-kpis{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 18px;padding:0;list-style:none}
.nw-kpis li{border:1px solid var(--border,#e5e7eb);border-radius:12px;padding:10px 12px;background:#fff}
.nw-kpis li strong{display:block;font-size:18px}
.nw-kpis li span{color:#64748b;font-size:13px}
.nw-case-cta{display:flex;gap:10px;flex-wrap:wrap}
.nw-btn-prim{display:inline-block;background:#0ea5e9;color:#fff;border:1px solid #0ea5e9;
             border-radius:12px;padding:12px 16px;font-weight:800;text-decoration:none}
.nw-btn-ghost {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #000;
    background-color: #eee;
    border: 2px solid #eee;
    border-radius:25px;
    cursor:pointer;
  }
  .nw-btn-ghost--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.nw-btn-ghost i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--color-text);
}

.nw-btn-ghost:hover i {
    color: #eee;
}

.nw-btn-ghost:hover {
    color: #000;
    background-color: #FFF;
    border: 2px solid #eee;
    text-decoration: none;
}

.bt-btn-ghost {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #25d366;
    background-color: transparent;
    border: 2px solid #25d366;
    border-radius:25px;
    cursor:pointer;
  }
  .bt-btn-ghost--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.bt-btn-ghost i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--color-text);
}

.bt-btn-ghost:hover i {
    color: #eee;
}

.bt-btn-ghost:hover {
    color: #25d366;
    background-color: #fff;
    border: 2px solid #25d366;
    text-decoration: none;
}



.nw-about__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.nw-about__media img{width:100%;height:auto;border-radius:14px}
.eyebrow{display:inline-block;font-size:12px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:999px;color:#475569;
    margin-top: 4rem;}
.nw-about-title{font-size: 26px;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1;
    margin-top: 1rem;
    }

    @media screen and (max-width: 992px) {
        .nw-about-title {
            font-size: 30px;
    
        }
    }
.lead{font-size: 16px!important;
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;
    font-weight: 300;
    top: 1rem;
    width: 79%;
    height: auto;
    font-size: 16px;
    position: relative;
    margin-bottom: 2rem;}
.nw-chips{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 10px;padding:0;list-style:none; margin-top: 1rem !important;}
.nw-chips li{border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:13px;color:#334155;background:#fff}
.nw-list{margin:0 0 14px;padding-left:18px;}
.nw-list li {font-size:16px!important;;}
.action{display:flex;gap:10px;flex-wrap:wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;}
.btn{display:inline-block;padding:12px 16px;border-radius:12px;font-weight:800;text-decoration:none;border:1px solid #e5e7eb}
.btn.primary{background:#0ea5e9;color:#fff;border-color:#0ea5e9}
.btn.ghost{background:#fff;color:#0f172a}
@media (max-width:980px){.nw-about__grid{grid-template-columns:1fr}}








/* Увеличить чекбокс ~в 1.6 раза */
.gdpr-consent input[type="checkbox"]{
    transform: scale(1.6);
    transform-origin: left center;
    margin-right: .5rem;           /* зазор от текста */
  }
  
  /* увеличить кликабельную область */
  .gdpr-consent{
    display:flex; align-items:flex-start; gap:.6rem;
    padding:.3rem 0;
  }
  .gdpr-consent input{ /* чтобы не “съезжал” в Safari */
    width: 1rem; height: 1rem;
  }

button {
    display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.img-wrap { display:inline-block; position: absolute; height: 100%;}
.img-wrap img { display:block; }
.img-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgb(128 128 128 / 0%) 0%, rgb(70 70 70 / 98%) var(--stop, 40%));
  pointer-events: none;
}

.typed-source {
  display: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container {
    max-width: 100% !important;
    margin: 0 auto !important;
    position: static !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.site-container {
    max-width: 1200px; /* Ширина сайта (можете изменить) */
    /* height: 42rem; */
    margin: 0 auto; /* Центрирование сайта */
    padding: 0 15px; /* Внутренние отступы для предотвращения обрезания текста */
    overflow-x: hidden; 
}

.wrapper {
    min-height: 6rem;
    flex-direction: column;
}

.wrappers {
    padding: 0 1rem 0 1rem;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

/* прячем визуально, но не display:none (некоторые боты игнорят скрытые поля) */
.hp{
    position:absolute !important;
    left:-10000px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    pointer-events:none !important;
  }
  .hp span{ display:none; }
  
  .field .error-message{ color:#c0392b; font-size:.9rem; margin-top:6px; display:none; }
  .invalid{ outline:2px solid #ffb4a9; background:#fff5f4; }
  
  .form-error,.form-success{
    margin-top:12px; padding:10px 12px; border-radius:8px; display:none;
  }
  .form-error  { color:#7c2d12; background:#fff7ed; border:1px solid #fdba74; }
  .form-success{ color:#14532d; background:#ecfdf5; border:1px solid #86efac; }
  
#form-success {
    display:none; 
    color: green; 
    border: 1px solid green; 
    padding: 10px; 
    margin-top: 10px;
}

#form-error {
    display: none; 
    color: #d35400; 
    font-size: 0.875rem; 
    margin-top: 1rem; border: 1px solid #f39c12; 
    padding: 0.5rem; 
    background: #fffaf0;
}

nav {
    width: 100%;
    height: 3rem;
    top: 0;
    background-color: var(--color-nav);
}

/* @media screen and (max-width: 766px) {
    nav {
        display: none !important;
    }
} */

.typed-container {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.typed-container::after {
  content: '';
  display: inline-block;
  width: 4px;     /* Толщина курсора */
  height: 100%;   /* Высота курсора соответствует высоте текста */
  position: absolute;
  background: #fff; /* Цвет курсора */
  margin-left: 2px; /* Отступ между курсором и текстом */
  animation: blink 0.7s steps(1) infinite; /* Моргание */
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}


.reveal-right,
.reveals-right {
  opacity: 0;
  transform: translateX(300px);
  transition: all 0.8s ease-out;
}

.reveal-right.active,
.reveals-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* до появления: елемент сдвинут ВЛЕВО и прозрачный */
.reveal-left{
    opacity: 0;
    transform: translateX(-300px); /* <— минус = слева */
    transition: all 0.8s ease-out;
    will-change: transform, opacity;
  }
  
  /* когда активирован */
  .reveal-left.active{
    opacity: 1;
    transform: translateX(0);
  }
  
.reveal-down,
.reveals-down {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.8s ease-out;
}

.reveal-down.active,
.reveals-down.active {
  opacity: 1;
  transform: translateY(0);
}


/* Скрываем исходные заголовки */
/* .typed-source {
  display: none;
} */


.nav__header {
    background-color: var(--color-nav);
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .nav__header {
        width: 75rem;
    }
}

@media screen and (max-width: 992px) {
    .nav__header {
        width: 100%;
        margin: 0 auto;
    }
}

.header {
    width: 100%;
    height: 6rem;
    z-index: 19900;
    background: #ffffff;
    transition-duration: 0.3s;
    left: 0;
    border-bottom: 3px solid #f5c800;
}

.header__container {
    width: 1475px;
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    padding: 0px 30px;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
}

.header__logo {
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
}

.menu__list {
    height: 3rem;
    display: flex;
    text-decoration: none;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: 'Panton', Arial, sans-serif;;
    z-index: 9000;
    background-color: #ffffff;
    margin-right: 2rem !important;
}

.menu__list > li {
    position: relative;
    margin: 0px 0px 0px 30px;
}

@media screen and (max-width: 1100px) {
    .menu__list > li {
        margin: 0px 0px 0px 20px;
    }
}

.menu__list a:hover {
    text-decoration: none;
}

.menu__list a:visited { color: inherit; }


.menu__list a.is-active{
    color:#ffd000 !important;
    border-radius:12px;
    text-decoration: none;
  }
  

.menu__link {
    font-size: 16px;
    color: #252A38;
    font-weight: bold;
}

.menu__link:hover {
    color: var(--color-primary);
}

.menu__sub-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 15px;
    min-width: 200px;
    z-index: 99;
    box-shadow: 0 0 15px -3px gray;
    padding: 15px 10px 15px 20px !important;
}

.menu__sub-list li {
    margin: 0px 0px 10px 0px;
}

.menu__sub-list li:last-child {
    margin: 0;
}

.menu__sub-link {
    color: #000;
}

.menu__sub-link:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.menu__arrow {
    display: none;
}

/*-------------------------------*/
body._pc .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

body._touch .menu__list > li {
    display: flex;
    align-items: center;
}

body._touch .menu__link {
    flex: 1 1 auto;
}

body._touch .menu__arrow {
    display: block;
    width: 0;
    min-height:100dvh;
  overflow-x:hidden;
    margin: 0px 0px 0px 5px;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
}

body._touch .menu__list > li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    z-index: 9;
    margin-top: 0rem;
}

body._touch .menu__list > li._active .menu__arrow {
    transform: rotate(-180deg);
}

/*-------------------------------*/

@media (min-width: 1024px) {
    .menu__list {
        display: flex;
        align-items: center;
    }
    .menu__list > li {
        padding: 10px 0;
    }

    .menu__sub-list {
        transform: translate(0px, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }

    @keyframes swing {
        15% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }
        30% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        40% {
            -webkit-transform: translateX(6px);
            transform: translateX(6px);
        }
        50% {
            -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
        }
        65% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    .swing:hover {
        -webkit-animation: swing 0.3s ease;
        animation: swing 0.3s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        z-index: 9000;
    }
}

@media (max-width: 1024px) {
    .menu__icon {
        z-index: 999999999999;
        display: block;
        position: absolute;
        right: 2rem;
        width: 30px;
        height: 18px;
        cursor: pointer;
        margin-top: -6px;
    }

    .menu__icon span,
    .menu__icon::before,
    .menu__icon::after {
        left: 0;
        position: absolute;
        height: 15%;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: #252A38;
    }

    .menu__icon::before,
    .menu__icon::after {
        content: "";
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .menu__icon span {
        top: 50%;
        transform: scale(1) translate(0px, -50%);
    }

    .menu__icon._active span {
        transform: scale(0) translate(0px, -50%);
    }

    .menu__icon._active::before {
        top: 50%;
        transform: rotate(-45deg) translate(0px, -50%);
    }

    .menu__icon._active::after {
        bottom: 50%;
        transform: rotate(45deg) translate(0px, 50%);
    }

    .menu__icon._active {
        z-index: 999999;
        position: absolute;
        width: 30px;
        top: 4rem;
        left: 2rem;
        height: 18px;
        cursor: pointer;
    }

     .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 100px 30px 30px 30px;
        transition: left 0.5s ease 0s;
        overflow: auto;
        z-index: 9999;
        margin-top: 0.5rem;
    }

    .menu__body._active {
        left: 0;
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        top: 5rem;
        left: 0;
        height: 70px;
        z-index: 2;
    }

    .menu__list {
        width: 22rem;
        height: 150vw;
        min-height: 150%;
        display: block;
        position: absolute;
        text-decoration: none;
        top: -48px !important;
        float: left;
        font-size: 16px;
        font-family: 'Panton', Arial, sans-serif;;
        z-index: 9000;
        background-color: #ffffff;
        margin-top: 3rem !important;
        padding: 30px !important;
        padding-top: 6rem !important;
    }

    .menu__list li {
        flex-wrap: wrap;
        top: 3rem;
        margin: 0px 0px 30px 0px;
    }

    .menu__list > li:last-child {
        margin-bottom: 0;
    }

    .menu__list > li._active .menu__sub-list {
        display: block;
    }

    .menu__link {
        font-size: 24px;
    }

    .menu__sub-list {
        position: relative;
        background-color: #fff;
        flex: 1 1 100%;
        margin: 20px 0px 0px 0px;
        display: none;
    }
    .menu__sub-link {
        font-size: 20px;
        color: #000;
    }
}

.form__login {
    width: 100%;
}

.form-label {
    font-size: 16px;
    font-family: 'Panton', Arial, sans-serif;;
    color: #7B7B7B;
}

.link__login {
    width: 100%;
    height: 50px;
    position: relative;
    top: 1rem;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 5px;
    cursor: pointer;
}

.link__login:hover {
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
}

.link__login p {
    font-size: 16px;
    font-family: 'Panton', Arial, sans-serif;;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.link__login:hover p {
    color: var(--color-primary);
}

.link__login i {
    width: 25px;
    font-size: 21px;
    color: #ffffff;
    transform: rotate(25deg);
}

.remove {
    top: 1rem;
}

.link__login:hover i {
    color: var(--color-primary);
}

ul.contact_block {
    display: flex;
    width: 69rem;
    list-style: none;
    margin: 0 auto;
}

@media screen and (max-width: 1450px) {
    ul.contact_block {
        display: flex;
        width: 81%;
        list-style: none;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    ul.contact_block {
        width: 96%;
        /* margin-left: 2rem; */
    }
}

.nav-item i {
    color: #BBBDC3;
}

.nav-item a {
    color: #BBBDC3;
}

.nav-item a:hover {
    color: var(--color-primary);
}

li.nav-item {
    list-style: none;
    float: left;
    color: white;
    display: block ruby;
}

li.nav-item i:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 1280px) {
    nav {
        top: 0;
    }
}

@media screen and (max-width: 1140px) {
    nav {
        top: 0rem;
    } {
    width: 1024px;
}
}

nav .time {
    max-width: 1170px;
    height: 2rem;
    margin: 0 auto;
}


nav .adress-map {
    width: 25rem;
    font-size: 15px;
    float: left;
    margin-top: 0.7rem;
    color: var(--color-text);
    font-family: 'Panton', Arial, sans-serif;;
}

@media screen and (max-width: 1280px) {
    nav .adress-map {
        width: 42% !important;
        margin-left: 1rem;
    }
}

nav .adress-map i {
    width: 20px;
    font-size: 16px;
    color: var(--color-text);
}

nav .clock {
    width: 35rem;
    font-size: 15px;
    float: left;
    margin-top: 0.7rem;
    color: var(--color-text);
    font-family: 'Panton', Arial, sans-serif;;
}

nav .clock i {
    width: 20px;
    font-size: 16px;
    color: var(--color-text);
}

nav .tel {
    width: 30rem;
    font-size: 14px;
    margin-top: 0.8rem;
    color: var(--color-text);
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: bold;
}

@media screen and (max-width: 1140px) {
    nav .tel {
        width: 25rem;
    } {
    width: 1024px;
}
}

nav .tel i {
    width: 20px;
    font-size: 16px;
    color: #ffffff;
}

nav .cart {
    font-size: 14px;
    float: right;
    margin-top: 0.8rem;
    color: var(--color-primary);
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: bold;
}

nav .cart i {
    width: 30px;
    font-size: 20px;
    color: #ffffff;
}

@media screen and (max-width: 1280px) {
    nav .cart i {
        margin-right: 0.5rem;
    }
}

nav .cart :hover {
    color: var(--color-primary);
    text-decoration: none;
}


/*Modal window*/
/* КНОПКА ДЛЯ ПРИМЕРА */
.btn{
    display:inline-flex; align-items:center; gap:.6rem;
    background: var(--popup-accent); color:#081025;
    border:none; padding:.9rem 1.1rem; border-radius:12px;
    font:600 16px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    cursor:pointer;
    transition: transform .15s ease, filter .2s ease;
  }
  .btn:hover{ filter:brightness(1.05) }
  .btn:active{ transform:translateY(1px) }
/* OVERLAY */
.popup{
    position:fixed; inset:0;
    display:none;            /* скрыто по умолчанию */
    align-items:center; justify-content:center;
    background: var(--overlay-bg);
    z-index: 9999999999;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .popup[open]{ display:flex;}

  /* ДИАЛОГ */
  .popup__dialog{
    position:relative;
    width:min(92vw, 640px);
    max-height: calc(100vh - 10dvh);
    background: var(--popup-bg);
    color: var(--popup-fg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: clip;
    transform: translateY(12px) scale(.98);
    opacity:1;
    transition: transform .25s ease, opacity .25s ease;
  }
  .popup[open] .popup__dialog{
    transform: translateY(0) scale(1);
    opacity:1;
  }

  .popup__header{
    display:flex; align-items:center; justify-content:space-between;
    padding: 18px 20px 8px;
    border-bottom: 1px solid #CED4DA;
  }
  .popup__title{
    margin:0; font:700 clamp(18px, 2.8vw, 22px)/1.2 inherit;
  }
  .popup__close{
    appearance:none; border:none; background:transparent; color:inherit;
    width:40px; height:40px; border-radius:10px; cursor:pointer;
    display:grid; place-items:center; font-size:20px;
  }
  .popup__close:hover{ background: rgba(255,255,255,.06); }

  .popup__body{
    padding: 16px 20px 20px;
    overflow:auto;
  }

  .popup__footer{
    display: flex;
    gap: 10px;
    padding: 12px 0px 10px;
    border-top: 1px solid #CED4DA;
    padding-top: 1rem;
  }
  .btn--ghost{
    background:transparent; color:var(--popup-fg); border:1px solid rgba(255,255,255,.18);
  }
  .btn--ghost:hover{ background: rgba(255,255,255,.06); }

  /* МЕЛКИЕ ФОРМЫ ВНУТРИ */
  .field{ display:flex; flex-direction:column; gap:6px; margin:12px 0; }

  .field textarea{
    background:#eceff1; color:var(--popup-fg);
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px; 
    outline:none;
    margin: 0 auto;
  }
  
  .field input {
    background:#eceff1; color:var(--popup-fg);
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px; padding:12px 14px!important; outline:none;
  }
  .field input:focus, .field textarea:focus{
    border-color: var(--popup-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--popup-accent) 30%, transparent);
  }

//-------------------------------------------------
/* .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.overlay:target {
    display: block;
} */

/* style modal window */
/* .popup {
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 6000;
    margin: 0 auto;
    width: 80rem; */
    /* height: 41rem; */
    /* height: auto;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
} */

/* .popup__appointment {
    min-height: 35rem;
    position: relative;
    margin-bottom: 6rem;
}

@media screen and (max-width: 776px) {
    .popup {
        width: 90%;
        height: 44rem;
    }
}

.popup .popup__block {
    width: 87%;
    height: auto;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-bottom: 6rem;
}

.popup .popup__block .popup-title {
    font-size: 25px;
    line-height: 38px;
    font-family: 'Panton', Arial, sans-serif;;
    color: #252A38;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cover {
    width: 100%;
    margin: auto;
    padding-left: 0;
    margin-top: 1.5rem;
}

#contact {
    margin-bottom: 0px;
}

input[type="text"] {
    width: 100%;
    display: block;
}

@media screen and (max-width: 760px) {
    input,
    input[type="text"],
    input[type="email"] {
        height: 4rem;
    }
}

input[type="email"] {
    width: 100%;
    left: 0;
}

@media screen and (max-width: 776px) {
    input[type="email"] {
        width: 100% !important;
        position: relative !important;
    }
} */

/* input[type="phone"] {
    width: 47%;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 776px) {
    input[type="phone"] {
        width: 100%;
        position: relative;
    }
} */

/* input[type="addres"] {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 45px;
}

@media screen and (max-width: 776px) {
    input[type="addres"] {
        width: 100%;
        position: relative;
        margin-top: 0rem!important;
    }
} */

/* .custom-select {
    width: 100%;
    color: #7b7b7b;
}

.custom-select .wrap service {
    width: 100%;
}

.custom-select select {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid rgba(122, 192, 0, 0.15);
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    color: #959595;
    font-size: 16px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    margin-top: -10px;
}

input[type="service"] {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 40px;
}

input[type="date"] {
    width: 100%;
    left: 0;
    color: #7b7b7b;
    position: relative;
}

input[type="coment"] {
    width: 100%;
    left: 0;
    position: relative;
}

textarea {
    width: 100%;
    height: 9.1rem;
}

label {
    color: #7b7b7b;
}

input,
textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid rgba(122, 192, 0, 0.15);
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    color: #4b4b4b;
    font-size: 16px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    margin-top: -10px;
    background-color: white;
}

.overlay:target + .popup {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    margin-block-start: 50vh;
    transform: translateY(-50%);
} */

.close-btn {
    top: 19px;
    right: 14px;
    width: 26px;
    height: 26px;
    position: absolute;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #7e7c84;
  transition: background 0.3s;
}

.close-btn::before {
    transform: rotate(45deg);
  }
  
.close-btn::after {
    transform: rotate(-45deg);
}
  
.close-btn:hover::before,
.close-btn:hover::after {
    background-color: var(--color-primary);;
}

a.explore {
    width: 170px;
    height: 50px;
    display: block;
    background-color: var(--color-primary);;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    top: 47rem;
    font-family: 'Poppins', sans-serif;
    border: 2px solid var(--color-primary);
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    a.explore {
        top: 22rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    a.explore {
        margin-left: 0;
        top: 25rem;
    }
}

a.explore i {
    margin: 0 10px;
    margin-left: 1px;
    -webkit-transform: rotate(360deg);
    transform: rotate(15deg);
}

a.explore:hover {
    font-weight: 600;
    background-color: #fff;
    color: var(--color-primary);
    border: solid 2px #F47629;
}

a.explore:hover i {
    color: var(--color-primary);
}

button.explore {
    width: 170px;
    height: 50px;
    display: block;
    background-color: var(--color-primary);;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    top: 47rem;
    font-family: 'Poppins', sans-serif;
    border: 2px solid var(--color-primary);
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    button.explore {
        top: 22rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    button.explore {
        margin-left: 0;
        top: 25rem;
    }
}

button.explore i {
    margin: 0 10px;
    margin-left: 1px;
    -webkit-transform: rotate(360deg);
    transform: rotate(15deg);
}

button.explore:hover {
    font-weight: 600;
    background-color: #fff;
    color: var(--color-primary);
    border: solid 2px var(--color-primary);
}

button.explore:hover i {
    color: var(--color-primary);
}





.btn-send{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    padding:1rem 3.5rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius:25px;
    cursor:pointer;
  }
  .btn-send--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.btn-send i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--color-text);
}

.btn-send:hover i {
    color: var(--color-primary);
}

.btn-send:hover {
    color: var(--color-primary);
    background-color: var(--color-text);
    border: 2px solid var(--color-primary);
    text-decoration: none;
}






.btn-whatsapp{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    padding: 10px 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--whatsapp);
    background-color: var(--color-text);
    border: 2px solid var(--whatsapp);
    border-radius:25px;
    cursor:pointer;
  }
  .btn-whatsapp--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.btn-whatsapp i {
    margin-right: 7px;
    font-size: 30px;
    color: var(--whatsapp);
}

.btn-whatsapp:hover i {
    color: var(--color-text);
}

.btn-whatsapp:hover {
    color: var(--color-text);
    background-color: var(--whatsapp);
    border: 2px solid var(--whatsapp);
    text-decoration: none;
}

.bt-btn-whatsapp{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    padding: 10px 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--whatsapp);
    background-color: transparent;
    border: 2px solid var(--whatsapp);
    border-radius:25px;
    cursor:pointer;
  }
  .bt-btn-whatsapp--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.bt-btn-whatsapp i {
    margin-right: 7px;
    font-size: 30px;
    color: var(--whatsapp);
}

.bt-btn-whatsapp:hover i {
    color: var(--color-text);
}

.bt-btn-whatsapp:hover {
    color: var(--color-text);
    background-color: var(--whatsapp);
    border: 2px solid var(--whatsapp);
    text-decoration: none;
}

/* .menu {
    width: 1150px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .menu {
        width: 97%;
        position: absolute;
        height: 6rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    } {
    width: 1200px;
}
}

@media screen and (max-width: 992px) {
    .menu {
        width: 96%;
        margin: 0 auto;
        left: 0;
        right: 0;
    } {
    width: 970px;
}
} */

@media screen and (max-width: 1280px) {
    .menu_fixed {
        width: 99%;
        height: 5rem;
        position: absolute;
        top: -0.5rem;
        left: 0.5rem;
    }
}

/* .menu-important-links-container {
  height: 3rem;
    display: flex;
    text-decoration: none;
    margin-top: -0.6rem;
    float: right;
    font-size: 16px;
    font-family: 'Panton', Arial, sans-serif;;
    z-index: 9000;
    background-color: #ffffff;
} */

.logo__site a {
    font-size: 40px;
    color: #252A38;
    float: left;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: bold;
}

.logo__site i {
    width: 18px;
    font-size: 50px;
    color: var(--color-primary);
    transform: rotate(25deg);
}

/* div.menu-important-links-container {
  display: contents;
}

ul#menu-important-links.menu {
  display: contents;
} */

/* .menu ul li {
  padding: .5rem 1.5rem;
} */

#site__logo:before {
    font-family: FontAwesome;
    content: "\f0e7";
    margin: -14px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 95px;
    color: var(--color-primary);
    font-size: 48px;
    text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white;

    -moz-transform: rotate(18deg) scaleX(0.6) !important;
    /* Firefox */
    -ms-transform: rotate(18deg) scaleX(0.6) !important;
    /* IE */
    -webkit-transform: rotate(18deg) scaleX(0.6) !important;
    /* Safari, Chrome, iOS */
    -o-transform: rotate(18deg) scaleX(0.6) !important;
    /* Opera */
    transform: rotate(18deg) scaleX(0.6) !important;
}

.content {
    padding: 16px;
}

.sticky {
    height: 6rem;
    position: fixed;
    top: -15px;
    width: 100%
}

/* .sticky button {
    margin-top: 7px;
} */

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; } /* подставь реальную высоту шапки */

/* .menu__list.active,
.menu__sub-link.active {
  color: var(--color-primary); /* подсветка текущей вкладки */
  /* font-weight: bold; */
/* } */

/* li.active > .menu__list {
  color: var(--color-primary);
}  */


.sticky ul li {
    top: 8px;
}

.sticky .logo__site {
    margin-top: 10px;
}

.sticky ul {
    height: auto;
    margin-top: -7px;
}

.sticky + .content {
    padding-top: 102px;
}
/* 
.menu ul {
    height: 3rem;
    display: flex;
    text-decoration: none;
    margin-top: 2.4rem;
    float: right;
    font-size: 16px;
    font-family: 'Panton', Arial, sans-serif;;
    z-index: 9000;
    background-color: #ffffff;
}

@media screen and (max-width: 1140px) {
    .menu ul {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu ul {
        display: none;
    } {
    width: 970px;
}
}

.orange {
    color: var(--color-primary);
} */
/* 
.menu ul ul {
    width: 10rem;
    height: 3rem;
    display: none;
    text-decoration: none;
    position: absolute;
    list-style-type: none;
    box-shadow: 0 0 15px -3px gray;
    margin-top: 10px;
}

.menu ul ul li a {
    width: 10rem;
    height: 3rem;
    margin-left: -3rem;
    font-size: 16px;
    top: 10px;
    font-family: 'Panton', Arial, sans-serif;;
    position: relative;
}

.menu ul li a:hover {
    color: var(--color-primary);
} */

/* .menu ul ul li a:hover {
    -webkit-animation: swing 0.3s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 9000;
    color: var(--color-primary);
} */

/* .menu ul li:hover > ul {
    display: inherit;
    position: absolute;
}

.menu ul li {
    list-style-type: none;
    margin-left: 25px;
    /* display: grid; */
/* } */
/* 
@media screen and (max-width: 1140px) {
    .menu ul ul {
        margin-left: 6rem;
        margin-top: -3rem;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li {
        width: 6rem;
        margin-left: 33px;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li .down {
        margin-top: -0.7rem;
        padding-left: 0rem;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li .down a {
        color: #252A38;
    } {
    width: 1024px;
}
}

a {
    font-size: 16px;
    color: #252A38;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1140px) {
    .menu ul li a {
        color: white;
        line-height: 3rem;
    } {
    width: 1024px;
}
} */

/* 
a:hover {
    color: var(--color-primary);
} */

/** Button Menu */ 
/* .button__menu {
    width: 170px;
    height: 50px;
    position: relative;
    margin-left: 2rem;
    top: -2px;
    background-color: var(--color-primary);;
    border: 2px solid var(--color-primary);
    border-radius: 25px;
    cursor: pointer;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .button__menu {
        top: 4rem;
        margin-left: 0;
    }
} */

.button__menu{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    gap: 5px;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius:25px;
    cursor:pointer;
  }
  .button__menu--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.button__menu a {
    font-size: 14px;
    font-family: 'Panton', Arial, sans-serif;;
    text-align: center;
    color: #ffffff;
}

.button__menu i {
    width: 25px;
    font-size: 20px;
    color: #ffffff;
    transform: rotate(13deg);
}

.button__menu:hover i {
    color: var(--color-primary);
}

.button__menu:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
}

/*Button**/
.button__service{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    gap: 7px;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    cursor:pointer;
    margin-left: 1rem;
  }

  .button__service--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.button__service a {
  font-size: 14px;
  font-family: 'Panton', Arial, sans-serif;;
  text-align: center;
  color: var(--color-text-btn);
}

.button__service i {
  width: 25px;
  font-size: 20px;
  color: var(--color-text-btn);
  transform: rotate(13deg);
}

.button__service:hover i {
  color: var(--color-primary);
}

.button__service:hover {
  color: var(--color-primary);
  background-color: var(--color-text-btn);
  border: 2px solid var(--color-primary);
}

/*Button**/
.website__order{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    gap: 7px;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-order-website);
    border: 2px solid var(--color-order-website);
    border-radius: 30px;
    cursor:pointer;
  }

  .website__order--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.website__order a {
  font-size: 14px;
  font-family: 'Panton', Arial, sans-serif;;
  text-align: center;
  color: var(--color-text-btn);
}

.website__order i {
  width: 25px;
  font-size: 20px;
  color: var(--color-text-btn);
  transform: rotate(13deg);
}

.website__order:hover i {
  color: var(--color-order-website);
}

.website__order:hover {
  color: var(--color-order-website);
  background-color: var(--color-text-btn);
  border: 2px solid var(--color-order-website);
}

/*Button**/
.button__form{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    gap: 7px;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    cursor:pointer;
    margin-top: 2rem;
  }

  .button__form--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.button__form a {
  font-size: 14px;
  font-family: 'Panton', Arial, sans-serif;;
  text-align: center;
  color: var(--color-text-btn);
}

.button__form i {
  width: 25px;
  font-size: 20px;
  color: var(--color-text-btn);
  transform: rotate(13deg);
}

.button__form:hover i {
  color: var(--color-primary);
}

.button__form:hover {
  color: var(--color-primary);
  background-color: var(--color-text-btn);
  border: 2px solid var(--color-primary);
}

.nav-link {
    width: 5rem;
}

.breadcrumb {
    width: 100%;
    height: 10rem;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    margin-bottom: 5rem;
    overflow: hidden;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/breadcrumb_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1140px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 6rem auto;
        margin-right: 0px;
        top: -4rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 6;
        padding-top: 1.5rem;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #252A38;
    }

    #nav-icon3.open ul.nav {
        width: 40rem;
        height: 65rem;
        background-color: #252A38;
        padding-top: 2rem;
        display: block;
        margin-left: -30rem;
        padding-left: 1rem;
        text-align: left;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 6rem auto;
        margin-right: 0px;
        top: -4rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 6;
        padding-top: 1.5rem;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #252A38;
    }

    #nav-icon3.open ul.nav {
        width: 40rem;
        height: 65rem;
        background-color: #252A38;
        padding-top: 2rem;
        display: block;
        margin-left: -30rem;
        padding-left: 1rem;
        text-align: left;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

@media screen and (max-width: 575px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 1rem;
        z-index: 9;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        margin-top: 5rem;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        margin-top: 5rem;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #fff;
    }

    #nav-icon3.open ul.nav {
        width: 25.5rem;
        height: 41rem;
        background-color: #252A38;
        padding-top: 4rem;
        display: block;
        margin-top: 1.9rem;
        text-align: left;
        margin-right: -3rem;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

#primary-menu {
  width: 25.5rem;
  height: auto;
  background-color: #252A38;
  padding-top: 4rem;
  display: block;
  margin-top: 1.9rem;
  text-align: left;
  margin-right: -3rem;
}

/*About Us*/
.about__us-about {
    width: 100%;
    height: auto;
    margin-top: 5rem;
}

@media screen and (max-width: 992px) {
    .about__us-about {
        margin-top: 3rem;
    }
}

.about__us {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

@media screen and (max-width: 992px) {
    .about__us {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 766px) {
    .about__us {
        width: 100%;
        margin-top: 3.5rem;
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .about__us {
        height: auto;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}

.about__services {
    width: 1475px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 766px) {
    .about__services {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .about__services {
        width: 100%;
    }
}

.block__eletric-about {
    width: 53%;
    max-width: 100%;
    right: 0;
    top: 2rem;
    position: absolute;
}

@media screen and (max-width: 766px) {
    .block__eletric-about {
        min-width: 100%;
        position: relative;
        /* margin-left: 3rem; */
    }
}

.block__about__img {
    width: 53%;
    max-width: 100%;
    left: 0;
    /* top: 2rem; */
    position: relative;
}

@media screen and (max-width: 992px) {
    .block__about__img {
        width: 100%;
    }
}

.aboutus__images1-about {
    /* width: 50rem; */
    height: 28rem;
    margin-left: -2rem;
    top: 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 766px) {
    .aboutus__images1-about {
        width: 93%;
        margin-left: 1rem;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .aboutus__images1-about {
        width: 90%;
        margin: auto;
    }
}

.aboutus__images1 {
    width: 100%;
    height: auto;
    left: 1.5rem;
    top: 0;
    position: relative;
}

@media screen and (max-width: 992px) {
    .aboutus__images1 {
        left: 0;
    }
}

/* @media screen and (max-width: 766px) {
    .aboutus__images1 {
        width: 80%;
        height: auto;
        position: relative;
    }
} */

.aboutus__images2-about {
    width: 27rem;
    height: auto;
    /* right: -15rem; */
    float: right;
    top: -9rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
    box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
}

@media screen and (max-width: 1400px) {
    .aboutus__images2-about {
        max-width: 370px;
    }
}

@media screen and (max-width: 1200px) {
    .aboutus__images2-about {
        max-width: 320px;
    }
}

@media screen and (max-width: 766px) {
    .aboutus__images2-about {
        left: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .aboutus__images2-about {
        float: none;
        width: 40%;
        left: 1rem;
        top: -7rem;
    }
}

@media screen and (max-width: 460px) {
    .aboutus__images2-about {
        top: -4rem;
        left: 5px;
    }
}

.block__about__service {
  width: 38rem;
    height: auto;
    max-width: 100%;
    right: 40px;
    top: 2rem;
    position: relative;
    background-color: white;
}

.block__eletric__service-about {
    width: 90%;
    height: auto;
    max-width: 100%;
    position: relative;
    background-color: white;
}

@media screen and (max-width: 970px) {
    .block__eletric__service-about {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .block__eletric__service-about {
        margin-top: -3rem;
    }
}

@media screen and (max-width: 460px) {
    .block__eletric__service-about {
        margin-top: -1rem;
    }
}

@media screen and (max-width: 992px) {
    .block__about__service {
        width: 100%;
        position: relative;
        right: 0;
    }
}

.block__about__descript {
    position: relative;
    width: 80%;
    margin: 0 auto;
    bottom: 1rem;
}

.block__service-about {
    max-width: 100%;
}

.block__service {
    width: 40rem;
    height: auto;
    display: contents;
}

@media screen and (max-width: 992px) {
    .block__service {
        display: block;
        margin: 0 auto;
        padding: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .block__service {
        position: relative;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .block__service {
        width: 38rem;
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.block__service-about span {
    font-size: 16px;
    color: var(--color-primary);
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: -1rem;
}

@media screen and (max-width: 575px) {
    .block__service-about span {
        margin-left: 1rem;
    }
}

.block__service span {
    font-size: 16px;
    color: var(--color-primary);
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    margin: 4rem 6rem;
    position: absolute;
}

@media screen and (max-width: 1026px) {
    .block__service span {
        /* margin: 2rem 4rem; */
    }
}

@media screen and (max-width: 992px) {
    .block__service span {
        margin-left: 2rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 766px) {
    .block__service span {
        margin: 0rem 6rem;
        margin-left: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .block__service span {
        margin: 0rem 6rem;
        margin-left: 1rem;
    }
}

.service-title-about {
    font-size: 30px;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: 1rem;
    width: 45%;
    position: relative;
}

@media screen and (max-width: 766px) {
    .service-title-about {
        width: 100%;
        font-size: 21px;
    }
}

.about__us__service-title {
    font-size: 30px;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    position: relative;
    line-height: 1;
    margin-top: 6rem;
    margin-left: 6rem;
}

@media screen and (max-width: 992px) {
    .about__us__service-title {
        margin: 4rem 0rem 2rem 1rem;
    }
}

@media screen and (max-width: 760px) {
    .about__us__service-title {
        margin: 0rem 0rem 0rem 1rem;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 1026px) {
    .service-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .service-title {
        margin-left: 2rem;
        font-size: 26px;
        top: -1rem;
        width: 90%;

    }
}

@media screen and (max-width: 766px) {
    .service-title {
        width: 94%;
        font-size: 23px;
        top: 0rem;
        position: relative;
        margin: auto;
    }
}

.block__service-about p {
    font-size: 14px;
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 300;
    top: 1rem;
    margin-left: 1rem;
    width: 45%;
    height: auto;
    font-size: 16px;
    position: relative;
}

@media screen and (max-width: 766px) {
    .block__service-about p {
        width: 100%;
    }
}

.block__service p {
    font-size: 14px;
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 300;
    top: 1rem;
    margin-left: 6rem;
    width: 79%;
    height: auto;
    font-size: 16px;
    position: relative;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1026px) {
    .block__service p {
        /* margin: 6.3rem 4rem; */
        width: 86%
    }
}

@media screen and (max-width: 992px) {
    .block__service p {
        width: 90%;
        height: auto;
        top: -1rem;
        left: -4rem;
        /* margin-top: 5.5rem; */
    }
}

@media screen and (max-width: 766px) {
    .block__service p {
        margin-top: 1.5rem;
        margin-left: 5rem;
        width: 94%;
        height: auto;
        font-size: 16px;
    }
}

/* .block__service ul {
    font-size: 14px;
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    width: 85%;
    height: auto;
    margin-top: 2rem;
    margin-left: 6rem;
}

@media screen and (max-width: 1026px) {
    .block__service ul { */
        /* margin: 19rem 2rem; */
    /* }
}

@media screen and (max-width: 992px) {
    .block__service ul {
        width: 97%;
        margin-left: 0rem;
        margin-top: -1rem;
    }
}

@media screen and (max-width: 766px) {
    .block__service ul {
        width: 100%;
        height: auto;
        margin-left: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .block__service ul {
        margin-left: -1rem;
    }
}


.block__service ul li {
    font-size: 16px;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 400;
    list-style-type: none;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .block__service ul li {
        font-size: 15px;
    } {
    width: 970px;
}
}

.block__service ul li i {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 400;
    margin-right: 1rem;
} */

.skilled-about {
    width: 28rem;
    max-width: 100%;
    height: auto;
    /* left: 6rem; */
    margin-top: 2rem;
    display: flex;
    position: relative;
}

/* @media screen and (max-width: 576px) {
    .skilled-about {
        display: block;
        text-align: center;
        left: 13%;
    }
} */

@media screen and (max-width: 460px) {
    .skilled-about {
        left: 1px;
    }
}

.skilled {
    display: flex;
    min-width: 18rem;
}

@media screen and (max-width: 766px) {
    .skilled {
        display: block;
        min-width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .skilled {
        min-width: 50%;
    }
}

.skilled-number {
    font-size: 40px;
    font-weight: 700;
    padding-left: 1rem;
}

/* @media screen and (max-width: 766px) {
    .skilled {
        min-width: 60%;
    }
} */

.skilled-descript {
    margin-top: 4rem;
    position: relative;
    left: -3rem;
}

@media screen and (max-width: 766px) {
    .skilled-descript {
        width: 99%;
        position: relative;
        left: 1rem;
        margin-top: 0rem;
    }
}

@media screen and (max-width: 576px) {
    .skilled-descript {
        width: 93%;
    }
}

.skilled-about img {
    width: 50%;
    height: 60%;
    margin-top: 1rem;
}

@media screen and (max-width: 766px) {
    .skilled-about img {
        width: 26%;
        height: 40%;

    }
}

@media screen and (max-width: 576px) {
    .skilled-about img {
        width: 5rem;
        height: 5rem;
    }
}


.block__services {
    width: 100%;
    height: 45rem;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 988px) {
    .block__services {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .block__services {
        height: 30rem;
    }
}

@media screen and (max-width: 575px) {
    .block__services {
        display: none;
    }
}

.block__commercial {
    width: 40%;
    height: 45rem;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 0;
    clip-path: polygon(0 0, 80.7% 0%, 90.7% 100%, 0 100%);
    transition-duration: 0.2s;
}

@media screen and (max-width: 992px) {
    .block__commercial {
        height: 30rem;
    } {
    width: 970px;
    }
    .adapting {
        height: 25%;
        top: 15%;
        background: rgb(0 0 0 / 63%);
        margin-inline: auto;
  inset-inline: 0;
    }
}

@media screen and (min-width: 992px) {
    .adapting {
        background: rgb(0 0 0 / 63%);
    }
}

.block__commercial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__commercial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__commercial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__commercial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 37%;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__commercial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__commercial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.block__commercial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 38.5%;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: var(--color-primary);;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__commercial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-left: 38%;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__commercial i:hover {
    animation: none;
    color: var(--color-primary);
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__commercial h3 {
    font-size: 36px;
    line-height: 1;
    width: 100%;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    left: -9%;
    position: absolute;
}

/* @media screen and (min-width: 1600px) {
    .block__commercial h3 {
        padding-left: 31%;
    }
} */

/* @media screen and (min-width: 1281px) {
    .block__commercial h3 {
        padding-left: 23%;
    }
} */

/* @media screen and (max-width: 1280px) {
    .block__commercial h3 {
        padding-left: 21%;
    }
} */

@media screen and (max-width: 992px) {
    .block__commercial h3 {
        font-size: 26px;
        top: 14rem;
        padding-left: 19%;
    } {
    width: 970px;
}
}

.block__commercial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__industrial {
    width: 40%;
    height: 45rem;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 9.5% 100%);
    transition-duration: 0.2s;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .block__industrial {
        height: 30rem;
    } {
    width: 970px;
}
}

.block__industrial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
   
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__industrial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__industrial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__industrial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__industrial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__industrial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.block__industrial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: var(--color-primary);;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__industrial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__industrial i:hover {
    animation: none;
    color: var(--color-primary);
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__industrial h3 {
    font-size: 36px;
    line-height: 1;
    width: 100%;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .block__industrial h3 {
        font-size: 26px;
        top: 14rem;
    } {
    width: 970px;
}
}

.industrial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__resedencial {
    width: 40%;
    height: 45rem;
    right: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 19% 100%);
    transition-duration: 0.2s;
}

@media screen and (max-width: 992px) {
    .block__resedencial {
        height: 30rem;
    } {
    width: 970px;
}
}

.block__resedencial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
  
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__resedencial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__resedencial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__resedencial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 54%;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__resedencial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__resedencial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    overflow-x: hidden;
}

.block__resedencial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 55.5%;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: var(--color-primary);;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__resedencial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-left: 54%;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__resedencial i:hover {
    animation: none;
    color: var(--color-primary);
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__resedencial h3 {
    font-size: 36px;
    line-height: 1;
    width: 22%;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    left: 46.5%;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .block__resedencial h3 {
        font-size: 26px;
        top: 14rem;
    }
}

.resedencial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
    overflow-x: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.tip-click {
    z-index: 100;
    display: block;
    background: red;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.tip {
    position: absolute;
    width: 60%;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    font-family: 'Panton', Arial, sans-serif;;
    border-radius: 5px;
    padding: 30px 20px 20px;
    bottom: 4rem;
    text-align: center;
    display: none;
}

.comercial {
    margin-left: 14%;
}

@media screen and (max-width: 992px) {
    .comercial {
        margin-inline: auto;
        inset-inline: 0;
    }
}

.industrial {
    margin-left: 20%;
}

.resedencial {
    margin-left: 32%;
}

.support:focus .tip {
    display: block;
    z-index: 99;
}


/*Electric Help*/
.electric__help {
    width: 100%;
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/bg-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 9rem;
}

@media screen and (max-width: 1280px) {
    .electric__help {
        zoom: 0.8;
    }
}

@media screen and (max-width: 992px) {
    .electric__help {
        zoom: 0.7;
    }
}

@media screen and (max-width: 575px) {
    .electric__help {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 380px) {
    .electric__help {
        height: 55rem;
    }
}

@media screen and (max-width: 766px) {
    .electric__help {
        /* margin-top: 5rem; */
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .electric__help {
        zoom: 0.6;
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

.electric__help-about {
    width: 100%;
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/bg-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 6rem;
}

@media screen and (max-width: 1280px) {
    .electric__help-about {
        zoom: 0.8;
    }
}

@media screen and (max-width: 992px) {
    .electric__help-about {
        zoom: 0.7;
    }
}

@media screen and (max-width: 575px) {
    .electric__help-about {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 380px) {
    .electric__help-about {
        height: 55rem;
    }
}

@media screen and (max-width: 766px) {
    .electric__help-about {
        /* margin-top: 5rem; */
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .electric__help-about {
        zoom: 0.6;
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

.block__electric {
    width: 72rem;
    max-width: 100%;
    height: 35rem;
    position: relative;
    top: 6rem;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .block__electric {
        margin-left: 2rem;
        width: auto;
    }
}

@media screen and (max-width: 776px) {
    .block__electric {
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .block__electric {
        height: 45rem
    }
}

/* main {
  width: 90rem;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 6rem;
} */

.card {
  border: 0px solid rgba(0, 0, 0, .125)!important;
  border-radius: 20px!important;
}

.card-body{
  position: relative;                 /* для ::before */
  overflow: hidden;                   /* чтобы края не торчали */
  background-color: #5f676e !important;
  border-radius: 15px !important;
  border: 1px solid rgb(255 255 255 / 13%) !important;
}

/* Картинка-оверлей поверх фонового цвета */
.card-body::before{
  content: "";
  position: absolute;
  inset: 0;                           /* растянуть по блоку */
  background: url('http://netwods.com/wp-content/uploads/2025/09/bg.jpg')
              center / cover no-repeat;
  border-radius: inherit;             /* повторить скругление */
  opacity: 0;                         /* изначально скрыта */
  transition: opacity .3s ease, transform .5s ease;
  z-index: 0;                         /* ниже контента, выше фонового цвета */
  pointer-events: none;
}

/* Контент карточки — поверх картинки */
.card-body > *{
  position: relative;
  z-index: 1;
}

/* При ховере картинка перекрывает фон */
.card-body:hover::before{
  opacity: 1;                         /* показать изображение */
  transform: scale(1.08);             /* лёгкий «зум» по желанию */
}


.maintenance {
    width: 38rem;
    height: 32rem;
    position: relative;
    top: 0;
    background-color: white;
    left: 0;
}

@media screen and (max-width: 766px) {
    .maintenance {
        width: 95%;
        margin: 0 0 0 23px;
    }
}

@media screen and (max-width: 575px) {
    .maintenance {
        width: 92%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.maintenance__title {
    width: 60%;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    position: relative;
    left: 8rem;
    top: 5rem;
}

@media screen and (max-width: 575px) {
    .maintenance__title {
        width: 78%;
        font-size: 37px;
        left: 5rem;
        top: 5.5rem;
    }
}

.maintenance__title:after {
    content: '';
    position: absolute;
    width: 3.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: var(--color-primary);;
    margin: 0px 0px 0px -32px;
}

.maintenance span {
    color: var(--color-primary);
}

.maintenance p {
    width: 60%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    color: #7B7B7B;
    position: relative;
    left: 6rem;
    top: 6rem;
}

@media screen and (max-width: 1280px) {
    .maintenance p {
        width: 70%;
        font-size: 19px;
    }
}

@media screen and (max-width: 766px) {
    .maintenance p {
        width: 80%;
        font-size: 27px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 575px) {
    .maintenance p {
        width: 89%;
        left: 3rem;
        top: 7rem;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 766px) {
    .row__button {
        position: absolute;
        left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .row__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 2rem;
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 400px) {
    .row__button {
        margin-top: -2rem;
    }
}

button.call {
    width: 10rem;
    height: 3rem;
    position: absolute;
    margin-top: -1.5rem;
    display: block;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 14px;
    border: 1px solid #F47629;
    background-color: var(--color-primary);;
    color: white;
    font-weight: 600;
    border-radius: 0.2rem;
    top: 24rem;
    left: 6rem;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 766px) {
    button.call {
        width: 15rem;
        height: auto;
        left: 3rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        margin-top: -18rem;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    button.call {
        width: 15rem;
        height: auto;
        left: 3rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        margin-top: -18rem;
        position: relative;
    }
}

#button__phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin: 0px 5px 0px 0px;
}

button.call:hover {
    font-weight: 600;
    background-color: white;
    color: var(--color-primary);
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

button.free {
    width: 10rem;
    height: 3rem;
    position: absolute;
    margin-top: -1.5rem;
    display: block;
    border: 1px solid #252A38;
    background-color: #252A38;
    font-family: 'Panton', Arial, sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
    border-radius: 0.2rem;
    top: 24rem;
    left: 17rem;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 766px) {
    button.free {
        width: 15rem;
        height: auto;
        left: 20rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        top: 7.5rem;
        position: absolute;
    }
}

@media screen and (max-width: 575px) {
    button.free {
        width: 15rem;
        height: auto;
        left: 20rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        top: 7.5rem;
        position: absolute;
    }
}

@media screen and (max-width: 380px) {
    button.free {
        left: 3rem;
        top: 14rem;
    }
}


#button__bolt:before {
    font-family: FontAwesome;
    content: "\f0e7";
    margin: 0px 5px 0px 0px;
    color: var(--color-primary);
}

button.free:hover {
    font-weight: 600;
    background-color: white;
    color: var(--color-primary);
    text-align: center;
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}


/**Function Site*/
.function__site__plans {
  width: 100%;
  height: auto;
  background-image: url(http://netwods.com/wp-content/uploads/2025/09/function_site.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5rem 0 5rem 0;
}

.block__function {
  width: 91rem;
  max-width: 100%;
  height: auto;
  padding-left: 1rem;
  top: 6rem;
  margin: 0 auto;
}

.block__function__content {
  width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.block__function__content p {
  width: 90%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Panton', Arial, sans-serif;;
  transition: opacity 1s ease-in-out;
}

@media screen and (max-width: 570px) {
  .block__function__content p {
      font-size: 19px;
      width: 100%;
  }
}

.block__function__content h3 {
  width: 100%;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  font-family: 'Panton', Arial, sans-serif;;
  text-align: left;
}

@media screen and (max-width: 590px) {
  .block__function__content h3 {
      width: 100%;
      font-size: 2rem;
  }
}

.cards-5{
  --gap: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;          /* мобилка: 1 в ряд */
}

/* планшет: по 2 в ряд */
@media (min-width: 640px){
  .cards-5{ grid-template-columns: repeat(2, 1fr); }
}

/* десктоп: 2 сверху + 3 снизу */
@media (min-width: 1024px){
  .cards-5{
    grid-template-columns: repeat(9, 1fr); /* 12-колоночная сетка */
  }
  /* верхний ряд — две по 6 колонок */
  .cards-5 > :nth-child(1){ grid-column: 3 / span 4; }
  .cards-5 > :nth-child(2){ grid-column: 7 / span 4; }
  /* нижний ряд — три по 4 колонки */
  .cards-5 > :nth-child(3){ grid-column: 1 / span 4; }
  .cards-5 > :nth-child(4){ grid-column: 5 / span 4; }
  .cards-5 > :nth-child(5){ grid-column: 9 / span 4; }
}

.cards,
.cards1 {
  color: #fff;
  border-radius: 15px;
  padding: 22px 0 22px;
  min-height: 160px;
  align-items: center;
  justify-content: center;
}

/* .cards::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: var(--line);
    height: 2px;
    margin-top: 3rem;
} */

.cards1::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: var(--line);
    height: 2px;
    margin-top: 3rem;
    left: 0;
}

.rounded-circle {
    position: relative;
    border-radius: 50% !important;
    z-index: 9;
}

/** Answers */
.answers {
  width: 91rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 7rem;
  padding-left: 1rem;
}

/* @media screen and (max-width: 1100px) {
    .answers {
      margin-top: 0rem;
    }
  } */

/* заголовок блока */
.faq__title{
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing:.02em;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}

/* линии-разделители */
.accordion{
  border-top: 1px solid var(--line);
}
.item{
  border-bottom: 1px solid var(--line);
}

/* кнопка-триггер */
.trigger{
  all: unset; /* убираем дефолтные стили кнопки */
  display: block;
  /* width: 100%; */
  cursor: pointer;
  padding: 22px 0 22px 56px; /* место под круглую иконку */
  position: relative;
  line-height: 1.35;
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 22px);
}
.trigger:focus-visible{
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 6px;
}

/* круг + плюс/минус */
.trigger::before{
  content:"";
  position:absolute;
  left:0; top:50%;
  transform: translateY(-50%);
  width:28px; height:28px;
  border-radius:50%;
  background: var(--blue);
}
.trigger .icon{
  position:absolute;
  left:7px; top:50%;
  width:14px; height:14px;
  transform: translateY(-50%);
  pointer-events:none;
}
.trigger .icon::before,
.trigger .icon::after{
  content:"";
  position:absolute;
  background:#fff;
  border-radius:1px;
}
/* вертикальная палочка (для +) */
.trigger .icon::before{
  width:2px; height:14px;
  left:50%; top:0;
  transform: translateX(-50%);
  transition: opacity .2s ease;
}
/* горизонтальная палочка */
.trigger .icon::after{
  width:14px; height:2px;
  left:0; top:50%;
  transform: translateY(-50%);
}

/* панель содержимого */
.panel{
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}
.panel__inner{
  padding: 0 0 22px 56px;
  color: var(--muted);
  font-size: 16px;
}

/* состояния «открыт» */
.trigger[aria-expanded="true"]::before{
  background: var(--red);
}
.trigger[aria-expanded="true"] .icon::before{
  opacity:0; /* прячем вертикальную палочку — получается минус */
}

/* адаптивные мелочи */
@media (max-width:720px){
  .trigger{ padding-left:52px; }
  .panel__inner{ padding-left:52px; }
}

/** Website Development */
.website__development {
  top: 7rem;
  background-color: #C51E49;
  position: relative;
  isolation: isolate;
  padding: clamp(28px, 4vw, 75px) 16px;
  margin-bottom: 13rem;
}

/* @media screen and (max-width: 1300px) {
    .website__development {
        height: 40rem;
    }
  } */

  /* @media screen and (max-width: 1100px) {
    .website__development {
        background: none;
        height: 60%;
    }
  } */

  /* @media screen and (max-width: 575px) {
    .website__development {
        height: 30rem;
    }
  } */

.development__bg__image {
    width: 120%;
  background-image: url('http://netwods.com/wp-content/uploads/2025/09/gray_bg1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
    top: 0;
    bottom: 0;
    /* left: 50%;
    width: 100vw; */
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 1100px) {
    .development__bg__image {
        width: 100%;
    left: 0;
    transform: translateX(0%);
    }
  }

.development__bg__image img {
    position: relative;
    /* margin-right: auto; */
    width: 45rem;
    height: auto;
    /* margin: 0 auto; */
    margin-left: auto;
    left: 26rem;
}

.development__img {
    position: absolute;
    left: 0;
    right: 0;
    width: 98rem;
    max-width: 95%;
    margin: 0 auto;
    top: 0;
}

.development__img img {
    margin-left: auto;
    height: auto;
    width: 60rem;
    margin-top: -20px;
}

@media screen and (max-width: 1400px) {
    .development__img img {
        width: 52rem;
        margin-top: 0px;
        margin-right: -2rem;
    }
  }

@media screen and (max-width: 1300px) {
    .development__img img {
        width: 46rem;
        margin-top: 20px;
        margin-right: -2rem;
    }
  }

  @media screen and (max-width: 1100px) {
    .development__img img {
        display: none;
    }
  }

.development__block {
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: relative;
    margin-right: -25rem;
}

.block__description__development {
    width: 91rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 12%;
    padding-left: 1rem;
    position: relative;
}

.descript__development {
    padding-top: 1rem;
}

.block__description__development h3 {
    color: var(--color-text);
    margin-bottom: 1rem;
}

@media screen and (max-width: 1420px) {
    .block__description__development h3 {
      width: 35%;
    }
  }

  @media screen and (max-width: 1100px) {
    .block__description__development h3 {
      width: 100%;
    }
  }

.block__description__development p {
    width: 40%;
    color: var(--color-text);
}

@media screen and (max-width: 1100px) {
    .block__description__development p {
      width: 95%;
    }
  }

.descript__development img {
    right: 0;
    top: -7.5rem;
    margin-top: 0;
    position: absolute;
}

@media screen and (max-width: 1300px) {
    .descript__development img {
      width: 60%;
      top: -5.5rem;
    }
  }

  @media screen and (max-width: 1100px) {
    .descript__development img {
      display: none;
    }
  }


.development__block img {
    height: auto;
    top: -13px;
    margin-left: auto;
    position: relative;
}

/** Project **/
.all__project {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-top: 7rem;
}

@media screen and (max-width: 575px) {
    .all__project {
        margin-top: 4rem;
    }
}

.all__project-gallery {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-top: 7rem;
}

@media screen and (max-width: 760px) {
    .all__project-gallery {
        margin-top: 4rem;
    }
}

.block__gallery__project {
    width: 91rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.all__project span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}

.all__project-gallery span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    display: block;
    /*position: relative;*/
}

.project-title {
    /*width: 15rem;*/
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    text-align: left;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    margin-bottom: 1rem;
    /*position: relative;*/
}

@media screen and (max-width: 992px) {
    .project-title {
        font-size: 2rem;
        line-height: 36px;
    }
}

.all__project-descript {
    width: 28%;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    text-align: center;
    font-weight: 300;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1500px) {
    .all__project-descript {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .project-title {
        top: 0;
    }
}


#mynavtabcontent input {
    display: none;
}

#mynavtabcontent {
    text-align: center;
    margin: 0 auto;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 18px;
    margin-top: 2rem;
}

@media screen and (max-width: 992px) {
    #mynavtabcontent {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    #mynavtabcontent {
        margin-top: 0;
        margin-left: 0;
    }
}

#mynavtabcontent label {
    text-decoration: none;
    /*padding: 7px 7px 7px 7px;*/
    color: #252A38;
    font-size: 14px;
    line-height: 0px;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    display: inline-block;
    padding: 10px 12px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

#mynavtabcontent label:hover {
    color: var(--color-primary);
    cursor: pointer;
}

#content {
    max-width: 1475px;
    margin: 0 auto;
}

#contents {
    max-width: 1475px;
    margin: 0 auto;
}

#content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-left: -2rem;
}

@media screen and (max-width: 992px) {
    #content ul {
        margin-left: -36px;
    } {
    width: 970px;
}
}

@media screen and (max-width: 575px) {
    #content ul {
        margin-left: -36px;
    }
}

#content ul li {
    /*height: 222px;*/
    /*width: 222px;*/
    margin: 0 10px;
    margin-top: 0.5rem;
    float: left;
    display: flex;
}

#content ul li img {
    max-width: 100%;
    height: 15.2rem;
    vertical-align: middle;
    overflow: hidden;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

@media screen and (max-width: 992px) {
    #content ul li img {
        height: 10rem;
    } {
    width: 970px;
}
}

@media screen and (max-width: 575px) {
    #content ul li img {
        height: 9rem;
    }
}

#content ul li:hover img {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#allcontent, #residencecontent, #industriacontent, #officecontent, #objectcontent {
    display: none;
}

#all:checked ~ #content div:nth-child(1), #all:checked ~ #content div:nth-child(2), #residence:checked ~ #content div:nth-child(3), #industria:checked ~ #content div:nth-child(4), #office:checked ~ #content div:nth-child(5), #object:checked ~ #content div:nth-child(6) {
    display: block;
}

#all1:checked ~ #content #def, #all:checked ~ #content #def, #residence:checked ~ #content #def, #industria:checked ~ #content #def, #office:checked ~ #content #def, #object:checked ~ #content #def {
    display: none;
}

.project {
    max-width: 1233px;
    margin: 0 auto;
}

.project ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-left: -2rem;
}

@media screen and (max-width: 992px) {
    .project ul {
        margin-left: -36px;
    }
}

@media screen and (max-width: 575px) {
    .project ul {
        margin-left: -36px;
    }
}

.project ul li {
    margin: 0 10px;
    margin-top: 0.5rem;
    float: left;
    display: flex;
}

.project ul li img {
    max-width: 100%;
    height: 22.3rem;
    vertical-align: middle;
    overflow: hidden;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.project ul li:hover img {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#allcontent, #residencecontent, #industriacontent, #officecontent, #objectcontent {
    display: none;
}

#all:checked ~ .project div:nth-child(1), #all:checked ~ .project div:nth-child(2), #residence:checked ~ .project div:nth-child(3), #industria:checked ~ .project div:nth-child(4), #office:checked ~ .project div:nth-child(5), #object:checked ~ .project div:nth-child(6) {
    display: block;
}

#all1:checked ~ .project #def, #all:checked ~ .project #def, #residence:checked ~ .project #def, #industria:checked ~ .project #def, #office:checked ~ .project #def, #object:checked ~ .project #def {
    display: none;
}

.pictures {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: -1em;
    display: contents;
}

.pictures:before a {
    display: none;
}

.pictures img {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.photo ul li {
    float: left;
    /*width: 33.333333%;*/
    padding: 10px;
    box-sizing: border-box;
    text-transform: capitalize;
}

.photo ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.photo ul li a:hover {
    opacity: 0.5;
}

.photo ul li a {
    display: block;
    position: relative;
}

.photo ul li a:after {
    content: '';
    background: transparent url(../img/icons/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}

.photo ul li:hover > a:after {
    visibility: visible;
}

.photo ul li figcaption {
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

#gallery {
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 60px;
}

#gallery:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.full {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8%;
    background: #CCC center no-repeat;
    background: rgba(0, 0, 0, 0.48) center no-repeat;
    background-size: contain;
    background-origin: content-box;
    z-index: 7;
}

.full:after {
    display: none;
}

a:focus + .full {
    display: none;
}

.fixed-language-switcher {
    position: fixed;
    bottom: 162px;
    right: 57px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .flag-btn {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s;
  }
  
  .flag-btn:hover {
    transform: scale(1.1);
  }

.marker-about {
    position: relative;
    left: -3rem;
    opacity: 0.08;
    top: 2.5rem;
}

@media screen and (max-width: 575px) {
    .marker-about {
        left: 2rem;
        position: absolute;
        top: -5rem;
    }
}

/*Certificates*/
.certificates {
    height: auto;
    margin-top: 9rem;
}

@media screen and (max-width: 992px) {
    .certificates {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 760px) {
    .certificates {
        margin-bottom: 6rem;
    }
}

.certificat__img {
    width: 83vw;
    height: 63rem;
    left: 0;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/06/certified-electrical.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .certificat__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .certificat__img {
        width: 100%;
        height: 60%;
    }
}

.certificate_block_right {
    width: 58%;
    /* height: 35.4rem; */
    position: absolute;
    top: 2rem;
    right: 0px;
    background-color: white;
}

@media screen and (max-width: 760px) {
    .certificate_block_right {
        width: 97%;
        position: relative;
        top: 12rem;
    }
}

.certificate_block_content {
    width: 75%;
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 992px) {
    .certificate_block_content {
        width: 90%;
        margin: 0rem 0rem 0rem 3rem;
        padding-top: 1rem;
    }
}

.certificate__top {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin-top: 2rem;
}

.certificate-title {
    width: 95%;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 1rem 0rem 1rem 0rem;
}

@media screen and (max-width: 992px) {
    .certificate-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.section__certificate {
    width: 87rem;
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .section__certificate {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .section__certificate {
        height: 39rem;
    }
}

/* @media screen and (max-width: 575px) {
    .section__certificate {
        height: 47rem;
    }
} */

.certificate_block_right p {
    width: 90%;
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 300;
    font-size: 16px;
}

.certificate-gallery {
    display: flex;
    gap: 20px;
    margin-left: 5rem;
    /* flex-wrap: wrap; */
    margin-right: 1rem;
    margin-top: 20px;
    margin-bottom: 10rem;
  }

  @media screen and (max-width: 992px) {
    .certificate-gallery {
        margin-left: 3rem;
    }
}

  
.cert-thumb {
    width: 100%;
    height: 8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

@media screen and (max-width: 992px) {
    .cert-thumb {
        height: 8rem;
    }
}

@media screen and (max-width: 575px) {
    .cert-thumb {
        height: 6rem;
    }
}

.cert-thumb:hover {
    transform: scale(1.05);
}


/* Ограничивает высоту и убирает переполнение */
.lb-image {
    max-height: 50vh !important;
    object-fit: contain !important;
    margin-top: 0 !important;
}

/* Special Offers */
.special__offers {
    width: 80rem;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
}

@media screen and (max-width: 992px) {
    .special__offers {
        margin-top: 4rem;
    }
  }

.offers__descript {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.offers__descript span {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.offers__descript h3 {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.offers__descript p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
    color: #7B7B7B;
    text-align: center;
}

/* Djob Price */
.djob__price {
    width: 75rem;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 7rem;
}

@media screen and (max-width: 575px) {
    .djob__price {
        margin-top: 2rem;
    }
}

.djob__price__descript {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    
}

.djob__price__descript span {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.djob__price__descript h3 {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.djob__price__descript p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
    color: #7B7B7B;
    text-align: center;
}

.djob__price thead {
    background-color: var(--color-primary);;
    color: white;
}

.djob__price tr:nth-child(even) {
    background-color: #f8f8fa; /* Светло-серый фон */
}

.djob__price table {
    position: relative;
    width: 100% !important;
    top: 2rem !important;
}

.djob__price tr {
    height: 3rem !important;
}

.djob__price td {
    height: 3rem !important;
    padding: 0rem 3rem 0rem 1.5rem !important;
    color: #7b7b7b;
    font-size: 17px;
}

.djob__price th,
.djob__price td {
  white-space: nowrap;
  padding: 0.75rem;
}

/*Service*/
.service {
    width: 75rem;
    max-width: 100%;
    height: auto;
    top: 9rem;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 992px) {
    .service {
        top: 4rem;
    }
}

@media screen and (max-width: 760px) {
    .service {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 460px) {
    .service {
        margin-bottom: 6rem;
    }
}

.service__img {
    width: 62%;
    max-width: 100%;
    height: 46rem;
    left: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/grgrrtg-img05.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .service__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .service__img {
        width: 100%;
        height: 60%;
        left: 0;
    }
}

.service_block_right {
    width: 48%;
    height: auto;
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: white;
}

@media screen and (max-width: 992px) {
    .service_block_right {
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 760px) {
    .service_block_right {
        width: 97%;
        position: relative;
        top: 12rem;
        padding-bottom: 0rem;
    }
}

.service_block_content {
    width: 84%;
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 992px) {
    .service_block_content {
        width: 90%;
        margin: 0rem 0rem 0rem 3rem;
        padding-top: 1rem;
    }
}

@media screen and (max-width: 760px) {
    .service_block_content {
        margin: 0rem 0rem 0rem 1rem;
    }
}

.service__top {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin-top: 2rem;
}

.service-title {
    /* width: 133%; */
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 1rem 0rem 1rem 0rem;
}

@media screen and (max-width: 992px) {
    .service-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.section__service {
    width: 87rem;
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .section__service {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .section__service {
        height: 39rem;
    }
}

.gallery-portfolio {
    width: 31%;
}

@media screen and (max-width: 760px) {
    .gallery-portfolio {
        width: 47%;
    }
}


/* .gallery-portfolio img {
    width: 25rem;
    height: auto;
}

.gallery-portfolio img:hover {
    content: "\f06e";
    ont-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 33px;
    display: block;
    filter: brightness(40%);
} */

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "FontAwesome";
    color: #fff;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/layout053451-img06.jpg);
} */
 

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 33px;
    color: #fff;
    position: absolute;
  } */

  /* .gallery-portfolio img::before {
    content: "\f06e"; 
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    pointer-events: none; 
  } */
  
  /* Показывать иконку при наведении на .gallery-wrapper */
  /* .gallery-portfolio img:hover .gallery-portfolio img::before {
    transform: translate(-50%, -50%) scale(1);
  } */

  .gallery-wrappers {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    /* width: 32%; */
  }

  @media screen and (max-width: 760px) {
    .gallery-wrappers {
        min-width: 47%;
    }
}

  .gallery-wrapper {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    /* width: 32%; */
  }
  
  .gallery-item a,
  .gallery-portfolio a {
    display: block;
    position: relative;
  }
  
  .gallery-item img,
  .gallery-portfolio img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
  }
  
  .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* 💡 позволяет кликать по <a> */
  }
  
  .gallery__icon::before {
    content: "\f06e";
    font-family: "FontAwesome";
    font-size: 33px;
    color: #fff;
    transform: scale(0);
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover img,
  .gallery-portfolio:hover img {
    transform: scale(1.05); /* 🔍 Немного увеличивается */
  }

  .gallery-item:hover .overlay,
  .gallery-portfolio:hover .overlay {
    opacity: 1;
  }
  
  .gallery-item:hover .gallery__icon::before,
  .gallery-portfolio:hover .gallery__icon::before {
    transform: scale(1);
  }
  
  

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "FontAwesome";
    color: #fff;
} */

.all__project-service {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
}

.all__project-service span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: center;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    display: block;
    /*position: relative;*/
}

.service_block_right p {
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 300;
    font-size: 16px;
}

.service-today {
    height: auto;
    margin-left: 5rem;
    /* flex-wrap: wrap; */
    margin-right: 1rem;
    margin-top: 20px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
    .service-today {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 760px) {
    .service-today {
        margin-left: 1rem;
    }
}

.service-today span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #303442;
    padding-bottom: 4px;
}

.phone-number {
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--color-primary);
    padding-bottom: 4px;
    margin-top: 0.5rem;
}

.service-item {
    width: calc(31.333% - 10px);
  }

  @media screen and (max-width: 760px) {
    .service-item {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .service-item {
        width: 90%;
    }
  }

  .service-item img {
    width: 100%;
    height: auto;
    display: block;
}

.service-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 33px;
    flex-wrap: wrap;
    justify-content: center;
}

.service__block-items {
    width: 90%;
    height: auto;
    background-color: white;
    padding: 2rem 2rem 0px 1rem;
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}

.service__block-items p {
    color: #797979;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 300;
    font-size: 16px;
}

/* Our Service */
.our__service {
    width: 75rem;
    max-width: 100%;
    height: auto;
    top: 4rem;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 992px) {
    .our__service {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 760px) {
    .our__service {
        margin-bottom: 9rem;
    }
}

@media screen and (max-width: 490px) {
    .our__service {
        margin-bottom: 13rem;
    }
}

.our__service__img {
    width: 60rem;
    max-width: 100%;
    height: 51rem;
    right: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/layout053451-img06.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .our__service__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .our__service__img {
        width: 100%;
        height: 60%;
    }
}

.our__service_block_right {
    width: 57%;
    height: auto;
    position: absolute;
    top: 2rem;
    left: -8%;
    background-color: white;
    padding-left: 3%
}

@media screen and (max-width: 760px) {
    .our__service_block_right {
        width: 97%;
        top: 12rem;
    }
}

.our__section__service {
    /* width: 87rem; */
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .our__section__service {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .our__section__service {
        height: 39rem;
    }
}

.our__service_block_content {
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 760px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 3.5rem;
    }
}

@media screen and (max-width: 560px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 3rem;
    }
}

@media screen and (max-width: 560px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 2.5rem;
    }
}

.our__service_block_right ul {
    padding: 0;
}

.our__service_block_right li {
    list-style: none;
    font-size: 18px;
    line-height: 2;
}

.our__service_block_right .fa {
    color: var(--color-primary);
    font-size: 16px;
    list-style: none;
    padding-right: 10px;
}

ul.wp-block-list li {
    text-align: left;
    font-size: 18px;
    line-height: 2;
}

ul.wp-block-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: var(--color-primary);
    top: 6px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    padding-right: 10px;
}


/*Reasons*/
.reasons {
    position: relative;
    width: 95%;
    max-width: 80rem;
    height: auto;
    right: 0;
    /* top: -4rem; */
    text-align: center;
    left: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 50;
    margin-bottom: 8rem;
}

/* @media screen and (max-width: 883px) {
    .reasons {
        height: 78rem;
    }
} */

/* @media screen and (max-width: 760px) {
    .reasons {
        height: 83rem;
        z-index: 0;
    }
} */

@media screen and (max-width: 460px) {
    .reasons {
        top: 5rem;
        margin-bottom: 11rem;
    }
}

.reasons__block {
    width: 100%;
    height: auto;
    display: flex;
    gap: 50px;
    margin-top: 2rem;
    justify-content: center;
}

@media screen and (max-width: 1060px) {
    .reasons__block {
        flex-wrap: wrap;
    }
}

.reasons span {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.reasons h3 {
    margin-top: 1rem;
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .reasons h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

.reasons p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
}

.reasons__block-emergency {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
        max-width: 33.33333%; */
        width: 26rem;
}

@media (max-width: 500px) {
    .reasons__block-emergency {
        width: 100%;
    }
}

.reasons__block-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.value__indent {
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    font-size: 170px;
    line-height: 46px;
    color: #e0e1e4;
    position: absolute;
    top: 50%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
    box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
    background-color: #ffffff;
    min-height: 182px;
    margin-left: 40px;
    padding: 27px 35px 27px 25px;
    text-align: left;
    position: relative;
}

.icon__hours {
    font-size: 38px;
    line-height: 34px;
    color: var(--color-primary);
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__hours::before {
    content: "\e923"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}

.icon__calculador {
    font-size: 38px;
    line-height: 34px;
    color: var(--color-primary);
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__calculador::before {
    content: "\ea5f"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}

.icon__sale {
    font-size: 38px;
    line-height: 34px;
    color: var(--color-primary);
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__sale::before {
    content: "\eb58"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}


.reasons__block-emergency i {
    font-size: 30px;
    color: var(--color-primary);
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.reasons__emergency-title {
    font-size: 24px;
    line-height: 34px;
    color: #303442;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    padding: 0 0 8px 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .reasons__emergency-title {
        font-size: 21px;
        line-height: 31px;
    }
}

.reasons__emergency-descriptions {
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
}

@media (max-width: 500px) {
    .reasons__emergency-descriptions {
        width: 60%;
    }
  }

  .reasons__content {
    display: block;
  }

  .bg-marker {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/06/services-bg.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    width: 52px;
    height: calc(100% - 60px);
}

/*Statistic*/
.statistic {
    height: 45rem;
    background-color: #252A38;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 7rem;
}

/* @media screen and (max-width: 992px) {
    .statistic {
        height: 70rem;
    } {
    width: 970px;
}
} */

@media screen and (max-width: 766px) {
    .statistic {
        height: 79rem;
    }
}

@media screen and (max-width: 575px) {
    .statistic {
        height: 79rem;
    }
}

.section__static {
    width: 87rem;
    max-width: 100%;
    height: 50rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;

    /* width: 87rem;
    height: 50rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; */
}

@media screen and (max-width: 992px) {
    .section__static {
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .section__static {
        width: 100%;
    }
}


@media screen and (max-width: 575px) {
    .section__static {
        width: 100%;
    }
}


.section__static span {
    width: 8rem;
    height: 1rem;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    color: var(--color-primary);
    left: 8rem;
    position: absolute;
    top: 6rem;
}

.block__center {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 1200px) {
    .section__static span {
        left: 5rem;
    }
}

@media screen and (max-width: 1020px) {
    .section__static span {
        left: 1.5rem;
    }
}


@media screen and (max-width: 992px) {
    .section__static span {
        left: 1.5rem;
    }
}

@media screen and (max-width: 766px) {
    .section__static span {
        top: 4rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .section__static span {
        top: 4rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.statistic-title {
    width: 19rem;
    height: 5rem;
    font-size: 36px;
    line-height: 46px;
    color: white;
    text-align: left;
    left: 8rem;
    font-weight: 600;
    top: 8rem;
    font-family: 'Panton', Arial, sans-serif;;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .statistic-title {
        left: 5rem;
    }
}

@media screen and (max-width: 1020px) {
    .statistic-title {
        left: 1.5rem;
        font-size: 27px;
    }
}

@media screen and (max-width: 992px) {
    .statistic-title {
        width: 16rem;
        font-size: 23px;
        line-height: 30px;
    }
}

@media screen and (max-width: 766px) {
    .statistic-title {
        width: 17rem;
        font-size: 23px;
        top: 6rem;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .statistic-title {
        width: 17rem;
        font-size: 23px;
        top: 6rem;
    }
}

.statistic img {
    left: 10.5rem;
    top: 8rem;
    opacity: .08;
    position: absolute;
}

@media screen and (max-width: 1020px) {
    .statistic img {
        left: 4.5rem;
    }
}

@media screen and (max-width: 992px) {
    .statistic img {
        left: 3.5rem;
        top: 8rem;
        height: 5rem;
        opacity: .08;
        position: absolute;
    }
}

@media screen and (max-width: 766px) {
    .statistic img {
        top: 2rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .statistic img {
        top: 2rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.resedent__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 38%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .resedent__item {
        width: 17%;
        left: 36%;
    }
}

@media screen and (max-width: 766px) {
    .resedent__item {
        width: 12rem;
        height: 4rem;
        top: 10rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .resedent__item {
        width: 12rem;
        height: 4rem;
        top: 10rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}


.value__resedencial {
    font-size: 42px;
    line-height: 25px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .value__resedencial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__resedencial {
        font-size: 34px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .value__resedencial {
        font-size: 34px;
        text-align: center;
    }
}

.resedent-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .resedent-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .resedent-deskription {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .resedent-deskription {
        font-size: 15px;
        text-align: center;
    }
}


.comercial__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 56%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .comercial__item {
        width: 17%;
        height: 4rem;
        left: 57%;
    }
}

@media screen and (max-width: 766px) {
    .comercial__item {
        width: 12rem;
        height: 4rem;
        top: 16rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .comercial__item {
        width: 12rem;
        height: 4rem;
        top: 16rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.value__comercial {
    font-size: 42px;
    line-height: 25px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 1020px) {
    .value__comercial {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .value__comercial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__comercial {
        font-size: 34px;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .value__comercial {
        font-size: 34px;
        text-align: center;
    }
}

.comercial-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .comercial-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .comercial-deskription {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .comercial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

.industrial__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 74%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .industrial__item {
        width: 17%;
        height: 4rem;
        left: 78%;
    }
}

@media screen and (max-width: 766px) {
    .industrial__item {
        width: 12rem;
        height: 4rem;
        top: 22rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .industrial__item {
        width: 12rem;
        height: 4rem;
        top: 22rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.value__industrial {
    font-size: 42px;
    line-height: 25px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 1020px) {
    .value__industrial {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .value__industrial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__industrial {
        font-size: 34px;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .value__industrial {
        font-size: 34px;
        text-align: center;
    }
}

.industrial-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .industrial-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .industrial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .industrial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

.color__background {
    width: 52vw;
    position: absolute;
    left: 0;
    height: 35.4rem;
    background-color: white;
    margin-top: 24rem;
}

@media screen and (max-width: 992px) {
    .color__background {
      display: none;
    } {
    width: 970px;
}
}

.stat__img {
    width: 100vw;
    height: 72rem;
    right: 0;
    margin-top: 26rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/box03.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: right center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .stat__img {
        height: 66rem;
    }
}

@media screen and (max-width: 992px) {
    .stat__img {
        right: 0;
        width: 70%;
        height: 49rem;
    }
}

@media screen and (max-width: 766px) {
    .stat__img {
        width: 100%;
        margin-top: 86.5rem;
    }
}

/* @media screen and (max-width: 575px) {
    .stat__img {
        left: 0;
        width: 100%;
        height: 16rem;
        top: 56rem;
        z-index: 1;
        background-size: cover;
    }
} */

.static__slider {
    width: 54rem;
    height: 35.4rem;
    position: absolute;
    top: 24rem;
    left: -55px;
    background-color: white;
}

@media screen and (max-width: 1200px) {
    .static__slider {
        width: 60%;
    }
}

@media screen and (max-width: 1020px) {
    .static__slider {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .static__slider {
        top: 18rem;
        height: 27rem;
        width: 56%;
        left: -24px;
    }
}

@media screen and (max-width: 766px) {
    .static__slider {
        top: 30rem;
        width: 96%;
        height: 22rem;
    }
}

/* @media screen and (max-width: 575px) {
    .static__slider {
        top: 30rem;
        width: 100%;
        left: -22px;
    }
} */

.fade {
    width: 50rem;
    height: 30rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vart {
    flex: 0 0 auto;
    width: 66.66666667%;
    position: relative;
}

.vart:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background-color: #dee2e6;
    top: 0;
}

.slider-title1 {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
}

.stat__emergen {
    width: 21rem;
    top: 13rem;
    left: 52rem;
    background-color: var(--color-primary);;
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}

@media screen and (max-width: 1200px) {
    .stat__emergen {
        left: 95%;
    }
}

@media screen and (max-width: 992px) {
    .stat__emergen {
        top: 25rem;
        left: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 766px) {
    .stat__emergen {
        top: 48rem;
    }
}

/* @media screen and (max-width: 575px) {
    .stat__emergen {
        top: 39rem;
        left: 0;
    }
} */

.emergen-title {
    width: 90%;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    margin: 0;
    margin-top: 2rem;
    color: white;
    text-align: left;
    margin-left: 2rem;
}

.emergen__description {
    width: 90%;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 500;
    margin: 0;
    margin-top: 1rem;
    color: white;
    text-align: left;
    margin-left: 2rem;
}

.emergen__tel {
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 2rem;
    text-align: left;
    color: white;
    margin-bottom: 2rem;
}

.baza {
    height: 100%;
    display: flex;
    margin-left: 5rem;
    justify-content: center;
    margin-top: 3rem;
}

@media screen and (max-width: 1020px) {
    .baza {
       margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
}

/* @media screen and (max-width: 575px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
} */

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider__2 {
    position: relative;
}

/* @media screen and (max-width: 767px) {
    .slider__2 {
        padding: 0px 40px;
    }
} */

.slider__2 .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider__2 .slick-arrow.slick-prev {
    left: 0;
    opacity: 0;
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/dekulased/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.slider__2 .slick-arrow.slick-next {
    right: 0;
    opacity: 0;
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/dekulased/long-arrow-right.png") 0 0 / 100% no-repeat;
}

.slider__2 .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.moving_slayd {
    width: 60rem !important;
    height: 30rem;
    margin-top: 2rem;
    position: relative;
}

@media screen and (max-width: 992px) {
    .moving_slayd {
        margin-top: 2rem;
    } {
    width: 970px;
}
}


.moving_slayd i {
    font-size: 70px;
    color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: 10000;
}

@media screen and (max-width: 992px) {
    .moving_slayd i {
        font-size: 30px;
        top: 8px;
        left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .moving_slayd i {
        font-size: 27px;
        left: 1rem;
    }
}

.moving_slayd img {
    left: 4rem;
    top: 1rem;
    border-radius: 50%;
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .moving_slayd img {
        left: 2rem;
        top: 1rem;
        width: 5rem;
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 575px) {
    .moving_slayd img {
        left: 1rem;
        width: 4rem;
        height: auto;
    }
}

.block__one {
    width: 45rem;
    height: 30rem;
    left: 13.5rem;
    position: relative;
    top: -2rem;
}

@media screen and (max-width: 992px) {
    .block__one {
        left: 9.5rem;
        width: 30rem;
    }
}

@media screen and (max-width: 850px) {
    .block__one {
        left: 8rem;
    }
}

/* @media screen and (max-width: 575px) {
    .block__one {
        left: 0;
    }
} */

.block__one p {
    width: 23rem;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    color: #7B7B7B;
    margin-top: 1rem;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .block__one p {
        width: 41%;
    }
}

@media screen and (max-width: 992px) {
    .block__one p {
        width: 29rem;
        font-size: 14px;
        margin-left: -12rem;
        padding-left: 4rem;
    }
}

@media screen and (max-width: 850px) {
    .block__one p {
        margin-left: -10rem;
        padding-left: 3.5rem;
    }
}

@media screen and (max-width: 766px) {
    .block__one p {
        width: 39rem;
        font-size: 17px;
        margin-left: -11rem;
        padding-left: 4rem;
        font-weight: 300;
    }
}

@media screen and (max-width: 575px) {
    .block__one p {
        width: 95%;
        font-size: 14px;
    }
}

.block__one span {
    width: 15rem;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    color: #252A38;
    margin: 0;
    position: absolute;
    top: 18rem;
    left: 1px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .block__one span {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 992px) {
    .block__one span {
        margin-top: -2rem;
        margin-left: -8rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .block__one span {
        padding-left: -6.5rem;
    }
}

@media screen and (max-width: 766px) {
    .block__one span {
        margin-top: -3rem;
        margin-left: -7rem;
        
    }
}

.blocket-title {
    width: 25rem;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin-top: 1rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .blocket-title {
        width: 39%;
        font-size: 36px;
        line-height: 31px;
    }
}

/* @media screen and (max-width: 1020px) {
    .blocket-title {
        width: 50%;
        font-size: 25px;
        line-height: 31px;
    }
} */

@media screen and (max-width: 992px) {
    .blocket-title {
        width: 59%;
        font-size: 26px;
    }
}

@media screen and (max-width: 766px) {
    .blocket-title {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .blocket-title {
        width: 68%;
        font-size: 23px;
        margin-left: -2rem;
        margin-top: 0;
    }
}


.testemonia {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin-top: 2rem;
}

@media screen and (max-width: 992px) {
    .testemonia {
        font-size: 12px;
    }
}

@media screen and (max-width: 766px) {
    .testemonia {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .testemonia {
        width: 50%;
        margin-left: -2rem;
    }
}

/*Option*/
.option {
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/box01-bg02-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center top;
    display: -ms-flexbox;
    
    margin-top: 7rem;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .option {
        zoom: 0.8;
    }
}

@media screen and (max-width: 730px) {
    .option {
        zoom: 0.6;
    }
}

.option__section {
    width: 92rem;
    max-width: 100%;
    height: 45rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box__deckription {
    width: 35rem;
    height: 32rem;
    position: absolute;
    top: 6.5rem;
    right: 13%;
    background-color: white;
}

@media screen and (max-width: 1280px) {
    .box__deckription {
        right: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .box__deckription {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        top: 3rem;
    }
}

.box__deckription a.explore {
    width: 170px;
    height: 50px;
    /* position: absolute; */
    margin-top: 2rem;
    display: block;
    background-color: var(--color-primary);;
    color: white;
    font-size: 15px;
    border-radius: 0.4rem;
    /* top: 24.5rem;
    left: 5rem; */
    text-decoration: none;
    font-family: 'Panton', Arial, sans-serif;;
    border: solid #F47629 2px;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .box__deckription a.explore {
        /* width: 200px;
        height: 54px;
        font-size: 19px;
        margin-top: 1rem; */
        margin-left: -2rem;
    }
}

@media screen and (max-width: 575px) {
    .box__deckription a.explore {
        /* width: 245px;
        height: 73px;
        font-size: 22px;
        margin-top: 0rem;
        left: 3.5rem;
        padding: 4px 0px 0px 0px; */
        margin-left: 0rem;
    }
}

.box__deckription a.explore i {
    margin: 14.5px 9px;
    margin-left: 1px;
    color: white;
}

.box__deckription a.explore:hover {
    font-weight: 600;
    background-color: white;
    color: var(--color-primary);
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.box__deckription a.explore:hover i {
    color: var(--color-primary);
}

.box__on {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 3.8rem;
    left: 5rem;
}

@media screen and (max-width: 575px) {
    .box__on {
        width: 85%;
        top: 3rem;
        left: 3.5rem;
    }
}

.box__on p {
    width: 24rem;
    height: auto;
    color: #7b7b7b;
    position: relative;
    text-align: left;
    line-height: 30px;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 16px;
    top: 1rem;
}

@media screen and (max-width: 760px) {
    .box__on p {
        width: 29rem;
        font-size: 21px;
        left: -2rem;
    }
}

@media screen and (max-width: 575px) {
    .box__on p {
        width: 100%;
        font-size: 24px;
        line-height: 37px;
        margin-top: 0rem;
        left: 0rem;
    }
}

.box-title {
    width: 21rem;
    font-size: 2.3rem;
    line-height: 50px;
    font-weight: 600;
    color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
    left: 2rem;
    position: relative;
    text-align: left;
}


@media screen and (max-width: 760px) {
    .box-title {
        width: 21rem;
        font-size: 2rem;
        left: 0rem;
    }
}

@media screen and (max-width: 576px) {
    .box-title {
        left: 2rem;
    }
}

.box-title span {
    font-size: 2.3rem;
    color: var(--color-primary);
}

.box-title:after {
    content: '';
    position: absolute;
    width: 5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: var(--color-primary);;
    margin: 0px 0px 0px -32px;
}

#circle {
    width: 6rem;
    height: 6rem;
    font-size: 6rem;
    color: var(--color-primary);
    margin: 0 auto;
    left: 13%;
    margin-left: 5rem;
    right: 0;
    transform: translate(0, 50%);
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
    top: 16rem;
    border: #F47629;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    background-color: white;
}

@media screen and (max-width: 1140px) {
    #circle {
        left: 5%;
    }
}

@media screen and (max-width: 575px) {
    #circle {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 34rem;
    }
}

#circle:hover {
    animation: none;
    color: #fff;
    background-color: var(--color-primary);;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.video-banner {
    display: block;
}

@media screen and (min-width: 641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
}

.video-banner .video-banner-i {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.0em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

@media screen and (min-width: 641px) {
    .video-banner-headline {
        left: 2em;
        bottom: 2.75em;
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;

    display: block;
    width: 2.5em;
    height: 2.5em;

    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

@media screen and (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);

    backgound: #330099;
}

.content {
    display: block;
    min-height: 100vh;
    max-width: 40rem;
    margin: 2.5rem auto;
    padding: 1.5rem;
}

@media screen and (min-width: 641px) {
    .content {
        margin: 5.75rem auto;
        padding: 2.5rem;
    }
}

.content h1,
.content h2,
.content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #0D013D;
}

.content h1 {
    font-size: 3.25em;
    font-weight: 200;
    line-height: 1.0em;

    margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 641px) {
    .content h1 {
        font-size: 4em;
    }
}

.content h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.155em;

    margin-top: 3em;
}

/* buttons */
.content .button-group {
    margin-top: 1em;
}

.content .button {
    display: inline-block;
    padding: 1em 2em;
    min-width: 8em;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    /* button theme - secondary is default */
    background: #f0f0f0;
    color: #2B2B2B;

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.content .button ~ .button {
    margin-left: 0.5em;
}

.content .button:hover {
    background: #e5e5e5;
}

/* primary button overrides */
.content .button.primary {
    background: #E50055;
    color: #fff;
}

.content .button.primary:hover {
    background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
    position: relative;
    font-size: 0;
    /* collapse the white-space */
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.content .video-thumb {
    display: inline-block;
    vertical-align: top;

    text-decoration: none;

    /* calculate the width, gutters, and aspect ratio */
    width: calc((100% - 4rem) / 2);
    height: 0;
    padding-top: calc(((100% - 4rem) / 2) * 0.5625);
    /* 16:9 calc */

    margin: 1rem 1rem;
    /* gutters */

    overflow: hidden;
    /* clipping */

    position: relative;
    /* enable positioning for inner content */

    font-size: 1rem;
    /* reset the font size */

    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.content .video-thumb i {
    display: block;
    width: 100%;
    height: 100%;

    /* position inside the 16:9 container */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    /* clipping for source images that are letterboxed */
    object-fit: cover;
    object-position: 50% 50%;

    background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.65);
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;

    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(14, 13, 20, 0.69);
    /* overlay color */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;

    margin: 0 auto;

    overflow-y: visible;

    background: #000;

    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media screen and (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 50rem;
        height: 30rem;
        /* height: calc(100vh - 10em); */
        padding-top: 0;
        /* padding-left: calc((100vh - 10em) * 1.7778); */
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media screen and (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    top: -29px;
    width: 26px;
    height: 26px;
    position: absolute;
}

.close-video-modal::before,
.close-video-modal::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: white;
  transition: background 0.3s;
}

.close-video-modal::before {
    transform: rotate(45deg);
  }
  
.close-video-modal::after {
    transform: rotate(-45deg);
}
  
.close-video-modal:hover::before,
.close-video-modal:hover::after {
    background-color: var(--color-primary);;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;

    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

/*Main*/
.main {
    width: 75rem;
    height: 35rem;
    margin: 0 auto;
    max-width: 100%;
    /* margin-top: 8rem; */
    margin-bottom: 8rem;
}

@media screen and (max-width: 1200px) {
    .main {
        width: 64rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .main {
        height: 68rem;
    }
}

/* @media screen and (max-width: 575px) {
    .main {
        width: 25rem;
        height: 96rem;
        margin-left: 1rem;
    }
} */

.news {
    margin: 0 auto;
    position: relative;
}

.marker {
    position: absolute;
    left: 6rem;
    opacity: 0.08;
    top: 29.5rem;
}

@media screen and (max-width: 575px) {
    .marker {
        left: 2rem;
    }
}

.latest__news {
    width: 20rem;
    left: 0;
}

@media screen and (max-width: 766px) {
    .latest__news {
        width: 100%;
    }
}


.latest__news img {
    position: relative;
    left: -4rem;
    opacity: 0.08;
    top: 5.5rem;
}

.latest__cat {
    width: 20rem;
    height: 1rem;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    text-align: left;
    display: block;
    margin-left: 2rem
}

.latest-title {
    width: 20rem;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin-top: 1rem;
    text-align: left;
    position: relative;
    margin-left: 2rem
}

.latest-title:after {
    content: '';
    position: absolute;
    width: 19rem;
    bottom: 0;
    height: 1px;
    left: 0%;
    background-color: #a0a0a0;
    margin: 0px 0px -209px 3px;
}

.postnewsone {
    width: 20rem;
    height: 13rem;
    top: 2rem;
    left: 0;
    text-align: left;
    margin-left: 2rem;
    padding-top: 2rem;
}

@media screen and (max-width: 766px) {
    .postnewsone {
        width: 91%;
    }
}

.postnewsone date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.postnewsone .news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 6px 0 12px 2rem;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

@media screen and (max-width: 1040px) {
    .news-title a {
        font-size: 20px;
    }
}

.news-title:after {
    content: '';
    position: absolute;
    width: 3.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: var(--color-primary);;
    margin: 0px 0px 0px -32px;
}

.postnewsone a {
    text-decoration: none;
    color: #252A38;
}

.postnewsone a:hover {
    color: var(--color-primary);
}

.postnewsone p {
    color: #a0a0a0;
    position: relative;
    font-weight: 500;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 15px;
    line-height: 26px;
    width: 20rem;
    text-align: left;
}

.tire {
    width: 20rem;
    height: 1px;
    margin-top: 2rem;
    border: solid #a0a0a0 1px;
    background-color: #a0a0a0;
    opacity: 0.3;
}

.right-block {
    width: 51rem;
    height: 0rem;
    position: relative;
    top: -35.5rem;
    right: 0;
    left: 21.5rem;
}

@media screen and (max-width: 1040px) {
    .right-slider {
        width: 61%;
        height: 0rem;
        position: relative;
        top: -35.5rem;
        right: 0;
        left: 23.5rem;
    }
}

@media screen and (max-width: 995px) {
    .right-slider {
        max-width: 100%;
    }
}

@media screen and (max-width: 985px) {
    .right-slider {
        width: 58%;
    }
}

@media screen and (max-width: 908px) {
    .right-slider {
        width: 55%;
    }
}

@media screen and (max-width: 895px) {
    .right-slider {
        width: 53%;
    }
}

@media screen and (max-width: 800px) {
    .right-slider {
        width: 50%;
    }
}

@media screen and (max-width: 766px) {
    .right-slider {
        width: 95%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    } 
}

.right-slider {
    display: none;
}

@media screen and (max-width: 1040px) {
    .right-slider {
        display: block;
    }
}

.splide__pagination {
    top: 102%;
}

@media screen and (max-width: 1040px) {
    .splide__pagination {
        top: 33rem;
    }
}

.splide__track {
    height: 36rem;
}

.postnewsthree {
    width: 23rem;
    height: 20rem;
    margin: 11px;
    float: right;
    margin-top: 86px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .postnewsthree {
        width: 18rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree {
        width: 96%;
    }
}

@media screen and (max-width: 1200px) {
    .right-block {
        left: 13.5rem;
    }
}

@media screen and (max-width: 1040px) {
    .right-block {
        display: none;
    }
}

/* @media screen and (max-width: 575px) {
    .right-block {
        width: 51rem;
    height: 0;
    position: relative;
    right: 0;
    float: left;
    display: contents;
    }
} */

.postnewsthree img {
    width: 100%;
    height: 17rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

@media screen and (max-width: 766px) {
    .postnewsthree img {
        height: 19rem;
        top: -84px;
    }
}

.postnewsthree .news__content {
    width: 20rem;
    height: 15rem;
    position: absolute;
    top: 13rem;
    background-color: white;
    padding-top: 2rem;
    padding-left: 1rem;
}

@media screen and (max-width: 1200px) {
    .postnewsthree .news__content {
        width: 15rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree .news__content {
        width: 90%;
    }
}

@media screen and (max-width: 766px) {
    .postnewsthree .news__content {
        top: 9rem;
    }
}

.postnewsthree date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.postnewsthree .news-title {
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 6px 0 12px 2rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.postnewsthree .news-title a {
    text-decoration: none;
    color: #252A38;
}

@media screen and (max-width: 1040px) {
    .postnewsthree .news-title a {
        font-size: 20px;
        max-width: 80%;
    }
}

.postnewsthree .news-title:hover {
    color: var(--color-primary);
}

.postnewsthree p {
    color: #a0a0a0;
    position: relative;
    font-weight: 500;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 15px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

@media screen and (max-width: 1040px) {
    .postnewsthree p {
        max-width: 80%;
    }
}


.postnewsthree .read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 14px;
    display: block;
    left: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 1rem;
    top: 5.5rem;
}

@media screen and (max-width: 1200px) {
    .postnewsthree .read {
        top: 7rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree .read {
        top: 7rem;
    }
}

.postnewsthree .read a {
    text-decoration: none;
    color: #252A38;
}

.postnewsthree .read a:hover {
    color: var(--color-primary);
}

.news__content {
    width: 37rem;
    height: 30rem;
    position: absolute;
    top: 20rem;
    background-color: white;
    padding-top: 4rem;
    padding-left: 2rem;
}

.news__content date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 6px 0 12px 3rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.news-title a {
    text-decoration: none;
    color: #252A38;
}

.news-title a:hover {
    color: var(--color-primary);
}

.news-title p {
    color: #a0a0a0;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}


.read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    padding-top: 7rem;
    font-size: 16px;
    display: block;
    left: 0;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 16rem;
}

.read a {
    text-decoration: none;
    color: #252A38;
}

.read a:hover {
    color: var(--color-primary);
}

.postnewsfour8 {
    width: 42rem;
    height: 20rem;
    top: 0;
    position: absolute;
    left: 80rem;
    text-align: left;
}

.postnewsfour8 img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.news__content {
    width: 37rem;
    height: 30rem;
    position: absolute;
    top: 20rem;
    background-color: white;
    padding-top: 4rem;
    padding-left: 2rem;
}

.news__content date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 6px 0 12px 3rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.news-title a {
    text-decoration: none;
    color: #252A38;
}

.news-title a:hover {
    color: var(--color-primary);
}

.news-title p {
    color: #a0a0a0;
    position: relative;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    font-size: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    padding-top: 7rem;
    font-size: 14px;
    display: block;
    left: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 16rem;
}

.read a {
    text-decoration: none;
    color: #252A38;
}

.read a:hover {
    color: var(--color-primary);
}

.scroll {
    width: 5.3rem;
    height: 5.3rem;
    position: fixed;
    bottom: 4.3rem;
    right: 2.4rem;
    padding-top: 1.5rem;
    background-color: white;
    border-radius: 50%;
    opacity: 0.1;
}

#scroll_top {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 10000;
    padding-top: 1rem;

    background-color: var(--color-primary);;
    border-radius: 50%;
    opacity: 10;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: pulse 2s infinite;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

#scroll_top i {
    width: 100%;
    height: 100%;
    font-size: 35px;
    z-index: 50;
    color: white;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

#scroll_top i:hover {
    color: var(--color-primary);
}

#scroll_top:hover {
    background-color: white;
}

/* Footer Form **/

/* «Резиновый» фон: растягивается по высоте секции и во всю ширину экрана */
.footer__bg__form{
    max-width: 100%;
    margin: 0 auto;
    background-color: #eceff1;
    transform: skewY(-1deg);
    -webkit-transform: skewY(3deg);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
    pointer-events: none;
}

/* Фолбэк: если clip-path не поддерживается, просто оставим прямоугольник */
@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)){
  .footer__bg__form{ clip-path: none; }
}


@media (max-width: 680px){
  .footer__bg__form{
    clip-path: polygon(0 1.5%, 100% 0, 100% 98.5%, 0 100%);
  }
}

/* ВНУТРЕННЯЯ СЕТКА */
.footer__block__form{
  position: relative; /* чтобы быть выше фона */
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: 1.1fr 1fr; */
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
}

@media (max-width: 960px){
  .footer__block__form{ grid-template-columns: 1fr; }
}

.footer__descriptions h3 {
  margin: 12px 0 8px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
  overflow-wrap: break-word;
}
.footer__descriptions p {
  margin: 0 0 16px;
  color: var(--muted);
  overflow-wrap: anywhere; /* чтобы длинные слова не выпирали */
  padding-bottom: 2rem;
  width: 70%;
  margin: auto;
}

/* ФОРМА */

.submit__group__form {
    width: 61rem;
    max-width: 100%;
    position: relative;
    padding-bottom: 3rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .submit__group__form {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit__group__form {
        display: block;
    }
}

.subscribe__form__name {
    margin-right: 2.5rem;
    width: 49%;
}

@media screen and (max-width: 760px) {
    .subscribe__form__name {
        width: 95%;
        margin: 0 auto;
    }
}

.subscribe__form__email {
    margin-right: 2.5rem;
    width: 49%;
}

@media screen and (max-width: 760px) {
    .subscribe__form__email {
        width: 95%;
        margin: 0 auto;
    }
}

.subscribe__form__phone {
    margin-right: 2.5rem;
    width: 49%;
}

@media screen and (max-width: 760px) {
    .subscribe__form__phone {
        width: 95%;
        margin: 0 auto;
    }
}


.subscribe__form__comment {
    width: 49%;
    margin-left: 0;
    position: relative;
    margin-top: -156px;
    margin-left: auto;
}

@media screen and (max-width: 760px) {
    .subscribe__form__comment {
        width: 95%;
        position: relative;
        margin: 0 auto;
    }
}
.forms__footer form{ display:grid; gap:12px; }

.subscribe__form__name,
.subscribe__form__email,
.subscribe__form__phone,
.subscribe__form__comment{ display:grid; gap:6px; }

input, textarea{
  width:100%;
  padding:12px 14px;
  font:inherit;
  color:var(--text);
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus{
  border-color: var(--focus);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--focus) 25%, transparent);
}
textarea{ min-height:148px; resize: vertical; }

.error-message{ color:#e11d48; font-size:.875rem; min-height:1em; }

#form-footer-error, #form-footer-success{
  border-radius:12px;
  padding:10px;
  font-size:.95rem;
}
/* .footer__form {
    height: 38rem;
    top: 12rem;
    margin: 0 auto;
    position: relative;
    --bg: #eceff1;
}

.footer__form::before {
    content: "";
    position: absolute;
    inset: -18%;
    background: var(--bg) center / cover no-repeat;
    -webkit-clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%);
} */

.footer__form {
    top: 9rem;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
    padding: clamp(28px, 4vw, 56px) 0px;
}



/* @media screen and (max-width: 760px) {
    .footer__form {
        height: 75rem;
    }
} */


.footer__descriptions {
    position: relative;
    width: 38rem;
    height: auto;
    left: 0;
    top: 2rem;
    margin: auto;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 680px) {
    .footer__descriptions {
        width: 86%;
    }
  }

.footer__descriptions h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
}

.footer__descriptions img {
    margin: auto;
}

.forms__footer {
    position: relative;
    /* width: 30rem; */
    height: auto;
    right: 0;
    top: 3rem;
    left: 0;
    margin: 0 auto;
}


/*--------------------------------------------------------------------------------------*/
/*Footer*/
/* footer {
    height: 33rem;
    top: 6rem;
    margin: 0 auto;
    position: relative;
} */

footer {
    width: 100%;
    height: 44rem;
    max-height: 100%;
    background: url(http://netwods.com/wp-content/uploads/2025/09/footer_bg.jpg) repeat 50% 0 #3e3f4d;;
    padding: 5rem 0 5rem 0;
}


/* footer::before {
    content: "";
    position: absolute;
    inset: -18%;
    background: var(--bg) center / cover no-repeat;
    -webkit-clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%); */
/* } */

@media screen and (max-width: 760px) {
    footer {
        height: 75rem;
    }
}

.footer__block {
    position: relative;
    width: 91rem;
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-color: #252A38;
}

@media screen and (max-width: 1280px) {
    .footer__block {
        width: 100%;

    }
}

.descriptio {
    position: absolute;
    width: 35rem;
    height: 25rem;
    left: 0;
    top: 0;
}

@media screen and (max-width: 760px) {
    .descriptio {
        top: 5rem;
        width: 84%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.descriptio p {
    position: absolute;
    width: 28rem;
    height: 147px;
    top: 8rem;
    text-align: left;
    left: 17rem;
    font-family: 'Panton', Arial, sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #bbbdc3;
}

@media screen and (max-width: 1200px) {
    .descriptio p {
        top: 13rem;
        left: 0;
    }
}

@media screen and (max-width: 760px) {
    .descriptio p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    .descriptio p {
        top: 10rem;
    }
}

.footer__logo {
    width: 25rem;
    position: absolute;
    height: 3.2rem;
    left: 0;
    top: 8rem;

    font-family: 'Panton', Arial, sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 32px;
    color: white;
}

@media screen and (max-width: 760px) {
    .footer__logo {
        width: 12rem;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 380px) {
    .footer__logo {
        top: 6rem;
    }
}

.footer__logo a {
    font-size: 40px;
    color: white;
    float: left;
    padding-left: 1.3rem;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width: 760px) {
    .footer__logo a {
        font-size: 32px;
    }
}

#logo__bolt:before {
    font-family: FontAwesome;
    content: "\f0e7";
    height: 3.2rem;
    left: 0;
    top: 17px;
    position: absolute;

    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 32px;

    color: var(--color-primary);
    -moz-transform: rotate(18deg) scaleX(0.6) !important;
    /* Firefox */
    -ms-transform: rotate(18deg) scaleX(0.6) !important;
    /* IE */
    -webkit-transform: rotate(18deg) scaleX(0.6) !important;
    /* Safari, Chrome, iOS */
    -o-transform: rotate(18deg) scaleX(0.6) !important;
    /* Opera */
    transform: rotate(18deg) scaleX(0.6) !important;
}

.categorys {
    position: absolute;
    width: 24rem;
    left: 2rem;
    top: 19rem;
}

@media screen and (max-width: 760px) {
    .categorys {
        width: 50%;
        left: -0.6rem;
        top: 25rem;
    }
}

@media screen and (max-width: 380px) {
    .categorys {
        left: -1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .footer__logo a {
        top: 22rem;
    }
}

ul.category__tags {
    max-width: 21rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
}

ul.category__tags li {
    max-width: 20rem;
    top: 2.5rem;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: white;
}

ul.category__tags a {
    height: 2.5rem;
    position: relative;
    text-decoration: none;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
    display: flex;
    color: white;
}

ul.category__tags a:hover {
    color: var(--color-primary);
}

ul.category__tags li i {
    width: 10px;
    height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
    position: absolute;
    justify-content: center;
    left: -30px;
    top: 4px;
}

ul.category__tags1 {
    max-width: 24rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
    left: 10rem;
}

ul.category__tags1 li {
    max-width: 20rem;
    top: 2.5rem;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: white;
}

ul.category__tags1 li a {
    height: 2.5rem;
    position: relative;
    left: 3rem;
    text-decoration: none;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
    display: flex;
    color: white;
}

ul.category__tags1 a:hover {
    color: var(--color-primary);
}

ul.category__tags1 li i {
    width: 10px;
    height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
    position: absolute;
    justify-content: center;
    left: -30px;
    top: 4px;
}

.adress__company {
    width: 17rem;
    height: 10rem;
    top: 19rem;
    left: 28rem;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .adress__company a {
        top: 22rem;
    }
}

@media screen and (max-width: 760px) {
    .adress__company {
        width: 50%;
        top: 37rem;
        left: 1.5rem;
    }
}

.adress__company ul.adress {
    max-width: 40rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
}

.adress__company ul li {
    max-width: 12rem;
    top: 0;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    color: #bbbdc3;
    position: relative;
    text-align: left;
}

#marker:before {
    font-family: FontAwesome;
    content: "\f041";
    margin: 0px 15px 0px 0px;
    color: var(--color-primary);
}

#clock:before {
    font-family: FontAwesome;
    content: "\f017";
    margin: 0px 15px 0px 0px;
    color: var(--color-primary);
}

#phones:before {
    font-family: FontAwesome;
    content: "\f095";
    margin: 0px 15px 0px 0px;
    color: var(--color-primary);
}

.google__map {
    width: 32%;
    height: 15rem;
    right: 5rem;
    top: 16rem;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .google__map {
        width: 30%;
        height: 11rem;
        top: 7rem;
    }
}

@media screen and (max-width: 800px) {
    .google__map {
        width: 24%;
    }
}

@media screen and (max-width: 760px) {
    .google__map {
        width: 80%;
        height: 18rem;
        top: 49rem;
        left: 0;
    }
}

.google__map img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}

.forma__header {
    position: relative;
    width: 72rem;
    height: 7rem;
    right: 0;
    top: -112px;
    left: 0;
    margin: 0 auto;
    background-color: #252A38;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .forma__header {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .forma__header {
        top: 0;
    }
}

@media screen and (max-width: 760px) {
    .forma__header {
        height: 17.5rem;
    }
}

.forma__header p {
    width: 350px;
    height: 42px;
    left: 0;
    top: 12rem;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.forma__title-header {
    width: 21rem;
    height: 3rem;
    top: -3rem;
    text-align: center;
    font-size: 24px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    line-height: 3rem;
    color: white;
    position: absolute;
    background-color: var(--color-primary);;
    border-radius: 20px 20px 0 0;
}

.getservice {
    width: 170px;
    height: 50px;
    margin-left: 1rem;
    margin-top: -10px;
    background-color: var(--color-primary);;
    border: 2px solid var(--color-primary);
    border-radius: 5px;
    color: white;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 760px) {
    .getservice {
        width: 100%;
        margin-left: 0;
    }
}


.getservice i {
    margin-right: 10px;
    font-size: 17px;
    color: white;
    transform: rotate(13deg);
}

.getservice:hover i {
    color: var(--color-primary);
}

.getservice:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
}

.getservice__name {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__name {
        width: 100%;
    }
}

.getservice__email {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__email {
        width: 48%;
    }
}

.getservice__phone {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__phone {
        margin-left: 51.9%;
        width: 48%;
        margin-top: -3.5rem;
    }
}

.getservice__date {
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__date {
        width: 100%;
        margin-bottom: 1.3rem;
    }
}

.forma__footer {
    position: relative;
    width: 30rem;
    height: 40rem;
    right: 0;
    top: 10rem;
    left: 0;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .forma__footer {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .forma__footer {
        height: 14rem;
    }
}

.forma__footer p {
    width: 350px;
    height: 42px;
    left: 0;
    top: 12rem;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

forma {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

@media screen and (max-width: 1140px) {
    forma {
        width: 92%;
    }
}

@media screen and (max-width: 992px) {
    forma {
        width: 97%;
    }
}

.formas {
    width: 63%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1260px) {
    .formas {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .formas {
        width: 80%;
    }
}

@media screen and (max-width: 760px) {
    .formas {
        width: 100%;
    }
}


.forma-title {
    width: 24rem;
    height: 3rem;
    top: -3rem;
    text-align: center;
    font-size: 24px;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    line-height: 3rem;
    color: white;
    position: absolute;
    background-color: #252A38;
    border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 380px) {
    .forma-title {
        width: 100%;
        height: auto;
        /* top: -5rem; */
    }
}

.subscribe_form {
    position: absolute;
    width: 16rem;
    height: 3.2rem;
    left: 0;
    top: -3rem;
    right: 0;
    background-color: white;
}

#asd_subscribe_form {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2rem;
}

.submit_groups {
    width: 100%;
    position: relative;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
}

@media screen and (max-width: 1280px) {
    .submit_groups {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_groups {
        display: block;
        top: 1.7rem;
    }
}

@media screen and (max-width: 760px) {
    #contactforms {
        padding-top: 1.5rem;
    }
}


//---Gallery-----------------------------
.gallery-filters {
    margin-bottom: 20px;
    text-align: left;
  }
  .filter-button {
    margin: 0 8px;
    padding: 8px 16px;
    cursor: pointer;
  }
  .filter-button.active {
    background: #007bff;
    color: white;
  }
  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .gallery-item {
    width: 31.5%;
}

  @media screen and (max-width: 776px) {
    .gallery-item {
        width: 45%;
    }
}

@media screen and (max-width: 560px) {
    .gallery-item {
        width: 90%;
    }
}


.gallery-item img {
    width: 100%;
    height: 25rem;
    display: block;
    object-fit: cover;
    object-position: top;
}
  
.acf-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
  .acf-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  .acf-gallery img:hover {
    transform: scale(1.05);
  }
  .gallery-filters {
    text-align: left;
    margin-bottom: 20px;
  }
  .filter-button {
    background: #eee;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
    border-radius: 25px;
  }
  .filter-button.active,
  .filter-button:hover {
    background: var(--color-primary);
    color: #fff;
  }
  
  .gallery-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  .gallery-item img {
    width: 100%;
    /* border-radius: 10px; */
  }
    

.custom-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
  }
  .custom-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  .custom-gallery img:hover {
    transform: scale(1.03);
  }
  
//--------------------------------------------------------
input.invalid, textarea.invalid {
    border: 1px solid #e74c3c !important;
    background-color: #fff6f6 !important;
  }

  .is-invalid {
    border: 1px solid red;
    background-color: #fff0f0;
  }

.submit_group {
    width: 100%;
    position: relative;
    border-radius: 5px;
    top: 2rem;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .submit_group {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_group {
        display: block;
    }
}

.submit_group_contact {
    width: 100%;
    position: relative;
    border-radius: 5px;
    top: 2rem;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .submit_group_contact {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_group_contact {
        display: block;
        top: -1rem;
    }
}

/* .subscribe {
    width: 200px;
    height: 50px;
    margin-left: 0.5rem;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    color: white;
    margin-top: 2rem;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    font-size: 14px;
} */

/* @media screen and (max-width: 760px) {
    .subscribe { */
        /* width: 100%; */
        /* margin-left: 0;
    }
} */


.subscribe{
    display:inline-flex;           /* красиво центрирует текст/иконку */
    justify-content:center;
    align-items:center;
    padding:1rem 1.25rem;
    font:600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--color-text-btn);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius:25px;
    cursor:pointer;
  }
  .subscribe--fluid{
    display:flex;                  /* растягиваемся на 100% */
    width:100%;
  }

.subscribe i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--color-text);
}

.subscribe:hover i {
    color: var(--color-primary);
}

.subscribe:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
    text-decoration: none;
}

.subscribe__name {
    margin-right: 2.5rem;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .subscribe__name {
        margin-right: 0;
    }
}

.subscribe__email {
    margin-right: 2rem;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .subscribe__email {
        margin-right: 0;
    }
}

::-webkit-input-placeholder {
    color: #888;
}

.forma__footer input[name="asd_email"] {
    font: normal 18px/31px "Roboto Condensed", Arial;
    width: 25rem;
    height: 3rem;
    color: #888;
    margin: 0;
    padding: 4px 25px;
    position: relative;
    text-decoration: none;
    outline: 0 none;
    border-radius: 5px;
    border: solid #fff 1px;
}


input[name="asd_submit"] {
    width: 11rem;
    height: 3rem;
    padding: 2px 10px;
    padding-left: 2rem;
    right: 0;
    position: absolute;
    font-size: 14px;
    font-family: 'Panton', Arial, sans-serif;;
    border: 0 none;
    color: white;
    top: 0;
    font-weight: 600;
    cursor: pointer;
    background: #252A38;
    left: 26.5rem;
    border-radius: 5px;
}

.forma__footer input :hover {
    color: var(--color-primary);
    background: white;
}


.forma__footer input[name="asd_submit"]:active {
    background: #888;
}

.reserved {
    width: 80rem;
    max-width: 100%;
    height: 5rem;
    top: 33rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 760px) {
    .reserved {
        width: 100%;
        top: 68rem;
    }
}

.block__social {
    width: 8rem;
    height: 2rem;
    right: 4rem;
    position: absolute;
}

@media screen and (max-width: 760px) {
    .block__social {
        width: 8rem;
        height: 0rem;
        margin: auto;
        left: 0;
        right: 0;
    }
}

.reserved p {
    width: 22rem;
    text-align: left;
    font-size: 14px;
    font-family: 'Panton', Arial, sans-serif;;
    line-height: 32px;
    margin-left: 5rem;
    color: #bbbdc3;
    margin-top: 1rem;
}

@media screen and (max-width: 760px) {
    .reserved p {
        width: 22rem;
        text-align: center;
        margin-left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .reserved p {
        width: 100%;
        text-align: center;
    }
}

ul.social {
    display: flex;
    right: 0;
    margin-top: -2rem;
}

@media screen and (max-width: 760px) {
    ul.social {
        margin-top: 1rem;
    }
}

ul.social li {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: white;
    top: 0;
    margin: 0 5px;
}

ul.social li:hover {
    background-color: var(--color-primary);;
}

ul.social li i {
    color: #252A38;
    margin-top: 6px;
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

/*Acordeon*/
.acor-container {
    display: none;
    width: 100%;
}

.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #f6f6f7;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acor-container .acor-body p {
    margin: 0 0 10px;
    color: #7c7c7c;
    font-size: 16px;
}

.acor-container .acor-body p i {
    color: var(--color-primary);
    margin-right: 10px;
}

.acor-container label {
    cursor: pointer;
    display: block;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    transition: color .35s;
    position: absolute;
    width: 55%;
    /* right: 0; */
    margin-top: -2.5rem;
    /* top: -0.6rem; */
    /* margin-right: 3rem; */
    /* left: 91%; */
}

.acor-container label:hover {
    color: #FFF;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked + label {
    color: #FFF;
    top: 5.2rem;
}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
    margin-top: -32px;
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    color: #000;
    padding: 20px 30px 10px;
}

@media screen and (max-width: 1280px) {
    .acor-container {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .acor-container {
        display: none;
    } {
    width: 970px;
}
}

@media screen and (max-width: 760px) {
    .acor-container {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .clock {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .tel {
        display: none;
    }
}


/*Acordeon Forms*/
.acordeon-container {
    display: block;
    width: 100%;
}

.acordeon-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acordeon-container .acor-body p {
    margin: 0 0 10px;
    color: #7c7c7c;
    font-size: 14px;
}

.acordeon-container .acor-body p i {
    color: var(--color-primary);
    margin-right: 10px;
}

.acordeon-container label {
    cursor: pointer;
    display: block;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    transition: color .35s;
    position: absolute;
    width: 1rem;
    /*left: 0;*/
    right: 0;
    /*margin: 0 auto;*/
    margin-top: -2.5rem;
    margin-right: 3rem;
}

.acordeon-container label:hover {
    color: #FFF;
}

.acordeon-container input {
    display: none;
}

.acordeon-container label:before {
    content: '\276F';
    float: right;
}

.acordeon-container input:checked + label {
    color: #FFF;
    top: 5.2rem;
}

.acordeon-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
    margin-top: -2.3rem;
}

.acordeon-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}

@media screen and (max-width: 1280px) {
    .acordeon-container {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .acordeon-container {
        display: none;
    } {
    width: 970px;
}
}

@media screen and (max-width: 760px) {
    .acordeon-container {
        display: block;
    }
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    top: -23px;
    height: 3.2rem;
}

/*Block Contact*/
.block__contact {
    margin-top: -1rem;
}

.contact__block {
    width: 100%;
    height: auto;
    /* top: 0; */
    /* position: absolute; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact__block-address {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-address {
        width: 100%;
    }
}


.contact__block-address i {
    font-size: 30px;
    color: var(--color-primary);
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-address-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
}

.contact__block-address-descriptions {
    width: 14rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 5.5rem;
}

@media (max-width: 500px) {
    .contact__block-address-descriptions {
        width: 60%;
    }
  }

.contact__block-hours {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-hours {
        width: 100%;
    }
}

.contact__block-hours i {
    font-size: 30px;
    color: var(--color-primary);
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-hours-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
}

.contact__block-hours-descriptions {
    width: 16rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 6.2rem;
}

@media (max-width: 500px) {
    .contact__block-hours-descriptions {
        width: 60%;
    }
  }

.contact__block-phone {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-phone {
        width: 100%;
    }
}

.contact__block-phone i {
    font-size: 30px;
    color: var(--color-primary);
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-phone-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
}

.contact__block-phone-descriptions {
    width: 17.5rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 6.2rem;
}

@media (max-width: 500px) {
    .contact__block-phone-descriptions {
        width: 60%;
    }
  }

.block__contact span {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: center;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    display: block;
}

.contact-title {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    text-align: center;
    font-weight: 600;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
    margin-bottom: 1rem;
}

@media (max-width: 575px) {
    .contact-title {
        font-size: 32px;
    }
  }

.contact-descript {
    width: 50%;
    font-size: 14px;
    line-height: 26px;
    color: #7B7B7B;
    text-align: center;
    font-weight: 300;
    font-family: 'Panton', Arial, sans-serif;;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .contact-descript {
        width: 80%;
    }
}


/*Contact Forma*/
.contact__form {
    position: relative;
    width: 80rem;
    max-width: 100%;
    height: auto;
    right: 0;
    top: -4rem;
    /* padding-top: 20rem; */
    left: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 50;
}

@media screen and (max-width: 1260px) {
    .contact__form {
        width: 90%;
        height: 64rem;
    }
}

@media screen and (max-width: 883px) {
    .contact__form {
        height: 78rem;
    }
}

@media screen and (max-width: 760px) {
    .contact__form {
        height: 83rem;
        z-index: 0;
    }
}

@media screen and (max-width: 575px) {
    .contact__form {
        height: 90rem;
        z-index: 0;
    }
}

.container-contact {
    height: auto;
    width: 100%;
    margin-top: 5rem;
}

.grid-wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* .getform__name {
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 760px) {
    .getform__name {
        width: 100%;
    }
} */

/* .getform__email {
    width: 49%; */
    /* margin-top: 3.4rem;
    margin-right: 1rem; */
/* }

@media screen and (max-width: 760px) {
    .getform__email {
        width: 100%;
    }
} */

/* .getform__phone {
    width: 49%;
    float: right; */
    /* margin-top: 3.4rem; */
    /* position: absolute;
    right: 0;
} */

/* @media screen and (max-width: 760px) {
    .getform__phone {
        width: 100%;
        float: none;
        position: relative;
        top: 0;
    }
}

.getform__date {
    width: 100%; */
    /* margin-top: 7.3rem;
    position: absolute; */
/* }

@media screen and (max-width: 760px) {
    .getform__date {
        width: 100%;
    }
} */

.getform {
    width: 170px;
    height: 50px;
    margin-top: 3rem;
    display: block;
    background-color: var(--color-primary);;
    border: 2px solid var(--color-primary);
    border-radius: 5px;
    color: white;
    font-family: 'Panton', Arial, sans-serif;;
    font-weight: 600;
    font-size: 14px;
}

.getform i {
    margin-right: 10px;
    font-size: 17px;
    color: white;
    transform: rotate(13deg);
}

.getform:hover i {
    color: var(--color-primary);
}

.getform:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
}

.bginfo {
    color: #7B7B7B;
    background-color: #252A38;
    font-family: 'Panton', Arial, sans-serif;;
}

.card-header p {
    color: #BBBDC3;
}


@media screen and (max-width: 575px) {
    .adapting {
        width: 80%;
        height: 25%;
        top: 7%;
        font-size: 18px;
        margin-inline: auto;
        inset-inline: 0;
        background: rgb(0 0 0 / 63%);
        padding-top: 15px;
    }

    @media screen and (min-width: 575px) {
        .adapting {
            top: 13%;
        }
    }
}

* {
    /* outline: 1px solid red; */
  }
  

  :root{
    --brand:#ffd000;           /* ваш жёлтый */
    --bg-0:#0b0c10;            /* фон сайта */
    --bg-1:#0f1014;            /* секции */
    --card:#12141a;            /* карточки */
    --text:#e7e9ee;
    --muted:#a5abb8;
    --radius:16px;
    --shadow:0 10px 24px rgba(0,0,0,.25);
  }
  
  .guarantees{padding:56px 20px;background:var(--bg-1);color:var(--text)}
  .guarantees__wrap{max-width:1200px;margin:0 auto}
  .guarantees__title{margin:0 0 18px;font:800 28px/1.2 Inter,system-ui,Arial;letter-spacing:.2px}
  
  .g-cards{list-style:none;margin:0;padding:0;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}
  .g-card{
    background:var(--card);
    border:1px solid rgba(255,255,255,.06);
    border-radius:var(--radius);
    padding:18px;
    text-align:center;
    transition:transform .15s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .g-card:hover{ transform:translateY(-2px); box-shadow:var(--shadow); border-color:rgba(255,255,255,.12); }
  .g-card__img{ display:block; margin:0 auto 10px; }
  .g-card__title{ margin:8px 0 6px; font-weight:700; font-size:18px; }
  .g-card__text{ margin:0; color:var(--muted); font-size:14px; }
  
  /* кнопка-ссылка внутри карточки — жёлтая по бренду */
  .g-more{
    margin-top:10px;
    background:transparent; border:0; color:#111; cursor:pointer;
    display:inline-flex; align-items:center; gap:8px;
    padding:8px 12px; border-radius:12px;
    box-shadow:inset 0 0 0 0 var(--brand); background:var(--brand);
    font-weight:700;
  }
  .g-more:hover{ filter:brightness(0.95); }
  
  /* адаптив */
  @media (max-width: 960px){ .g-cards{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width: 560px){ .g-cards{ grid-template-columns:1fr; } }
  
  /* якорь: отступ под фикс-хедер */
  #guarantees{ scroll-margin-top: 84px; }
  
  