#footer {
  position: relative;
  padding: 3vh 4vw;
  background: linear-gradient(270deg, rgba(90, 180, 100, 0.8) 0%, rgba(65, 138, 63, 0.8) 100%);
  overflow: hidden;
  line-height: unset;
  display: flex;
}
#footer .feedback_img {
  display: flex;
  justify-content: center;
}
#footer .feedback_img, #footer .contact_info {
  flex: 1;
}
#footer .feedback_img h2, #footer .contact_info h2 {
  font-size: 1.8em;
  font-weight: 800;
  color: #333333;
}
#footer .feedback_img p, #footer .contact_info p {
  font-size: 1.15em;
  font-weight: 800;
  color: #333333;
}
#footer .feedback_img .copyright, #footer .contact_info .copyright {
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
  min-width: 360px;
  text-align: center;
}
#footer .feedback_img .info_header, #footer .contact_info .info_header {
  font-size: 1.15em;
  font-weight: 400;
}
#footer .feedback_img a, #footer .contact_info a {
  font-weight: 800;
  font-size: 1.15em;
  color: #333333;
}
#footer .contact_info {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .contact_info section {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-width: 552px;
  position: relative;
  padding: 7.3vh 3vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: 2vh;
}
#footer .contact_info section .office .contact_header, #footer .contact_info section .office .office_header, #footer .contact_info section .contacts .contact_header, #footer .contact_info section .contacts .office_header {
  align-items: center;
}
#footer .contact_info section .office img, #footer .contact_info section .contacts img {
  height: 34px;
  width: auto;
}
#footer .contact_info section .office {
  display: flex;
  flex-flow: column;
  row-gap: 3vh;
}
#footer .contact_info section .office .office_header {
  display: flex;
  column-gap: 1vw;
}
#footer .contact_info section .office .office_txt {
  display: flex;
  flex-flow: column;
  row-gap: 1.5vh;
}
#footer .contact_info section .contacts {
  display: flex;
  flex-flow: column;
  row-gap: 3vh;
}
#footer .contact_info section .contacts .contact_header {
  display: flex;
  column-gap: 1vw;
}
#footer .contact_info section .contacts .contact_txt {
  display: flex;
  column-gap: 2%;
}
#footer .contact_info section .contacts .contact_txt .info {
  flex: 1;
}

@media (max-width: 1806px) {
  body main .footer .contact_info h2 {
    font-size: 1.6em;
  }
  body main .footer .contact_info .info_header, body main .footer .contact_info p, body main .footer .contact_info a {
    font-size: 1.05em;
  }
}
@media (max-width: 1636px) {
  body main .footer .feedback_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main .footer .feedback_img img {
    height: 80%;
  }
}
@media (max-width: 1636px) {
  body main .footer .feedback_img {
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 53%;
  }
  body main .footer .contact_info {
    z-index: 3;
    justify-content: end !important;
    -webkit-justify-content: flex-end !important;
    width: 80% !important;
  }
  body main .footer .contact_info section {
    padding: 7.3vh 6vw !important;
  }
  body main .footer .contact_info section .contacts .contact_txt {
    column-gap: 3vw !important;
  }
}
@media (max-width: 966px) {
  body main .footer .contact_info section {
    min-width: unset !important;
  }
}
@media (max-width: 772px) {
  #footer .contact_info .copyright {
    color: #333333;
    z-index: 33333333;
    bottom: 15px;
  }

  .footer {
    padding: 0 !important;
  }
  .footer .contact_info {
    padding: 0 !important;
  }
  .footer .contact_info h2 {
    text-align: center;
  }
  .footer .contact_info section {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
  }
  .footer .contact_info section .office, .footer .contact_info section .contacts {
    align-items: center;
    justify-content: center;
  }
  .footer .contact_info section .office .office_header, .footer .contact_info section .office .contact_header, .footer .contact_info section .contacts .office_header, .footer .contact_info section .contacts .contact_header {
    flex-flow: column;
    align-items: center !important;
    row-gap: 1.5vh;
  }
  .footer .contact_info section .office .office_txt, .footer .contact_info section .office .contact_txt, .footer .contact_info section .contacts .office_txt, .footer .contact_info section .contacts .contact_txt {
    text-align: center;
    flex-flow: column;
    row-gap: 1.3vh;
  }
}

/*# sourceMappingURL=footer.css.map */
