html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background: #efefef;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
  background: url("/themes/comp1/img/background.jpg") center top fixed no-repeat #c6daf1;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
  visibility: hidden;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0,73,119,0.7);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
/* layout */
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #fff;
  width: 1220px;
  padding: 24px -webkit-calc((1220px - 1180px)/2) 64px;
  padding: 24px calc((1220px - 1180px)/2) 64px;
  margin: 0 auto;
}
.content_sideColumn {
  width: 280px;
}
.content_centerColumn {
  width: 880px;
}
.content_centerFull {
  width: 100%;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background-color: #9a281f;
  padding: 10px 26px;
  line-height: 18px;
  border: 1px solid #9a281f;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background-color: #ffcc42;
  border-color: #ffcc42;
  cursor: pointer;
  color: #373737;
}
.button__second {
  background-color: #fff;
  color: #005690;
  border-color: currentColor;
}
.button__second:not(.button_-disabled):hover {
  background-color: #efefef;
  color: #00bbfe;
}
.button__disabled {
  border-color: #efefef;
  background: #efefef;
  color: #000;
}
.button__freeSpace {
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  min-width: auto;
}
.button__fullSpace {
  padding: 0;
  padding: 10px 0;
  width: 100%;
  min-width: auto;
}
.footerMenu {
  zoom: 1;
  min-width: 380px;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 16px;
}
.htmlShare {
  text-align: right;
  margin-top: 40px;
  clear: both;
}

/*# sourceMappingURL=maps/main.css.map */
