h2 {
  font-family: "MazzardH Medium";
  font-size: 46px;
  line-height: 52px;
  color: #053a69;
}

.container {
  width: 1180px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container.bigger {
  width: 1390px;
}
.container.container-header {
  width: 1660px;
}

.button {
  font-family: "MazzardH Semibold";
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 15px 20px 12px 20px;
  cursor: pointer;
  background-color: #e9851e;
  border: none;
  border-radius: 7px;
}
.button.page-button {
  margin: 40px auto;
  width: 400px;
  max-width: 92vw;
  height: 70px;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1b;
  border: 1px solid #6f6f6e;
  border-radius: 7px;
  padding: 7px 0px 7px 20px;
  max-width: 100%;
  width: 100%;
}

label[id$=error] {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
header.active {
  background-color: #f0f0f2;
  box-shadow: 0px 7px 30px -4px rgba(0, 0, 0, 0.4);
}
header.active .header__inner .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.active .header__inner .header__inner-content {
  border-color: #f0f0f2;
}
header.active .header__inner .header__inner-content .header__inner-content__nav a {
  color: #264367;
}
header.active .header__inner .header__inner-content .header__inner-content__nav a:hover {
  color: #eb871e;
}
header.active .header__inner .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
  background-color: #eb871e;
}
header.active .header__inner .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%);
}
header.active .header__inner .header__inner-content .header__inner-content__phone a {
  color: #264367;
}
header.active .header__inner .header__inner-burger .burger-bar {
  background-color: #264367;
}
header .header__inner-logo {
  display: flex;
  align-items: center;
  min-height: 61px;margin-right: 30px;
}
header .header__inner-logo .header__inner-logo__text {
  margin-left: 12px;
  transition: all 0.2s ease-in-out;
}
header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header__inner-burger {
  width: 36px;
  height: 36px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
header .header__inner-burger .burger-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
header .header__inner-content {
  display: flex;
  justify-content: space-between;
  width: 1320px;
  max-width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__nav {
  display: flex;
  align-items: center;
}
header .header__inner-content .header__inner-content__nav a {
  font-family: "MazzardH Medium";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0px;

  white-space: nowrap;
  margin: 0 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
header .header__inner-content .header__inner-content__nav a:first-child {
  margin-left: 0;
}
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 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon img {
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__phone a {
  font-family: "MazzardH Medium";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}

footer {
  padding: 35px 0;
  background-color: #335989;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__logo {
  width: 300px;
  max-width: 100%;
}
.footer__logo p {
  font-family: "MazzardH Medium";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.45;
  margin-top: 5px;
}

.footer__list {
  display: flex;
  flex-direction: column;
}
.footer__list a {
  font-family: "MazzardH Medium";
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.45;
  margin-bottom: 20px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts a {
  font-family: "MazzardH Medium";
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer__contacts a img {
  margin-right: 15px;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  max-height: 100%;
  max-width: 100%;
  position: relative;
}

.modal__close {
  background: transparent;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 35px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__overlay {
  will-change: transform;
}

#callback-modal .modal__container {
  background: none;
  height: 645px;
}

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

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blackfriday {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blackfriday img {
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}/*# sourceMappingURL=style-global.css.map */