/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body,
form,
input,
textarea {
  font-family: 'HelveticaNeueCyrRoman', 'helvetica neue', 'Open Sans', sans-serif;
}
/* ======= Footer ========= */
.footer {
  font-family: 'HelveticaNeueCyrLight', 'helvetica neue', 'Open Sans', sans-serif;
  height: 60px;
  color: white;
  margin-top: 60px;
}
.footer .copyright {
  height: 35px;
  padding: 0;
  margin: 0;
}
.footer .copyright .pchel {
  display: inline-block;
  width: 45px;
  height: 40px;
  margin-left: -45px;
  margin-top: -40px;
  position: relative;
  top: -5px;
  left: 10px;
  background: url(../../images/pchel.png) no-repeat;
}
.footer-padding {
  height: 60px;
}
/* ========= Feed back ====== */
.feed-back-container {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: relative;
  margin-bottom: -3px;
  height: 25px;
  display: inline-block;
  width: 182px;
}
.feed-back-container.expanded {
  width: 348px;
}
.feed-back {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0 0 25px;
  -moz-box-shadow: 0 0 25px;
  box-shadow: 0 0 25px;
  position: absolute;
  overflow: hidden;
  z-index: 85;
  bottom: 0;
  font-family: 'HelveticaNeueCyrRoman', 'helvetica neue', 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000000;
  background: #DDDDDD;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.feed-back .header-center {
  text-align: center;
  background: url(../../images/feed-back-header-c.png) repeat-x right bottom;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.feed-back .header-left {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../../images/feed-back-header-l.png) no-repeat left bottom;
}
.feed-back .header-right {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../../images/feed-back-header-r.png) no-repeat right bottom;
}
.feed-back .header-button {
  white-space: nowrap;
  display: block;
  color: #000000;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  padding: 0 45px;
}
.feed-back .header-button:hover {
  color: #E32320;
}
.feed-back.expanded {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.feed-back.expanded .header-button {
  background: url(../../images/feed-back-arrow-l.png) no-repeat right center;
  margin-right: 26px;
  margin-left: 26px;
}
.feed-back .feed-back-form {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: block !important;
  padding: 0 20px 0 20px;
  overflow: hidden;
  height: 0;
  width: 182px;
}
.feed-back .feed-back-form.expanded {
  padding: 10px 20px 16px 20px;
  width: 348px;
  height: 294px;
}
.feed-back .feed-back-form.accepted {
  padding: 10px 20px 16px 20px;
  width: 348px;
  height: 60px;
}
.feed-back label {
  font-size: 11px;
  float: left;
  text-align: left;
  width: 59px;
  line-height: 14px;
  margin: 7px 15px 0 0;
}
.feed-back input {
  outline: none;
  background: transparent;
  margin: 0 0 7px 0;
  width: 75%;
  border: none;
  font-size: 12px;
  border-bottom: #515151 1px solid;
}
.feed-back input[type="submit"] {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
  border: none;
  font-size: 10px;
  padding: 4px 16px;
  background: #515151;
  color: white;
  float: right;
}
.feed-back textarea {
  outline: none;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #515151 1px solid;
  background: transparent;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 120px;
}
.feed-back .help-block {
  display: none;
}
.feed-back .has-error .help-block {
  display: block;
  margin: -10px 0 0 0;
  font-size: 10px;
  position: absolute;
  right: 10px;
  padding: 2px 7px;
}
.feed-back .has-error.field-contactform-body .help-block {
  margin: 0 0 0 0;
}
.feed-back .success,
.feed-back .error {
  text-align: center;
  padding: 0 1px;
}
.feed-back-phantom-header {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  padding: 0 45px;
  font-family: 'HelveticaNeueCyrRoman', 'helvetica neue', 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000000;
  background: #DDDDDD;
  z-index: 150;
  text-decoration: none !important;
}
.feed-back-phantom-header:hover {
  color: #E32320;
}
.feed-back-phantom-header:active {
  text-decoration: none;
}
/*# sourceMappingURL=footer.css.map */