@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden; }

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

.default-button {
  outline: 0;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  padding: 12px 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  font-size: 13px; }
  .default-button.inverted-button {
    background-color: #474545;
    border: 1px solid #474545; }
    .default-button.inverted-button:hover {
      background-color: #000;
      border: 1px solid #000; }
  .default-button:hover, .default-button:focus, .default-button:active {
    text-decoration: none;
    color: #fff; }
  .default-button:hover {
    background-color: #474545;
    border: 1px solid #474545;
    color: #fff; }

.main-header {
  background-color: #2b2f34;
  padding-bottom: 43px;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .main-header .header-top {
    background-color: #2a2b2d;
    padding: 13px 0; }
    .main-header .header-top .default-select {
      float: left;
      position: relative;
      padding-left: 22px;
      margin-right: 22px; }
      .main-header .header-top .default-select:before {
        content: '';
        position: absolute;
        left: 0;
        width: 16px;
        height: 16px;
        top: 2px;
        background: url(../img/earth-globe-icon.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
      .main-header .header-top .default-select:after {
        content: '';
        position: absolute;
        right: 0;
        width: 10px;
        height: 10px;
        top: 6px;
        background: url(../img/lang-down-arrow.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; 
        }

        .main-header .header-top .default-select:hover:after {
          background: url(../img/lang-down-arrow-w.svg) no-repeat center;
        }


      .main-header .header-top .default-select .select-button {
        font-size: 13px;
        padding: 0;
        text-align: left;
        position: relative;
        outline: none;
        height: 16px;
        line-height: 16px;
        background-color: transparent;
        display: inline-block;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        border: 0;
        outline: 0;
        color: #555;
        min-width: 35px;
       }

       .main-header .header-top .default-select:hover .select-button {
         color: #fff;
       }

        .main-header .header-top .default-select .select-button span {
          display: block;
          margin: 0 0 3px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .main-header .header-top .default-select .select-sorting {
        list-style: none;
        min-width: 60px;
        display: none;
        position: absolute;
        top: -webkit-calc(100% + 7px);
        top: calc(100% + 7px);
        right: 0;
        padding: 0;
        margin: 0;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        z-index: 8;
        max-height: 300px;
        overflow: auto;
        z-index: 100;
        background-color: #fff;
        border: 1px solid #e6e9ed; }
        .main-header .header-top .default-select .select-sorting li {
          list-style-type: none;
          font-size: 13px;
          cursor: pointer;
          position: relative;
          z-index: 15;
          padding: 0 !important;
          margin: 0 !important;
          text-align: left; }
          .main-header .header-top .default-select .select-sorting li:first-child {
            -webkit-border-radius: 4px 4px 0 0;
                    border-radius: 4px 4px 0 0; }
          .main-header .header-top .default-select .select-sorting li a {
            color: #555;
            display: block;
            padding: 5px 12px;
            border: 0;
            line-height: 1.4;
            text-align: center; }
    .main-header .header-top .header-tel,
    .main-header .header-top .header-mail {
      float: left;
      position: relative; }
      .main-header .header-top .header-tel a,
      .main-header .header-top .header-mail a {
        color: #797e8a;
        font-size: 13px; }
        .main-header .header-top .header-tel a:hover,
        .main-header .header-top .header-mail a:hover {
          color: #fff; }
      .main-header .header-top .header-tel:before,
      .main-header .header-top .header-mail:before {
        content: '';
        position: absolute;
        left: 0; }
    .main-header .header-top .header-tel {
      margin-right: 22px;
      padding-left: 25px; }
      .main-header .header-top .header-tel:before {
        width: 16px;
        height: 16px;
        top: 2px;
        background: url(../img/telephone-icon.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
    .main-header .header-top .header-mail {
      padding-left: 30px; }
      .main-header .header-top .header-mail:before {
        width: 18px;
        height: 18px;
        top: 2px;
        background: url(../img/envelope-icon.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
    .main-header .header-top .header-top-nav {
      float: right;
      margin-bottom: 0; }
      .main-header .header-top .header-top-nav li {
        display: inline-block;
        vertical-align: top;
        margin-left: 30px; }
        .main-header .header-top .header-top-nav li a {
          color: #adadad;
          font-size: 13px; }

        .main-header .header-top .header-top-nav li a:hover {
          color: #fff;
        }
  .main-header .header-content {
    background-color: #313840;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .main-header .header-content .container {
      position: relative;
      padding-left: 20px;
      padding-right: 37px; }
      .main-header .header-content .container::after {
        clear: both;
        content: "";
        display: table; }
    .main-header .header-content .scroll-logo {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 70px;
      top: 1px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
              transform: translateY(-200%); }
      .main-header .header-content .scroll-logo:hover {
        opacity: 0.95; }
      .main-header .header-content .scroll-logo img {
        display: block;
        width: 100%; }
    .main-header .header-content .header-logo {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 198px;
      top: -40px;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
              box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15); }
      .main-header .header-content .header-logo:hover {
        opacity: 0.95; }
      .main-header .header-content .header-logo img {
        display: block;
        max-width: 100%; }
    .main-header .header-content .main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-header .header-content .main-nav ul li:nth-of-type(1), .main-header .header-content .main-nav ul li:nth-of-type(2), .main-header .header-content .main-nav ul li:nth-of-type(3) {
        float: left;
        margin-right: 40px; }
      .main-header .header-content .main-nav ul li:nth-of-type(4), .main-header .header-content .main-nav ul li:nth-of-type(5), .main-header .header-content .main-nav ul li:nth-of-type(6) {
        float: right;
        margin-left: 50px; }
      .main-header .header-content .main-nav ul li a {
        display: inline-block;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        padding: 20px 7px 22px;
        position: relative;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .main-header .header-content .main-nav ul li a:after {
          content: '';
          height: 0;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          background-color: #c9cbce;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .main-header .header-content .main-nav ul li a:hover, .main-header .header-content .main-nav ul li a:focus, .main-header .header-content .main-nav ul li a:active {
          text-decoration: none; }
          .main-header .header-content .main-nav ul li a:hover:after, .main-header .header-content .main-nav ul li a:focus:after, .main-header .header-content .main-nav ul li a:active:after {
            height: 2px; }
        .main-header .header-content .main-nav ul li a.active:after {
          height: 2px; }
  .main-header.fixed .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    .main-header.fixed .header-content .main-nav ul li a {
      padding: 13px 7px;
      font-size: 14px; }
    .main-header.fixed .header-content .header-logo {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .main-header.fixed .header-content .scroll-logo {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }

.nav-toggle {
  float: right;
  cursor: pointer;
  width: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  display: none; }
  .nav-toggle span {
    width: 30px;
    height: 3px;
    margin: 0 auto 7px;
    background-color: #fff;
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative; }
  .nav-toggle.active span:first-child {
    -webkit-transform: rotate(45deg) translate(11px, 4px);
        -ms-transform: rotate(45deg) translate(11px, 4px);
            transform: rotate(45deg) translate(11px, 4px); }
  .nav-toggle.active span:nth-of-type(2) {
    width: 0px; }
  .nav-toggle.active span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(10px, -3px);
        -ms-transform: rotate(-45deg) translate(10px, -3px);
            transform: rotate(-45deg) translate(10px, -3px); }

.main-nav-close {
  width: 40px;
  height: 40px;
  background-color: #313840;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  display: none; }
  .main-nav-close span {
    width: 26px;
    display: block;
    height: 2px;
    margin: 0 auto 4px;
    background-color: #fff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
    .main-nav-close span:first-of-type {
      -webkit-transform: rotate(45deg) translate(3px, 3px);
          -ms-transform: rotate(45deg) translate(3px, 3px);
              transform: rotate(45deg) translate(3px, 3px); }
    .main-nav-close span:last-of-type {
      -webkit-transform: rotate(-45deg) translate(1px, -2px);
          -ms-transform: rotate(-45deg) translate(1px, -2px);
              transform: rotate(-45deg) translate(1px, -2px); }

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  padding: 0 15px;
  overflow-y: auto;
  display: none; }

#tooltip {
  background-color: #2a2e33;
  padding: 10px 18px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  z-index: 9; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.index-jumbotron {
  height: 790px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.index-advantages h2, .index-advantages h3,
.index-offer h2,
.index-offer h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-family: "Roboto Condensed", Arial, sans-serif; }

.index-advantages .text-block,
.index-offer .text-block {
  padding-top: 15px; }
  .index-advantages .text-block p,
  .index-offer .text-block p {
    color: #7b7b7b;
    margin-bottom: 15px;
    line-height: 1.5; }

.index-advantages .text-footer,
.index-offer .text-footer {
  border-top: 1px solid #e9e9e9;
  margin-top: 23px;
  padding-top: 15px; }
  .index-advantages .text-footer p,
  .index-offer .text-footer p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #191919;
    margin-right: 10px;
    margin-top: 5px; }
  .index-advantages .text-footer a, .index-advantages .text-footer button,
  .index-offer .text-footer a,
  .index-offer .text-footer button {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
    padding: 0; }
    .index-advantages .text-footer a:before, .index-advantages .text-footer button:before,
    .index-offer .text-footer a:before,
    .index-offer .text-footer button:before {
      content: '';
      position: absolute; }
    .index-advantages .text-footer a.facebook-item, .index-advantages .text-footer button.facebook-item,
    .index-offer .text-footer a.facebook-item,
    .index-offer .text-footer button.facebook-item {
      margin-right: 5px; }
      .index-advantages .text-footer a.facebook-item:before, .index-advantages .text-footer button.facebook-item:before,
      .index-offer .text-footer a.facebook-item:before,
      .index-offer .text-footer button.facebook-item:before {
        width: 23px;
        height: 16px;
        background: url(../img/facebook-icon.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        top: 6px;
        left: 3px; }
    .index-advantages .text-footer a.google-item:before, .index-advantages .text-footer button.google-item:before,
    .index-offer .text-footer a.google-item:before,
    .index-offer .text-footer button.google-item:before {
      width: 23px;
      height: 23px;
      background: url(../img/google-plus-icon.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      top: 3px;
      left: 3px; }

.index-advantages .text-right a,
.index-offer .text-right a {
  color: #191919;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px; }

.index-advantages {
  padding: 75px 0 50px; }
  .index-advantages .img-block {
    padding-right: 10px; }
    .index-advantages .img-block img {
      display: block;
      width: 100%; }
  .index-advantages .text-block {
    padding-left: 10px; }

.index-offer {
  padding: 50px 0 85px; }
  .index-offer .text-block {
    padding-right: 10px; }
  .index-offer .img-block {
    padding-left: 10px; }
    .index-offer .img-block img {
      display: block;
      width: 100%; }
  .index-offer .offer-item::after {
    clear: both;
    content: "";
    display: table; }
  .index-offer .offer-item .offer-img {
    float: left; }
    .index-offer .offer-item .offer-img img {
      display: block;
      max-width: 32px;
      max-height: 32px; }
  .index-offer .offer-item .offer-text {
    margin-left: 50px;
    padding-top: 5px; }
    .index-offer .offer-item .offer-text p {
      margin-bottom: 10px;
      color: #5e5e5e; }

.index-investment {
  background: url(../img/index-investment.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 133px 0 120px;
  text-align: center;
  position: relative; }
  .index-investment:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .index-investment h2, .index-investment h3 {
    color: #fff;
    font-size: 36px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 20px; }
  .index-investment p {
    color: #979595;
    font-size: 16px;
    margin-bottom: 30px; }
  .index-investment button, .index-investment a {
    background-color: rgba(25, 25, 25, 0.37);
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 35px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    outline: 0; }
    .index-investment button:hover, .index-investment a:hover {
      text-decoration: none;
      background-color: #fff;
      color: #000; }

.index-form {
  padding: 75px 0 65px; }
  .index-form .form-contacts .tel-item,
  .index-form .form-contacts .contact-item,
  .index-form .form-contacts .mail-item,
  .index-form .form-contacts .viber-item,
  .index-form .form-contacts .hours-item {
    font-size: 17px;
    position: relative;
    margin: 20px 0;
    padding-left: 55px; }
    .index-form .form-contacts .tel-item:before,
    .index-form .form-contacts .contact-item:before,
    .index-form .form-contacts .mail-item:before,
    .index-form .form-contacts .viber-item:before,
    .index-form .form-contacts .hours-item:before {
      content: '';
      position: absolute; }
    .index-form .form-contacts .tel-item a,
    .index-form .form-contacts .contact-item a,
    .index-form .form-contacts .mail-item a,
    .index-form .form-contacts .viber-item a,
    .index-form .form-contacts .hours-item a {
      color: #202020; }
  .index-form .form-contacts .tel-item:before {
    left: 5px;
    top: -1px;
    width: 22px;
    height: 22px;
    background: url(../img/phone-contact-icon.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }
  .index-form .form-contacts .contact-item:before {
    left: 3px;
    top: -5px;
    width: 26px;
    height: 35px;
    background: url(../img/location-pin.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }
  .index-form .form-contacts .mail-item:before {
    left: 0;
    top: 1px;
    width: 33px;
    height: 24px;
    background: url(../img/back-closed-envelope.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }
  .index-form .form-contacts .hours-item:before {
    left: 0;
    top: 3px;
    width: 33px;
    height: 24px;
    background: url(../img/clock-icon.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }


  .index-form .form-contacts .viber-item:before {
    left: 0;
    top: 0px;
    width: 35px;
    height: 27px;

    background: url(../img/viber-icon.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }

  .index-form .form-contacts .viber-item2:before {
    left: 0;
    top: 0px;
    width: 32px;
    height: 25px;

    background: url(../img/viber-icon-2.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }

  .index-form .form-row {
    padding-bottom: 25px; }
    .index-form .form-row .form-label {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: normal; }
  .index-form .form-col {
    float: left;
    width: 50%; }
    .index-form .form-col:nth-of-type(1) {
      padding-right: 15px; }
    .index-form .form-col:nth-of-type(2) {
      padding-left: 15px; }
      .index-form .form-col:nth-of-type(2) label.error {
        left: 15px; }
  .index-form .form-col,
  .index-form .form-row,
  .index-form .textarea-row {
    position: relative; }
    .index-form .form-col label.error,
    .index-form .form-row label.error,
    .index-form .textarea-row label.error {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 11px;
      color: #ca2231;
      font-weight: 400;
      margin: 0; }
  .index-form .form-row {
    position: relative; }
    .index-form .form-row label.error {
      bottom: 10px; }
  .index-form .form-col {
    position: relative; }
    .index-form .form-col label.error {
      bottom: -15px; }
  .index-form .textarea-row {
    margin-bottom: 30px; }
    .index-form .textarea-row .form-label {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: normal; }
    .index-form .textarea-row label.error {
      bottom: -12px; }
  .index-form .form-control,
  .index-form textarea {
    border: 1px solid #dadada;
    outline: 0;
    background-color: #f7f7f7;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .index-form .form-control::-webkit-input-placeholder,
    .index-form textarea::-webkit-input-placeholder {
      color: #858585; }
    .index-form .form-control::-moz-placeholder,
    .index-form textarea::-moz-placeholder {
      color: #858585; }
    .index-form .form-control:-moz-placeholder,
    .index-form textarea:-moz-placeholder {
      color: #858585; }
    .index-form .form-control:-ms-input-placeholder,
    .index-form textarea:-ms-input-placeholder {
      color: #858585; }
    .index-form .form-control:focus,
    .index-form textarea:focus {
      border: 1px solid #000; }
  .index-form .form-control {
    height: 48px; }
  .index-form textarea {
    width: 100%;
    resize: vertical;
    min-height: 170px;
    padding: 10px 12px; }
  .index-form .col-sm-8 {
    padding-left: 45px; }

.index-map .map-head {
  text-align: center;
  background-color: #f7f7f7;
  border-top: 1px solid #dadada; }
  .index-map .map-head h2 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0; }

.index-map #map {
  height: 500px;
  width: 100%; }

.index-map .gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 230px !important;
  background-color: #2b2b2b;
  padding: 15px 10px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: visible !important; }
  .index-map .gm-style .gm-style-iw:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #2b2b2b;
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px; }
  .index-map .gm-style .gm-style-iw div {
    overflow: visible !important;
    background-color: #2b2b2b !important; }
  .index-map .gm-style .gm-style-iw > div {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #2b2b2b !important; }
  .index-map .gm-style .gm-style-iw + div {
    display: none !important; }
  .index-map .gm-style .gm-style-iw .map-img {
    margin-bottom: 10px; }
  .index-map .gm-style .gm-style-iw p {
    color: #fff;
    font-size: 13px;
    margin: 0; 
    padding-bottom: 5px;
  }

.index-map .gm-style div div div div div div div div div {
  background-color: #2b2b2b !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.documentation-content {
  padding: 140px 0 100px; }
  .documentation-content .documentat-item {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px; }
    .documentation-content .documentat-item .item-img a {
      display: block;
      width: 100%;
      padding: 30px;
      outline: 0; }
    .documentation-content .documentat-item img {
      display: block;
      max-width: 100%; }
    .documentation-content .documentat-item .item-footer {
      border-top: 1px solid #e6e6e6;
      padding: 10px; }
      .documentation-content .documentat-item .item-footer p {
        font-size: 15px;
        text-align: center;
        margin: 0; }

.contacts-page .main {
  padding-top: 80px; }

.news-page {
  position: relative; }
  .news-page .news-head {
    margin-bottom: 30px; }
    .news-page .news-head .news-filter {
      float: right;
      position: relative;
      padding-left: 22px; }
      .news-page .news-head .news-filter p {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        margin-top: 12px;
        font-size: 14px; }
      .news-page .news-head .news-filter:after {
        content: '';
        position: absolute;
        right: 10px;
        width: 0;
        height: 0;
        top: 18px;
        border-top: 5px solid #555;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
      .news-page .news-head .news-filter .select-button {
        border: 1px solid #eaeaea;
        font-size: 14px;
        padding: 0 20px 0 12px;
        text-align: left;
        position: relative;
        outline: none;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        display: inline-block;
        outline: 0;
        color: #555;
        min-width: 35px;
        width: 170px;
        margin-left: 15px; }
        .news-page .news-head .news-filter .select-button span {
          display: block;
          margin: 0 0 3px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .news-page .news-head .news-filter .select-sorting {
        list-style: none;
        min-width: 170px;
        display: none;
        position: absolute;
        top: -webkit-calc(100% + 7px);
        top: calc(100% + 7px);
        right: 0;
        padding: 0;
        margin: 0;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        z-index: 8;
        max-height: 300px;
        overflow: auto;
        z-index: 100;
        background-color: #fff;
        border: 1px solid #e6e9ed; }
        .news-page .news-head .news-filter .select-sorting li {
          list-style-type: none;
          font-size: 13px;
          cursor: pointer;
          position: relative;
          z-index: 15;
          padding: 0 !important;
          margin: 0 !important;
          text-align: left; }
          .news-page .news-head .news-filter .select-sorting li:first-child {
            -webkit-border-radius: 4px 4px 0 0;
                    border-radius: 4px 4px 0 0; }
          .news-page .news-head .news-filter .select-sorting li a {
            color: #555;
            display: block;
            padding: 5px 12px;
            border: 0;
            line-height: 1.4; }
            .news-page .news-head .news-filter .select-sorting li a:hover {
              text-decoration: none;
              background-color: #2b2f34;
              color: #fff; }
  .news-page h1 {
    font-size: 20px;
    color: #4d4c4c;
    font-weight: 400;
    margin: 8px 0 0; }
  .news-page .main {
    padding-top: 100px; }
  .news-page .news-item {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px; }
    .news-page .news-item .item-img {
      height: 265px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .news-page .news-item .item-img a {
        display: block;
        width: 100%;
        height: 100%; }
      .news-page .news-item .item-img:hover {
        opacity: 0.8; }
    .news-page .news-item .item-text {
      padding: 30px;
      color: #777; }
      .news-page .news-item .item-text h2, .news-page .news-item .item-text h3 {
        font-size: 16px;
        color: #424650;
        margin: 0 0 10px;
        min-height: 38px;
        line-height: 1.5; }
        .news-page .news-item .item-text h2 a, .news-page .news-item .item-text h3 a {
          color: inherit; }
    .news-page .news-item .inner-text {
      padding-bottom: 10px; }
    .news-page .news-item .item-date {
      font-size: 13px;
      color: #363636;
      margin: 0 0 10px; }
      .news-page .news-item .item-date p {
        margin: 0; }
    .news-page .news-item .link-more {
      color: #3d3d3d;
      text-decoration: underline; }
      .news-page .news-item .link-more:hover {
        text-decoration: none; }

.pagination-container {
  text-align: center;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  margin-bottom: 60px;
  margin-top: 30px; }
  .pagination-container > i {
    content: '';
    height: 6px;
    top: 8px;
    position: absolute;
    left: -100vw;
    right: -100vw;
    z-index: -1;
    background: url(../img/divide-slash.png) repeat-x center; }
  .pagination-container .pagination {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    background-color: #fff;
    z-index: 10; }
    .pagination-container .pagination li {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: inline-block;
      margin: 0 4px;
      text-align: center;
      vertical-align: top;
      border: 0; }
      .pagination-container .pagination li.active a {
        background-color: #454545; }
      .pagination-container .pagination li img {
        display: inline-block;
        width: 6px; }
      .pagination-container .pagination li a {
        width: 22px;
        height: 22px;
        font-size: 12px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 0;
        background-color: #e8eaef;
        float: none;
        padding: 0;
        display: block;
        color: #9c9fa6;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        padding-top: 3px;
        line-height: 14px; }
        .pagination-container .pagination li a:hover, .pagination-container .pagination li a:focus, .pagination-container .pagination li a:active {
          background-color: #454545;
          color: #fff; }
      .pagination-container .pagination li span {
        display: block;
        width: 22px;
        height: 22px;
        padding: 0;
        border: 0; }
        .pagination-container .pagination li span:hover {
          background-color: transparent; }

.online-page .video-wrapper {
  padding: 105px 0 60px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 760px; }
  .online-page .video-wrapper .web-block {
    max-width: 750px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    overflow: hidden; }
  .online-page .video-wrapper .video-block iframe {
    width: 100% !important;
    height: 450px !important;
    border: 0; }
  .online-page .video-wrapper .text-block {
    background-color: #fff;
    margin-top: -4px;
    padding: 30px; }
    .online-page .video-wrapper .text-block h3 {
      margin: 0 0 20px; }

.breadcrumb {
  padding: 0;
  background-color: transparent; }
  .breadcrumb > li {
    text-transform: uppercase;
    color: #9b9ea5;
    margin-bottom: 8px; }
    .breadcrumb > li + li:before {
      content: '>';
      color: #595959;
      display: inline-block;
      vertical-align: top;
      line-height: 16px; }
    .breadcrumb > li > a {
      color: #595959; }

.inner-news-page .main {
  padding-top: 120px;
  padding-bottom: 80px; }

.inner-news-page .lg-img img {
  display: block;
  width: 100%; }

.inner-news-page .news-date {
  position: relative;
  padding-left: 25px;
  color: #71747a; }
  .inner-news-page .news-date:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/calendar-icon.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 1px;
    left: 0; }

.inner-news-page .news-share {
  position: relative;
  float: right; }

.inner-news-page .social-toggle {
  position: relative;
  color: #919191;
  height: 25px;
  z-index: 5;
  cursor: pointer;
  padding-left: 30px;
  color: #333333; }
  .inner-news-page .social-toggle:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/share-icon.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    top: -2px;
    left: 0;
    color: #b9b9b9; }

.inner-news-page .button-item {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.35, -0.59, 0.47, 0.97);
  -o-transition: 0.3s cubic-bezier(0.35, -0.59, 0.47, 0.97);
  transition: 0.3s cubic-bezier(0.35, -0.59, 0.47, 0.97);
  opacity: 0;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  .inner-news-page .button-item:after {
    content: '';
    position: absolute;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px; }
  .inner-news-page .button-item.facebook-item {
    background-color: #4267b2; }
    .inner-news-page .button-item.facebook-item:after {
      width: 16px;
      height: 16px;
      background: url(../img/facebook-w.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .inner-news-page .button-item.google-item {
    background-color: #DD4C3B; }
    .inner-news-page .button-item.google-item:after {
      width: 18px;
      height: 18px;
      background: url(../img/google-plus-w.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .inner-news-page .button-item.instagram-item {
    background: -webkit-radial-gradient(70% 70% ellipse, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    background: -webkit-radial-gradient(70% 70%, ellipse, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    background: -o-radial-gradient(70% 70%, ellipse, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%); }
    .inner-news-page .button-item.instagram-item:after {
      width: 16px;
      height: 16px;
      background: url(../img/instagram-logo-w.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .inner-news-page .button-item.youtube-item {
    background-color: #FF0000; }
    .inner-news-page .button-item.youtube-item:after {
      top: 7px;
      width: 16px;
      height: 16px;
      background: url(../img/youtube-w.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .inner-news-page .button-item.animated {
    opacity: 1; }
    .inner-news-page .button-item.animated.facebook-item {
      -webkit-transform: translate(-7px, -44px);
      -ms-transform: translate(-7px, -44px);
      transform: translate(-7px, -44px);
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
         transition-delay: 0s; }
    .inner-news-page .button-item.animated.google-item {
      -webkit-transform: translate(-41px, -23px);
      -ms-transform: translate(-41px, -23px);
      transform: translate(-41px, -23px);
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
         transition-delay: 0.2s; }
    .inner-news-page .button-item.animated.instagram-item {
      -webkit-transform: translate(-41px, 18px);
      -ms-transform: translate(-41px, 18px);
      transform: translate(-41px, 18px);
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
         transition-delay: 0.4s; }
    .inner-news-page .button-item.animated.youtube-item {
      -webkit-transform: translate(-7px, 36px);
      -ms-transform: translate(-7px, 36px);
      transform: translate(-7px, 36px);
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
         transition-delay: 0.6s; }

.inner-news-page .news-date-share {
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative; }
  .inner-news-page .news-date-share:after {
    content: '';
    height: 6px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../img/divide-slash.png) repeat-x center; }

.inner-news-page .news-text h1, .inner-news-page .news-text h2, .inner-news-page .news-text h3 {
  font-size: 21px;
  margin: 0 0 25px;
  color: #424650; }

.inner-news-page .news-text p {
  margin: 0 0 20px;
  color: #71747a;
  font-size: 13px;
  line-height: 1.6; }

.inner-news-page .news-aside > h2 {
  font-size: 20px;
  margin: -4px 0 20px; }

.inner-news-page .news-aside .news-aside-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .inner-news-page .news-aside .news-aside-item:last-of-type .text-block:after {
    display: none; }
  .inner-news-page .news-aside .news-aside-item h3 {
    font-size: 15px;
    margin: 0 0 15px;
    color: #232323; }
    .inner-news-page .news-aside .news-aside-item h3 a {
      color: inherit; }
  .inner-news-page .news-aside .news-aside-item .img-block {
    float: left;
    width: 82px;
    height: 82px;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .inner-news-page .news-aside .news-aside-item .img-block:hover {
      opacity: 0.8; }
    .inner-news-page .news-aside .news-aside-item .img-block a {
      display: block;
      width: 100%;
      height: 100%; }
  .inner-news-page .news-aside .news-aside-item .text-block {
    margin-left: 105px; }
    .inner-news-page .news-aside .news-aside-item .text-block:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: url(../img/angle-divide.png) repeat-x center; }

.inner-news-page .news-archive {
  margin-top: 40px; }
  .inner-news-page .news-archive > h2 {
    font-size: 20px;
    margin: -4px 0 15px; }
  .inner-news-page .news-archive a {
    display: block;
    color: #848484;
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0; }
    .inner-news-page .news-archive a:hover {
      color: #dd2a1b;
      border-bottom: 1px solid #dd2a1b; }
    .inner-news-page .news-archive a:last-of-type {
      border-bottom: 0; }
  .inner-news-page .news-archive .news-year {
    float: left; }
  .inner-news-page .news-archive .news-amout {
    float: right; }

.description-page .main {
  padding-top: 120px;
  padding-bottom: 120px; }
  .description-page .main h1 {
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .description-page .main h3 {
    font-size: 18px; }
  .description-page .main p {
    margin-bottom: 25px;
    line-height: 1.5;
    color: #4f4f4f; }

.description-page .description-slider {
  margin-top: 50px; }
  .description-page .description-slider .item {
    height: 360px;
    outline: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 570px;
    margin: 0 15px;
    opacity: 0.22; }
    .description-page .description-slider .item.slick-center {
      opacity: 1; }
  .description-page .description-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .description-page .description-slider .slick-dots li {
      display: inline-block;
      font-size: 0;
      width: 25px;
      height: 3px;
      margin: 0 3px; }
      .description-page .description-slider .slick-dots li button {
        border: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        outline: 0;
        background-color: #efefef; }
      .description-page .description-slider .slick-dots li.slick-active button {
        background-color: #282828; }

.vacancy-page .main {
  padding-top: 80px;
  padding-bottom: 80px; }

.vacancy-page .nav-tabs {
  border: 0;
  margin-left: -20px;
  margin-bottom: 20px; }
  .vacancy-page .nav-tabs > li.active > a {
    border: 0;
    font-weight: 500;
    color: #121011; }
  .vacancy-page .nav-tabs > li > a {
    border: 0;
    font-size: 16px;
    padding: 5px 20px;
    color: #121011; }
    .vacancy-page .nav-tabs > li > a:hover {
      background-color: transparent; }
  .vacancy-page .nav-tabs > li:first-of-type {
    border-right: 1px solid #7c7c7c; }

.vacancy-page .form-row {
  padding-bottom: 24px; }
  .vacancy-page .form-row label {
    font-weight: 400;
    font-size: 13px; }
  .vacancy-page .form-row .form-control {
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 50px; }
    .vacancy-page .form-row .form-control:focus {
      border: 1px solid #000; }

.vacancy-page .attach-file {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 190px;
  margin-right: 20px; }
  .vacancy-page .attach-file input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .vacancy-page .attach-file label {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 16px 10px 15px 30px;
    line-height: 1;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #8d8d8d;
    outline: 0;
    text-align: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer; }
    .vacancy-page .attach-file label:before {
      content: '';
      width: 18px;
      height: 20px;
      background: url(../img/resume-icon.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 11px;
      left: 10px; }
    .vacancy-page .attach-file label:hover {
      background-color: #000; }

.vacancy-page .col-xs-12 {
  margin-top: 10px; }
  .vacancy-page .col-xs-12 .default-button {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 14px; }

.vacancy-page .vacancy-item {
  background-color: #f7f7f7;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px; }
  .vacancy-page .vacancy-item .item-head {
    padding: 5px 15px 20px;
    border-bottom: 1px dashed #c2c2c2;
    margin-bottom: 15px; }
    .vacancy-page .vacancy-item .item-head h2, .vacancy-page .vacancy-item .item-head h3 {
      font-size: 17px;
      color: #1a1c1f;
      margin: 0;
      font-weight: 400; }
  .vacancy-page .vacancy-item .item-body {
    padding: 0 15px 15px;
    color: #1a1c1f; }
    .vacancy-page .vacancy-item .item-body p {
      margin: 0 0 15px; }
    .vacancy-page .vacancy-item .item-body .default-button {
      font-size: 12px;
      padding: 12px 13px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-top: 10px; }
  .vacancy-page .vacancy-item .item-date {
    position: relative;
    padding-left: 30px;
    color: #777;
    margin-bottom: 15px; }
    .vacancy-page .vacancy-item .item-date:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: url(../img/calendar-icon.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
    .vacancy-page .vacancy-item .item-date p {
      font-size: 13px;
      margin: 0; }

.vacancy-page .pagination-container {
  border: 0;
  margin-bottom: 0; }

.vacancy-page.vacancy-page-inner .main {
  padding: 100px 0 80px; }

.vacancy-page.vacancy-page-inner .breadcrumb {
  max-width: 800px;
  margin: 0 auto 10px; }
  .vacancy-page.vacancy-page-inner .breadcrumb > li {
    font-size: 12px; }
    .vacancy-page.vacancy-page-inner .breadcrumb > li > a {
      font-size: 12px; }

.vacancy-page.vacancy-page-inner .vacancy-item {
  max-width: 800px;
  margin: 0 auto; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-head h3 {
    font-weight: 500; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-body p {
    font-size: 15px; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-body h2, .vacancy-page.vacancy-page-inner .vacancy-item .item-body h3 {
    font-size: 16px;
    margin: 0 0 10px; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-body ul {
    list-style: none;
    margin: 10px 0 20px;
    padding-left: 3px; }
    .vacancy-page.vacancy-page-inner .vacancy-item .item-body ul li {
      margin: 8px 0;
      padding-left: 15px;
      position: relative;
      max-width: 800px; }
      .vacancy-page.vacancy-page-inner .vacancy-item .item-body ul li:before {
        content: '';
        color: #abb2ba;
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        background-color: #abb2ba;
        left: 0;
        top: 6px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-body .default-button {
    margin-top: 0;
    font-size: 14px;
    padding: 12px 60px; }

.flat-page .main {
  padding-bottom: 75px; }

.flat-page .back-link {
  position: relative;
  padding: 13px 0 20px 12px; }
  .flat-page .back-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 8px;
    top: 19.5px;
    background: url(../img/back-arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
  .flat-page .back-link a {
    display: inline-block;
    color: #282c3f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px; }

.flat-page .active-filters {
  clear: both;
  padding-top: 10px; }
  .flat-page .active-filters p {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #7a7a7a; }

.flat-page .clearFilter {
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-left: 15px;
  margin-top: 2px; }
  .flat-page .clearFilter:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/reset-close-icon.svg);
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    margin-left: 10px; }
  .flat-page .clearFilter:hover, .flat-page .clearFilter:focus, .flat-page .clearFilter:active {
    text-decoration: none;
    background-color: #444; }

.flat-page .filtersBlock {
  margin-top: 50px;
  margin-bottom: 30px; }
  .flat-page .filtersBlock .dropdown {
    width: 220px;
    margin-right: 10px; }
    .flat-page .filtersBlock .dropdown .dropdown-toggle span {
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      background-color: #dbd7cb;
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 12px;
      font-size: 11px;
      padding-left: 1px; }

.flat-page .flat-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.flat-page .flat-descr {
  padding-left: 50px; }
  .flat-page .flat-descr h1 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 35px; }
  .flat-page .flat-descr table {
    width: 200px; }
    .flat-page .flat-descr table tr td {
      border-bottom: 1px dotted #e1e1e1;
      padding: 7px 0; }
      .flat-page .flat-descr table tr td p {
        display: inline-block;
        margin: 0;
        color: #4d5161;
        position: relative;
        bottom: -11px;
        background-color: #fff; }
      .flat-page .flat-descr table tr td:first-of-type p {
        padding-right: 5px; }
      .flat-page .flat-descr table tr td:last-of-type {
        text-align: right; }
        .flat-page .flat-descr table tr td:last-of-type p {
          padding-left: 5px; }
  .flat-page .flat-descr .descr-text {
    margin: 50px 0 40px;
    color: #424242; }
    .flat-page .flat-descr .descr-text p {
      margin: 0 0 20px; }
  .flat-page .flat-descr .descr-footer .default-button {
    margin-right: 10px;
    padding: 12px 20px; }
    .flat-page .flat-descr .descr-footer .default-button.inverted-button span {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 8px;
      width: 16px;
      height: 16px;
      background: url(../img/old-key.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }

.floor-page .main {
  padding-bottom: 75px; }

.floor-page .back-link {
  position: relative;
  padding: 13px 0 20px 12px; }
  .floor-page .back-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 8px;
    top: 19.5px;
    background: url(../img/back-arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
  .floor-page .back-link a {
    display: inline-block;
    color: #282c3f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px; }

.floor-page .active-filters {
  clear: both;
  padding-top: 10px; }
  .floor-page .active-filters p {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #7a7a7a;
    margin: 0; }

.floor-page .clearFilter {
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-left: 15px;
  margin-top: 2px; }
  .floor-page .clearFilter:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/reset-close-icon.svg);
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    margin-left: 10px; }
  .floor-page .clearFilter:hover, .floor-page .clearFilter:focus, .floor-page .clearFilter:active {
    text-decoration: none;
    background-color: #444; }

.floor-page .filtersBlock {
  margin-top: 50px;
  margin-bottom: 30px; }
  .floor-page .filtersBlock .dropdown {
    width: 220px;
    margin-right: 10px; }
    .floor-page .filtersBlock .dropdown .dropdown-toggle span {
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      background-color: #dbd7cb;
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 12px;
      font-size: 11px;
      padding-left: 1px; }

.floor-page .poligonBlock img {
  margin: 0 auto; }

.floor-page .drag-sign {
  width: 30px;
  height: 30px;
  background: url(../img/drag-icon.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  display: none;
  margin: 0 auto; }

.floor-list .main {
  padding-bottom: 50px; }

.floor-list .flats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.floor-list .flat-item {
  width: 50%;
  padding: 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .floor-list .flat-item:hover {
    -webkit-box-shadow: 0 13px 32px rgba(97, 97, 97, 0.2);
            box-shadow: 0 13px 32px rgba(97, 97, 97, 0.2); }
  .floor-list .flat-item .flat-img {
    width: 270px;
    float: left; }
    .floor-list .flat-item .flat-img img {
      display: block;
      max-width: 100%;
      max-height: 250px;
      margin: 0 auto; }
  .floor-list .flat-item .flat-descr {
    margin-left: 310px; }
    .floor-list .flat-item .flat-descr h2 {
      font-size: 17px;
      margin: 0 0 15px; }
    .floor-list .flat-item .flat-descr table {
      width: 200px;
      margin-bottom: 20px; }
      .floor-list .flat-item .flat-descr table tr td {
        border-bottom: 1px dotted #e1e1e1;
        padding: 7px 0; }
        .floor-list .flat-item .flat-descr table tr td p {
          display: inline-block;
          margin: 0;
          color: #4d5161;
          position: relative;
          bottom: -11px;
          background-color: #fff; }
        .floor-list .flat-item .flat-descr table tr td:first-of-type p {
          padding-right: 5px; }
        .floor-list .flat-item .flat-descr table tr td:last-of-type {
          text-align: right; }
          .floor-list .flat-item .flat-descr table tr td:last-of-type p {
            padding-left: 5px; }
    .floor-list .flat-item .flat-descr a {
      color: #4d5161;
      text-decoration: underline; }

.floor-list .back-link {
  position: relative;
  padding: 13px 0 20px 12px; }
  .floor-list .back-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 8px;
    top: 19.5px;
    background: url(../img/back-arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
  .floor-list .back-link a {
    display: inline-block;
    color: #282c3f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px; }

.floor-list .active-filters {
  clear: both;
  padding-top: 10px; }
  .floor-list .active-filters p {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #7a7a7a;
    margin: 0; }

.floor-list .clearFilter {
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-left: 15px;
  margin-top: 2px; }
  .floor-list .clearFilter:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/reset-close-icon.svg);
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    margin-left: 10px; }
  .floor-list .clearFilter:hover, .floor-list .clearFilter:focus, .floor-list .clearFilter:active {
    text-decoration: none;
    background-color: #444; }

.floor-list .filtersBlock {
  margin-top: 50px;
  margin-bottom: 50px; }
  .floor-list .filtersBlock .dropdown {
    width: 220px;
    margin-right: 10px; }
    .floor-list .filtersBlock .dropdown .dropdown-toggle span {
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      background-color: #dbd7cb;
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 12px;
      font-size: 11px;
      padding-left: 1px; }

.planning-page .main {
  position: relative; }
  .planning-page .main .container-fluid {
    position: relative; }

.planning-page .scroll-container {
  margin-top: -100px;
  position: relative; }

.planning-page .clearFilter {
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-left: 25px;
  margin-top: 2px; }
  .planning-page .clearFilter:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/reset-close-icon.svg);
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    margin-left: 10px; }
  .planning-page .clearFilter:hover, .planning-page .clearFilter:focus, .planning-page .clearFilter:active {
    text-decoration: none;
    background-color: #444; }

.planning-page .filtersBlock {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
  text-align: center; }
  .planning-page .filtersBlock .dropdown {
    width: 220px;
    margin-right: 10px;
    float: none;
    display: inline-block; }
    .planning-page .filtersBlock .dropdown .dropdown-toggle span {
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      background-color: #dbd7cb;
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 12px;
      font-size: 11px;
      padding-left: 1px; }

.planning-page .drag-sign {
  width: 30px;
  height: 30px;
  background: url(../img/drag-icon.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  display: none;
  margin: 0 auto; }

.planning-page .poligonBlock img {
  display: block;
  width: 100% !important; }

.planning-page .container-fluid .info-badge {
  position: absolute;
  top: 2px;
  left: 0;
  margin-top: 1px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/info-badge.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.planning-page .container-fluid p {
  display: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 25px;
  max-width: 500px;
  padding-left: 25px;
  position: relative; }

.planningBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.location-page .location-map {
  height: 760px; }
  .location-page .location-map #map {
    width: 100%;
    height: 100%; }

.location-page .si-pointer-bg-top {
  border-top-color: #2b2b2b !important; }

.location-page .si-has-border .si-content-wrapper {
  border: 0;
  padding: 0; }

.not-found-container {
  text-align: center;
  padding: 80px 0 50px; }
  .not-found-container h1 {
    font-size: 200px;
    color: #313840;
    font-weight: 700; }
  .not-found-container .container {
    min-height: 400px; }
    .not-found-container .container p {
      font-size: 21px;
      margin: 0 0 30px; }

.cost-modal {
  -webkit-border-radius: 0;
          border-radius: 0; }
  .cost-modal .modal-header {
    border: 0;
    padding-bottom: 0; }
    .cost-modal .modal-header h4 {
      text-align: center;
      margin: 10px 0; }
    .cost-modal .modal-header p {
      text-align: center;
      margin: 0; }
      .cost-modal .modal-header p a {
        color: #333; }
    .cost-modal .modal-header .close {
      opacity: 1; }
  .cost-modal .modal-body {
    padding: 20px 80px 40px; }
    .cost-modal .modal-body form {
      border-top: 1px solid #ddd;
      padding-top: 20px; }
    .cost-modal .modal-body .form-row {
      padding-bottom: 20px; }
      .cost-modal .modal-body .form-row label {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: normal; }
    .cost-modal .modal-body .textarea-row {
      margin-bottom: 25px; }
      .cost-modal .modal-body .textarea-row label {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: normal; }
    .cost-modal .modal-body .form-control,
    .cost-modal .modal-body textarea {
      border: 1px solid #dadada;
      outline: 0;
      background-color: #f7f7f7;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .cost-modal .modal-body .form-control::-webkit-input-placeholder,
      .cost-modal .modal-body textarea::-webkit-input-placeholder {
        color: #858585; }
      .cost-modal .modal-body .form-control::-moz-placeholder,
      .cost-modal .modal-body textarea::-moz-placeholder {
        color: #858585; }
      .cost-modal .modal-body .form-control:-moz-placeholder,
      .cost-modal .modal-body textarea:-moz-placeholder {
        color: #858585; }
      .cost-modal .modal-body .form-control:-ms-input-placeholder,
      .cost-modal .modal-body textarea:-ms-input-placeholder {
        color: #858585; }
      .cost-modal .modal-body .form-control:focus,
      .cost-modal .modal-body textarea:focus {
        border: 1px solid #000; }
    .cost-modal .modal-body .form-control {
      height: 36px; }
    .cost-modal .modal-body textarea {
      width: 100%;
      resize: vertical;
      min-height: 120px;
      padding: 10px 12px; }
    .cost-modal .modal-body .default-button {
      width: 100%;
      padding: 10px; }

.call-modal {
  -webkit-border-radius: 0;
          border-radius: 0; }
  .call-modal .modal-header {
    border: 0;
    padding-bottom: 0; }
    .call-modal .modal-header h4 {
      text-align: center;
      margin: 10px 0 0; }
    .call-modal .modal-header .close {
      opacity: 1; }
  .call-modal .modal-body {
    padding: 20px 80px 40px; }
    .call-modal .modal-body form {
      border-top: 1px solid #ddd;
      padding-top: 20px; }
    .call-modal .modal-body .form-row {
      padding-bottom: 20px; }
      .call-modal .modal-body .form-row label {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: normal; }
    .call-modal .modal-body .textarea-row {
      margin-bottom: 25px; }
      .call-modal .modal-body .textarea-row label {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: normal; }
    .call-modal .modal-body .form-control,
    .call-modal .modal-body textarea {
      border: 1px solid #dadada;
      outline: 0;
      background-color: #f7f7f7;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .call-modal .modal-body .form-control::-webkit-input-placeholder,
      .call-modal .modal-body textarea::-webkit-input-placeholder {
        color: #858585; }
      .call-modal .modal-body .form-control::-moz-placeholder,
      .call-modal .modal-body textarea::-moz-placeholder {
        color: #858585; }
      .call-modal .modal-body .form-control:-moz-placeholder,
      .call-modal .modal-body textarea:-moz-placeholder {
        color: #858585; }
      .call-modal .modal-body .form-control:-ms-input-placeholder,
      .call-modal .modal-body textarea:-ms-input-placeholder {
        color: #858585; }
      .call-modal .modal-body .form-control:focus,
      .call-modal .modal-body textarea:focus {
        border: 1px solid #000; }
    .call-modal .modal-body .form-control {
      height: 36px; }
    .call-modal .modal-body textarea {
      width: 100%;
      resize: vertical;
      min-height: 120px;
      padding: 10px 12px; }
    .call-modal .modal-body .default-button {
      width: 100%;
      padding: 10px;
      margin-top: 15px; }

.success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .success-message > .container {
    text-align: center; }
    .success-message > .container img {
      display: block;
      max-width: 80px;
      margin: 0 auto 20px; }
    .success-message > .container h1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 auto 20px;
      font-weight: 700;
      font-size: 28px;
      line-height: 1.4; }
    .success-message > .container p {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 auto 30px;
      font-size: 16px;
      color: #888; }
    .success-message > .container .default-button {
      display: block;
      margin: 0 auto;
      width: 250px;
      padding: 15px 10px;
      font-size: 14px; }

.poligonMap {
  margin: 0 auto; }

.poligonBlock {
  height: 100%;
  overflow: hidden; }

.poligonBlock img {
  display: block; }

.rightSideContent .chooseApartment {
  left: auto;
  right: 100px;
  display: none; }

.flatsBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 1;
  padding: 98px 100px 110px; }

.flatsBlock .title {
  font-family: RobotoCB;
  font-size: 30px;
  color: #484d60;
  margin-bottom: 20px; }

.flatsBlock .flatsInside {
  display: inline-block;
  width: 100%; }

.flatsSec .flatsBlock .roomy {
  display: none; }

.flatsBlock .item {
  float: left;
  width: 48%;
  display: inline-block;
  margin-right: 4%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 28px;
  padding: 20px; }

.flatsBlock .item:nth-of-type(2n) {
  margin-right: 0; }

.flatsBlock .item .imageBlock {
  float: left;
  display: inline-block;
  overflow-y: hidden;
  width: 100px; }

.flatsBlock .item .imageBlock img {
  width: 100%; }

.flatsBlock .item .descrpBlock {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  font-family: RobotoM;
  font-size: 16px;
  color: #4d5161;
  padding-left: 15px; }

.flatsBlock .item .descrpBlock p {
  margin-bottom: 6px; }

.flatsBlock .insideFlatBlock {
  display: inline-block;
  width: 100%; }

.flatsBlock .insideFlatBlock .imageBlock {
  float: left;
  width: 40%;
  overflow: hidden; }

.flatsBlock .insideFlatBlock .imageBlock img {
  max-width: 100%;
  max-height: 50vh;
  cursor: pointer; }

.flatsBlock .insideFlatBlock .descriptionBlock {
  float: right;
  width: 60%;
  padding-left: 10%;
  font-family: RobotoM;
  font-size: 14px;
  color: #4d5161; }

.flatsBlock .insideFlatBlock .characteristics {
  padding: 0;
  margin-bottom: 20px;
  width: 100%; }

.flatsBlock .insideFlatBlock .characteristics li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #c6c7cc;
  padding: 3px 0 9px; }

.flatsBlock .insideFlatBlock .characteristics li span {
  font-size: 16px;
  line-height: 1; }

.flatsBlock .insideFlatBlock .characteristics li span:first-child {
  float: left; }

.flatsBlock .insideFlatBlock .characteristics li span:last-child {
  float: right; }

.flatsBlock .insideFlatBlock .content {
  display: inline-block;
  width: 100%;
  margin-bottom: 26px; }

.flatsBlock .insideFlatBlock .content p {
  line-height: 21px;
  margin-bottom: 20px; }

.flatsBlock .insideFlatBlock .content *:last-child {
  margin-bottom: 0; }

.flatsBlock .insideFlatBlock .btnBlock {
  display: inline-block;
  width: 100%; }

.flatsBlock .insideFlatBlock .btnBlock .compass {
  float: left;
  max-width: 130px; }

.flatsBlock .insideFlatBlock .btnBlock .btns {
  float: right;
  display: inline-block;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  padding: 12px 0 12px 20px; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #4886c6;
  background-color: #4886c6;
  color: #fff;
  font-family: RobotoM;
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 15px 5px;
  position: relative;
  height: 48px;
  float: left;
  clear: both; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn:last-child {
  margin-bottom: 0; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn.download:before {
  content: 'pdf';
  font-family: RobotoM;
  font-size: 11px;
  line-height: 37px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 37px;
  height: 37px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn.reserve:before {
  content: '\f084';
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 37px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  float: right;
  top: -11px;
  width: 37px;
  height: 37px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn:hover {
  background-color: transparent;
  color: #4886c6; }

.flatsBlock .insideFlatBlock .btnBlock .btns .flatsBtn:hover:before {
  color: #4886c6;
  border-color: #4886c6; }

.filtersBlock .dropdown {
  float: left;
  width: 205px; }

.filtersBlock .dropdown .dropdown-toggle {
  text-align: center;
  border: none;
  background-color: #444444;
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 10px 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%; }
  .filtersBlock .dropdown .dropdown-toggle:hover {
    background-color: #000; }

.filtersBlock .dropdown.open .dropdown-toggle {
  background-color: #000; }

.filtersBlock .dropdown .dropdown-toggle:hover,
.filtersBlock .dropdown .dropdown-toggle:active {
  background-color: #1a1c2e; }

.filtersBlock .dropdown.open .dropdown-toggle {
  background-color: #1a1c2e; }

.filtersBlock .dropdown .dropdown-menu {
  margin: 0;
  border: none;
  width: 100%;
  left: 0;
  min-width: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fff;
  max-height: 280px;
  overflow-y: auto; }

.filtersBlock .dropdown .dropdown-menu li {
  padding: 0 10px; }

.filtersBlock .dropdown .dropdown-menu li:last-of-type a {
  border-bottom: none; }

.filtersBlock .dropdown .dropdown-menu a {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #ececec;
  padding: 7px 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%; }

.filtersBlock .dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-color: #242a40; }

.filtersBlock .dropdown.disabled .dropdown-toggle {
  pointer-events: none; }

.slide-nav {
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 45, 45, 0.8);
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 100;
  display: none; }
  .slide-nav.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .slide-nav.closed {
    display: none !important; }
  .slide-nav .default-button {
    margin: 0 10px; }
    .slide-nav .default-button:hover {
      background-color: #222;
      border: 1px solid #222; }
    .slide-nav .default-button.choose-button:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      background: url(../img/old-key.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
    .slide-nav .default-button.modal-button:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      margin-right: 10px;
      width: 15px;
      height: 15px;
      background: url(../img/old-handphone-icon.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .slide-nav .slide-nav-close {
    background: #000 url(../img/close-icon.svg) no-repeat center;
    -webkit-background-size: 50% 50%;
            background-size: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0; }

.index-body .slide-nav {
  display: block; }

.mobile-tooltip {
  position: absolute;
  top: 0;
  left: 280px;
  height: 100%;
  z-index: 5;
  display: none; }
  .mobile-tooltip a {
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 5;
    text-align: center;
    padding: 1px 12px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-decoration: none;
    width: 32px; }
    .mobile-tooltip a:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 5px solid #000;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -5px;
      top: 5px; }
    .mobile-tooltip a:focus, .mobile-tooltip a:active, .mobile-tooltip a:hover {
      text-decoration: none; }
    .mobile-tooltip a:nth-of-type(1) {
      bottom: 73px;
      display: none; }
    .mobile-tooltip a:nth-of-type(2) {
      bottom: 115px; }
    .mobile-tooltip a:nth-of-type(3) {
      bottom: 150px; }
    .mobile-tooltip a:nth-of-type(4) {
      bottom: 180px; }
    .mobile-tooltip a:nth-of-type(5) {
      bottom: 210px; }
    .mobile-tooltip a:nth-of-type(6) {
      bottom: 240px; }
    .mobile-tooltip a:nth-of-type(7) {
      bottom: 330px;
      left: 80px; }

.main-footer {
  background-color: #2b2b2b; }
  .main-footer .footer-content {
    padding: 45px 0 50px;
    color: #fff; }
    .main-footer .footer-content .footer-logo {
      display: inline-block;
      margin-bottom: 25px; }
      .main-footer .footer-content .footer-logo img {
        display: block;
        max-width: 155px; }
    .main-footer .footer-content a {
      color: #fff; }
    .main-footer .footer-content ul {
      list-style: none;
      padding-left: 30px; }
      .main-footer .footer-content ul li {
        margin-bottom: 15px; }
    .main-footer .footer-content p {
      color: #cfcfcf;
      font-size: 13px;
      max-width: 280px; }
    .main-footer .footer-content h3 {
      font-size: 14px;
      margin: 0 0 20px;
      font-weight: 400; }
    .main-footer .footer-content .footer-social a, .main-footer .footer-content .footer-social button {
      display: inline-block;
      vertical-align: top;
      width: 42px;
      height: 42px;
      position: relative;
      outline: 0;
      border: 0;
      background-color: #3a3e42;
      padding: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .main-footer .footer-content .footer-social a:hover, .main-footer .footer-content .footer-social button:hover {
        background-color: #545a60; }
      .main-footer .footer-content .footer-social a:before, .main-footer .footer-content .footer-social button:before {
        content: '';
        position: absolute; }
      .main-footer .footer-content .footer-social a.facebook-item, .main-footer .footer-content .footer-social button.facebook-item {
        margin-right: 8px; }
        .main-footer .footer-content .footer-social a.facebook-item:before, .main-footer .footer-content .footer-social button.facebook-item:before {
          width: 28px;
          height: 20px;
          background: url(../img/facebook-footer-icon.svg) no-repeat center;
          -webkit-background-size: contain;
                  background-size: contain;
          top: 10px;
          left: 6px; }
      .main-footer .footer-content .footer-social a.instagram-item:before, .main-footer .footer-content .footer-social button.instagram-item:before {
        width: 23px;
        height: 23px;
        background: url(../img/instagram-footer-logo.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        top: 9px;
        left: 9px; }
  .main-footer .footer-bottom {
    background-color: #252525;
    text-align: center;
    color: #acacac;
    padding: 25px 0; }
    .main-footer .footer-bottom p {
      margin: 0;
      display: inline-block;
      text-transform: uppercase; }
    .main-footer .footer-bottom a {
      color: #fff; }

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  #page-overlay {
    display: none !important; }
  body {
    overflow: auto !important; }
  .modal-dialog.custom-dialog {
    width: 500px; } }

@media (max-width: 1600px) {
  .planning-page .scroll-container {
    margin-top: -70px; } }

@media (max-width: 1440px) {
  .index-jumbotron {
    height: 650px; }
  .location-page .location-map {
    height: 600px; }
  .flat-page .filtersBlock .dropdown,
  .floor-page .filtersBlock .dropdown,
  .planning-page .filtersBlock .dropdown,
  .floor-list .filtersBlock .dropdown {
    width: 200px; }
    .flat-page .filtersBlock .dropdown .dropdown-toggle,
    .floor-page .filtersBlock .dropdown .dropdown-toggle,
    .planning-page .filtersBlock .dropdown .dropdown-toggle,
    .floor-list .filtersBlock .dropdown .dropdown-toggle {
      font-size: 10px;
      padding: 10px;
      position: relative; }
      .flat-page .filtersBlock .dropdown .dropdown-toggle:after,
      .floor-page .filtersBlock .dropdown .dropdown-toggle:after,
      .planning-page .filtersBlock .dropdown .dropdown-toggle:after,
      .floor-list .filtersBlock .dropdown .dropdown-toggle:after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/arrow-down-sign-to-navigate.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute;
        top: 12px;
        right: 9px;
        display: none; }
  .flat-page .clearFilter,
  .floor-page .clearFilter,
  .planning-page .clearFilter,
  .floor-list .clearFilter {
    font-size: 10px;
    padding: 10px; }
    .flat-page .clearFilter:after,
    .floor-page .clearFilter:after,
    .planning-page .clearFilter:after,
    .floor-list .clearFilter:after {
      margin-bottom: -2px; } }

@media (max-width: 1366px) {
  .index-jumbotron {
    height: 600px; }
  .index-advantages {
    padding-bottom: 40px; }
  .index-offer {
    padding-top: 40px; }
  .online-page .video-wrapper .web-block {
    max-width: 650px; }
  .online-page .video-wrapper .text-block {
    padding: 20px; }
    .online-page .video-wrapper .text-block h3 {
      font-size: 18px;
      margin: 0 0 15px; }
  .location-page .location-map {
    height: 550px; }
  .flat-page .filtersBlock,
  .floor-page .filtersBlock,
  .floor-list .filtersBlock {
    margin-top: 40px; }
  .planning-page .scroll-container {
    margin-top: -50px; } }

@media (max-width: 1199px) {
  .main-header .header-content .container {
    padding-left: 15px;
    padding-right: 15px; }
  .main-header .header-content .main-nav ul li:nth-of-type(1), .main-header .header-content .main-nav ul li:nth-of-type(2), .main-header .header-content .main-nav ul li:nth-of-type(3) {
    margin-right: 12px; }
  .main-header .header-content .main-nav ul li:nth-of-type(4), .main-header .header-content .main-nav ul li:nth-of-type(5), .main-header .header-content .main-nav ul li:nth-of-type(6) {
    margin-left: 12px; }
  .main-header .header-content .main-nav ul li a {
    font-size: 14px;
    padding: 15px 7px; }
  .main-header .header-content .header-logo {
    width: 140px;
    top: -28px; }
  .index-jumbotron {
    height: 500px; }
  .index-advantages {
    padding-top: 50px;
    padding-bottom: 30px; }
    .index-advantages .img-block {
      padding: 0; }
  .index-offer {
    padding-top: 30px;
    padding-bottom: 50px; }
    .index-offer .img-block {
      padding: 0; }
  .index-investment {
    padding: 100px 0; }
    .index-investment h2, .index-investment h3 {
      font-size: 32px; }
  .description-page .main {
    padding-top: 80px; }
  .documentation-content {
    padding: 90px 0 60px; }
    .documentation-content .documentat-item .item-img a {
      padding: 10px; }
    .documentation-content .documentat-item .item-footer p {
      font-size: 13px; }
  .main-footer .footer-content ul {
    padding-left: 0; }
  .index-map .map-head h2 {
    font-size: 24px;
    padding: 30px 0; }
  .vacancy-page.vacancy-page-inner .main {
    padding: 60px 0 50px; }
  .location-page .location-map {
    height: 550px; }
  .news-page .news-item .item-img {
    height: 200px; }
  .news-page .news-item .item-text {
    padding: 15px; }
    .news-page .news-item .item-text h2, .news-page .news-item .item-text h3 {
      font-size: 14px; }
  .inner-news-page .main {
    padding: 80px 0 50px; }
  .inner-news-page .breadcrumb > li {
    font-size: 13px; }
    .inner-news-page .breadcrumb > li a {
      font-size: 13px; }
  .inner-news-page .news-aside .news-aside-item {
    padding-bottom: 5px;
    margin-bottom: 10px; }
    .inner-news-page .news-aside .news-aside-item .img-block {
      width: 50px;
      height: 50px; }
    .inner-news-page .news-aside .news-aside-item .text-block {
      margin-left: 65px; }
      .inner-news-page .news-aside .news-aside-item .text-block h3 {
        margin-bottom: 10px;
        font-size: 13px; }
  .not-found-container .container {
    min-height: 350px; }
  .not-found-container h1 {
    font-size: 140px; }
  .floor-list .flat-item .flat-img {
    width: 180px; }
    .floor-list .flat-item .flat-img img {
      max-height: 200px; }
  .floor-list .flat-item .flat-descr {
    margin-left: 200px; }
  .planning-page .scroll-container {
    margin-top: 0; } }

@media (max-width: 991px) {
  .main-header {
    padding-bottom: 0; }
    .main-header .header-content .main-nav ul li a {
      font-size: 13px;
      padding: 15px 7px; }
    .main-header .header-content .header-logo {
      display: none; }
    .main-header .header-content .scroll-logo {
      top: -8px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .main-header.fixed .header-content .scroll-logo {
      top: 2px; }
    .main-header.fixed .header-content .main-nav ul li a {
      font-size: 13px;
      padding: 13px 7px; }
  .index-jumbotron {
    height: 450px; }
  .index-advantages {
    padding-bottom: 20px; }
    .index-advantages .text-block h2, .index-advantages .text-block h3 {
      margin: 0 0 15px; }
  .index-offer {
    padding-top: 20px; }
    .index-offer .offer-item {
      margin-bottom: 10px; }
      .index-offer .offer-item .offer-text {
        padding-top: 0;
        margin-top: -5px; }
    .index-offer .text-block h2, .index-offer .text-block h3 {
      margin: 0 0 20px; }
  .index-advantages .text-block,
  .index-offer .text-block {
    padding-top: 0; }
    .index-advantages .text-block p,
    .index-offer .text-block p {
      font-size: 13px; }
  .index-advantages h2, .index-advantages h3,
  .index-offer h2,
  .index-offer h3 {
    font-size: 20px; }
  .index-advantages .text-footer,
  .index-offer .text-footer {
    margin-top: 10px;
    padding-top: 10px; }
  .index-investment {
    padding: 80px 0; }
    .index-investment h2, .index-investment h3 {
      font-size: 28px; }
    .index-investment .scroll-btn {
      padding: 10px 30px; }
  .index-form {
    padding: 60px 0 50px; }
    .index-form .form-control {
      height: 36px; }
    .index-form .form-contacts .tel-item a,
    .index-form .form-contacts .contact-item a,
    .index-form .form-contacts .mail-item a,
    .index-form .form-contacts .hours-item a {
      font-size: 13px; }
    .index-form .form-contacts .tel-item,
    .index-form .form-contacts .contact-item,
    .index-form .form-contacts .mail-item,
    .index-form .form-contacts .hours-item {
      font-size: 13px; }
  .description-page .main {
    padding-top: 50px; }
  .documentation-content {
    padding: 50px 0; }
  .index-map #map {
    height: 400px; }
  .floor-list .flats-container {
    display: block; }
    .floor-list .flats-container .flat-item {
      width: 100%; }
      .floor-list .flats-container .flat-item .flat-descr table {
        width: 100%; }
  .vacancy-page .main {
    padding-top: 50px; }
  .vacancy-page .nav-tabs {
    text-align: center;
    margin-left: 13px;
    margin-bottom: 30px; }
    .vacancy-page .nav-tabs > li {
      display: inline-block;
      float: none; }
  .vacancy-page .vacancy-item {
    padding: 5px; }
    .vacancy-page .vacancy-item .item-head {
      padding: 5px 10px 10px; }
      .vacancy-page .vacancy-item .item-head h2, .vacancy-page .vacancy-item .item-head h3 {
        font-size: 15px;
        font-weight: 700; }
    .vacancy-page .vacancy-item .item-body .default-button {
      padding: 8px 20px; }
  .main-footer .footer-content {
    padding: 30px 0 20px; }
    .main-footer .footer-content .footer-logo {
      margin-bottom: 15px; }
    .main-footer .footer-content ul li {
      margin-bottom: 8px; }
    .main-footer .footer-content a {
      font-size: 12px; }
    .main-footer .footer-content .footer-social a,
    .main-footer .footer-content .footer-social button {
      width: 30px;
      height: 30px; }
      .main-footer .footer-content .footer-social a.instagram-item:before,
      .main-footer .footer-content .footer-social button.instagram-item:before {
        width: 18px;
        height: 18px;
        top: 6px;
        left: 6px; }
      .main-footer .footer-content .footer-social a.facebook-item:before,
      .main-footer .footer-content .footer-social button.facebook-item:before {
        width: 17px;
        height: 17px;
        top: 6px;
        left: 6px; }
  .main-footer .footer-bottom {
    padding: 12px 0; }
    .main-footer .footer-bottom p {
      font-size: 13px; }
  .online-page .video-wrapper {
    min-height: 600px;
    padding: 60px 0 40px; }
    .online-page .video-wrapper .video-block iframe {
      height: 350px !important; }


  .news-page .news-item .item-img {
    height: 150px; }
  .news-page .news-item .item-text {
    padding: 15px; }
    .news-page .news-item .item-text p {
      font-size: 13px; }
  .inner-news-page .news-aside .news-aside-item {
    margin-bottom: 7px; }
    .inner-news-page .news-aside .news-aside-item .text-block h3 {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .not-found-container .container {
    min-height: 300px; }
  .not-found-container h1 {
    font-size: 100px; }
  .flat-page .flat-img {
    margin-bottom: 30px; }
  .flat-page .flat-descr {
    padding: 0 20px; }
    .flat-page .flat-descr h1 {
      text-align: center; }
  .planning-page .scroll-container {
    margin: 0 auto 15px;
    height: 490px;
    overflow-x: auto; 
  }
    .planning-page .scroll-container .poligonBlock {
      width: 1000px;
      margin: 0 auto; 
    }
  .planning-page .container-fluid {
    padding-top: 25px; }
  .planning-page .filtersBlock {
    position: static;
    margin: 10px 0 30px;
    left: auto;
    top: auto; }
  .planning-page .drag-sign {
    display: block; }
  .planning-page .container-fluid {
    background-color: #2a2b2d; }
    .planning-page .container-fluid .drag-sign {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: -50px;
      left: 30px;
      z-index: 10;
      margin: 0 auto; }
    .planning-page .container-fluid p {
      display: block; }
  .planning-page .main > .drag-sign {
    margin: 0 auto 20px; }
  .success-message {
    height: 500px;
    padding: 120px 0 50px; }
    .success-message > .container h1 {
      font-size: 20px; }
    .success-message > .container p {
      font-size: 14px; }
  .slide-nav {
    padding: 12px; }
  #tooltip {
    display: none !important; }
  .mobile-tooltip {
    display: block; }
  .flat-page .filtersBlock .dropdown .dropdown-toggle,
  .floor-page .filtersBlock .dropdown .dropdown-toggle,
  .planning-page .filtersBlock .dropdown .dropdown-toggle,
  .floor-list .filtersBlock .dropdown .dropdown-toggle {
    padding-right: 20px; }
    .flat-page .filtersBlock .dropdown .dropdown-toggle:after,
    .floor-page .filtersBlock .dropdown .dropdown-toggle:after,
    .planning-page .filtersBlock .dropdown .dropdown-toggle:after,
    .floor-list .filtersBlock .dropdown .dropdown-toggle:after {
      display: block; }
  .flat-page .clearFilter,
  .floor-page .clearFilter,
  .planning-page .clearFilter,
  .floor-list .clearFilter {
    font-size: 10px;
    padding: 10px; }
    .flat-page .clearFilter:after,
    .floor-page .clearFilter:after,
    .planning-page .clearFilter:after,
    .floor-list .clearFilter:after {
      margin-bottom: -2px; } }

@media (max-width: 767px) {
  .index-body {
    padding-top: 48px; }
    .index-body.planning-page {
      padding-top: 0; }
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    .main-header .header-top {
      padding: 12px 0 6px; }
      .main-header .header-top .default-select {
        margin-top: 2px; }
    .main-header .header-content .main-nav {
      position: absolute;
      top: -48px;
      right: 0;
      width: 300px;
      height: 100vh;
      background-color: #000;
      z-index: 1000;
      overflow-y: auto;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      padding-top: 50px;
      -webkit-transform: translateX(150%);
          -ms-transform: translateX(150%);
              transform: translateX(150%);
      max-height: 101vh;
      min-height: 100vh;
      overflow-y: auto; }
      .main-header .header-content .main-nav.active {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .main-header .header-content .main-nav .main-nav-inner li,
      .main-header .header-content .main-nav .header-top-nav li {
        float: none !important;
        margin: 0 !important; }
        .main-header .header-content .main-nav .main-nav-inner li a,
        .main-header .header-content .main-nav .header-top-nav li a {
          display: block;
          font-size: 14px;
          padding: 12px 10px 12px 20px; }
          .main-header .header-content .main-nav .main-nav-inner li a:after,
          .main-header .header-content .main-nav .header-top-nav li a:after {
            display: none; }
      .main-header .header-content .main-nav .header-tel a,
      .main-header .header-content .main-nav .header-mail a {
        display: inline-block;
        color: #fff;
        padding: 5px 10px 5px 20px; }
    .main-header .header-content .scroll-logo {
      top: -42px; }
    .main-header.fixed .header-content {
      position: relative; }
      .main-header.fixed .header-content .main-nav ul li a {
        font-size: 14px;
        padding: 12px 10px 12px 20px; }
      .main-header.fixed .header-content .scroll-logo {
        -webkit-transform: translateY(-200%);
            -ms-transform: translateY(-200%);
                transform: translateY(-200%); }
    .main-header.opacity .header-top {
      pointer-events: none;
      opacity: 0.3; }
    .main-header.opacity .header-content .scroll-logo {
      pointer-events: none;
      opacity: 0.2; }
    .main-header .nav-toggle {
      display: block; }
  .index-jumbotron {
    height: 400px; }
  .index-advantages .img-block,
  .index-offer .img-block {
    max-width: 500px;
    margin: 0 auto 25px; }
  .index-advantages .text-block h2, .index-advantages .text-block h3,
  .index-offer .text-block h2,
  .index-offer .text-block h3 {
    text-align: center; }
  .slide-nav {
    padding: 8px 0; }
    .slide-nav .container {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 40px; }
      .slide-nav .container .default-button {
        width: 50%;
        margin: 0 4px;
        padding: 8px; }
    .slide-nav .slide-nav-close {
      top: 8px;
      height: 36px;
      width: 36px; }
  .index-advantages {
    padding-top: 30px;
    padding-bottom: 10px; }
  .index-offer {
    padding-top: 20px;
    padding-bottom: 30px; }
    .index-offer .text-block {
      padding-right: 0;
      padding-left: 10px; }
  .index-investment {
    padding: 80px 0; }
    .index-investment h2, .index-investment h3 {
      font-size: 24px; }
    .index-investment p {
      max-width: 400px;
      margin: 0 auto 20px; }
  .index-form {
    padding: 20px 0 40px; }
    .index-form .col-sm-8 {
      padding-left: 15px; }
    .index-form .form-contacts {
      margin-bottom: 30px; }
    .index-form .textarea-row {
      margin-bottom: 20px; }
    .index-form .default-button {
      display: block;
      width: 200px;
      margin: 0 auto; }
  .vacancy-page .main {
    padding-top: 100px;
    padding-bottom: 50px; }
  .vacancy-page .form-row .form-control {
    height: 42px; }
  .vacancy-page .pagination-container {
    margin-top: 5px; }
  .vacancy-page.vacancy-page-inner .main {
    padding: 100px 0 40px; }
  .vacancy-page.vacancy-page-inner .breadcrumb {
    display: none; }
  .description-page .main {
    padding-top: 100px;
    padding-bottom: 80px; }
  .description-page .description-slider {
    margin-top: 20px; }
    .description-page .description-slider .item {
      width: 450px;
      height: 300px; }
    .description-page .description-slider .slick-dots {
      bottom: -45px; }
  .documentation-content {
    padding: 120px 0 50px; }
    .documentation-content .documentat-item .item-img a {
      padding: 5px; }
    .documentation-content .documentat-item .item-footer p {
      font-size: 12px; }
  .main-nav-close {
    display: block; }
  .main-footer .footer-content {
    padding: 20px 0 15px; }
    .main-footer .footer-content .footer-logo {
      margin: 0 0 15px;
      display: block;
      max-width: 155px; }
    .main-footer .footer-content p {
      margin: 0 0 25px;
      max-width: 500px; }
    .main-footer .footer-content h3 {
      margin: 0 0 10px;
      font-size: 13px; }
    .main-footer .footer-content ul li {
      margin-bottom: 15px; }
      .main-footer .footer-content ul li a {
        font-size: 13px; }
  .main-footer .footer-bottom {
    padding: 12px 0; }
    .main-footer .footer-bottom p {
      font-size: 12px; }
  .online-page .video-wrapper {
    padding: 100px 0 50px; }
  .news-page .news-head {
    margin-bottom: 15px; }
    .news-page .news-head .news-filter {
      padding-left: 0; }
  .news-page h1 {
    text-align: center;
    margin: 0 0 25px; }
  .news-page .news-item .item-img {
    height: 200px; }
  .inner-news-page .main {
    padding-top: 100px; }
  .inner-news-page .breadcrumb {
    margin-bottom: 10px; }
    .inner-news-page .breadcrumb > li {
      font-size: 11px; }
      .inner-news-page .breadcrumb > li > a {
        font-size: 11px; }
  .inner-news-page .news-date-share {
    padding: 15px 0 12px;
    margin-bottom: 15px; }
  .inner-news-page .news-text h1, .inner-news-page .news-text h2, .inner-news-page .news-text h3 {
    font-size: 18px;
    margin: 0 0 15px; }
  .inner-news-page .news-aside {
    margin-top: 40px; }
  .floor-page .main {
    padding: 30px 0 50px; }
  .floor-page .filtersBlock {
    margin-bottom: 40px; }
    .floor-page .filtersBlock .dropdown {
      width: 50%;
      margin-right: 0; }
    .floor-page .filtersBlock .active-filters {
      display: inline-block;
      vertical-align: top;
      margin-top: 15px; }
      .floor-page .filtersBlock .active-filters p {
        font-size: 12px; }
    .floor-page .filtersBlock .clearFilter {
      margin-top: 15px;
      float: right; }
/*  .floor-page .scroll-container {
    margin: 10px auto 15px;
    height: 450px;
    overflow-x: auto; }
    .floor-page .scroll-container .poligonBlock {
      width: 700px; 
    }*/

/*  .floor-page .drag-sign {
    display: block; }*/
  .flat-page .main {
    padding: 30px 0 50px; }
  .flat-page .filtersBlock .dropdown {
    width: 50%; }
  .flat-page .filtersBlock .active-filters {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px; }
    .flat-page .filtersBlock .active-filters p {
      font-size: 12px; }
  .flat-page .filtersBlock .clearFilter {
    margin-top: 15px;
    float: right; }
  .flat-page .flat-descr h1 {
    font-size: 18px;
    margin: 0 0 15px; }
  .flat-page .flat-descr .compass-img {
    display: none; }
  .flat-page .flat-descr table {
    width: 100%; }
  .flat-page .flat-descr .descr-text {
    margin: 30px 0; }
  .planning-page .main {
    padding-top: 45px; }
  .planning-page .container-fluid {
    padding-top: 45px; }
  .planning-page .filtersBlock {
    margin: 10px -10px 30px; }
    .planning-page .filtersBlock .dropdown {
      margin-right: 0;
      width: 170px; }
      .planning-page .filtersBlock .dropdown:nth-of-type(1) {
        margin-right: 3px; }
      .planning-page .filtersBlock .dropdown:nth-of-type(2) {
        margin-left: 3px; }
    .planning-page .filtersBlock .active-filters {
      display: inline-block;
      vertical-align: top;
      margin-top: 15px; }
      .planning-page .filtersBlock .active-filters p {
        font-size: 12px; }
    .planning-page .filtersBlock .clearFilter {
      margin-top: 15px;
      float: right; }
  .floor-list .main {
    padding-top: 40px; }
  .floor-list .filtersBlock .dropdown {
    width: 50%;
    margin-right: 0; }
  .floor-list .filtersBlock .active-filters {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px; }
    .floor-list .filtersBlock .active-filters p {
      font-size: 12px; }
  .floor-list .filtersBlock .clearFilter {
    margin-top: 15px;
    float: right; }
  .contacts-page .index-form {
    padding-top: 0; }
  .index-form {
    padding-top: 40px; }
    .index-form .form-contacts {
      margin-top: 40px; }
    .index-form .form-contacts .tel-item a,
    .index-form .form-contacts .contact-item a,
    .index-form .form-contacts .mail-item a,
    .index-form .form-contacts .hours-item a {
      font-size: 16px; }
    .index-form .form-contacts .tel-item,
    .index-form .form-contacts .contact-item,
    .index-form .form-contacts .mail-item,
    .index-form .form-contacts .hours-item {
      font-size: 16px; } }

@media (max-width: 600px) {
  .news-page .news-item .item-img {
    height: 150px; }
  .news-page .news-item .item-date {
    margin-bottom: 5px; }
    .news-page .news-item .item-date p {
      font-size: 10px; }
  .news-page .news-item .item-text h2, .news-page .news-item .item-text h3 {
    font-size: 13px;
    margin-bottom: 5px; }
  .news-page .news-item .link-more {
    font-size: 12px; }
  .floor-list .flat-item {
    padding: 15px;
    margin-bottom: 15px; } }

@media (max-width: 540px) {
  .index-jumbotron {
    height: 350px; }
  .index-form .form-col {
    width: 100%; }
    .index-form .form-col:nth-of-type(1) {
      padding-right: 0;
      margin-bottom: 20px; }
    .index-form .form-col:nth-of-type(2) {
      padding-left: 0; }
  .description-page .main {
    padding-bottom: 60px; }
  .description-page .description-slider .item {
    width: 350px;
    height: 250px;
    margin: 0 5px; }
  .description-page .description-slider .slick-dots {
    bottom: -45px; }
  .documentation-content {
    padding: 100px 0 30px; }
  .vacancy-page .tab-pane .col-xs-6 {
    width: 100%; }
  .vacancy-page .attach-file {
    width: 250px;
    display: block;
    margin: 0 auto 20px; }
    .vacancy-page .attach-file label {
      padding: 12px 10px 12px 30px; }
      .vacancy-page .attach-file label:before {
        top: 9px; }
  .vacancy-page .col-xs-12 {
    margin-top: 0; }
    .vacancy-page .col-xs-12 .default-button {
      width: 100%; }
  .vacancy-page.vacancy-page-inner .vacancy-item .item-body {
    padding: 0 5px 10px; }
    .vacancy-page.vacancy-page-inner .vacancy-item .item-body p {
      font-size: 14px; }
    .vacancy-page.vacancy-page-inner .vacancy-item .item-body h3 {
      font-size: 14px; }
    .vacancy-page.vacancy-page-inner .vacancy-item .item-body ul li {
      font-size: 13px; }
  .online-page .video-wrapper .video-block iframe {
    height: 300px !important; }
  .news-page .main .row {
    margin-left: -10px;
    margin-right: -10px; }
  .news-page .main .col-xs-6.col-sm-4 {
    padding-left: 10px;
    padding-right: 10px; }
  .news-page .news-item {
    margin-bottom: 20px; }
  .inner-news-page .breadcrumb {
    display: none; }
  .cost-modal .modal-body {
    padding: 20px 20px 30px; }
  .flat-page .flat-descr .descr-footer .default-button {
    margin: 0;
    width: 100%; }
    .flat-page .flat-descr .descr-footer .default-button.inverted-button {
      margin-top: 20px; }
  .floor-list .flat-item {
    margin-bottom: 5px; }
    .floor-list .flat-item .flat-img {
      width: 100px; }
      .floor-list .flat-item .flat-img img {
        max-height: 100px; }
    .floor-list .flat-item .flat-descr {
      margin-left: 120px; }
      .floor-list .flat-item .flat-descr h2 {
        font-size: 14px;
        margin-bottom: 3px; }
      .floor-list .flat-item .flat-descr a {
        font-size: 13px; }
      .floor-list .flat-item .flat-descr table tr td {
        padding: 4px 0; }
        .floor-list .flat-item .flat-descr table tr td p {
          font-size: 13px;
          bottom: -8px; } }

@media (max-width: 480px) {
  .main-header .header-content .main-nav {
    width: 280px; }
  .description-page .description-slider .item {
    width: 250px;
    height: 180px; }
  .index-jumbotron {
    height: 300px; }
  .online-page .video-wrapper {
    min-height: 500px; }
    .online-page .video-wrapper .video-block iframe {
      height: 250px !important; }
    .online-page .video-wrapper .text-block {
      padding: 10px; }
      .online-page .video-wrapper .text-block h3 {
        font-size: 16px;
        margin: 0 0 10px; }
  .news-page .main .container {
    padding-left: 10px;
    padding-right: 10px; }
  .news-page .main .row {
    margin-left: -5px;
    margin-right: -5px; }
  .news-page .main .col-xs-6.col-sm-4 {
    padding-left: 5px;
    padding-right: 5px; }
  .news-page .news-head .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px; }
  .news-page .news-item {
    margin-bottom: 10px; }
    .news-page .news-item .item-img {
      height: 120px; }
    .news-page .news-item .item-text {
      padding: 10px 8px; }
      .news-page .news-item .item-text h2, .news-page .news-item .item-text h3 {
        font-size: 12px; }
      .news-page .news-item .item-text p {
        font-size: 11px; }
  .flat-page .filtersBlock .active-filters,
  .floor-page .filtersBlock .active-filters,
  .planning-page .filtersBlock .active-filters {
    padding-top: 0;
    margin-top: 23px; }
  .flat-page .filtersBlock .dropdown .dropdown-toggle span,
  .floor-page .filtersBlock .dropdown .dropdown-toggle span,
  .planning-page .filtersBlock .dropdown .dropdown-toggle span {
    display: none; }
  .flat-page .filtersBlock .clearFilter,
  .floor-page .filtersBlock .clearFilter,
  .planning-page .filtersBlock .clearFilter {
    font-size: 8px; }
    .flat-page .filtersBlock .clearFilter:after,
    .floor-page .filtersBlock .clearFilter:after,
    .planning-page .filtersBlock .clearFilter:after {
      width: 8px;
      height: 8px;
      margin-bottom: -1px;
      margin-left: 5px; }
  .slide-nav .container .default-button span {
    display: none; }
  .slide-nav .container .default-button.modal-button:before {
    position: relative;
    top: -2px; } }

@media (max-width: 400px) {
  .filtersBlock .dropdown {
    width: 150px !important; }
    .filtersBlock .dropdown .dropdown-toggle {
      font-size: 9px !important; } }

@media (max-width: 375px) {
  .index-jumbotron {
    height: 250px; }
  .news-page .news-item .item-img {
    height: 100px; } }

    .technical-floor {
      margin-top: 30px;
    }

    .technical-floor img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
    }


.location-page .si-has-border .si-content-wrapper .si-content p {
  font-size: 12px;
  margin: 0;
  padding: 10px 7px;
  color: #fff;
  background-color: #2b2b2b;
  margin-top: -5px;
}


//new projects 28.11

.projects-page #wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.projects-page .main {
  padding: 120px 0 100px; }

.projects-page h1 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase; }

.projects-page-inner h1 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 50px;
  text-transform: uppercase;
  line-height: 1.4; }

.projects-page-inner main {
  padding: 120px 0 0; }

.projects-page-inner .index-map {
  margin-top: 50px; }

.projects-page-inner .project-row .img-block img {
  display: block;
  width: 100%; }

.projects-page-inner .project-row .descr-block h2, .projects-page-inner .project-row .descr-block h3 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase; }

.projects-page-inner .project-row .descr-block table {
  width: 250px;
  margin: 10px 0 20px; }
  .projects-page-inner .project-row .descr-block table tr td {
    border-bottom: 1px dotted #e1e1e1;
    padding: 7px 0; }
    .projects-page-inner .project-row .descr-block table tr td p {
      display: inline-block;
      margin: 0;
      color: #4d5161;
      position: relative;
      bottom: -11px;
      background-color: #fff; }
    .projects-page-inner .project-row .descr-block table tr td:first-of-type p {
      padding-right: 5px; }
    .projects-page-inner .project-row .descr-block table tr td:last-of-type {
      text-align: right; }
      .projects-page-inner .project-row .descr-block table tr td:last-of-type p {
        padding-left: 5px; }

.projects-page-inner .project-row .descr-block p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #4f4f4f; }

.projects-page-inner .project-row .offer-item::after {
  clear: both;
  content: "";
  display: table; }

.projects-page-inner .project-row .offer-item .offer-img {
  float: left; }
  .projects-page-inner .project-row .offer-item .offer-img img {
    display: block;
    max-width: 32px;
    max-height: 32px; }

.projects-page-inner .project-row .offer-item .offer-text {
  margin-left: 50px;
  padding-top: 5px; }
  .projects-page-inner .project-row .offer-item .offer-text p {
    margin-bottom: 10px;
    color: #5e5e5e; }

.projects-page-inner .project-description {
  margin-top: 50px; }
  .projects-page-inner .project-description h2 {
    text-align: center;
    font-size: 21px;
    margin: 0 0 30px;
    text-transform: uppercase; }
  .projects-page-inner .project-description h3 {
    font-size: 18px; }
  .projects-page-inner .project-description p {
    margin-bottom: 25px;
    line-height: 1.5;
    color: #4f4f4f; }

.projects-page-inner .project-gallery {
  margin-top: 50px; }
  .projects-page-inner .project-gallery h2, .projects-page-inner .project-gallery h3 {
    text-align: center;
    font-size: 21px;
    margin: 0 0 30px;
    text-transform: uppercase; }
  .projects-page-inner .project-gallery > div {
    margin: 0 -5px; }

.projects-slider {
  opacity: 0;
  margin: 0 -120px; }
  .projects-slider .slick-list {
    padding: 100px 0 !important; }
  .projects-slider.slick-initialized {
    opacity: 1; }
  .projects-slider .item {
    height: 400px;
    width: 500px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 15px;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    padding: 0;
    cursor: pointer; }
    .projects-slider .item .text-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #2b2f34;
      background-color: rgba(221, 221, 221, 0.9);
      padding: 10px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      text-align: center; }
      .projects-slider .item .text-content h2 {
        margin: 0 0 5px;
        line-height: 1.4;
        font-size: 16px; }
      .projects-slider .item .text-content p {
        font-size: 13px;
        margin: 0 0 7px; }
      .projects-slider .item .text-content .default-button {
        padding: 0;
        height: 35px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 5px;
        outline: 0;
        width: 130px; }
    .projects-slider .item.slick-current {
      width: 700px;
      -webkit-transform: scale(1.4, 1.4);
          -ms-transform: scale(1.4, 1.4);
              transform: scale(1.4, 1.4);
      z-index: 10;
      opacity: 1;
      cursor: auto;
      -webkit-box-shadow: 0px 1px 13px 0.5px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 1px 13px 0.5px rgba(0, 0, 0, 0.5); }
      .projects-slider .item.slick-current .text-content p {
        font-size: 12px; }
      .projects-slider .item.slick-current .text-content .default-button {
        font-size: 10px;
        height: 30px; }
  .projects-slider .slick-arrow {
    position: absolute;
    top: 50%;
    background-color: #313840;
    width: 40px;
    height: 40px;
    z-index: 5;
    opacity: 0.8;
    outline: 0;
    border: 0;
    padding: 3px 0 0;
    text-align: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .projects-slider .slick-arrow:hover {
      opacity: 1;
      background-color: #333; }
    .projects-slider .slick-arrow svg {
      width: 15px; }
    .projects-slider .slick-arrow.prev-arrow {
      left: 150px;
      padding-right: 3px; }
    .projects-slider .slick-arrow.next-arrow {
      right: 150px; }
  .projects-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 10; }
    .projects-slider .slick-dots li {
      display: inline-block;
      font-size: 0;
      width: 25px;
      height: 3px;
      margin: 0 3px; }
      .projects-slider .slick-dots li.slick-active button {
        background-color: #282828; }
      .projects-slider .slick-dots li button {
        border: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        outline: 0;
        background-color: #efefef; }

.project-gallery .picture-item {
  border: 5px solid #fff; }

.project-gallery .picture-img {
  position: relative; }
  .project-gallery .picture-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    background: rgba(0, 0, 0, 0.6) url(../img/zoom-in-icon.svg) no-repeat center;
    -webkit-background-size: 40px 40px;
            background-size: 40px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none; }
  .project-gallery .picture-img img {
    display: block;
    width: 100%; }
  .project-gallery .picture-img:hover:after {
    opacity: 1; }

@media (max-width: 1440px) {
  .projects-slider .item {
    height: 300px; }
    .projects-slider .item .text-content h2 {
      font-size: 14px; }
    .projects-slider .item .text-content p {
      font-size: 10px; }
    .projects-slider .item.slick-current .text-content h2 {
      font-size: 13px; }
    .projects-slider .item.slick-current .text-content p {
      font-size: 11px; }
    .projects-slider .item.slick-current .text-content .default-button {
      font-size: 9px; } }

@media (max-width: 1199px) {
  .projects-page-inner main {
    padding: 80px 0 0; }
  .projects-page-inner h1 {
    font-size: 18px;
    margin: 0 0 40px; }
  .projects-page-inner .project-row .descr-block h2, .projects-page-inner .project-row .descr-block h3 {
    font-size: 14px; }
  .projects-page-inner .project-row .descr-block table {
    margin: 10px 0 15px; }
    .projects-page-inner .project-row .descr-block table tr td {
      padding: 0 0 7px; }
      .projects-page-inner .project-row .descr-block table tr td p {
        font-size: 13px; }
  .projects-page-inner .project-row .descr-block p {
    font-size: 13px; }
  .projects-page-inner .project-description {
    margin-top: 30px; }
    .projects-page-inner .project-description h2 {
      font-size: 18px;
      margin: 0 0 25px; }
    .projects-page-inner .project-description h3 {
      font-size: 16px; }
    .projects-page-inner .project-description p {
      margin: 0 0 20px;
      font-size: 13px !important; }
  .projects-page-inner .project-gallery h2, .projects-page-inner .project-gallery h3 {
    font-size: 18px; }
  .projects-page .main {
    padding: 70px 0; }
  .projects-page h1 {
    margin: 0 0 30px; }
  .projects-slider .slick-list {
    padding: 70px 0 !important; }
  .projects-slider .item {
    height: 250px; }
    .projects-slider .item .text-content {
      padding: 10px; }
      .projects-slider .item .text-content h2 {
        font-size: 12px; }
      .projects-slider .item .text-content p {
        font-size: 9px; }
      .projects-slider .item .text-content .default-button {
        margin-top: 5px; }
    .projects-slider .item.slick-current .text-content h2 {
      font-size: 12px; }
    .projects-slider .item.slick-current .text-content p {
      font-size: 10px; }
    .projects-slider .item.slick-current .text-content .default-button {
      font-size: 9px;
      width: 100px;
      height: 25px;
      line-height: 23px; }
  .projects-slider .slick-dots {
    bottom: -25px; } }

@media (max-width: 991px) {
  .projects-page-inner .main {
    padding: 50px 0 0; }
  .projects-page-inner h1 {
    margin: 0 0 30px;
    font-size: 18px; }
  .projects-page-inner .project-row .img-block img {
    margin-bottom: 30px; }
  .projects-page-inner .project-row .descr-block h2, .projects-page-inner .project-row .descr-block h3 {
    font-size: 18px;
    text-align: center; }
  .projects-page-inner .project-row .descr-block table {
    margin: 10px 0 15px; }
    .projects-page-inner .project-row .descr-block table tr td {
      padding: 0 0 7px; }
      .projects-page-inner .project-row .descr-block table tr td p {
        font-size: 13px; }
  .projects-page-inner .project-row .descr-block p {
    font-size: 13px; }
  .projects-page .main {
    padding: 50px 0; }
  .projects-page h1 {
    margin: 0 0 20px; }
  .projects-slider .item {
    height: 200px; }
    .projects-slider .item .text-content {
      padding: 5px; }
      .projects-slider .item .text-content h2 {
        font-size: 10px; }
      .projects-slider .item .text-content p {
        font-size: 9px; }
      .projects-slider .item .text-content .default-button {
        margin-top: 5px;
        font-size: 9px; }
    .projects-slider .item.slick-current .text-content h2 {
      font-size: 10px; }
    .projects-slider .item.slick-current .text-content p {
      font-size: 8px; }
    .projects-slider .item.slick-current .text-content .default-button {
      font-size: 7px; }
  .projects-slider .slick-dots {
    bottom: -25px; } }

@media (max-width: 767px) {
  .projects-page-inner .main {
    padding: 100px 0 0; }
  .projects-page .main {
    padding: 90px 0 50px; }
  .projects-page h1 {
    font-size: 21px;
    margin: 0 0 20px; } }

@media (max-width: 576px) {
  .projects-slider {
    margin: 0; }
    .projects-slider .slick-list {
      padding: 20px 0 !important; }
    .projects-slider .item {
      height: 300px; }
      .projects-slider .item .text-content h2 {
        font-size: 18px; }
      .projects-slider .item .text-content p {
        font-size: 15px; }
        .projects-slider .item .text-content p br {
          display: none; }
      .projects-slider .item .text-content .default-button {
        font-size: 13px;
        padding: 5px 20px;
        width: auto;
        height: auto;
        line-height: normal; }
      .projects-slider .item.slick-current {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }
        .projects-slider .item.slick-current .text-content h2 {
          font-size: 18px; }
        .projects-slider .item.slick-current .text-content p {
          font-size: 15px; }
        .projects-slider .item.slick-current .text-content .default-button {
          font-size: 13px;
          padding: 5px 20px;
          width: auto;
          height: auto;
          line-height: normal; }
    .projects-slider .slick-arrow {
      width: 30px;
      height: 30px; }
      .projects-slider .slick-arrow.prev-arrow {
        left: 0; }
      .projects-slider .slick-arrow.next-arrow {
        right: 0; } }

@media (max-width: 480px) {
  .projects-slider .item {
    height: 300px; }
    .projects-slider .item .text-content h2 {
      font-size: 16px; }
    .projects-slider .item .text-content p {
      font-size: 13px; }
    .projects-slider .item .text-content .default-button {
      font-size: 12px; }
    .projects-slider .item.slick-current .text-content h2 {
      font-size: 16px; }
    .projects-slider .item.slick-current .text-content p {
      font-size: 13px; }
    .projects-slider .item.slick-current .text-content .default-button {
      font-size: 12px; } }

.description-page .main h1 {
  display: none;
}

.gm-style img {
  max-width: 100%!important;
}

.gm-style .gm-style-iw-t::after {
 border-top: 11px solid #2b2b2b;
}

.index-map .gm-style .gm-style-iw:after {
  display: none!important;
}

.index-map .gm-style .gm-style-iw p {
  padding-bottom: 8px;
}

@media(max-width: 640px) {
  .planning-page .scroll-container .poligonBlock {
    width: 700px;
  }

  .mobile-tooltip a {
    pointer-events: none;
    right: 85px;
  }

  .planning-page .scroll-container {
    height: 350px;
  }

  .mobile-tooltip a:nth-of-type(2) {
    bottom: 83px;
  }

  .mobile-tooltip a:nth-of-type(3) {
    bottom: 105px;
  }

  .mobile-tooltip a:nth-of-type(4) {
    bottom: 128px;
  }

  .mobile-tooltip a:nth-of-type(5) {
    bottom: 151px;
  }

  .mobile-tooltip a:nth-of-type(6) {
    bottom: 174px;
  }

  .mobile-tooltip a:nth-of-type(7) {
    bottom: 250px;
    left: 13px;
  }
}

@media(max-width: 400px) {
  .filtersBlock .dropdown {
    float: none;
  }
}

