body {
  position: relative;
  min-height: 757px;
}

footer {
  margin-top: 70px;
}

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;
}

.main-section {
  width: 900px;
  max-width: 100%;
  margin: 190px auto 50px auto;
  padding: 40px 20px;
  background: linear-gradient(60deg, rgb(51, 89, 137) 0%, rgb(113, 153, 195) 100%);
}
.main-section h2 {
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.main-section h3 {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.main-section .input__wrap {
  width: 725px;
  max-width: 100%;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: space-between;
}
.main-section .input__wrap .input {
  width: 170px;
}
.main-section input[type=submit] {
  margin: 15px auto 0 auto;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .main-section {
    margin: 130px auto 50px auto;
  }
  .main-section h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .main-section .input__wrap {
    flex-direction: column;
    align-items: center;
  }
  .main-section .input__wrap .input {
    width: 240px;
    margin-bottom: 15px;
  }
  footer {
    position: unset;
  }
}/*# sourceMappingURL=style-price.css.map */