footer {
  background-color: #101a33;
  color: white;
}
.footer-main-content {
  border-bottom: solid #cccccc 2px;
}
.footer-first-block {
  h4 {
    color: white;
  }
  p {
    margin-bottom: 1em;
  }
  img {
    transform: scale(1);
  }
  max-width: 550px;
}
.footer-first-block h4 {
  font-size: 1.3em;
}
.footer-first-block p {
  color: #b9b9b9;
}
.footer-form {
  height: 55px;
  background-color: white;
  border-radius: 60px;
}
.footer-form input {
  border: none;
  border-radius: 60px 0 0 60px;
}
.footer-form input:hover,
.footer-form input:active,
.footer-form input:focus {
  outline: 0;
  outline-offset: 0;
}
.footer-form button {
  margin: 12px;
  font-size: 1.3em;
  border-radius: 50px;
  border: none;
  color: white;
  background-color: #78aa8f;
}
.footer-support_healthy ul {
  li {
    a {
      color: #b9b9b9;
    }
    a:hover {
      color: #f4f4f4;
    }
  }
  list-style-type: none;
}
.footer-support_healthy {
  h4 {
    color: white;
  }
}
.footer-phone {
  font-size: 2em;
  font-weight: 600;
}
.footer-accordion {
  border-top: solid #78aa8f 1px;
  border-bottom: solid #78aa8f 1px;

  color: white;
}
.footer-accordion-button {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: white !important;
  font-size: 1em;
  font-weight: 500;
}
.footer-accordion-button::after,
.footer-accordion-button:not(.collapsed)::after {
  background: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-accordion-item {
  background: none;
}
.footer-accordion-collapse {
  color: white;
}
.footer-schedule {
  color: #b9b9b9;
}
.footer-call-btn {
  border-radius: 30px;
  border: none;
  background-color: #78aa8f;
  color: white;
  font-size: 1.2em;
  font-weight: 500;
}
.footer-copy {
  a {
    color: #b9b9b9;
  }
  a:hover {
    color: #f4f4f4;
  }
}
.footer-accordion-button::after,
.footer-accordion-button:not(.collapsed)::after {
  background: url("../img/svg/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1400px) {
  .footer-phone {
    font-size: 1.3em;
  }
  .footer-call-btn {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .footer-copy span,
  .footer-copy a {
    font-size: 14px;
  }
}

@media (max-width: 770px) {
  .footer-form {
    height: 30px;
    background-color: white;
    border-radius: 60px;
  }
  .footer-form input {
    font-size: 14px;
    border-radius: 60px 0 0 60px;
  }
  .footer-form button {
    margin: 12px;
    font-size: 0.8em;
    border-radius: 50px;
    border: none;
    color: white;
    background-color: #78aa8f;
  }
}
