footer {
  height: 307px;
  background-color: #e0f2fc;
  display: flex;
  justify-content: center;
}

.footer_content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.footer_products > h3,
.footer_contacts > h3 {
  margin: 0px;
}

.footer_products > h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}

.footer_products > a:not(.footer_products > a:last-of-type) {
  margin-bottom: 12px;
}

.footer_products > a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #111111;
}

.footer_contacts > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.contacts_mail,
.contacts_phone,
.contacts_location {
  display: flex;
  align-items: center;
}

.footer_contacts img {
  margin-right: 12px;
}

.footer_logo_block {
  height: 147px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_logo_block .copyright {
  font-size: 20px;
}

.copyright_small_screen_block {
  display: none;
}

.contacts_phone,
.contacts_mail {
  margin-bottom: 12px;
}

.footer_contacts .contacts_text {
  font-size: 20px;
}

a.contacts_text {
  color: black;
  text-decoration: none;
}

@media (pointer: fine) {
  a.contacts_text:hover {
    text-decoration: underline;
  }
}

a.contacts_text:active {
  text-decoration: underline;
  color: #0182bc;
}

.footer_small_screen_br {
  display: none;
}

@media (max-width: 1248px) {
  .footer_small_screen_br {
    display: inline;
  }
}

@media (max-width: 994px) {
  .footer_products > h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .footer_products > a:not(.footer_products > a:last-of-type) {
    margin-bottom: 16px;
  }

  .footer_contacts .contacts_text,
  .footer_products > a {
    font-size: 16px;
  }

  .footer_logo > img {
    width: 164px;
  }

  footer {
    height: 240px;
    align-items: center;
  }

  .footer_content {
    margin-top: 0px;
  }

  .footer_logo_block .copyright {
    font-size: 14px;
  }
}

@media (max-width: 655px) {
  footer {
    height: auto;
  }

  .footer_contacts .contacts_text,
  .footer_products > a {
    font-size: 20px;
  }

  .footer_products > h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .footer_logo_block .copyright {
    display: none;
  }

  .copyright_small_screen_block {
    display: block;
  }

  .copyright_small_screen_block > .copyright_small_screen {
    font-size: 20px;
  }

  .footer_content {
    flex-direction: column;
    padding-top: 43px;
    padding-bottom: 40px;
  }

  .footer_logo_block {
    height: auto;
  }

  .footer_products > a:not(.footer_products > a:last-of-type) {
    margin-bottom: 12px;
  }

  .footer_logo_block,
  .footer_content,
  .footer_products,
  .footer_contacts {
    margin-bottom: 40px;
  }
}
