:root {
    --color1: #00887c;
    --color2: #008881;
    --color3: #fff3a3;
    --main: #111;
    --border-r: 10px;
    --block-w: 1598px;
}

/* ==========================================================================
   Головна — блок «Актуальні новини» (1home.php)
   Використовує картки .pub-card / .pub-grid зі сторінки новин.
   ========================================================================== */

.home-news {
    max-width: var(--block-w, 1598px);
    margin: 60px auto;
    padding: 0 0px;
    box-sizing: border-box;
}
/* ==========================================================================
   Про компанію — сторінка (шаблон «Про компанію», template-pro-kompaniyu.php)
   ========================================================================== */

.about-page {
    padding: 40px 0 80px;
}

.about-page__wrap {

    margin: 0 auto;

}

.about-page__wrap p {
    line-height: 1.75;
    color: #333;
    margin: 0 0 14px;
    height: fit-content;
}

/* Вступний абзац */
.about-lead {
    font-size: clamp(18px, 2.1vw, 23px);
    line-height: 1.6 !important;
    color: #1c1c1c !important;
    padding: 22px 65px;
    border-left: 5px solid var(--color1, #00887c);
    background: linear-gradient(135deg, rgba(0, 136, 124, .07), rgba(255, 243, 163, .18));
    border-radius: 0 14px 14px 0;
    margin-bottom: 40px !important;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-lead strong {
    color: var(--color1, #00887c);
}

/* Заголовки секцій */
.about-h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(21px, 2.4vw, 28px);
    margin: 0 0 16px;
    color: #12100f;
}

.about-h2 i {
    color: var(--color1, #00887c);
    font-size: .9em;
}

.about-block {
    margin: 0 0 40px;
}

/* Ключові цифри */
.about-stats {
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.about-stat {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: var(--border-r);
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 30px -22px rgba(0, 0, 0, .3);
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px -20px rgba(0, 136, 124, .45);
}

.about-stat i {
    font-size: 26px;
    color: var(--color1, #00887c);
}

.about-stat__num {
    display: block;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    color: #12100f;
}

.about-stat__label {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* Культури — чипи */
.about-chips {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.about_01 {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 25px;
    border-radius: var(--border-r);
    overflow: hidden;
} 
.about-chips li {
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(0, 136, 124, .1);
    color: var(--color1, #00887c);
    font-weight: 600;
    font-size: 15px;
}

/* Таймлайн */
.about-timeline {
    list-style: none;
    margin: 6px 14px 0;
    padding: 0;
    border-left: 2px solid rgba(0, 136, 124, .25);
}

.about-timeline > li {
    position: relative;
    padding: 26px 51px;
    background: #fff;
    margin: 22px 17px;
    border-radius: var(--border-r);
    z-index: -1;
}

.about-timeline > li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 45px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color1, #00887c);
    box-shadow: 0 0 0 4px rgba(0, 136, 124, .18);
}

.about-timeline__year {
    display: inline-block;
    font-weight: 800;
    color: var(--color1, #00887c);
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

.about-timeline__body h3 {
    margin: 0 0 6px;
    font-size: 19px;
    color: #12100f;
}

/* Нагороди */
.about-awards {
    margin: 0 0 44px;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fffdf2, #fff6cf);
    border: 1px solid #f2e6a6;
}

.about-awards .about-h2 i {
    color: #d9a406;
}

.about-awards__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.about-awards__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 600;
    color: #2a2a2a;
    box-shadow: 0 8px 20px -18px rgba(0, 0, 0, .4);
}

.about-awards__list li i {
    color: #d9a406;
    font-size: 20px;
    flex: 0 0 auto;
}

/* Виробничий цикл */
.about-cycle {
    list-style: none;
    counter-reset: cyc;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.about-cycle li {
    counter-increment: cyc;
    position: relative;
    padding: 14px 16px 14px 52px;
    background: #f7f9f8;
    border: 1px solid #eef1f0;
    border-radius: 12px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.35;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-cycle li::before {
    content: counter(cyc);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color1, #00887c);
    color: #fff;
    font-size: 14px;
    display: grid;
    place-items: center;
}

/* Дві колонки */
.about-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 44px;
}

.about-cols .about-block {
    margin: 0;
}

/* Місія */
.about-mission {
    position: relative;
    padding: 40px 40px 40px 78px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--color1, #00887c), #0aa093);
    color: #fff;
    overflow: hidden;
}

.about-mission i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 30px;
    opacity: .5;
}

.about-mission p {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6 !important;
    font-weight: 500;
}

.home-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.home-news__head h2 {
    margin: 0;
}

.home-news__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin: 40px auto;
    display: block;
}

/* На головній робимо 4 колонки (8 новин = 2 рівні ряди) */
.home-news ul.pub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: start;
}
.products__grid > div {
    background: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 74%)), url(/wp-content/uploads/2026/07/pexels-cottonbro-5532845-1-1.webp);
    background-position: center;
    border-radius: var(--border-r);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    padding: 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-column: span 2;
    grid-row: span 1;
    color: #fff;
}
.products__grid > div h2 {
    text-align: left;
    margin: 0 auto;
    color: #fff;
}
.products__item:hover {
    transform: translateY(-6px);
}
.products__body {
    position: relative;
    bottom: 0;
    left: 0;
    background: var(--color1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    box-sizing: border-box;
}
/* фото */
.products__item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    padding: 16px;
    transition: 0.4s;
    background: #fff;
    height: 100%;
}

/* иконка-бейдж поверх фото */
.products__icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--main);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    z-index: 1;
}

/* контент под фото */
.products__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: grid;
    grid-template-columns: 50% 50%;
    border-radius: var(--border-r);
    overflow: hidden;
}
.products__name {
    margin: 0;
    padding: 14px 16px 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    font-size: 22px;
    max-width: 245px;
}

/* характеристики */
.products__specs {
    list-style: none;
    margin: 0;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
    height: fit-content;
    max-width: 200px;
}
.products__specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: var(--border-r);
    padding: 6px 10px;
}
.products__specs li i {
    color: var(--color1);
    width: 16px;
    flex-shrink: 0;
}
.products__specs li span {
    color: #666;
    flex: 1;
}
.products__specs li strong {
    font-weight: 700;
    color: var(--main);
}
.products__grid > a:nth-child(7) {
    grid-column: span 1;
    grid-row: span 1;
}
.products__grid > a:nth-child(8) {
    grid-column: span 1;
    grid-row: span 1;
}

.activities__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 колонки */
  grid-auto-rows: 120px;                 /* базовая высота строки */
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.activities__list li {
    background: var(--color3);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 75px;
    border-radius: var(--border-r);
    position: relative;
    font-size: 20px;
    padding-left: 93px;
    padding-right: 6px;
}
ul.activities__list li i {
    font-size: 28px;
    margin-bottom: 15px;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

/* по умолчанию — 1×1 */
.activities__list li {
  /* стили карточки */
}

/* разные размеры вручную через :nth-child */
.activities__list li:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/wp-content/uploads/2026/06/pexels-koprivakart-4144833-1-1.webp);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.activities__list li:nth-child(1) h2 {
    color: #fff;
}
.activities__list li:nth-child(2) { grid-column: span 2; }                   /* 2×1 */
.activities__list li:nth-child(3) { grid-column: span 1; grid-row: span 2; }                      /* 1×2 — высокая */
.activities__list li:nth-child(4) { grid-column: span 1; }
.activities__list li:nth-child(5) { grid-column: span 1; }                   /* широкая */
.activities__list li:nth-child(6) { grid-column: span 1; grid-row: span 2;}
.activities__list li:nth-child(7) { grid-column: span 1; }
.activities__list li:nth-child(8) { grid-column: span 1; }
.activities__list li:nth-child(9) { grid-column: span 2; }

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 колонки */
  grid-auto-rows: 120px;                 /* базовая высота строки */
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.advantages__list li {
    background: var(--color2);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 16px 24px;
    border-radius: var(--border-r);
    position: relative;
    color: #fff;
        padding-left: 93px;
    padding-right: 6px;
}
ul.advantages__list li h3 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 18px;
}
ul.advantages__list li p {
    margin: 0;
    font-size: 14px;
    opacity: .85;
}
ul.advantages__list li i {
    font-size: 28px;
    color: var(--color3);
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}
section.activities {
    margin-bottom: -83px;
}
/* разные размеры вручную через :nth-child */
.advantages__list li:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/wp-content/uploads/2026/06/pexels-stokeron-27135475-1-1.webp);
    background-position: center;
    background-size: cover;

    text-align: center;
}
.advantages__list li:nth-child(1) h2 {
    color: #fff;
}
.advantages__list li:nth-child(2) { grid-column: span 2; }                   /* 2×1 */
.advantages__list li:nth-child(3) { grid-column: span 1; grid-row: span 2; } /* 1×2 — высокая */
.advantages__list li:nth-child(4) { grid-column: span 1; }
.advantages__list li:nth-child(5) { grid-column: span 1; }
.advantages__list li:nth-child(6) { grid-column: span 1; grid-row: span 1; }
.advantages__list li:nth-child(7) { grid-column: span 1; }

section.about-company > div img {
    border-radius: 20px;
}
section.about-company > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.about-company p, section.about-company h2 {
    color: #fff;
}
.about-company__text hr {
    opacity: 0.3;
    width: 95%;
}
section.about-company {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 10vh 0px;
}
/* Background lives on its own compositor layer so the parallax can be driven
   by transform (GPU, no repaint) instead of animating background-position. */
section.about-company::before {
    content: '';
    position: absolute;
    inset: -20% 0;
    background: url(/wp-content/uploads/2026/06/pexels-wolfgang-weiser-467045605-17450309-1-1.webp) center / cover no-repeat;
    transform: translate3d(0, var(--parallax-y, 0px), 0);
    will-change: transform;
    z-index: 0;
    pointer-events: none;
}
section.about-company::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
}

section.about-company > div {
    max-width: var(--block-w);
    display: grid;
    grid-template-columns: 48% 50%;
    gap: 2%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cs-caption .main-a {
    margin-top: 15px;
}

.cs-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 83%), transparent);
    z-index: -1;
}
.cs-desc strong {
    background: var(--color3);
    padding: 10px 15px;
    display: block;
    margin: 35px 5px;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 22px;
}
.cs-desc {
    font-size: 32px;
    display: flex;
    width: 100%;
    height: fit-content;
}
body .cs-dots {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
}
body .cs-dot {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: var(--border-r);
    cursor: pointer;
    background: rgba(255,255,255,.45);
    transition: transform .2s ease, background .2s ease;
    margin: 0px 4px;
}
body .cs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: 0;
    width: 100px;
    height: 125px;
    border-radius: var(--border-r);
    cursor: pointer;
    background: rgba(255,255,255,.16);
    color: #fff;
    backdrop-filter: blur(5px);
    transition: background .2s ease, transform .2s ease;
    font-size: 30px;
}

section.home-zag.small.thanks-php {
    min-height: 90vh;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 0;
}

body .cs-caption {
    width: var(--block-w);
    left: calc(50% - 800px);
    top: 37%;
    min-width: var(
    --block-w);
}
body .cs-caption h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 5vw, 80px);
    line-height: 1.05;
    font-weight: 600;
}
body .cs-caption p {
    margin: 20px 0px;
    font-size: clamp(14px, 1.8vw, 35px);
    opacity: .92;
    max-width: 850px;
}
body .cs-caption h2 {
    color: #fff;
}
body .cs-caption h2 strong{
    color: var(--color3);
}

section.home-zag.small.thanks-php a span,
section.home-zag.small.thanks-php h2{color:#fff;}
section.home-zag.small.thanks-php::after {
    background: url(/wp-content/uploads/img_348411-1.webp);
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(0.3);
}


span.wpcf7-quiz-label {
    color: #fff;
    font-size: 15px;
    margin-right: 45px;
    width: 194px;
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: var(--border-r);
    background: var(
    --color1);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    transform: scale(1.1);
}

.soc a {
    position: relative;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--border-r);
    text-align: center;
}
.soc a i {
    margin: 0 auto;
}
.soc a:hover{
    color:#fff;
    background:var(--color1);
}

.soc a:hover span{clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);}

.soc a span {
    color: #111;
    position: absolute;
    width: fit-content;
    right: 45px;
    background: #fff;
    height: 100%;
    border-radius: var(--border-r);
    padding: 0px 11px;
    transition: 0.4s;
    pointer-events: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.soc {
    position: fixed;
    z-index: 9988;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 4px;
    font-size: 23px;
    gap: 6px;
}

th, td {
    text-align: left;
    background: #f7f7f7;
    padding: 5px 11px;
    border-radius: var(--border-r);
    transition: 0.2s;
}
tr:hover th, tr:hover td {
    background: var(--color1);
    color: #fff;
}
table {
    width: 100%;
}


hr {
    border: 1px solid #dfdfdf;
    margin: 31px 0px;
}

ul.cargo-list.x3.zerebchi li h3 {
    position: absolute;
    bottom: 0;
    left: 26px;
    color: #fff;
    font-size: 31px;
    text-shadow: 0px 0px 25px #000;
}
ul.cargo-list.x3.zerebchi li {
    padding: 15px;
}
ul.cargo-list.x3.zerebchi img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
	display:block;
}

section.contacty iframe {
    border-radius: var(--border-r);
    margin-top: 0;
    min-height: 450px;
}
section.contacty > div span h2 {
    margin: 0;
    padding: 0;
    padding-top: 14px;
}
section.contacty a h3 {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 33px auto;
    text-align: left;
}
section.contacty > div  span {
    /* background: rgb(255 255 255 / 92%); */
    padding: 10px 22px;
    /* border-radius: var(--border-r); */
    margin: 0;
    display: block;
    margin-bottom: 0px;
}
section.contacty > div > :nth-child(1) {
    background: rgb(255 255 255 / 94%);
    border-radius: var(--border-r);
    max-width: 538px;
    padding: 35px 32px;
}
section.contacty h3 ~ a {
    margin-bottom: 17px;
    display: block;
}
section.contacty > div {
    max-width: 100%;
    margin: 0px 25px;
    gap: 30px;
}
section.contacty h3 {
    color: #111;
    margin: 0;
    margin-bottom: 5px;
}
section.contacty {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
    background-image: url(/wp-content/uploads/2026/06/pexels-wolfgang-weiser-467045605-32873031-1-1.webp);
    background-size: cover;
    background-position: center;
    padding-left: 0;
    width: 96%;
    margin: 0 auto;
}


section.services > div > a::after {
    content: '';
    position: absolute;
    left: -8%;
    bottom: -50%;
    background: rgb(0 109 129 / 86%);
    border-radius: 50%;
    width: 64vh;
    height: 64vh;
    transition: 0.4s;
    transform: translateY(50%)translateX(-50%);
}
section.services > div > a:hover::after {
    transform: translateY(0%)translateX(0%);
}
section.services > div > a img {
    transition: 0.4s;
    display: block;
}
section.services > div > a:hover img{transform:scale(1.1);}
section.services > div > a h3 {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 55px;
    color: #fff;
    font-size: 45px;
    font-weight: 500;
}
section.services > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0px;
}
section.services > div > a {
    position: relative;
    border-radius: var(--border-r);
    overflow: hidden;
}



nav.breadcrumb i {
    font-size: 10px;
    transform: translateY(-2px);
}
.fade.active {
    opacity: 1;
    transform: translateY(0px);
}
.fade {
    transition: 1.4s;
    opacity: 0;
    transform: translateY(25px);
}

.pro-nas-line div.right > img {
    order: 1;
    justify-self: end;
}
.pro-nas-line div img {
    max-height: 30vh;
    object-fit: contain;
    float: left;
    width: fit-content;
    border-radius: var(--border-r);
}


.pro-nas-line div.right span,
.pro-nas-line div.right  h3,
.pro-nas-line div.right  h2,
.pro-nas-line div.right  p {
    order: 2;
	text-align:left;
	padding-left:15px;
}
.pro-nas-line::after {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    background: var(--color1);
    width: 1px;
    height: calc(100% - 110px);
    top: 55px;
}
.pro-nas-line {
    max-width: var(--block-w);
    margin: 0 auto;
    position: relative;
}
.pro-nas-line div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.pro-nas-line span,
.pro-nas-line h2, .pro-nas-line p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    padding-right: 15px;
}



.top-gallery__overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 43%);
    width: 100%;
    height: 100%;
    border-radius: var(--border-r);
    transition: 0.4s;
}
span.top-gallery__icon {
    color: #fff;
    font-size: 33px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
span.top-gallery__plate {
    position: absolute;
    display: grid;
    color: #fff;
    bottom: 10px;
    left: 10px;
}
.fancybox__caption strong,
span.top-gallery__plate strong {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
span.top-gallery__plate-description {
    overflow: hidden;
    max-height: 40px;
}

.main-a span {
    font-weight: 600;
}
.main-a:hover .wpcf7-spinner{background:#000;}
.main-a .wpcf7-spinner {
    opacity: 1;
    position: absolute;
    z-index: 99999999;
    background: var(--color1);
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0;
    height: 26px;
	transition:0.4s;
}
section.con-form .main-a {
    color: #fff;
    border: 2px solid #fff;
}
section.con-form .main-a:hover{background:#fff;color:#111;border: 2px solid #111;}

section.con-form input, section.con-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    padding-left: 45px;
    margin-left: -35px;
    width: calc(100% + 35px);
}

section.con-form h2 {
    color: #fff;
}
section.con-form {
    background: url(/wp-content/uploads/2026/07/pexels-vladimirsrajber-32543707-1-1.webp), var(--color2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 96%;
    margin: 30px auto;
    border-radius: var(
    --border-r);
}


.servs-text a.active h3 {
    color: var(--color1);
}
.servs-text a h3 {
    text-align: right;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    transition: 0.4s;
    position: relative;
    padding-right: 60px;
}
.servs-text a h3 i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.servs-text a h3::after {
    content: '';
    position: absolute;
    right: 35px;
    top: calc(50% - -2px);
    width: 13px;
    height: 2px;
    background: #c1c1c1;
}
section.servs h2 {
    text-align: center;
}
.servs-images {
    position: relative;
}
.servs-ins {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
    border-radius: var(--border-r);
}
section.servs {
    padding-top: 8vh;
    padding-bottom: 8vh;
}
.servs-text a {
    position: relative;
    z-index: 2;
}
.servs-text::after {
    content: '';
    position: absolute;
    left: -11%;
    top: 0;
    width: 44%;
    height: 100%;
    background: url(/wp-content/uploads/logo.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    z-index: 1;
    transform: rotate(-90deg);
    opacity: 0.03;
}
.servs-images img {
    position: absolute;
    height: 120%;
    width: 100%;
    object-fit: cover;
    transition: 0.8s;
    opacity: 0;
    border-radius: var(--border-r);
    filter: blur(12px);
    top: -10%;
}
.servs-images img.active {
    opacity: 1;
    filter: blur(0px);
}

section.main-site.sale .main-a {
    margin: 0 auto;
    display: block;
    margin-top: 6px;
}
section.main-site.sale .main-a {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border: 2px solid #ffffff;
    max-height: fit-content;
}
.perevagy {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}




ul.cargo-list.x2 li h3 {
    font-size: 32px;
}
ul.cargo-list.x2 {
    grid-template-columns: 1fr 1fr;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100%);
    position: relative;
    z-index: 1;
    margin-top: -110px;
    margin-bottom: 50px;
}
.marquee-content p bold i {
    font-size: 38px;
}
.marquee-content p bold {
    font-size: 200px;
    color: var(--color3);
}
.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
}
.marquee-content p {
    display: inline-block;
    margin: 0;
    padding-right: 50px;
    font-size: 75px;
    color: var(--color1);
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

h2.big {
    color: var(--color1);
    text-align: center;
    font-size: 100px;
}

.benner_2 .main-a {
    background: #fff;
    color: var(--color1);
    margin-top: 22px;
}
.benner_2 .main-a:hover {
    background: var(--color1);
    color: #fff;
}
.benner_2 {
    background: linear-gradient(45deg, var(--color1), var(--color2));
    border-radius: var(--border-r);
    color: #fff;
    padding: 1% 4%;
    padding-bottom: 3%;
}
.benner_2 strong {
    color: var(--color3);
}


.benner_2 h3 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
}
.benner_2 h2{
    color: #fff;;
}
.banner_01 img.as {
    position: absolute;
    right: 24%;
    top: -16%;
    width: 50%;
    filter: brightness(0)invert(1);
}
.banner_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: var(--border-r);
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.banner_01 h3 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}
.text-par {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0% 10%;
    position: relative;
    z-index: 2;
}

ul.cargo-list.centers h3{height:calc(100% - 45px);}
ul.cargo-list li:hover h3 {
    color:#fff;
}
ul.cargo-list li h3 {
    font-size: 20px;
    transition: 0.4s;
    display: grid;
    grid-template-columns: auto 100px;
    gap: 25px;
    box-sizing: border-box;
}
ul.cargo-list li {
  transform-style: preserve-3d;
  will-change: transform;
  transform-origin: center center; /* Вращение вокруг центра */
}

ul.cargo-list li p {
    font-weight: 600;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 144px;
}
ul.cargo-list li:hover i{transform:scale(1.2);}
ul.cargo-list li i {
    color: var(--color2);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 49px;
    float: right;
    transition: 0.4s;
}
ul.cargo-list li:hover {
    background: var(--color1);
    box-shadow: 0px 0px 30px -14px #000;
    color: #fff;
}
ul.cargo-list.x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.cargo-list li {
    padding: 40px;
    border-radius: var(--border-r);
    background: #ffffff;
    transition: background 0.4s;
}
ul.cargo-list li:hover h3 img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(23%) saturate(303%) hue-rotate(365deg) brightness(92%) contrast(88%);
}

ul.cargo-list li h3 img {
    /* transition: 0.4s; */
    width: 75px;
}
ul.cargo-list li h3 span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.cargo-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0px;
    margin-bottom: 45px;
    margin-top: 45px;
}
ul.cargo-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/logo.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 51%;
    z-index: -1;
    background-repeat: no-repeat;
    transition: 1s;
    opacity: 0.02;
}

ul.cargo-list li:hover::after {
    opacity: 0.05;
    filter: brightness(0);
}
ul.cargo-list li:hover p, ul.cargo-list li:hover i {
    color: var(--color3);
}

.pub-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    background: #fff;
    border: 1px solid transparent;
    color: var(--color1);
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 16px;
    text-decoration: none;
    transition: 0.25s;
}
.pub-filter:hover,
.pub-filter.is-active {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

.pub-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 18px;
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
    margin-bottom: 25px;
}

/* Publications AJAX loading overlay */
.page-publications-php {
    position: relative;
}

.pub-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 10;
}

.pub-card__more, .pub-card__excerpt, p.pub-card__meta, h3.pub-card__title {
    font-size: 16px;
    padding: 0px 5%;
    margin: 0;
}
a.pub-card__more {
    margin-bottom: 2%;
    display: block;
}

li.pub-card {
    background: #fff;
    border-radius: var(--border-r);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

a.pub-card__thumb img{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f2f2f2;
        object-fit: cover;
    transition: 0.4s;
}
.pub-card__thumb {
    display: block;
        overflow: hidden;
    position: relative;
}

.pub-card:hover .pub-card__thumb-img {
    transform: scale(1.04);
}

.pub-card__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(23, 114, 169, 0.14), rgba(15, 143, 123, 0.12));
}

.pub-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 0 24px;
}

h3.pub-card__title {
    margin-bottom: 10px;
}

h3.pub-card__title a {
    color: var(--color1);
    text-decoration: none;
    font-size: 24px;
    margin-top: 4%;
    display: block;
}
section.home-zag.small a.main-a {
    color: #fff;
}
section.home-zag.small.php-404 {
    min-height: 48vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 150px;
}
p.pub-card__meta {
    margin-bottom: 12px;
    color: #8e8e8e;
    font-weight: 500;
    font-size: 12px;
}

.pub-card__excerpt {
    margin-bottom: 18px;
    color: #5f6872;
}

a.pub-card__more {
    margin-top: auto;
    color: var(--color1);
    font-weight: 700;
    text-decoration: none;
    margin-left: 5%;
}

.pub-empty, .pub-error {
    margin: 0;
    padding: 28px;
    border-radius: var(--border-r);
    background: #fff;
    color: var(--color1);
}

.pub-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.pub-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #fff;
    color: var(--color3);
    text-decoration: none;
}

.pub-pagination .page-numbers.current,
.pub-pagination .page-numbers:hover {
    background: var(--color1);
    color: #fff;
}
.pub-loading.is-visible {
    opacity: 1;
    pointer-events: all;
}

.pub-loading i {
    font-size: 32px;
    color: var(--color1);
}

ul.pub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1024px) {
    
    ul.pub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 680px) {
    .pub-filters {
        gap: 10px;
        padding: 14px;
    }

    .pub-filter {
        flex: 1 1 auto;
        font-size: 14px;
    }

    ul.pub-grid {
        grid-template-columns: 1fr;
    }
}


.why-1 h2 {
    color: #fff;
}
.why>div h2 i {
    display: block;
    margin: 0 auto;
    margin-bottom: 31px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #00000026;
    border-radius: 50px 0px;
}







body.why-1 {
    background: var(--color1);
}
body.why-1 .why>div h2,
body.why-1 .why>div {
    color: #fff;
}
.why-1 ul.menu.scrolled-100.scrolled-300{
    background: var(--color1);
    box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);
}
.why-1 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}


body.why-2 {
    background: #1a5e93;
}
.why-2 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#1a5e93;}
.why-2 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-2 .why>div h2,
body.why-2 .why>div {
    color: #fff;
}



body.why-3 {
    background: var(--color2);
}
.why-3 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:var(--color2);;}
.why-3 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-3 .why>div h2,
body.why-3 .why>div {
    color: #fff;
}


body.why-4 {
    background: #009688;
}
.why-4 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#009688;}
.why-4 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-4 .why>div h2,
body.why-4 .why>div {
    color: #fff;
}


body.why-5 {
    background: #f2f2f2;
}
.why-5 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#f2f2f2;}
.why-5 ul.menu.scrolled-100.scrolled-300 >li>a{color:var(--color1);}
body.why-5 .why>div h2,
body.why-5 .why>div {
    color: var(--color1);
}



.why>div p {
    transition: 0.4s;
    font-size: 22px;
}
.why>div h2 {
    text-align: center;
	transition:0.4s;
}
.why>div {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}





p, li {
    font-size: 18px;
}
strong {
    color: var(--color1);
}
.home-1 .swiper-button-next, .home-1 .swiper-button-prev {
    font-size: 24px;
    width: 50px;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: var(--main);
}
.home-1 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: var(--main);
}
.home-1 .swiper-button-prev::after, .home-1 .swiper-button-next::after {
display:none;
}
.revs > div {
    position: relative;
}

.revs {
    position: absolute;
    bottom: 122px;
    left: 55px;
    display: flex;
    justify-content: space-between;
}


.home-1 .swiper-button-prev {
    bottom: 0;
    left: 0;
    top: auto;
}




.f-m-menu{display:none;}

section.main-site {
    display: block;
    margin-top: 0;
}


.faq-container {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 6px;
}

.faq-question {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
    transition: background 0.3s;
    position: relative;
    padding-left: 60px;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-question i {
    transition: 0.4s;
    position: absolute;
    left: 0;
    background: #f0f0f0;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.faq-question.active i {
    background: #0078c0;
    color: #fff;
}
.faq-question.active i::before{    transform: rotate(90deg);}
.faq-question i::before{transition:0.4s;}
.faq-answer {
    max-height: 0px;
    overflow: hidden;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    transition: 0.4s;
    margin: -30px 0px;
    opacity: 0;
    pointer-events: none;
}

.faq-answer.open {
    max-height: 500px;
    opacity: 1;
    margin: 0px 0px;
}


.home-1 ul ~ div {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 30px;
}
.home-1 ul ~ div .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #eeeeee;
    padding: 0px;
    border-radius: 10px;
}
.home-1 h2 {
    margin: 0;
}
.texta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.texta > * {
    margin: 30px 0px;
}
.poshyk .main-a {
    width: 100%;
    text-align: center;
}
.poshyk {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    grid-template-columns: 22% 74%;
    gap: 4%;
}
.home-1 ul li bold {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--color1);
    background: rgb(255 255 255 / 60%);
    padding: 5px 13px;
    padding-right: 19px;
    border-radius: 0px 0px 50px 0px;
}

.home-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 4%;
    margin-bottom: 30px;
}
video#bgVideo {
    max-height: 400px;
    width: 110%;
    margin-left: -10%;
    object-fit: cover;
    z-index: -2;
    border-radius: 15px;
    overflow: hidden;
    min-height: 100%;
}
.home-1 ul li {
    color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    min-height: auto;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    aspect-ratio: 1 / 1;
    background-size: cover;
}
.home-1 ul li:hover {
    filter: contrast(1.1)saturate(0.8);
}
.home-1 ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: var(--color1);
    margin: 0;
    font-size: 14px;
    padding: 12px;
    padding-right: 26px;
    border-radius: 0px 50px 0px 0px;
    font-weight: 500;
}
.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.home-about .text {
    padding: 95px 6%;
    border-radius: var(--border-r);
    overflow: hidden;
    background: #fff;
    position: relative;
}
.home-about .text * {
    z-index: 2;
    position: relative;
}
.home-about .text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50%;
    border: 125px solid #f8f8f8;
    width: 500px;
    height: 500px;
    z-index: 0;
    border-radius: 50%;
}
.home-about h2 {
    margin-top: 10px;
}
.sfg > :nth-child(1) i {
    transform: rotate(5deg);
}
.sfg > :nth-child(2) i {
    transform: rotate(-5deg);
}
.sfg > :nth-child(3) i {
    transform: rotate(15deg);
}
.sfg {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 19px;
    width: 210px;
    background: #ffffff;
    color: var(--color3);
    padding: 25px;
    border-radius: 0px 0px 150px 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    opacity: 0;
    transition: 0.4s;
}

.clins a:hover .sfg > div {
  transform: rotate(360deg);
}

.clins a:hover .sfg > :nth-child(1){transition:0.4s; transition-delay: 0.00s;}
.clins a:hover .sfg > :nth-child(2){transition:0.4s; transition-delay: 0.05s;}
.clins a:hover .sfg > :nth-child(3){transition:0.4s; transition-delay: 0.10s;}
.clins a:hover .sfg > :nth-child(4){transition:0.4s; transition-delay: 0.15s;}
.clins a:hover .sfg > :nth-child(5){transition:0.4s; transition-delay: 0.20s;}
.clins a:hover .sfg > :nth-child(6){transition:0.4s; transition-delay: 0.25s;}
.clins a:hover .sfg > :nth-child(7){transition:0.4s; transition-delay: 0.30s;}
.clins a:hover .sfg > :nth-child(8){transition:0.4s; transition-delay: 0.35s;}
.clins a:hover .sfg > :nth-child(9){transition:0.4s; transition-delay: 0.40s;}
.clins a:hover .sfg > :nth-child(10){transition:0.4s; transition-delay: 0.45s;}
.clins a:hover .sfg > :nth-child(11){transition:0.4s; transition-delay: 0.50s;}
.clins a:hover .sfg > :nth-child(12){transition:0.4s; transition-delay: 0.55s;}








.clins a~a .sfg i {
    color: var(--color3);
}

.clins a~a .sfg {
    background: #fff;
}

.clins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.is-scrolled .clins a .sfg{opacity:1;}
.is-scrolled .clins a {
    max-height: 1000px;
}
.clins a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10%;
    font-size: 40px;
    background: var(--color1);
    color: #fff;
    transition: 0.8s;
    position: relative;
    border-radius: var(--border-r);
    max-height: 167px;
    transition: 0.4s;
}
.clins a ~ a {
    background: transparent;
    color: var(--color2);
}
div:not(.is-scrolled) .clins a~a:hover {
    background: var(--color1);
    color: #fff;
}
div:not(.is-scrolled) .clins a:hover {
    background: #fff;
    color: var(--color1);
}
.is-scrolled .clins a:hover {
    padding-bottom: 20%;
}

.home-about {
    padding: 0;
    margin-bottom: 4%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    gap: 30px;
}
.imas {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-1 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    z-index: 2;
    pointer-events: none;
    transition: 0.4s;
}
.home-1 .swiper-slide-active img {
	opacity:1;
}
.media-part {
    position: relative;
}
.home-1 .swiper-wrapper {
    height: 400px;
    padding: 105px 0px;
}
.home-1 .swiper-slide {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    border-radius: var(--border-r);
}
.home-1 img~img {
    right: 284px;
    height: 100%;
    width: auto;
}
.home-1 .text-part::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
    height: 1000px;
    background: #fafafa;
    border-radius: 50%;
}
nav.breadcrumb {
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 0;
    pointer-events: all;
    margin-bottom: 5px;
    margin-top: 5px;
}
.im-main {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    width: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.home-1.h-slider {
    margin-top: -15px;
    margin-bottom: -50px;
}
.home-1.small {
    background: #fff;
    padding: 50px 2%;
    overflow: hidden;
    padding-top: 226px;
    text-align: center;
}
.home-1.small::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/06/pexels-wolfgang-weiser-467045605-32873031-1-1.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 110%;
    right: 0;
    top: -5%;
    filter: brightness(0.2);
}
.home-1 {
    margin-top: 0;
    z-index: 1;
    position: relative;
    pointer-events: none;
    margin-bottom: 42px;
}
.home-1 .text-part {
    position: relative;
    overflow: hidden;
    padding: 55px;
    border-radius: 15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 10px 0px;
    border-radius: 10px;
}
span.slimness-contact__value, a.slimness-contact__link {
    color: var(--color1);
    font-weight: 600;
}
aside.slimness-contact {
    display: flex;
    justify-content: space-between;
    width: 75%;
}
span.slimness-contact__label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    color: #929292;
    font-weight: 400;
}
.slimness-contact__item {
    position: relative;
    padding-left: 45px;
    margin: 16px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slimness-contact__item i {
    position: absolute;
    left: 0;
    top: calc(50% - 19px);
    background: var(--color1);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
}
.slimness-contact__text {
    text-align: left;
}
.form-callback b {
    position: fixed;
    top: 50px;
    right: 50px;
    font-size: 150px;
    width: 80px;
    height: 80px;
    font-weight: 100;
    transform: rotate(45deg);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.4s;
}
.form-callback b:hover{transform: rotate(225deg);}
.form-callback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
    color: #fff;
}
.form-callback > div label {
    display: block;
}
.form-callback.active {
    opacity: 1;
    pointer-events: all;
}
.form-callback > div input, .form-callback > div textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    max-height: 100px;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    background: transparent;
    color: #ffb300;
    border-radius: 15px;
    text-align: center;
}

.main-a {
    background: var(--color1);
    padding: 18px 40px;
    border-radius: 50px 10px 10px 50px;
    color: #ffffff;
    padding-left: 70px;
    position: relative;
    overflow: visible;
    display: inline-block;
    width: fit-content;
    border: none;
    font-size: 22px;
    transition: 0.4s;
    overflow: hidden;
    z-index: 2;
    height: fit-content;
}
.home-1 .b img {
    top: 0;
    transform: none;
    max-height: 400px;
    width: 113%;
    left: -14%;
    object-fit: cover;
    z-index: 1;
    max-width: 200%;
}
.home-1 .swiper-pagination,
.home-1 .swiper-button-next,
.home-1 .swiper-button-prev,
.home-1 button{pointer-events: all;}
.home-1 .main-a {
    margin-top: 30px;
    pointer-events: all;
}

.main-a span .wpcf7-spinner {
    position: absolute;
    left: -30px;
    top: 0px;
    margin: 0;
}

.main-a:hover i {
    transform: rotate(-45deg);
}
.main-a p,
.main-a input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-callback > div {
    max-width: 650px;
    margin: 0 auto;
}

.home-1.wow.fadeInUp {
    padding-bottom: 0;
}

body.single.single-post .post-thumbnail img {
    max-width: 400px;
    border-radius: 15px;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
ul.latest-news {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 32.33% 31.33% 32.33%;
    grid-column-gap: 2%;
}
ul.latest-news li {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
}
ul.latest-news h3 {
    background: rgb(23 114 169 / 70%);
    color: #fff;
    padding: 25px;
    margin: 0;
    width: 90%;
    border-radius: 0px 0px 150px 0px;
    font-size: 18px;
}
a.news-thumb {
    display: block;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.socials {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    top: 0;
    left: 0;
}
.socials strong {
    transition: 0.4s;
    position: absolute;
    opacity: 0;
    left: 63px;
    top: 0;
    font-weight: 700;
    transform: rotate3d(0, 4, -1, 27deg);
}
.socials a:hover strong {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
}
.socials a {
    position: relative;
}
.socials a:hover i {
    transform: rotate(360deg);
}
.socials i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 5px 10px;
    border-radius: 50px;
    transition: 0.4s;
}

ul.d-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.d-ul > li {
    border: 1px solid #dfdcdc;
    padding: 25px;
    margin-right: 1%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    border: 0px solid #e7e7e7;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -9px #000;
}
ul.d-ul > li ~ li {
    margin-left: 2%;
    width: 98%;
}
ul.d-ul ul {
    padding: 0px 18px;
}
h3 {
    color: var(--color2);
}


.main-a span.user-info__name {
    position: absolute;
    background: var(--color2);
    right: 0;
    bottom: -15px;
    width: 100%;
    border-radius: 10px 0px 10px 10px;
    padding: 4px 10px;
    height: fit-content;
    width: fit-content;
}


.main-a i {
    z-index: 2;
}
.main-a span {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    color: #fff;
}
.main-a i {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.4s;
    width: auto;
    height: calc(100% - 20px);
    background: var(--color3);
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    color: var(--color1);
    font-size: 18px;
}




h1.page-title {
    display: none;
}

.a21 {
    background: #87b65f;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 12px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.container {
    position: relative;
    border-radius: 15px;
}
input, textarea, select {
    border-radius: 12px;
    border: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 16px 0px;
}
form.wpcf7-form {
    max-width: 475px;
}
.phone-code {
    color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 6px;
    font-weight: 600;
    border-radius: var(--border-r);
}
section.con-form p.i {
    position: relative;
    padding-left: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    border-radius: var(--border-r);
    padding: 7px 15px;
}
.qiz .wpcf7-not-valid-tip {
    bottom: 10px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    border-bottom: 1px solid red;
    height: 1px;
    width: calc(100% + 35px);
    left: -35px;
    bottom: -17px;
    font-size: 13px;
}
section.con-form p.i i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: transparent;
    color: #dc3232;
    text-align: center;
}
a#joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0px;
    margin-top: -50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
}
.vxod {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}
h2 {
    color: var(--main);
    font-weight: 500;
    font-size: 40px;
}
.home-1 h1 strong {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--color1);
    text-transform: uppercase;
}
.home-1 h1 strong~strong {
    letter-spacing: normal;
    font-size: 40px;
    text-transform: none;
    color: var(--main);
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 15px;
}
.home-1 h1 {
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
.home-1 h2 {
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--main);
}


h1 {
    font-size: 40px;
    color: var(--color2);
    font-weight: 700;
}
a {
    color: var(--color1);
    transition: 0.4s;
}
section.home-zag.small h1 {
    margin-bottom: 6px;
    line-height: 45px;
}

section.home-zag.small {
    position: relative;
    color: #000000;
    width: 80%;
    margin: 0 auto;
    margin-top: 86px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 35px;
}
section.home-zag.small a {
    color: var(--color1);
}

body {
    background: #f2f2f2;
    background-size: contain;
    color: #000000;
}
.wc-block-components-button__text,
body {
    margin: 0;
    font-family: 'Montserrat';
}
button,
a {
    text-decoration: none;
	    cursor: pointer;
    transition: 0.4s;
    font-family: 'montserrat';
    font-weight: 600;
}
img {
    width: 100%;
    height: auto;
}
section {
    padding: 50px 0%;
    position: relative;
    overflow: hidden;
    max-width: var(--block-w);
    margin: 0 auto;
}


* {
    box-sizing: border-box;
}

.f-men ul a:hover{color:var(--color1);}
.f-men ul a {
    color: #000;
    font-size: 14px;
    padding: 4px 0px;
    display: block;
}
.f-men ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.fyter > div ~ div::after {
    content: '';
    position: absolute;
    left: -26px;
    height: 100px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #d0d0d0;
}
section.fyter > div {
    position: relative;
}
section.fyter h3 {
    margin: 0;
    margin-bottom: 15px;
}
.f-right a span {
    font-size: 12px;
    color: var(--color1);
}
.f-right {
    text-align: left;
}
.f-right a {
    display: block;
    margin-bottom: 11px;
    color: #000;
    position: relative;
    padding-left: 25px;
}
.f-right a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.f-right a {
    display: block;
    margin-bottom: 11px;
    color: #000;
    font-size: 14px;
}
section.fyter p {
    text-align: left;
}
section.fyter img {
    max-width: 220px;
    margin: 0;
    display: block;
}
.f-men {
    text-align: left;
}
.log p {
    font-size: 14px;
}
.log {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.top-gallery > a {
    position: relative;
    overflow: hidden;
}
body .fancybox__container {
    z-index: 99999;
}
.top-gallery > a > img {
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: var(--border-r);
    transition: 0.4s;
    display: block;
}
section.gallery .main-a {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border: 2px solid #ffffff;
}
.top-gallery > a:hover img{transform:scale(1.1);}
.top-gallery > a:hover > i{opacity: 1;}
.top-gallery > a > i {
    position: absolute;
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    border-radius: var(--border-r);
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    font-size: 42px;
    color: #fff;
}
section.fyter {
    display: grid;
    background: #fff;
    color: #000000;
    text-align: center;
    width: 96%;
    margin: 50px auto;
    border-radius: var(--border-r);
    padding: 30px 50px;
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.joie:hover g circle {
    animation: rotate_alogo .5s linear infinite
}

a.joie svg {
    width: 115px;
    height: auto;
    margin: -14px 7px
}

.joie:hover g>:nth-child(2n) circle {
    animation: rotate_alogo .4s linear infinite
}

@keyframes rotate_alogo {
    0% {
        transform: rotate(0) translate(8px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(8px) rotate(-360deg)
    }
}


a.joie svg>g>:nth-child(1),
a.joie svg>g>:nth-child(3),
a.joie svg>g>:nth-child(4),
a.joie svg>g>:nth-child(5) {
    fill: #152c52
}
a.joie svg g {
    filter: none;
}
a.joie svg path~g path {
    stroke-width: 24px;
    filter: brightness(0);
}
a.joie {
    text-align: center;
    display: block;
    padding: 24px;
    background: transparent;
    letter-spacing: 1px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    color: #000000;
    font-weight: 300;
}
nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}
nav.footer-nav ul a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

@media(max-height:850px){
body .cinematic-slider, .canvas-slider {
    min-height: 650px;
}
body .cs-next {
    right: 40px;
}
body .cs-caption {
    max-width: min(880px, 90%);
}
body .cs-caption h2 {
    font-size: 40px;
}
}


@media(max-width:1850px){
section.con-form {
    background-position-x: 199%;
}
body .cs-nav {
    width: 68px;
}
:root {
    --block-w: 1350px;
}
body .cs-caption {
    left: calc(50% - 675px);
}
ul.cargo-list li {
    padding: 10px 40px;
}
ul.cargo-list li h3 span  {
    order: 2;
}
ul.cargo-list li h3 span ~ span {
    order: 1;
}
ul.cargo-list li h3 {
    grid-template-columns: 1fr;
}
.clins a {
    font-size: 32px;
    max-height: 142px;
}
.home-1 h2 {
    font-size: 16px;
}
.home-1 h1 strong {
    font-size: 14px;
}
.home-1 h1 strong~strong {
    font-size: 30px;
}
}



@media(max-width:1600px){
    :root {
        --block-w: 1200px;
    }
section.con-form {
    background-position-x: 539px;
}
body .cs-caption {
    left: 120px;
    width: 80%;
            min-width: 0px;
}
.cs-desc {
    display: block;
}
.cs-desc strong {
    padding: 10px 15px;
    display: block;
    margin: 4px 5px;
    font-size: 22px;
    float: left;
}
body .cs-caption h2 {
    margin: 0 0 15px;
    font-size: clamp(28px, 5vw, 50px);
    line-height: 1.05;
    font-weight: 600;
}
}



@media(max-width:1400px){
.advantages__list {
    grid-template-columns: repeat(3, 1fr);
}

.advantages__list li:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    padding: 0;
    text-align: center;
}
.advantages__list li:nth-child(3) {
    grid-column: span 2;
    grid-row: span 1;
}
.advantages__list li:nth-child(7) {
    grid-column: span 3;
}
.activities__list li:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    padding: 13px;
    text-align: center;
}
.activities__list li:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
}
.activities__list li:nth-child(6) {
    grid-column: span 2;
    grid-row: span 1;
}
.activities__list li:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
}
.activities__list li:nth-child(9) {
    grid-column: span 3;
}

.activities__list {
    grid-template-columns: repeat(3, 1fr);
}
body .cs-caption {
    top: 31%;
}
section.activities {
    margin-bottom: -51px;
}
section.about-company > div img {
    border-radius: 20px;
    display: none;
}
section.about-company > div {
    grid-template-columns: 100%;
}
:root {
    --block-w: 95%;
}
.products__grid {
    grid-template-columns: repeat(2, 1fr);
}
.products__grid > div {
    grid-column: span 1;
    grid-row: span 1;
}
.top-gallery {
    grid-template-columns: 1fr 1fr 1fr;
}
.banner_01 h3 {
    font-size: 22px;
}
section.fyter {
    width: 98%;
}
.home-1 h1 {
    font-size: 34px;
}
section {
    padding: 35px 2%;
}



section.fyter {
    padding: 50px 20px;
}
}



@media(max-width:1200px){
section.con-form {
    background: linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 90%)), url(/wp-content/uploads/2026/07/pexels-vladimirsrajber-32543707-1-1.webp), var(--color2);
}
    .advantages__list li:nth-child(5),
    .advantages__list li:nth-child(6),
.advantages__list li:nth-child(4) {
    grid-column: span 3;
}
.banner_01 h3 {
    font-size: 16px;
}
ul.cargo-list {
    grid-template-columns: 1fr 1fr;
}
ul.cargo-list li p {
    min-height: 55px;
}
ul.cargo-list.x4 {
    grid-template-columns: 1fr 1fr;
}
.home-1.small {
    background: #fff;
    padding: 50px 2%;
    overflow: hidden;
    padding-top: 145px;
    text-align: center;
    margin-bottom: 25px;
}
.sfg {
    width: 170px;
}
.clins a {
    font-size: 24px;
    min-height: 385px;
}
h2 {
    font-size: 28px;
}
.home-1 {
    margin-top: 0;
}
.home-1 .swiper-wrapper {
    height: 485px;
    padding: 105px 0px;
}
}


@media(max-width:1100px){
:root {
    --block-w: 92%;
}

.advantages__list  li:not(:nth-child(999)) {
    grid-column: span 1;
    grid-row: span 1;
    padding: 27px 27px;
    height: auto;
}
.products__grid {
    grid-template-columns: repeat(2, 1fr);
}
section {
    padding: 35px 0%;
}
ul.advantages__list li i {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin-bottom: 15px;
}
.products__grid > div h2 {
    padding: 39px;
}
section.about-company a {
    margin-bottom: 13px;
}
.advantages__list {
    grid-template-columns: repeat(1, 1fr);
}
.advantages__list {
    grid-template-columns: 100%;
    grid-auto-rows: auto;
}
.advantages__list li:nth-child(2) {
    grid-column: span 1;
}
ul.product-categories, section {
    padding: 15px 0px;
}
.products__item {
    grid-template-columns: 50% 50%;
}
body .cs-caption h2 {
    font-size: 30px;
}
.products__name {
    font-size: 16px;
}
.home-news ul.pub-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.activities__list li:not(:nth-child(999)) {
    grid-column: span 1;
    grid-row: span 1;
    padding: 10px 10px;
    height: auto;
    font-size: 12px;
    width: 100%;
}
ul.activities__list li i {
    font-size: 28px;
    margin-bottom: 15px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.activities__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
}
section.fyter > div ~ div::after {
    opacity: 0;
}
section.fyter img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}
section.services > div > a h3 {
    bottom: 0;
    left: 32px;
    font-size: 30px;
}
section.fyter > div {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 250px;
    margin-bottom: 33px;
}
.home-1 h1 strong~strong {
    font-size: 26px;
}
.home-1 h2 {
    font-size: 14px;
}

aside.slimness-contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 1px auto;
    margin-top: 49px;
}
section.fyter {
    display: block;
}
section.home-zag.small {
    margin-top: 70px;
}



.home-1 .swiper {
    margin-top: 0px;
}
.g2 {
    grid-template-columns: 100%;
}
.home-1 ul {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
		margin-bottom: 8px;
}
.poshyk {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.texta > * {
    margin: 6px 0px;
}
}

@media(max-width:850px){
.cs-desc strong {
    font-size: 14px;
    padding: 4px;
}
.cs-desc {
    display: table;
    width: 100%;
}
body .cs-caption {
    top: 123px;
    width: 100%;
    left: auto;
    padding: 5%;
}
.main-a {
    padding: 10px 10px;
    padding-left: 40px;
    font-size: 12px;
}
.main-a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    top: 6px;
    left: 7px;
}
body .cs-nav {
    width: 34px;
    font-size: 15px;
    height: 34px;
    display: none;
}
.pro-nas-line {
    max-width: var(--block-w);
    margin: 0 auto;
    position: relative;
    padding: 0px 25px;
}
.pro-nas-line div.right > img {
    order: 1;
    justify-self: start;
}
.pro-nas-line div.right span, .pro-nas-line div.right  h3, .pro-nas-line div.right  h2, .pro-nas-line div.right  p {
    order: 1;
    text-align: left;
    padding-left: 0;
}
.pro-nas-line::after {
    opacity: 0;
}
.pro-nas-line div img {
    width: 100%;
}
.pro-nas-line span, .pro-nas-line h2, .pro-nas-line p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding-right: 15px;
}
.pro-nas-line div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.top-gallery {
    grid-template-columns: 1fr 1fr;
}
.home-1 .text-part {
    padding: 25px;
}
.imas {
    max-width: 250px;
		margin:0 auto;
}
.home-1 {
    grid-template-columns: 1fr;
    padding: 15px;
}

.home-1 ul li h3 {
    font-size: 14px;
    padding: 10px 25px;
    padding-left: 10px;
}
body ul.products.columns-4 {
    grid-template-columns: 1fr;
    gap: 2%;
}

header .head-top  .main-a {
    font-size: 0px;
    height: 51px;
    width: 51px;
    padding: 0;
}
header .head-top .main-a  i {
    position: relative;
    left: 15px;
    top: calc(50% - 9px);
    font-size: 18px;
}
body .swiper-slide > a {
    padding: 0px 65px;
}
section.services > div {
    grid-template-columns: 1fr;
}
section.services > div > a::after {
    left: -42%;
    bottom: -102%;
}
}

@media(max-width:650px){
.about_01 {
    display: grid;
    grid-template-columns: 100%;

}
.activities__list li:nth-child(1) h2 {
    color: #fff;
    font-size: 16px;
}
.activities__list li:nth-child(7),
.activities__list li:nth-child(9),
.activities__list li:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
}
.about-lead {
    padding: 10px 28px;
}
section.activities {
    margin-bottom: 18px;
}
.products__grid {
    grid-template-columns: repeat(1, 1fr);
}
body .cinematic-slider, .canvas-slider {
    min-height: 100vh;
    max-height: 100vh;
}

section.contacty > div {
    max-width: 100%;
    margin: 0;
}
section.contacty {
    padding: 25px;
}
.top-gallery {
    grid-template-columns: 1fr;
}
.marquee {
    margin-top: -54px;
}
.marquee-content p bold {
    font-size: 100px;
}
.marquee-content p bold i {
    font-size: 20px;
}
.marquee-content p {
    font-size: 36px;
}
ul.cargo-list.x2 {
    grid-template-columns: 1fr;
}
.banner_01 img.as {
    right: 50%;
    top: 12%;
    width: 100%;
}
.banner_01 {
    grid-template-columns: 1fr;
}
.benner_2 h3 {
    font-size: 16px;
}
ul.cargo-list.x4,
ul.cargo-list {
    grid-template-columns: 1fr;
}
p, li {
    font-size: 14px;
}
.home-1 {
    pointer-events: all;
}
video#bgVideo {
    max-height: 100%;
    width: 110%;
    margin-left: -10%;
    object-fit: cover;
    z-index: -2;
    border-radius: 15px;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -6%;
    transform: scale(1.2);
}
.home-1 .text-part::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.home-1 .swiper-wrapper {
    height: fit-content;
    padding: 105px 0px;
}
.home-1 img {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    z-index: 2;
    pointer-events: none;
    max-height: 200px;
    object-fit: contain;
}
.home-1 .swiper-slide {
    grid-template-columns: 1fr;
    border-radius: 15px;
    overflow: hidden;
}
.home-about .text {
    padding: 17px 6%;
}
.f-m-menu a i {
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 5px;
}
.f-m-menu a {
    color: #fff;
    display: grid;
    text-align: center;
}
.f-m-menu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url(/wp-content/uploads/2026/01/01.webp);
    background-size: cover;
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
h2 {
    font-size: 24px;
}
.home-1 ul li bold {
    font-size: 29px;
    padding: 8px 21px;
}
.home-1 ul li {
    min-height: 130px;
}
body .swiper-slide > a {
    min-height: 550px;
}

body .swiper-slide > a::after {
    background: rgb(0 0 0 / 77%);
}

.form-callback .main-a {
    margin: 0 auto;
    float: none;
    display: block;
}
.form-callback b {
    top: 0;
    right: 0;
}
.form-callback {
    background: rgb(0 0 0);
}
section.home-zag.small {
    width: 100%;
    border-radius: 0px;
		padding: 0px 16px;
}
section.fyter {
    width: 100%;
    margin: 50px auto;
    border-radius: 0;
    margin-bottom: 0;
}
ul.d-ul > li ~ li {
    margin-left: 0%;
    width: 98%;
    margin: 15px 0px;
}
section.home-zag.small h1 {
    margin-bottom: 12px;
    line-height: 25px;
    font-size: 22px;
}
section.home-zag.small {
        position: relative;
        padding-top: 18px;
        padding-bottom: 35px;
        color: #fff;
        margin-top: 77px;
    }
ul.product-categories li {
    padding: 15px;
}

    body .swiper-slide > a {
        padding: 75px 10px;
        grid-template-columns: 100%;
    }
	body #adfy__woofc-trigger .badge, body #adfy__woofc-trigger:hover svg {
    fill: #fff;
}

#adfy__woofc-trigger .badge.top-left {
    bottom: auto;
    left: -8px;
    right: auto;
    top: -7px;
    padding: 0px;
    background: var(--color1);
    width: 14px;
    height: 14px;
}
#adfy__woofc-trigger .icon svg {
    fill: var(--color1);
    margin: 0px;
    transform: translate(2px, 2px);
}
.socials {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: row;
    min-height: auto;
    top: 8px;
    left: auto;
    right: 100px;
}

    header .head-top .main-a i {
        position: relative;
        left: 7px;
        top: calc(50% - 9px);
        font-size: 18px;
    }
.head-top {
    justify-content: space-between;
    padding: 10px 60px;
    position: fixed;
    width: 100%;
    padding-left: 5px;
    z-index: 999;
    padding-right: 36px;
    height: 75px;
}
    .socials i {
        margin: 5px 4px;
        width: 36px;
        height: 36px;
        font-size: 24px;
        margin: 10px 2px;
    }
h2 {
    font-size: 24px;
}
body .swiper-button-next::after, body .swiper-button-prev::after {
    opacity: 0;
}
.home-1 .b img {
    top: 0;
    transform: none;
    max-height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
    z-index: 1;
    max-width: 100%;
    position: relative;
}
body .swiper-slide > a img {
    border-radius: 75px 0px;
}
body .swiper-slide > a h2, body .swiper-slide > a div {
    text-align: center;
}
.home-1 .swiper-button-next, .home-1 .swiper-button-prev {
    font-size: 24px;
    width: 50px;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #ffffff;
    background: var(--color1);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 17px -6px #000;
    transform: scale(0.6);
}
.media-part {
    position: relative;
    order: 0;
    max-height: 200px;
    min-height: 200px;
    z-index: 1;
	overflow:hidden;
}
.clins a {
    min-height: 350px;
}
.clins {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.home-1 .text-part {
    padding: 25px 50px;
    height: 343px;
    display: block;
    order: 2;
    z-index: 9;
    overflow: visible;
    border-radius: 15px;
}
.revs .swiper-pagination{display:none;}
.revs {
    position: absolute;
    bottom: auto;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
}
@media(max-width:500px){
    body .cs-caption h2 {
    font-size: 25px;
}
.products__specs li strong {
    font-size: 9px;
}
.products__specs li span {
    font-size: 8px;
}
.products__icon {
    left: 14px;
}
.products__name {
    font-size: 14px;
}
.banner_01 img.as {
    right: 53%;
    top: auto;
    bottom: -1%;
    width: 72%;
}
}

@media(max-width:385px){
body .cs-caption h2 {
    font-size: 21px;
}
.home-1 h1 strong~strong {
    font-size: 18px;
}
.home-1 h2 {
    font-size: 10px;
}
.head-top img {
    width: 153px;
    height: auto;
    margin: 6px 0%;
    max-width: 100%;
    box-sizing: border-box;
}
}

/* ==========================================================================
   Каталог продукції — сторінка товару (плагін joie-catalog)
   ========================================================================== */

.jc-single {
    padding: 40px 0 70px;
}

.jc-single .container {
    max-width: var(--block-w, 1598px);
    margin: 0 auto;
    padding: 0 16px;
}

.jc-single__grid {
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 4%;
    align-items: start;
}

.jc-single__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
}

.jc-single__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.jc-single__icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color1, #00887c);
    color: #fff;
    font-size: 22px;
}

.jc-single__title {
    margin: 0 0 18px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.15;
}

.jc-single__subhead {
    margin: 24px 0 10px;
    font-size: 18px;
    color: var(--color1, #00887c);
}

.jc-single__specs {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}

.jc-single__specs li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.jc-single__specs li i {
    color: var(--color1, #00887c);
    width: 22px;
    text-align: center;
}

.jc-single__specs li span {
    color: #555;
    display: block;
}
.jc-single__specs li > * {
    background: #fff;
    width: 100%;
    padding: 10px 19px;
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 0;
    border-radius: var(--border-r);
}

.jc-single__specs li strong {
    margin-left: auto;
    font-size: 17px;
}

.jc-single__desc {
    margin-top: 22px;
    line-height: 1.7;
    color: #333;
}

.jc-single__desc p {
    margin: 0 0 12px;
}

.jc-single__back {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 900px) {
    .jc-single__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}


@media (max-width: 720px) {
    .about-cols {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .about-mission {
        padding: 30px 24px 30px 24px;
    }
    .about-mission i {
        position: static;
        display: block;
        margin-bottom: 12px;
    }
}

/* ==========================================================================
   Контакти — форма (page-contacts.php)
   Фікс: simple_blocks.css робить сабміт CF7 червоним абсолютним оверлеєм
   (розрахований на кастомну форму). Повертаємо нормальну кнопку.
   ========================================================================== */

section.con-form {
    padding: 44px;
    box-sizing: border-box;
}

section.con-form h2 {
    margin: 0 0 20px;
}

/* Підписи полів читабельні на темному фоні */
section.con-form label {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 1.7;
}

section.con-form .wpcf7-form p {
    margin: 0 0 16px;
}

/* Кнопка «Відправити» — прибираємо червоний оверлей, робимо звичайну кнопку */
section.con-form input.wpcf7-form-control.wpcf7-submit {
    position: static;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    z-index: auto;
    margin: 8px 0 0;
    padding: 13px 42px;
    background: var(--color3, #00887c);
    color: #000000;
    border: 2px solid var(--color3, #00887c);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .2s ease;
}

section.con-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
    transform: translateY(-2px);
}

/* Дрібний спінер відправки не має розтягуватись */
section.con-form .wpcf7-spinner {
    margin: 0 0 0 12px;
}



