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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img {
  border-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 clamp(16px, 7vw, 112px);
}

.header {
/*!  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16); */
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 24px 0;
  }
}
.header a {
  display: inline;
}
.header img {
  display: block;
  width: 204px;
  height: auto !important;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .header img {
    width: 166px;
  }
}

.footer {
  background-color: #00558c;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.5;
}
.footer address {
  font-style: normal;
}
.footer__top {
  padding: 40px 0 46px;
}
.footer__top img {
  display: block;
  width: 132px;
  margin-bottom: 30px;
}
.footer__top .phone-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 16px;
}
.footer__top .phone-email > span {
  padding-left: 32px;
  position: relative;
}
.footer__top .phone-email > span:before {
  font-weight: 300;
  left: 0;
  top: 0;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}
.footer__top .phone-email > span.phone:before {
  content: "\f095";
}
.footer__top .phone-email > span.email:before {
  content: "\f0e0";
}
.footer__top address {
  padding-left: 32px;
  position: relative;
}
.footer__top address:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f041";
  font-weight: 300;
  left: 0;
  top: 4px;
  position: absolute;
}
.footer__bottom-inner {
  padding: 24px 0;
  position: relative;
  border-top: 2px solid #fff;
}
.footer__bottom-inner img {
  display: block;
  width: 54px;
  position: absolute;
  right: 0;
  bottom: calc(100% - 2px);
  z-index: 1;
}
.footer__bottom-inner:after {
  content: "";
  width: 63px;
  height: 2px;
  background-color: #00558c;
  position: absolute;
  right: 0;
  bottom: 100%;
}