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: url("/themes/comp1/img/bg.png") repeat #fff;
  font-family: "Open Sans", sans-serif;
  color: #141617;
}
.wrapper {
  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;
  min-width: 1222px;
}
a,
_a {
  color: #0378d8;
  text-decoration: none;
}
.search_item a,
.search_item _a {
  text-decoration: none !important;
}
a:visited,
_a:visited {
  color: #0378d8;
}
a:hover,
_a:hover {
  color: #1252b0;
}
a:active,
_a:active {
  color: #0378d8;
}
.hide {
  display: none;
  visibility: hidden;
}
.linkImage {
  display: block;
  position: relative;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(18,82,176,0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.linkImage:hover:before {
  opacity: 0.6;
}
/* 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: 1222px;
  box-shadow: 4px 7px 20px rgba(0,1,1,0.16);
  padding: 24px -webkit-calc((1222px - 1180px)/2) 64px;
  padding: 24px calc((1222px - 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: #d4191d;
  padding: 10px 26px;
  line-height: 18px;
  border: 1px solid #d4191d;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background-color: #970119;
  border-color: #970119;
  cursor: pointer;
  color: #fff;
  box-shadow: 2px 4px 12px rgba(20,22,23,0.32);
}
.button:active {
  color: #fff !important;
}
.button__second {
  background-color: #fff;
  color: #141617;
  border-color: #d4191d;
  font-weight: 400 !important;
}
.button__second:not(.button_-disabled):hover {
  background-color: #fff;
  color: #494c50;
  border-color: #970119;
  box-shadow: 1px 2px 6px rgba(20,22,23,0.2);
}
.button__second:active {
  background-color: #fff !important;
  color: #141617 !important;
  border-color: #d4191d !important;
  box-shadow: unset !important;
}
.button__disabled,
.button__disabled:hover {
  border-color: #e8eff7;
  background: #e8eff7;
  color: #494c50;
}
.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: 10px;
  padding-right: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.htmlShare {
  text-align: right;
  margin-top: 40px;
}
.search_itemParent {
  color: #494c50;
  font-size: 14px;
  font-weight: 300;
}
.widgetHolder-SliderHomepageWidget,
.widgetHolder-TextBlockHomepageWidget,
.widgetHolder-HTMLBlockHomepageWidget {
  margin-bottom: 40px;
}
.widgetHolder-SliderHomepageWidget h2,
.widgetHolder-TextBlockHomepageWidget h2,
.widgetHolder-HTMLBlockHomepageWidget h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

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