@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 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: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/pacifico-webfont.eot');
  src: url('../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pacifico-webfont.woff') format('woff'), url('../fonts/pacifico-webfont.ttf') format('truetype'), url('../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-black-alt-webfont.eot');
  src: url('../fonts/intro-black-alt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/intro-black-alt-webfont.svg#IntroBlackAlt') format('svg'), url('../fonts/intro-black-alt-webfont.woff') format('woff'), url('../fonts/intro-black-alt-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-bold-alt-webfont.eot');
  src: url('../fonts/intro-bold-alt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/intro-bold-alt-webfont.svg#IntroBoldAlt') format('svg'), url('../fonts/intro-bold-alt-webfont.woff') format('woff'), url('../fonts/intro-bold-alt-webfont.ttf') format('truetype');
  font-weight: normal;
  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;
}
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: none;
}
a:hover {
  text-decoration: underline;
}
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;
}
html {
  background-color: #000000;
  background: url(../images/main_background.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    -webkit-text-size-adjust: 100%;
}
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;
    /*max-height: 5000em;*/
}
.header {
  height: 56px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.content {
  position: relative;
  padding: 56px 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);
}
.ribbon_title.__biggest_xxl {
    background-image: url("../images/ribbon4.png");
    margin-left: -34px;
    margin-right: -34px;
}
.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: "a)";
}
.lower-russian li:nth-child(2):before {
  content: "b)";
}
.lower-russian li:nth-child(3):before {
  content: "c)";
}
.lower-russian li:nth-child(4):before {
  content: "d)";
}
.lower-russian li:nth-child(5):before {
  content: "e)";
}
.lower-russian li:nth-child(6):before {
  content: "f)";
}
.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: 0;
  border-radius: 0;
  -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: none;
}
.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: #808080;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control.placeholder {
  color: #808080;
}
.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/button2.png) no-repeat;
  width: 312px;
  height: 56px;
  line-height: 56px;
}
.btn2:hover {
  color: #d1a559;
}
.btn3 {
  background: url(../images/button3.png) no-repeat;
  width: 202px;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
}
.btn3:hover {
  color: #f7e6bc;
}
/* ------ */
.styler-label {
  display: block;
  color: #808080;
  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);
}
.header_nav {
  height: 56px;
}
.header_nav_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}
.header_nav_ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.header_nav_ul li {
  display: inline-block;
  line-height: 56px;
}
.header_nav_ul li a {
  font-family: "Proxima", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
    display: inline-block;
    line-height: 56px;
}
.header_contacts {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  height: 190px;
  z-index: 10;
}
.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;
}
.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-size: 19px;
}
.header_contacts_right span {
  padding-bottom: 10px;
  display: inline-block;
}
.footer {
  background: #000000;
  height: 224px;
  text-align: center;
    max-height: 5000em;
}
.footer .container {
  display: table;
}
.footer_logo {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 224px;
  width: 34%;
}
.footer_left {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 224px;
  width: 33%;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
}
.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-size: 19px;
}
.footer_slogan {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
  text-align: center;
    max-height: 5000em;
}
.footer_slogan_title {
  font-family: "Intro", sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  color: #000000;
}
.residence {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.residence_title {
  margin-top: 30px;
  font-family: "Intro", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 57px;
  padding-bottom: 60px;
  background: url(../images/divider.png) no-repeat 50% 100%;
  margin-bottom: 20px;
}
.residence_subtitle {
  font-family: "Pacifico", sans-serif;
  font-size: 39px;
  line-height: 39px;
  margin-bottom: 30px;
}
.residence_slogan {
  font-family: "Intro", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 32px;
}
.residence_period {
  font-family: "Intro", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 67px;
}
.residence_period span {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/residence_period.png) no-repeat;
  text-align: center;
  width: 62px;
  margin-top: -10px;
  padding-top: 10px;
  margin-left: 3px;
  margin-right: 1px;
}
.residence_hint {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}
.residence_hint span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 16px;
  background: url(../images/arrow-down.png) no-repeat;
  margin-left: 15px;
  margin-right: 15px;
}
.residence_form_wrapper {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
.residence_form_wrapper .residence_form {
  background: url(../images/form_trans.png);
  padding: 30px 150px 30px;
  margin-top: 150px;
}
.residence_form_wrapper .residence_form_title {
  font-family: "Proxima", sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.residence_form_wrapper .residence_form_subtitle {
  font-family: "Proxima", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.residence_form_wrapper .residence_form .form-group {
  margin-bottom: 8px;
}
.residence_form_wrapper .residence_form .form-group input.form-control {
  background: url(../images/form.png) no-repeat 0 -221px;
}
.residence_form_wrapper .residence_form .form-group textarea.form-control {
  background: url(../images/form.png) no-repeat 0 -283px;
}
.residence_form_wrapper .residence_form .form-button {
  margin-top: 21px;
  text-align: center;
}
.residence_form_wrapper .residence_form textarea {
  height: 146px;
}
.advantages {
  background: #d0a55e;
  border-top: 7px solid #e6e6e6;
  border-bottom: 7px solid #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
    max-height: 5000em;
}
.advantages_title {
  font-family: "Proxima", sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 42px;
  text-align: center;
}
.advantages_headers {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
}
.advantages_headers:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.advantages_headers .item {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  background: url(../images/advantages.png) no-repeat;
  padding-top: 138px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.advantages_headers .item.__1 {
  background-position: 0 0;
}
.advantages_headers .item.__2 {
  background-position: -191px 0;
}
.advantages_headers .item.__3 {
  background-position: -383px 0;
}
.advantages_headers .item.__4 {
  background-position: -575px 0;
}
.advantages_headers .item.__5 {
  background-position: -767px 0;
}
.advantages_panes {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.advantages_panes .pane {
  padding: 15px 30px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #ffffff;
  position: relative;
}
.advantages_panes .pane:before {
  content: "";
  display: block;
  background: url(../images/advantages_line.png) no-repeat;
  width: 5px;
  height: 43px;
  position: absolute;
  bottom: 100%;
  left: 60px;
}
.advantages_panes .pane:first-child:before {
  left: 60px;
}
.advantages_panes .pane:first-child + .pane:before {
  left: 254px;
}
.advantages_panes .pane:first-child + .pane + .pane:before {
  left: 448px;
}
.advantages_panes .pane:first-child + .pane + .pane + .pane:before {
  left: 641px;
  height: 22px;
}
.advantages_panes .pane:first-child + .pane + .pane + .pane + .pane:before {
  left: 833px;
  height: 22px;
}
.cost {
  background-color: #dce2de;
  background: url(../images/background_2.jpg) no-repeat center center;
    background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 75px;
    max-height: 5000em;
}
.mobile .cost {
    background-attachment: scroll;
    background-position: 50% 100%;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
}
.cost_table {
  width: 100%;
}
.cost_table td.div {
  width: 8px;
}
.cost_table td.td_head {
  background: #ffffff url(../images/cost_table_header.png) no-repeat 50% 0;
  text-align: center;
  height: 160px;
  width: 183px;
  border-left: 3px solid #d0a55e;
  border-right: 3px solid #d0a55e;
}
.cost_table td.td_head .td_head_title {
  padding-top: 15px;
}
.cost_table td.td_head .td_head_title strong {
  font-size: 17px;
  display: block;
}
.cost_table td.td_head .td_head_footer {
  padding-top: 45px;
  font-size: 15px;
  color: #d1a559;
}
.cost_table td.td_head .td_head_footer strong {
  font-size: 35px;
  display: block;
  font-family: "Intro", sans-serif;
  margin-top: -5px;
}
.cost_table td.first {
  width: 388px;
  text-align: center;
  background: #ffffff;
  height: 160px;
  vertical-align: middle;
}
.cost_table .separator td {
  height: 8px;
}
.cost_table .separator td:first-child + td + td,
.cost_table .separator td:first-child + td + td + td + td,
.cost_table .separator td:first-child + td + td + td + td + td + td {
  background: #ffffff;
  width: 183px;
  border-left: 3px solid #d0a55e;
  border-right: 3px solid #d0a55e;
}
.cost_table .field td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.cost_table .field td:first-child {
  background: #ffffff;
  text-align: left;
  color: #1a1a18;
  font-size: 15px;
  padding: 13px 20px;
}
.cost_table .field td:first-child + td + td,
.cost_table .field td:first-child + td + td + td + td,
.cost_table .field td:first-child + td + td + td + td + td + td {
  background: #ffffff;
  border-left: 3px solid #d0a55e;
  border-right: 3px solid #d0a55e;
  text-align: center;
  padding: 13px 20px;
  color: #1a1a18;
  font-weight: 600;
}
.cost_table .field.grey td:first-child {
  background: #f2f2f2;
}
.cost_table .field.grey td:first-child + td + td,
.cost_table .field.grey td:first-child + td + td + td + td,
.cost_table .field.grey td:first-child + td + td + td + td + td + td {
  background: #f2f2f2;
}
.cost_table .field.last td:first-child + td + td,
.cost_table .field.last td:first-child + td + td + td + td,
.cost_table .field.last td:first-child + td + td + td + td + td + td {
  border-bottom: 3px solid #d0a55e;
}
.opportunity {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #1a1a18;
  -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;
}
.opportunity_title {
  margin-bottom: 45px;
}
.opportunity_subtitle {
  font-family: "Intro", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 32px;
  color: #1a1a18;
  text-align: center;
  margin-bottom: 60px;
}
.opportunity_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.opportunity_list li {
  display: inline-block;
  vertical-align: top;
  width: 162px;
  margin-left: 5px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 110px;
  margin-bottom: 45px;
  background: url(../images/opportunity.png) no-repeat 35px 0;
}
.opportunity_list li:first-child + li {
  background-position: -146px 0;
}
.opportunity_list li:first-child + li + li {
  background-position: -327px 0;
}
.opportunity_list li:first-child + li + li + li {
  background-position: -508px 0;
}
.opportunity_list li:first-child + li + li + li + li {
  background-position: -689px 0;
}
.opportunity_list li:first-child + li + li + li + li + li {
  background-position: -55px -243px;
}
.opportunity_list li:first-child + li + li + li + li + li + li {
  background-position: -236px -243px;
}
.opportunity_list li:first-child + li + li + li + li + li + li + li {
  background-position: -417px -243px;
}
.opportunity_list li:first-child + li + li + li + li + li + li + li + li {
  background-position: -598px -243px;
}
.opportunity_footer {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 35px;
  border-top: 2px solid #dededd;
}
.documents {
  background-color: #f6e5bc;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #1a1a18;
  position: relative;
    max-height: 5000em;
}
.documents_title {
  margin-bottom: 45px;
}
.documents_subtitle {
  font-family: "Intro", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 32px;
  color: #1a1a18;
  text-align: center;
  margin-bottom: 50px;
}
.documents_columns .item {
  float: left;
  width: 312px;
  margin-left: 12px;
}
.documents_columns .item:first-child {
  margin-left: 0;
}
.documents_columns .item_header {
  width: 312px;
  height: 78px;
  background: url(../images/documents.png) no-repeat;
  display: table-cell;
  vertical-align: middle;
  padding-left: 108px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #d1a559;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  font-size: 15px;
}
.documents_columns .item + .item .item_header {
  background-position: -324px 0;
}
.documents_columns .item + .item + .item .item_header {
  background-position: -649px 0;
}
.documents_columns .item_list {
  background: #ffffff;
  margin-top: 16px;
  padding: 25px 15px 20px 50px;
  border-bottom: 4px solid #f0d699;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 285px;
}
.documents_columns .item_list li {
  margin-bottom: 20px;
  font-size: 16px;
}
.documents_columns .item.__2 .item_list {
  min-height: 0;
}
.documents_info {
  float: right;
  width: 312px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 20px;
  font-style: italic;
  color: #575656;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  margin-top: 20px;
}
.documents_info span {
  position: absolute;
  color: #000000;
  top: -2px;
  left: 20px;
  font-size: 15px;
}
.documents_footer {
  background: url(../images/documents_image.png) no-repeat 50% 0;
  padding-top: 340px;
  margin-top: -55px;
}
.needhelp {
  background: #d0a55e url(../images/question_background.png) no-repeat 50% 100%;
  padding-top: 40px;
  padding-bottom: 45px;
  color: #ffffff;
    max-height: 5000em;
}
.needhelp_title {
  font-family: "Intro", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 25px;
  text-align: center;
}
.needhelp_subtitle {
  font-family: "Intro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  margin-bottom: 45px;
}
.needhelp_footer {
  margin-top: 45px;
}
.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 #ffffff;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  text-align: center;
}
.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-group input.form-control {
  background: url(../images/form.png) no-repeat;
}
.needhelp_form .form-group textarea.form-control {
  background: url(../images/form.png) no-repeat 100% 0;
}
.needhelp_form .form-button {
  margin-top: 21px;
  text-align: center;
}
.needhelp_form textarea {
  height: 177px;
}
.question .question_title span {
  display: inline-block;
  position: relative;
}
.question .question_title span:after {
  content: "";
  display: block;
  background: url(../images/question_arrow.png) no-repeat;
  width: 116px;
  height: 111px;
  left: 100%;
  margin-left: 20px;
  top: 10px;
  position: absolute;
}
.question .needhelp_subtitle {
  margin-bottom: 78px;
}
.form_result {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Proxima", sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.reasons {
  background: #ffffff ; /*#ffffff url(../images/map.png) no-repeat 50% 0*/
  padding-top: 60px;
  padding-bottom: 90px;
    max-height: 5000em;
}
.reasons_title {
  margin-bottom: 90px;
}
.reasons_infographic {
  margin-left: 11px;
  margin-bottom: 170px;
}
.reasons_text {
  background: url(../images/info_icon.png) no-repeat;
  padding-left: 150px;
  position: relative;
}
.reasons_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 122px;
  width: 5px;
  background-color: #f6e5bc;
}
.reasons_text p {
  line-height: 25px;
  margin-bottom: 25px;
  color: #000000;
}
.reasons_text p:last-child {
  margin-bottom: 0;
}
.block99 {
  background: #ffffff url(../images/99_success.png) no-repeat 50% 0;
  padding-top: 225px;
  padding-bottom: 95px;
  text-align: center;
    position: relative;
    margin-top: -3px;
    max-height: 5000em;
}
.block99_title {
  font-size: 31px;
  color: #d1a559;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  line-height: 40px;
}
.block99_title span {
  display: none;
}
.steps {
  background: #182a52 url(../images/background_steps.jpg) no-repeat 50% 0;
  padding-top: 60px;
  padding-bottom: 50px;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    max-height: 5000em;
}
.steps_list {
  min-height: 961px;
  background: url(../images/steps.png) no-repeat 50% 0;
  position: relative;
  margin-bottom: 165px;
}
.steps_list .item {
  width: 390px;
  position: absolute;
}
.steps_list .item.__1,
.steps_list .item.__3,
.steps_list .item.__5,
.steps_list .item.__7 {
  text-align: right;
  left: 0;
}
.steps_list .item.__2,
.steps_list .item.__4,
.steps_list .item.__6,
.steps_list .item.__8 {
  text-align: left;
  right: 0;
}
.steps_list .item.__1 {
  top: 55px;
}
.steps_list .item.__2 {
  top: 150px;
}
.steps_list .item.__3 {
  top: 295px;
}
.steps_list .item.__4 {
  top: 395px;
}
.steps_list .item.__5 {
  top: 500px;
}
.steps_list .item.__6 {
  top: 605px;
}
.steps_list .item.__7 {
  top: 715px;
}
.steps_list .item.__8 {
  top: 815px;
}
.steps_list .item_title {
  font-size: 29px;
  font-weight: bold;
  line-height: 35px;
}
.steps_list .item_text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.steps_list .item_list {
  color: #ffe296;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.steps_list .item_list > div {
  display: inline-block;
  position: relative;
}
.steps_list .item_list > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.steps_list .item_list + .item_list {
  margin-top: 10px;
}
.steps_list .item.__1 .item_list > div:before {
  background: url(../images/step_1.png) no-repeat;
  width: 52px;
  height: 65px;
  margin-top: -32px;
  right: 100%;
  margin-right: 5px;
}
.steps_list .item.__4 .item_list > div:before {
  background: url(../images/step_4_2.png) no-repeat;
  width: 68px;
  height: 58px;
  margin-top: -35px;
  left: 100%;
  margin-left: 5px;
}
.steps_list .item.__2 .item_list > div:before {
  background: url(../images/step_2.png) no-repeat;
  width: 48px;
  height: 46px;
  margin-top: -24px;
  left: 100%;
  margin-left: 5px;
}
.steps_list .item.__3 .item_list > div:before {
  background: url(../images/step_3.png) no-repeat;
    width: 49px;
    height: 46px;
    margin-top: -24px;
    right: 100%;
    margin-right: 5px;
}
.steps_list .item.__8 .item_list > div:before {
  background: url(../images/step_8.png) no-repeat;
  width: 54px;
  height: 59px;
  margin-top: -32px;
  left: 100%;
  margin-left: 5px;
}
.steps_list .item.__8 .item_list + .item_list > div:before {
  background: url(../images/step_4.png) no-repeat;
  width: 49px;
  height: 46px;
  margin-top: -25px;
  left: 100%;
  margin-left: 5px;
}
.steps_final_title {
  background: url(../images/trans.png);
  text-align: center;
  font-family: "Intro", sans-serif;
  font-size: 45px;
  line-height: 25px;
  padding: 25px 5px 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.steps_final_title small {
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
  font-weight: 600;
}
.steps_final_list {
  padding: 65px 0 0 0;
  margin: 0;
  list-style: none;
  background: url(../images/steps_arrows.png) no-repeat 50% 0;
  text-align: center;
}
.steps_final_list li {
  display: inline-block;
  vertical-align: top;
  width: 179px;
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 1px;
}
.steps_final_list li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 75px;
  background: url(../images/steps_final.png) no-repeat 60px 0;
}
.steps_final_list li.__1 a {
  background-position: 60px 0;
}
.steps_final_list li.__2 a {
  background-position: -128px 0;
}
.steps_final_list li.__3 a {
  background-position: -317px 0;
}
.steps_final_list li.__4 a {
  background-position: -505px 0;
}
.steps_final_list li.__5 a {
  background-position: -693px 0;
}
.about {
  position: relative;
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #000000;
    max-height: 5000em;
}
.about_title {
  margin-bottom: 50px;
}
.about_text {
  margin-bottom: 50px;
}
.about_text p {
  line-height: 25px;
  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: 50px;
}
.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/advantages.png) no-repeat;
  padding-top: 138px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.about_advantages .item.__1 {
  background-position: 0 -225px;
}
.about_advantages .item.__2 {
  background-position: -191px -225px;
}
.about_advantages .item.__3 {
  background-position: -383px -225px;
}
.about_advantages .item.__4 {
  background-position: -575px -225px;
}
.about_advantages .item.__5 {
  background-position: -767px -225px;
}
.about_ready {
  margin-bottom: 40px;
}
.about_ready_title {
  font-family: "Intro", sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.about_ready_subtitle {
  font-family: "Intro", sans-serif;
  font-size: 58px;
  font-weight: bold;
  line-height: 67px;
  text-align: center;
  margin-bottom: 20px;
  color: #d1a559;
}
.about_ready_phone {
  text-align: center;
  position: relative;
  padding-top: 85px;
  padding-bottom: 65px;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  line-height: 50px;
}
.about_ready_phone span {
  display: inline-block;
  font-size: 42px;
  position: relative;
}
.about_ready_phone span i {
  display: block;
  position: absolute;
  left: -60px;
  top: 8px;
  background: url(../images/phone.png) no-repeat;
  width: 36px;
  height: 34px;
}
.about_ready_phone:before,
.about_ready_phone:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/about_lines.png) no-repeat 50% 0;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
}
.about_ready_phone:after {
  background-position: 50% 100%;
  top: auto;
  bottom: 0;
}
.about_questionary {
  text-align: center;
  font-family: "Proxima", sans-serif;
  line-height: 30px;
  font-size: 19px;
}
.about_questionary .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Google Map */
.map-wrap {

}
.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 */
.realty {
  background: #ffffff url(../images/realty_line.png) no-repeat 50% 0;
  padding-top: 120px;
  padding-bottom: 100px;
  color: #ffffff;
  max-height: 5000em;
  position: relative;
  z-index: 3;
  margin-top: -80px;
}
.realty_title {
  color: #d1a559;
  font-family: "Proxima", sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  line-height: 25px;
  position: relative;
  margin-bottom: 70px;
  margin-top: -30px;
}
.realty_title:before {
  content: "";
  display: block;
  position: absolute;
  background: #ebdec8;
  height: 3px;
  width: 230px;
  bottom: -24px;
  left: 50%;
  margin-left: -115px;
}
.realty_carousel {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.realty_carousel:after {
  content: "";
  display: block;
  clear: both;
}
.realty_carousel_container {
  /*margin-left: -30px;*/
}
.realty_carousel .item {
  display: inline-block;
  width: 300px;
  text-align: left;
  /*float: left;*/
  /*margin-left: 30px;*/
  height: 450px;
  background: #f6e5bc;
  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;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.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: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #d0a55e;
  border-bottom: 3px solid #b3863d;
  text-align: center;
}
.realty_carousel .item_more_link:hover {
  background: #b3863d;
  color: #ffffff;
  border-color: #8f6521;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
//cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: -30px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: url(../images/realty_controls.png) no-repeat 0 0;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  width: 25px;
  height: 83px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  position: absolute;
  left: -62px;
  top: 50%;
  margin-top: -42px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: -62px;
  background-position: 100% 0;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 3px;
//	filter: Alpha(Opacity=50);/*IE7 fix*/
//	opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #ffffff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
//	filter: Alpha(Opacity=100);/*IE7 fix*/
//	opacity: 1;
  background: #ffffff;

}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

