/* -------------header--------------- */

.burger-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050505;
    z-index: 9999;
}

.burger-menu {
    background: #050505;
    width: 300px;
    height: 100%;
    padding: 40px 30px;
    box-shadow: #050505;
    position: relative;
}

.burger-links {
    list-style: none;
    padding: 0;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.burger-links a {
    color: #FAFAFA;
    /* H6(24) */
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

.burger-menu__top {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.burger-menu__top_logo {
    width: 60px;
}

.contacts-burger-menu {
    position: fixed;
    bottom: 20px;
}

.contacts-burger-menu ul {
    padding: 0;
}

.burger-email, .burger-number-phone {
    display: flex;
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: rgba(250, 250, 250, 0.36);
    list-style-type: none;
}

/* -------------end header--------------- */

/* media 576 */
@media (min-width: 576px) {
    .header__top-left-only-mobile {
        display: none;
    }

    .header__top-left-desktop {
        display: block;
        color: #FAFAFA;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .header-main-section-left-burger-menu {
        display: none;
    }

}

/* -------------fonts--------------- */
@font-face {
    font-family: "Source Sans Pro Bold";
    src: url("../../fonts/SourceSansPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: "Fixel Display-Bold";
    src: url("../../fonts/FixelDisplay-Bold.otf") format("truetype");
    font-style: normal;
    font-weight: 800;
}