.header__nav [type="checkbox"] {
    display: none;
}


/* .header__nav ul {
    background-color: teal;
} */

.header__nav label.toggleMenu {
    display: none;
    background: gray;
    cursor: pointer;
}

.header__nav label.toggleMenu .fa {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: #F6FB08;
}

@media all and (max-width: 600px) {
    .footer__icon {
        position: absolute;
        top: 50px;
        left: 20px;
        height: 20px;
    }
}

@media all and (max-width: 993px) {
    .header__icons .header__icon {
        /* margin: 0; */
        height: 20px;
        margin: 15px;
    }
    /* .head */
    .header__nav {
        height: auto;
        /* height: 50px; */
        overflow: hidden;
    }
    .header__nav ul {
        /* width: 100%; */
        margin-top: 50px;
        display: block;
        max-height: 0;
        transition: max-height 1s;
    }
    .header__nav ul li a {
        height: 50px !important;
        line-height: 50px !important;
        /* max-height: 60px; */
    }
    .header__nav label.toggleMenu {
        display: block;
    }
    /* input.toggleMenu:checked+label.toggleMenu {
        background: green;
        color: white;
    } */
    /* input.toggleMenu:checked+.header__nav {
        height: 500px;
    } */
    input.toggleMenu:checked~ul li a.invest {
        margin: 0;
    }
    input.toggleMenu:checked~ul {
        /* margin-right: 5px; */
        display: block;
        position: relative;
        /* overflow: visible;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999; */
        max-height: 5000px;
        transition: max-height 2s ease-in;
    }
    .footer .footer__content .row .email,
    .footer .footer__content .row .contacts {
        font-size: 14px;
        color: white;
        width: 49%;
    }
}