h1 {
  font-size: 26px;
  font-family: 'Proxima Nova Semibold'; }

h2 {
  font-size: 26px;
  font-family: 'Proxima Nova Semibold'; }

h3 {
  font-size: 16px;
  font-family: 'Proxima Nova Semibold'; }

p {
  font-size: 16px;
  font-family: 'Proxima Nova Light'; }

.container {
  width: 86%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 9920px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 1440px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 1170px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 560px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 1650px) {
    .container {
      padding: 0 10px; } }

@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../fonts/hinted-ProximaNova-Light.eot");
  src: url("../fonts/hinted-ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Light.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Light.woff") format("woff"), url("../fonts/hinted-ProximaNova-Light.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/hinted-ProximaNova-Regular.eot");
  src: url("../fonts/hinted-ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Regular.woff") format("woff"), url("../fonts/hinted-ProximaNova-Regular.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("../fonts/hinted-ProximaNova-Semibold.eot");
  src: url("../fonts/hinted-ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Semibold.woff") format("woff"), url("../fonts/hinted-ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/hinted-ProximaNova-Bold.eot");
  src: url("../fonts/hinted-ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Bold.woff") format("woff"), url("../fonts/hinted-ProximaNova-Bold.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url("../fonts/hinted-ProximaNova-Extrabld.eot");
  src: url("../fonts/hinted-ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Extrabld.woff") format("woff"), url("../fonts/hinted-ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Black';
  src: url("../fonts/hinted-ProximaNova-Black.eot");
  src: url("../fonts/hinted-ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Black.woff") format("woff"), url("../fonts/hinted-ProximaNova-Black.ttf") format("truetype"), url("../fonts/hinted-ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

html {
  float: left;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  position: relative; }

body {
  float: left;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  pointer-events: visible; }
  body::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0; }
    body::-webkit-scrollbar:vertical {
      position: absolute;
      right: 0;
      top: 0;
      width: 8px; }
  body::-webkit-scrollbar-track {
    background: transparent; }
  body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.5); }
  body:before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
    -moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
    -ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
    -o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
    transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1); }
  body.fixed {
    left: 36.2%;
    position: fixed;
    width: 100%;
    height: initial;
    right: auto;
    overflow: visible;
    pointer-events: none; }
    body.fixed:before {
      left: 0; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

article[role="main"] {
  float: left;
  width: 50%; }

aside[role="complementary"] {
  float: right;
  width: 25%; }

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin: 0;
  padding: 0;
  outline: none; }

button.button,
a.button {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: transparent;
  cursor: pointer;
  font-family: "Proxima Nova Semibold"; }
  button.button:disabled,
  a.button:disabled {
    background-color: #f3f3f3;
    color: #FFF; }
  button.button.black,
  a.button.black {
    border: 1px solid #000000;
    color: #000000; }
    button.button.black:hover,
    a.button.black:hover {
      background: #000;
      color: #FFF; }
  button.button.white,
  a.button.white {
    border: 1px solid #fff;
    color: #fff; }
    button.button.white:hover,
    a.button.white:hover {
      background: #fff;
      color: #000; }

.social ul li {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #000000;
  text-align: center; }
  .social ul li a {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF; }
  .social ul li.facebook:hover {
    background-color: #4969a8; }
  .social ul li.youtube:hover {
    background-color: #fc0d1b; }

fieldset {
  border: none; }

@keyframes header_animation {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes big_banner_animation {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes big_banner_button_animation {
  0% {
    -webkit-transform: translate(-50%, 50px);
    -moz-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    -o-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%, 0);
    -moz-transform: translateY(-50%, 0);
    -ms-transform: translateY(-50%, 0);
    -o-transform: translateY(-50%, 0);
      -o-transform-transform: translateY(-50%, 0);
    opacity: 1; } }

.header {
  float: left;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: header_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
  -moz-animation: header_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
  -o-animation: header_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
  animation: header_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards; }
  .header .header_info {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center; }
    .header .header_info .brand {
      min-width: 150px;
      width: 13.9%; }
      .header .header_info .brand a {
        float: left;
        width: 100%; }
        .header .header_info .brand a img {
          max-width: 100%; }
    .header .header_info .navigation_menu > ul li {
      float: left;
      width: auto;
      margin-left: 67.5px; }
      .header .header_info .navigation_menu > ul li a {
        float: left;
        color: #000000;
        font-family: "Proxima Nova Semibold";
        font-size: 16px;
        font-weight: 600;
        position: relative; }
        .header .header_info .navigation_menu > ul li a:hover {
          color: #848484; }
        .header .header_info .navigation_menu > ul li a.active:before {
          -webkit-transform: translateX(-50%) scaleX(1);
          -moz-transform: translateX(-50%) scaleX(1);
          -ms-transform: translateX(-50%) scaleX(1);
          -o-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
          visibility: visible; }
        .header .header_info .navigation_menu > ul li a:before {
          float: left;
          width: 100%;
          height: 2px;
          content: "";
          background: #000;
          position: absolute;
          left: 50%;
          bottom: -8px;
          visibility: hidden;
          -webkit-transform: translateX(-50%) scaleX(0);
          -moz-transform: translateX(-50%) scaleX(0);
          -ms-transform: translateX(-50%) scaleX(0);
          -o-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -ms-transition: all .7s ease-in-out;
          -o-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out; }
      .header .header_info .navigation_menu > ul li:first-child {
        margin-left: 0; }
    .header .header_info .navigation_menu .contacts_mobile {
      display: none; }

.footer {
  float: left;
  width: 100%;
  padding-top: 47px;
  padding-bottom: 26px; }
  .footer .footer_info {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center; }
    .footer .footer_info .brand {
      width: 55px; }
      .footer .footer_info .brand a {
        float: left;
        width: 100%; }
        .footer .footer_info .brand a img {
          max-width: 100%; }
    .footer .footer_info .navigation_menu {
      margin-left: auto; }
      .footer .footer_info .navigation_menu ul li {
        float: left;
        width: auto;
        margin-left: 67.5px; }
        .footer .footer_info .navigation_menu ul li a {
          float: left;
          color: #000000;
          font-family: "Proxima Nova Semibold";
          font-size: 16px;
          font-weight: 600;
          position: relative; }
          .footer .footer_info .navigation_menu ul li a:hover {
            color: #848484; }
          .footer .footer_info .navigation_menu ul li a.active:before {
            -webkit-transform: translateX(-50%) scaleX(1);
            -moz-transform: translateX(-50%) scaleX(1);
            -ms-transform: translateX(-50%) scaleX(1);
            -o-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
            visibility: visible; }
          .footer .footer_info .navigation_menu ul li a:before {
            float: left;
            width: 100%;
            height: 2px;
            content: "";
            background: #000;
            position: absolute;
            left: 50%;
            bottom: -8px;
            visibility: hidden;
            -webkit-transform: translateX(-50%) scaleX(0);
            -moz-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            -o-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -ms-transition: all .7s ease-in-out;
            -o-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; }
        .footer .footer_info .navigation_menu ul li:first-child {
          margin-left: 0; }
    .footer .footer_info .social {
      padding-left: 81px; }
      .footer .footer_info .social li {
        float: left;
        margin-left: 16px; }
        .footer .footer_info .social li:first-child {
          margin-left: 0; }

.big_banner-wrapper {
  float: left;
  width: 100%;
  min-height: calc(100vh - 159px); }

.big_banner {
  float: left;
  width: 100%; }
  .big_banner .image-wrapper {
    overflow: hidden;
    float: left;
    width: 100%;
    height: calc(100vh - 289px);
    min-height: 195px;
    margin-bottom: 40px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -moz-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -o-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards; }
  .big_banner video {
    float: left;
    width: inherit;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .big_banner a {
    float: left;
    width: 100%;
    height: 100%; }
  .big_banner img {
    float: left;
    min-width: 100%;
    width: auto;
    height: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .big_banner h1 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -moz-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -o-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards; }
  .big_banner p {
    float: left;
    width: 100%;
    line-height: 1.75;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -moz-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -o-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards; }
  .big_banner .banner_buttons {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -moz-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -o-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards; }
    .big_banner .banner_buttons .more_of_us {
      float: left; }
    .big_banner .banner_buttons .social ul {
      float: left; }
      .big_banner .banner_buttons .social ul li {
        float: left;
        margin-left: 16px; }
        .big_banner .banner_buttons .social ul li:first-child {
          margin-left: 0; }
  .big_banner .to_down {
    float: left;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -moz-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    -o-animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    animation: big_banner_animation 1.7s cubic-bezier(0.479, 0, 0.015, 0.986) forwards;
    position: relative;
    left: 50%;
    margin-top: 170px;
    display: none; }

.projects_wrapper {
  float: left;
  width: 100%; }

.projects {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 90px;
  margin-top: 153px; }

.ready_projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: space-between;
  padding-bottom: 60px; }
  .ready_projects-wrapper h2 {
    float: left;
    width: 100%;
    margin-bottom: 80px; }
  .ready_projects-wrapper .project {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(50% - 25px);
    padding-top: 25%;
    position: relative;
    margin-bottom: 42px;
    overflow: hidden;
    min-height: 230px; }
    .ready_projects-wrapper .project:before {
      content: "";
      float: left;
      width: calc(100% - 50px);
      height: calc(100% - 50px);
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: -100%;
      top: 25px;
      z-index: 1;
      -webkit-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
      -moz-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
      -ms-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
      -o-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
      transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1); }
    .ready_projects-wrapper .project:hover:before {
      left: 25px; }
    .ready_projects-wrapper .project:hover figure {
      -webkit-transform: translate(-50%, -50%) scale(1.06);
      -moz-transform: translate(-50%, -50%) scale(1.06);
      -ms-transform: translate(-50%, -50%) scale(1.06);
      -o-transform: translate(-50%, -50%) scale(1.06);
      transform: translate(-50%, -50%) scale(1.06); }
    .ready_projects-wrapper .project:hover .info .to_project,
    .ready_projects-wrapper .project:hover .info h2,
    .ready_projects-wrapper .project:hover .info p,
    .ready_projects-wrapper .project:hover .info .button {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .ready_projects-wrapper .project figure {
      float: left;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.01);
      -moz-transform: translate(-50%, -50%) scale(1.01);
      -ms-transform: translate(-50%, -50%) scale(1.01);
      -o-transform: translate(-50%, -50%) scale(1.01);
      transform: translate(-50%, -50%) scale(1.01);
      -webkit-transition: all 0.95s cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 0.95s cubic-bezier(0.42, 0, 0.58, 1);
      -ms-transition: all 0.95s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 0.95s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.95s cubic-bezier(0.42, 0, 0.58, 1); }
    .ready_projects-wrapper .project .info {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 50px);
      height: calc(100% - 50px);
      padding: 40px;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0px;
      margin-right: 0px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 0;
      margin-left: 0;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      z-index: 2; }
      .ready_projects-wrapper .project .info h2 {
        float: left;
        width: calc(100% - 30px);
        margin-bottom: 15px;
        color: #FFF;
        position: relative;
        -webkit-transform: translateY(calc(-100% - 65px));
        -moz-transform: translateY(calc(-100% - 65px));
        -ms-transform: translateY(calc(-100% - 65px));
        -o-transform: translateY(calc(-100% - 65px));
        transform: translateY(calc(-100% - 65px));
        opacity: 0;
        -webkit-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -moz-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -ms-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -o-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1); }
      .ready_projects-wrapper .project .info p {
        color: #ffffff;
        float: left;
        width: 100%;
        position: relative;
        -webkit-transform: translateY(calc(-100% - 65px));
        -moz-transform: translateY(calc(-100% - 65px));
        -ms-transform: translateY(calc(-100% - 65px));
        -o-transform: translateY(calc(-100% - 65px));
        transform: translateY(calc(-100% - 65px));
        opacity: 0;
        -webkit-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -moz-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -ms-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -o-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -webkit-transition-delay: .02s;
        -moz-transition-delay: .02s;
        -ms-transition-delay: .02s;
        -o-transition-delay: .02s;
        transition-delay: .02s; }
      .ready_projects-wrapper .project .info .button {
        float: left;
        margin-top: auto;
        position: relative;
        -webkit-transform: translateY(calc(100% + 65px));
        -moz-transform: translateY(calc(100% + 65px));
        -ms-transform: translateY(calc(100% + 65px));
        -o-transform: translateY(calc(100% + 65px));
        transform: translateY(calc(100% + 65px));
        opacity: 0;
        -webkit-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -moz-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -ms-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -o-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -webkit-transition-delay: .09s;
        -moz-transition-delay: .09s;
        -ms-transition-delay: .09s;
        -o-transition-delay: .09s;
        transition-delay: .09s; }
      .ready_projects-wrapper .project .info .to_project {
        float: right;
        position: absolute;
        width: 27px;
        height: 27px;
        -webkit-border-radius: 27px;
        border-radius: 27px;
        border: 1px solid #ffffff;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #FFF;
        font-size: 14px;
        right: 40px;
        top: 40px;
        z-index: 9;
        -webkit-transform: translateY(calc(-100% - 65px));
        -moz-transform: translateY(calc(-100% - 65px));
        -ms-transform: translateY(calc(-100% - 65px));
        -o-transform: translateY(calc(-100% - 65px));
        transform: translateY(calc(-100% - 65px));
        opacity: 0;
        -webkit-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -moz-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -ms-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -o-transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        transition: all 0.95s cubic-bezier(0.346, 0, 0.202, 1);
        -webkit-transition-delay: .09s;
        -moz-transition-delay: .09s;
        -ms-transition-delay: .09s;
        -o-transition-delay: .09s;
        transition-delay: .09s; }
        .ready_projects-wrapper .project .info .to_project i {
          -webkit-transition: none;
            -webkit-transition--moz-transition: none;
            -webkit-transition--ms-transition: none;
            -webkit-transition--o-transition: none;
            -webkit-transition-transition: none; }
        .ready_projects-wrapper .project .info .to_project:hover {
          background: #FFF;
          color: #000; }

.all_projects-wrapper {
  float: right;
  width: 100%; }
  .all_projects-wrapper h2 {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
  .all_projects-wrapper ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .all_projects-wrapper ul li {
      flex: 0 1 38%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      margin-bottom: 37px; }
      .all_projects-wrapper ul li:last-child, .all_projects-wrapper ul li:nth-last-child(2) {
        border: none;
        margin-bottom: 0; }
      .all_projects-wrapper ul li strong {
        float: left;
        width: 100%;
        max-width: 87%;
        color: #000000;
        font-family: "Proxima Nova Semibold";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 15px; }
      .all_projects-wrapper ul li .info {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-left: 0;
        margin-right: 0;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 32px; }
        .all_projects-wrapper ul li .info span {
          opacity: 0.5;
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300; }

.sell-wrapper {
  float: left;
  width: 100%; }

.sell {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between; }
  .sell > h2 {
    width: 100%;
    margin-bottom: 36px; }
  .sell .sell_element {
    width: calc(33.333334% - 50px);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    padding: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .sell .sell_element figure {
      width: 52%;
      overflow: hidden; }
      .sell .sell_element figure img {
        max-width: 100%;
        min-height: 100%; }
    .sell .sell_element .sell_element_info {
      width: 48%;
      padding-left: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column; }
      .sell .sell_element .sell_element_info a {
        margin-top: auto;
        max-width: 100%; }

.contacts-wrapper {
  float: left;
  width: 100%;
  padding-top: 82px;
  padding-bottom: 43px; }

.contacts {
  float: left;
  width: 100%; }
  .contacts h2 {
    float: left;
    width: 100%;
    margin-bottom: 57px; }
  .contacts .contacts_info,
  .contacts .form_wrapper {
    float: left;
    width: 31%; }
  .contacts .map {
    float: right;
    background: #000;
    width: 60%;
    height: 468px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .contacts .map * {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .contacts .contacts_info {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .contacts .contacts_info div strong {
      float: left;
      width: 100%;
      color: #000000;
      font-family: "Proxima Nova Semibold";
      font-size: 16px;
      font-weight: 600;
      line-height: 1.75;
      margin-bottom: 15px; }
    .contacts .contacts_info div p {
      float: left;
      width: 100%;
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 16px;
      font-weight: 300;
      line-height: 1.75; }
    .contacts .contacts_info div a {
      float: left;
      clear: left;
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 16px;
      font-weight: 300;
      line-height: 1.75; }
  .contacts .form_wrapper {
    margin-top: 45px; }
    .contacts .form_wrapper form {
      float: left;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0px;
      margin-right: 0px;
      margin-left: 0;
      margin-right: 0;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .contacts .form_wrapper form fieldset {
        float: left;
        width: 45%;
        margin-bottom: 50px;
        position: relative; }
        .contacts .form_wrapper form fieldset label.error {
          margin-top: 3px;
          position: absolute;
          color: #ff0000;
          font-family: "Proxima Nova Light";
          font-size: 10px;
          font-weight: 300;
          left: 0;
          top: 100%; }
        .contacts .form_wrapper form fieldset.error label.error {
          margin-top: 3px;
          position: absolute;
          color: #ff0000;
          font-family: "Proxima Nova Light";
          font-size: 10px;
          font-weight: 300;
          left: 0;
          top: 100%; }
        .contacts .form_wrapper form fieldset.error input {
          border-color: #F00;
          background: #F7F7F7; }
        .contacts .form_wrapper form fieldset.full {
          width: 100%; }
        .contacts .form_wrapper form fieldset input {
          float: left;
          width: 100%;
          height: 46px;
          background-color: #f3f3f3;
          border: 1px solid #f3f3f3;
          color: #000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300;
          padding: 0 19px;
          -webkit-transition: all .5s eae-in-out;
          -moz-transition: all .5s eae-in-out;
          -ms-transition: all .5s eae-in-out;
          -o-transition: all .5s eae-in-out;
          transition: all .5s eae-in-out; }
          .contacts .form_wrapper form fieldset input:placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .contacts .form_wrapper form fieldset input:focus {
            background: #F7F7F7;
            border-color: #000; }
          .contacts .form_wrapper form fieldset input.error {
            border-color: #F00;
            background: #F7F7F7; }
        .contacts .form_wrapper form fieldset textarea {
          float: left;
          width: 100%;
          height: 150px;
          background-color: #f3f3f3;
          border: 1px solid #f3f3f3;
          color: #000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300;
          padding: 19px;
          -webkit-transition: all .5s eae-in-out;
          -moz-transition: all .5s eae-in-out;
          -ms-transition: all .5s eae-in-out;
          -o-transition: all .5s eae-in-out;
          transition: all .5s eae-in-out;
          resize: none; }
          .contacts .form_wrapper form fieldset textarea:placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .contacts .form_wrapper form fieldset textarea:focus {
            background: #F7F7F7;
            border-color: #000; }
          .contacts .form_wrapper form fieldset textarea.error {
            border-color: #F00;
            background: #F7F7F7; }
      .contacts .form_wrapper form .status_message {
        float: left;
        width: 100%;
        color: #000;
        font-family: "Proxima Nova Regular";
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px; }

.sale-wrapper {
  float: left;
  width: 100%; }
  .sale-wrapper .sale {
    float: left;
    width: 100%; }

.navigation_slider-wrapper {
  float: left;
  width: 100%;
  max-width: 364px;
  position: relative; }
  .navigation_slider-wrapper .line {
    content: "";
    height: 2px;
    width: 49.11px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #000;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.navigation_slider {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  visibility: hidden;
  padding-bottom: 5px; }
  .navigation_slider .item {
    margin: 0 17.25px;
    color: #000000;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
    font-weight: 600; }
    .navigation_slider .item a {
      float: left;
      display: inline-block;
      color: #000000;
      font-family: "Proxima Nova Semibold";
      font-size: 16px;
      font-weight: 600; }

.big_slider {
  float: left;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  transform: translateZ(0); }
  .big_slider .more_sale_button-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .big_slider .more_sale_button-wrapper button {
      display: inline-block;
      float: none; }
  .big_slider * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .big_slider .button {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .big_slider .item {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: -25px;
    margin-right: -25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    height: auto !important; }
    .big_slider .item .more_button-wrapper {
      float: left;
      width: calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 140px; }
    .big_slider .item .one_slider {
      float: left;
      width: 100%;
      height: 224px;
      overflow: hidden; }
      .big_slider .item .one_slider a {
        padding: 0;
        margin: 0;
        display: block;
        float: left;
        width: 100%;
        height: 100%; }
        .big_slider .item .one_slider a:nth-child(n+2) {
          display: none; }
        .big_slider .item .one_slider a img {
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          min-width: 100%;
          height: 100%; }
    .big_slider .item .building-wrapper {
      width: calc(25% - 50px);
      margin: 0 25px 50px; }
      .big_slider .item .building-wrapper .building {
        float: left;
        width: 100%;
        border: 1px solid #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
        padding: 14px 14px 22px; }
        .big_slider .item .building-wrapper .building h3 {
          float: left;
          width: 100%;
          margin-top: 32px;
          color: #000000; }
        .big_slider .item .building-wrapper .building p {
          float: left;
          width: 100%;
          margin-top: 8px; }
        .big_slider .item .building-wrapper .building .price {
          color: #000000;
          font-family: "Proxima Nova Semibold";
          font-size: 16px;
          font-weight: 600;
          line-height: 40px;
          float: left; }
        .big_slider .item .building-wrapper .building .button {
          float: right; }
        .big_slider .item .building-wrapper .building .inform {
          float: left;
          width: 100%;
          padding: 0 14px; }
        .big_slider .item .building-wrapper .building ul {
          float: left;
          width: 100%;
          margin-top: 36px;
          min-height: 165px; }
          .big_slider .item .building-wrapper .building ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            line-height: 42px; }
            .big_slider .item .building-wrapper .building ul li span {
              color: #000000;
              font-family: "Proxima Nova Light";
              font-size: 16px;
              font-weight: 300; }
            .big_slider .item .building-wrapper .building ul li strong {
              color: #000000;
              font-family: "Proxima Nova Semibold";
              font-size: 16px;
              font-weight: 600; }
              .big_slider .item .building-wrapper .building ul li strong sup {
                font-size: 0.62em; }
            .big_slider .item .building-wrapper .building ul li:last-child {
              margin-bottom: 25px;
              border-bottom: none; }
    .big_slider .item .estate-items,
    .big_slider .item .square-items {
      width: calc(75% - 50px);
      margin: 0 25px; }
      .big_slider .item .estate-items .row,
      .big_slider .item .square-items .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-left: -25px;
        margin-right: -25px; }
    .big_slider .item .estate-wrapper {
      width: calc(33% - 50px);
      margin: 0 25px 50px; }
      .big_slider .item .estate-wrapper .estate {
        float: left;
        width: 100%;
        border: 1px solid #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
        padding: 14px 14px 22px; }
        .big_slider .item .estate-wrapper .estate h3 {
          float: left;
          width: 100%;
          margin-top: 27px;
          margin-bottom: 13px;
          color: #000000; }
        .big_slider .item .estate-wrapper .estate p {
          float: left;
          width: 100%;
          margin-top: 8px; }
          .big_slider .item .estate-wrapper .estate p:nth-last-child(3) {
            margin-bottom: 24px; }
        .big_slider .item .estate-wrapper .estate .price {
          color: #000000;
          font-family: "Proxima Nova Semibold";
          font-size: 16px;
          font-weight: 600;
          line-height: 40px;
          float: left; }
        .big_slider .item .estate-wrapper .estate .button {
          float: right; }
        .big_slider .item .estate-wrapper .estate .inform {
          float: left;
          width: 100%;
          padding: 0 14px; }
    .big_slider .item .square-wrapper {
      width: calc(33% - 50px);
      margin: 0 25px 50px; }
      .big_slider .item .square-wrapper .square {
        float: left;
        width: 100%;
        border: 1px solid #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
        padding: 14px 14px 22px; }
        .big_slider .item .square-wrapper .square .one_slider {
          height: 224px;
          overflow: hidden;
          margin-bottom: 19px; }
          .big_slider .item .square-wrapper .square .one_slider a {
            float: left;
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .big_slider .item .square-wrapper .square .one_slider a img {
              position: relative;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              min-width: 100%;
              min-height: 100%; }
        .big_slider .item .square-wrapper .square p {
          float: left;
          width: 100%;
          margin-top: 8px;
          font-family: 'Proxima Nova Semibold'; }
          .big_slider .item .square-wrapper .square p:first-child {
            font-size: 16px; }
          .big_slider .item .square-wrapper .square p:nth-last-child(3) {
            margin-bottom: 24px; }
        .big_slider .item .square-wrapper .square .inform {
          float: left;
          width: 100%;
          padding: 0 14px; }
        .big_slider .item .square-wrapper .square .price_all {
          float: left;
          width: auto; }
          .big_slider .item .square-wrapper .square .price_all span {
            float: left;
            color: #000000;
            font-family: "Proxima Nova Semibold";
            font-size: 16px;
            font-weight: 600;
            line-height: 40px; }
          .big_slider .item .square-wrapper .square .price_all strong {
            float: left;
            color: #000000;
            font-family: "Proxima Nova Semibold";
            font-size: 16px;
            font-weight: 600; }
            .big_slider .item .square-wrapper .square .price_all strong + span {
              float: left;
              color: #000000;
              font-family: "Proxima Nova Light";
              font-size: 16px;
              font-weight: 300;
              clear: left;
              line-height: 1; }
        .big_slider .item .square-wrapper .square .button {
          float: right; }
  .big_slider h2 {
    float: left;
    width: calc(100% - 50px);
    margin: 40px 25px 30px; }

.career-wrapper {
  float: left;
  width: 100%; }
  .career-wrapper .career {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0;
    min-height: calc(100vh - 132px);
    padding-top: 16px;
    padding-bottom: 76px; }
    .career-wrapper .career .career_info {
      width: 56.9%; }
      .career-wrapper .career .career_info h2 {
        float: left;
        width: 100%;
        margin-bottom: 8px; }
      .career-wrapper .career .career_info p {
        float: left;
        width: 100%;
        line-height: 1.5; }
        .career-wrapper .career .career_info p a {
          font-family: "Proxima Nova Semibold";
          font-weight: 600;
          color: #000; }
    .career-wrapper .career .career_vacantions {
      width: 42.9%; }
      .career-wrapper .career .career_vacantions .vacantion {
        float: left;
        width: 100%;
        padding-top: 44px;
        padding-bottom: 41px;
        border-top: 1px solid #000;
        overflow: hidden;
        height: 114px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        .career-wrapper .career .career_vacantions .vacantion.opened {
          height: 250px; }
          .career-wrapper .career .career_vacantions .vacantion.opened a:after {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            transform: rotateX(180deg); }
          .career-wrapper .career .career_vacantions .vacantion.opened p {
            height: 150px;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
        .career-wrapper .career .career_vacantions .vacantion:last-child {
          border-bottom: 1px solid #000; }
        .career-wrapper .career .career_vacantions .vacantion a {
          float: left;
          width: 100%;
          color: #000000;
          font-family: "Proxima Nova Semibold";
          font-size: 26px;
          font-weight: 600;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          align-content: center;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          .career-wrapper .career .career_vacantions .vacantion a:after {
            content: "\f107";
            font-family: Font Awesome\ 5 Pro;
            font-weight: 400;
            color: #000;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
        .career-wrapper .career .career_vacantions .vacantion p {
          float: left;
          width: 100%;
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 13px;
          font-weight: 300;
          line-height: 1.75;
          margin-top: 8px;
          height: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
    .career-wrapper .career .social_elements {
      float: left;
      width: 100%;
      margin-top: auto;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-top: auto; }
      .career-wrapper .career .social_elements .social {
        margin-top: 30px; }
        .career-wrapper .career .social_elements .social li {
          float: left;
          margin-left: 16px; }
          .career-wrapper .career .social_elements .social li.first-child {
            margin-left: 0; }

.errors_page {
  float: left;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh; }
  .errors_page .main {
    float: left;
    width: 100%;
    min-height: auto; }
  .errors_page .footer {
    float: left;
    width: 100%;
    padding-bottom: 60px; }
  .errors_page .eroor_footer-wrapper {
    float: left;
    width: 100%; }
    .errors_page .eroor_footer-wrapper .eroor_footer {
      float: left;
      width: 100%;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info {
        float: left;
        width: 45.2%; }
        .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div {
          float: left;
          width: 50%; }
          .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div strong {
            float: left;
            width: 100%;
            color: #000000;
            font-family: "Proxima Nova Semibold";
            font-size: 16px;
            font-weight: 600;
            line-height: 1.75;
            margin-bottom: 15px; }
          .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div p {
            float: left;
            width: 100%;
            color: #000000;
            font-family: "Proxima Nova Light";
            font-size: 16px;
            font-weight: 300;
            line-height: 1.75; }
          .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div a {
            float: left;
            clear: left;
            color: #000000;
            font-family: "Proxima Nova Light";
            font-size: 16px;
            font-weight: 300;
            line-height: 1.75; }
      .errors_page .eroor_footer-wrapper .eroor_footer .social {
        margin-left: auto;
        margin-bottom: 15px; }
        .errors_page .eroor_footer-wrapper .eroor_footer .social ul li {
          float: left;
          margin-left: 16px; }
          .errors_page .eroor_footer-wrapper .eroor_footer .social ul li:first-child {
            margin-left: 0; }

.error_page-wrapper {
  float: left;
  width: 100%; }
  .error_page-wrapper .error_page {
    float: left;
    width: 100%; }
    .error_page-wrapper .error_page .error_number {
      float: left;
      width: 100%;
      display: inline-block;
      font-family: "Proxima Nova Semibold";
      font-size: 144px;
      line-height: 104px; }
    .error_page-wrapper .error_page .error_name {
      float: left;
      width: 100%;
      color: #000000;
      font-family: "Proxima Nova Semibold";
      font-size: 26px;
      font-weight: 600;
      margin-top: 25px; }

.about_polaris-wrapper {
  width: 36.3%;
  max-width: 701px;
  position: fixed;
  top: 0;
  left: -36.3%;
  background: #FFF;
  height: 100vh;
  z-index: 99;
  padding: 64px 4.9% 64px 4.9%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  top: -70px;
  padding-bottom: 70px;
  transform: translateY(70px);
  -webkit-overflow-scrolling: auto;
  pointer-events: none; }
  .about_polaris-wrapper.opened {
    pointer-events: visible;
    left: 0; }
  .about_polaris-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0; }
    .about_polaris-wrapper::-webkit-scrollbar:vertical {
      width: 8px; }
  .about_polaris-wrapper::-webkit-scrollbar-track {
    background: transparent; }
  .about_polaris-wrapper::-webkit-scrollbar-thumb {
    border-radius: 11px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .about_polaris-wrapper .name {
    float: left;
    width: auto;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }
  .about_polaris-wrapper .close {
    float: right;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: transparent;
    color: #000;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .about_polaris-wrapper .close:hover {
      color: #848484; }
  .about_polaris-wrapper .info-wrapper {
    float: left;
    width: 100%;
    padding-top: 60px; }
    .about_polaris-wrapper .info-wrapper h2 {
      float: left;
      width: 100%;
      margin-bottom: 21px; }
    .about_polaris-wrapper .info-wrapper p {
      float: left;
      width: 100%;
      color: #000000;
      font-size: 16px;
      line-height: 1.75;
      margin-bottom: 14px; }
  .about_polaris-wrapper .other_info {
    float: left;
    width: 100%;
    margin-top: 100px;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    .about_polaris-wrapper .other_info .adress {
      float: left;
      width: auto; }
      .about_polaris-wrapper .other_info .adress strong {
        float: left;
        width: 100%;
        color: #000000;
        font-family: "Proxima Nova Semibold";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.75; }
      .about_polaris-wrapper .other_info .adress p {
        float: left;
        width: 100%;
        margin-top: 14px;
        color: rgba(0, 0, 0, 0.5);
        font-family: "Proxima Nova Light";
        font-size: 16px;
        font-weight: 300;
        line-height: 1.75; }
    .about_polaris-wrapper .other_info .logo {
      width: 55px;
      margin-left: auto; }
      .about_polaris-wrapper .other_info .logo a {
        float: left;
        width: 100%; }
        .about_polaris-wrapper .other_info .logo a img {
          float: left;
          width: 100%;
          height: auto; }

.about_project-wrapper {
  width: 70.8%;
  max-width: 1360px;
  position: fixed;
  top: 0;
  left: -70.8%;
  background: #FFF;
  height: 100vh;
  z-index: 99;
  padding: 64px 2.9% 64px 7%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  top: -70px;
  padding-bottom: 70px;
  transform: translateY(70px);
  -webkit-overflow-scrolling: auto;
  pointer-events: none; }
  .about_project-wrapper.opened {
    pointer-events: visible;
    left: 0; }
  .about_project-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0; }
    .about_project-wrapper::-webkit-scrollbar:vertical {
      width: 8px; }
  .about_project-wrapper::-webkit-scrollbar-track {
    background: transparent; }
  .about_project-wrapper::-webkit-scrollbar-thumb {
    border-radius: 11px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .about_project-wrapper .name {
    float: left;
    width: auto;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }
  .about_project-wrapper .close {
    float: right;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: transparent;
    color: #000;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    z-index: 99; }
    .about_project-wrapper .close:hover {
      color: #848484; }
  .about_project-wrapper h2 {
    float: left;
    clear: left;
    margin-bottom: 22px; }
    .about_project-wrapper h2.mobile_only {
      display: none; }
  .about_project-wrapper .other_info {
    float: right;
    width: 60.6%;
    line-height: 18px;
    padding-right: 21px;
    position: relative;
    left: 21px; }
    .about_project-wrapper .other_info span {
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 16px;
      font-weight: 300;
      margin-right: 12%; }
    .about_project-wrapper .other_info a {
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 16px;
      font-weight: 300;
      text-decoration: underline; }
      .about_project-wrapper .other_info a:hover {
        color: #848484; }
  .about_project-wrapper div.tabs {
    float: left;
    width: 100%;
    margin-top: 57px;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .about_project-wrapper div.tabs ul {
      display: none; }
  .about_project-wrapper .about_project_info {
    float: left;
    width: 32.35%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .about_project-wrapper .about_project_info p {
      float: left;
      width: 100%;
      margin-bottom: 31px;
      line-height: 1.75; }
  .about_project-wrapper .manager {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto; }
    .about_project-wrapper .manager figure {
      width: 70px;
      height: 70px;
      -webkit-border-radius: 70px;
      border-radius: 70px;
      overflow: hidden; }
      .about_project-wrapper .manager figure img {
        float: left;
        width: 100%;
        height: auto;
        min-height: 100%; }
    .about_project-wrapper .manager strong {
      color: #000000;
      font-family: "Proxima Nova Semibold";
      font-size: 16px;
      font-weight: 600;
      line-height: 1.75;
      margin-top: 16px; }
    .about_project-wrapper .manager a {
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 16px;
      font-weight: 300;
      line-height: 1.75; }
      .about_project-wrapper .manager a:hover {
        color: #848484; }
  .about_project-wrapper .about_project_photo {
    float: right;
    width: 60.6%;
    position: relative; }
    .about_project-wrapper .about_project_photo img {
      float: left;
      width: 100%;
      margin-bottom: 42px; }
      .about_project-wrapper .about_project_photo img:last-child {
        margin-bottom: 0; }

.sales-wrapper {
  width: 70.8%;
  max-width: 1360px;
  position: fixed;
  top: 0;
  left: -70.8%;
  background: #FFF;
  height: 100vh;
  z-index: 99;
  padding: 64px 2.9% 64px 7%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  -o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
  top: -70px;
  padding-bottom: 70px;
  transform: translateY(70px);
  -webkit-overflow-scrolling: auto;
  pointer-events: none; }
  .sales-wrapper.opened {
    pointer-events: visible;
    left: 0; }
  .sales-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0; }
    .sales-wrapper::-webkit-scrollbar:vertical {
      width: 8px; }
  .sales-wrapper::-webkit-scrollbar-track {
    background: transparent; }
  .sales-wrapper::-webkit-scrollbar-thumb {
    border-radius: 11px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .sales-wrapper .name {
    float: left;
    width: auto;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }
  .sales-wrapper .close {
    float: right;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: transparent;
    color: #000;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    z-index: 99; }
    .sales-wrapper .close:hover {
      color: #848484; }
  .sales-wrapper .sell_top {
    float: right;
    width: 60.6%;
    padding-right: 21px;
    position: relative;
    left: 21px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .sales-wrapper .sell_top figure {
      float: left;
      display: block;
      width: 43px;
      height: 43px;
      -webkit-border-radius: 43px;
      border-radius: 43px; }
      .sales-wrapper .sell_top figure img {
        float: left;
        width: 100%;
        height: auto;
        min-height: 100%; }
    .sales-wrapper .sell_top > div {
      float: left;
      width: calc(100% - 69px);
      margin-left: 26px; }
      .sales-wrapper .sell_top > div strong {
        float: left;
        width: 100%;
        color: #000000;
        font-family: "Proxima Nova Semibold";
        font-size: 16px;
        font-weight: 600;
        margin-right: 12%;
        line-height: 1.75; }
      .sales-wrapper .sell_top > div > span {
        float: left;
        width: 100%;
        line-height: 1.75; }
        .sales-wrapper .sell_top > div > span span {
          margin: 0 10px;
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300; }
        .sales-wrapper .sell_top > div > span a {
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300; }
          .sales-wrapper .sell_top > div > span a:hover {
            color: #848484; }
  .sales-wrapper .tabs {
    float: left;
    width: 100%;
    margin-top: 24px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: visible; }
    .sales-wrapper .tabs .mobile_info {
      display: none; }
    .sales-wrapper .tabs .remove_desktop {
      display: none; }
    .sales-wrapper .tabs > ul {
      display: none; }
    .sales-wrapper .tabs .about_sell_info {
      float: left;
      width: 32.35%;
      position: sticky;
      top: 0px;
      bottom: 0; }
      .sales-wrapper .tabs .about_sell_info h2 {
        float: left;
        width: 100%;
        margin-bottom: 27px; }
        .sales-wrapper .tabs .about_sell_info h2 span {
          float: right; }
      .sales-wrapper .tabs .about_sell_info > span {
        float: left;
        width: 100%;
        color: #000000;
        font-family: "Proxima Nova Light";
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 9px; }
        .sales-wrapper .tabs .about_sell_info > span.earth_adress {
          margin-top: 0px;
          margin-bottom: 27px; }
          .sales-wrapper .tabs .about_sell_info > span.earth_adress.squares {
            margin-bottom: 55px; }
      .sales-wrapper .tabs .about_sell_info p {
        float: left;
        width: 100%;
        line-height: 1.75;
        margin-bottom: 55px; }
        .sales-wrapper .tabs .about_sell_info p strong {
          font-family: "Proxima Nova Semibold";
          font-weight: 600; }
      .sales-wrapper .tabs .about_sell_info > a {
        float: left;
        clear: left;
        color: #000000;
        font-family: "Proxima Nova Light";
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 28px;
        text-decoration: underline; }
        .sales-wrapper .tabs .about_sell_info > a:hover {
          color: #848484; }
      .sales-wrapper .tabs .about_sell_info .all_price {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 35px; }
        .sales-wrapper .tabs .about_sell_info .all_price strong {
          float: left;
          width: 100%;
          color: #000000;
          font-size: 26px;
          line-height: 1.53;
          font-family: "Proxima Nova Semibold";
          font-weight: 600;
          text-align: center; }
        .sales-wrapper .tabs .about_sell_info .all_price span {
          float: left;
          width: 100%;
          text-align: center;
          color: #000000;
          font-size: 26px;
          line-height: 1.53;
          font-family: "Proxima Nova Light";
          font-weight: 300; }
      .sales-wrapper .tabs .about_sell_info .manager {
        float: left;
        width: 100%;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: auto; }
        .sales-wrapper .tabs .about_sell_info .manager figure {
          width: 70px;
          height: 70px;
          -webkit-border-radius: 70px;
            -webkit-border-radius-border-radius: 70px;
          overflow: hidden; }
          .sales-wrapper .tabs .about_sell_info .manager figure img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 100%; }
        .sales-wrapper .tabs .about_sell_info .manager strong {
          color: #000000;
          font-family: "Proxima Nova Semibold";
          font-size: 16px;
          font-weight: 600;
          line-height: 1.57;
          margin-top: 16px; }
        .sales-wrapper .tabs .about_sell_info .manager a {
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300;
          line-height: 1.75; }
          .sales-wrapper .tabs .about_sell_info .manager a:hover {
            color: #848484; }
      .sales-wrapper .tabs .about_sell_info .apartaments,
      .sales-wrapper .tabs .about_sell_info .rooms {
        float: left;
        width: 100%;
        margin-bottom: 55px; }
        .sales-wrapper .tabs .about_sell_info .apartaments ul,
        .sales-wrapper .tabs .about_sell_info .rooms ul {
          float: left;
          width: 100%; }
          .sales-wrapper .tabs .about_sell_info .apartaments ul li,
          .sales-wrapper .tabs .about_sell_info .rooms ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            padding-bottom: 20px;
            padding-top: 20px; }
            .sales-wrapper .tabs .about_sell_info .apartaments ul li span,
            .sales-wrapper .tabs .about_sell_info .rooms ul li span {
              color: #000000;
              font-family: "Proxima Nova Semibold";
              font-size: 16px;
              font-weight: Semibold; }
            .sales-wrapper .tabs .about_sell_info .apartaments ul li strong,
            .sales-wrapper .tabs .about_sell_info .rooms ul li strong {
              color: #000000;
              font-family: "Proxima Nova Semibold";
              font-size: 16px;
              font-weight: 600; }
              .sales-wrapper .tabs .about_sell_info .apartaments ul li strong sup,
              .sales-wrapper .tabs .about_sell_info .rooms ul li strong sup {
                font-size: 0.62em; }
            .sales-wrapper .tabs .about_sell_info .apartaments ul li:first-child,
            .sales-wrapper .tabs .about_sell_info .rooms ul li:first-child {
              border-top: 1px solid rgba(0, 0, 0, 0.5); }
      .sales-wrapper .tabs .about_sell_info .advantages {
        float: left;
        width: 100%;
        margin-bottom: 55px; }
        .sales-wrapper .tabs .about_sell_info .advantages .advantage {
          float: left;
          width: 100%;
          padding: 29px 32px;
          border: 1px solid #979797;
          background-color: #d8d8d8;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          align-content: center; }
          .sales-wrapper .tabs .about_sell_info .advantages .advantage figure {
            width: 68px;
            height: 68px; }
            .sales-wrapper .tabs .about_sell_info .advantages .advantage figure img {
              float: left;
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
          .sales-wrapper .tabs .about_sell_info .advantages .advantage .adv_info {
            float: left;
            width: calc(100% - 98px); }
      .sales-wrapper .tabs .about_sell_info .flipster-carousel {
        float: left;
        width: 100%;
        max-height: 304px;
        overflow: visible;
        visibility: hidden;
        margin-top: 7px;
        margin-bottom: 90px; }
        .sales-wrapper .tabs .about_sell_info .flipster-carousel .flip-items {
          width: 59%; }
          .sales-wrapper .tabs .about_sell_info .flipster-carousel .flip-items img {
            -webkit-box-shadow: none;
            box-shadow: none; }
        .sales-wrapper .tabs .about_sell_info .flipster-carousel .flipto-prev {
          right: 30px;
          top: -64px;
          position: absolute;
          width: 30px;
          height: 30px;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          align-content: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .sales-wrapper .tabs .about_sell_info .flipster-carousel .flipto-prev:before {
            content: "\f053";
            font-size: 16px;
            color: #000;
            font-family: Font Awesome\ 5 Pro;
            font-weight: 400; }
        .sales-wrapper .tabs .about_sell_info .flipster-carousel .flipto-next {
          right: 0px;
          top: -64px;
          position: absolute;
          width: 30px;
          height: 30px;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          align-content: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .sales-wrapper .tabs .about_sell_info .flipster-carousel .flipto-next:before {
            content: "\f054";
            font-size: 16px;
            color: #000;
            font-family: Font Awesome\ 5 Pro;
            font-weight: 400; }
    .sales-wrapper .tabs .about_sell_photo {
      float: right;
      width: 60.6%;
      position: relative; }

.sales-wrapper .tabs .about_sell_photo a {
	float: left;
	width: 100%;
	margin-bottom: 42px;
}

.sales-wrapper .tabs .about_sell_photo a:last-child {
	margin-bottom: 0;
}

.sales-wrapper .tabs .about_sell_photo a img {
	width: 100%;
}

.menu-button {
  position: relative;
  float: right;
  margin: 0;
  width: 23px;
  height: 21px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none;
  display: none; }

.hamburger-menu {
  width: 23px;
  height: 3px;
  position: relative;
  transform: translateY(0);
  background: #000;
  transition: all 0ms 300ms; }
  .hamburger-menu:after, .hamburger-menu:before {
    width: 23px;
    height: 3px; }
  .hamburger-menu.animate {
    background: transparent; }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    background: #000;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #000;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox-navigation .fancybox-button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.filter-wrapper {
  align-self: flex-start;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0px;
  margin-right: 0px;
  width: calc(25% - 50px);
  margin: 0 25px 0;
  -webkit-position: sticky;
  position: sticky;
  top: 0; }
  .filter-wrapper .filter {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13); }
    .filter-wrapper .filter .open_filter {
      float: left;
      width: 100%;
      height: 60px;
      background-color: #fff;
      border: none;
      color: #000;
      font-family: "Proxima Nova Semibold";
      font-size: 16px;
      font-weight: 600;
      padding: 0 28px 0 40px;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      pointer-events: none; }
      .filter-wrapper .filter .open_filter i {
        font-size: 0px;
        color: transparent; }
    .filter-wrapper .filter .form-wrapper {
      float: left;
      width: 100%;
      padding: 23px 40px 19px 40px; }
      .filter-wrapper .filter .form-wrapper .form_element {
        float: left;
        width: 100%;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        margin-bottom: 20px; }
        .filter-wrapper .filter .form-wrapper .form_element label {
          float: left;
          width: auto;
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300;
          cursor: pointer;
          position: relative; }
          .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"],
          .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"] {
            position: absolute;
            opacity: 0;
            left: 0;
            top: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
            .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"]:checked + span,
            .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"]:checked + span {
              background: #000; }
              .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"]:checked + span:before,
              .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"]:checked + span:before {
                opacity: 1; }
            .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"] + span,
            .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"] + span {
              float: left;
              width: 20px;
              height: 20px;
              border: 2px solid #000000;
              background-color: #ffffff;
              position: relative;
              -webkit-transition: all .5s ease-in-out;
              -moz-transition: all .5s ease-in-out;
              -ms-transition: all .5s ease-in-out;
              -o-transition: all .5s ease-in-out;
              transition: all .5s ease-in-out; }
              .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"] + span:before,
              .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"] + span:before {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                content: url(../img/checked.svg);
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                opacity: 0; }
              .filter-wrapper .filter .form-wrapper .form_element label input[type="checkbox"] + span + span,
              .filter-wrapper .filter .form-wrapper .form_element label input[type="radio"] + span + span {
                float: left;
                margin-left: 19px;
                line-height: 20px; }
        .filter-wrapper .filter .form-wrapper .form_element span {
          display: inline-block;
          color: #000000;
          font-family: "Proxima Nova Light";
          font-size: 16px;
          font-weight: 300; }
      .filter-wrapper .filter .form-wrapper button {
        float: left;
        width: 100%;
        margin-top: 20px;
        display: none; }
      .filter-wrapper .filter .form-wrapper a {
        float: left;
        width: 100%;
        margin-top: 57px; }

.fancybox-container * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1650px) {
  .big_slider .item .building-wrapper {
    width: calc(33% - 50px); }
  .big_slider .item .estate-wrapper,
  .big_slider .item .square-wrapper {
    width: calc(50% - 50px); }
  .filter-wrapper {
    width: calc(33% - 50px); }
  .big_slider .item .estate-items,
  .big_slider .item .square-items {
    width: calc(66% - 50px); }
  .filter-wrapper .filter .form-wrapper a {
    margin-top: 47px; } }

@media only screen and (max-width: 1440px) {
  .ready_projects-wrapper .project .info h2 {
    margin-bottom: 0px; }
  .header {
    padding-top: 30px;
    padding-bottom: 30px; }
  h2,
  .sell ul li span,
  .career-wrapper .career .career_vacantions .vacantion a {
    font-size: 22px; }
  button.button, a.button {
    font-size: 13px; }
  p,
  .all_projects-wrapper ul li .info span,
  .all_projects-wrapper ul li strong,
  .contacts .contacts_info div p,
  .contacts .contacts_info div a,
  .contacts .form_wrapper form fieldset textarea,
  .contacts .form_wrapper form fieldset input,
  .footer .footer_info .navigation_menu ul li a,
  .header .header_info .navigation_menu ul li a,
  .about_polaris-wrapper .name,
  .about_polaris-wrapper .info-wrapper p,
  .about_polaris-wrapper .other_info .adress p,
  .about_polaris-wrapper .other_info .adress strong,
  .about_project-wrapper .name,
  .about_project-wrapper .other_info span,
  .about_project-wrapper .other_info a,
  .about_project-wrapper .about_project_info .manager strong,
  .about_project-wrapper .about_project_info .manager a,
  .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div p,
  .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div a,
  .career-wrapper .career .career_vacantions .vacantion.opened p {
    font-size: 13px; }
  .sell .sell_element .sell_element_info h2 {
    font-size: 18px; } }

@media only screen and (max-width: 1366px) {
  .container {
    width: 80%; }
  .sell .sell_element {
    width: calc(33.333334% - 15px); } }

@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 20px; }
  .big_slider .item .building-wrapper {
    width: calc(33.33334% - 50px); }
  .big_slider .item .estate-items, .big_slider .item .square-items {
    width: calc(66.66667% - 50px); }
    .big_slider .item .estate-items .filter-wrapper, .big_slider .item .square-items .filter-wrapper {
      width: calc(33.33334% - 50px); }
  .big_slider .item .estate-wrapper,
  .big_slider .item .square-wrapper {
    width: calc(50% - 50px); }
  .big_slider .item .estate-items .row,
  .big_slider .item .square-items .row {
    margin-right: -24px; }
  .ready_projects-wrapper {
    width: 100%; }
  .ready_projects-wrapper .project .info {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 20px; }
  .ready_projects-wrapper .project:hover:before {
    left: 15px; }
  .ready_projects-wrapper .project:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: -100%;
    top: 15px; }
  .ready_projects-wrapper .project .info .to_project {
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    font-size: 10px; }
    .ready_projects-wrapper .project .info .to_project:hover {
      color: #fff;
      border-color: #fff;
      background: transparent; }
  .ready_projects-wrapper h2 {
    margin-bottom: 30px; }
  .ready_projects-wrapper .project .info h2 {
    font-size: 20px;
    margin-bottom: 5px; }
  .ready_projects-wrapper .project .info p {
    margin-top: 3px; }
  .ready_projects-wrapper .project .info .button {
    width: 130px;
    height: 35px;
    line-height: 35px; }
  .sell .sell_element {
    width: calc(50% - 15px);
    margin-bottom: 40px; } }

@media only screen and (max-width: 1100px) {
  .big_slider .item .estate-items, .big_slider .item .square-items {
    width: calc(100% - 50px); }
  .filter-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 50px; }
  .big_slider .item .building-wrapper {
    width: calc(50% - 50px); }
  .footer .footer_info .social {
    padding-left: 20px; }
  .big_banner .image-wrapper {
    height: calc(100vh - 340px);
    margin-bottom: 25px; }
    .big_banner .image-wrapper img {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      height: 100%; }
  .filter-wrapper {
    margin-right: 0;
    border-right: none;
    border-left: none; }
    .filter-wrapper .filter {
      float: left;
      width: 100%;
      position: relative;
      left: 0px;
      height: 60px;
      border-right: none;
      border-left: none;
      overflow: hidden;
      border-bottom-color: #000;
      box-shadow: none; }
      .filter-wrapper .filter.opened {
        height: auto; }
  .filter-wrapper .filter .form-wrapper a {
    float: right;
    width: 48%;
    margin-top: 20px; }
  .filter-wrapper .filter .form-wrapper button {
    display: inline-block;
    width: 48%; }
  .filter-wrapper .filter .open_filter {
    pointer-events: visible;
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .filter-wrapper .filter .open_filter i {
    font-size: 16px;
    color: #000; } }

@media only screen and (max-width: 992px) {
  body {
    left: 0;
    pointer-events: visible;
    touch-action: auto;
    -ms-overflow-y: auto;
    overflow-y: auto; }
    body:before {
      -webkit-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
        -webkit-transition--moz-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
        -webkit-transition--ms-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
        -webkit-transition--o-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
        -webkit-transition-transition: all 1.6s cubic-bezier(0.463, 0, 0.192, 1);
      left: -100%; }
    body.fixed {
      touch-action: none;
      pointer-events: none;
      left: 0;
      -ms-overflow-y: hidden;
      overflow-y: hidden; }
      body.fixed:before {
        display: none !important;
        left: 0; }
  .big_banner .image-wrapper video {
    display: none; }
  .big_banner .image-wrapper a {
    position: relative;
    text-decoration: none; }
    .big_banner .image-wrapper a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4); }
    .big_banner .image-wrapper a:before {
      content: "\f04b";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 24px;
      z-index: 10;
      font-weight: 900;
      font-family: Font Awesome\ 5 Pro;
      color: #FFF; }
  .ready_projects-wrapper .project:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    opacity: 1; }
  .ready_projects-wrapper .project:hover .info .to_project, .ready_projects-wrapper .project:hover .info h2, .ready_projects-wrapper .project:hover .info p, .ready_projects-wrapper .project:hover .info .button, .ready_projects-wrapper .project .info .to_project, .ready_projects-wrapper .project .info h2, .ready_projects-wrapper .project .info p, .ready_projects-wrapper .project .info .button {
    webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  button.button:hover,
  a.button:hover {
    background: transparent;
    color: #000;
    padding-left: 10px; }
  button.button:active,
  a.button:active {
    background: transparent;
    color: #000;
    padding-left: 10px; }
  button.button.black:hover,
  a.button.black:hover {
    background: transparent;
    color: #000;
    padding-left: 10px; }
  button.button.black:active,
  a.button.black:active {
    background: transparent;
    color: #000;
    padding-left: 10px; }
  button.button.white:hover,
  a.button.white:hover {
    background: transparent;
    color: #fff;
    padding-left: 10px; }
  button.button.white:active,
  a.button.white:active {
    background: transparent;
    color: #fff;
    padding-left: 10px; }
  .sales-wrapper .tabs .about_sell_info, .sales-wrapper .tabs .about_sell_photo {
    padding-bottom: 70px; }
  .sales-wrapper .tabs .about_sell_info .all_price strong {
    font-size: 22px; }
  .big_banner .to_down {
    display: block; }
  .menu-button {
    display: block; }
  .header {
    padding: 20px 0;
    height: 80px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    overflow: hidden;
    pointer-events: visible; }
    .header.opened {
      height: 100vh;
      padding-bottom: 120px;
      -ms-overflow-y: auto;
      overflow-y: auto;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      .header.opened .header_info .navigation_menu {
        visibility: visible; }
        .header.opened .header_info .navigation_menu > ul li {
          opacity: 1;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
          .header.opened .header_info .navigation_menu > ul li:nth-child(1) {
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -ms-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
          .header.opened .header_info .navigation_menu > ul li:nth-child(2) {
            -webkit-transition-delay: 0.35s;
            -moz-transition-delay: 0.35s;
            -ms-transition-delay: 0.35s;
            -o-transition-delay: 0.35s;
            transition-delay: 0.35s; }
          .header.opened .header_info .navigation_menu > ul li:nth-child(3) {
            -webkit-transition-delay: 0.4s;
            -moz-transition-delay: 0.4s;
            -ms-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
          .header.opened .header_info .navigation_menu > ul li:nth-child(4) {
            -webkit-transition-delay: 0.45s;
            -moz-transition-delay: 0.45s;
            -ms-transition-delay: 0.45s;
            -o-transition-delay: 0.45s;
            transition-delay: 0.45s; }
          .header.opened .header_info .navigation_menu > ul li:nth-child(5) {
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
    .header .header_info .navigation_menu {
      visibility: hidden;
      height: calc(100vh - 120px);
      float: left;
      width: 100%;
      margin-top: 40px;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header .header_info .navigation_menu > ul {
        float: left;
        width: 100%;
        padding-left: 47px; }
        .header .header_info .navigation_menu > ul li {
          float: left;
          width: 100%;
          margin-left: 0;
          margin-bottom: 23px;
          opacity: 0;
          -webkit-transform: translate(-25px, -25px);
          -moz-transform: translate(-25px, -25px);
          -ms-transform: translate(-25px, -25px);
          -o-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px); }
          .header .header_info .navigation_menu > ul li:nth-child(1) {
            -webkit-transition-delay: 0.6s;
            -moz-transition-delay: 0.6s;
            -ms-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
          .header .header_info .navigation_menu > ul li:nth-child(2) {
            -webkit-transition-delay: 0.55s;
            -moz-transition-delay: 0.55s;
            -ms-transition-delay: 0.55s;
            -o-transition-delay: 0.55s;
            transition-delay: 0.55s; }
          .header .header_info .navigation_menu > ul li:nth-child(3) {
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
          .header .header_info .navigation_menu > ul li:nth-child(4) {
            -webkit-transition-delay: 0.45s;
            -moz-transition-delay: 0.45s;
            -ms-transition-delay: 0.45s;
            -o-transition-delay: 0.45s;
            transition-delay: 0.45s; }
          .header .header_info .navigation_menu > ul li:nth-child(5) {
            -webkit-transition-delay: 0.4s;
            -moz-transition-delay: 0.4s;
            -ms-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
          .header .header_info .navigation_menu > ul li a {
            width: 100%;
            font-size: 24px; }
      .header .header_info .navigation_menu .contacts_mobile {
        float: left;
        width: 100%;
        display: block;
        margin-top: auto;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 47px;
        padding-bottom: 20px; }
        .header .header_info .navigation_menu .contacts_mobile .contacts_info {
          float: left;
          width: 100%; }
          .header .header_info .navigation_menu .contacts_mobile .contacts_info div {
            float: left;
            width: 100%; }
            .header .header_info .navigation_menu .contacts_mobile .contacts_info div:last-child {
              margin-top: 22px; }
            .header .header_info .navigation_menu .contacts_mobile .contacts_info div strong {
              float: left;
              width: 100%;
              color: #000000;
              font-family: "Proxima Nova Semibold";
              font-size: 16px;
              font-weight: 600;
              line-height: 1.75;
              margin-bottom: 15px; }
            .header .header_info .navigation_menu .contacts_mobile .contacts_info div p {
              float: left;
              width: 100%;
              color: #000000;
              font-family: "Proxima Nova Light";
              font-size: 16px;
              font-weight: 300;
              line-height: 1.85; }
              .header .header_info .navigation_menu .contacts_mobile .contacts_info div p br {
                display: none; }
            .header .header_info .navigation_menu .contacts_mobile .contacts_info div a {
              float: left;
              clear: left;
              color: #000000;
              font-family: "Proxima Nova Light";
              font-size: 16px;
              font-weight: 300;
              line-height: 1.75; }
        .header .header_info .navigation_menu .contacts_mobile .social {
          margin-left: auto;
          margin-bottom: 0px;
          margin-top: auto;
          float: right;
          display: none; }
          .header .header_info .navigation_menu .contacts_mobile .social ul li {
            float: left;
            margin-left: 16px; }
            .header .header_info .navigation_menu .contacts_mobile .social ul li:first-child {
              margin-left: 0; }
  .projects {
    margin-top: 40px;
    margin-bottom: 18px; }
  .sell ul li {
    padding: 32px 0 45px 0; }
  .all_projects-wrapper h2 {
    margin-bottom: 30px; }
  .all_projects-wrapper {
    float: left;
    width: 100%; }
  .sell h2 {
    float: left;
    width: 100%; }
  .sell ul {
    float: left;
    width: 100%;
    margin-top: 24px; }
  .sell-wrapper {
    padding: 50px 0; }
  .contacts .contacts_info, .contacts .form_wrapper {
    width: 100%; }
  .contacts .map {
    width: 100%;
    height: 441px;
    margin-top: 30px; }
  .contacts .contacts_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contacts .contacts_info div {
      width: 100%; }
  .contacts-wrapper {
    padding-top: 50px; }
  .contacts h2 {
    margin-bottom: 20px; }
  .contacts .contacts_info div p {
    margin-bottom: 15px; }
  .contacts .contacts_info div strong {
    font-size: 13px; }
  .contacts .form_wrapper form fieldset input {
    background: #FFF;
    border-color: #000; }
  .contacts .form_wrapper form fieldset textarea {
    background: #FFF;
    border-color: #000; }
  .contacts .form_wrapper {
    margin-top: 36px; }
  .contacts .form_wrapper form fieldset {
    width: 100%;
    margin-bottom: 20px; }
  .footer {
    display: none; }
  .errors_page .header {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }
  .errors_page .header .brand {
    width: 40px;
    min-width: 40px; }
  .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info {
    width: calc(100% - 64px); }
  .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div {
    width: 100%; }
    .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div:nth-child(2) {
      margin-top: 20px; }
  .errors_page .footer {
    display: block;
    padding-bottom: 30px;
    padding-top: 10px; }
  .errors_page .eroor_footer-wrapper .eroor_footer .contacts_info div strong {
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 10px; }
  .errors_page .eroor_footer-wrapper .eroor_footer .social {
    margin-bottom: 0; }
  .error_page-wrapper .error_page .error_number {
    font-size: 100px;
    line-height: 1;
    text-align: center; }
  .error_page-wrapper .error_page .error_name {
    font-size: 24px;
    text-align: center; }
  .career-wrapper .career .career_info {
    width: 100%; }
  .career-wrapper .career .career_vacantions {
    width: 100%;
    margin-top: 51px; }
  .career-wrapper .career .career_vacantions .vacantion {
    padding: 30px 0;
    height: 93px; }
  .career-wrapper .career .career_vacantions .vacantion a {
    font-size: 20px; }
  .career-wrapper .career .career_vacantions .vacantion p {
    font-size: 13px; }
  .career-wrapper .career {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    min-height: calc(100vh - 80px); }
  .header .header_info .navigation_menu .contacts_mobile .contacts_info div p {
    font-size: 13px; }
  .header .header_info .navigation_menu .contacts_mobile .contacts_info div strong {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.85; }
  .header .header_info .navigation_menu .contacts_mobile .contacts_info div a {
    font-size: 13px;
    line-height: 1.85; }
  .social ul li a i {
    font-size: 12px; }
  h3 {
    font-size: 13px; }
  .sales-wrapper,
  .about_polaris-wrapper,
  .about_project-wrapper {
    width: 100vw;
    left: -100vw;
    max-width: 100vw; }
  .about_polaris-wrapper,
  .about_project-wrapper {
    padding: 30px 20px;
    padding-bottom: 120px; }
  .about_polaris-wrapper .info-wrapper {
    padding-top: 30px; }
  .about_polaris-wrapper .other_info {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about_polaris-wrapper .other_info .adress {
    width: 100%; }
  .ready_projects-wrapper .project {
    width: 100%;
    padding-top: 48%; }
  .all_projects-wrapper ul li {
    flex: 0 1 48%; } }

@media only screen and (max-width: 768px) {
  .sell .sell_element {
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
    flex-direction: column; }
    .sell .sell_element figure {
      width: 100%; }
      .sell .sell_element figure img {
        width: 100%; }
    .sell .sell_element .sell_element_info {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
      .sell .sell_element .sell_element_info h2 {
        margin-bottom: 0; }
      .sell .sell_element .sell_element_info a {
        margin-top: 0;
        min-width: 150px; }
  .all_projects-wrapper ul li {
    flex: 0 1 100%; }
  .big_slider .item .estate-items,
  .big_slider .item .square-items {
    width: 100%;
    margin-top: 30px; }
    .big_slider .item .estate-items .row,
    .big_slider .item .square-items .row {
      margin: 0 -25px; }
  .big_slider .item .building-wrapper, .big_slider .item .estate-wrapper, .big_slider .item .square-wrapper {
    width: calc(100% - 40px); }
  .big_slider .item .building-wrapper .building .price {
    font-size: 13px; }
  .big_slider .item .building-wrapper .building .button,
  .big_slider .item .estate-wrapper .estate .button,
  .big_slider .button {
    width: 130px;
    height: 35px;
    line-height: 33px; }
  .big_slider .item .building-wrapper .building ul li span {
    font-size: 13px; }
  .big_slider .item .building-wrapper .building ul li strong {
    font-size: 13px; }
  .big_slider .item .building-wrapper .building h3 {
    margin-top: 32px;
    font-size: 13px; }
  .big_slider .item .estate-wrapper .estate .price {
    font-size: 13px; }
  .big_slider {
    width: 100vw;
    left: -20px; }
  .big_slider .item {
    margin: 0; }
  .big_slider .item .square-wrapper .square .price_all strong {
    font-size: 13px; }
  .big_slider .item .square-wrapper .square .price_all strong + span {
    font-size: 13px; }
  .big_slider .item .square-wrapper .square .price_all span {
    font-size: 13px; }
  .about_polaris-wrapper .other_info .logo {
    margin-left: 0;
    margin-top: 30px; }
  .about_polaris-wrapper .close,
  .about_project-wrapper .close,
  .sales-wrapper .close {
    font-size: 22px; }
  .about_project-wrapper h2.mobile_only {
    float: left;
    width: 100%;
    display: block; }
  .about_project-wrapper .other_info {
    float: left;
    width: 100%;
    padding-right: 0;
    left: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .about_project-wrapper h2.mobile_only {
    margin-top: 45px;
    margin-bottom: 18px; }
  .about_project-wrapper h2 {
    display: none; }
  .about_project-wrapper .about_project_info {
    width: 100%; }
  .about_project-wrapper .about_project_photo {
    width: 100%; }
  .about_project-wrapper div.tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 44px;
    position: relative;
    padding-bottom: 150px; }
  .about_project-wrapper .manager figure,
  .sales-wrapper .tabs .about_sell_info .manager figure {
    width: 43px;
    height: 43px; }
  .about_project-wrapper .manager {
    position: absolute;
    bottom: 0;
    left: 0; }
  .about_project-wrapper .other_info span {
    margin-right: 10px; }
  .big_slider .item .estate-wrapper .estate {
    padding: 12px; }
  .sales-wrapper .sell_top {
    display: none; }
  .sales-wrapper .tabs .about_sell_info,
  .sales-wrapper .tabs .about_sell_photo {
    width: 100%; }
  .sales-wrapper .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .tabs__content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0s, opacity .5s ease-in-out;
    -moz-transition: height 0s, opacity .5s ease-in-out;
    -ms-transition: height 0s, opacity .5s ease-in-out;
    -o-transition: height 0s, opacity .5s ease-in-out;
    transition: height 0s, opacity .5s ease-in-out; }
    .tabs__content.active {
      opacity: 1;
      visibility: visible;
      height: auto; }
  .sales-wrapper .tabs > ul {
    float: left;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 28px;
    margin-bottom: 37px;
    position: relative; }
    .sales-wrapper .tabs > ul li {
      float: left;
      width: auto;
      padding-bottom: 5px;
      margin-right: 38px; }
      .sales-wrapper .tabs > ul li:nth-child(2n) {
        margin-right: 0; }
      .sales-wrapper .tabs > ul li.line {
        height: 2px;
        background: #000;
        position: absolute;
        bottom: -1px;
        margin-right: 0;
        padding-bottom: 0; }
      .sales-wrapper .tabs > ul li a {
        float: left;
        width: auto;
        color: #000000;
        font-family: "Proxima Nova Semibold";
        font-size: 16px;
        font-weight: 600; }
  .sales-wrapper {
    padding: 30px 20px;
    padding-bottom: 120px; }
  .remove_mobile {
    display: none; }
  .sales-wrapper .tabs .remove_desktop {
    display: block; }
  .sales-wrapper .tabs .mobile_info {
    float: left;
    width: 100%;
    display: block; }
    .sales-wrapper .tabs .mobile_info h2 {
      float: left;
      width: 100%;
      margin-bottom: 18px; }
    .sales-wrapper .tabs .mobile_info span {
      float: right; }
    .sales-wrapper .tabs .mobile_info > span {
      float: left;
      width: auto;
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 13px;
      font-weight: 300;
      margin-bottom: 9px; }
    .sales-wrapper .tabs .mobile_info.earth_adress {
      margin-top: 23px;
      margin-bottom: 71px; }
    .sales-wrapper .tabs .mobile_info > a {
      float: right;
      color: #000000;
      font-family: "Proxima Nova Light";
      font-size: 13px;
      font-weight: 300;
      margin-bottom: 9px; }
      .sales-wrapper .tabs .mobile_info > a:hover {
        color: #848484; }
  .sales-wrapper .name {
    display: none; }
  .sales-wrapper .tabs {
    margin-top: 0; }
  .sales-wrapper .tabs > ul {
    margin-top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

@media only screen and (max-width: 560px) {
  .big_banner p br {
    display: none; }
  .sell ul li span {
    width: 100%;
    font-size: 20px;
    margin-bottom: 13px; }
    .sell ul li span:before {
      display: inline-block;
      width: 17px;
      font-size: 20px;
      margin-right: 17px; }
  .sell ul li a {
    margin-left: 34px; }
  .big_slider .item .estate-items .row,
  .big_slider .item .square-items .row {
    margin: 0; }
  .big_slider .item .estate-wrapper,
  .big_slider .item .square-wrapper {
    margin-left: 0; } }

@media only screen and (max-width: 400px) {
  .navigation_slider {
    width: 100%;
    float: right; }
  .big_slider h2 {
    display: none; }
  .navigation_slider-wrapper {
    padding: 0 5px; }
  .navigation_slider {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    padding: 0 25px;
    height: 58px; }
    .navigation_slider * {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    .navigation_slider .item {
      text-align: center;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
      .navigation_slider .item a {
        float: none;
        font-size: 24px;
        height: 58px;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
  .navigation_slider-wrapper .line {
    display: none; }
  .navigation_slider .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #000;
    font-size: 16px;
    text-align: center;
    border: none;
    z-index: 99;
    padding: 0; }
    .navigation_slider .slick-arrow.slick_prev {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      text-align: left; }
    .navigation_slider .slick-arrow.slick_next {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      text-align: right; } }

@media only screen and (max-width: 360px) {
  .sell h2 {
    font-size: 14px; } }

#widget-btn{
	z-index: 999!important;
}

.video_content{
	float: left;
    width: 100%;
    margin-bottom: 42px;
    
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video_content video{
	width: 100%;
}

.video_content iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tabs__caption.min{
	padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 330px) {
	.sales-wrapper .tabs > ul li{
		margin-right: 16px;
	}
}

@media only screen and (max-width: 992px) {
	.opened .tabs .tabs__content{
		display: none;
	}

	.opened .tabs .tabs__content.active{
		display: block;
	}
}
