.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social>a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-h {
    text-align: center;
    margin: 20px 0 40px;
    text-transform: uppercase;
    font-size: 60px !important;
}

@media (max-width: 767px) {
  .u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    display:block;
}
    .u-section-6 .u-container-layout-1 {
        padding-right: 10px;
        margin: 0 10px;
    }

    .u-section-6 .u-container-layout-2 {
        padding-right: 10px;
        margin: 0 10px;
    }

    .u-section-6 .u-container-layout-3 {
        padding-right: 10px;
        margin: 0 10px;
    }

    .u-section-6 .u-container-layout-4 {
        padding-right: 10px;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-1 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-2 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-3 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-4 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-5 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-7 .u-container-layout-6 {
        padding: 0;
        margin: 0 10px;
    }

    .u-section-9 .u-container-layout-1 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-2 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-3 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-4 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-5 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-6 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-7 {
        padding: 2px 30px 2px;
    }

    .u-section-9 .u-container-layout-8 {
        padding: 2px 30px 2px;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

.dn {
    display: none;
}

.hh-header {
    background: linear-gradient(135deg, #282d32, #302c34);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    /* font-family: 'Orbitron', sans-serif; */
    z-index: 1000;
}

.hh-container {
    width: 100%;
    /* max-width: 1200px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hh-logo {
    font-size: 28px;
    font-weight: bold;
    color: #e42c1c;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.hh-logo:hover {
    transform: scale(1.1) rotate(3deg);
}

.hh-nav {
    transition: transform 0.3s ease-in-out;
}

.hh-nav .hh-menu {
    display: flex;
    list-style: none;
    align-items: center;
    /* Вирівнює всі елементи по вертикалі */
    gap: 20px;
    /* Відстань між пунктами */
}

.hh-nav .hh-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    padding: 8px 12px;
    border-radius: 5px;
}

.hh-nav .hh-link:hover {
    background: #d07979;
    transform: scale(1.1);
    color: #fff !important;
}

.hh-contacts {
    display: flex;
    gap: 20px;
}

.hh-contact-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.hh-contact-link i {
    color: #893232;
    font-size: 20px;
}

.hh-contact-link:hover {
    color: #893232;
}

.hh-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.hh-burger:hover {
    transform: scale(1.1);
}

.hh-burger-line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
}

.hh-mobile-logo {
    color: #e42c1c;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    display: none;
}

.hh-mobile-li {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    display: block;
    display: none;
}

@media (max-width: 1220px) {
    .hh-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(30, 26, 34, 0.98);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        transform: translateX(-100%);
        transition: transform 0.5s ease-in-out;
    }

    .hh-nav.active {
        transform: translateX(0);
    }

    .hh-nav .hh-menu {
        flex-direction: column;
        gap: 25px;
    }

    .hh-contacts {
        display: none;
    }

    .hh-burger {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1100;
    }

    .hh-burger.active .hh-burger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hh-burger.active .hh-burger-line:nth-child(2) {
        opacity: 0;
    }

    .hh-burger.active .hh-burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .hh-mobile-logo {
        display: block;
    }

    .hh-mobile-li {
        display: block;
    }
}


.hh-link-but {
    border-radius: 10px;
    border: none;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, #e42c1c, #ff5a36);
    box-shadow: 0 4px 10px rgba(228, 44, 28, 0.5);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hh-link-but:hover {
    background: linear-gradient(45deg, #ff5a36, #e42c1c);
    box-shadow: 0 6px 15px rgba(228, 44, 28, 0.7);
    transform: translateY(-2px);
}

.hh-link-but:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(228, 44, 28, 0.5);
}

_____________________________

/* ====== Загальні стилі ====== */
body.mv-modal-open {
    overflow: hidden;
}

.mv-name {
    margin-left: 20px;
}

/* ====== Фон модального вікна ====== */
.mv-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* ====== Сучасний стиль модального вікна (Glassmorphism) ====== */
.mv-modal {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: white;
}

.mv-modal-overlay.mv-active {
    display: flex;
}

.mv-modal-overlay.mv-active .mv-modal {
    transform: scale(1);
    opacity: 1;
}

.mv-modal h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* ====== Кнопка закриття ====== */
.mv-close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

/* ====== Стильні інпути ====== */
.mv-input-group {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.mv-input-group input {
    width: 100%;
    padding: 12px 40px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}

.mv-input-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    font-size: 16px;
}

/* ====== Іконки в полях ====== */
.mv-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* ====== Помилка валідації ====== */
.mv-error {
    display: none;
    color: #ffdddd;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

/* ====== Ефект при фокусі ====== */
.mv-input-group input:focus,
.mv-input-group input:valid {
    background: rgba(255, 255, 255, 0.2);
}

.mv-input-group input:focus+label,
.mv-input-group input:valid+label {
    top: 10px;
    font-size: 13px;
    color: white;
}

/* ====== Стильна кнопка ====== */
.mv-submit-btn {
    background: white;
    color: #e42c1c;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}

.mv-submit-btn:hover {
    background: #f2f2f2;
}

.mv-submit-btn:active {
    transform: scale(0.95);
}

/* ====== Кнопка відкриття ====== */
.mv-open-modal {
    background: #e42c1c;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.mv-open-modal:hover {
    background: #b82217;
}
.u-section-9 .u-repeater-1 {
  grid-auto-columns: calc(20% - 15px);
  grid-template-columns: repeat(5, calc(20% - 15px));
  min-height: 444px;
  grid-gap: 20px;
}