@import url(http://fonts.googleapis.com/css?family=Exo+2:400,200,500,700&subset=latin,cyrillic);
/* line 35, common.less */
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 40, common.less */
.dib {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 48, common.less */
.font {
  font-family: 'Exo 2', sans-serif;
}
/* line 52, common.less */
.ulv {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 58, common.less */
.clear {
  clear: both;
}
/* line 63, common.less */
.placeholder::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 68, common.less */
.placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 74, common.less */
.placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 80, common.less */
.placeholder:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 87, common.less */
.image-with-border {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #0f88b8;
  padding: 5px;
  background: none;
}
/* line 99, common.less */
.colored-button {
  background-color: #35b548;
  background: -webkit-linear-gradient(top, bottom, #65d275, #2fa140);
  border: 1px solid #35b548;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
}
/* line 114, common.less */
.colored-button:hover {
  background: #35b548;
  border: 1px solid #35b548;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 120, common.less */
.colored-button:focus {
  outline: medium none;
}
/* line 124, common.less */
.input-type-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #35b548;
  background: -webkit-linear-gradient(top, bottom, #65d275, #2fa140);
  border: 1px solid #35b548;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
}
/* line 114, common.less */
.input-type-submit:hover {
  background: #35b548;
  border: 1px solid #35b548;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 120, common.less */
.input-type-submit:focus {
  outline: medium none;
}
/* line 135, common.less */
.input-type-file {
  position: relative;
  width: 261px;
  display: inline-block;
}
/* line 139, common.less */
.input-type-file .name_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #0f88b8;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 23px;
  margin: 0 -2px 0 0;
  overflow: hidden;
  padding: 0 3px 0 4px;
  position: relative;
  right: 0;
  width: 190px;
}
/* line 154, common.less */
.input-type-file .send_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  width: 60px;
}
/* line 158, common.less */
.input-type-file .send_file .button_f {
  margin-left: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #35b548;
  background: -webkit-linear-gradient(top, bottom, #65d275, #2fa140);
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  border: 1px solid #35b548;
  color: #FFFFFF;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
/* line 114, common.less */
.input-type-file .send_file .button_f:hover {
  background: #35b548;
  border: 1px solid #35b548;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 120, common.less */
.input-type-file .send_file .button_f:focus {
  outline: medium none;
}
/* line 177, common.less */
.input-type-file .send_file .button_f div {
  text-align: center;
  padding: 0px 0 0 1px;
}
/* line 181, common.less */
.input-type-file .send_file .button_f .file_type {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 150px !important;
  height: 100px;
  margin-left: -410px;
  top: -30px;
  width: 600px;
}
/* line 198, common.less */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 203, common.less */
select,
input,
textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
/* line 3, template.less */
html {
  height: 100%;
  overflow-y: scroll;
}
/* line 8, template.less */
body {
  background: #f6f6f6;
  font-family: 'Exo 2', sans-serif;
}
/* line 13, template.less */
.wrap__w {
  width: 100%;
}
/* line 17, template.less */
.wrap {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
/* line 23, template.less */
.header {
  width: 100%;
  background: url("../images/header-bg.png") repeat-x -4px 0;
}
/* line 28, template.less */
.header__w {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 62px;
}
/* line 36, template.less */
#inner .logo__w {
  height: 291px;
  background: url("../images/inner-logo-w.png") no-repeat 0 0;
  padding-top: 20px;
}
/* line 41, template.less */
#inner .feedback-call {
  bottom: 7px;
}
/* line 44, template.less */
#inner .logo {
  margin-top: 45px;
}
/* line 47, template.less */
#inner .logo__phone {
  padding-top: 5px;
  position: relative;
  left: 24px;
  top: 10px;
}
/* line 53, template.less */
#inner .header__inner-w {
  text-align: center;
  position: relative;
}
/* line 57, template.less */
#inner .header__inner {
  height: 228px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1144px;
  max-width: 1920px;
  margin: 0 auto;
}
/* line 67, template.less */
#inner .header__inner-hr {
  background: url("../images/slider-bottom.png") repeat-x center bottom;
  height: 12px;
  width: 100%;
}
/* line 72, template.less */
#inner .wrap {
  margin-top: 0;
  width: 1030px;
}
/* line 77, template.less */
#inner .header__w {
  width: 1030px;
}
/* line 82, template.less */
#inner .top__nav li {
  margin-left: -2px;
}
/* line 87, template.less */
#inner .footer {
  width: 1030px;
}
/* line 91, template.less */
#inner .footer__w {
  background: none;
}
/* line 95, template.less */
#inner .footer__bottom {
  background: url("../images/footer-inner.png") repeat-x 0 0;
  padding-top: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1030px;
}
/* line 102, template.less */
#inner .footer__social {
  top: 17px;
}
/* line 106, template.less */
#inner .footer__copyrights {
  top: 15px;
}
/* line 110, template.less */
#inner .left {
  width: 303px;
  margin-top: 67px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 117, template.less */
#inner .right {
  width: 680px;
  margin-left: 40px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 124, template.less */
#inner .aside__news {
  margin-top: 40px;
}
/* line 127, template.less */
#inner .footer__push {
  height: 75px;
}
/* line 132, template.less */
.main__inner {
  margin-top: 25px;
}
/* line 136, template.less */
.slogan {
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 60px;
  width: 725px;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
}
/* line 149, template.less */
.left__block {
  margin-top: 40px;
  margin-bottom: 50px;
}
/* line 152, template.less */
.left__block:first-child {
  margin-top: 0;
}
/* line 156, template.less */
.left__block header {
  width: 275px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 17px;
  position: relative;
  left: -37px;
  padding-left: 37px;
  padding-top: 10px;
}
/* line 168, template.less */
.left__block header a {
  text-decoration: underline;
  color: #fff;
  text-shadow: none;
  font-size: 17px;
}
/* line 174, template.less */
.left__block header.green {
  background: url("../images/left-green-title.png") no-repeat 0 0;
}
/* line 177, template.less */
.left__block header.blue {
  background: url("../images/left-blue-title.png") no-repeat 0 0;
}
/* line 183, template.less */
.left__block-img {
  width: 238px;
  height: 120px;
}
/* line 188, template.less */
.left__block-info {
  background: url("../images/left-block-info.png") no-repeat 0 0;
  width: 238px;
  height: 78px;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px #0d9320;
  padding-right: 20px;
  padding-left: 25px;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 201, template.less */
.left__nav {
  border-top: 1px solid #FFF;
}
/* line 203, template.less */
.left__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 206, template.less */
.left__nav li {
  background: url("../images/left-li.png") repeat-y center left;
  padding-left: 39px;
}
/* line 215, template.less */
.left__nav li:hover {
  background: url("../images/left-li-hover.png") repeat-y center left;
}
/* line 220, template.less */
.left__nav li:hover a {
  color: #35B548;
}
/* line 224, template.less */
.left__nav li.current {
  background: url("../images/left-nav-li-hover.png") no-repeat 0 0;
}
/* line 226, template.less */
.left__nav li.current a {
  color: #35B548;
}
/* line 231, template.less */
.left__nav a {
  font-weight: 500;
  color: #0282A9;
  text-decoration: none;
  font-size: 19px;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 9px 11px;
}
/* line 239, template.less */
.left__nav a:hover {
  color: #35B548;
}
/* line 245, template.less */
.inner__top-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  background: url("../images/bc-overlay.png") repeat-x 0 0;
  min-width: 1141px;
  width: 100%;
  max-width: 1920px;
  height: 81px;
}
/* line 260, template.less */
.breadcrumbs__w {
  width: 1030px;
  margin: 0 auto;
  height: 20px;
  position: relative;
  margin-top: 50px;
}
/* line 268, template.less */
.breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: left;
  width: 687px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 275, template.less */
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 278, template.less */
.breadcrumbs li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: baseline;
}
/* line 286, template.less */
.breadcrumbs li:first-child {
  margin-left: 0;
}
/* line 288, template.less */
.breadcrumbs li:first-child:before {
  content: "";
}
/* line 292, template.less */
.breadcrumbs li:before {
  content: "\f0da";
  padding-right: 5px;
  vertical-align: middle;
  font-size: 11px;
  color: #f69100;
  font-family: 'FontAwesome';
}
/* line 301, template.less */
.breadcrumbs a {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #C6C6C5;
}
/* line 308, template.less */
.breadcrumbs a:hover {
  border-bottom: 1px solid transparent;
}
/* line 315, template.less */
.logo__w {
  width: 238px;
  height: 331px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
  background: url("../images/logo-w.png") no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
  padding-left: 40px;
}
/* line 332, template.less */
.logo__phone {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  color: #606163;
  font-size: 15px;
  line-height: 0.75em;
  padding-top: 15px;
}
/* line 339, template.less */
.logo__phone em {
  vertical-align: top;
  line-height: 0.5em;
  font-style: normal;
  padding-left: 5px;
  font-size: 26px;
}
/* line 346, template.less */
.logo__phone span {
  font-size: 13px;
  vertical-align: top;
}
/* line 352, template.less */
.top__nav {
  margin-top: 19px;
  padding-left: 12px;
  background: #73BE44;
  height: 39px;
  position: absolute;
  left: 228px;
  top: 0;
  width: 690px;
}
/* line 363, template.less */
.top__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 369, template.less */
.top__nav li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: url("../images/top-nav-li.png") no-repeat 0 0 #73be44;
  height: 39px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -2px;
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 5px;
}
/* line 383, template.less */
.top__nav a {
  text-decoration: none;
  font-size: 17px;
  color: #CFF9B5;
  font-weight: 400;
}
/* line 388, template.less */
.top__nav a:hover {
  color: #fff;
}
/* line 395, template.less */
.languages {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: url("../images/languages-w.png") no-repeat right top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 85px;
  top: 19px;
}
/* line 402, template.less */
.languages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: url("../images/languages.png") no-repeat 0 0;
  height: 43px;
}
/* line 409, template.less */
.languages li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: none;
  position: relative;
  padding-left: 17px;
  padding-top: 14px;
}
/* line 420, template.less */
.languages a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
/* line 425, template.less */
.languages a.current:after {
  content: "";
  display: block;
  background: url("../images/languages-current.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: 20px;
  height: 11px;
}
/* line 439, template.less */
.holding__site {
  position: absolute;
  top: 71px;
  right: 64px;
  color: #4e4f50;
  text-decoration: underline;
  font-size: 12px;
  z-index: 10;
}
/* line 449, template.less */
.header__slider {
  text-align: center;
  position: relative;
}
/* line 454, template.less */
.header__slider-w {
  text-align: center !important;
}
/* line 459, template.less */
.caroufredsel_wrapper {
  width: 100% !important;
  background: url("../images/slider-bottom.png") repeat-x center bottom;
}
/* line 464, template.less */
#pager {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 11px;
  left: 50%;
  background: url("../images/slider-pager.png") no-repeat 0 0;
  width: 159px;
  height: 40px;
  padding-top: 15px;
  z-index: 9999;
}
/* line 474, template.less */
#pager a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #FFF;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: #00a3df;
}
/* line 481, template.less */
#pager a.selected {
  background: #9AD7EE;
}
/* line 484, template.less */
#pager a span {
  display: none;
}
/* line 487, template.less */
#pager a:first-child {
  margin-left: 0;
}
/* line 493, template.less */
.slider__item {
  float: left;
  height: 680px;
  overflow: hidden;
}
/* line 499, template.less */
.slider__info-w {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/* line 505, template.less */
.slider__info {
  width: 660px;
  position: absolute;
  left: 340px;
  bottom: 80px;
  z-index: 10;
  text-align: left;
}
/* line 515, template.less */
.slider__info-title {
  font-size: 25px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/slider-info-h.png") no-repeat 0 0;
  width: 556px;
  height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 3px;
  line-height: 1.5em;
}
/* line 528, template.less */
.slider__info-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
  background: url("../images/slider-info-body.png") repeat 0 0;
  padding: 20px;
  position: relative;
}
/* line 538, template.less */
.slider__info-text-w {
  height: 63px;
  overflow: hidden;
}
/* line 543, template.less */
.slider__info-more {
  background: url("../images/slider-info-more.png") no-repeat 0 0;
  width: 359px;
  height: 40px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 10px;
}
/* line 560, template.less */
.left {
  width: 660px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: left;
}
/* line 566, template.less */
.right {
  width: 303px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: right;
}
/* line 573, template.less */
.projects__block {
  margin-top: 20px;
  clear: both;
}
/* line 578, template.less */
.projects__item {
  width: 318px;
  margin-left: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 582, template.less */
.projects__item:first-child {
  margin-left: 0;
}
/* line 587, template.less */
.projects__title {
  font-size: 14px;
  color: #FFF;
  padding-right: 20px;
  padding-left: 18px;
  padding-top: 20px;
  line-height: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px #007fd2;
  background: url("../images/projects-header.png") no-repeat 0 0;
  width: 167px;
  height: 38px;
}
/* line 601, template.less */
.projects__img {
  position: relative;
  width: 318px;
  overflow: hidden;
  height: 200px;
}
/* line 608, template.less */
.projects__info {
  width: 318px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  background: url("../images/projects-text.png") no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #0d9320;
}
/* line 624, template.less */
.projects__info-name {
  color: #FFF;
  font-size: 20px;
  text-shadow: 1px 1px 1px #008cc1;
  padding-right: 55px;
  height: 25px;
  overflow: hidden;
  line-height: 1.1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
/* line 636, template.less */
.projects__info-desc {
  font-size: 13px;
  color: #FFF;
  text-shadow: 1px 1px 1px #008cc1;
  line-height: 1.1em;
  margin-top: 10px;
  height: 29px;
  overflow: hidden;
}
/* line 646, template.less */
.projects__link {
  width: 22px;
  height: 21px;
  background: url("../images/projects-green-arrow.png") no-repeat 0 0;
  position: absolute;
  right: 13px;
  bottom: 50px;
  display: block;
  text-decoration: none;
}
/* line 657, template.less */
.event__title {
  font-size: 14px;
  color: #FFF;
  padding-right: 20px;
  padding-left: 18px;
  padding-top: 20px;
  line-height: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px #007fd2;
  background: url("../images/event-header.png") no-repeat 0 0;
  width: 167px;
  height: 38px;
}
/* line 671, template.less */
.event__img {
  position: relative;
  width: 318px;
  overflow: hidden;
  height: 200px;
}
/* line 678, template.less */
.event__info {
  width: 318px;
  height: 79px;
  font-size: 16px;
  color: #fff;
  background: url("../images/projects-info.png") no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #0d9320;
}
/* line 694, template.less */
.event__info-name {
  color: #FFF;
  font-size: 20px;
  text-shadow: 1px 1px 1px #008cc1;
  padding-right: 55px;
  height: 25px;
  overflow: hidden;
  line-height: 1.1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
/* line 706, template.less */
.event__info-desc {
  font-size: 13px;
  color: #FFF;
  text-shadow: 1px 1px 1px #008cc1;
  line-height: 1.1em;
  margin-top: 10px;
  height: 29px;
  overflow: hidden;
}
/* line 716, template.less */
.event__link {
  width: 22px;
  height: 21px;
  background: url("../images/projects-link.png") no-repeat 0 0;
  position: absolute;
  right: 13px;
  bottom: 50px;
  display: block;
  text-decoration: none;
}
/* line 732, template.less */
.news__header {
  font-size: 20px;
  color: #23A8E0;
}
/* line 735, template.less */
.news__header a {
  font-size: 20px;
  color: #23A8E0;
}
/* line 741, template.less */
.news__list {
  margin-top: 20px;
}
/* line 745, template.less */
.news__item {
  margin-top: 25px;
}
/* line 747, template.less */
.news__item:first-child {
  margin-top: 0;
}
/* line 752, template.less */
.news__img {
  width: 66px;
  height: 66px;
  border: 1px solid #c3c3c3;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
}
/* line 758, template.less */
.news__img:after {
  content: "";
  background: url("../images/news-shadow.png") no-repeat 0 0;
  display: block;
  width: 68px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 0;
}
/* line 770, template.less */
.news__right {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 220px;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
/* line 778, template.less */
.news__title {
  font-size: 15px;
  color: #23A8E0;
  line-height: 1.2em;
}
/* line 784, template.less */
.news__date {
  color: #767778;
  font-size: 13px;
  margin-top: 7px;
}
/* line 794, template.less */
.left:first-child .aside__ask {
  margin-top: -15px;
}
/* line 799, template.less */
.projects__block {
  padding-top: 30px;
}
/* line 801, template.less */
.projects__block .aside__ask {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 0;
  margin-left: 33px;
}
/* line 811, template.less */
.ask__header {
  background: url("../images/ask-header.png") no-repeat 0 0;
  height: 38px;
  width: 197px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 15px;
  font-size: 14px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 823, template.less */
.ask__form {
  background: #F6F4F6;
  position: relative;
  padding-top: 8px;
}
/* line 829, template.less */
.ask__form-input {
  border: 0!important;
  border-bottom: 1px solid #dbdbdb!important;
  width: 303px;
  display: block;
  background: none;
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 63, common.less */
.ask__form-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 68, common.less */
.ask__form-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 74, common.less */
.ask__form-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 80, common.less */
.ask__form-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 841, template.less */
.ask__textarea {
  margin-top: 15px;
  color: #767778;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}
/* line 63, common.less */
.ask__textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 68, common.less */
.ask__textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 74, common.less */
.ask__textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 80, common.less */
.ask__textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 847, template.less */
.ask__textarea label {
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 855, template.less */
#ask-text {
  background: url("../images/ask-textarea.png") repeat-y 0 0px;
  border: none;
  display: block;
  height: 103px;
  overflow: hidden;
  width: 303px;
  line-height: 1.45em;
  color: #767778;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  resize: none;
}
/* line 63, common.less */
#ask-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 68, common.less */
#ask-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 74, common.less */
#ask-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767778;
  opacity: 1;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 80, common.less */
#ask-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767778;
  font-size: 12px;
  font-family: 'Exo 2', sans-serif;
}
/* line 871, template.less */
.ask__submit {
  margin-top: 2px;
  position: relative;
  font-family: 'Exo 2', sans-serif;
}
/* line 875, template.less */
.ask__submit:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  background: url("../images/ask-submit-sh.png") no-repeat 0 0;
  width: 194px;
  height: 16px;
  display: block;
}
/* line 887, template.less */
#ask-submit {
  background: url("../images/ask-submit.png") no-repeat 0 0;
  width: 303px;
  height: 38px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #FEFEFE;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Exo 2', sans-serif;
}
/* line 907, template.less */
.events-item {
  margin-top: 25px;
}
/* line 909, template.less */
.events-item:first-child {
  margin-top: 0;
}
/* line 914, template.less */
.events-img {
  width: 85px;
  height: 103px;
  border: 1px solid #00a3df;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 920, template.less */
.events-img:after {
  content: "";
  background: url("../images/news-shadow.png") no-repeat 0 0;
  display: block;
  width: 68px;
  height: 13px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
/* line 932, template.less */
.events-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/events-date.png") no-repeat 0 0;
  width: 85px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-left: 5px;
  z-index: 5;
}
/* line 947, template.less */
.events-body {
  width: 560px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: -3px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0px 20px 24px 20px;
  min-height: 105px;
}
/* line 959, template.less */
.events-title a {
  color: #00A3DF;
  font-size: 15px;
}
/* line 965, template.less */
.events-decr {
  font-size: 12px;
  color: #767778;
  line-height: 1em;
  height: 38px;
  overflow: hidden;
  margin-top: 5px;
}
/* line 974, template.less */
.events__more {
  color: #00A3DF;
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: 5px;
  line-height: 1em;
}
/* line 981, template.less */
.events__more:before {
  content: "\f0da";
  padding-right: 5px;
  vertical-align: middle;
  font-size: 11px;
  color: #F69100;
  font-family: 'FontAwesome';
  position: absolute;
  left: -7px;
  top: 29%;
}
/* line 999, template.less */
.card__img {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 324px;
}
/* line 1004, template.less */
.card__img-big {
  width: 321px;
  height: 243px;
  border: 1px solid #00a3df;
  border-bottom: 5px solid #00A3DF;
  position: relative;
}
/* line 1012, template.less */
.card__date {
  background: url("../images/events-card-date.png") no-repeat 0 0;
  width: 87px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: -1px;
  bottom: -5px;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
/* line 1024, template.less */
.card__date span {
  font-weight: 700;
}
/* line 1029, template.less */
.card__description {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 310px;
  font-size: 12px;
  color: #767778;
  line-height: 17px;
  margin-left: 20px;
  text-align: justify;
}
/* line 1039, template.less */
.card__thumbs {
  margin-top: 20px;
}
/* line 1043, template.less */
.card__thumb {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-bottom: 2px solid #00a3df;
  margin-left: 4px;
  margin-bottom: 7px;
}
/* line 1048, template.less */
.card__thumb:first-child {
  margin-left: 0;
}
/* line 1051, template.less */
.card__thumb.current {
  border-bottom: 2px solid #73be44;
}
/* line 1056, template.less */
.card__thumb-img {
  width: 73px;
  height: 48px;
  border: 1px solid #00a3df;
}
/* line 1068, template.less */
.articles__item {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* line 1074, template.less */
.articles__img-w {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 1078, template.less */
.articles__img {
  width: 85px;
  height: 85px;
  border: 1px solid #00a3df;
  border-bottom: 5px solid #00a3df;
  position: relative;
}
/* line 1084, template.less */
.articles__img:after {
  content: "";
  background: url("../images/news-shadow.png") no-repeat 0 0;
  display: block;
  width: 68px;
  height: 13px;
  position: absolute;
  bottom: -18px;
  right: 0;
}
/* line 1096, template.less */
.articles__body {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 227px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 90px;
  margin-left: -3px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
}
/* line 1108, template.less */
.articles__title {
  font-size: 15px;
  color: #23A8E0;
  text-decoration: underline;
  display: block;
  margin-top: 2px;
}
/* line 1114, template.less */
.articles__title:hover {
  text-decoration: none;
}
/* line 1119, template.less */
.articles__date {
  font-size: 13px;
  color: #767778;
  margin-top: 7px;
}
/* line 1126, template.less */
.footer__push {
  height: 132px;
  clear: both;
}
/* line 1131, template.less */
.footer__w {
  width: 100%;
  background: url("../images/footer-w-bg.png") repeat-x 0 0;
  clear: both;
  margin-top: -55px;
  height: 55px;
}
/* line 1139, template.less */
.footer {
  width: 1000px;
  height: 132px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/footer-bg.png") repeat-x 0 0;
  margin: 0 auto;
  position: relative;
  top: 6px;
}
/* line 1147, template.less */
.footer .caroufredsel_wrapper {
  height: 100% !important;
  width: 900px !important;
  margin: 0 auto!important;
  background: none;
}
/* line 1156, template.less */
.footer__slider {
  padding-top: 20px;
  text-align: center;
}
/* line 1161, template.less */
.footer__slider-item {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 36px;
  vertical-align: middle;
}
/* line 1165, template.less */
.footer__slider-item:first-child {
  margin-left: 0;
}
/* line 1170, template.less */
#footer-prev {
  background: url("../images/footer-left.png") no-repeat 0 0;
  display: block;
  width: 15px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  left: -45px;
  top: 45px;
}
/* line 1182, template.less */
#footer-next {
  background: url("../images/footer-right.png") no-repeat 0 0;
  display: block;
  width: 15px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  right: -45px;
  top: 45px;
}
/* line 1194, template.less */
.footer__bottom {
  width: 1000px;
  margin: 0 auto;
  height: 55px;
  position: relative;
}
/* line 1199, template.less */
.footer__bottom .likes {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 11px;
  margin-top: 4px;
}
/* line 1207, template.less */
.footer__social {
  position: absolute;
  left: 0;
  top: 14px;
}
/* line 1215, template.less */
.footer__social-w a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: url("../images/social-sprite.png") no-repeat;
  text-decoration: none;
}
/* line 1222, template.less */
.footer__social-w a.vk {
  background-position: 0 0;
}
/* line 1225, template.less */
.footer__social-w a.fb {
  background-position: -37px 0;
}
/* line 1228, template.less */
.footer__social-w a.ok {
  background-position: -74px 0;
}
/* line 1234, template.less */
.footer__copyrights {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 14px;
  line-height: 1.3em;
  color: #767778;
}
/* line 1241, template.less */
.footer__copyrights a {
  color: #23A8E0;
  text-decoration: none;
}
/* line 1245, template.less */
.footer__copyrights span {
  display: block;
  text-align: right;
}
/* line 1262, template.less */
.project__item {
  background: #FFF;
  margin-top: 30px;
}
/* line 1265, template.less */
.project__item:first-child {
  margin-top: 0;
}
/* line 1270, template.less */
.project__img {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 113px;
  height: 111px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 20px;
  position: relative;
  bottom: 10px;
  border-bottom: 4px solid #00a3df;
}
/* line 1282, template.less */
.project__info {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 560px;
  margin-left: 16px;
}
/* line 1289, template.less */
.project__name a {
  font-size: 16px;
  line-height: 1em;
}
/* line 1295, template.less */
.project__adress {
  color: #5CBB46;
  font-size: 12px;
  line-height: 1em;
}
/* line 1301, template.less */
.project__desc {
  font-size: 12px;
  line-height: 1em;
  margin-top: 10px;
}
/* line 1308, template.less */
.project__view-label {
  background: url("../images/project-view-label.png") no-repeat 0 0;
  width: 276px;
  height: 37px;
  position: absolute;
  top: 0;
  left: -37px;
  color: #FFF;
  font-size: 15px;
  padding-left: 40px;
  padding-top: 5px;
  text-shadow: 1px 1px 1px #0096E7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1321, template.less */
.project__view-label span {
  font-size: 22px;
  font-weight: 300;
}
/* line 1329, template.less */
.contacts__w {
  margin-top: 20px;
}
/* line 1333, template.less */
.contacts__left {
  width: 325px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 1338, template.less */
.contacts__adress {
  font-size: 18px;
  font-weight: 300;
}
/* line 1341, template.less */
.contacts__adress span {
  color: #00A3DF;
}
/* line 1346, template.less */
.contacts__time {
  font-size: 20px;
  color: #00A3DF;
  margin-top: 10px;
}
/* line 1350, template.less */
.contacts__time i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
}
/* line 1354, template.less */
.contacts__time span {
  vertical-align: middle;
  padding-left: 10px;
}
/* line 1360, template.less */
.contacts__adress-asterisk {
  font-size: 12px;
  margin-top: 15px;
}
/* line 1363, template.less */
.contacts__adress-asterisk span {
  font-size: 25px;
  color: #00A3DF;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 1370, template.less */
.asterisk {
  color: #35B548;
  font-size: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 20px;
  vertical-align: middle;
  padding-top: 5px;
}
/* line 1379, template.less */
.contacts__adress-text {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 300px;
  line-height: 1.2em;
  margin-left: 5px;
}
/* line 1386, template.less */
.contacts__right {
  width: 355px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 1390, template.less */
.contacts__right table td {
  border: none!important;
  color: #000;
  font-size: 12px;
  padding-bottom: 19px;
  line-height: 1em;
}
/* line 1396, template.less */
.contacts__right table td span {
  color: #767778;
  font-size: 12px;
  font-weight: 300;
  padding-left: 3px;
}
/* line 1401, template.less */
.contacts__right table td span.phone {
  color: #00A3DF;
  font-size: 16px;
}
/* line 1406, template.less */
.contacts__right table td a {
  padding-left: 3px;
}
/* line 1419, template.less */
.feedback__form {
  margin-top: 30px;
}
/* line 1424, template.less */
.feedback__header {
  background: url("../images/feedback.png") no-repeat 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  text-shadow: 0px 1px 1px #000;
  width: 433px;
  height: 41px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
}
/* line 1438, template.less */
.feedback__row {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 13px;
  height: 28px;
}
/* line 1442, template.less */
.feedback__row input {
  width: 356px;
  border: none;
  border-radius: 0;
  background: #FFF;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  padding-left: 10px;
}
/* line 1455, template.less */
.feedback__label {
  width: 363px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: right;
  float: left;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1464, template.less */
.feedback__area {
  border-bottom: 1px solid #dbdbdb;
}
/* line 1466, template.less */
.feedback__area textarea {
  background: #FFF;
  vertical-align: middle;
  border: none;
  width: 720px;
  border-radius: 0;
  min-height: 115px;
  font-size: 12px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 15px;
}
/* line 1482, template.less */
.feedback__captcha {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 10px;
  padding-left: 15px;
}
/* line 1486, template.less */
.feedback__captcha label {
  font-size: 12px;
  color: #000;
}
/* line 1492, template.less */
.captcha {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 76px;
}
/* line 1496, template.less */
.captcha img {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
/* line 1503, template.less */
.captcha__input {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: right;
}
/* line 1506, template.less */
.captcha__input input {
  width: 356px;
  border: none;
  border-radius: 0;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  padding-left: 10px;
}
/* line 1519, template.less */
.feedback__submit {
  margin-top: 25px;
}
/* line 1521, template.less */
.feedback__submit label {
  float: left;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 8px;
}
/* line 1529, template.less */
.feedback__submit-w {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: right;
  position: relative;
}
/* line 1533, template.less */
.feedback__submit-w:after {
  content: "";
  background: url("../images/feedback-submit-shadow.png") no-repeat 0 0;
  width: 194px;
  height: 16px;
  float: right;
  display: block;
}
/* line 1543, template.less */
#feedback__submit {
  display: block;
  background: url("../images/feedback-submit.png") no-repeat 0 0;
  width: 355px;
  height: 38px;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
}
/*# sourceMappingURL=template.css.map */