input[type=text],
input[type=tel],
input[type=email] {
  border: 1px solid #ccc;
  border-radius: 3px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.footer__list a {
  text-decoration: underline;
}

.g-recaptcha {
  margin: 15px 0;
}

img {
  max-width: 100%;
}

header {
  background-color: #f0f0f2;
  box-shadow: 0px 7px 30px -4px rgba(0, 0, 0, 0.4);
}
header .header__inner-logo .header__inner-logo__text {
  filter: brightness(0) saturate(100%) invert(20%) sepia(36%) saturate(1011%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
header .header__inner-content {
  border-color: #f0f0f2;
}
header .header__inner-content .header__inner-content__nav a {
  color: #264367;
}
header .header__inner-content .header__inner-content__phone {
  display: flex;
  align-items: center;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
  background-color: #eb871e;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__phone a {
  color: #264367;
}

@media screen and (max-width: 768px) {
  .g-recaptcha {
    transform: scale(0.9);
    max-width: 260px;
    margin: 15px auto;
  }
}/*# sourceMappingURL=style.css.map */