@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext,latin-ext');
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proxima_nova_regular-webfont.eot');
  src: local('☺'), url('../fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype'), url('../fonts/proxima_nova_regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima Nova Bold.eot');
  src: local('☺'), url('../fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proxima_nova_black-webfont.eot');
  src: local('☺'), url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_black-webfont.woff') format('woff'), url('../fonts/proxima_nova_black-webfont.ttf') format('truetype'), url('../fonts/proxima_nova_black-webfont.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
.default_settings {
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.inner_shadow {
  position: relative;
}
.inner_shadow:before {
  content: "";
  display: block;
  background: url(../images/inner_shadow.png) repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.outer_shadow:before {
  content: "";
  display: block;
  background: url(../images/inner_shadow.png) repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
font,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol {
  list-style-position: inside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img,
a img {
  border: none;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide,
.hidden,
.__hidden {
  display: none !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
dl {
  color: #fff;
}
dl dt {
  display: inline-block;
  vertical-align: top;
  width: 16%;
}
dl dd {
  display: inline-block;
  vertical-align: top;
  width: 82%;
}
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-transform: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #ffffff;
  background: url(../images/main.jpg) no-repeat center center fixed;
  background-size: cover;
}
html,
body {
  cursor: default;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  font: 15px/1.33 "Open Sans", sans-serif;
  color: #ffffff;
}
.wrapper {
  min-width: 960px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
.header {
  height: 56px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.content {
  position: relative;
  padding: 5px 0 0;
}
.container {
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.fullsize > .container {
  display: table-cell;
  vertical-align: middle;
  width: 960px;
}
.block_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/blank.gif);
  z-index: 5;
}
.loader {
  margin: 70px auto 25px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.btn_loader.active .icon-loader {
  -webkit-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.ribbon_title {
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  background: url(../images/ribbon.png) no-repeat 50% 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 55px;
  color: #ffffff;
}
.ribbon_title.__big {
  background-image: url(../images/ribbon2.png);
}
.ribbon_title.__biggest {
  background-image: url(../images/ribbon3.png);
}
.lower-russian {
  list-style-type: none;
}
.lower-russian li:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .55em;
  text-align: right;
  width: .95em;
}
.lower-russian li:first-child:before {
  content: "а)";
}
.lower-russian li:nth-child(2):before {
  content: "б)";
}
.lower-russian li:nth-child(3):before {
  content: "в)";
}
.lower-russian li:nth-child(4):before {
  content: "г)";
}
.lower-russian li:nth-child(5):before {
  content: "д)";
}
.lower-russian li:nth-child(6):before {
  content: "е)";
}
.form-control {
  display: inline-block;
  width: 100%;
  height: 43px;
  padding: 0 20px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #2b2b2b;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f6e5bc url(../images/form-control.png) repeat-x 0 0;
}
.form-control:focus {
  outline: 0;
}
.form-control[disabled] {
  background: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  color: red;
}
.form-control::-webkit-input-placeholder {
  color: #6d6d6d;
  opacity: 1 !important;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: #6d6d6d;
  opacity: 1 !important;
}
.form-control.placeholder {
  color: #6d6d6d;
}
.form-control::-ms-clear {
  display: none;
}
textarea.form-control {
  resize: none;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  overflow: auto;
}
.form-group-wrapper {
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 9px;
}
.form-group.full-width {
  height: 74px;
  text-align: justify;
}
.form-group.full-width:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.form-group.__transparent {
  background: url(../images/white-transparent2.png);
  padding: 10px 12px;
}
.form-group.has-icon .form-control {
  padding-left: 40px;
}
.form-group.has-icon .form-control-icon {
  position: absolute;
  left: 12px;
  top: 50%;
}
.form-group_item {
  position: relative;
}
.form-group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-inline .form-group > label {
  float: left;
  margin-top: 7px;
}
.form-inline .form-group_item {
  margin-left: 270px;
}
.form-inline .form-group .radio,
.form-inline .form-group .checkbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
/* Buttons -------------------------------------- */
.btn {
  display: inline-block;
  padding: 0 0 0 60px;
  margin: 0;
  width: 535px;
  height: 67px;
  font-family: "Proxima", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 67px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #f7e6bc;
  background: url(../images/button.png) no-repeat;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  text-decoration: none;
  background-position: 100% 0;
}
.btn:active,
.btn.active {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #c3c3c3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2FjYWNhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOWE5YTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(51%, #b9b9b9), color-stop(84%, #acacac), color-stop(100%, #a9a9a9));
  background: -webkit-linear-gradient(top, #c3c3c3 0%, #b9b9b9 51%, #acacac 84%, #a9a9a9 100%);
  background: -o-linear-gradient(top, #c3c3c3 0%, #b9b9b9 51%, #acacac 84%, #a9a9a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), color-stop(51%, #b9b9b9), color-stop(84%, #acacac), to(#a9a9a9));
  background: linear-gradient(to bottom, #c3c3c3 0%, #b9b9b9 51%, #acacac 84%, #a9a9a9 100%);
}
.ie8 .btn.disabled,
.ie8 .btn[disabled],
.ie8 fieldset[disabled] .btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#a9a9a9', GradientType=0);
}
.btn2 {
  background: url(../images/btn2.png) no-repeat;
  width: 403px;
  height: 98px;
  color: #191918;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 114px;
  padding-right: 0;
  padding-top: 27px;
  text-align: left;
}
.btn3 {
  background: url(../images/btn2.png) no-repeat;
  width: 403px;
  height: 98px;
  color: #191918;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  padding-left: 70px;
  padding-right: 0;
  padding-top: 37px;
  text-align: center;
}
.btn4 {
  background: url(../images/btn4.png) no-repeat;
  width: 286px;
  height: 68px;
  color: #452A00;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  padding-left: 50px;
  padding-right: 0;
  text-align: center;
}
/* ------ */
.styler-label {
  display: block;
  color: #6d6d6d;
  font-size: 0.938em;
  line-height: 1.2;
  padding-left: 26px;
}
.styler-label .jq-checkbox,
.styler-label .jq-radio {
  margin-left: -26px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header {
  position: fixed;
  height: 56px;
  background: url(../images/nav_trans.png);
  width: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-height: 5000em;
}
.header_nav {
  height: 56px;
}
.header_nav_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.header_nav_ul li {
  display: inline-block;
  line-height: 56px;
  margin-left: 50px;
  margin-right: 50px;
}
.header_nav_ul li a {
  font-family: "Proxima", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 56px;  
}
.header_contacts {
  padding-top: 54px;
}
.header_contacts .container {
  display: table;
}
.header_contacts .header_logo {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 190px;
  width: 34%;
}
.header_contacts_left {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 190px;
  width: 33%;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.header_contacts_left span {
  font-size: 29px;
  display: inline-block;
  line-height: 30px;
}
.header_contacts_right {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  height: 190px;
  width: 33%;
  font-family: "Proxima", sans-serif;
  font-weight: 700;
  font-size: 19px;
}
.header_contacts_right span {
  padding-bottom: 10px;
  display: inline-block;
}
.header_contacts_right a {
  text-decoration: none;
}
.footer {
  background: #ffffff url(../images/footer.png) repeat-x;
  height: 255px;
  text-align: center;
  max-height: 5000em;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  display: table;
}
.footer_logo {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 255px;
  width: 34%;
}
.footer_left {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 255px;
  width: 33%;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.footer_left span {
  font-size: 29px;
  display: inline-block;
  line-height: 30px;
}
.footer_right {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  height: 224px;
  width: 33%;
  font-family: "Proxima", sans-serif;
  font-weight: 700;
  font-size: 19px;
}
.footer_slogan {
  padding-top: 80px;
  padding-bottom: 75px;
  background: #ffffff url(../images/footer_slogan.png) repeat-x;
  text-align: center;
  max-height: 5000em;
}
.footer_slogan_title {
  margin-top: 30px;
  font-family: "Proxima", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 13px;
  color: #001A2C;
}
.footer_slogan_subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #001A2C;
}
.footer_slogan_divider {
  background: url(../images/footer_slogan_divider.png) no-repeat 50% 0;
  width: 431px;
  height: 47px;
  margin: 15px auto 15px;
}
.footer_slogan_slogan {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 1px;
  font-weight: 700;
  background: url(../images/footer_slogan_slogan.png) no-repeat 50% 0;
  text-align: center;
  margin-bottom: 30px;
}
.residence {
  text-align: center;
  position: relative;
  max-height: 5000em;
}
.residence_title {
  margin-top: 30px;
  font-family: "Proxima", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  text-shadow: 1px 1px 1px #79B4D6;
  margin-bottom: 13px;
}
.residence_subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px #79B4D6;
}
.residence_divider {
  background: url(../images/residence_divider.png) no-repeat 50% 0;
  width: 431px;
  height: 49px;
  margin: 15px auto 15px;
}
.residence_slogan {
  color: #A3CAE1;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 43px;
  letter-spacing: 1px;
  font-weight: 700;
  background: url(../images/residence_slogan.png) no-repeat 50% 0;
  text-align: center;
  margin-bottom: 90px;
}
.residence_advantage {
  background: url(../images/residence_advantage.png) no-repeat 50% 0;
  width: 808px;
  height: 323px;
  margin: 0 auto 104px;
  padding-top: 38px;
}
.residence_advantage .__1 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
.residence_advantage .__2 {
  color: #FFF;
  font-family: "Proxima", sans-serif;
  font-size: 38px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.residence_advantage .__3 {
  color: #FFF;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 27px;
}
.advantages {
  background: #fef2d5;
  padding-top: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  max-height: 5000em;
}
.advantages:after {
  content: "";
  display: block;
  background: url(../images/advantages.png) no-repeat 50% 0;
  width: 100%;
  height: 92px;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
}
.advantages_title {
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 40px;
}
.advantages_list {
  color: #001A2C;
  text-align: center;
  padding-bottom: 10px;
}
.advantages_list .item {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.advantages_list .item_image {
  background: url(../images/advantages_items.png) no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -64px;
  width: 128px;
  height: 125px;
}
.advantages_list .item_title {
  padding-top: 137px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.advantages_list .item.__1 .item_image {
  background-position: 0 0;
}
.advantages_list .item.__2 .item_image {
  background-position: -274px 0;
}
.advantages_list .item.__3 .item_image {
  background-position: -549px 0;
}
.cost {
  background: url(../images/cost_background.png) no-repeat 50% 0;
  min-height: 1577px;
  position: relative;
  z-index: 1;
  max-height: 5000em;
}
.cost .container {
  padding-top: 140px;
  min-height: 1577px;
  position: relative;
}
.cost_title {
  color: #FFF4E4;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-bottom: 58px;
}
.cost_list ol {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  text-align: justify;
}
.cost_list ol:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.cost_list ol li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  width: 24.5%;
}
.cost_list ol li .item_image {
  background: url(../images/cost.png) no-repeat -30px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -69px;
  width: 138px;
  height: 177px;
}
.cost_list ol li .item_title {
  padding-top: 195px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 17px;
}
.cost_list ol li .item_cost {
  background: url(../images/cost.png) no-repeat 0 -335px;
  width: 197px;
  height: 53px;
  margin: 30px auto 10px;
  padding-right: 40px;
  color: #FFF4E4;
  font-family: "Proxima", sans-serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  padding-top: 13px;
}
.cost_list ol li .item_cost span {
  font-size: 17px;
}
.cost_list ol li .item_info {
  color: #FFF4E4;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.cost_list ol li.__2 .item_image {
  background-position: -266px 0;
}
.cost_list ol li.__2 .item_cost {
  background-position: -237px -322px;
  height: 81px;
  margin-top: 0;
}
.cost_list ol li.__3 .item_image {
  background-position: -509px 0;
}
.cost_list ol li.__4 .item_image {
  background-position: -750px 0;
}
.cost_special {
  background: url(../images/cost_special.png) no-repeat 50% 0;
  height: 780px;
  margin: 0 auto;
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 66px;
}
.cost_special_title {
  margin-bottom: 35px;
}
.cost_special_offer {
  background: url(../images/cost_special_offer.png) no-repeat 50% 0;
  min-height: 293px;
  padding-top: 110px;
}
.cost_special_offer_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cost_special_offer_list li {
  width: 187px;
  display: inline-block;
  vertical-align: top;
  color: #00334B;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.cost_special_offer_price {
  color: #00334B;
  font-family: "Proxima", sans-serif;
  font-size: 74px;
  font-weight: 900;
  margin-top: 66px;
}
.cost_special_offer_info {
  color: #00334B;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}
.cost_woman {
  background: url(../images/cost_woman.png) no-repeat;
  width: 344px;
  height: 547px;
  position: absolute;
  bottom: 24px;
  right: -166px;
}
.why {
  background: url(../images/why_triangle.jpg) no-repeat 50% 0;
  min-height: 1327px;
  position: relative;
  margin-top: -228px;
  max-height: 5000em;
}
.why .container {
  padding-top: 228px;
  min-height: 1327px;
  position: relative;
}
.why_description {
  text-align: center;
  padding-top: 830px;
  color: #191918;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.why_description p {
  margin-bottom: 1em;
}
.why_title {
  position: absolute;
  top: 605px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #6D6D6D;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  line-height: 35px;
  font-weight: 900;
}
.why_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.why_list li {
  display: block;
  color: #FFF;
  font-family: "Proxima", sans-serif;
  line-height: 1;
  font-size: 39px;
  font-weight: normal;
  position: absolute;
  top: 310px;
  left: 0;
  text-align: center;
  width: 100%;
}
.why_list li + li {
  width: auto;
  left: 46px;
  text-align: left;
  top: 913px;
}
.why_list li + li + li {
  left: auto;
  right: 35px;
}
.compare {
  background: url(../images/compare.png) no-repeat 50% 0;
  min-height: 1351px;
  position: relative;
  margin-top: -65px;
  z-index: 2;
  max-height: 5000em;
}
.compare .container {
  padding-top: 205px;
  min-height: 1351px;
  position: relative;
}
.compare_title {
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
  position: relative;
}
.compare_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #acc9d4;
  height: 3px;
  width: 275px;
  top: -20px;
  left: 50%;
  margin-left: -137px;
}
.compare_title:after {
  content: "";
  display: block;
  position: absolute;
  background: #acc9d4;
  height: 3px;
  width: 230px;
  bottom: -17px;
  left: 50%;
  margin-left: -115px;
}
.compare_list {
  margin: 0 -15px 0 0;
  padding: 140px 14px 0 17px;
  list-style: none;
  position: absolute;
  top: 562px;
  left: -17px;
  width: 991px;
  min-height: 397px;
  background: url(../images/compare_lines.png) no-repeat;
}
.compare_list li {
  display: block;
  float: left;
  width: 305px;
  margin-left: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #FFF;
  font-weight: 400;
}
.compare_list li strong {
  color: #F7EED3;
  font-weight: 700;
}
.compare_list li:first-child {
  margin-left: 0;
}
.compare_list li:first-child + li + li {
  width: 250px;
  text-align: right;
}
.compare_get {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  background: url(../images/compare_get.png) no-repeat 50% 0;
  height: 247px;
  text-align: center;
  color: #4A5806;
  padding-top: 42px;
}
.compare_get_title {
  font-family: "Proxima", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}
.compare_get_title small {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
.needhelp {
  background: url(../images/needhelp.png) no-repeat 50% 100%;
  padding-top: 147px;
  color: #ffffff;
  margin-top: -80px;
  min-height: 945px;
  position: relative;
  z-index: 1;
  max-height: 5000em;
}
.needhelp_title {
  color: #4A5806;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin-bottom: 33px;
}
.needhelp_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #e4d8b5;
  height: 3px;
  width: 190px;
  bottom: -17px;
  left: 50%;
  margin-left: -95px;
}
.needhelp_subtitle {
  color: #4A5806;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.needhelp_footer {
  margin-top: 52px;
  color: #8D5E00;
}
.needhelp_footer_title {
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.needhelp_footer_contacts {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.needhelp_footer_contacts > div {
  display: table-cell;
  padding: 10px 10px;
  border: 2px solid #8D5E00;
  font-family: "Proxima", sans-serif;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}
.needhelp_footer_contacts > div a {
  text-decoration: none;
}
.needhelp_footer_contacts > div:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.needhelp_footer_contacts > div span {
  display: inline-block;
  padding-left: 35px;
  background: url(../images/phone1.png) no-repeat 0 50%;
}
.needhelp_footer_contacts > div.__2 span {
  background-image: url(../images/mail1.png);
}
.needhelp_footer_contacts > div.__3 span {
  background-image: url(../images/skype1.png);
}
.needhelp_form_left {
  width: 464px;
  float: left;
}
.needhelp_form_right {
  float: right;
  width: 472px;
}
.needhelp_form .form-group {
  margin-bottom: 24px;
}
.needhelp_form .form-button {
  margin-top: 21px;
  text-align: center;
}
.needhelp_form textarea {
  height: 177px;
}
.form_result {
  color: #8D5E00;
  text-align: center;
  text-transform: uppercase;
  font-family: "Proxima", sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.question {
  background: url(../images/question.png) no-repeat 50% 0;
  padding-top: 155px;
  color: #ffffff;
  margin-top: -100px;
  min-height: 765px;
  position: relative;
  z-index: 2;
  max-height: 5000em;
}
.question_title {
  color: #8A5800;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 85px;
  position: relative;
}
.question_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #e4d8b5;
  height: 3px;
  width: 190px;
  bottom: -20px;
  left: 50%;
  margin-left: -95px;
}
.scheme {
  background: #ffffff url(../images/scheme.png) no-repeat 50% 130px;
  padding-bottom: 130px;
  color: #191918;
  margin-top: -80px;
  min-height: 1787px;
  max-height: 5000em;
}
.scheme .container {
  padding-top: 140px;
  position: relative;
}
.scheme_title {
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin-bottom: 33px;
  color: #006386;
}
.scheme_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #acc9d4;
  height: 3px;
  width: 190px;
  bottom: -24px;
  left: 50%;
  margin-left: -95px;
}
.scheme_steps .step_title {
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 25px;
}
.scheme_steps .step_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.scheme_steps .step_list li {
  display: block;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.scheme_steps .step_list li:before {
  content: "";
  display: block;
  background: url(../images/step_bullet.png) no-repeat;
  width: 14px;
  height: 13px;
  float: left;
  margin-left: -30px;
  margin-top: 6px;
}
.scheme_steps .step.__1 {
  position: absolute;
  top: 253px;
  left: 452px;
  width: 508px;
}
.scheme_steps .step.__2 {
  position: absolute;
  top: 655px;
  left: 102px;
  width: 508px;
}
.scheme_steps .step.__3 {
  position: absolute;
  top: 1386px;
  left: 167px;
  width: 708px;
}
.scheme_steps .step.__3 .step_result > div {
  color: #FFF;
  font-family: "Proxima", sans-serif;
  font-size: 28px;
  font-weight: 900;
}
.scheme_steps .step.__3 .step_result > div:first-child {
  position: absolute;
  left: -167px;
  top: 157px;
  width: 220px;
  text-align: center;
}
.scheme_steps .step.__3 .step_result > div:first-child + div {
  position: absolute;
  left: 134px;
  top: 157px;
  width: 340px;
  text-align: center;
}
.scheme_steps .step.__3 .step_result > div:first-child + div + div {
  position: absolute;
  left: 507px;
  top: 157px;
  width: 295px;
  text-align: center;
}
/* Google Map */
.map {
  height: 593px;
  position: relative;
  background: #E5E3DF;
}
#map-canvas {
  height: 100%;
  z-index: 0;
}
.map-contacts {
  position: absolute;
  left: 50%;
  top: 110px;
  z-index: 1;
  width: 373px;
  height: 373px;
  margin-left: -480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map-contacts:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  border-bottom: 6px solid #d0a55e;
}
.map-contacts .middle {
  display: table-cell;
  vertical-align: middle;
  width: 373px;
  height: 373px;
  background: url(../images/trans2.png);
  border: 1px solid #d7d7d7;
  padding: 20px 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map_address {
  color: #191918;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.map_address2 {
  color: #191918;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.realty {
  background: url(../images/realty.png) no-repeat 50% 0;
  padding-top: 135px;
  padding-bottom: 130px;
  color: #ffffff;
  margin-top: -58px;
  min-height: 889px;
  max-height: 5000em;
  position: relative;
  z-index: 3;
}
.realty_title {
  color: #FFF;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin-bottom: 75px;
}
.realty_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #acc9d4;
  height: 3px;
  width: 190px;
  bottom: -17px;
  left: 50%;
  margin-left: -95px;
}
.realty_carousel:after {
  content: "";
  display: block;
  clear: both;
}
.realty_carousel_container {
  margin-left: -30px;
}
.realty_carousel .item {
  width: 300px;
  float: left;
  margin-left: 30px;
  height: 450px;
  background: #e3eaf1;
  color: #191918;
  position: relative;
}
.realty_carousel .item_image {
  position: relative;
  width: 300px;
  height: 252px;
}
.realty_carousel .item_image img {
  display: block;
  height: 252px;
  width: 300px;
}
.realty_carousel .item_image_price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: url(../images/trans3.png);
  font-family: "Proxima", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  padding: 11px 20px;
}
.realty_carousel .item_image_price:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 16px;
  background: url(../images/bullet.png) no-repeat;
  width: 17px;
  height: 18px;
}
.realty_carousel .item_content {
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
}
.realty_carousel .item_more {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.realty_carousel .item_more_link {
  display: block;
  height: 54px;
  line-height: 50px;
  color: #98B3D0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  border-bottom: 3px solid #ccd7e3;
  text-align: center;
}
.realty_carousel .item_more_link:hover {
  background: #99b4cf;
  color: #ffffff;
  border-color: #ccd7e3;
}
.about {
  position: relative;
  background: url(../images/about.png) no-repeat 50% 0;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: -75px;
  color: #00263A;
  min-height: 1022px;
  max-height: 5000em;
}
.about_title {
  padding-top: 75px;
  margin-bottom: 50px;
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
}
.about_text {
  margin-bottom: 50px;
  color: #00263A;
}
.about_text p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
}
.about_subtitle {
  font-family: "Proxima", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 32px;
  text-align: center;
}
.about_advantages_wrapper {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
  margin-bottom: 53px;
}
.about_advantages:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.about_advantages .item {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  background: url(../images/about_advantages.png) no-repeat;
  padding-top: 138px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}
.about_advantages .item.__1 {
  background-position: 0 0;
}
.about_advantages .item.__2 {
  background-position: -191px 0;
}
.about_advantages .item.__3 {
  background-position: -383px 0;
}
.about_advantages .item.__4 {
  background-position: -575px 0;
}
.about_advantages .item.__5 {
  background-position: -767px 0;
}
.special {
  background: #ffffff;
  padding-top: 138px;
  padding-bottom: 130px;
  color: #ffffff;
  margin-top: -85px;
  max-height: 5000em;
}
.special_header {
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin-bottom: 12px;
}
.special_info {
  color: #006386;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.special_container {
  background: url(../images/special_background.jpg) no-repeat 50% 0;
  height: 1042px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 66px;
}
.special_title {
  margin-bottom: 35px;
}
.special_offer {
  background: url(../images/special_offer.png) no-repeat 50% 0;
  min-height: 293px;
  padding-top: 110px;
}
.special_offer_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.special_offer_list li {
  width: 187px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.special_offer_price {
  color: #00334B;
  font-family: "Proxima", sans-serif;
  font-size: 74px;
  font-weight: 900;
  margin-top: 56px;
}
.special_offer_info {
  margin-top: 50px;
  color: #ffffff;
  font-family: "Proxima", sans-serif;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 30px;
}
.now {
  background: #ffffff url(../images/now.jpg) no-repeat 50% 0;
  padding-top: 155px;
  padding-bottom: 30px;
  color: #ffffff;
  margin-top: -85px;
  min-height: 844px;
  max-height: 5000em;
  position: relative;
  z-index: 1;
}
.now_ready {
  color: #191918;
}
.now_ready_title {
  color: #191918;
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.now_ready_subtitle {
  color: #006386;
  font-family: "Proxima", sans-serif;
  font-size: 58px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.now_ready_phone {
  text-align: center;
  position: relative;
  padding-top: 85px;
  padding-bottom: 65px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.now_ready_phone span {
  display: inline-block;
  font-size: 42px;
  position: relative;
  font-family: "Proxima", sans-serif;
  font-weight: 900;
}
.now_ready_phone span:first-of-type {
  margin-top: 20px;
}
.now_ready_phone span i {
  display: block;
  position: absolute;
  left: -60px;
  top: 8px;
  background: url(../images/phone.png) no-repeat;
  width: 36px;
  height: 34px;
}
.now_ready_phone:before,
.now_ready_phone:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/now_lines.png) no-repeat 50% 0;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
}
.now_ready_phone:after {
  background-position: 50% 100%;
  top: auto;
  bottom: 0;
}
.now_ready_mail {
  text-align: center;
  position: relative;
  padding-top: 45px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.now_ready_mail span {
  display: inline-block;
  font-size: 29px;
  line-height: 35px;
  position: relative;
  font-family: "Proxima", sans-serif;
  font-weight: 900;
}
.now_ready_mail span:first-of-type {
  margin-top: 20px;
}
.now_ready_mail span i {
  display: block;
  position: absolute;
  left: -50px;
  top: 8px;
  background: url(../images/mail.png) no-repeat;
  width: 25px;
  height: 19px;
}
.now_ready_mail span b {
  display: block;
  position: absolute;
  left: -45px;
  top: 5px;
  background: url(../images/skype.png) no-repeat;
  width: 25px;
  height: 25px;
}
.now_ready_mail span a {
  text-decoration: none;
}
.popup {
  background: #f9f1d3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.popup_container {
  padding: 50px 42px 63px;
}
.popup_close {
  height: 15px;
  color: #4A5806;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  margin-right: 35px;
  position: absolute;
  top: 22px;
  right: 13px;
  text-decoration: none;
  border-bottom: 1px dotted #4A5806;
}
.popup_close:before {
  content: "";
  display: block;
  background: url(../images/popup_close.png) no-repeat 100% 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: -35px;
  top: -5px;
}
.popup_needhelp {
  background: #f9f1d3 url(../images/popup_questionmark.png) no-repeat 95% 100%;
}
.popup_needhelp .popup_container {
  padding: 50px 42px 63px;
}
.popup_needhelp .needhelp_title {
  color: #4A5806;
  font-family: "Proxima", sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  position: relative;
  margin-bottom: 43px;
}
.popup_needhelp .needhelp_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #e4d8b5;
  height: 3px;
  width: 190px;
  bottom: -27px;
  left: 50%;
  margin-left: -95px;
}
.popup_needhelp .needhelp_subtitle {
  margin-bottom: 53px;
}
.popup_needhelp .needhelp_form_left {
  width: 416px;
  float: left;
}
.popup_needhelp .needhelp_form_right {
  float: right;
  width: 425px;
}
.popup_needhelp .needhelp_form .form-group {
  margin-bottom: 24px;
}
.popup_needhelp .needhelp_form .form-button {
  margin-top: 21px;
  text-align: center;
}
.popup_needhelp .needhelp_form textarea {
  height: 177px;
}
