html,
body {
  height: 100%;
}
html {
  font-size: 17px;
  line-height: 1.5;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-width: 1220px;
  min-height: 100vh;
  background: #fff;
  font-family: "PT 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;
}
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(116,89,153,0.55);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
/* layout */
.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-image: url("/themes/comp1/img/body.png");
  width: 100%;
  margin: 0 auto;
  padding: 0 -webkit-calc((100% - 1220px)/2);
  padding: 0 calc((100% - 1220px)/2);
}
.content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/themes/comp1/img/pattern.png") top center repeat-x;
}
.content_wrapper {
  padding: 24px 20px 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0f0f0;
}
.content_sideColumn {
  width: 280px;
}
.content_centerColumn {
  width: 880px;
}
.content_centerFull {
  width: 100%;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background: -webkit-linear-gradient(bottom, #775c9c 0%, #987ebb 100%);
  background: linear-gradient(to top, #775c9c 0%, #987ebb 100%);
  padding: 11px 26px;
  line-height: 18px;
  border: none;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: -webkit-linear-gradient(top, #bda7d8 0%, #a289c5 100%);
  background: linear-gradient(to bottom, #bda7d8 0%, #a289c5 100%);
  border-color: #00bcfe;
  color: #fff;
  cursor: pointer;
}
.button__second {
  background-color: #fff;
  color: #217db9;
  border-color: currentColor;
}
.button__second:not(.button_-disabled):hover {
  background-color: #fff;
  color: #00bbfe;
  border-color: button2BorderHoverHover;
}
.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;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 40px;
}
.search_item {
  margin-bottom: 0 !important;
}
.search_itemParent {
  display: block;
  font-size: 0.882352941176471rem;
  color: #a6a6a6;
  margin-bottom: 12px;
}

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