/**************Reset*******************/
html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, video, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, copyright, address {
  display: block; }

body {
  line-height: 1; }

ol, ul, nav, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%; }

/**************Functions***********************/
/*************Variables*******************/
/*******************Base*********************/
html * {
  max-height: 1000000px; }
h1,h2,h3,h4,h5,h6{
  font-family: 'DINPro-Bold';
}
body {
  width: 100%;
  height: 100%;
  font-family: 'DINPro';
font-size: 16px;
    line-height: 26px;
  background: #ececec;
  color: #2F3035;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility; }
span.slider-logo {
    display: block;
    position: relative;
}
body.no-scroll {
  overflow: hidden; }

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p:not(:last-child) {
  margin-bottom: 24px; }

ol {
  padding-left: 17px; }
  ol li {
    list-style: decimal; }

input, button, textarea, select {
  outline: none !important; }

form input.invalid[type="text"], form input.invalid[type="email"], form input.invalid[type="tel"], form input.invalid[type="password"], form textarea.invalid{
  border-color: red;
}
.contacts td.title a {
    display: block !important;
}
li.empty-li .title{
  display: none;
}
      section.consulting .slide-actions .button-holder .action-link span{
  color: #ffffff;
  }
  section.consulting .image {

    width: 60%;

}
  section.consulting .slide-actions .button-holder:first-child{
    margin-bottom: 20px;
  }
  section.investments .slide-actions .button-holder .action-link span{
  color: #ffffff;
  }
  section.investments .slide-actions .button-holder:first-child{
    margin-right: 30px;
  }
  section.investments .slide-actions{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; 
    align-items: center;
  }
.cont-wrapper .rules-box h3{
      font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}
.cont-wrapper .rules-box h2{
      font-size:52px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 34px;
}
.cont-wrapper .rules-box ul {
      padding-left: 35px;
    margin-bottom: 20px;
}
.cont-wrapper .rules-box ul li:before{
      content: "";
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 12px;
    left: -25px;
    background-color: #a9a9a9;
    position: absolute;
}
.cont-wrapper .rules-box ul li{
    position: relative;
    margin-bottom: 5px;
}
.cont-wrapper .rules-box p{
  margin-bottom: 20px;
}
.cont-wrapper {
  padding: 120px 0;
}
.cont-wrapper .rules-box{
      color: #a9a9a9;
  width: 100%;
  max-width: 1200px;
  margin:auto;
  padding: 100px;
  background-color: #fff;
}



footer .police-links a {
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 15px;
    color: #53475F;
}
.cookie-box .holder{
  padding: 15px 15px 15px 70px;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; 
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cookie-box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #2F3035;
  color: #ffffff;
  z-index: 111;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}
.cookie-box .text a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
.cookie-box .default-btn {
    background-color: #53475F;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-left: 40px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 15px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cookie-box .default-btn:hover {
  background-color: #fff;
  color: #53475F;
}
.cookie-box .close-cookie svg{
  fill:#fff;
}
.cookie-box .close-cookie {
  display: block;
  position: absolute;
    left: 15px;
    top: 23px;
  color: #ffffff;
  font-size: 14px;
  z-index: 3;
}

/************/
/*CHECKBOX*/
/************/
.assept a{
  color: #53475F;
  font-weight: 600;
  text-decoration: underline;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #000000;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  border: 0.125em solid #ffffff;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #b4b4b4;
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: #b4b4b4;
}
.md-checkbox label {
  color: #000000;
}
.md-checkbox label:before {
  border: 2px solid #b4b4b4;
}
.md-checkbox {
  position: relative;
  text-align: left;
  display: inline-block;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  border: 2px solid #000000;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.2em, 0.33053846em) rotate(-45deg);
  -webkit-transform: translate(0.2em, 0.33053846em) rotate(-45deg);
  width: 0.63em;
  height: .3em;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 14px;
  line-height: 1.3;
}
.md-checkbox label:not(:empty) {
  padding-left: 25px;
}
.md-checkbox label:before {
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
  -webkit-transition: background .3s;
}
.md-checkbox label:after,
.md-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 1300px){
  .cont-wrapper {
    padding: 90px 0;
  }
  .cont-wrapper .rules-box{
    padding: 60px;
    max-width: 80%;
  }
  .cont-wrapper .rules-box h3{
      font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 20px;
}
.cont-wrapper .rules-box h2{
      font-size:42px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 34px;
}
}

@media (max-width: 1199px){
  .cont-wrapper {
    padding: 60px 0;
  }
  .cont-wrapper .rules-box{
    padding: 40px;
    max-width: 90%;
  }
  .cont-wrapper .rules-box h3{
      font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.cont-wrapper .rules-box h2{
      font-size:32px;
    line-height: 42px;
    font-weight: 500; 
    margin-bottom: 20px;
}
}
@media (max-width: 767px){

  .cookie-box .close-cookie {
    left: 11px;
    top: 14px;
}
  .cookie-box .button-holder{
    width: 100%;
    margin-top: 15px;
  }
  .cookie-box .default-btn {
    margin-left: 0;
}
  .cookie-box .holder {
    padding: 10px 10px 10px 40px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}
  .cont-wrapper .rules-box{
    padding: 40px 15px;
  }
  .cont-wrapper .rules-box h3{
    font-size: 21px;
    line-height: 30px;
}
.cont-wrapper .rules-box h2{
    font-size: 26px;
    line-height: 34px;
}
}
.lang li.active a{
  border-bottom: 2px solid #fff;
}
.lang li a{
      color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.lang li + li:before{
  content: "/";
  color: #fff;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    display: inline-block;
    padding: 0px 10px;
}
.lang li{
position: relative;
  display: inline-block;

}
.lang{
    margin-top: 25px;
    float: right;
    margin-left: 30px;

}
.white-style .lang li + li:before{
  color:#000;
}
.white-style .lang li.active a{
  color: #53475F;
  border-color: #53475F;
}
.white-style .lang li a{
  color: #000;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0; }

.f_left {
  float: left; }

.f_right {
  float: right; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

strong, b {
   }

.underline {
  text-decoration: underline; }

.center-text {
  text-align: center; }

i.rtl {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }


  @-webkit-keyframes blick {
  60% {
    left: 100%;
  }
  to {
    left: 130%;
  }
}
@keyframes blick {
  60% {
    left: 100%;
  }
  to {
    left: 130%;
  }
}
.button.btn-blik span {
  overflow: hidden;
  position: relative;

}
.button.btn-blik span:after {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.03, 0.91, 0.67, 0.79);
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.91, 0.67, 0.79);
}
.button.btn-blik span {
  position: relative;
  z-index: 3;
}
.button {
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  margin: 0;
  border: none;
  color: #2F3035;
font-family: 'DINPro-Medium';
  padding: 2px;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 280px;

  outline: none; }
  .button:before {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .button:after {
    content: '';
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .button span {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 50px;
    font-size: 18px;
    height: 60px;
    line-height: 58px;
    background: #C3B59A;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
  .button i.svg-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    height: 76px;
    line-height: 77px;
    background: #ececec;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
  .button:hover span, .button:hover i.svg-wrap {
    background: #53475F;color:#C3B59A; }
  .button:focus span, .button:focus i.svg-wrap, .button:active span, .button:active i.svg-wrap {
    background: #53475F;color:#C3B59A; }
  .button.block-button {
    display: block; }
  .button.blue-button {
    color: #fff; }

    .button.blue-button span {
          background: #C3B59A;
    color: #2F3035; }
    .button.blue-button:hover {
      color: #2F3035;
 }

      .button.blue-button:hover span {
        background: #ececec;
        color: #2F3035; }
    .button.blue-button:focus, .button.blue-button:active {
      color: #2F3035; }
      .button.blue-button:focus span, .button.blue-button:active span {
        background: #C3B59A; }
  .button.hover-blue-button {
    background-color: #53475F;
    color: #ffffff; }
    .button.hover-blue-button span {
      background: #fff; }
    .button.hover-blue-button:hover:before {
      border-left-color: #53475F;
      border-top-color: #53475F; }
    .button.hover-blue-button:hover:after {
      border-right-color: #53475F;
      border-bottom-color: #53475F; }
    .button.hover-blue-button:hover span {
      background: #53475F; }

    .button.hover-blue-button:focus span, .button.hover-blue-button:active span {
      background: #584561; }
  .button.popup-blue-button {
    font-weight: 600;
    color: #fff; }
    .button.popup-blue-button span {
      background: #53475F; }
    .button.popup-blue-button:hover {
      color: #ffffff; }
      .button.popup-blue-button:hover span {
        background:#0c55ab; }
    .button.popup-blue-button:focus, .button.popup-blue-button:active {
      font-weight: 500;
      color: #ffffff; }
      .button.popup-blue-button:focus span, .button.popup-blue-button:active span {
        background: #584561; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  height: 130px;
  padding: 25px 30px 25px 185px;
  background: #584561;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  header .logo-img {
    width: 90px;
    fill: #53475F; }
  header .logo {
    display: block;
    float: left;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav, header .phone, header .button {
    display: block;
    float: right; }
  header nav, header .phone {
    margin-top: 20px;
    line-height: 40px; }
  header .phone {
    display: inline-block !important;
    margin-right: 20px;
    font-family: 'DINPro-Medium';
    font-size: 20px;
    color: #C3B59A; }
    header .phone  i{
    margin-right: 10px;
  }
  header nav {
    margin-right: 50px; }
    header nav li {
      display: block;
      float: left;
          margin-right: 25px;
    font-size: 17px; }
      header nav li span {
        display: block;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        header nav li span.active, header nav li span:hover {
          color: #C3B59A; }
  header .button i.svg-wrap {
    display: none; }
  header.white-style nav li span{
    color: #2F3035;
  }
   header.white-style nav li span.active, header.white-style nav li span:hover {
    color: #C3B59A !important;
  }
  header.white-style {
    background: #ffffff; }
    header.white-style .logo {
      opacity: 1;
      visibility: visible; }
    header.white-style .phone {
      color: #53475F; }
    header.white-style nav li span.active, header.white-style nav li span:hover {
      color: #53475F; }
    header.white-style .button span, header.white-style .button i.svg-wrap {
      background: #ffffff; }
    header.white-style .button:hover span, header.white-style .button:hover i.svg-wrap {
      background: #ececec; }
    header.white-style .button:focus span, header.white-style .button:focus i.svg-wrap, header.white-style .button:active span, header.white-style .button:active i.svg-wrap {
      background: #ffffff; }

.mobile-nav, .nav-button, .mobile-contacts {
  display: none; }

.page {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 130px; }

.content-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%; }

.action-link {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer; }
  .action-link.download {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  .action-link i.svg-circle {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 50px;
    border: 2px solid #53475F;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
  .action-link svg {
    display: block;
    height: 46px;
    width: 46px;
    fill: transparent;
        stroke: #c3b59a; }
  .action-link span {
    display: inline-block;
    opacity: 1;
    margin-left: 20px;
    vertical-align: top;
    color: #53475F;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .action-link:hover span {
    opacity: 1; }
  .action-link:hover i.svg-circle {
    background: #53475F; }
  .action-link.white-action i.svg-circle {
    border-color: #ffffff; }
  .action-link.white-action svg {
    fill: #584561; }
  .action-link.white-action span {
    color: #ffffff;
    opacity: 1;
    font-weight: 500; }
  .action-link.white-action:hover i.svg-circle {
    background: #ffffff; }

section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden; }
  section .background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden; }
  section .image {
    position: absolute;
    width: 64%;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  section .map {
    position: absolute;
    width: 66%;
    right: 0;
    top: 0;
    bottom: 60px;
    z-index: 2;
    overflow: hidden;
    -webkit-backface-visibility: hidden; }
    section .map svg {
      display: block;
      position: absolute;
      height: 800px;
      right: 50px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  section .slide-content {
    position: absolute;
    width: 34%;
    left: 0;
    bottom: 0;
    z-index: 3;
    top: 0;
    padding-left: 185px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  section.first-screen .background {
    background: #584561; }
  section.first-screen .image {
    width: 100%; }
  section.first-screen .slide-content {
    width: 60%; }
    section.first-screen .slide-content .slide-inner {
      overflow: hidden; }
  section.first-screen .logo-main {
       width: 13rem;
    /* height: 55.1px; */
    fill: #ffffff;
    margin-bottom: 30px; }
    section.first-screen .logo-main .animate-step {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    section.first-screen .logo-main .completed {
      opacity: 1; }
  section.first-screen h1 {
    font-size: 48px;
    line-height: 56px;
    
    color: #fff;
    margin-bottom: 33px; }
  section.first-screen .description {
    width: 80%;
    max-width: 600px;
    color: #ffffff; }
  section.first-screen .slide-actions {
    margin-top: 70px;
    margin-bottom: 65px; }
    section.first-screen .slide-actions .button, section.first-screen .slide-actions .action-link {
      vertical-align: middle; }
    section.first-screen .slide-actions .button {
      margin-right: 80px; }
  section.sales .background {
    background: #fff; }
    section.sales .background:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 34%;
      background: #ffffff;
      z-index: 3; }
  section.sales .slide-inner {
    padding-right: 80px; }
  section.sales h2 {
    font-size: 62px;
    line-height: 68px;
    font-weight: 300;
    padding-bottom: 50px;
    margin-bottom: 34px;
    border-bottom: 1px solid #a9a9a9; }
  section.sales .description {
    color: #1d1d1d; }
  section.sales .slide-actions {
    margin-top: 50px; }
  section.dark-slide .background {
    background: #2d2c32; }
    section.dark-slide .background:after {
      content: "";
      display: block;
      position: absolute;
      left: 34%;
      top: 40px;
      bottom: 40px;
      width: 1px;
      z-index: 3;
      background: #ffffff;
      opacity: 0; }
  section.dark-slide .slide-inner {
    padding-right: 80px;
    max-width: 780px; }
  section.dark-slide h2, section.dark-slide h3 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 34px;
    color: #ffffff; }
  section.dark-slide .description {
    color: #ffffff; }
  section.dark-slide .slide-actions {
    margin-top: 50px; }
  section.dark-slide + .dark-slide .background {
    box-shadow: 0 -1px 1px #2d2c32; }
  section.investments .image {
    width: 34%;
    right: auto;
    left: 0;
    background-size: cover;
    background-position: left bottom; }
  section.investments .slide-content {
    width: 66%;
    left: auto;
    right: 0;
    padding-left: 150px; }
  section.development .background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34%;
    background: #2d2c32;
    z-index: 3; }
  section.careers .image {
    width: 34%;
    right: auto;
    left: 0;
    background-size: contain;
    background-position: center bottom -70px; }
  section.careers .slide-content {
    width: 66%;
    left: auto;
    right: 0;
    padding-left: 150px; }
  section.careers .slide-inner {
    max-width: 680px; }
  section.contacts footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 60px;
    background: #ffffff;
    padding-left: 185px;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; 
    align-items: center;
    color: #a9a9a9; }
  section.contacts copyright, section.contacts .developers a {
    color: #C3B59A; }
  section.contacts .developers a {
    text-decoration: underline; }
    section.contacts .developers a:hover {
      text-decoration: none; }
  section.contacts copyright, section.contacts .developers {
    display: inline-block;
    vertical-align: top;
    line-height: 20px; }
  section.contacts copyright {
    margin-right: 70px; }
  section.contacts .background {
    background: #2f3035; }
    section.contacts .background:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 34%;
      background: #53475F;
      z-index: 4; }
    section.contacts .background .title {
      position: absolute;
      color: #c3b59a;
      font-size: 14px;
      line-height: 20px;
      
      text-align: center;
      z-index: 3;
      cursor: pointer;
      -webkit-transform: translate(-50%, -24px);
      -moz-transform: translate(-50%, -24px);
      -o-transform: translate(-50%, -24px);
      transform: translate(-50%, -24px); }
      section.contacts .background .title i {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear; }
      section.contacts .background .title span {
        display: block; }
      section.contacts .background .title.hovered i {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
    section.contacts .background .hot-point {
      position: absolute;
      border-radius: 50%;
      background: #ffffff;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-backface-visibility: hidden; }
  section.contacts .slide-inner {
    padding-right: 80px; }
  section.contacts .slide-content {
    padding-bottom: 60px; }
    section.contacts .slide-content h3 {
      font-size: 48px;
      line-height: 56px;
      
      margin-bottom: 36px;
      color: #ffffff; }
    section.contacts .slide-content .addresses {
      display: block;
      padding-bottom: 30px;
      border-bottom: 1px solid #ffffff; }
      section.contacts .slide-content .addresses li {
        display: block;
        margin-bottom: 20px;
        color: #ffffff; }
      section.contacts .slide-content .addresses .title {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 21px;
        line-height: 24px;
        
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.3s linear;
        -moz-transition: border 0.3s linear;
        -o-transition: border 0.3s linear;
        transition: border 0.3s linear; }
        section.contacts .slide-content .addresses .title i {
          position: relative;
          top: -1px;
          margin-right: 10px;
          font-size: 24px;
          line-height: 24px;
          color: #C3B59A;
          vertical-align: top;
          -webkit-backface-visibility: hidden;
          -webkit-transform-origin: 50% 100%;
          -moz-transform-origin: 50% 100%;
          -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
          -webkit-transition: transform 0.3s linear;
          -moz-transition: transform 0.3s linear;
          -o-transition: transform 0.3s linear;
          transition: transform 0.3s linear; }
      section.contacts .slide-content .addresses li.active-location .title {
        border-bottom-color: #C3B59A; }
        section.contacts .slide-content .addresses li.active-location .title i {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -o-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
      section.contacts .slide-content .addresses address, section.contacts .slide-content .addresses a {
        display: block;
        color: #ffffff;
        font-weight: 300;
        line-height: 26px; }
    section.contacts .slide-content table {
      margin-top: 30px;
      width: 100%; }
      section.contacts .slide-content table td {
        padding-top: 16px;
        vertical-align: middle; }
        section.contacts .slide-content table td .connect {
          margin-left: 12px; }
      section.contacts .slide-content table .title i{
        margin-right: 10px;
      }
      section.contacts .slide-content table .title a{
        color: #C3B59A;
        font-family: 'DINPro-Medium';
      }
      section.contacts .slide-content table .title {
        color: #ffffff;
        font-size: 21px;
        white-space: nowrap; }

.map svg path {
  fill: #53475F; }
  .map svg path.active-point {
    fill: transparent; }

.connect {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .connect i {
    width: 100%;
    font-size: 24px;
    line-height: 46px;
    vertical-align: top; }
    .connect i.fa-telegram-plane {
      padding-right: 2px; }
  .connect:hover {
    border-color: #C3B59A;
    background: #C3B59A;
    color: #ffffff; }

.connect.for-mobile {
  display: none; }

html.mobile .connect.for-desktop, html.tablet .connect.for-desktop {
  display: none; }
html.mobile .connect.for-mobile, html.tablet .connect.for-mobile {
  display: inline-block; }

section.visible {
  opacity: 1;
  visibility: visible; }
  section.visible .image {
    opacity: 0; }
  section.visible .slide-actions .button:before, section.visible .slide-actions .button:after {
    width: 0;
    height: 0;
    -webkit-transition: width 0.5s ease 0.9s, height 0.5s ease 0.9s, border 0.3s;
    -moz-transition: width 0.5s ease 0.9s, height 0.5s ease 0.9s, border 0.3s;
    -o-transition: width 0.5s ease 0.9s, height 0.5s ease 0.9s, border 0.3s;
    transition: width 0.5s ease 0.9s, height 0.5s ease 0.9s, border 0.3s; }
  section.visible h1 {
    opacity: 0;
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    -o-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    -webkit-transition: all 0.7s ease 0.3s;
    -moz-transition: all 0.7s ease 0.3s;
    -o-transition: all 0.7s ease 0.3s;
    transition: all 0.7s ease 0.3s; }
  section.visible .description {
    opacity: 0;
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    -o-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    -webkit-transition: all 0.7s ease 0.5s;
    -moz-transition: all 0.7s ease 0.5s;
    -o-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s; }
  section.visible .slide-actions {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.7s;
    -moz-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s; }
  section.visible .action-link i.svg-circle {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: transform 0.5s linear 0.9s, opacity 0.5s linear 0.9s;
    -moz-transition: transform 0.5s linear 0.9s, opacity 0.5s linear 0.9s;
    -o-transition: transform 0.5s linear 0.9s, opacity 0.5s linear 0.9s;
    transition: transform 0.5s linear 0.9s, opacity 0.5s linear 0.9s; }

section.current {
  opacity: 1;
  visibility: visible; }

section.first-load .image {
  -webkit-animation: imageLoad 1.4s ease 0s forwards;
  animation: imageLoad 1.4s ease 0s forwards; }
section.first-load .slide-actions .button:before, section.first-load .slide-actions .button:after {
  width: 100%;
  height: 100%; }
section.first-load h1, section.first-load .description {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
section.first-load .slide-actions {
  opacity: 1; }
section.first-load .action-link i.svg-circle {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

section.first-screen .slide-actions.animated-complete .button:before, section.first-screen .slide-actions.animated-complete .button:after {
  width: 100%;
  height: 100%; }
section.first-screen h1.animated-complete, section.first-screen .description.animated-complete {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
section.first-screen .slide-actions.animated-complete {
  opacity: 1; }
section.first-screen .action-link.animated-complete i.svg-circle {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

.as-mobile section.visible {
  opacity: 1;
  visibility: visible; }
  .as-mobile section.visible .image {
    opacity: 0;
    -webkit-transition: all 0.7s ease 0.3s;
    -moz-transition: all 0.7s ease 0.3s;
    -o-transition: all 0.7s ease 0.3s;
    transition: all 0.7s ease 0.3s; }
  .as-mobile section.visible .image.animated-complete {
    opacity: 1; }
  .as-mobile section.visible .slide-actions .button:before, .as-mobile section.visible .slide-actions .button:after {
    -webkit-transition: width 0.5s ease 0.1s, height 0.5s ease 0.1s, border 0.3s;
    -moz-transition: width 0.5s ease 0.1s, height 0.5s ease 0.1s, border 0.3s;
    -o-transition: width 0.5s ease 0.1s, height 0.5s ease 0.1s, border 0.3s;
    transition: width 0.5s ease 0.1s, height 0.5s ease 0.1s, border 0.3s; }
  .as-mobile section.visible h1 {
    -webkit-transition: all 0.7s ease 0.1s;
    -moz-transition: all 0.7s ease 0.1s;
    -o-transition: all 0.7s ease 0.1s;
    transition: all 0.7s ease 0.1s; }
  .as-mobile section.visible .description {
    -webkit-transition: all 0.7s ease 0.1s;
    -moz-transition: all 0.7s ease 0.1s;
    -o-transition: all 0.7s ease 0.1s;
    transition: all 0.7s ease 0.1s; }
  .as-mobile section.visible .slide-actions {
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s; }
  .as-mobile section.visible .action-link i.svg-circle {
    -webkit-transition: transform 0.5s linear 0.1s, opacity 0.5s linear 0.1s;
    -moz-transition: transform 0.5s linear 0.1s, opacity 0.5s linear 0.1s;
    -o-transition: transform 0.5s linear 0.1s, opacity 0.5s linear 0.1s;
    transition: transform 0.5s linear 0.1s, opacity 0.5s linear 0.1s; }
.as-mobile section:not(.first-screen) .slide-inner {
  opacity: 0;
  -webkit-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  -webkit-transition: all 0.7s ease 0.1s;
  -moz-transition: all 0.7s ease 0.1s;
  -o-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s; }
.as-mobile section:not(.first-screen) .slide-inner.animated-complete {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.as-mobile section:not(.first-screen) .image {
  opacity: 0;
  -webkit-transition: all 0.7s ease 0.3s;
  -moz-transition: all 0.7s ease 0.3s;
  -o-transition: all 0.7s ease 0.3s;
  transition: all 0.7s ease 0.3s; }
.as-mobile section:not(.first-screen) .image.animated-complete {
  opacity: 1; }
.as-mobile section:not(.first-screen).contacts .background .hot-point {
  opacity: 0;
  margin-top: -50px;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  -o-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  -moz-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  -o-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s; }
.as-mobile section:not(.first-screen).contacts .background .title {
  opacity: 0;
  -webkit-transform: translate(-50%, -24px) scale(0.5, 0.5);
  -moz-transform: translate(-50%, -24px) scale(0.5, 0.5);
  -o-transform: translate(-50%, -24px) scale(0.5, 0.5);
  transform: translate(-50%, -24px) scale(0.5, 0.5);
  -webkit-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  -moz-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  -o-transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s; }
.as-mobile section:not(.first-screen).contacts .background.animated-complete .hot-point {
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1); }
.as-mobile section:not(.first-screen).contacts .background.animated-complete .title {
  opacity: 1;
  -webkit-transform: translate(-50%, -24px) scale(1, 1);
  -moz-transform: translate(-50%, -24px) scale(1, 1);
  -o-transform: translate(-50%, -24px) scale(1, 1);
  transform: translate(-50%, -24px) scale(1, 1); }

section.hide-forward {
  opacity: 1;
  visibility: visible; }
  section.hide-forward .background, section.hide-forward footer {
    -webkit-animation: slideHideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: slideHideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }
  section.hide-forward .image {
    -webkit-animation: imageHide 0.8s ease 0s forwards;
    animation: imageHide 0.8s ease 0s forwards; }
  section.hide-forward .slide-content {
    -webkit-animation: textHideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: textHideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }

section.hide-backward {
  opacity: 1;
  visibility: visible; }
  section.hide-backward .background, section.hide-backward footer {
    -webkit-animation: slideHideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: slideHideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }
  section.hide-backward .image {
    -webkit-animation: imageHide 0.8s ease 0s forwards;
    animation: imageHide 0.8s ease 0s forwards; }
  section.hide-backward .slide-content {
    -webkit-animation: textHideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: textHideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }

section.forward {
  opacity: 1;
  visibility: visible; }
  section.forward .background, section.forward footer {
    -webkit-animation: slideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: slideForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }
  section.forward.first-screen .image, section.forward.sales .image, section.forward.development .image, section.forward.contacts .image {
    -webkit-animation: imageShow 1.2s ease 0s forwards;
    animation: imageShow 1.2s ease 0s forwards; }
  section.forward.investments .image, section.forward.careers .image {
    -webkit-animation: imageShowLeft 1.2s ease 0s forwards;
    animation: imageShowLeft 1.2s ease 0s forwards; }
  section.forward .slide-content {
    -webkit-animation: textForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: textForward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }
  section.forward.contacts .background .hot-point {
    -webkit-animation: hotPoint 1.2s ease-out forwards;
    animation: hotPoint 1.2s ease-out forwards; }
  section.forward.contacts .background .title {
    -webkit-animation: titlePoint 1.2s ease-out forwards;
    animation: titlePoint 1.2s ease-out forwards; }

section.backward {
  opacity: 1;
  visibility: visible; }
  section.backward .background, section.backward footer {
    -webkit-animation: slideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: slideBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }
  section.backward.first-screen .image, section.backward.sales .image, section.backward.development .image, section.backward.contacts .image {
    -webkit-animation: imageShow 1.2s ease 0s forwards;
    animation: imageShow 1.2s ease 0s forwards; }
  section.backward.investments .image, section.backward.careers .image {
    -webkit-animation: imageShowLeft 1.2s ease 0s forwards;
    animation: imageShowLeft 1.2s ease 0s forwards; }
  section.backward .slide-content {
    -webkit-animation: textBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: textBackward 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards; }

form .form-item {
  padding-bottom: 17px; }
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
  display: block;
  width: 100%;
  height: 49px;
  padding: 0px 15px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  border-radius: 0;
  color: #2F3035;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  line-height: 48px;
  
  font-family: 'Gilroy', sans-serif;
  -webkit-appearance: none;
  outline: none; }
  form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #a9a9a9;
    font-weight: 400;
    font-style: italic;
    font-family: 'Gilroy', sans-serif; }
  form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form textarea:-moz-placeholder {
    color: #a9a9a9;
    font-weight: 400;
    font-style: italic;
    font-family: 'Gilroy', sans-serif; }
  form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 400;
    font-style: italic;
    font-family: 'Montserrat', sans-serif; }
  form input[type="text"]::placeholder, form input[type="email"]::placeholder, form input[type="tel"]::placeholder, form input[type="password"]::placeholder, form textarea::placeholder {
    line-height: 48px; }
  form input[type="text"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="password"]:focus, form textarea:focus {
    border-color: #584561; }
  form input[type="text"]:-webkit-autofill, form input[type="text"]:-webkit-autofill:hover, form input[type="text"]:-webkit-autofill:focus, form input[type="text"]:-webkit-autofill:active, form input[type="email"]:-webkit-autofill, form input[type="email"]:-webkit-autofill:hover, form input[type="email"]:-webkit-autofill:focus, form input[type="email"]:-webkit-autofill:active, form input[type="tel"]:-webkit-autofill, form input[type="tel"]:-webkit-autofill:hover, form input[type="tel"]:-webkit-autofill:focus, form input[type="tel"]:-webkit-autofill:active, form input[type="password"]:-webkit-autofill, form input[type="password"]:-webkit-autofill:hover, form input[type="password"]:-webkit-autofill:focus, form input[type="password"]:-webkit-autofill:active, form textarea:-webkit-autofill, form textarea:-webkit-autofill:hover, form textarea:-webkit-autofill:focus, form textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 48px #ececec inset !important;
    -webkit-text-fill-color: #a9a9a9 !important; }
form textarea {
  resize: vertical;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 22px;
  resize: vertical; }
  form textarea::placeholder {
    line-height: 26px; }
form input[type="text"].error, form input[type="email"].error, form input[type="tel"].error, form textarea.error {
  border-color: #e42158; }
  form input[type="text"].error::-webkit-input-placeholder, form input[type="email"].error::-webkit-input-placeholder, form input[type="tel"].error::-webkit-input-placeholder, form textarea.error::-webkit-input-placeholder {
    color: #e42158; }
  form input[type="text"].error:-moz-placeholder, form input[type="email"].error:-moz-placeholder, form input[type="tel"].error:-moz-placeholder, form textarea.error:-moz-placeholder {
    color: #e42158; }
  form input[type="text"].error:-ms-input-placeholder, form input[type="email"].error:-ms-input-placeholder, form input[type="tel"].error:-ms-input-placeholder, form textarea.error:-ms-input-placeholder {
    color: #e42158; }
form .error-text {
  display: none;
  color: #e42158;
  font-size: 12px;
  line-height: 18px; }
form .error + .error-text {
  display: block; }

.upload {
  position: relative;
 margin-bottom: 10px; }
  .upload label {
    display: block; }
  .upload .upload-result {
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #a9a9a9;
    font-style: italic; }

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.modal_window {
  display: none; }

.fancybox-bg {
  background: #2F3035; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.90; }

.fancybox-slide > * {
  margin: 5px 0; }

.fancybox-slide .modal_window .text{
  text-align: center;
  margin-bottom: 20px;
}
.fancybox-slide .modal_window .action-link i.svg-circle{
      border: 2px solid #eaeaea;
}
.fancybox-slide .modal_window {
  width: 450px;
  box-shadow: none;
  padding: 50px 60px;
  border-radius: 0;
  background: #fff;
  overflow: visible; }
  .fancybox-slide .modal_window h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px; }
  .fancybox-slide .modal_window .button.disabled{
    cursor: default;
    color: #717171;
  }
    .fancybox-slide .modal_window .button.popup-blue-button.disabled:after {
    border-right-color: #717171;
    border-bottom-color: #717171;
}
  .fancybox-slide .modal_window .button.popup-blue-button.disabled:before {
    border-left-color: #717171;
    border-top-color: #717171;
}
  .fancybox-slide .modal_window .button.popup-blue-button.disabled:hover span {
    background-color: #ececec;
    color: #717171;
        font-weight: 600;
}
  .fancybox-slide .modal_window .button {
    width: 100%;
    margin-top: 40px; }
  .fancybox-slide .modal_window.connect_window {
    width: 760px;
    min-height: 340px;
    padding: 50px 80px 35px 300px;
    background-repeat: no-repeat;
    background-size: 240px auto;
    background-position: left 30px bottom; }
    .fancybox-slide .modal_window.connect_window h4 {
      margin-bottom: 24px; }
  .fancybox-slide .modal_window .adviser {
    margin-bottom: 24px;
    font-size: 21px;
    color: #a9a9a9; }
    .fancybox-slide .modal_window .adviser .position {
      font-weight: 600; }
  .fancybox-slide .modal_window .table-wrap {
    padding-top: 18px;
    border-top: 1px solid #a9a9a9; }
  .fancybox-slide .modal_window table {
    width: 100%; }
    .fancybox-slide .modal_window table td {
      padding-top: 20px;
      vertical-align: middle; }
      .fancybox-slide .modal_window table td .connect {
        margin-left: 16px; }
    .fancybox-slide .modal_window table .title {
      color: #53475F;
      font-size: 21px;
      
      white-space: nowrap; }
  .fancybox-slide .modal_window .connect {
    border-color: #c1c1c1;
    color: #c1c1c1; }
    .fancybox-slide .modal_window .connect:hover {
      border-color: #53475F;
      background: #53475F;
      color: #ffffff; }

.fancybox-close-small {
  -webkit-appearance: none;
  box-shadow: none;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  border-radius: 0;
  background: #fff;
  color: transparent;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .fancybox-close-small:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #c1c1c1;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .fancybox-close-small:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #c1c1c1;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .fancybox-close-small:hover {
    opacity: 1;
    background: #53475F; }
    .fancybox-close-small:hover:after, .fancybox-close-small:hover:before {
      background: #ffffff; }
  .fancybox-close-small:focus {
    outline: none; }
    .fancybox-close-small:focus:after {
      outline: none; }

.fancybox-button--close {
  -webkit-appearance: none;
  box-shadow: none;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  border-radius: 0;
  background: #ececec;
  color: transparent;
  opacity: 1 !important;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .fancybox-button--close:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    right: auto;
    margin-left: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #c1c1c1;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .fancybox-button--close:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 50%;
    left: auto;
    margin-right: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #c1c1c1;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .fancybox-button--close:hover {
    opacity: 1;
    background: #53475F !important; }
    .fancybox-button--close:hover:after, .fancybox-button--close:hover:before {
      background: #ffffff; }
  .fancybox-button--close:focus {
    outline: none; }
    .fancybox-button--close:focus:after {
      outline: none; }

.fancybox-toolbar {
  opacity: 1;
  visibility: visible; }

.fancybox-button--close:hover:not([disabled]):hover {
  opacity: 1;
  background: #e8ecf0; }

.fancybox-button:hover:not([disabled]) {
  background: #e8ecf0; }

/**************************Media Queries********************/
@media (max-width: 1600px){
  header nav li {
    font-size: 16px;
}
  .button {
    min-width: 250px;
}
  header .phone {
    margin-right: 30px;
    font-size: 26px;
}
.lang li + li:before {
    padding: 0px 5px;
}
header nav {
    margin-right: 30px;
}
header nav li {
    margin-right: 15px;
}
}
@media (max-width: 1700px), (max-height: 900px) {
  header, section.contacts footer, section .slide-content {
    padding-left: 100px; }

  section.sales .slide-inner, section.dark-slide .slide-inner, section.contacts .slide-inner {
    padding-right: 60px; } }
@media (max-width: 1670px), (max-height: 850px) {
  header, section.contacts footer, section .slide-content {
    padding-left: 60px; }

  section.first-screen .slide-actions {
    margin-top: 50px; }


  section.sales h2 {
    font-size: 56px;
    line-height: 62px;
    font-weight: 300;
    padding-bottom: 24px;
    margin-bottom: 24px; }

  section.sales .slide-actions {
    margin-top: 34px; }

  section.dark-slide .slide-actions {
    margin-top: 34px; }

  header {
    padding: 15px 15px 15px 60px;
    height: 110px; }

  .page {
    padding-top: 110px; }

  section.sales .background:before, section.development .background:before, section.contacts .background:before {
    width: 40%; }

  section .slide-content {
    width: 40%; }

  section.dark-slide .background:after {
    left: 40%; }

  section.careers .image, section.investments .image {
    width: 40%; }

  section.careers .slide-content, section.investments .slide-content {
    width: 60%;
    padding-left: 60px; }

  section .map svg {
    right: -50px; }

  section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 46px;
    line-height: 54px; }

  section.contacts footer {
    height: 40px;
    padding-top: 0px; }

  section .map {
    bottom: 40px; }

  section.contacts .slide-content {
    padding-bottom: 40px; }

  section.contacts .slide-content .addresses address {
    margin-right: 20px; }

  section.contacts .slide-content .addresses address, section.contacts .slide-content .addresses a {
    vertical-align: top; }

  section.contacts .slide-content .addresses {
    padding-bottom: 20px; }

  section.contacts .slide-content table {
    margin-top: 20px;
    width: 380px; } }
    @media (max-width: 1100px), (max-height: 850px){
      section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 36px;
    line-height: 40px;
}
    }
@media (max-width: 1500px) {
  header .phone {
    margin-right: 10px;
    font-size: 16px;
}
}
.lang {
    margin-left: 20px;
}
.lang li a {
    font-size: 12px;
}
  section .map svg {
    right: -110px; }

  header nav {
    margin-right: 10px; } }
@media (max-width: 1400px), (max-height: 740px) {
  body {
    font-size: 16px;
    line-height: 26px; }

  section.first-screen .slide-content {
    width: 80%; }

  header .phone {
    font-size: 15px;
    margin-right: 10px; }

  header .logo-img {
    width: 200px;
    height: 24.71px; }

  header .logo {
    margin-top: 28px; }

  section.first-screen h1 {
    font-size: 44px;
    line-height: 50px; }

  section.first-screen .slide-actions {
    margin-bottom: 30px; }

  section.first-screen .description {
    max-width: 680px; }

  section.sales .background:before, section.development .background:before, section.contacts .background:before {
    width: 50%; }

  section .slide-content {
    width: 50%; }

  section.dark-slide .background:after {
    left: 50%; }

  section.careers .image, section.investments .image {
    width: 50%; }

  section.careers .slide-content, section.investments .slide-content {
    width: 50%; }

  section.sales h2 {
    font-size: 54px;
    line-height: 62px; }

  section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px; }

  section.contacts .slide-content h3 {
    font-size: 40px; }

  section.contacts .slide-content .addresses {
    padding-bottom: 10px; }

  section.contacts .slide-content tbody {
    display: table-row; }

  section.contacts .slide-content table {
    width: 100%;
    margin-top: 10px; }
    section.contacts .slide-content table tr {
      display: table-cell; }
    section.contacts .slide-content table td {
      display: inline-block; }

  section .map svg {
    right: -140px; }

  header nav li {
    margin-right: 25px; } }
.mobile-overlay {
  display: none; }

@media (max-width: 1300px) {
  header .button{
    margin-top: 5px;
  }
  header nav li {
    margin-right: 20px;
    font-size: 16px;
}
  .button {
    min-width: 220px;
}
.button span {
    font-size: 14px;
    height:50px;
    line-height:50px;
  }
}
@media (max-width: 1240px) {
    header .button{
    margin-top: 0;
  }
  .mobile-overlay {
    display: block;
    position: fixed;
    z-index: 803;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 34, 40, 0.8);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s; }
    .mobile-overlay.showed {
      opacity: 1;
      visibility: visible; }

  .mobile-nav {
    display: block;
    position: fixed;
    z-index: 804;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 345px;
    padding: 110px 30px 30px 60px;
    background: #2F3035;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    overflow: auto;
    -webkit-backface-visibility: hidden; }
    .mobile-nav li {
      color: #ffffff;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px; }
      .mobile-nav li span {
        cursor: pointer; }
        .mobile-nav li span.active {
          color: #C3B59A; }
      .mobile-nav li i {
        display: block;
        color: #a9a9a9;
        font-size: 12px;
        line-height: 18px;
         }
    .mobile-nav.open {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

  .nav-button {
    display: block;
    position: fixed;
    z-index: 805;
    top: 25px;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin: 0 auto;
    border: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    cursor: pointer; }
    .nav-button span {
      display: block;
      overflow: hidden;
      width: 60px;
      height: 60px;
      padding: 9px 0px;
      margin: 0px auto; }
      .nav-button span div {
        display: block;
        margin: 9px auto;
        width: 28px;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s; }
    .nav-button.to-close span div {
      background: #C3B59A !important; }
    .nav-button.to-close span .rotate-left-i {
      -webkit-transform: scale(1) rotate(-45deg) translate(-7.8px, 7.8px) skew(0deg, 0deg);
      -moz-transform: scale(1) rotate(-45deg) translate(-7.8px, 7.8px) skew(0deg, 0deg);
      -o-transform: scale(1) rotate(-45deg) translate(-7.8px, 7.8px) skew(0deg, 0deg);
      transform: scale(1) rotate(-45deg) translate(-7.8px, 7.8px) skew(0deg, 0deg); }
    .nav-button.to-close span .rotate-right-i {
      -webkit-transform: scale(1) rotate(45deg) translate(-7.8px, -7.8px) skew(0deg, 0deg);
      -moz-transform: scale(1) rotate(45deg) translate(-7.8px, -7.8px) skew(0deg, 0deg);
      -o-transform: scale(1) rotate(45deg) translate(-7.8px, -7.8px) skew(0deg, 0deg);
      transform: scale(1) rotate(45deg) translate(-7.8px, -7.8px) skew(0deg, 0deg); }
    .nav-button.to-close span .hider-i {
      -webkit-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
      -moz-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
      -o-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
      transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
      opacity: 0; }

  .white-style + .nav-button span div {
    background: #53475F; }

  header nav {
    display: none; }

  header .button {
    width: auto;
    min-width: 80px; }
    header .button span {
      display: none; }
    header .button i.svg-wrap {
      display: block;
      padding: 0 26px;
      font-size: 0; }
    header .button svg {
      display: inline-block;
      fill: transparent;
      stroke: #53475F;
      width: 22px;
      height: 31px;
      vertical-align: middle; }

  section.first-screen .image {
    background-size: auto 100%;
    margin-right: -10%; }

  section .map svg {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

  section.first-screen .logo-main {
    width: 8rem}

  section.first-screen .slide-actions .button {
    margin-right: 50%;
    margin-bottom: 50px; }

  section.first-screen h1 {
    font-size: 42px;
    line-height: 50px; } }
@media (max-width: 1240px) and (max-height: 760px) {
  section.first-screen .slide-actions .button {
    margin-bottom: 30px; }

  section.first-screen .slide-actions {
    margin-top: 40px; }

  section.sales h2 {
    font-size: 50px;
    line-height: 56px; }

  section.sales .slide-actions, section.dark-slide .slide-actions {
    margin-top: 20px; }

  section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 38px;
    line-height: 44px; }

  section.careers .image {
    background-position: center bottom -30px; }

  section.contacts .slide-content table .title {
    font-size: 17px;
    font-weight: 500; }

  .connect {
    width: 40px;
    height: 40px; }
    .connect i {
      font-size: 20px;
      line-height: 36px; } }
@media (max-width: 1240px) and (min-height: 761px) {
  section.first-screen .slide-content {
    width: 670px; }

  section.first-screen .description {
    width: 500px; }

  section.contacts .slide-content tbody {
    display: table-row-group; }

  section.contacts .slide-content table {
    margin-top: 20px; }
    section.contacts .slide-content table tr {
      display: table-row; }
    section.contacts .slide-content table td {
      display: table-cell;
      padding-top: 20px; }

  section.contacts .slide-content .addresses {
    padding-bottom: 20px; }

  section.contacts .slide-content table td .connect {
    margin-left: 16px; } }
html.tablet .action-link span, html.mobile .action-link span {
  opacity: 1; }

@media (max-width: 991px) {
    section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 28px;
    line-height: 35px;
}
  section .image {
    background-size: cover;
    background-position: center bottom; }

  section.first-screen .image {
    background-size: auto 100%;
    background-position: right 40% bottom;
    margin-right: 0; }

  section.careers .image {
    background-size: auto 78%;
    background-position: left bottom; }

  .fancybox-slide .modal_window.connect_window {
    width: 700px;
    min-height: 300px;
    padding: 50px 80px 35px 240px;
    background-size: 200px auto;
    background-position: left 10px bottom; }

  section.sales .background:before, section.development .background:before, section.contacts .background:before {
    width: 56%; }

  section .slide-content {
    width: 56%; }

  section.dark-slide .background:after {
    left: 44%; }

  section.dark-slide.development .background:after {
    left: 56%; }

  section.careers .image, section.investments .image {
    width: 44%; }

  section.careers .slide-content, section.investments .slide-content {
    width: 56%; }

  section.careers .slide-content, section.investments .slide-content {
    padding-left: 36px; }

  section.sales .slide-inner, section.dark-slide .slide-inner, section.contacts .slide-inner {
    padding-right: 36px; }

  section .map {
    width: 50%; } }
@media (max-width: 991px) and (min-height: 880px) {
  section.first-screen .logo-main {
    margin-bottom: 60px; }

  section.first-screen .slide-actions {
    margin-top: 60px; }

  section.sales h2 {
    padding-bottom: 40px;
    margin-bottom: 34px; }

  section.sales .slide-actions {
    margin-top: 34px; }

  section.dark-slide h2, section.dark-slide h3 {
    margin-bottom: 34px; }

  section.dark-slide .slide-actions {
    margin-top: 38px; }

  section.contacts .slide-content h3 {
    margin-bottom: 40px; }

  section.contacts .slide-content .addresses address, section.contacts .slide-content .addresses a {
    display: block;
    margin: 0; }

  section.contacts .slide-content table {
    margin-top: 25px; }

  section.contacts .slide-content .addresses {
    padding-bottom: 25px; } }
    header .logo-mobile{
      display: none;
      fill:#53475F;
    }
    @media (max-width: 991px) {
      section.first-screen h1 {
    font-size: 34px;
    line-height: 40px;
}
  h1,h2,h3,h4,h5,h6{
    font-family: 'DINPro-Medium';
  }
  .action-link svg {
    display: block;
    height: 36px;
    width: 36px;
  }
  section.investments .slide-actions{
    display: block;
  }
  .action-link i.svg-circle {
    height: 40px;
    width: 40px;
  }
  .action-link span {
    font-size: 14px;
  }
  section.sales h2 {
    font-size: 28px;
    line-height: 35px;
}
section.dark-slide h2, section.dark-slide h3, section.contacts .slide-content h3 {
    font-size: 28px;
    line-height: 35px;
}
body{
      font-size: 14px;
    line-height: 22px;
}
  header .logo {
    margin-top: 18px;
  }
header .logo-img {
    width: 60px;
}
}
@media (max-width: 767px) {
    h2 br{
    display: none;
  }

  .action-link {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
  section.dark-slide h2, section.dark-slide h3{
    margin-bottom: 20px;
  }
  section.dark-slide .description br{
    display: none;
  }
header .logo-img{
  display: none;
}
header .logo-mobile{
      display: block;
      width: 22px;
    }
  .lang {
    margin-top: 14px;
}
header .phone {
    font-size: 16px;
    margin-right: 15px;
    margin-top: 6px;
}

  header .logo-img {
    width: 164px;
    height: 20.25px; }


  header .logo {
    margin-top: 8px;
    margin-left: 15px; }
  header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 76px;
    padding: 10px 15px 10px 50px; }

  header .button {
    width: auto;
    min-width: 56px; }
    header .button i.svg-wrap {
      padding: 0 10px;
      height: 52px;
      line-height: 52px; }

  .mobile-nav {
    padding: 80px 30px 30px 50px;
    max-width: 330px; }
    .mobile-nav .mobile-contacts {
      display: block;
      padding-top: 30px; }
      .mobile-nav .mobile-contacts .title {
        color: #a9a9a9;
        font-size: 13px;
        line-height: 30px;
         }
      .mobile-nav .mobile-contacts .connections-phone {
        padding: 10px 0 10px 0;
        margin-bottom: 30px;
        border-top: 1px solid #a9a9a9;
        border-bottom: 1px solid #a9a9a9; }
        .mobile-nav .mobile-contacts .connections-phone a {
              display: block !important;
    color: #C3B59A;
    line-height: 28px;
    font-size: 16px; }
      .mobile-nav .mobile-contacts .connect + .connect {
        margin-left: 10px; }

  .page {
    padding-top: 76px; }

  .nav-button {
    top: 8px;
    width: 60px; }
    .nav-button span {
      width: 50px; }

  section.first-screen h1 {
    font-size: 35px;
    line-height: 40px; }



  section .slide-content {
    padding-left: 15px !important; }
    section .slide-content .slide-inner {
      padding-right: 15px !important; }



  .fancybox-slide > * {
    margin: 0; }

  .fancybox-slide {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .fancybox-slide .modal_window {
      width: 100%;
      height: 100%;
      overflow: auto; }
      .fancybox-slide .modal_window .control-width {
        max-width: 300px;
        margin: 0 auto; }
      .fancybox-slide .modal_window h4 {
        font-size: 32px;
        line-height: 40px; }
      .fancybox-slide .modal_window.connect_window {
        width: 100%; } }
        @media (max-width: 700px){
            .action-link {
              text-align: center;
          }
        }
body.as-mobile {
  height: auto;
  min-height: 100%; }
  body.as-mobile .page {
    position: relative;
    height: auto; }
  body.as-mobile .content-wrapper {
    height: auto; }
  body.as-mobile section {
    position: relative;
    opacity: 1;
    visibility: visible; }
    body.as-mobile section .slide-content, body.as-mobile section .background, body.as-mobile section .image, body.as-mobile section .map {
      width: 100% !important;
      position: static; }
    body.as-mobile section .background:before, body.as-mobile section .background:after {
      display: none; }
    body.as-mobile section .map {
      position: relative;
      height: 250px; }
      body.as-mobile section.consulting .image {
    height: 200px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-size: cover;
    background-position: center center;
}
  body.as-mobile section.first-screen {
    height: 93vh;
    min-height: 700px;
    display: flex;
    align-items:center;
    background: #584561; }
    body.as-mobile section.first-screen .slide-inner {
      z-index: 2; }
    body.as-mobile section.first-screen .background {
      position: absolute;
      z-index: 1;
      top: auto;
      height: 300px; }
    body.as-mobile section.first-screen .image {
      background-position: right bottom; }
  body.as-mobile section.first-screen .slide-actions {
    margin-bottom: 0; }
  body.as-mobile section .slide-content {
    padding-top: 25px;
    padding-bottom: 30px; }
    body.as-mobile section .slide-content .slide-inner {
      position: relative; }
  body.as-mobile section.sales .image {
    height: 200px;
     }
  body.as-mobile section.sales h2 {
        padding-bottom: 15px;
    margin-bottom: 20px;}
  body.as-mobile section.sales .slide-actions, body.as-mobile section.dark-slide .slide-actions {
    margin-top: 34px; }
  body.as-mobile section.sales .slide-content {
    background: #ffffff; }
  body.as-mobile section.dark-slide {
    background: #2d2c32; }
  body.as-mobile section.investments .image {
    height: 200px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-size: cover;
    background-position: center center; }
  body.as-mobile section.development .image {
    height: 200px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-size: cover;
    background-position: center center; }
  body.as-mobile section.careers .image {
    height: 260px;
    background-size: contain;
    background-position: right 50px center;
    margin-top: -220px; }
  body.as-mobile section.contacts .slide-content {
    background: #53475F; }
  body.as-mobile section.contacts .background {
    position: relative !important; }
  body.as-mobile section.contacts footer {
    background: #2f3035;
    position: static;
    padding: 15px;
    height: auto; 
    flex-direction: column;}
    body.as-mobile section.contacts footer .police-links a{
      color: #fff;
    }
    body.as-mobile section.contacts footer .police-links a:last-child{
          margin-right: 0;
        }
  body.as-mobile section.contacts copyright {
    white-space: nowrap;
    margin-right: 0;
    margin-bottom: 5px; }
  body.as-mobile .connect {
    width: 50px;
    height: 50px; }
    body.as-mobile .connect i {
      font-size: 24px;
      line-height: 46px; }

@media (max-width: 630px) {
  .fancybox-slide .modal_window.connect_window {
    min-height: 100px;
    padding: 50px 80px 40px 80px;
    background-image: none !important; }

  body.as-mobile section.first-screen .background {
    height: 250px; } }
@media (max-width: 579px) {
    section.contacts .slide-content h3 {
    margin-bottom: 20px;
}
  section.contacts .slide-content .addresses .title i {
    top: 0px;
    margin-right: 5px;
    font-size: 16px;
  }
  section.contacts .slide-content .addresses .title {
        padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
  body.as-mobile section.contacts .slide-content {
    padding-bottom: 35px;
}
  section.contacts .slide-content .addresses{
    padding-bottom: 0;
  }

  body.as-mobile section.first-screen .background {
    display: none; }

  section.first-screen .description {
    width: 100%; }

  section .map svg {
    margin-right: 40px; }

  body.as-mobile section.careers .image {
    background-position: center;
    margin-top: 0; }

  body.as-mobile section.contacts .slide-content table {
    width: 100%;
    margin-top: 0; }
    body.as-mobile section.contacts .slide-content table tbody {
      display: table-row-group; }
    body.as-mobile section.contacts .slide-content table tr {
      display: table-row; }
    body.as-mobile section.contacts .slide-content table td {
      display: table-cell; } }
@media (max-width: 480px) {
section.first-screen {
    text-align: center;
  }
  section .slide-actions .button, .fancybox-slide .modal_window .button {
    margin-right: 0;
    width: 100%;
    min-width: 100%; }

  .fancybox-slide .modal_window {
    padding: 50px 30px; }
    .fancybox-slide .modal_window .control-width {
      width: 100%;
      max-width: 100%; }
    .fancybox-slide .modal_window.connect_window {
      padding: 50px 30px; } }
@media (max-width: 400px) {
  section.first-screen .slide-actions .button {
    margin-bottom: 40px; }

  .action-link span {
    margin-left: 10px; }

  section.first-screen .action-link.white-action {
    height: auto;
    width: 100%;
    text-align: center; }
  section.first-screen .action-link.white-action span {
    display: block;
    margin-left: 0;
    line-height: 30px;
    margin-top: 15px; } }
@media (max-width: 360px) {
  body, .fancybox-container, header {
    min-width: 320px; }

  section .slide-content .slide-inner {
    padding-right: 15px !important; }

  body.as-mobile section.contacts .slide-content table, body.as-mobile .fancybox-slide .modal_window table {
    display: block; }
    body.as-mobile section.contacts .slide-content table tbody, body.as-mobile .fancybox-slide .modal_window table tbody {
      display: block; }
    body.as-mobile section.contacts .slide-content table tr, body.as-mobile .fancybox-slide .modal_window table tr {
      display: block; }
      body.as-mobile section.contacts .slide-content table tr + tr, body.as-mobile .fancybox-slide .modal_window table tr + tr {
        padding-top: 10px; }
    body.as-mobile section.contacts .slide-content table td, body.as-mobile .fancybox-slide .modal_window table td {
      display: block;
      padding-top: 16px; }
      body.as-mobile section.contacts .slide-content table td .connect, body.as-mobile .fancybox-slide .modal_window table td .connect {
        margin-left: 0px;
        margin-right: 12px; } }

/*# sourceMappingURL=style.css.map */
