@media (min-width: 320px){
  
    .container{
        width: 100%;
/*        overflow: hidden;*/
    }
   
    .arrow{
        display: none;
    }
    .header-top{
        justify-content: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .nav-menu__item{
        margin: 0 7px;
    }
    .header__title{
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .header__text-name {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;    
    padding-bottom: 20px;
    line-height: 40px;
}
    .section__title {
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 15px 0px;
}
    .scills__items {
    margin: 10px 10px;
    justify-content: space-around;
}
    .about-me__title {
    font-size: 20px;
    padding: 25px 0;
    color: darkgreen;    
}
    .about-me__text {
    width: 300px;
    color: darkgreen;
    font-size: 18px;
    position: absolute;
    top: 80px;
}
    .contacts__link {
    font-size: 18px;
    margin-left: 0;
}
    .contacts__text{
        margin-left: 0;
    }
    .author {
   padding: 25px 10px;
}

}

@media (min-width: 768px){
    .header__title{
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 35px;
    }
    .header__text-name{
        font-size: 30px;
    }
    .section__title{
        font-size: 28px;
    }
    .section__title{
        font-size: 28px;
    }
    .about-me__text{
        font-size: 20px;
        top: 170px;
    }
    .contacts {
    background-position: center -75px;
}
}

@media (min-width: 992px){
    .header__title{
        padding-bottom: 50px;
    }
        .contacts {
        background-position: center -145px;
}
}



@media (min-width: 1200px){
    .container{
        width: 1200px;
    }
    .arrow{
        display: block;
    }
    .header-top{
        justify-content: space-between;
        border-bottom: none;
        padding-bottom: 0;
    }
    .nav-menu__item{
        margin-right: 16px;
    }
     .header__title{
    font-size: 45px;
    text-align: center;
    margin-top: 150px;
    padding-bottom: 60px;
    border-bottom: 0;
    }
    .header__text-name {
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;    
    padding-bottom: 200px;
    line-height: 70px;
}
    .section__title {
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding: 25px 0px;
}
.scills__items{
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

    .about-me__title {
    font-size: 60px;
    padding: 25px 0;
    color: chartreuse;
}
    .about-me__text {
    width: 400px;
    color: #68B747;
    font-size: 25px;
    position: absolute;
    top: 180px;
    right: 20px;
}
    .contacts__text{
        margin-right: 50px;
    }
    .contacts__link {
    font-size: 20px;
    margin-left: 50px;
}
    .author {
   padding: 25px 0;
}
    .contacts {
    background-position: center -290px;
}


}



































   
