.footer {
  background-color: #93B0D0;
  color: white;
  padding: 25px 0 0 0;
  line-height: 135.8%;
}

.footer_contacts_block {
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin-bottom: 25px;
}

.footer_contacts_address {
  display: flex;
  gap: 10px;
}

.footer_contacts_address:before {
  content: url("/source/img/icons/map.svg");
  display: flex;
  align-self: center;
}

.footer_contacts_phone {
  color: white;
  display: flex;
  gap: 10px;
}

.footer_contacts_phone:before {
  content: url("/source/img/icons/phone.svg");
  display: flex;
  align-self: center;
}

.footer_contacts_time {
  display: flex;
  gap: 10px;
}

.footer_contacts_time:before {
  content: url("/source/img/icons/time.svg");
  display: flex;
  align-self: center;
}

.footer_line {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}

.footer_container_services {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin-bottom: 50px;
}

.footer_logo {
  font-size: 26px;
  font-weight: 700;
  color: #EACC97;
}

.footer_logo_text {
  font-size: 16px;
}

.footer_other_a {
  color: white;
}

.footer_title {
  margin-bottom: 5px;
}

.footer_line_img {
  background-image: url("/source/img/icons/footer_line.svg");
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
}

.footer_service_a {
  color: white;
}

.footer_bottom_block {
  background-color: #A6BCD5;
  padding: 25px;
}

.footer_bottom_p {
  font-size: 16px;
  color: white;
  text-align: center;
}

.footer_logo_container_adaptive {
  display: none;
}

@media (max-width: 768px) {
  .footer_contacts_block {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }
  .footer_logo_container {
    display: none;
  }
  .footer_container_services {
    justify-content: start;
  }
  .footer_logo_container_adaptive {
    display: block;
    margin-bottom: 60px;
  }
  .footer_bottom_p {
    text-align: left;
  }
}

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