/* Main theme styles moved from index.html */

:root {
    --color-ukraine-blue: #0057B7;
    --color-ukraine-yellow: #FFD700;
    --color-dark-gray: #1C1C1C;
    --color-light-gray: #f5f5f5;
    --color-white: #ffffff;
    --font-primary: 'Montserrat', 'Poppins', 'Avenir Next', Arial, sans-serif;
    --transition: all 0.3s ease;
    --primary-color: #2d74ba;
    --secondary-color: #2d74ba;
    --accent-color: #198754;
    --bg-light: #f8f9fa;
    --text-dark: #212529;
    --text-light: #6c757d;
    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --border-radius: 0.375rem;
    --transition-all: all 0.3s ease-in-out;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    vertical-align: baseline;
    margin: 0;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
}

:focus {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    appearance: none;
}

input[type=search] {
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    vertical-align: top;
    overflow: auto;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

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

img {
    vertical-align: middle;
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type=search] {
    appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

::selection {
    text-shadow: none;
    background: #b3d4fc;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--bunker);
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
}

body.lock {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

@media (max-width: 63.9375em) {
    body.lock {
        padding-right: 0;
    }
}

@media (width > 64em) {
    body.search-active {
        overflow: hidden;
        touch-action: none;
        overscroll-behavior: none;
    }
}

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

main {
    flex: 1 1 0%;
}

a:not([class]) {
    text-decoration: none;
    color: var(--black);
    transition: all 0.2s ease-in;
    text-underline-offset: 0.125rem;
}

a:not([class]):hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: color 0.2s ease-in;
}

a:hover {
    text-decoration: none;
}

button {
    border: none;
    padding: 0;
    font-family: var(--font-primary);
    background: none;
}

strong {
    font-weight: 700;
}

.body-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: clip;
    min-height: 100%;
}

.container {
    max-width: 82rem;
    margin-inline: auto;
    padding-inline: 1rem;
}

.container--wide {
    max-width: 102rem;
}

body {
    font-family: var(--font-primary);
    font-weight: 400;
    color: var(--color-dark-gray);
    line-height: 1.6;
    background-color: var(--color-white);
    overflow-x: hidden;
}


/* ========== TYPOGRAPHY ========== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(2rem, 5vw, 3rem);
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
}

h3 {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--color-ukraine-blue);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--color-ukraine-yellow);
}

/* ========== UTILITY CLASSES ========== */


.section {
    padding: 4rem 0;
}

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

.btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn--primary {
    background-color: var(--color-ukraine-yellow);
    color: var(--color-dark-gray);
}

.btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn--secondary {
    background-color: var(--color-ukraine-blue);
    color: var(--color-white);
}

.btn--secondary:hover {
    background-color: #004494;
    transform: translateY(-2px);
}

/* Language-specific content */
[lang="ua"] {
    display: none;
}

body.lang-ua [lang="en"] {
    display: none;
}

body.lang-ua [lang="ua"] {
    display: block;
}

body.lang-ua .service__item[lang="ua"],
body.lang-ua .team__member[lang="ua"],
body.lang-ua .portfolio__item[lang="ua"] {
    display: block;
}

/* ========== HEADER ========== */
.header {
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 60px;
    border-bottom: 1px solid #EBEBEB;
    backdrop-filter: blur(7.5px);
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header__logo {
    display: flex;
    align-items: center;

}

@media(width > 64em) {
    .header__logo {
        /* min-width: 120px; */
    }

    .header__container {

        padding: 1rem;
    }

}

@media(width < 64em) {
    .header__logo {
        min-width: auto !important;
    }


}

.logo__text {
    font-size: 1.5rem;
}

.logo__text--novora {
    font-weight: 600;
    color: var(--color-ukraine-blue);
}

.logo__text--consulting {
    font-weight: 400;
    color: var(--color-ukraine-yellow);
    margin-left: 0.5rem;
}

.header__nav {
    display: none;
}

.nav__list {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav__link {
    color: var(--color-dark-gray);
    font-weight: 500;
    position: relative;
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-ukraine-blue);
    transition: width 0.3s;
}

.nav__link:hover::after {
    width: 100%;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-switcher {
    background: none;
    border: 2px solid var(--color-ukraine-blue);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition);
}

.lang-switcher:hover {
    background-color: var(--color-ukraine-blue);
    color: var(--color-white);
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-ukraine-blue);
}

/* ========== MOBILE SIDEBAR ========== */
.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--color-white);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
}

.sidebar.active {
    right: 0;
}

.sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 2px solid var(--color-ukraine-blue);
}

.sidebar__close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.sidebar__nav {
    padding: 2rem 1rem;
}

.sidebar__list {
    list-style: none;
}

.sidebar__item {
    margin-bottom: 1.5rem;
}

.sidebar__link {
    color: var(--color-dark-gray);
    font-weight: 500;
    display: block;
    padding: 0.5rem;
}

.sidebar__info {
    padding: 1rem;
    background-color: var(--color-light-gray);
    margin: 1rem;
    border-radius: 10px;
}

.sidebar__info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.sidebar__info-item i {
    color: var(--color-ukraine-blue);
    width: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.overlay.active {
    display: block;
}

/* ========== HERO SECTION ========== */
.hero {
    /* background: linear-gradient(135deg, var(--color-ukraine-blue) 0%, var(--color-ukraine-yellow) 100%); */
    color: var(--color-white);
    padding: 6rem 0;
    text-align: center;
}

.hero h1 {
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;

    margin-left: auto;
    margin-right: auto;
}

/* ========== ABOUT SECTION ========== */
.about {
    background-color: var(--color-white);
}

.about__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

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

.about__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature {
    text-align: center;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: var(--color-light-gray);
    transition: var(--transition);
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 87, 183, 0.2);
}

.feature__icon {
    font-size: 2.5rem;
    color: var(--color-ukraine-blue);
    margin-bottom: 1rem;
}

/* ========== SERVICES SECTION ========== */
.services {
    padding: 80px 20px;
    background: #f7faff;
    text-align: center;
}

.services__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 50px;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.service-card__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-card__content {
    padding: 20px 24px;
}

.service-card__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 12px;
}

.service-card__desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.services__note {
    background: #1A4CA0;
    color: #fff;
    font-weight: 600;
    padding: 18px 28px;
    border-radius: 14px;
    max-width: 620px;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(26, 76, 160, 0.3);
}

/* ========== PORTFOLIO SECTION ========== */
.portfolio {
    background-color: var(--color-white);
}

.portfolio__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio__item {
    background-color: var(--color-light-gray);
    border-radius: 10px;
    overflow: hidden;
    transition: var(--transition);
}

.portfolio__item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.portfolio__image {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, var(--color-ukraine-blue), var(--color-ukraine-yellow));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 3rem;
}

.portfolio__content {
    padding: 1.5rem;
}

.portfolio__title {
    color: var(--color-ukraine-blue);
    margin-bottom: 0.5rem;
}

/* ========== TEAM SECTION ========== */
.team {
    background-color: var(--color-light-gray);
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.team__member {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
}

.team__member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--color-ukraine-blue), var(--color-ukraine-yellow));
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 3rem;
}

.team__name {
    color: var(--color-ukraine-blue);
    margin-bottom: 0.5rem;
}

.team__role {
    color: var(--color-dark-gray);
    font-size: 0.9rem;
}

/* ========== CONTACT SECTION ========== */
.contact {
    background-color: var(--color-white);
}

.contact__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.contact__form {
    background-color: var(--color-light-gray);
    padding: 2rem;
    border-radius: 10px;
}

.form__group {
    margin-bottom: 1.5rem;
}

.form__label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-ukraine-blue);
}

.form__input,
.form__textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid transparent;
    border-radius: 5px;
    font-family: var(--font-primary);
    transition: var(--transition);
}

.form__input:focus,
.form__textarea:focus {
    outline: none;
    border-color: var(--color-ukraine-blue);
}

.form__textarea {
    min-height: 150px;
    resize: vertical;
}

.form__error {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.form__error.active {
    display: block;
}

.contact__info {
    display: grid;
    gap: 1.5rem;
}

.contact__info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact__info-icon {
    font-size: 1.5rem;
    color: var(--color-ukraine-blue);
    width: 30px;
}

/* ========== FOOTER ========== */
.footer {
    background-color: var(--color-dark-gray);
    color: var(--color-white);
    padding: 2rem 0;
    text-align: center;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.footer__links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__link {
    color: var(--color-white);
}

.footer__link:hover {
    color: var(--color-ukraine-yellow);
}

.footer__social {
    display: flex;
    gap: 1rem;
}

.footer__social-link {
    font-size: 1.5rem;
    color: var(--color-white);
    transition: var(--transition);
}

.footer__social-link:hover {
    color: var(--color-ukraine-yellow);
    transform: translateY(-3px);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (min-width: 768px) {
    .section {
        padding: 5rem 0;
    }

    .header__nav {
        display: block;
    }

    .menu-toggle {
        display: none;
    }

    .lang-switcher--desktop {
        display: inline-block;
    }

    .lang-switcher--mobile {
        display: none;
    }

    .about__content {
        grid-template-columns: 1fr;
    }

    .contact__content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }

    .hero {
        padding: 8rem 0;
    }

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

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

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



body {
    position: relative;
    z-index: 0;
    background-color: #d7ed2563EBf8;
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: #333;
    z-index: -1;
} */


/* hero_1 */
.hero {
    /* background: url(../img/bg-1.webp) center / cover no-repeat; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.hero__content {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;

    padding: 36px 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    text-align: center;
    width: 100%;
}

.hero__logo {
    width: 100px;

}

.hero__title {
    color: #1A4CA0;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero__text {
    font-size: 1rem;
    color: #3E3E3E;
    margin-bottom: 18px;
}

.hero__list {}

.hero__content p {
    color: #3E3E3E;
    font-size: 1rem;
}

.hero__content ul {

    margin: 0 auto 18px;
    color: #3E3E3E;
    font-size: 1rem;
    list-style: none;
    padding: 0;
    max-width: 530px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.hero__content li::before {
    content: '✓';
    color: #1A4CA0;
    margin-right: 10px;
}

.hero__content ul li {
    margin-bottom: 6px;
}

.hero__block {
    width: 100%;
}

.hero__btn {
    display: inline-block;
    background: #1A4CA0;
    color: #fff;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s ease;
}

.hero__btn:hover {
    background: #163c82;
}

.about {
    padding: 80px 20px;
    background: #f9fafc;
}

.about__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.about__content {
    color: #3E3E3E;
}

.about__title {
    font-size: 2rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.about__title::after {
    content: "";
    display: block;
    width: 100px;
    height: 7px;
    background: #edcd1f;
    margin-top: 10px;
    border-radius: 2px;
}

.about__text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #444;
}

.about__btn {
    display: inline-block;
    background: #1A4CA0;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.about__btn:hover {
    background: #163c82;
}

.about__image {
    position: relative;
    min-height: 100vh;
    /* секция на всю высоту экрана */
    background: url("../img/bg-2.avif") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* 📱 Адаптив */
@media (max-width: 768px) {
    .about__container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about__title::after {
        margin: 10px auto 0;
    }

    .about__image {
        order: -1;
        /* картинка сверху */
    }
}

.services {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f7faff 0%, #eef4ff 100%);
    text-align: center;
}

.services__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 50px;
    position: relative;
}

.services__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #1A4CA0;
    border-radius: 2px;
    margin: 16px auto 0;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.service-card__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A4CA0, #5B8DEE);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    transition: background 0.3s ease;
}

.service-card:hover .service-card__icon {
    background: linear-gradient(135deg, #5B8DEE, #1A4CA0);
}

.service-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #3E3E3E;
    line-height: 1.5;
}

.services__note {
    background: #1A4CA0;
    color: #fff;
    font-weight: 600;
    padding: 18px 28px;
    border-radius: 14px;
    max-width: 620px;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(26, 76, 160, 0.3);
}


/* Анимация плавного появления */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Исходное состояние */
.section-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease, transform 1s ease;
}

/* Когда в зоне видимости */
.section-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.title {
    display: flex;
    justify-content: center;
}



.infos {
    min-height: 15rem;

}

.infos {
    padding: 80px 20px;

    text-align: center;
}

.infos__title {
    font-size: 2rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 40px;
}

.infos__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;

    margin: 0 auto;
}

.info-card {
    background: #f9fafc;
    border-radius: 16px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.info-card__icon {
    font-size: 2rem;
    color: #ffda0a;
    margin-bottom: 16px;
}

.info-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3E3E3E;
}

.info-card__text {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

/* Анимация появления всей секции */
.section-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease, transform 1s ease;
}

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

.timeline {
    position: relative;

    margin: 0 auto;
    padding: 2rem 0;
    font-family: sans-serif;
    background: #f7faff;
}

.timeline h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
}

/* Контейнер для таймлайна */
.timeline__container {
    position: relative;
    padding: 0 2rem;
}

/* Вертикальная линия по центру */
.timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #3498db;
    transform: translateX(-50%);
}

/* Позиции блоков */
.timeline__item {
    position: relative;
    width: 45%;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: slideIn 0.6s forwards;
}

/* Левая сторона */
.timeline__item.left {
    left: 0;
    text-align: right;
}

/* Правая сторона */
.timeline__item.right {
    left: 55%;
    text-align: left;
}

/* Точки на линии */
.timeline__item::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #3498db;
    border-radius: 50%;
    border: 3px solid #fff;
}

.timeline__item.left::before {
    right: -10px;
}

.timeline__item.right::before {
    left: -10px;
}

/* Содержимое блоков */
.timeline__content {
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив для мобильных устройств */
@media(max-width: 768px) {

    .timeline__item,
    .timeline__item.left,
    .timeline__item.right {
        left: 0 !important;
        width: 100%;
        text-align: left;
    }

    .timeline__item::before {
        left: -10px;
    }

    i.fas.fa-times {
        color: #626262;
    }

    .nav__list {
        display: flex;
        list-style: none;
        gap: 1rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .controllers {
        display: none;
    }
}


.nav__lang select {
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 0.5rem center;
    background-size: 12px;
    cursor: pointer;
    border: none;
}


/*  */

/* Section */
.reviews {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f7faff 0%, #eef4ff 100%);
    text-align: center;
}

.reviews__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1A4CA0;
    margin-bottom: 50px;
    position: relative;
}

.reviews__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #1A4CA0;
    border-radius: 2px;
    margin: 16px auto 0;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;

    transition: all 0.3s ease;
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.review-card__top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.review-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A4CA0, #5B8DEE);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.review-card__info {
    text-align: left;
}

.review-card__name {
    font-weight: 600;
    font-size: 1rem;
    color: #3E3E3E;
}

.review-card__role {
    font-size: 0.85rem;
    color: #7d7d7d;
}

.review-card__text {
    font-size: 0.95rem;
    color: #3E3E3E;
    line-height: 1.5;
}

/* Swiper кастомизация */
.reviews__slider {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1A4CA0;
}

.swiper-pagination-bullet {
    background: #1A4CA0;
}

.controllers {
    position: relative;
}

.controllers .swiper-button-prev {

    top: -14rem;
}

.controllers .swiper-button-next {

    top: -14rem;
}

section#contacts {
    background: #f7faff;
    padding: 80px 20px;

}

section#contacts2 {
    background: #f7faff;
    padding: 80px 20px;
}

.contacts__form {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

/* Два поля в ряд на десктопе: Имя + Прізвище */
.wpcf7 .form-row {
    display: flex;
    gap: 16px;
}

.wpcf7 .form-row .wpcf7-form-control {
    flex: 1;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: border 0.3s, box-shadow 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #0077ff;
    box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.1);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background: #0077ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 20px;
    transition: background 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background: #2d74ba;
}

/* Адаптация под мобильные */
@media(max-width: 640px) {
    .wpcf7 .form-row {
        flex-direction: column;
    }
}


form.wpcf7-form.init {
    padding: 1rem;
    background: white;
    border-radius: 25px;
}


.floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icon:nth-child(2) {
    top: 20%;
    right: 15%;
    animation-delay: 1s;
}

.floating-icon:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.floating-icon:nth-child(4) {
    bottom: 30%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-20px) rotate(120deg);
    }

    66% {
        transform: translateY(-10px) rotate(240deg);
    }
}




/* ====== Контакты ====== */
.contacts {
    padding: 60px 0;
    background: #f9f9f9;
}

.contacts__container {
    max-width: 1100px;
    margin: 0 auto;
}

.contacts .title {
    text-align: center;
    margin-bottom: 40px;
}

.contacts__content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.contacts__info,
.contacts__legal {
    flex: 1 1 45%;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contacts__info h2,
.contacts__legal h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #1A4CA0;
}

.contacts__info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.contacts__info li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
}

.contacts__info li i {
    color: #1A4CA0;
    margin-right: 10px;
    font-size: 1.2rem;
    min-width: 20px;
    text-align: center;
}

.contacts__info a {
    color: #1A4CA0;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
}

.contacts__info a:hover {
    color: #FF6B00;
}

.contacts__legal p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #444;
}

.contacts__docs a {
    display: block;
    margin-bottom: 8px;
    color: #1A4CA0;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease;
}

.contacts__docs a:hover {
    color: #FF6B00;
}

/* ====== Адаптив ====== */
@media (max-width: 768px) {
    .contacts__content {
        flex-direction: column;
    }

    .contacts__info,
    .contacts__legal {
        flex: 1 1 100%;
    }
}


/* Новый */

.hero {
    text-align: center;
    padding: 4rem 2rem;
    background: #F8F9FA;
}

.hero-icon {
    font-size: 4rem;
    color: #0077FF;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: 2.5rem;
    color: #f3f3f3;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #6C757D;
    margin-bottom: 2rem;
}

.content-section {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.intro-text {
    font-size: 1.1rem;
    color: #212529;
    margin-bottom: 3rem;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    color: #212529;
    margin-bottom: 1rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.product-card {
    background: #ecf3f9;
    color: #2b2b2b;
    padding: 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product-card h3 {
    font-size: 16px;
}


.product-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2d74ba;
}

.highlight {
    color: #1e1e2f;
    padding: 2rem 1rem;
    text-align: center;

    margin: 2rem 0;
    background: #ecf3f9;
}

.highlight-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2d74ba;
}

.brands-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-badge {
    background: #ecf3f9;
    color: #2d74ba;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}




/* Foter */
.site-footer {
    background: #1E1E2F;
    color: #E0E1DD;
    padding: 3rem 1rem;
    text-align: center;
    font-size: 0.95rem;
}

.footer-widgets {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
}

.footer-contact,
.footer-nav,
.footer-social {
    flex: 1 1 250px;
}

.footer-contact h4,
.footer-nav h4,
.footer-social h4 {
    margin-bottom: 1rem;
    color: #fff;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul li {
    margin-bottom: 0.5rem;
}

.footer-nav ul li a {
    color: #E0E1DD;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
    color: #3A86FF;
}

.footer-social a {
    color: #3A86FF;
    margin-right: 1rem;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 2rem;
    font-size: 0.85rem;
    opacity: 0.7;
}



/*  */
.info-sections {
    max-width: 1200px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 1rem;
}

.info-card {
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.info-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.info-content {
    padding: 1.5rem;
    text-align: center;
}

.info-content h3 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #212529;
}

.info-content p {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #555;
}

.btn {
    display: inline-block;
    background: #1e1e2f;
    color: #fff;
    padding: 0.6rem 1.8rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    font-size: 14px;
}

.btn:hover {
    background: #2d74ba;
}

/* Адаптив */
@media (max-width: 992px) {
    .info-sections {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .info-sections {
        grid-template-columns: 1fr;
    }
}


.site-main h1 {
    color: #1A4CA0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-featured-image {
    /* margin-bottom: 30px; */
    /* text-align: center; */
    width: 15%;
}

.page-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* если нужно закругление */
}



/*  */

h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #2d74ba;
    margin: 10px auto;
    border-radius: 2px;
}

.pk-section h2 {

    text-align: center;
    position: relative;
}


.pk-section p {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: justify;
}

.pk-manufacturers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.pk-manufacturer-item {
    background-color: var(--bg-light);
    padding: 15px;
    border-radius: var(--border-radius);
    text-align: center;
    border-left: 4px solid var(--accent-color);
    transition: var(--transition-all);
}

.pk-manufacturer-item:hover {
    background-color: var(--color-light-gray);
    transform: scale(1.05);
}

.pk-manufacturer-name {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.pk-manufacturer-country {
    color: var(--text-light);
    font-size: 0.95rem;
}

.pk-contacts {
    background-color: var(--bg-light);
    padding: 20px;
    border-radius: var(--border-radius);
    margin: 20px 0;
    text-align: center;
}

.pk-contacts a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.pk-contacts a:hover {
    color: var(--color-ukraine-blue);
    text-decoration: underline;
}

.pk-gallery-placeholder {
    text-align: center;
    margin-top: 20px;
    color: var(--text-light);
    font-style: italic;
}

@media (max-width: 768px) {
    .pk-section {
        padding: 20px;
    }

    .pk-section h2 {
        font-size: 2rem;
    }

    .pk-manufacturers-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}



/*  */



.contact-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contact-text {
    flex: 1 1 400px;
}

.contact-text h2 {
    font-size: 32px;
    color: #2d74ba;
    margin-bottom: 20px;
}

.contact-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.contact-form {
    flex: 1 1 400px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #2d74ba;
    outline: none;
}

.contact-form button {
    background: #2d74ba;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: #1c4d80;
}

@media (max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-text,
    .contact-form {
        flex: 1 1 100%;
    }
}


 

.site-main article {

    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;

}
.site-main article td img {
    width: 20%;
}
