.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
}
.main-slider_item > img {
    max-height: 700px;
}
.wrapper_main {
    padding-top: 89px;
}
.projects.home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home .project {
    flex: 0 0 49%;
}
.home .project_content {
    display: flex;
    flex-direction: column;    
}
.home .project_partners-wrap {
    flex: auto;
}
.home .project_more {
    position: static;
    margin-top: 10px;
    margin-left: auto;
}
.section_more {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .home .project {
        flex: 0 0 100%;
    }
}
@media (max-width: 1080px) {
    .wrapper_main {
        padding-top: 60px;
    }
}