.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: #fff;
}
.footer_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_line__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem -webkit-calc((100% - 1210px)/2);
  padding: 3rem calc((100% - 1210px)/2);
  box-shadow: 2px 4px 16px rgba(0,1,1,0.16);
  background-color: #5d6e6e;
}
.footer_line__bottom {
  padding: 2.75rem -webkit-calc((100% - 1210px)/2) 2.375rem;
  padding: 2.75rem calc((100% - 1210px)/2) 2.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a6bab7;
  background-color: #217dcc;
}
.footer_subline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_subline__top {
  display: block;
  border-bottom: 3px solid #35a2ff;
  padding-bottom: 2.5rem;
}
.footer_subline__bottom {
  padding-top: 1.5rem;
}
.footer_logo > img {
  display: block;
  width: auto;
  height: 48px;
}
.footerMenu {
  zoom: 1;
  width: 1136px;
  margin: auto;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_firstLevel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0px;
  color: #b5e4ff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0.625rem 0 0 0;
}
.footerMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  margin: 0 25px;
}
.footerMenu_firstLevelItemLink {
  text-decoration: none !important;
}
.footerMenu_firstLevelItemLink:hover {
  color: #fff !important;
}
.footer_copyright {
  margin: 0;
  font-size: 0.875rem;
}
.footer_copyright__studio {
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.footer_customBlock {
  margin-top: 1rem;
}
.footer a:not(.button) {
  color: inherit;
  text-decoration: underline;
}
.footer a:not(.button):hover {
  text-decoration: none;
}
a.footer_totallyNotALink {
  color: inherit;
  text-decoration: none;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  text-decoration: underline;
}
a.footer_totallyNotALink:hover > span {
  text-decoration: none;
}
.footer_upperMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0px;
  color: #b5e4ff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin: 0 0 0.625rem 0;
}
.footer_upperMenuItem {
  margin: 0 25px;
}
.footer_upperMenu .link {
  text-decoration: none !important;
}
.footer_upperMenu .link:hover {
  color: #fff;
}
.footer_column {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #fff;
}
.footer_columnLink:not(.footer_mail) {
  text-decoration: none !important;
}
.footer_column.socialLinks {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer_contactIcon {
  width: 7%;
  margin-right: 3%;
}
.footer_contactItem {
  width: 90%;
}

/*# sourceMappingURL=../maps/component/footerComplete.css.map */
