@media only screen and (min-width: 200px) {
  .footer {
    background-color: #08528d;
    padding-top: 65px;
  }
  .footer p,
  .footer i {
    color: #98caf4;
  }
  .footer h4 {
    color: #cbf8e2;
  }
  .footer_div1 {
    padding: 0px 15px;
  }
  .footer_div1_child {
    padding: 0 0 40px;
  }
  .footer_about p {
    font-size: 17px;
  }
  .footer_about p img {
    width: 133px;
    margin: 0 6px 0px 0px;
    float: left;
  }
  .footer_about p a {
    display: inline-block;
    color: #6eebaf;
    font-style: italic;
    transition: all 0.3s ease;
  }
  .footer_about p a:hover {
    text-decoration: none;
    color: #fbfdfc;
  }
  .footer_div1_child h4 {
    margin: 0 0 20px;
  }
  .footer_news_child {
    display: flex;
    margin: 0 0 20px;
    height: 100px;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .footer_news_child:hover {
    background-color: #054375;
  }
  .footer_news_child:hover img {
    filter: brightness(0.7);
  }
  p.footer_news_date {
    font-size: 14px;
  }
  .footer_news_text {
    width: 68%;
    overflow: hidden;
  }
  .footer_news_text p {
    margin: 0;
  }
  .footer_news_text p:nth-child(2) {
    font-size: 16px;
  }
  .footer_news_img {
    padding: 0 12px 0 0;
    width: 32%;
  }
  .footer_news_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    filter: brightness(1);
  }
  .footer_div1_child.footer_quick_links {
    padding: 0;
  }
  .footer_quick_links {
    display: flex;
    flex-direction: column;
  }
  .footer_quick_links a {
    font-size: 17px;
    line-height: 33px;
    color: #98caf4;
  }
  .footer_hr {
    height: 1px;
    background-color: #98caf475;
    width: 60%;
    display: block;
    margin: 35px auto;
  }
  .footer_contacts {
    padding: 0 15px 40px;
  }
  .footer_contacts_child {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 10px;
  }
  .footer_contacts_child i {
    font-size: 22px;
    margin: 0 10px 0 0;
  }
  .footer_contacts_child p {
    margin: 0;
    font-size: 17px;
  }
  .footer_copyright {
    background-color: #00335b;
    padding: 5px;
  }
  .footer_copyright p {
    margin: 0;
    font-size: 15px;
    text-align: center;
  }
  .footer_no_news p {
    color: #c7c7c7;
    font-size: 17px;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #c7c7c7;
    display: inline-block;
  }
}
@media only screen and (min-width: 360px) {
  .footer_about p,
  .footer_quick_links a,
  .footer_contacts_child p {
    font-size: 18px;
  }
  .footer_about p img {
    width: 189px;
  }
  .footer_contacts_child {
    margin: 0 0 15px;
  }
  .footer h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 400px) {
  .footer_div1 {
    padding: 0px 20px;
  }
  .footer_contacts {
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 600px) {
  .footer_news_img {
    width: 150px;
  }
  .footer_news_text {
    flex-grow: 1;
  }
  .footer_contacts {
    padding: 0 115px 40px;
  }
  .footer_contacts h4 {
    text-align: center;
  }
  .footer_contacts_items_basket {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_contacts_child {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .footer_div1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_div1_child {
    width: 49%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer_div1 {
    padding: 0px 25px;
  }
  .footer_quick_links.footer_div1_child {
    width: 100%;
  }
  .footer_quick_links {
    text-align: center;
  }
  .footer_contacts {
    padding: 0 30px 40px;
  }
  .footer_contacts_child {
    width: 30%;
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .footer_div1_child {
    width: 30%;
  }
  .footer_quick_links.footer_div1_child {
    width: 30%;
  }
  .footer_quick_links {
    text-align: left;
  }
}
