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/body.png") repeat center top;
}
a {
  text-decoration: none;
/*color: linkColor*/
/*&:hover
		color: linkColorHover*/
}
.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: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.linkImage:hover:before {
  opacity: 0.6;
}
/* normalize */
/* 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%;
}
/* footer */
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  padding: 50px -webkit-calc((1220px - 1180px)/2) 20px;
  padding: 50px calc((1220px - 1180px)/2) 20px;
  min-height: 340px;
  margin: 0 auto;
  background: #1a1a1a;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
}
.footer_left {
  max-width: 380px;
}
.footer_center {
  max-width: 380px;
}
.footer_right {
  max-width: 280px;
}
.footer_sitemap {
  margin-bottom: 16px;
}
.footer_copyright {
  color: #fff;
  margin-bottom: 8px;
}
.footer a {
  color: #ea8100;
}
.footer a:hover {
  color: #c64b00;
}
a.footer_TotallyNotALink {
  color: inherit;
}
a.footer_TotallyNotALink:hover {
  color: inherit;
}
a.footer_TotallyNotALink > span {
  color: #ea8100;
}
a.footer_TotallyNotALink:hover > span {
  color: #c64b00;
}
.contacts_header {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 36px;
}
.contacts_item {
  position: relative;
  padding-left: 24px;
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contacts__footer .contacts_item {
  font-weight: 300;
  color: #fff;
}
.contacts_icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  fill: #7c7c81;
}
.contacts__print .contacts_icon {
  fill: #000;
}
.contacts_icon__address {
  height: 20px;
}
.socialLinks__footer {
  margin-bottom: 16px;
}
.socialLinks_icon {
  width: 40px;
  height: 40px;
  fill: #d5d5db;
  color: #1a1a1a;
  margin-right: 4px;
}
.socialLinks_icon__vk:hover {
  fill: #3176a9;
  color: #fff;
}
.socialLinks_icon__twitter:hover {
  fill: #00a1e1;
  color: #fff;
}
.socialLinks_icon__instagram:hover {
  fill: #ff037f;
  color: #fff;
}
.socialLinks_icon__google:hover {
  fill: #fc4a3c;
  color: #fff;
}
.socialLinks_icon__facebook:hover {
  fill: #25609c;
  color: #fff;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background-image: -webkit-linear-gradient(bottom, #d16200 0%, #f99800 100%);
  background-image: linear-gradient(to top, #d16200 0%, #f99800 100%);
  padding: 11px 26px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
/*&.form_input
		width: auto*/
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background-image: -webkit-linear-gradient(bottom, #903600 0%, #d96100 100%);
  background-image: linear-gradient(to top, #903600 0%, #d96100 100%);
  border-color: #00bcfe;
  cursor: pointer;
}
.button__second {
  background: #fff;
  color: #c64b00;
  border: 1px solid #cdcdcd;
}
.button__second:not(.button__disabled):hover {
  background-color: #fff;
  color: #ea8100;
  border-color: currentColor;
}
.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;
/*&.button
			width: 100%
			max-width: 100%*/
}
.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 {
  clear: both;
  text-align: right;
  padding-top: 40px;
}

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