@media screen and (max-width: 765px ) {
    .header__nav_list {
        display: flex;
        flex-wrap: wrap;
    }
 
.div__head {
    flex-direction: column;
}

.div__header_text1
 {
    max-width: 750px;
    width: 100%;
}
}

@media screen and (max-width: 590px ) {
   .footer__nav-items {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
   }
}

@media screen and (max-width: 420px ) {
.text {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.div__header_text {
    padding: 50px 40px 50px 40px;
}

.title {
    color: #4581B7;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
}

}