*{
    box-sizing: border-box;
}

html, body{
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    color: white;
}

.header__menu{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 80px;
    max-width: 1440px;
    padding: 0 100px;
    margin: 0 auto;
}


.container{
    width: 100%;
    max-width: 1440px;
    padding: 0 100px;
    margin: 0 auto;
}

.header__menu-link{

}




header{
    margin-top: -10px;
    position: fixed;
    background-color: black;
    width: 100%;
    height: 80px;
}



.hero{
    padding: 100px 0;
}

.hero__contant{
    display: flex;
    /* display: block; */
    list-style: circle; 
    margin-right: 10%;
}


.hero__figure{
    margin-right: 50px;
    width: 50%;
    height: 50%;
    
}


.hero__text{
    width: 50%;
    
}

.hero__image{
    width: 500px;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
}


.hero__title{
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
}

.hero__text{
    width: 50%;
}

.hero__titel{
    font-size: 54px;
    line-height: 10Spx;
    color: white;
    
}


.hero__subtitel{
    margin-top: 32px;
    /* margin-right: 10%; */
    font-style: 27px;
    line-height: 30px;
}

.header__menu-link{
    display: flex;
    /* flex-wrap: wrap; */
    margin-left: 50px;
    line-height: auto;
    color: white;
    text-decoration: none;
    transition: color 0.5 s;
    list-style-type:  none;

}
.header__menu-link:hover{
    color: #9713b8;
}


.bases__content{
    display: flex;
    align-items: center;
}

.bases__text-conduct{
    margin-top: 32px;
    margin-left: 10%;
    line-height: 32px;
}

.bases__text-sense{
    margin-top: 32px;
    margin-left: 10%;
    line-height: 32px;
}

.bases__figure{
    width: 50%;
    height: 450px;
    /* margin-right: 60px; */
    border-radius: 10px;
}

.bases__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
}

.bases__text, .work__text{
    width: 50%;
}

.bases__title, .work__title{
    margin-left: 10%;
    margin-top: 100px;
    font-size: 3rem;
}

.creative__content{
    display: flex;
    align-items: center;
}

.creative__text-start{
    margin-left: 5%;
}

.creative__figure{
    width: 50%;
    height: 450px;
    margin-right: 60px;
    border-radius: 10px;
}


.creative__title{
    margin-left: 5%;
    margin-top: 50px;
    font-size: 3rem;
    line-height: 50px;
}
.creative__img{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.creative__text{
    width: 50%;
}

.creative__content{
    margin-top: 32px;
    margin-right: 10%;
    line-height: 32px;
}

.creativ__body-text{
    margin-right: 10%;
    line-height: 32px;
    align-items: center;
    margin-left: 5%;
}

.creative__text-2,.work__text-inlet{
    width: 50%;
    margin-left: 5%;
    
}



.work__text{
    margin-right: 10%;
    line-height: 32px;
    align-items: center;
    margin-left: 5%;
}




.creative__img-2{
    width: 100%;
    margin-left: 60px;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
    
} 

.hero__container .column {
    /* float: left; */
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}


.columns {
    display: flex;
}

/* .hate__text{
    margin-top: -50px;
} */

/* .lesson{
    margin-left: 5%;
} */

.lesson__p{
    margin-top: 3em;
    margin-bottom: 1em;
    
    
    
}
    
   
.lesson__list{
    /* display: flex; */
    text-align: center;
    height: 50%;
}

.widf_list{
    margin-right: 25%;
    margin-left: 25%;
}


/* @media (max-width: 1260px) {
    .header__menu{
        width: 100%;
        max-width: auto;
        padding: 0;
        margin: 0 auto;
    }
    
    .container{
        width: 100%;
        max-width: 1440px;
        padding: 0 32px;
        margin: 0 auto;

    
    }
    .hero{
        padding: 64px 0;
        
    }
    .hero__contant{
        display: block;
        margin-right: 0;
    }

    .hero__figure{
        margin-right: 0;
        height: auto;
        margin-bottom: 32px;
        
    }

    .hero__text{
        width: auto;
        text-align: center;
        
    }
} */

@media (max-width: 1260px) {
    .header__menu{
        width: 100%;
        max-width: auto;
        padding: 0;
        margin: 0 auto;
    }
    
    .container{
        /* width: 100%; */
        max-width: auto;
        padding: 0 32px;
        /* margin: 0 auto; */

    
    }
    .hero{
        padding: 64px 0;
        
    }
    .hero__contant{
        display: block;
        margin-right: 0;
    }

    .hero__figure{
        /* margin-right: -16px;
        margin-left: -16px; */
        padding: 0;
        height: auto;
        margin-bottom: 32px;
        
    }

    .hero__text{
        width: 100%;
        text-align: left;
        margin-top: 16px;
        font-style: 18px;
        line-height: 24px;
        
    }

    .hero__titel{
        line-height: 44px;
    }

    .hero__image{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {

    /* <header class="app__header header">
            <nav class="header__menu">
                <ul class="header__menu-link"> */

    .header{
        margin-top: -10px;
        /* position: fixed; */
        background-color: black;
        width: 100%;
        min-height: 80px;
        
    }

    .header__menu{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-height: 80px;
        /* max-width: 1440px; */
        padding: 0 16px 0 16px;
        margin: 0;
        
    }

        
    .header__menu-link{
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        /* margin-left: 20px; */
        /* line-height: auto; */
        min-height: 25px;
        
        /* width: auto; */
        color: white;
        text-decoration: none;
        transition: color 0.5 s;
        list-style-type:  none;
        padding: 0;
    
    
    }






    .container{
        /* width: 100%; */
        max-width: auto;
        padding: 0 16px;
        /* margin: 0 auto; */

    
    }
    .hero{
        padding: 64px 0;
        
    }
    .hero__contant{
        display: block;
        margin-right: 0;
    }

    .hero__figure{
        /* margin-right: -16px;
        margin-left: -16px; */
        padding: 0;
        height: auto;
        margin-bottom: 32px;
        
    }

    .hero__text{
        width: 100%;
        text-align: left;
        margin-top: 16px;
        font-style: 18px;
        line-height: 24px;
        
    }

    .hero__titel{
        line-height: 44px;
    }

    .hero__image{
        width: 160%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 10px;
    }
}


@media(max-width: 768px){
    .bases__content{
        display: block;
        align-items: left;
    }
    
    .bases__text-conduct{
        margin-top: 32px;
        /* margin-left: 10%; */
        line-height: 32px;
        text-align: left;
    }
    
    .bases__text-sense{
        margin-top: 32px;
        /* margin-left: 10%; */
        line-height: 32px;
        text-align: left;
    }
    
    .bases__figure{
        width: auto;
        height: auto;
        /* margin-right: 60px; */
        border-radius: 10px;
    }
    
    .bases__img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 10px;
    }
    
    .bases__text, .work__text{
        width: auto;
    }
    
    .bases__title, .work__title{
        /* margin-left: 10%; */
        margin-top: 100px;
        /* font-size: 3rem; */
    }
}


@media(max-width: 768px){
    /* .header__menu-link{
        display: flex;
        flex-wrap: wrap;
        margin-left: 20px;
        line-height: auto;
        min-height: 80px;
        width: auto;
        color: white;
        text-decoration: none;
        transition: color 0.5 s;
        list-style-type:  none;
    
    } */
    .creative__content{
        display: block;
        align-items: left;
    }
    
    .creativ__list{

    }


    .creative__text-start{
        
        line-height: 32px;
    }
    
    .creative__figure{
        width: auto;
        height: auto;
        
        border-radius: 10px;
    }
    
    
    .creative__title{
        
        margin-top: 50px;
        font-size: 3rem;
        
        line-height: 32px;
        
    }
    .creative__img{
    
        width: 125%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .creative__text{
        width: 100%;
        line-height: 32px;
    }
    
    .creative__content{
        margin-top: 32px;
        
        line-height: 32px;
    }
    
    .creativ__body-text{
        
        line-height: 32px;
        align-items: left;
        
    }
    
    .creative__text-2,.work__text-inlet{
        width: 100%;
        
        
    }

    .lesson__p{
        margin-top: 3em;
        margin-bottom: 1em;
        
        
        
    }
        
       
    .lesson__list{
        /* display: flex; */
        text-align: center;
        height: 50%;
        /* margin: 0 0 0 0; */
    }
    
    .widf_list{
        margin-right: 25%;
        margin-left: 25%;
    }

    .hero__container .column {
        /* float: left; */
        width: auto;
        padding: 0 0 0 16px;
        box-sizing: border-box;
    }
    
    
    .columns {
        /* display: flex; */
        display: block;
    }

    .column__coment{
        width: 100%;
        display: block;
        /* padding: 0 0 0 16px; */
    }
}




























