/*О нас*/
@media (max-width: 1440px) {

}
@media (max-width: 768px) {
  .container-header {
 width: 768px;
 margin-bottom: 10px;
  
 }
 .flex__container__1 {
    height: 40px;
 }
 .flex__container__1 a{
    font-size: 16px;
    letter-spacing: 0.5px; 
 }
 
 .logo__1 {
    padding-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1px;
 }
 .logo__1 p {
   font-size: 16px;
   font-weight: 400; 
 }
 .header__container__2 {
     max-width: 768px;
 }
 .nav__link {
    font-size: 16px;
 }
 .search input {
    width: 30em;
    height: 2em;
    font-size: 19px;
}
.container__main-5 {
    font-family: "Roboto-Regular", sans-serif;
    list-style: none;
    padding: 5px;
    margin-top: 50px;
    background: #eee;
    width: 768px;
    height: auto;
    border: 1px solid #909090;
    
}
.main__title-5 {
    margin-bottom: 0px;
    background: #eee;
    
}
h2 {
    padding: 5px;
    color: #909090;
    font-size: 16px;
    letter-spacing: 0.5px;
     
}
.main__text-5 {
    background: var(--color-white);
    padding: 5px;
}
ul {
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #909090;
    list-style: none;

}
p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
     
     
}
/*Footer*/
.container__footer {
  width: 768px;
  height: 35vh;  
}
.item {
  display: grid;
  height: 200px;
  grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  gap: 20px 10px;
  line-height: 35px;
  padding: 20px;
  margin-bottom: 5px;
}
.column {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 17px;  
}
.item-1 a,
.item-2 a,
.item-3 a,
.item-4 {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--color-accent);
}
.content__date-year {
    width: auto;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    gap: 5px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
}
@media (max-width: 425px) {
 .container-header {
 width: 425px;
 padding: 10px;
 margin-bottom: 0px;
 
  
 }
 .flex__container__1 {
    height: 20px;
 }
  .flex__container__1 a{
    font-size: 13px;
    letter-spacing: 0.3px; 
 }
  /*Контакты*/
.article__6 {
 padding-right: 10px;
}
  .logo__1 {
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 0.3px;
 }
 .logo__1 p {
   font-size: 13px;
   font-weight: 400; 
 }
 .header__container__2 /*header__container*/{
     
    margin-left: 10px;
    margin-right: 10px; 
   
     
}
.container__main-5 {
    font-family: "Roboto-Regular", sans-serif;
    list-style: none;
    padding: 5px;
    margin-top: 50px;
    background: #eee;
    width: 425px;
    height: auto;
    border: 1px solid #909090;
    
}
.main__title-5 {
    margin-bottom: 0px;
    background: #eee;
    
}
h2 {
    padding: 5px;
    color: #909090;
    font-size: 16px;
     
}
.main__text-5 {
    background: var(--color-white);
    padding: 5px;
}
ul {
    padding-left: 10px;
    font-size: 16px;
    color: #909090;
    list-style: none;

}
p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 16px;
    line-height: 1.4;
     
     
}
/*Footer*/
.container__footer {
  width: 425px;
  height: 35vh;  
}
.item {
  display: grid;
  height: 200px;
  grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  gap: 20px 10px;
  line-height: 30px;
  padding: 20px;
  margin-bottom: 5px;
}
.column {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 14px;  
}
.item-1 a,
.item-2 a,
.item-3 a,
.item-4 {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--color-accent);
}
.content__date-year {
    width: auto;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    gap: 5px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
}