/* Additional CSS from original site */
/* This file will contain the main CSS from the original HTML site */

/* Import original CSS if available */
/* You can copy the CSS from _next/static/css/ files here */

/* Header Styles */
.Header_header__i5XlH {
    background: #232435;
    box-shadow: 0 6px 10px rgba(0,0,0,.25);
    height: 122px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .Header_header__i5XlH {
        height: 74px;
    }
}

.Header_main-header__9cFXU {
    display: flex;
    align-items: center;
    width: 100%;
}

.Header_header-logo__moEYH {
    margin-right: 78px;
}

.Header_header-logo__moEYH img {
    width: 75px;
}

.Header_header-nav__ImXA1 ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0;
    padding: 0;
}

.Header_header-nav__ImXA1 ul a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
}

.Header_header-right__6_vRl {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 63px;
}

/* Footer Styles */
.Footer_footer__Um0Ym {
    background-color: #1f2334;
    padding: 3rem 0;
    position: relative;
    box-shadow: inset 0 6px 10px rgba(0,0,0,.25);
}

.Footer_footer-inner__rGYlU {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.Footer_footer-contact__6rZxc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 26px;
    margin-bottom: 30px;
}

.Footer_item__fIiXH {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-decoration: none;
    height: 83px;
    cursor: pointer;
    transition: .3s linear;
}

.Footer_icon__hbIvF {
    width: 83px;
    height: 83px;
    background: #202434;
    border: 1px solid #8089a3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_item__fIiXH span {
    font-size: 3.2rem;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 26px;
}

.Footer_primary-link__V6lNb ul,
.Footer_secondary-link__SzCKw ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.Footer_primary-link__V6lNb ul li h4,
.Footer_secondary-link__SzCKw ul li h4 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.Footer_primary-link__V6lNb ul li a,
.Footer_secondary-link__SzCKw ul li a {
    color: #fff;
    letter-spacing: 1px;
}

.Footer_social-link__yYbKl ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.Footer_social-link__yYbKl ul li a img {
    display: block;
    height: 18px;
}

.Footer_footer-version__v1kVX {
    color: #8089a3;
    font-size: 1.4em;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 1200px) {
    .Footer_footer-inner__rGYlU {
        grid-template-columns: 1fr;
    }
    
    .Footer_footer-contact__6rZxc {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .Header_header-nav__ImXA1 ul {
        display: none;
    }
    
    .Header_block-mb-menu__ioZnu {
        display: block;
    }
}

