@font-face {
    font-family: NeueHaas;
    src: url("../fonts/NeueHaasGroteskDisplay55Roman_normal_normal.cf0e93f.woff2");
    font-weight: 400;
}

@font-face {
    font-family: NeueHaas;
    src: url("../fonts/NeueHaasGroteskDisplay65Medium_normal_normal.6c903dd.woff2");
    font-weight: 500;
}

@font-face {
    font-family: NeueHaas;
    src: url("../fonts/NeueHaasGroteskDisplay95Black_normal_normal.000c12c.woff2");
    font-weight: 900;
}


.header-custom *,
.header-custom__bottom *,
.footer-custom * {
    font-family: NeueHaas !important;
}

.header-custom {
    background-color: #fff;
    height: 60px;
    border-bottom: 1px solid #d4d4d4;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-custom.hidden-header {
    top: -110px;
}

.header-custom__container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    height: 100%;
}

.header-custom__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.header-custom__wrapper {
    display: flex;
    align-items: center;
}

.header-custom__burger {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.header-custom__burger svg {
    width: 100%;
}

.header-custom__logo {
    max-width: 128px;
}

.header-custom__logo img {
    width: 100%;
}

.headere-custom__nav {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 20px;
}

.headere-custom__nav span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}


.headere-custom__nav span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.headere-custom__nav span:hover {
    border-color: #000;
}

.header-custom__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-custom__buttons>img {
    max-width: 16px;
    height: 16px;
    cursor: pointer;
}

.header-custom__buttons a {
    color: #D2232E;
    display: inline-block;
    border: 1px solid #D2232E;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 14px;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.header-custom__buttons a:hover {
    background-color: #D2232E;
    color: #fff;
}

.header-custom__buttons span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.header-custom__buttons>svg {
    max-width: 16px;
    height: 16px;
    cursor: pointer;
}

.header-custom__bottom {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    z-index: 2;
    position: relative;
    margin-top: 60px;
}

.header-custom__nav {
    height: 48px;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.header-custom__nav span {
    position: relative;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.header-custom__nav span:hover {
    color: #474747;
}

.header-custom__nav span:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d4d4d4;
    position: absolute;
    top: 0;
    right: -15px;
}

@media (max-width:1100px) {

    .headere-custom__nav {
        position: absolute;
        top: 59px;
        height: 48px;
        border-top: 1px solid #d4d4d4;
				border-bottom: 1px solid #d4d4d4;
        width: 100%;
        left: -20px;
        overflow-x: auto;
        justify-content: flex-start;
				background: #fff;
    }

    .headere-custom__nav span:first-child {
        padding-left: 20px;
    }

    .headere-custom__nav span:last-child {
        padding-right: 20px;
    }

    .header-custom__logo {
        max-width: 96px;
    }

    .header-custom__buttons a {
        padding: 5px;
    }

    .header-custom__buttons {
        gap: 10px;
    }

    .header-custom__top {
        gap: 10px;
    }

    .header-custom__bottom {
        margin-top: 110px;
    }

    .header-custom__nav {
        white-space: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

}



.footer-custom {
    background-color: #000;
    padding-bottom: 30px;
    color: #fff;
    padding-top: 30px;
}

.footer-custom__container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}

.footer-add {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.footer-add-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.footer-add-top span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.footer-add-top p {
    white-space: nowrap;
    flex: 0 0 auto;
    font-family: sans-serif !important;
    font-size: 12px;
    line-height: 12px;
}

.footer-add-bottom {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.footer-add img {
    width: 100%;
    max-width: 730px;
}

.footer-custom__top {
    display: flex;
    gap: 10%;
}

.footer-custom__logo {
    max-width: 150px;
}

.footer-custom__logo img {
    width: 100%;
}

.footer-custom__socials {
    display: flex;
    gap: 32px;
    align-items: center;
}

.footer-custom__socials img {
    width: 17px;
    height: auto;
}

.footer-custom__nav {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 18px;
    margin-bottom: 14px;

    font-size: 12px;
    line-height: 15px;
}

.footer-custom__nav span {
    cursor: pointer;
    font-weight: 500;
}

.footer-custom__nav span:hover {
    text-decoration: underline;
}

.footer-custom__img {
    max-width: 200px;
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
}


.footer__bottom p {
    padding: 15px 0 0 0;
    margin: 5px 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.footer-custom__menu {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    gap: 20px;
    padding-top: 15px;
}

.footer-custom__menu span {
    cursor: pointer;
    font-weight: 500;
}

.footer-custom__menu span:hover {
    text-decoration: underline;
}

.footer-custom__btn {
    margin-top: 50px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #202020;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 32px;
    transition: .3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
}

.footer-custom__btn:hover {
    background-color: #D4D4D4;
}

@media (max-width: 991px) {

    .footer-custom__nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-custom__menu {
        white-space: nowrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-custom__menu span {
        padding: 10px 20px 10px 0;
    }

    .footer-add {
        display: none;
    }

    .footer-custom {
        padding-top: 30px;
    }

    .footer-custom__top {
        flex-direction: column;
        gap: 24px;
    }

}