.menu-wrap {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    overflow: hidden;
    height: 40px;
    z-index: 2000;
}

.menu_content {
    top: 5px;
    width: 100%;
}

.btn_close {
    top: 5px;
    right: 20px;
}

.menu {
    height: 40px;
}

#menu {
    position: fixed;
    margin-top: 35px;
    z-index: 1000;
}

/*sleeper*/

.sleeper {
    background-image: url(../img/sleeper-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.info-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.info-blocks {
    padding-top: 50px;
    padding-bottom: 30px;
}

.info-block__ico {
    max-width: 80px;
    margin-right: 20px;
}

.wrap-content {
    padding-top: 110px;
    padding-bottom: 110px;
}

.sec-pretitle {
    font-size: 32px;
}

/*compositions*/
.composition {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.compos {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    width: 20%;
    padding-top: 200px !important;
    text-align: center;
    padding: 0 0 12px;
    font-size: 14px;
}

.compos-name {
    margin-top: -36px;
    margin-bottom: 15px;    
    font-size: 16px;
    font-weight: bold;
}

.compos p:nth-child(2) {
    padding: 0 17px;
}

.composition1 {
    background: url("../img/compos1.jpg") no-repeat center top;
}

.composition2 {
    background: url("../img/compos2.jpg") no-repeat center top;
}

.composition3 {
    background: url("../img/compos3.jpg") no-repeat center top;
}

.composition4 {
    background: url("../img/compos4.jpg") no-repeat center top;
}

.composition5 {
    background: url("../img/compos5.jpg") no-repeat center top;
}

.composition6 {
    background: url("../img/compos1.jpg") no-repeat center top;
}

/*invest*/
.invest {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #efefef;
}

.invest .wrap-content {
    padding-top: 0;
    padding-bottom: 0;
}

.invest .info-block {
    margin-bottom: 25px;
}

.invest .info-block__ico {
    max-width: 120px;

}

@media (max-width: 992px) {
    .sleeper {
        background-position: 0 0;
        -webkit-background-size: 100%;
        background-size: auto 100%;
    }

    .compos {
        width: 30%;
        margin: 20px 10px;
    }

    .composition {
        margin: 0 30px;
    }

    .menu {
        top: 0;
    }

}

@media (max-width: 768px) {
    .section1 {
        margin-top: 45px;
    }
}

@media (max-width: 660px) {
}

/* .compos {
    width: 40%;
} */

@media (max-width: 540px) {
    .menu {
        top: 10px;
        right: 14px;
    }

    .compos {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
    }

    .menu {
        top: 0;
        right: 10px
    }
}

@media (max-width: 480px) {
    .pack-block {
        position: relative;
        top: 450px;
    }

    .pluses-block {
        position: relative;
        top: 620px;
    }

    .form-block {
        position: relative;
        top: -750px;
    }

    .pack-block {
        top: 600px;
    }

    .main-header {
        top: 600px;
        position: relative;
    }

}

@media (max-width: 415px) {
    .main-header {
        top: 635px;
    }
    .pack-block {
        top: 625px;
    }
}

@media (max-width: 372px) {
    .pluses-block {
        top: 640px;
    }
    .main-header {
        top: 650px;
    }
    .pack-block {
        top: 640px;
    }
}

@media (max-width: 350px) {
    .section1{
        margin-top: 0;
        padding-top: 0;
    }
    .main-header {
        top: 750px;
    }
    .pack-block {
        top: 730px;
    }
    .pluses-block {
        top: 685px;
    }
}




