.section-certificates {
    padding-top: 1px;
}
.section-info__item {
    justify-content: space-between;
}
.burger {
    opacity: 1;
    transition: opacity 300ms;
    transition-delay: 300ms;
}
.header__burger {
    width: auto;
}
.nprogress-busy .burger, .nprogress-busy #to_top_scrollup {
    opacity: 0!important;
}
.header-menu__item {
    margin-right: 20px;
}
.header-menu__item:last-child {
    margin-right: 0;
}
@media(max-width: 1366px) {
    .col--lg-offset-2 {
        margin-left: 8.666667%;
    }
    .header-menu__item:nth-child(1) {
        width: auto;
    }
    .header-menu__item:nth-child(2) {
        width: auto;
    }
    .header-menu__item:nth-child(3) {
        width: auto;
    }
    
}
@media(max-width: 1280px) {
    .header-menu {
        flex-direction: column;
        align-items: flex-end;
    }
    .header-menu__item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
}
@media(max-width: 1024px) {
    #myBtn {
        bottom: 0px;
        left: 10px;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 812px) {
    .header__burger {
        position: fixed;
    }
}
@media only screen and (max-width: 500px) {
    .section-project__ul {
        max-width: 80%;
        text-align: left;
    }
    .col--lg-offset-2 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 414px) {
    .section-project__ul {
        max-width: 90%;
    }
}