@font-face {
  font-family: 'open_sansregular';
  src: url('font/opensansregular-webfont.woff2') format('woff2'), url('font/opensansregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.museo {
  font-family: 'open_sansregular';
}
@font-face {
  font-family: 'museo_sans_cyrl700';
  src: url('font/museosanscyrl-700-webfont.woff2') format('woff2'), url('font/museosanscyrl-700-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.museo700 {
  font-family: 'museo_sans_cyrl700';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl900';
  src: url('font/museosanscyrl-900-webfont.woff2') format('woff2'), url('font/museosanscyrl-900-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.museo900 {
  font-family: 'museo_sans_cyrl900';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('font/open-sans-condensed-bold_allfont.ru-webfont.woff2') format('woff2'), url('font/open-sans-condensed-bold_allfont.ru-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.museo_bold {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('font/open-sans-bold_allfont.ru-webfont.woff2') format('woff2'), url('font/open-sans-bold_allfont.ru-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.sans_bold {
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.orange {
  color: #e67e22;
}
.green {
  color: #27ae60;
}
.grey {
  color: #999999;
}
.yellow {
  color: #ffff66;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
html {
  height: 100%;
  min-height: 100%;
}
body {
  background: url("../img/page-back.png") repeat 0 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #666666;
  position: relative;
  min-width: 1200px;
  box-sizing: border-box;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 24px;
}
.bold {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 37px;
}
.small {
  font-size: 12px;
  line-height: 20px;
}
a {
  color: #e67e22;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 40px;
  color: #e67e22;
  margin-bottom: 11px;
  margin-top: 10px;
}
h2 {
  font-size: 24px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 30px;
  color: #27ae60;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 11px;
}
dl {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
}
dt {
  width: 40%;
  float: left;
  color: #999999;
}
dd {
  width: 60%;
  float: left;
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 75px 10px 75px;
}
.wrapper__body {
  position: relative;
  min-height: 100%;
}
.wrapper__padding {
  padding-top: 35px;
}
.wrapper__padding > .calculate {
  margin-top: 28px;
}
.wrapper__padding > .terms {
  margin-top: 5px;
}
.wrapper__padding > .result {
  margin-top: 8px;
}
.breadcrumb {
  margin-bottom: 33px;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #999999;
  position: relative;
}
.breadcrumb a {
  margin-right: 24px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:after {
  content: '/';
  position: absolute;
  top: -3px;
  right: -15px;
  font-size: 13px;
}
.breadcrumb .home:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -392px -255px;
  width: 10px;
  height: 12px;
  margin-right: 19px;
  position: relative;
  bottom: -2px;
}
.button-title {
  float: right;
  margin-top: -91px;
  display: block;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #27ae60;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.button-title:hover {
  color: #e67e22;
  text-decoration: none;
}
.button-title:hover .button-title__arrow {
  background: #e67e22;
}
.button-title__arrow {
  display: block;
  width: 30px;
  height: 30px;
  background: #27ae60;
  border-radius: 50%;
  position: relative;
  float: right;
  margin-left: 21px;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  top: -4px;
}
.button-title__arrow:before {
  background-image: url(../img/sprite.png);
  background-position: -402px -276px;
  width: 8px;
  height: 12px;
  left: 12px;
  content: '';
  display: block;
  top: 9px;
  position: absolute;
}
.table-no-border {
  border: none;
  border-spacing: 2px;
  width: 100%;
  font-size: 14px;
}
.table-no-border thead {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.table-no-border thead td {
  padding: 13px 15px;
}
.table-no-border thead tr {
  background: transparent !important;
}
.table-no-border tr:nth-child(odd) {
  background: #f1f1f1;
}
.table-no-border td {
  text-align: center;
  padding: 7px 15px;
}
.table-no-border td:first-child {
  text-align: left;
}
.button {
  padding: 15px 29px 18px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'museo_sans_cyrl900';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.8px;
  box-sizing: border-box;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  border: none;
}
.button__orange {
  background: #e67e22;
}
.button__orange:hover {
  background: #ff6633;
}
.button__green {
  background: #27ae60;
}
.button__green:hover {
  background: #1f8c4d;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
.logo {
  text-decoration: none;
  display: block;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 193px;
  height: 68px;
}
.logo:hover {
  text-decoration: none;
}
.header {
  padding-top: 18px;
  display: block;
  padding-bottom: 5px;
}
.header .logo {
  margin: 0 110px 35px -3px;
}
.header__home {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -417px -255px;
  width: 8px;
  height: 10px;
  margin-left: 5px;
}
.header__nav-sm {
  float: right;
  margin-bottom: 25px;
}
.header__nav-sm li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  margin-left: 34px;
}
.header__nav-sm li:hover > a,
.header__nav-sm li:hover > span {
  color: #e67e22;
}
.header__nav-sm li:hover .header__sub-nav {
  z-index: 10;
  top: 15px;
  opacity: 1;
}
.header__nav-sm li > span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  letter-spacing: 0.7px;
  position: relative;
  padding-bottom: 12px;
  z-index: 9;
  font-family: 'museo_sans_cyrl700';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.header__nav-sm li > span.active {
  color: #e67e22;
}
.header__nav-sm li > span.active:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 1px;
  z-index: 8;
  left: 0;
  background: #e67e22;
  display: block;
}
.header__nav-sm li > a {
  text-decoration: none;
  display: inline-block;
  color: #666666;
  font-size: 11px;
  letter-spacing: 0.7px;
  position: relative;
  padding-bottom: 12px;
  z-index: 9;
  font-family: 'museo_sans_cyrl700';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.header__nav-sm li > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: -2px;
  bottom: 1px;
  z-index: 8;
  -webkit-transition: left 300ms ease-out, background 300ms ease-out;
  transition: left 300ms ease-out, background 300ms ease-out;
}
.header__nav-sm li > a.active,
.header__nav-sm li > a:hover {
  color: #e67e22;
}
.header__nav-sm li > a.active:before,
.header__nav-sm li > a:hover:before {
  left: 0;
  background: #e67e22;
}
.header__sub-nav {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 8px 0 0 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.header__sub-nav:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  left: 9px;
  top: 8px;
  z-index: 12;
}
.header__sub-nav a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  background: #e67e22;
  margin: 0;
  text-transform: none;
  color: #fff;
  font-family: 'open_sansregular';
  padding: 6px 24px;
  white-space: nowrap;
}
.header__sub-nav a:first-child {
  padding-top: 22px;
}
.header__sub-nav a:last-child {
  padding-bottom: 25px;
}
.header__sub-nav a:hover,
.header__sub-nav a.active {
  color: #ffff66;
  text-decoration: none;
}
.header__phone {
  font-size: 12px;
  line-height: 24px;
  float: left;
  margin-right: 40px;
  margin-top: 8px;
}
.header__phone:last-child {
  margin-right: 0;
}
.header__number {
  display: block;
  font-size: 18px;
  letter-spacing: -0.3px;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.header .button {
  float: right;
  margin-top: 11px;
}
.header__nav-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
.header__link {
  position: relative;
  padding-left: 78px;
  padding-top: 10px;
  margin-top: 10px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666666;
  -webkit-transition: color 100ms ease-out;
  transition: color 100ms ease-out;
}
.header__link:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -4px;
  top: -6px;
}
.header__link span:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: -4px;
  background: transparent;
  top: -8px;
  -webkit-transition: left 300ms ease-out, background 300ms ease-out;
  transition: left 300ms ease-out, background 300ms ease-out;
}
.header__link:hover,
.header__link.active {
  text-decoration: none;
  color: #e67e22;
}
.header__link:hover span:before,
.header__link.active span:before {
  left: 0;
  background: #e67e22;
}
.header__link span {
  position: relative;
  display: inline-block;
}
.header__link.link1:before {
  background-image: url(../img/sprite.png);
  background-position: -268px -222px;
  width: 63px;
  height: 59px;
}
.header__link.link1 span {
  width: 77px;
}
.header__link.link2:before {
  background-image: url(../img/sprite.png);
  background-position: -137px -222px;
  width: 64px;
  height: 59px;
}
.header__link.link2 span {
  width: 71px;
}
.header__link.link3:before {
  background-image: url(../img/sprite.png);
  background-position: -67px -222px;
  width: 68px;
  height: 59px;
}
.header__link.link3 span {
  width: 72px;
}
.header__link.link4:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -291px;
  width: 62px;
  height: 59px;
}
.header__link.link4 span {
  width: 56px;
}
.header__link.link5:before {
  background-image: url(../img/sprite.png);
  background-position: -203px -222px;
  width: 63px;
  height: 59px;
}
.header__link.link5 span {
  width: 119px;
}
.footer {
  width: 1030px;
  height: 320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 47px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -515px;
}
.footer__wrapper {
  height: 320px;
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.footer__info {
  width: 700px;
}
.footer .logo {
  margin-bottom: 55px;
  float: none;
  clear: both;
  margin-left: -3px;
}
.footer__copy {
  font-size: 14px;
  font-family: 'museo_sans_cyrl900';
  font-weight: normal;
  font-style: normal;
  color: #999999;
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.footer__copy:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -392px -164px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer__sef {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  font-family: 'open_sansregular';
}
.footer__nav {
  padding-right: 25px;
  padding-top: 0;
}
.footer__nav__title {
  margin-bottom: 6px;
  font-family: 'museo_sans_cyrl700';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 0;
}
.footer__nav a {
  display: block;
  font-family: 'open_sansregular';
  color: #e67e22;
  line-height: 24px;
  font-size: 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.footer__nav a.active,
.footer__nav a:hover {
  text-decoration: none;
  color: #666;
}
.slider {
  overflow: hidden;
}
.slider__title {
  float: left;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  color: #27ae60;
  margin-top: 0;
  text-transform: uppercase;
}
.slider__nav {
  float: right;
}
.slider__see-all {
  font-size: 14px;
  color: #27ae60;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  top: -10px;
  position: relative;
  margin-right: 30px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.slider__see-all:hover {
  text-decoration: none;
  color: #1f8c4d;
}
.slider .buttons {
  width: 30px;
  height: 30px;
  background: #27ae60;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 10px;
  position: relative;
  margin-top: 4px;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.slider .buttons:hover {
  background: #1f8c4d;
}
.slider .buttons:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
}
.slider .buttons.disable {
  visibility: hidden;
}
.slider .prev:before {
  background-image: url(../img/sprite.png);
  background-position: -392px -276px;
  width: 8px;
  height: 12px;
  left: 11px;
}
.slider .next:before {
  background-image: url(../img/sprite.png);
  background-position: -402px -276px;
  width: 8px;
  height: 12px;
  left: 12px;
}
.slider .bullets {
  overflow: hidden;
  list-style: none;
  clear: both;
  margin: 0;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
}
.slider .bullets li {
  float: left;
}
.slider .bullet {
  text-indent: -9999px;
  height: 6px;
  width: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  background: transparent;
}
.slider .bullet.active {
  background-color: #fff;
}
.slider .viewport {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}
.slider .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0 ;
  top: 0;
}
.slider .overview li {
  box-sizing: border-box;
  float: left;
}
.slider__project {
  height: 370px;
}
.slider__project .viewport {
  height: 300px;
}
.slider__project .overview {
  width: 1030px;
}
.slider__project .overview li {
  width: 250px;
  height: 300px;
  float: left;
  margin-right: 10px;
  background: #fff;
}
.slider__project .project__info {
  border: none;
}
.slider__object {
  height: 370px;
  margin-bottom: 45px;
}
.slider__object .slider__title {
  margin-bottom: 32px;
}
.slider__object .viewport {
  height: 300px;
}
.slider__object .overview {
  width: 1030px;
}
.slider__object .overview li {
  width: 337px;
  height: 300px;
  float: left;
  margin-right: 10px;
  background: #fff;
}
.slider__publication {
  margin-bottom: 8px;
}
.slider__publication .slider__title {
  margin-bottom: 38px;
}
.slider__publication .viewport {
  height: 200px;
}
.slider__publication .overview {
  width: 1030px;
}
.slider__publication .overview li {
  width: 260px;
  height: 200px;
  padding-right: 30px;
}
.slider__publication-img {
  margin-bottom: 25px;
}
.slider__publication-img .slider__title {
  margin-bottom: 32px;
}
.slider__publication-img .viewport {
  height: 355px;
}
.slider__publication-img .overview {
  width: 1030px;
}
.slider__publication-img .overview li {
  width: 337px;
  height: 355px;
  margin-right: 10px;
}
.slider__photo-gallery {
  margin-bottom: 45px;
  position: relative;
}
.slider__photo-gallery .buttons {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 99;
  border-radius: 50%;
  border: 10px solid #fff;
}
.slider__photo-gallery .prev {
  left: 30px;
}
.slider__photo-gallery .next {
  right: 40px;
}
.slider__photo-gallery .viewport {
  height: 550px;
  width: 1030px;
}
.slider__photo-gallery .overview {
  width: 1030px;
}
.slider__photo-gallery .overview li {
  width: 1030px;
  height: 550px;
  margin-right: 10px;
}
.slider__photo-gallery .bullets {
  position: absolute;
  bottom: 20px;
  left: 100px;
}
.slider__banner {
  position: relative;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.slider__banner .viewport {
  height: 298px;
}
.slider__banner .bullets {
  position: absolute;
  bottom: 45px;
  left: 50px;
}
.slider__banner .overview {
  width: 637px;
}
.slider__banner .overview li {
  width: 637px;
  height: 298px;
}
.slider__gallery .viewport {
  height: 400px;
  margin-bottom: 40px;
}
.slider__gallery .bullets {
  position: relative;
}
.slider__gallery .bullet {
  width: 150px;
  height: 98px;
  margin: 0 10px 10px 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: 0;
  text-indent: 0;
  overflow: hidden;
}
.slider__gallery .bullet.active {
  background: transparent;
}
.slider__gallery .bullet img {
  width: 150px;
  height: 98px;
}
.slider__gallery .overview {
  width: 1180px;
}
.slider__gallery .overview li {
  width: 1180px;
  height: 400px;
  text-align: center;
}
.slider__gallery .overview li img {
  height: 400px;
}
.slider__team {
  position: relative;
  overflow: visible;
  margin-top: 25px;
}
.slider__team .viewport {
  height: 620px;
}
.slider__team .bullets {
  position: absolute;
  top: -50px;
  right: 0;
  text-align: right;
}
.slider__team .bullets li {
  float: none;
  display: inline-block;
}
.slider__team .bullets li a {
  margin-right: 0;
  margin-left: 5px;
}
.slider__team .bullet {
  border: 2px solid #e67e22;
}
.slider__team .bullet.active {
  background-color: #e67e22;
}
.slider__team .overview {
  width: 320px;
  height: 620px;
}
.slider__team .overview li {
  width: 350px;
  position: relative;
}
.slider__recall {
  margin-bottom: 60px;
}
.slider__recall .slider__title {
  margin-bottom: 30px;
}
.slider__recall .viewport {
  height: 267px;
}
.slider__recall .overview {
  width: 1030px;
}
.slider__recall .overview li {
  width: 1030px;
  height: 275px;
  margin-bottom: 10px;
}
.recall__left {
  width: 510px;
  margin-right: 10px;
  position: relative;
  float: left;
  height: 267px;
}
.recall__left .button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 27px 18px;
  border-top: 11px solid #fff;
  border-left: 11px solid #fff;
}
.recall__right {
  width: 510px;
  float: left;
  height: 267px;
  background: url("../img/page-back.png") repeat 0 0;
  box-sizing: border-box;
  padding: 33px 20px 20px 41px;
  display: block;
  color: #666;
}
.recall__right:hover {
  color: #666;
  text-decoration: none;
}
.recall__desc {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
.recall__comment {
  position: relative;
  padding-left: 119px;
}
.recall__comment img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.recall__text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 18px;
  padding-top: 6px;
}
.recall__text p {
  font-size: 12px;
  line-height: 20px;
}
.recall__name {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
}
.recall__name span {
  font-family: 'open_sansregular';
  font-size: 12px;
  display: inline-block;
  margin-left: 14px;
}
.banner {
  margin-bottom: 10px;
}
.banner__left {
  float: left;
  margin-right: 10px;
  width: 637px;
}
.banner__right {
  float: left;
  width: 383px;
}
.banner__info {
  box-sizing: border-box;
  padding: 33px 39px;
  font-size: 14px;
  line-height: 24px;
  background: url("../img/page-back.png") repeat 0 0;
  height: 144px;
  float: left;
  margin-right: 10px;
  width: 637px;
}
.banner__button {
  width: 383px;
  height: 144px;
  display: block;
  box-sizing: border-box;
  padding: 30px 30px 20px 166px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  background: #3498db;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.banner__button:last-child {
  margin-bottom: 0;
}
.banner__button:hover {
  text-decoration: none;
}
.banner__button:before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
}
.banner__button__name {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.banner__button__info {
  font-size: 11px;
  line-height: 16px;
}
.banner__button.calc:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -70px;
  width: 83px;
  height: 79px;
  left: 35px;
}
.banner__button.calc:hover {
  background: #2c86c2;
}
.banner__button.price {
  background: #e67e22;
}
.banner__button.price:before {
  background-image: url(../img/sprite.png);
  background-position: -85px -70px;
  width: 83px;
  height: 73px;
  left: 40px;
}
.banner__button.price:hover {
  background: #ff6633;
}
.banner__button.consult:before {
  background-image: url(../img/sprite.png);
  background-position: -195px 0px;
  width: 71px;
  height: 70px;
  left: 44px;
}
.banner__button.consult:hover {
  background: #2c86c2;
}
.banner__button.architect {
  background: #e67e22;
}
.banner__button.architect:before {
  background-image: url(../img/sprite.png);
  background-position: -71px -151px;
  width: 69px;
  height: 68px;
  left: 44px;
}
.banner__button.architect:hover {
  background: #ff6633;
}
.banner__button.tour {
  background: #e67e22;
}
.banner__button.tour:before {
  background-image: url(../img/sprite.png);
  background-position: -142px -151px;
  width: 71px;
  height: 62px;
  left: 45px;
}
.banner__button.tour:hover {
  background: #ff6633;
}
.banner__wrapper {
  position: relative;
  padding: 41px 0 0 50px;
  overflow: hidden;
  height: 298px;
  box-sizing: border-box;
}
.banner__wrapper:after {
  position: absolute;
  content: '';
  display: block;
  width: 312px;
  height: 298px;
  background: url("../img/slider-banner.png") no-repeat 0 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.banner__wrapper > * {
  position: relative;
  z-index: 3;
}
.banner__wrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__wrapper .text1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  text-transform: uppercase;
}
.banner__wrapper .text2 {
  font-size: 36px;
  display: block;
  margin-top: 5px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.banner__wrapper__view2 .text2 {
  color: #ffff66;
  margin-top: 10px;
}
.banner__wrapper__view3 .text1 {
  font-size: 24px;
  line-height: 37px;
  margin-top: 3px;
}
.banner__wrapper__view3 .text2 {
  font-size: 18px;
  margin-top: 34px;
}
.banner__wrapper__view3 .text2 span {
  color: #ffff66;
  font-size: 36px;
}
.banner__wrapper__view4 .text1 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
}
.banner__wrapper__view4 .text1 span {
  font-size: 36px;
  display: inline-block;
  margin-top: 19px;
}
.banner__wrapper__view4 .text2 {
  font-size: 18px;
  margin-top: -8px;
}
.banner__wrapper__view4 .text2 span {
  color: #ffff66;
  font-size: 60px;
}
.banner__wrapper__text-sm {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  line-height: 38px;
}
.banner__wrapper__cost {
  position: relative;
}
.banner__project-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 63px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.banner__project-title span {
  font-size: 30px;
}
.banner__project-info {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #ffff66;
  text-transform: uppercase;
}
.inform-block {
  margin-bottom: 40px;
}
.inform-block__left {
  width: 510px;
  float: left;
  margin-right: 10px;
}
.inform-block__right {
  padding-top: 5px;
  box-sizing: border-box;
  width: 510px;
  float: left;
}
.inform-block__text {
  padding: 5px 0 0 40px;
  box-sizing: border-box;
  width: 510px;
  float: left;
}
.inform-block h1,
.inform-block h2 {
  color: #e67e22;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
}
.inform-block.line h1,
.inform-block.line h2 {
  margin-bottom: 97px;
  line-height: 36px;
  max-width: 400px;
}
.inform-block.line h1:before,
.inform-block.line h2:before {
  content: '';
  background: #cccccc;
  height: 5px;
  width: 130px;
  position: absolute;
  left: 0;
  bottom: -37px;
}
.inform-block__title {
  color: #e67e22;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
}
.inform-block__title.line {
  margin-bottom: 97px;
  line-height: 36px;
  max-width: 400px;
}
.inform-block__title.line:before {
  content: '';
  background: #cccccc;
  height: 5px;
  width: 130px;
  position: absolute;
  left: 0;
  bottom: -37px;
}
.fancy-select {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  float: right;
  width: 225px;
  text-transform: none;
  font-family: 'open_sansregular';
}
.fancy-select.disabled {
  opacity: 0.5;
}
.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
.fancy-select .trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #e67e22;
  color: #fff;
  box-sizing: border-box;
  width: 225px;
  padding: 9px 35px 11px 13px;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
.fancy-select .trigger:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -408px -228px;
  width: 14px;
  height: 9px;
  top: 15px;
  right: 16px;
}
.fancy-select .trigger.open {
  color: #fff;
}
.fancy-select .trigger.open:after {
  background-image: url(../img/sprite.png);
  background-position: -413px -207px;
  width: 14px;
  height: 9px;
}
.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #666666;
  min-width: 155px;
  width: 100%;
  padding: 7px 0 15px 0;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
.fancy-select ul.options.open {
  visibility: visible;
  top: 43px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 43px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
.fancy-select ul.options li {
  padding: 8px 0 1px 20px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.fancy-select ul.options li.selected,
.fancy-select ul.options li.hover {
  color: #ffff66;
}
.modal {
  display: none;
  width: 440px;
  box-sizing: border-box;
  background: url("../img/page-back.png") repeat 0 0;
  padding: 40px 50px;
}
.modal.gallery {
  background: transparent;
  width: 1180px;
}
.modal#excursion,
.modal#architect {
  width: 480px;
}
.modal__title {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  color: #e67e22;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 18px;
}
.modal__text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 325px;
}
.modal__form__label {
  margin-bottom: 10px;
}
.modal__form label {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  display: block;
  float: left;
  max-width: 180px;
}
.modal__form label span {
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
  font-family: 'open_sansregular';
  display: block;
  margin-top: 10px;
}
.modal__form input {
  background: #e67e22;
  display: block;
  float: right;
  width: 190px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.modal__form input[required] {
  background-image: url("../img/required-white.png");
  background-repeat: no-repeat;
  background-position: 164px 14px;
}
.modal__form textarea {
  width: 190px;
  padding: 12px;
  box-sizing: border-box;
  height: 130px;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: right;
  background: #e67e22;
  border: none;
  color: #fff;
  resize: none;
}
.modal__form__button {
  float: right;
  clear: both;
  margin-top: 30px;
  cursor: pointer;
  background: #27ae60;
  width: 190px;
  text-align: center;
  padding: 18px 29px 20px 25px;
  margin-bottom: 15px;
}
.modal__form__button:hover {
  background: #1f8c4d;
}
.modal__form__button__excursion {
  margin-top: 10px;
}
.modal__form__big-textarea label {
  width: 100%;
  margin-bottom: 10px;
}
.modal__form__big-textarea textarea {
  width: 100%;
}
.modal ::-webkit-input-placeholder {
  color: #fff;
}
.modal ::-moz-placeholder {
  color: #fff;
}
.modal :-moz-placeholder {
  color: #fff;
}
.modal :-ms-input-placeholder {
  color: #fff;
}
.modal .fancybox-close-small {
  top: 40px;
  right: 50px;
}
.modal .fancybox-close-small:after {
  color: #e67e22;
  font-size: 24px;
  line-height: 26px;
  border: 2px solid #e67e22;
  background: transparent;
  width: 30px;
  height: 30px;
}
.calculate {
  margin-bottom: 20px;
}
.calculate__left {
  float: left;
  width: 420px;
}
.calculate__right {
  float: right;
  width: 560px;
}
.calculate__title {
  padding: 2px 20px 0 65px;
  position: relative;
  text-transform: uppercase;
  color: #27ae60;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
}
.calculate__title:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -392px 0px;
  width: 39px;
  height: 52px;
  left: 0;
  top: 6px;
}
.calculate__title__orange {
  color: #e67e22;
}
.calculate__title__orange:before {
  background-image: url(../img/sprite.png);
  background-position: -392px -54px;
  width: 37px;
  height: 50px;
}
.calculate input {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	        justify-content:center;
  font-size: 24px;
  text-align: center;
  /*padding: 7px 10px 10px 10px;*/
  padding:0px;
  margin: 0 1px 0 0;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  line-height: 47px;
  color: #fff;
  background: #e67e22;
  border: none;
  height: 47px;
  box-sizing: border-box;
}
.calculate__area,
.calculate__floor {
  margin-bottom: 16px;
  margin-top: 4px;
}
.calculate__area > *,
.calculate__floor > * {
  float: left;
  display: block;
}
.calculate__area {
  width: 285px;
  float: left;
}
.calculate__area label {
  margin-right: 7px;
}
.calculate__area input {
  width: 75px;
}
.calculate__floor {
  width: 245px;
  float: right;
}
.calculate__floor label {
  margin-right: 14px;
}
.calculate__floor input {
  width: 55px;
}
.calculate__button {
  width: 47px;
  height: 47px;
  font-size: 22px;
  background: #27ae60;
  cursor: pointer;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  position: relative;
  color: transparent;
  margin-right: 1px;
  border: none;
}
.calculate__button:before {
  content: '';
  display: block;
  position: absolute;
  left: 14px;
}
.calculate__button.plus:before {
  background-image: url(../img/sprite.png);
  background-position: -392px -207px;
  width: 19px;
  height: 19px;
  top: 14px;
}
.calculate__button.minus:before {
  background-image: url(../img/sprite.png);
  background-position: -392px -269px;
  width: 19px;
  height: 5px;
  top: 21px;
}
.calculate__button:hover {
  background: #1f8c4d;
}
.calculate__check-wrap {
  padding-left: 101px;
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculate__checkbox {
  margin-right: 23px;
}
.calculate__checkbox:last-child {
  margin-right: 0;
}
.calculate input[type="checkbox"] {
  display: none;
}
.calculate input[type="checkbox"] + label {
  color: #999999;
}
.calculate input[type="checkbox"] + label span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: #999999;
}
.calculate input[type="checkbox"]:checked + label {
  color: #666;
}
.calculate input[type="checkbox"]:checked + label span {
  background-image: url(../img/sprite.png);
  background-position: -413px -186px;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.calculate__label {
  margin-bottom: 4px;
}
.calculate label {
  position: relative;
  top: 10px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.calculate__total {
  height: 260px;
  background: url("../img/page-back.png") repeat 0 0;
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
}
.calculate__total__text {
  text-transform: uppercase;
  padding-top: 20px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.calculate__total .button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 11px solid #fff;
  border-left: 11px solid #fff;
  padding-right: 36px;
}
.calculate__img {
  width: 355px;
  float: left;
  padding-left: 40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.calculate__sum {
  color: #e67e22;
  font-size: 42px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  text-align: right;
  padding-right: 30px;
  white-space: nowrap;
}
.calculate__info {
  margin-bottom: 50px;
}
.calculate__info__title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 21px;
  margin-top: 45px;
}
.calculate__info__wrapper {
  background: #e5e5e5;
  margin-bottom: 2px;
  border-bottom: 12px solid #e5e5e5;
}
.calculate__info__wrapper:first-child .calculate__info__body {
  display: block;
}
.calculate__info__header {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 17px 20px 11px 63px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.calculate__info__header:hover {
  color: #e67e22;
}
.calculate__info__header:hover .arrow-circle {
  background: #e67e22;
}
.calculate__info__header.open .arrow-circle:before {
  background-image: url(../img/sprite.png);
  background-position: -419px -239px;
  width: 10px;
  height: 7px;
}
.calculate__info__header .arrow-circle {
  width: 22px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 20px;
  border-radius: 50%;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.calculate__info__header .arrow-circle:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  background-image: url(../img/sprite.png);
  background-position: -413px -218px;
  width: 10px;
  height: 7px;
}
.calculate__info__body {
  padding: 0 40px 16px 62px;
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.calculate__info__body div {
  display: none;
}
.calculate__info__body div:first-child {
  display: block;
}
.filter {
  margin-bottom: 30px;
}
.filter__wrapper {
  width: 155px;
  position: relative;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.filter__wrapper.open .filter__body {
  display: block;
  top: 41px;
  opacity: 1;
  z-index: 9;
}
.filter__wrapper.active .filter__header {
  background: #27ae60;
}
.filter__wrapper.active .filter__header:after {
  display: none;
}
.filter__wrapper__clear {
  position: absolute;
  top: 13px;
  right: 16px;
  background-image: url(../img/sprite.png);
  background-position: -414px -164px;
  width: 14px;
  height: 13px;
  cursor: pointer;
  z-index: 99;
  display: none;
}
.filter__header {
  padding: 8px 15px;
  box-sizing: border-box;
  width: 155px;
  background: #e67e22;
  height: 40px;
  position: relative;
}
.filter__header:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 16px;
  background-image: url(../img/sprite.png);
  background-position: -408px -228px;
  width: 14px;
  height: 9px;
}
.filter__title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.filter__body {
  width: 155px;
  background: #e67e22;
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 14px 15px 68px;
  min-height: 173px;
  box-sizing: border-box;
}
.filter__check-wrap {
  display: block;
  margin-bottom: 10px;
}
.filter input[type="checkbox"] {
  display: none;
}
.filter input[type="checkbox"] + label {
  font-family: 'open_sansregular';
  text-transform: none;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 18px;
  top: 0;
}
.filter input[type="checkbox"] + label span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: #fff;
  padding: 0;
}
.filter input[type="checkbox"]:checked + label {
  color: #fff;
}
.filter input[type="checkbox"]:checked + label span:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -404px -255px;
  width: 11px;
  height: 10px;
  left: 4px;
  top: 4px;
}
.filter__apply {
  width: 125px;
  height: 38px;
  text-align: center;
  color: #666666;
  font-family: 'museo_sans_cyrl900';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  background: #ffff66;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 11px;
}
.filter__input-label {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.filter input {
  width: 98px;
  height: 23px;
  box-sizing: border-box;
  float: right;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 5px;
  color: #666;
}
.filter__input-placeholder {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  top: 2px;
  right: 5px;
}
.filter__clear {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background: #999999;
  position: relative;
  cursor: pointer;
}
.filter__clear:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -414px -164px;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 14px;
  left: 13px;
}
.paging {
  text-align: center;
  margin-bottom: 45px;
}
.paging a {
  display: inline-block;
  margin-right: 13px;
  font-size: 14px;
  line-height: 30px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #27ae60;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  color: #fff;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.paging a:hover {
  text-decoration: none;
  background: #1f8c4d;
}
.paging a.active {
  background: #cccccc;
}
.paging a.active:hover {
  background: #cccccc;
}
.object {
  width: 1190px;
  margin-bottom: 40px;
}
.object__left-banner {
  width: 683px;
  height: 298px;
  position: relative;
  display: block;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 41px;
  float: left;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
}
.object__left-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 312px;
  height: 298px;
  background: url("../img/object-banner-back.png");
  z-index: 2;
}
.object__left-banner:hover {
  text-decoration: none;
}
.object__left-banner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.object__left-banner img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.object__left-banner__button {
  position: relative;
  z-index: 3;
  font-family: 'museo_sans_cyrl900';
  font-weight: normal;
  font-style: normal;
  color: #e67e22;
  background: #fff;
  padding: 10px 17px 13px 19px;
  float: left;
  font-size: 11px;
  margin-bottom: 64px;
  letter-spacing: 0.9px;
}
.object__left-banner__title {
  font-size: 24px;
  line-height: 36px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  position: relative;
  z-index: 3;
  clear: both;
  margin-bottom: 15px;
}
.object__left-banner__sub-title {
  font-size: 14px;
  position: relative;
  z-index: 3;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.object__right-banner {
  width: 337px;
  height: 298px;
  background: #e67e22;
  box-sizing: border-box;
  padding: 36px;
  float: left;
}
.object__right-banner__number {
  color: #ffff66;
  font-size: 90px;
  line-height: 90px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 19px;
}
.object__right-banner__title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
  padding-left: 3px;
}
.object__right-banner__text {
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  padding-left: 3px;
}
.object__wrapper {
  width: 337px;
  float: left;
  margin-right: 10px;
  display: block;
  margin-bottom: 10px;
}
.object__wrapper:hover {
  text-decoration: none;
}
.object__wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.object__wrapper:hover .object__wrapper__title {
  color: #e67e22;
}
.object__wrapper__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 209px;
}
.object__wrapper__img img {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.object__wrapper__title {
  display: block;
  background: url("../img/page-back.png") repeat 0 0;
  box-sizing: border-box;
  padding: 17px 23px;
  height: 90px;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: #666;
}
.object__video {
  margin-bottom: 30px;
}
.object-inside {
  margin-bottom: 20px;
}
.object-inside__left {
  width: 510px;
  margin-right: 10px;
  float: left;
  box-sizing: border-box;
  padding-right: 45px;
}
.object-inside__description {
  margin-bottom: 28px;
  padding-top: 5px;
}
.object-inside__comment {
  box-sizing: border-box;
  background: url("../img/page-back.png") repeat 0 0;
  padding: 34px 47px 60px 42px;
  width: 510px;
  float: left;
  margin-top: 5px;
}
.object-inside__comment__img {
  width: 119px;
  float: left;
  padding-top: 58px;
}
.object-inside__comment__info {
  width: 300px;
  float: left;
  background: url("../img/quote.png") no-repeat 192px 60px;
}
.object-inside__comment__title {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.object-inside__comment p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.object-inside__comment__name {
  font-size: 12px;
}
.object-inside__comment__name span {
  display: inline-block;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-right: 10px;
}
.request {
  height: 298px;
  background: #4fbe6a url("../img/request-back.png") no-repeat 0 0;
  margin-bottom: 50px;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
}
.request input {
  color: #666666;
  background: #fff;
  border: none;
  padding: 13px 10px 13px 15px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  height: 40px;
  letter-spacing: -0.05px;
}
.request textarea {
  border: none;
  padding: 10px 15px;
  resize: none;
  box-sizing: border-box;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.request textarea[required] {
  background-position: 95% 14px;
}
.request input[required],
.request textarea[required] {
  background-image: url("../img/required.png");
  background-repeat: no-repeat;
  background-position: 89% 14px;
}
.request .fileform {
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 165px;
  overflow: hidden;
}
.request .fileform .selectbutton {
  background: #ffff66;
  color: #666666;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 14px;
  text-align: left;
  width: 165px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.request .fileform #upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 150px;
  z-index: 20;
  cursor: pointer;
  padding-top: 40px;
  margin: 0;
}
.request__info {
  width: 375px;
  float: left;
  padding-left: 20px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.request__info__title {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.request__info__title span {
  font-size: 36px;
  display: block;
}
.request__info__hour {
  font-size: 90px;
  color: #ffff66;
  float: left;
  margin-right: 28px;
  line-height: 32px;
  margin-left: 5px;
}
.request__info__hour-text {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  width: 200px;
}
.request__form {
  width: 525px;
  float: right;
}
.request input {
  width: 165px;
  display: block;
  float: left;
  margin-right: 10px;
}
.request textarea {
  width: 340px;
  height: 110px;
  float: left;
  margin-right: 10px;
}
.request__input-file {
  width: 165px;
  float: left;
}
.request__input-file__title {
  font-size: 12px;
  line-height: 14px;
  padding-top: 17px;
  color: #fff;
  margin-bottom: 12px;
}
.request .button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 11px solid #fff;
  border-left: 11px solid #fff;
  padding: 17px 21px 19px 30px;
}
.complete {
  width: 1181px;
  margin: -18px auto 170px auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0 75px;
  height: 239px;
  position: relative;
}
.complete__drop-info {
  position: absolute;
  top: 0;
  left: 0;
  background: #27ae60;
  width: 390px;
  z-index: 99;
  box-sizing: border-box;
  color: #fff;
  padding: 27px 23px 10px;
  display: none;
}
.complete__drop-info__close {
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -392px -186px;
  width: 19px;
  height: 19px;
  top: 27px;
  right: 27px;
}
.complete__drop-info__title {
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.complete__drop-info__list {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.complete__drop-info__list li {
  list-style-type: none;
}
.complete__wrapper {
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
}
.complete__wrapper:last-child {
  margin-right: 0;
}
.complete__wrapper:last-child .complete__drop-info {
  left: auto;
  right: 0;
}
.complete__wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.complete__3 .complete__wrapper {
  width: 336px;
}
.complete__4 .complete__wrapper {
  width: 250px;
}
.complete__5 {
  margin-top: 0;
  margin-bottom: 140px;
}
.complete__5 .complete__wrapper {
  width: 198px;
  height: 265px;
}
.complete__5 .complete__info {
  height: 100px;
}
.complete__5 .complete__info__title {
  margin-bottom: 14px;
}
.complete__special {
  margin-bottom: 310px;
  margin-top: 0;
  height: 239px;
}
.complete__special .complete__wrapper {
  width: 337px;
  height: 450px;
}
.complete__special__info {
  background: #fff;
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  padding: 19px 24px;
}
.complete__special__title {
  color: #e67e22;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  float: left;
  margin-bottom: 19px;
}
.complete__special__cost {
  float: right;
  font-size: 14px;
  line-height: 20px;
}
.complete__special__cost span {
  color: #27ae60;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
}
.complete__special__list {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 16px;
}
.complete__special__list li {
  list-style-type: none;
  padding-left: 10px;
  position: relative;
  margin-bottom: 4px;
}
.complete__special__list li:before {
  content: '•';
  position: absolute;
  left: 0;
}
.complete__title {
  font-size: 24px;
  line-height: 32px;
  color: #27ae60;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.complete__img {
  width: 100%;
  height: 167px;
  overflow: hidden;
  position: relative;
}
.complete__img img {
  position: absolute;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.complete__number {
  position: relative;
  margin: 22px 25px;
  background-image: url(../img/sprite.png);
  background-position: -215px -151px;
  width: 47px;
  height: 53px;
  display: block;
  font-size: 24px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  color: #e67e22;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
  padding-left: 3px;
  letter-spacing: -1px;
}
.complete__info {
  background: #fff;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  padding: 21px 24px;
}
.complete__info__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 22px;
}
.complete__info__cost {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.complete__info__cost span {
  color: #27ae60;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
}
.complete__info__value {
  font-size: 12px;
  color: #999999;
}
.terms {
  margin-bottom: 45px;
  width: 100%;
}
.terms__title {
  font-size: 24px;
  line-height: 32px;
  color: #27ae60;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 33px;
  float: left;
}
.terms__sub-title {
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  float: right;
  line-height: 38px;
}
.terms__wrapper {
  background: #c9ebd7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c9ebd7 0%, #27ae60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c9ebd7 0%, #27ae60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9ebd7', endColorstr='#27ae60', GradientType=1);
  /* IE6-9 */
  height: 112px;
}
.terms__wrapper.house .terms__info:nth-child(1) {
  width: 179px;
}
.terms__wrapper.house .terms__info:nth-child(2) {
  width: 165px;
}
.terms__wrapper.house .terms__info:nth-child(3) {
  width: 178px;
}
.terms__wrapper.house .terms__info:nth-child(4) {
  width: 187px;
}
.terms__wrapper.house .terms__info:nth-child(5) {
  width: 187px;
}
.terms__wrapper.house .terms__info:nth-child(6) {
  width: 134px;
}
.terms__wrapper.basement .terms__info:nth-child(1) {
  width: 168px;
}
.terms__wrapper.basement .terms__info:nth-child(2) {
  width: 171px;
  padding-left: 17px;
}
.terms__wrapper.basement .terms__info:nth-child(3) {
  width: 182px;
  padding-left: 17px;
}
.terms__wrapper.basement .terms__info:nth-child(4) {
  width: 182px;
  padding-left: 17px;
}
.terms__wrapper.basement .terms__info:nth-child(5) {
  width: 172px;
  padding-left: 17px;
}
.terms__wrapper.basement .terms__info:nth-child(6) {
  width: 155px;
  padding-right: 0;
}
.terms__info {
  padding: 15px 30px 5px 20px;
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
}
.terms__info:last-child:before {
  display: none;
}
.terms__info__last {
  text-align: right;
  padding: 15px 20px 15px 45px;
}
.terms__info__last .terms__info-title {
  color: #fff;
  margin-bottom: 8px;
}
.terms__info__last .terms__info-text {
  color: #ffff66;
  font-size: 36px;
  line-height: 26px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.terms__info__last .terms__info-text span {
  display: block;
  font-size: 14px;
}
.terms__info:before {
  background-image: url(../img/sprite.png);
  background-position: -334px -71px;
  width: 32px;
  height: 114px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.terms__info-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
}
.terms__info-text {
  font-size: 14px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  color: #e67e22;
}
.advantage {
  width: 250px;
  float: left;
  margin-right: 10px;
  height: 245px;
  background: url("../img/page-back.png") repeat 0 0;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 92px 28px 26px;
  position: relative;
}
.advantage__title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 38px;
  color: #27ae60;
}
.advantage__wrapper {
  width: 1040px;
  margin-bottom: 35px;
}
.advantage__wrapper .advantage:nth-child(even) {
  margin-right: 10px;
}
.advantage:nth-child(even) {
  margin-right: 0;
}
.advantage:before {
  position: absolute;
  top: 29px;
  right: 30px;
  display: block;
  content: '';
}
.advantage.adv1:before {
  background-image: url(../img/sprite.png);
  background-position: -268px 0px;
  width: 64px;
  height: 69px;
}
.advantage.adv2:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -151px;
  width: 69px;
  height: 69px;
}
.advantage.adv3:before {
  background-image: url(../img/sprite.png);
  background-position: -268px -71px;
  width: 64px;
  height: 69px;
}
.advantage.adv4:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -222px;
  width: 65px;
  height: 67px;
}
.advantage.adv5:before {
  background-image: url(../img/sprite.png);
  background-position: -268px -142px;
  width: 60px;
  height: 69px;
}
.advantage.adv6:before {
  background-image: url(../img/sprite.png);
  background-position: -64px -291px;
  width: 69px;
  height: 51px;
}
.advantage.adv7:before {
  background-image: url(../img/sprite.png);
  background-position: -195px -72px;
  width: 70px;
  height: 69px;
}
.advantage.adv8:before {
  background-image: url(../img/sprite.png);
  background-position: -334px 0px;
  width: 56px;
  height: 69px;
}
.advantage__name {
  color: #e67e22;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.advantage__text {
  font-size: 12px;
  line-height: 20px;
}
.advantage__main {
  width: 250px;
  float: left;
  margin-right: 10px;
}
.advantage__main:last-child {
  margin-right: 0;
}
.advantage__main__title {
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  padding-top: 8px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.advantage__main__number {
  font-size: 24px;
  color: #fff;
  background-image: url(../img/sprite.png);
  background-position: -334px -187px;
  width: 53px;
  height: 59px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 3px;
  margin-left: -3px;
  position: absolute;
  top: 0;
  left: 0;
}
.advantage__main__name {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.advantage__main__text {
  font-size: 12px;
  line-height: 20px;
  width: 90%;
}
.question {
  margin-bottom: 40px;
}
.question__wrapper {
  position: relative;
  margin-bottom: 5px;
}
.question__wrapper .arrow {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #e5e5e5;
  top: 30px;
  display: none;
}
.question__title {
  font-size: 24px;
  line-height: 30px;
  color: #27ae60;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.question__head {
  width: 50%;
  float: left;
  padding-left: 52px;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.question__head:nth-child(2) {
  padding-left: 57px;
}
.question__head:nth-child(2):before {
  left: 9px;
}
.question__head:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  background-image: url(../img/sprite.png);
  background-position: -392px -106px;
  width: 30px;
  height: 30px;
}
.question__head:hover,
.question__head.open {
  color: #27ae60;
}
.question__body {
  padding: 24px 48px 28px;
  background: #e5e5e5;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  display: none;
  margin-bottom: 33px;
  position: relative;
  line-height: 24px;
}
.steps {
  margin-bottom: 38px;
}
.steps__title {
  color: #27ae60;
  font-size: 24px;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.steps__header {
  height: 74px;
  background: #bee7cf;
  background: -webkit-linear-gradient(left, #bee7cf 0%, #72ca97 100%);
  background: linear-gradient(to right, #bee7cf 0%, #72ca97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee7cf', endColorstr='#72ca97', GradientType=1);
  margin-bottom: 17px;
}
.steps__header__wrapper {
  width: 250px;
  float: left;
  margin-right: 10px;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 15px;
}
.steps__header__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 74px;
  background: url("../img/steps.png") no-repeat 0 0;
  top: 0;
  right: -10px;
}
.steps__header__wrapper:last-child {
  margin-right: 0;
}
.steps__header__wrapper:last-child:before {
  display: none;
}
.steps__header__number {
  font-size: 42px;
  color: #fff;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-right: 12px;
  line-height: 37px;
  float: left;
}
.steps__header__title {
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.steps__body__wrapper {
  width: 250px;
  float: left;
  margin-right: 10px;
}
.steps__body__wrapper:last-child {
  margin-right: 0;
}
.steps ul {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin-left: 11px;
}
.steps ul li {
  list-style-type: none;
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}
.steps ul li:before {
  content: '•';
  position: absolute;
  left: 0;
}
.result {
  margin-bottom: 40px;
}
.result__title {
  color: #27ae60;
  font-size: 24px;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.result__left {
  width: 510px;
  height: 287px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.result__right {
  width: 510px;
  height: 287px;
  overflow: hidden;
  float: left;
  background: url("../img/page-back.png") repeat 0 0;
  box-sizing: border-box;
  padding: 35px 36px;
}
.result__right__tabs {
  margin-bottom: 24px;
  float: none;
  width: 100%;
}
.result__right__tab {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  padding: 4px;
  background: #999999;
  color: #fff;
  margin-right: 10px;
  width: 45px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.result__right__tab:hover,
.result__right__tab.active {
  background: #e67e22;
}
.result__right__info {
  display: none;
}
.result__right__info:first-child {
  display: block;
}
.result__right__title {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 16px;
  font-size: 18px;
}
.result__right__text {
  font-size: 14px;
  line-height: 24px;
}
.publication {
  width: 1041px;
  margin-bottom: 17px;
}
.publication__banner {
  width: 637px;
  float: left;
  margin-right: 10px;
  height: 298px;
  margin-bottom: 41px;
  position: relative;
  padding: 27px 30px;
  box-sizing: border-box;
  color: #ffff66;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  overflow: hidden;
}
.publication__banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/publication-banner.png") no-repeat 0 0;
  width: 202px;
  height: 298px;
}
.publication__banner img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.publication__banner-title {
  height: 298px;
  float: left;
  width: 383px;
  background: url("../img/page-back.png") repeat 0 0;
  box-sizing: border-box;
  padding: 33px 40px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.publication__banner-title p {
  font-size: 18px;
  line-height: 28px;
}
.publication__author {
  width: 250px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
.publication__author__img {
  display: block;
  margin-bottom: 3px;
  max-width: 200px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.publication__author__name {
  color: #e67e22;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  padding-top: 13px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.publication__author__text {
  width: 200px;
}
.publication__author__text p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.publication__author__post {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
  width: 200px;
}
.publication__info {
  width: 770px;
  float: left;
  margin-bottom: 30px;
  padding-top: 5px;
}
.publication__wrapper {
  width: 337px;
  float: left;
  margin-right: 10px;
  margin-bottom: 24px;
}
.publication__img {
  width: 337px;
  height: 167px;
  margin-bottom: 20px;
  position: relative;
  padding: 18px 24px;
  color: #ffff66;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: hidden;
  background: #27ae60;
}
.publication__img__link:hover {
  text-decoration: none;
}
.publication__img__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.publication__img__link:hover .publication__img__name {
  color: #e67e22;
}
.publication__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/publication-date.png") no-repeat 0 0;
  width: 120px;
  height: 167px;
}
.publication__img img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}
.publication__img__name {
  font-size: 18px;
  line-height: 28px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 17px;
  display: block;
  padding-right: 20px;
  color: #666;
  text-decoration: none;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.publication__img__text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
  padding-right: 30px;
  color: #666;
}
.publication__number {
  position: relative;
  z-index: 3;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 5px;
}
.publication__month,
.publication__year {
  font-size: 14px;
  z-index: 3;
  position: relative;
  line-height: 20px;
}
.publication__name {
  font-size: 14px;
  line-height: 22px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  padding-right: 10px;
  color: #666;
  text-decoration: none;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.publication__name:hover {
  color: #e67e22;
  text-decoration: none;
}
.publication__text {
  margin-bottom: 18px;
  padding-right: 10px;
}
.publication__text p {
  font-size: 12px;
  line-height: 20px;
}
.publication__date {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.price-list {
  margin-bottom: 40px;
}
.price-list__wrapper {
  margin-bottom: 8px;
}
.price-list__wrapper:first-child .price-list__body {
  display: block;
}
.price-list__wrapper:first-child .price-list__table:first-child .price-list__table-body {
  display: block;
}
.price-list__title {
  background: #27ae60;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  padding: 10px 18px 13px;
  cursor: pointer;
  border: 3px solid #27ae60;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.price-list__title.open .arrow-circle:before {
  background-image: url(../img/sprite.png);
  background-position: -412px -276px;
  width: 10px;
  height: 7px;
  top: 8px;
}
.price-list__title .arrow-circle {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin: 2px 20px 0 0;
  background: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: backgound 300ms ease-out;
  transition: backgound 300ms ease-out;
}
.price-list__title .arrow-circle:before {
  background-image: url(../img/sprite.png);
  background-position: -418px -154px;
  width: 10px;
  height: 7px;
  position: absolute;
  content: '';
  display: block;
  top: 7px;
  right: 6px;
}
.price-list__title:hover {
  color: #ffff66;
}
.price-list__title:hover .arrow-circle {
  background: #ffff66;
}
.price-list__body {
  border: 3px solid #27ae60;
  border-top: 0;
  padding: 10px 0;
  display: none;
}
.price-list__table {
  padding: 5px 28px;
}
.price-list__table-title {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.price-list__table-title:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -392px -239px;
  width: 9px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.price-list__table-title:hover {
  color: #e67e22;
}
.price-list__table-title:hover:before {
  background-image: url(../img/sprite.png);
  background-position: -418px -138px;
  width: 9px;
  height: 14px;
}
.price-list__table-title.open:before {
  background-image: url(../img/sprite.png);
  background-position: -392px -228px;
  width: 14px;
  height: 9px;
  top: 5px;
}
.price-list__table-title.open:hover:before {
  background-position: -403px -239px;
}
.price-list__table-body {
  overflow: hidden;
  margin-top: -34px;
  display: none;
}
.company__left {
  width: 560px;
  margin-right: 70px;
  float: left;
  margin-bottom: 10px;
}
.company__team {
  background: url("../img/page-back.png") repeat 0 0;
  padding: 32px 30px 30px 40px;
  box-sizing: border-box;
  margin-top: 7px;
  width: 400px;
  float: left;
  margin-bottom: 10px;
}
.company__team__title {
  font-size: 18px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 11px;
  margin-left: 10px;
}
.company__team__wrap {
  margin-bottom: 38px;
  padding-right: 15px;
  width: 320px;
}
.company__team__wrap > .small {
  padding-left: 10px;
}
.company__team__info {
  position: relative;
  padding-left: 120px;
  margin-bottom: 5px;
  min-height: 107px;
}
.company__team__img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 90px;
  border-radius: 50%;
}
.company__team__name {
  color: #e67e22;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  padding-top: 13px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.company__title {
  margin-bottom: 30px;
}
.company__sert {
  margin-bottom: 40px;
}
.company__sert__link {
  display: block;
  float: left;
  border: 15px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  margin-right: 70px;
}
.company__sert__link:last-child {
  margin-right: 0;
}
.company__sert__link img {
  width: 261px;
}
.slider-wrapper {
  width: 1180px;
  margin: 0 auto 170px auto;
  background: #fff;
  box-sizing: border-box;
  padding: 18px 75px 20px 75px;
  height: 258px;
}
.project {
  width: 1190px;
  margin-bottom: 30px;
}
.project__wrapper {
  display: block;
  color: #666;
  float: left;
  margin: 0 10px 10px 0;
}
.project__wrapper:hover {
  color: inherit;
  text-decoration: none;
}
.project__wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project__wrapper img {
  position: absolute;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.project__img {
  position: relative;
  width: 250px;
  height: 167px;
  overflow: hidden;
}
.project__img img {
  width: 100%;
  height: 100%;
}
.project__info {
  width: 250px;
  box-sizing: border-box;
  padding: 21px 24px 0 24px;
  height: 131px;
  border-right: 3px solid #e7e4e3;
  border-left: 3px solid #e7e4e3;
  border-bottom: 3px solid #e7e4e3;
}
.project__name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.project__desc {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.project__cost {
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  color: #27ae60;
  font-size: 18px;
  letter-spacing: 0.1px;
}
.project__cost span {
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-left: 8px;
  letter-spacing: 0.1px;
}
.project-inside {
  margin-bottom: 40px;
}
.project-inside__left {
  box-sizing: border-box;
  width: 510px;
  margin-right: 10px;
  float: left;
  height: 328px;
  margin-bottom: 30px;
}
.project-inside__left img {
  height: 328px;
  width: 510px;
}
.project-inside__right {
  background: url("../img/page-back.png") repeat 0 0;
  box-sizing: border-box;
  width: 510px;
  float: left;
  padding: 40px;
  height: 328px;
  margin-bottom: 30px;
}
.project-inside__right__title {
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.project-inside__right__cost {
  float: left;
  font-size: 18px;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  padding-top: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.project-inside__right__cost span {
  font-size: 42px;
  line-height: 30px;
  color: #e67e22;
  display: inline-block;
  margin-right: 10px;
}
.project-inside__right .button {
  float: right;
}
.project-inside__right__info {
  margin-bottom: 20px;
}
.project-inside__right__warning {
  color: #e67e22;
  font-size: 14px;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
}
.project-inside__right__warning span {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -392px -138px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  bottom: -5px;
}
.project-inside__gallery {
  box-sizing: border-box;
  width: 510px;
  margin-right: 10px;
  float: left;
}
.project-inside__gallery__title {
  font-size: 18px;
}
.project-inside__gallery img {
  float: left;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 98px;
}
.project-inside__info {
  box-sizing: border-box;
  width: 510px;
  float: left;
}
.project-inside__info__tabs {
  padding-bottom: 20px;
  border-bottom: 3px solid #cccccc;
  margin-bottom: 30px;
}
.project-inside__info__tab {
  display: block;
  float: left;
  margin-right: 25px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.project-inside__info__tab.active {
  color: #27ae60;
}
.project-inside__info__tab.active:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #27ae60;
  left: 0;
  bottom: -23px;
}
.contact__info {
  width: 330px;
  float: left;
  margin-bottom: 58px;
}
.contact__info:nth-child(2) {
  width: 370px;
}
.contact__info .button {
  margin-top: 14px;
}
.contact__title {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.contact__text {
  font-size: 14px;
  line-height: 24px;
}
.contact__text .grey,
.contact__text .orange {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.1px;
  display: inline-block;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.contact__text .orange {
  margin-right: 10px;
}
.map {
  position: relative;
  margin-left: -65px;
  width: 1160px;
  height: 480px;
}
.zoom-button {
  margin-top: -60px;
  margin-left: 55px;
}
#zoom-in {
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-position: -177px -291px;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}
#zoom-in:hover {
  background-image: url(../img/sprite.png);
  background-position: -219px -291px;
  width: 40px;
  height: 40px;
}
#zoom-out {
  cursor: pointer;
  margin-bottom: 2px;
  background-image: url(../img/sprite.png);
  background-position: -334px -248px;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}
#zoom-out:hover {
  background-image: url(../img/sprite.png);
  background-position: -135px -291px;
  width: 40px;
  height: 40px;
}
