@charset "UTF-8";

@font-face {
  font-family: 'Reg';
  src: url("../fonts/gilroy-regular.eot");
  src: url("../fonts/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.ttf") format("truetype"), url("../fonts/gilroy-regular.svg#gilroyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Med';
  src: url("../fonts/gilroy-medium.eot");
  src: url("../fonts/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-medium.woff") format("woff"), url("../fonts/gilroy-medium.ttf") format("truetype"), url("../fonts/gilroy-medium.svg#gilroymedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

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

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

.clearfix:after {
  clear: both;
}

.text-right {
  text-align: right;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Reg', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background-color: #fff;
  min-width: 320px;
  letter-spacing: 0.3px;
}

body.fixed {
  overflow: hidden !important;
}

a,
button {
  cursor: pointer;
}

@media (max-width: 1199px) {
  body {
    overflow: auto;
  }
}

@font-face {
  font-family: 'Reg';
  src: url("../fonts/gilroy-regular.eot");
  src: url("../fonts/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.ttf") format("truetype"), url("../fonts/gilroy-regular.svg#gilroyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Med';
  src: url("../fonts/gilroy-medium.eot");
  src: url("../fonts/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-medium.woff") format("woff"), url("../fonts/gilroy-medium.ttf") format("truetype"), url("../fonts/gilroy-medium.svg#gilroymedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.main-header {
  z-index: 1000;
  position: relative;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-header .container {
  display: flex;
  align-items: center;
}

.main-header .logo-white {
  width: 155px;
  margin-right: 25px;
}

.main-header .logo-horizontal {
  display: none;
}

.main-header .call-toggle {
  font-size: 15px;
  position: relative;
  padding-left: 45px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}

.main-header .call-toggle:before {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/message-icon.svg) no-repeat center;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  transition: 0.2s;
}

.main-header .header-contacts {
  margin-left: 30px;
  padding-left: 45px;
  position: relative;
}

.main-header .header-contacts .contacts-phone {
  font-size: 15px;
}

.main-header .header-contacts .contacts-phone a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.main-header .header-contacts .contacts-phone:before {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/phone-icon.svg) no-repeat center;
  background-size: 18px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  transition: 0.2s;
}

.main-header .main-nav .phone-toggle {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}

.main-header .main-nav .phone-toggle a {
  color: inherit;
  text-decoration: none;
}

.main-header .main-nav .call-toggle {
  color: #121212;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 15px 0;
  width: auto;
  font-size: 18px;
  display: none;
}

.main-header .main-nav .call-toggle:before {
  display: none;
}

.main-nav {
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.main-nav .header-contacts {
  display: none;
  margin-left: 0;
  margin-bottom: 30px;
}

.main-nav>a {
  font-size: 16px;
  margin: 0 20px;
  text-decoration: none;
  transition: 0.25s;
  line-height: 1;
  color: #fff;
}

.main-nav>a:hover {
  opacity: 0.7;
}

.main-nav .slide-logo {
  max-width: 200px;
  margin-bottom: 20px;
  margin-top: -30px;
  display: none;
}

.nav-dropdown-item {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  line-height: 1;
  margin-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-item .about-link {
  position: relative;
  padding-right: 15px;
  transition: 0.25s;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.nav-dropdown-item .about-link:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  right: 0;
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform-origin: center;
  transition: 0.3s;
}

.nav-dropdown-item .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  padding: 15px 0 10px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(18, 18, 18, 0.5);
}

.nav-dropdown-item .nav-dropdown a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 20px;
  font-size: 17px;
  color: #121212;
  transition: 0.25s;
  margin-bottom: 5px;
}

.nav-dropdown-item .nav-dropdown a.visible-sm {
  display: none;
}

.nav-dropdown-item .nav-dropdown a:hover {
  opacity: 0.7;
}

.nav-dropdown-item:hover .nav-dropdown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.nav-dropdown-item:hover .about-link:after {
  transform: rotate(-180deg);
}

.default-page .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.call-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-modal.is-visible {
  visibility: visible;
}

.call-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
}

.call-modal.is-visible .modal-transition {
  opacity: 1;
  transition: none;
}

.call-modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}

.call-modal .modal-wrapper {
  z-index: 9999;
  width: 500px;
  position: relative;
}

.call-modal .modal-transition {
  opacity: 0;
}

.call-modal .modal-header {
  position: relative;
  padding: 15px;
}

.call-modal .modal-content {
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.call-modal .modal-close {
  position: absolute;
  right: -52px;
  top: 0;
  background-color: #000;
  width: 52px;
  height: 52px;
  z-index: 1;
  padding: 15px;
  border: 0;
  outline: 0;
}

.call-modal .modal-close img {
  width: 100%;
  position: relative;
  transform-origin: center;
  transition: 0.25s;
}

.call-modal .modal-close:hover img {
  transform: rotate(90deg);
}

.call-modal .modal-content {
  padding: 40px 50px 60px;
}

.call-modal .form-container .h2 {
  font-size: 32px;
  margin: 0 0 10px;
  text-align: center;
}

.call-modal .form-container .sub-text {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
}

.call-modal .form-container .form-group {
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}

.call-modal .form-container .form-group label {
  margin-bottom: 1px;
}

.call-modal .form-container .form-group .form-control {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #121212;
  font-size: 15px;
  height: 40px;
  outline: 0;
  background-color: transparent;
}

.call-modal .form-container .form-group .form-control:focus {
  border-bottom: 1px solid #0ABAB5;
}

.call-modal .form-container .form-group .form-control::placeholder {
  color: #555;
}

.call-modal .form-container .submit-btn {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #121212;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  display: block;
  padding: 8px 5px 9px;
  transition: 0.25s;
  color: #121212;
}

.call-modal .form-container .submit-btn:hover {
  background-color: #121212;
  color: #fff;
}

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 4px;
  display: none;
}

.nav-toggle span {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
}

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: url(../img/close-icon-b.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer;
}

@media (max-width: 1700px) {
  .main-header {
    padding: 8px 0;
  }

  .main-nav>a {
    font-size: 15px;
    margin-right: 20px;
  }

  .nav-dropdown-item .about-link {
    font-size: 15px;
  }

  .call-modal .form-container .h2 {
    font-size: 28px;
  }
}

@media (max-width: 1439px) {
  .main-nav>a {
    margin: 0 10px;
  }

  .nav-dropdown-item {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .main-header .call-toggle {
    margin-left: auto;
  }

  .main-header .logo-white {
    width: 170px;
  }

  .main-header .main-nav .call-toggle {
    display: block;
    border: 1px solid #888;
    text-align: center;
    width: 200px;
    padding: 4px;
    font-family: "Med";
    margin: 0 auto;
  }

  .main-header .main-nav .phone-toggle {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'Bold';
  }

  .nav-toggle {
    display: block;
  }

  .slide-nav-close {
    display: block;
  }

  .main-nav {
    position: fixed;
    display: block;
    z-index: 100;
    width: 500px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 50px 30px 70px 30px;
    transform: translateX(150%);
    transition: 0.3s;
  }

  .main-nav:after {
    content: '';
    width: 80px;
    height: 400px;
    position: absolute;
    right: -3px;
    top: 125px;
    background: url(../img/logo-text-r.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }

  .main-nav .slide-logo {
    display: block;
  }

  .main-nav>a {
    font-size: 17px;
    display: block;
    margin: 0 0 20px;
    color: #121212;
  }

  .main-nav .nav-dropdown-item {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  .main-nav .about-link {
    font-size: 17px;
    display: block;
    color: #121212;
  }

  .main-nav .about-link:after {
    display: none;
  }

  .main-nav .nav-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    background-color: transparent;
    padding: 5px 0;
    box-shadow: none;
    pointer-events: auto;
  }

  .main-nav .nav-dropdown a {
    font-size: 15px;
    padding-left: 10px;
    position: relative;
  }

  .main-nav.active {
    transform: translateX(0);
  }

  .nav-dropdown-item .nav-dropdown a.visible-sm {
    display: block;
  }

  .nav-dropdown-item .nav-dropdown a.visible-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header {
    padding: 5px 0 3px;
  }

  .main-header .container>.call-toggle {
    display: none;
  }

  .main-header .logo-white {
    margin-right: 0;
  }

  .main-header .call-toggle {
    margin-left: auto;
    width: 36px;
  }

  .main-header .call-toggle span {
    display: none;
  }

  .main-header .header-contacts {
    width: 36px;
    height: 36px;
    margin-left: auto;
    padding-left: 36px;
  }

  .main-header .header-contacts .contacts-phone a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
}

@media (max-width: 767px) {
  .main-header .call-toggle {
    border-radius: 0;
  }

  .main-header .header-contacts {
    margin-left: auto;
  }

  .main-header .main-nav {
    width: 400px;
  }

  .main-header .main-nav .about-link {
    font-size: 17px;
    font-family: 'Med';
  }

  .main-header .main-nav .nav-dropdown a {
    font-size: 16px;
    padding: 5px 10px 5px 12px;
  }

  .main-header .main-nav .phone-toggle {
    margin-top: -5px;
  }

  .main-header .main-nav>a {
    font-size: 17px;
    font-family: 'Med';
  }

  .main-header .main-nav:after {
    width: 60px;
    top: 60px;
  }

  .call-modal {
    padding: 0 15px;
  }

  .call-modal .form-container .h2 {
    font-size: 24px;
  }

  .call-modal .form-container .sub-text {
    font-size: 14px;
  }

  .call-modal .modal-wrapper {
    width: 400px;
  }

  .main-nav .slide-logo {
    margin-top: -40px;
    max-width: 150px;
  }
}

@media (max-width: 575px) {
  .main-header .main-nav {
    width: 300px;
  }

  .call-modal .modal-close {
    right: 0;
    width: 36px;
    height: 36px;
    padding: 10px;
  }

  .call-modal .modal-content {
    padding: 40px 30px 30px;
  }

  .call-modal .form-container .h2 {
    font-size: 22px;
  }

  .call-modal .modal-wrapper {
    width: 350px;
  }

  .nav-toggle {
    margin-left: 40px;
  }
}

@media (max-width: 479px) {
  .main-header .logo-white {
    width: 135px;
  }

  .main-header .nav-toggle {
    margin-left: 25px;
  }

  .call-modal .modal-wrapper {
    width: 100%;
  }

  .main-nav .slide-logo {
    max-height: 150px;
  }
}

#tooltip {
  position: absolute;
  background-color: #121212;
  padding: 8px 18px;
  color: #fff;
  font-size: 14px;
  z-index: 100000;
  pointer-events: none;
  text-align: center;
}

#tooltip span {
  font-size: 16px;
  display: block;
  text-align: center;
}

.planning-page .planning-section,
.index-page .planning-section {
  background-color: #49573B !important;
}

.index-page .scroll-container {
  opacity: 0;
  transition: 1s;
}

.index-page .planning-section.active .scroll-container {
  opacity: 1;
  transition: 0s;
}

.visible-sm-title {
  display: none;
  text-align: center;
  width: 100%;
  padding: 20px 15px 30px;
  font-size: 28px;
}

.planning-section {
  display: flex !important;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.planning-section .scroll-container {
  width: 100%;
}

.planning-section img {
  display: block;
  max-height: 100%;
}

.planning-section .poligonMap {
  margin: 0 auto;
}

.planning-section .poligonBlock {
  overflow: hidden;
  width: 100%;
}

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

.planning-section .planning-text {
  padding: 40px 45px 30px;
  position: absolute;
  left: 50px;
  top: 100px;
  color: #fff;
  width: 500px;
}

.planning-section .planning-text .h3,
.planning-section .planning-text .h2 {
  font-size: 36px;
  font-family: 'Med';
  margin: 0 0 25px;
  line-height: 1.3;
  position: relative;
}

.planning-section .planning-text p {
  font-size: 16px;
}

.planning-section .number-hints {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding-right: 85px;
  display: none;
}

.planning-section .number-hints>div {
  background-color: #121212;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planning-section .number-hints>div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border-top: 10px solid #121212;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.planning-section .number-hints .number-five {
  top: 100px;
}

.planning-section .number-hints .number-four {
  top: 30px;
}

.planning-section .number-hints .number-three {
  top: 100px;
}

.planning-section .number-hints .number-two {
  margin-left: 30px;
  top: 135px;
}

.planning-section .number-hints .number-one {
  top: 180px;
}

.planning-section .section-hints {
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 30px;
  text-align: center;
  padding-right: 70px;
  display: none;
}

.planning-section .section-hints>div {
  background-color: #121212;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
}

.planning-section .section-hints a {
  display: block;
  text-decoration: none;
  padding: 7px 25px;
  color: #fff;
}

.planning-page {
  scrollbar-width: auto;
  -ms-overflow-style: none;
}

.planning-page::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.section-choose .main-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}

.section-choose .planning-section {
  min-height: 750px;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 80px;
}

.section-choose .poligonBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-choose .poligonBlock.opacity {
  opacity: 0;
}

.section-choose .left-aside,
.section-choose .right-aside {
  flex: 0 0 280px;
  position: relative;
  z-index: 10;
}

.section-choose .left-aside p,
.section-choose .right-aside p {
  margin: 0 0 20px;
}

.section-choose .navigation-compass {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-choose .section-img {
  margin-bottom: 30px;
}

.section-choose .help-text {
  color: #888;
  margin: 0 0 20px;
}

.section-choose .right-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-choose .center-content {
  flex-grow: 1;
}

.section-choose .sections-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px;
}

.section-choose .sections-nav .nav-item {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  color: #aaa;
  font-weight: 700;
  transition: 0.25s;
}

.section-choose .sections-nav .nav-item.active {
  color: #121212;
  pointer-events: none;
  cursor: auto;
}

.section-choose .sections-nav .nav-item:hover {
  color: #121212;
}

.section-choose .h3 {
  font-size: 24px;
  margin: 0 0 15px;
}

.section-choose .all-flats-box {
  margin-top: -300px;
  position: relative;
  z-index: 5;
  width: 280px;
}

.section-choose .link-item {
  margin-bottom: 18px;
}

.section-choose .link-item a {
  text-decoration: none;
  color: #121212;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  transition: 0.25s;
}

.section-choose .link-item a:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #121212;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}

.section-choose .link-item a:hover {
  color: #999;
}

.section-choose .logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -365px;
}

.section-choose .logo-text-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -480px;
}

.section-choose .floor-nav {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.section-choose .floor-item {
  text-align: center;
  margin: 10px 0;
}

.section-choose .floor-item a {
  font-size: 14px;
  color: #888;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 50%;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-choose .floor-item .floor-num {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  background-color: #F5F5F6;
  color: #121212;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}

.section-choose .floor-item.active a,
.section-choose .floor-item:hover a {
  color: #121212;
}

.section-choose .floor-item.active .floor-num,
.section-choose .floor-item:hover .floor-num {
  background-color: #121212;
  color: #fff;
}

.section-select-text {
  font-size: 24px;
  margin: 0 0 30px;
  font-family: 'Med';
}

.section-select {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 2px;
  border-bottom: 1px solid #121212;
}

.section-select>div {
  background-color: #121212;
  margin: 0 1px;
  position: relative;
  transition: 0.25s;
}

.section-select>div:hover {
  opacity: 0.9;
}

.section-select>div.active {
  background-color: #0ABAB5;
}

.section-select>div.active:before {
  content: '';
  width: 20px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  background-image: url(../img/small-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-select>div.active:hover {
  cursor: pointer;
}

.section-select a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  outline: 0;
  text-decoration: none;
  color: #fff;
}

.section-select .section-05 {
  width: 60px;
  height: 40px;
}

.section-select .section-04 {
  width: 65px;
  height: 80px;
  background-color: transparent;
  background-image: url(../img/section-04-default.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-select .section-04.active {
  background-color: transparent;
  background-image: url(../img/section-04-active.svg);
}

.section-select .section-04 span {
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}

.section-select .section-03 {
  width: 34px;
  height: 40px;
}

.section-select .section-02 {
  width: 48px;
  height: 32px;
}

.section-select .section-01 {
  width: 59px;
  height: 25px;
}

.flat-choose .main-content {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.flat-choose .section-select .section-01 {
  width: 50px;
  height: 20px;
}

.flat-choose .section-select .section-02 {
  width: 38px;
  height: 22px;
}

.flat-choose .section-select .section-03 {
  width: 30px;
  height: 30px;
}

.flat-choose .section-select .section-04 {
  width: 55px;
  height: 60px;
}

.flat-choose .section-select .section-05 {
  width: 50px;
  height: 30px;
}

.flat-choose .hidden-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: none;
}

.flat-choose .hidden-title {
  font-size: 18px;
}

.flat-choose .hidden-swipe {
  width: 50px;
  height: 50px;
  background-image: url(../img/swipe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  margin-left: 20px;
}

.flat-choose .img-container {
  max-width: 700px;
  margin: 0 auto;
  margin-top: -20px;
}

.flat-choose .img-container img {
  max-width: 100%;
}

.flat-choose .planning-section {
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

.flat-choose .left-aside,
.flat-choose .right-aside {
  position: relative;
  z-index: 10;
}

.flat-choose .left-aside p,
.flat-choose .right-aside p {
  margin: 0 0 20px;
}

.flat-choose .navigation-compass {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.flat-choose .h1,
.flat-choose h1 {
  font-size: 36px;
  font-family: "Med";
  margin: 0 0 30px;
  line-height: 1.2;
  flex: 0 0 100%;
}

.flat-choose .left-aside {
  flex: 0 0 250px;
}

.flat-choose .right-aside {
  flex: 0 0 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 10px;
  left: -50px;
}

.flat-choose .right-aside .h3 {
  margin-bottom: 30px;
  font-family: "Med";
  line-height: 1.3;
}

.flat-choose .center-content {
  flex-grow: 1;
  margin-top: -3px;
}

.flat-choose .center-content .floor-text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Med";
}

.flat-choose .floor-container {
  padding: 0 30px 30px;
}

.flat-choose .h3 {
  font-size: 24px;
  margin: 0 0 15px;
}

.flat-choose .flats-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.flat-choose .flats-footer-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Med";
}

.flat-choose .all-flats-box {
  margin-top: 10px;
}

.flat-choose .all-flats-box .h3 {
  line-height: 1.3;
  font-family: "Med";
  margin-bottom: 15px;
}

.flat-choose .link-item {
  margin-bottom: 5px;
}

.flat-choose .link-item a {
  text-decoration: none;
  color: #121212;
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  transition: 0.25s;
}

.flat-choose .link-item a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #121212;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.flat-choose .link-item a:hover {
  color: #999;
}

.flat-choose .help-text {
  color: #888;
  margin: 0 0 30px;
  padding-left: 30px;
}

.flat-choose .another-floors {
  margin-bottom: 30px;
}

.flat-choose .another-floors .h3 {
  font-size: 24px;
  font-family: "Med";
}

.flat-choose .another-floors .floor-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.flat-choose .floor-item {
  margin-bottom: 25px;
}

.flat-choose .floor-item a {
  display: flex;
  align-items: center;
  color: #121212;
  text-decoration: none;
  font-size: 16px;
}

.flat-choose .floor-item .floor-img {
  padding: 10px;
  background-color: #F5F5F6;
  margin-right: 10px;
}

.flat-choose .floor-item img {
  display: block;
  max-width: 100px;
}

.flat-choose .floor-item .floor-text {
  font-size: 14px;
}

.flat-choose .logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -365px;
}

.flat-choose .logo-text-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -350px;
}

.flat-choose .logo-text-right img {
  height: 700px;
}

.flat-choose .flat-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
}

.flat-choose .flat-item .flat-name {
  position: absolute;
  left: 0;
  top: calc(50% - 23px);
  background-color: #F5F5F6;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  transition: 0.15s;
}

.flat-choose .flat-item strong,
.flat-choose .flat-item b {
  font-family: "Med";
}

.flat-choose .flat-item a {
  display: block;
  color: #121212;
  text-decoration: none;
}

.flat-choose .flat-item.active .flat-name {
  background-color: #121212;
  color: #fff;
}

.flats-footer-names {
  width: 100%;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
}

.flats-footer-names .name-item {
  width: 20%;
  text-align: center;
}

.flats-footer-names .name-item:nth-child(2) {
  padding-left: 25px;
}

.flats-footer-names .name-item:nth-child(3) {
  padding-left: 40px;
}

.flats-footer-names .name-item:nth-child(4) {
  padding-left: 20px;
}

.flats-footer-names .name-title {
  font-size: 16px;
  font-family: 'Med';
}

.flats-footer-names .name-text {
  font-size: 13px;
}

.flat-page .main-content {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.flat-page .back-link {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

.flat-page .planning-section {
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.flat-page .left-aside,
.flat-page .right-aside {
  position: relative;
  z-index: 10;
}

.flat-page .left-aside p,
.flat-page .right-aside p {
  margin: 0 0 20px;
}

.flat-page .hidden-compass {
  display: none;
  margin-left: auto;
}

.flat-page .hidden-compass img {
  max-width: 130px;
}

.flat-page .flex-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top: -30px;
}

.flat-page .flat-container {
  background-color: #F7F7F7;
  padding-bottom: 80px;
  padding-right: 80px;
  position: relative;
}

.flat-page .flat-container:before,
.flat-page .flat-container:after {
  content: '';
  position: absolute;
  background-color: #F7F7F7;
}

.flat-page .flat-container:before {
  width: 100%;
  height: 500px;
  bottom: 100%;
  left: 0;
}

.flat-page .flat-container:after {
  width: 100vw;
  height: 1000px;
  bottom: 0;
  right: 100%;
}

.flat-page .navigation-compass {
  width: 100px;
  margin-left: auto;
}

.flat-page .floor-place {
  margin-top: 30px;
  padding-right: 25px;
  margin-bottom: 20px;
}

.flat-page .floor-place img {
  display: block;
  max-width: 100%;
}

.flat-page .floor-place .h3 {
  font-size: 24px;
  text-align: left;
}

.flat-page .title-box {
  margin-bottom: 40px;
}

.flat-page .title-box .h1,
.flat-page .title-box h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 5px;
}

.flat-page .title-box .h3 {
  font-size: 28px;
  margin: 0;
  line-height: 1.3;
}

.flat-page .flats-footer-title {
  width: 100%;
  font-size: 20px;
  margin: 50px 0 5px;
  font-family: "Med";
}

.flat-page .left-aside {
  flex: 0 0 520px;
  margin-top: -70px;
}

.flat-page .left-aside .descr-item {
  font-size: 18px;
  margin-bottom: 3px;
  padding-right: 25px;
}

.flat-page .left-aside .descr-item p {
  margin: 0;
}

.flat-page .left-aside .prop-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.flat-page .left-aside .prop-list li {
  font-size: 16px;
  width: 50%;
  padding-left: 12px;
  position: relative;
  margin-bottom: 3px;
}

.flat-page .left-aside .prop-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: calc(50% - 3px);
  background-color: #121212;
}

.flat-page .left-aside .form-container {
  width: 450px;
  margin-top: 50px;
}

.flat-page .left-aside .form-container form {
  display: flex;
  flex-wrap: wrap;
}

.flat-page .left-aside .form-container .h3 {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}

.flat-page .left-aside .form-container .sub-text {
  margin: 0 0 20px;
  font-size: 16px;
}

.flat-page .left-aside .form-container .form-group {
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
  width: 45%;
  margin: auto;
}

.flat-page .left-aside .form-container .form-group label {
  margin-bottom: 1px;
}

.flat-page .left-aside .form-container .form-group .form-control {
  width: 100%;
  border: 0;
  border: 1px solid #121212;
  font-size: 15px;
  height: 40px;
  outline: 0;
  background-color: transparent;
  color: #121212;
  padding: 0 12px;
}

.flat-page .left-aside .form-container .form-group .form-control:focus {
  border-bottom: 1px solid #0ABAB5;
}

.flat-page .left-aside .form-container .form-group .form-control::placeholder {
  color: #555;
}

.flat-page .left-aside .form-container .submit-btn {
  margin: 5px auto 0;
  width: calc(100% - 22px);
  border: 0;
  background-color: transparent;
  outline: 0;
  font-size: 20px;
  display: block;
  padding: 8px 5px 9px;
  transition: 0.25s;
  color: #121212;
}

.flat-page .left-aside .form-container .submit-btn:hover {
  background-color: #121212;
  color: #fff;
}

.flat-page .center-content {
  flex-grow: 1;
  text-align: center;
  padding-right: 80px;
}

.flat-page .center-content img {
  max-width: 100%;
  max-height: none;
}

.flat-page .floor-placement {
  background-color: #58555F;
  padding: 20px;
}

.flat-page .floor-placement img {
  display: block;
  max-width: 100%;
}

.flat-page .logo-text {
  position: absolute;
  left: 0;
  top: 10%;
  margin-top: -100px;
  z-index: 1;
}

.flat-page .logo-text-right {
  position: absolute;
  right: 0;
  top: 22%;
  margin-top: -480px;
  z-index: 1;
}

.flat-page .flats-footer-names .name-title {
  white-space: nowrap;
  font-size: 13px;
}

.flat-page .flats-footer-names .name-text {
  font-size: 12px;
}

.all-flats .main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.all-flats .main-content .container {
  position: relative;
  z-index: 5;
}

.all-flats .h1,
.all-flats h1 {
  font-size: 36px;
  margin: 0 0 40px;
}

.all-flats .h2 {
  font-size: 28px;
  margin: 0 0 30px;
  font-family: "Med";
}

.all-flats .logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -365px;
  z-index: 1;
}

.all-flats .logo-text-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -480px;
  z-index: 1;
}

.filter-button-group {
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.filter-button-group button {
  padding: 5px 10px;
  font-size: 18px;
  color: #888;
  background-color: #fff;
  border: 0;
  margin-right: 10px;
  outline: 0;
  transition: 0.25s;
  border: 1px solid transparent;
}

.filter-button-group button.is-checked,
.filter-button-group button:hover {
  color: #121212;
  border: 1px solid #0ABAB5;
}

.flat-filter-container {
  z-index: 5;
  min-height: 700px;
}

.flat-filter-container .flat-item {
  width: 33.33%;
  height: 450px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
  background-color: #fff;
  padding: 0 15px;
}

.flat-filter-container .flat-img a {
  display: block;
  position: relative;
}

.flat-filter-container .flat-img a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(18, 18, 18, 0.8);
  background-image: url(../img/zoom-icon-w.svg);
}

.flat-filter-container .flat-img a:hover:after {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.flat-filter-container .flat-img img {
  display: block;
  max-width: 100%;
}

.flat-filter-container .flat-descr {
  padding-left: 25px;
}

.flat-filter-container .flat-descr .h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}

.flat-filter-container .flat-descr .descr-item {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 25px;
  color: #888;
}

.flat-filter-container .flat-descr .descr-item strong {
  font-weight: 400;
}

.flat-filter-container .link-more {
  position: relative;
  padding-right: 20px;
  color: #121212;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}

.flat-filter-container .link-more:after {
  content: '';
  width: 18px;
  height: 10px;
  background: url(../img/arrow-right-xs.svg) no-repeat center;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transition: 0.25s;
}

.flat-filter-container .link-more:hover:after {
  right: -5px;
}

.bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.bottom-nav a {
  text-decoration: none;
  color: #121212;
  font-size: 28px;
  position: relative;
}

.bottom-nav a:hover {
  color: #555;
}

.bottom-nav a svg {
  width: 12px;
  transition: 0.25s;
  position: absolute;
  top: 11px;
}

.bottom-nav .left-link {
  padding-left: 25px;
}

.bottom-nav .left-link svg {
  left: 0;
}

.bottom-nav .left-link:hover svg {
  left: -5px;
}

.bottom-nav .right-link {
  padding-right: 25px;
}

.bottom-nav .right-link svg {
  right: 0;
}

.bottom-nav .right-link:hover svg {
  right: -5px;
}

@media (max-width: 2000px) {
  .planning-section .planning-text {
    top: 100px;
    left: 80px;
    padding: 30px 35px 20px;
  }

  .planning-section .planning-text p {
    font-size: 16px;
  }
}

@media (max-width: 1700px) {
  .planning-section .planning-text {
    padding: 25px 15px 15px;
    left: 40px;
    top: 60px;
    width: 300px;
  }

  .planning-section .planning-text .h3,
  .planning-section .planning-text .h2 {
    font-size: 20px;
  }

  .planning-section .planning-text p {
    font-size: 14px;
  }

  .planning-page .planning-section {
    position: relative;
  }

  .all-flats .logo-text-right {
    margin-top: -300px;
  }

  .all-flats .logo-text-right img {
    width: 50px;
  }

  .all-flats .logo-text {
    margin-top: -200px;
  }

  .all-flats .logo-text img {
    width: 100px;
  }

  .flat-page .logo-text-right {
    margin-top: -300px;
  }

  .flat-page .logo-text-right img {
    width: 50px;
  }

  .flat-page .logo-text {
    margin-top: -200px;
  }

  .flat-page .logo-text img {
    width: 100px;
  }

  .flat-choose .logo-text-right {
    display: none;
  }

  .flat-choose .main-content {
    padding-top: 90px;
  }

  .flat-choose .h1,
  .flat-choose h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .flat-choose .another-floors .h3,
  .flat-choose .all-flats-box .h3,
  .flat-choose .right-aside .h3,
  .flat-choose .center-content .floor-text,
  .flat-choose .section-select-text {
    font-size: 20px;
  }

  .flat-choose .logo-text {
    display: none;
  }

  .flat-choose .floor-container {
    padding: 0 50px 30px;
    width: 600px;
    margin: 0 auto;
  }

  .section-choose .sections-nav .nav-item {
    font-size: 32px;
  }

  .section-choose .logo-text-right {
    display: none;
  }

  .section-choose .logo-text {
    display: none;
  }

  .flat-page .left-aside {
    margin-top: -50px;
  }

  .flat-page .left-aside .prop-list {
    margin-bottom: 20px;
  }

  .flat-page .left-aside .prop-list li {
    font-size: 14px;
  }

  .flat-page .left-aside .form-container {
    margin-top: 30px;
  }

  .flat-page .title-box .h1,
  .flat-page .title-box h2 {
    font-size: 32px;
  }

  .flat-page .title-box .h3 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .flat-filter-container .flat-descr .h3 {
    font-size: 20px;
  }

  .flat-filter-container .flat-descr .descr-item {
    font-size: 14px;
  }

  .all-flats .logo-text-right {
    margin-top: -280px;
  }

  .all-flats .logo-text-right img {
    width: 40px;
  }

  .all-flats .logo-text {
    margin-top: -150px;
  }

  .all-flats .logo-text img {
    width: 80px;
  }

  .flat-page .flat-container {
    padding: 30px;
  }

  .flat-page .logo-text-right {
    margin-top: -280px;
  }

  .flat-page .logo-text-right img {
    width: 40px;
  }

  .flat-page .logo-text {
    margin-top: -150px;
  }

  .flat-page .logo-text img {
    width: 80px;
  }

  .bottom-nav {
    margin: 20px 0 30px;
  }

  .bottom-nav a {
    font-size: 24px;
  }

  .bottom-nav a svg {
    width: 10px;
  }

  .flat-choose .planning-section {
    flex-wrap: wrap;
  }

  .flat-choose .h1,
  .flat-choose h1 {
    font-size: 22px;
  }

  .flat-choose .navigation-compass {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .flat-choose .floor-container {
    padding: 0 100px 30px;
  }

  .flat-choose .left-aside {
    order: 1;
  }

  .flat-choose .section-select-text {
    font-size: 18px;
  }

  .flat-choose .right-aside {
    flex: 0 0 100%;
    display: block;
    padding-left: 280px;
    padding-top: 0;
    margin-bottom: 20px;
    order: 5;
  }

  .flat-choose .flat-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 30px;
  }

  .flat-choose .center-content {
    flex-grow: initial;
    flex: 0 0 890px;
    margin-top: -50px;
    order: 2;
  }

  .flat-choose .center-content .floor-text {
    margin-bottom: 10px;
  }

  .flat-choose .logo-text-right {
    display: none;
  }

  .flat-choose .logo-text {
    display: none;
  }

  .flat-choose .flats-footer {
    display: block;
    padding-left: 280px;
    margin-top: -10px;
    margin-bottom: 30px;
    order: 3;
  }

  .flat-choose .flats-footer-title {
    margin-bottom: -20px;
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 1199px) {
  .index-page .scroll-container {
    opacity: 1;
  }

  .visible-sm-title {
    display: block;
  }

  .planning-page .planning-section,
  .index-page .planning-section {
    background-color: #fff !important;
  }

  .planning-section {
    flex-wrap: wrap;
  }

  .planning-section .planning-text {
    width: 400px;
    left: auto;
    right: 0;
    top: 0;
    padding: 10px 15px 0 70px;
  }

  .planning-section .planning-text:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    pointer-events: none;
    background-image: url(../img/swipe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 30px;
  }

  .planning-section .planning-text .h2,
  .planning-section .planning-text .h3 {
    display: none;
  }

  .planning-section .scroll-container {
    margin: 0 auto;
    overflow-x: auto;
    position: relative;
  }

  .planning-section .number-hints {
    display: flex;
  }

  .planning-section .section-hints {
    display: block;
  }

  .planning-page .main-content {
    padding-top: 50px;
  }

  .planning-page .planning-section .planning-text {
    top: 20px;
  }

  .planning-page .poligonBlock {
    width: 1200px;
    position: relative;
  }

  .index-content .poligonBlock {
    width: 1200px;
    position: relative;
  }

  .flat-filter-container .flat-item {
    width: 50%;
    height: 500px;
    margin-bottom: 50px;
  }

  .all-flats .logo-text-right {
    display: none;
  }

  .all-flats .logo-text {
    display: none;
  }

  .flat-page .title-box {
    margin-top: 20px;
  }

  .flat-page .title-box .h1,
  .flat-page .title-box h1 {
    font-size: 28px;
  }

  .flat-page .title-box .h3 {
    font-size: 20px;
  }

  .flat-page .append-title .h3,
  .flat-page .append-title h3 {
    font-size: 24px;
    font-family: "Med";
    margin-bottom: 25px;
  }

  .flat-page .flat-container {
    padding: 0;
    background-color: transparent;
    width: calc(100% - 140px);
  }

  .flat-page .center-content {
    order: 1;
    margin-top: 0;
    margin-bottom: 60px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

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

  .flat-page .center-content .hidden-compass {
    display: block;
  }

  .flat-page .planning-section {
    margin-bottom: 50px;
  }

  .flat-page .logo-text-right {
    display: none;
  }

  .flat-page .logo-text {
    display: none;
  }

  .flat-page .left-aside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flat-page .left-aside .title-box {
    display: none;
  }

  .flat-page .left-aside .prop-list {
    display: none;
  }

  .flat-page .left-aside .prop-list li {
    font-size: 14px;
  }

  .flat-page .left-aside .flats-footer {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .flat-page .flats-footer-names {
    max-width: 930px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(2) {
    padding-left: 45px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(3) {
    padding-left: 55px;
  }

  .flat-page .flats-footer-names .name-title {
    font-size: 16px;
  }

  .flat-page .flats-footer-names .name-text {
    font-size: 14px;
  }

  .flat-page .flex-container {
    justify-content: center;
    order: 2;
  }

  .flat-page .navigation-compass {
    display: none;
  }

  .flat-page .form-container {
    order: 3;
  }

  .flat-page .flats-footer-title {
    margin-top: 0;
  }

  .flat-page .flat-container:before,
  .flat-page .flat-container:after {
    display: none;
  }

  .flat-filter-container .link-more {
    margin-top: 0;
  }

  .bottom-nav {
    margin: 0 0 20px;
  }

  .bottom-nav a {
    font-size: 20px;
  }

  .bottom-nav a svg {
    top: 10px;
    width: 7px;
  }

  .flat-choose .planning-section {
    margin-top: 30px;
  }

  .flat-choose .planning-section .scroll-container {
    overflow-x: visible;
  }

  .flat-choose .img-container {
    padding-left: 0;
    margin: 0 auto;
  }

  .flat-choose .img-container>div>.poligonFloor {
    margin: 0 auto;
  }

  .flat-choose .section-select-text {
    display: none;
  }

  .flat-choose .floor-container {
    padding: 20px 0;
    width: 100%;
  }

  .flat-choose .left-aside {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    order: 2;
  }

  .flat-choose .left-aside .h1,
  .flat-choose .left-aside h1 {
    margin: 0 50px 0 0;
  }

  .flat-choose .right-aside {
    padding-left: 0;
    order: 5;
  }

  .flat-choose .flats-footer {
    padding-left: 0;
    width: 100%;
  }

  .flat-choose .navigation-compass {
    margin: 0;
  }

  .flat-choose .help-text {
    padding-left: 0;
  }

  .flat-choose .center-content {
    flex: 0 0 100%;
    order: 1;
    margin-top: 0;
  }

  .flat-choose .center-content .floor-text {
    margin: 0;
  }

  .flat-choose .flat-nav {
    display: none;
  }

  .flat-choose .link-item {
    display: inline-block;
    margin-right: 20px;
  }

  .flat-choose .all-flats-box {
    text-align: center;
  }

  .section-choose .main-content {
    padding-bottom: 50px;
  }

  .section-choose #tooltip {
    display: none !important;
  }

  .section-choose .sections-nav .nav-item {
    font-size: 28px;
  }

  .section-choose .poligonBlock {
    position: relative;
  }

  .section-choose .planning-section {
    flex-wrap: wrap;
    margin-top: 30px;
    min-height: auto;
  }

  .section-choose .left-aside {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .section-choose .left-aside .help-text {
    display: none;
  }

  .section-choose .center-content {
    margin-bottom: 30px;
  }

  .section-choose .navigation-compass {
    margin: 0;
    width: 100px;
  }

  .section-choose .right-aside {
    flex: 0 0 100%;
  }

  .section-choose .all-flats-box {
    margin-top: 0;
  }

  .section-choose .right-aside .h3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-choose .floor-nav {
    display: block;
    width: 100%;
  }

  .section-choose .floor-nav .floor-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 0;
  }
}

@media (max-width: 991px) {

  .all-flats .h1,
  .all-flats h1 {
    font-size: 28px;
  }

  .all-flats .main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .filter-button-group button {
    font-size: 15px;
  }

  .flat-filter-container .flat-item {
    flex-wrap: wrap;
    height: auto;
  }

  .flat-filter-container .flat-descr {
    padding-left: 0;
  }

  .flat-filter-container .flat-img {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .flat-filter-container .flat-img img {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  .flat-page .title-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .flat-page .planning-section {
    flex-wrap: wrap;
  }

  .flat-page .floor-place .h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .flat-page .all-flats .h2 {
    text-align: center;
  }

  .flat-page .flex-container {
    display: none;
  }

  .flat-page .center-content {
    margin-bottom: 30px;
  }

  .flat-page .center-content .flat-container {
    width: calc(100% - 110px);
  }

  .flat-page .center-content .hidden-compass img {
    max-width: 100px;
  }

  .flat-page .left-aside .flats-footer {
    margin-bottom: 50px;
  }

  .flat-page .left-aside .form-container {
    margin: 0 auto;
  }

  .flat-page .filter-button-group {
    text-align: center;
  }

  .flat-choose .navigation-compass {
    width: 100px;
  }

  .flat-choose .planning-section .section-img {
    width: 150px;
  }

  .flat-choose .left-aside .section-select {
    display: inline-flex;
    vertical-align: top;
    margin-right: 50px;
  }

  .flat-choose .left-aside .navigation-compass {
    display: inline-flex;
  }

  .section-choose .sections-nav .nav-item {
    font-size: 22px;
  }

  .flat-filter-container .flat-item {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .visible-sm-title {
    font-size: 22px;
    padding: 35px 15px 20px;
  }

  .planning-section .number-hints {
    padding-right: 50px;
    top: 40px;
  }

  .planning-section .number-hints>div {
    margin: 0 35px;
  }

  .planning-section .number-hints .number-five {
    top: 110px;
  }

  .planning-section .number-hints .number-four {
    top: 50px;
  }

  .planning-section .number-hints .number-three {
    top: 110px;
  }

  .planning-section .section-hints>div {
    margin: 0 15px;
    font-size: 13px;
  }

  .planning-section .section-hints>div a {
    padding: 5px 15px;
  }

  .planning-page .poligonBlock,
  .index-page .poligonBlock {
    width: 900px;
  }

  .planning-page .main-content {
    padding-top: 0;
  }

  .planning-page .main-header {
    position: static;
  }

  .planning-page .planning-section .planning-text {
    padding: 0;
    top: 10px;
  }

  .planning-page .planning-section .planning-text .h2,
  .planning-page .planning-section .planning-text .h3 {
    font-family: "Reg";
    font-size: 16px;
  }

  .planning-page .planning-section .planning-text:before {
    top: 5px;
  }

  .filter-button-group button {
    margin-right: 0;
    font-size: 14px;
  }

  .flat-page .planning-section {
    padding-top: 0;
  }

  .flat-page .left-aside {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flat-page .left-aside .form-container {
    width: 100%;
  }

  .flat-page .left-aside .form-container .form-group {
    width: 100%;
    margin: 0;
  }

  .flat-page .center-content .flat-container {
    width: calc(100% - 90px);
  }

  .flat-page .center-content .hidden-compass img {
    max-width: 80px;
  }

  .flat-page .append-title .h3,
  .flat-page .append-title h3 {
    font-size: 22px;
  }

  .flat-page .flats-footer-names .name-title {
    font-size: 12px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(2) {
    padding-left: 20px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(3) {
    padding-left: 30px;
  }

  .flat-page .flats-footer-names .name-text {
    font-size: 11px;
  }

  .all-flats .h1,
  .all-flats h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .bottom-nav {
    display: block;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 0;
  }

  .bottom-nav a {
    display: inline-block;
    margin: 20px;
  }

  .section-choose .sections-nav .nav-item {
    font-size: 20px;
  }

  .section-choose .planning-section {
    padding-top: 0;
    margin-top: 0;
    display: block !important;
  }

  .section-choose .center-content:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/swipe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    margin: 15px auto 0;
  }

  .section-choose .section-img {
    width: 150px;
  }

  .section-choose .navigation-compass {
    width: 90px;
    margin-top: -30px;
  }

  .section-choose .poligonBlock {
    width: 800px;
  }

  .flat-choose .left-aside {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .flat-choose .left-aside .h1,
  .flat-choose .left-aside h1 {
    width: 100%;
  }

  .flat-choose .left-aside .section-select-text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .flat-choose .another-floors {
    width: 100%;
    display: none;
  }

  .flats-footer-names .name-title {
    font-size: 12px;
    white-space: nowrap;
  }

  .flats-footer-names .name-item:nth-child(2) {
    padding-left: 20px;
  }

  .flats-footer-names .name-text {
    font-size: 11px;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .flat-filter-container .flat-item {
    width: 100%;
  }

  .filter-button-group {
    text-align: center;
  }

  .filter-button-group button {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
    width: 30%;
    padding: 5px 0;
  }

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

  .flat-page .planning-section {
    margin-top: 0;
  }

  .flat-page .append-title .h3,
  .flat-page .append-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .flat-page .flats-footer-names .name-title {
    font-size: 11px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(3) {
    padding-left: 20px;
  }

  .flat-page .flats-footer-names .name-text {
    font-size: 10px;
  }

  .all-flats .h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  }

  .flat-choose .planning-section {
    margin-top: 0;
  }

  .flat-choose .hidden-swipe {
    display: none;
  }

  .flat-choose .h1,
  .flat-choose h1 {
    display: none;
  }

  .flat-choose .center-content .floor-text {
    display: none;
  }

  .flat-choose .hidden-box {
    display: flex;
  }

  .flat-choose .help-text {
    font-size: 0;
    position: relative;
    margin-top: 20px;
  }

  .flat-choose .help-text:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/swipe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    margin: 0 auto;
  }

  .flat-choose .center-content {
    max-width: 100%;
  }

  .flat-choose .floor-container {
    margin-bottom: 20px;
    padding-top: 5px;
  }

  .flat-choose .right-aside .h3 {
    font-size: 20px;
  }

  .flat-choose .all-flats-box .h3 {
    font-size: 20px;
  }

  .flat-choose .another-floors .h3 {
    font-size: 20px;
  }

  .flat-choose .navigation-compass {
    width: 90px;
  }

  .flat-choose .back-link {
    position: relative;
    z-index: 10;
  }

  .flat-choose .left-aside {
    flex-wrap: wrap;
  }

  .flat-choose .left-aside .h1 {
    flex: 0 0 100%;
    margin-right: 0;
    text-align: right;
    font-size: 24px;
  }

  .section-choose .main-content {
    padding-top: 30px;
  }

  .section-choose .scroll-container {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }

  .section-choose .sections-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
  }

  .section-choose .sections-nav .nav-item {
    width: 33%;
    margin-bottom: 20px;
    text-align: center;
  }

  .flats-footer-names .name-title {
    font-size: 11px;
  }

  .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flats-footer-names .name-item:nth-child(3) {
    padding-left: 12px;
  }

  .flats-footer-names .name-text {
    font-size: 10px;
  }
}

@media (max-width: 479px) {

  .all-flats .h1,
  .all-flats h1 {
    font-size: 22px;
    text-align: center;
  }

  .flat-page .left-aside .prop-list li {
    width: 100%;
  }

  .flat-page .left-aside .form-container {
    padding: 0;
  }

  .flat-page .left-aside .form-container .form-group {
    width: 100%;
  }

  .flat-page .left-aside .form-container .submit-btn {
    width: 100%;
    border: 1px solid #121212;
    margin-top: 0px;
  }

  .flat-page .left-aside .flats-footer {
    margin-top: 30px;
  }

  .flat-page .center-content {
    margin-bottom: 10px;
  }

  .flat-page .title-box .h1,
  .flat-page .title-box h1 {
    font-size: 28px;
  }

  .flat-page .title-box .h3 {
    font-size: 16px;
  }

  .flat-page .floor-place .h3 {
    font-size: 18px;
  }

  .bottom-nav {
    margin-top: -30px;
  }

  .bottom-nav a {
    font-size: 18px;
    margin: 10px;
  }

  .bottom-nav a svg {
    top: 9px;
  }

  .flat-choose .left-aside .navigation-compass {
    width: 70px;
  }

  .flat-choose .left-aside .section-select {
    margin-right: 10px;
  }

  .flat-choose .left-aside .section-select .section-05 {
    width: 30px;
  }

  .flat-choose .left-aside .section-select .section-01 {
    width: 35px;
  }

  .flat-choose .main-content {
    padding-bottom: 40px;
  }
}

@media (max-width: 420px) {
  .flats-footer-names .name-title {
    font-size: 10px;
  }

  .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flats-footer-names .name-item:nth-child(3) {
    padding-left: 12px;
  }

  .flat-page .flats-footer-names .name-title {
    font-size: 10px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(3) {
    padding-left: 12px;
  }
}

@media (max-width: 375px) {
  .flats-footer-names .name-title {
    font-size: 8px;
  }

  .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flats-footer-names .name-item:nth-child(3) {
    padding-left: 12px;
  }

  .flats-footer-names .name-text {
    font-size: 8px;
  }

  .flat-page .flats-footer-names .name-title {
    font-size: 8px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(2) {
    padding-left: 15px;
  }

  .flat-page .flats-footer-names .name-item:nth-child(3) {
    padding-left: 12px;
  }

  .flat-page .flats-footer-names .name-text {
    font-size: 8px;
  }
}

.houses-slider .item {
  outline: 0;
  position: relative;
  height: 100vh;
}

.houses-slider .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.houses-slider .item img {
  height: 100%;
}

.houses-slider .item-content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
  top: 50%;
  z-index: 10;
  color: #fff;
}

.houses-slider .item-content a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 20px 100px;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 700px;
  margin: 0 auto;
  outline: 0;
}

.houses-slider .item-content a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.houses-slider .done-status {
  font-size: 18px;
  margin: 0 0 5px;
}

.houses-slider .done-title {
  font-size: 28px;
  margin: 0;
}

.houses-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 85px;
  height: 85px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  outline: 0;
}

.houses-slider .slick-arrow:hover {
  background-color: #121212;
}

.houses-slider .slick-arrow svg {
  width: 37px;
  height: 42px;
  fill: #fff;
}

.houses-slider .slick-arrow.slick-next {
  right: 0;
  padding-left: 5px;
}

.houses-slider .slick-arrow.slick-prev {
  left: 0;
  padding-right: 10px;
}

.overlay-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-family: 'Med';
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 750px;
}

@media (max-width: 1700px) {
  .houses-slider .done-status {
    font-size: 16px;
  }

  .houses-slider .done-title {
    font-size: 24px;
  }

  .overlay-title {
    font-size: 28px;
    max-width: 600px;
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  .houses-slider .item-content a {
    max-width: 500px;
  }

  .overlay-title {
    position: static;
    padding: 35px 15px 30px;
    background-color: #fff;
    color: #121212;
    max-width: none;
    width: auto;
  }
}

@media (max-width: 991px) {
  .houses-slider .item-content a {
    max-width: 400px;
  }

  .houses-slider .done-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .overlay-title {
    font-size: 24px;
    padding: 30px 15px 15px;
  }
}

@media (max-width: 575px) {
  .houses-slider .item-content {
    position: static;
    bottom: 0;
  }

  .houses-slider .item-content a {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    padding: 5px 0;
    background-color: transparent;
    z-index: 10;
  }

  .houses-slider .item-content a:hover {
    background-color: transparent;
  }

  .houses-slider .item-content a .status-box {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .houses-slider .done-title {
    font-size: 18px;
  }
}

.advantages-section .img-container {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.advantages-section .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-wrap: wrap;
}

.advantages-section .container>.text-container {
  width: 500px;
}

.advantages-section img {
  display: block;
  max-height: 100%;
}

.advantages-section .text-container>.h2,
.advantages-section .text-container h2 {
  font-size: 38px;
  font-family: "Med";
  color: #121212;
  margin: 0 0 20px;
  line-height: 1.3;
}

.advantages-section .advantages-item {
  background-color: rgba(18, 18, 18, 0.5);
  margin-bottom: 25px;
  width: 500px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  border: 1px solid transparent;
}

.advantages-section .advantages-item.active {
  z-index: 10;
  background-color: rgba(18, 18, 18, 0.9);
  border: 1px solid #121212;
}

.advantages-section .advantages-item.active .slide-content {
  opacity: 1;
  pointer-events: auto;
}

.advantages-section .advantages-item .slide-content {
  position: absolute;
  left: 0;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  right: 570px;
  background-color: rgba(18, 18, 18, 0.9);
  padding: 15px 15px 15px 25px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  color: #fff;
}

.advantages-section .advantages-item .slide-content .col-6 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.advantages-section .advantages-item .slide-content .h2,
.advantages-section .advantages-item .slide-content h2 {
  line-height: 1.2;
  font-size: 32px;
  font-family: "Med";
  margin: 0 0 20px;
  color: #fff;
}

.advantages-section .advantages-item .slide-content p {
  font-size: 15px;
}

.advantages-section .advantages-item .descr-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  padding: 30px 30px 30px 75px;
}

.advantages-section .advantages-item p {
  font-size: 16px;
  margin: 0 0 10px;
}

.advantages-section .advantages-item .item-img {
  position: absolute;
  left: 25px;
  top: 32px;
}

.advantages-section .advantages-item img {
  display: block;
  max-width: 30px;
}

.advantages-section .hidden-content {
  display: none;
}

.advantages-modal .modal-wrapper {
  background-color: transparent;
}

.advantages-modal .append-content .row {
  margin: 0;
}

.advantages-modal .append-content .col-6 {
  padding: 0;
  min-height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

.advantages-modal .append-content img {
  width: 100%;
}

.advantages-modal .append-content .text-container {
  padding: 20px;
}

.advantages-modal .append-content .h2,
.advantages-modal .append-content h2 {
  line-height: 1.2;
  font-size: 32px;
  font-family: "Med";
  margin: 0 0 20px;
}

.advantages-modal .append-content p {
  font-size: 16px;
}

.advantages-modal .append-content .img-container {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-page .main-header {
  background-color: rgba(0, 0, 0, 0.7);
}

.about-page #pp-nav li a span {
  border-color: #fff !important;
}

.about-page #pp-nav li a.active span {
  background-color: #fff;
}

.about-page #pp-nav .pp-tooltip {
  color: #fff;
}

.about-page #pp-nav.pp-black li a span {
  border-color: #121212 !important;
}

.about-page #pp-nav.pp-black li a.active span {
  background-color: #121212;
}

.about-page #pp-nav.pp-black .pp-tooltip {
  color: #121212;
}

.about-section .img-container {
  height: 100%;
  background-color: #606068;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.about-section .title-container h1,
.about-section .title-container .h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
  margin: -5px 0 20px;
  color: #fff;
}

.about-section .advantages-item {
  position: relative;
  padding: 26px 10px 26px 75px;
  margin-bottom: 20px;
  width: 500px;
  color: #fff;
  background-color: rgba(18, 18, 18, 0.5);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

.about-section .advantages-item:after {
  content: 'Детальніше';
  width: 100%;
  height: 100%;
  background-color: #121212;
  position: absolute;
  transition: all 0.25s linear;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  display: flex;
  pointer-events: none;
  opacity: 0;
}

.about-section .advantages-item:hover .item-descr {
  opacity: 1;
}

.about-section .advantages-item:hover:after {
  pointer-events: auto;
  opacity: 1;
}

.about-section .advantages-item .descr-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-section .advantages-item p {
  font-size: 16px;
  margin: 0 0 10px;
}

.about-section .advantages-item .item-img {
  position: absolute;
  left: 25px;
  top: 24px;
}

.about-section .advantages-item img {
  display: block;
  max-width: 30px;
}

.about-section .advantages-item .hidden-content {
  display: none;
}

.characteristic-section {
  background-color: #fff !important;
}

.characteristic-section .container-fluid {
  height: 100%;
}

.characteristic-section .container-fluid .row {
  height: 100%;
}

.characteristic-section .container-fluid .col-6 {
  display: flex;
  align-items: center;
}

.characteristic-section .container-fluid .col-6:first-child {
  justify-content: flex-end;
}

.characteristic-section .text-container {
  width: 800px;
  padding-right: 50px;
  padding-top: 85px;
  color: #121212;
  position: relative;
  z-index: 5;
}

.characteristic-section .text-container .h2,
.characteristic-section .text-container h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px;
}

.characteristic-section .text-container p {
  font-size: 16px;
}

.characteristic-section .history-row {
  display: flex;
  flex-wrap: wrap;
}

.characteristic-section .characteristic-item {
  border: 1px solid #c4c4c4;
  margin-bottom: 40px;
  position: relative;
  padding: 30px 20px 30px 100px;
  flex: 0 0 405px;
  background: #fff;
}

.characteristic-section .characteristic-item:nth-child(even) {
  margin-left: auto;
}

.characteristic-section .characteristic-item p {
  margin: 0;
}

.characteristic-section .characteristic-item .item-img {
  position: absolute;
  left: 20px;
  top: calc(50% - 30px);
}

.characteristic-section .btn-link {
  border: 1px solid #121212;
  font-size: 18px;
  color: #fff;
  background-color: #121212;
  transition: all 0.25s ease;
  padding: 8px 25px 9px;
  display: block;
  width: 250px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  text-align: center;
  margin: 20px auto 0;
}

.characteristic-section .btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.characteristic-section .btn-link:hover {
  color: #121212;
}

.characteristic-section .btn-link:hover:before {
  transform: scaleX(1);
}

.characteristic-section .logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -370px;
  z-index: 1;
}

.characteristic-section .characteristic-wallpaper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gallery-section .gallery-slider {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.gallery-section .gallery-slider .item {
  outline: 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100vh;
}

.gallery-section .gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 85px;
  height: 85px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  outline: 0;
}

.gallery-section .gallery-slider .slick-arrow:hover {
  background-color: #121212;
}

.gallery-section .gallery-slider .slick-arrow svg {
  width: 37px;
  height: 42px;
  fill: #fff;
}

.gallery-section .gallery-slider .slick-arrow.slick-next {
  right: 0;
  padding-left: 5px;
}

.gallery-section .gallery-slider .slick-arrow.slick-prev {
  left: 0;
  padding-right: 10px;
}

.gallery-section .gallery-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 10;
  list-style: none;
}

.gallery-section .gallery-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.gallery-section .gallery-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.gallery-section .gallery-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0;
}

.gallery-section .container {
  padding-top: 150px;
  pointer-events: none;
}

.gallery-section .container .h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  margin: 0;
  font-size: 45px;
}

.video-section>.h2 {
  display: block;
  transition: 0.3s;
  font-size: 52px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 120px;
}

.video-section .img-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  position: relative;
}

.video-section .video-link {
  outline: 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 60px);
}

.video-section .video-link img {
  width: 120px;
  height: 120px;
  transition: 0.25s;
}

.video-section .video-link:hover img {
  transform: scale(1.05);
}

.video-section .container {
  height: 100%;
  padding-top: 100px;
}

.documents-section .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.documents-section .title-container {
  position: relative;
  margin-bottom: 60px;
}

.documents-section .title-container .h2,
.documents-section .title-container h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  top: 50%;
}

.documents-slider {
  width: 100%;
}

.documents-slider .item {
  outline: 0;
  margin: 0 15px;
  position: relative;
  padding: 12px;
  border: 1px solid #aaa;
}

.documents-slider .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.documents-slider .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/zoom-icon.svg) no-repeat center;
  background-size: 45px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.documents-slider .item:hover:before,
.documents-slider .item:hover:after {
  opacity: 1;
}

.documents-slider .item a {
  outline: 0;
  display: block;
}

.documents-slider .item img {
  display: block;
  max-width: 100%;
  height: 500px;
}

.documents-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 85px;
  height: 85px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  outline: 0;
}

.documents-slider .slick-arrow:hover {
  background-color: #121212;
}

.documents-slider .slick-arrow svg {
  width: 37px;
  height: 42px;
  fill: #fff;
}

.documents-slider .slick-arrow.slick-next {
  right: 0;
  padding-left: 5px;
}

.documents-slider .slick-arrow.slick-prev {
  left: 0;
  padding-right: 10px;
}

.documents-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
  z-index: 10;
  list-style: none;
  padding: 0;
}

.documents-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.documents-slider .slick-dots li.slick-active button {
  background-color: #0ABAB5;
}

.documents-slider .slick-dots li button {
  width: 12px;
  height: 3px;
  padding: 0;
  font-size: 0;
  border: 1px solid transparent;
  background-color: #aaa;
  outline: 0;
}

@media (max-width: 1700px) {
  .video-section>.h2 {
    font-size: 42px;
  }

  .video-section .video-link {
    top: calc(50% - 10px);
    left: calc(50% - 40px);
  }

  .video-section .video-link img {
    width: 80px;
    height: 80px;
  }

  .advantages-section .text-container>.h2,
  .advantages-section .text-container h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .advantages-section .advantages-item {
    margin-bottom: 15px;
  }

  .advantages-section .advantages-item .descr-title {
    font-size: 15px;
    padding: 20px 20px 20px 65px;
  }

  .advantages-section .advantages-item .item-img {
    top: 16px;
  }

  .advantages-section .advantages-item .slide-content {
    padding-left: 15px;
  }

  .advantages-section .advantages-item .slide-content .col-6 {
    min-height: 450px;
  }

  .advantages-section .advantages-item .slide-content .h2,
  .advantages-section .advantages-item .slide-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .advantages-section .advantages-item .slide-content p {
    font-size: 13px;
    margin-right: -5px;
  }

  .about-section .img-container {
    padding-bottom: 0;
  }

  .about-section .text-container>.h2,
  .about-section .text-container h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .about-section .advantages-item {
    padding: 20px 20px 20px 65px;
    margin-bottom: 15px;
  }

  .about-section .advantages-item .descr-title {
    font-size: 15px;
  }

  .about-section .advantages-item .item-img {
    top: 16px;
  }

  .about-section .title-container h1,
  .about-section .title-container .h1 {
    font-size: 32px;
  }

  .advantages-modal .append-content .h2,
  .advantages-modal .append-content .h3 {
    font-size: 28px;
  }

  .advantages-modal .append-content p {
    font-size: 14px;
  }

  .advantages-modal .append-content .col-6 {
    min-height: 500px;
  }

  .characteristic-section .text-container {
    padding-top: 0;
  }

  .characteristic-section .text-container .h2,
  .characteristic-section .text-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 100px;
  }

  .characteristic-section .characteristic-item {
    margin-bottom: 20px;
    padding: 15px 20px 15px 80px;
  }

  .characteristic-section .characteristic-item:nth-child(odd) {
    margin-left: 100px;
  }

  .characteristic-section .characteristic-item .item-img {
    top: calc(50% - 20px);
  }

  .characteristic-section .characteristic-item .item-img img {
    max-width: 40px;
  }

  .characteristic-section .characteristic-item p {
    font-size: 13px;
  }

  .characteristic-section .btn-link {
    font-size: 16px;
    padding: 5px 20px 6px;
  }

  .documents-section .title-container {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .documents-section .title-container .h2,
  .documents-section .title-container h2 {
    font-size: 36px;
  }

  .documents-section .title-container img {
    width: 400px;
  }

  .documents-slider .item img {
    height: 350px;
  }
}

@media (max-width: 1440px) {
  .documents-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }

  .documents-slider .slick-arrow svg {
    width: 15px;
  }

  .documents-slider .slick-arrow.slick-prev {
    padding-right: 3px;
  }

  .documents-slider .slick-arrow.slick-next {
    padding-left: 2px;
  }
}

@media (max-width: 1199px) {
  .about-page .about-section .img-container {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .video-section>.h2 {
    font-size: 28px;
    position: static;
    color: #121212;
    padding: 30px 15px;
  }

  .video-section .img-container {
    height: 500px;
    padding-top: 30px;
  }

  .video-section .container {
    padding-top: 0;
  }

  .video-section .video-link {
    top: 220px;
  }

  .about-page .video-section>.h2 {
    padding: 40px 15px 25px;
  }

  .done-house-section {
    padding-top: 0;
  }

  .houses-slider .item {
    height: 500px;
  }

  .houses-slider .item-content {
    top: calc(50% - 30px);
  }

  .houses-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }

  .houses-slider .slick-arrow.slick-next {
    padding-left: 0;
  }

  .houses-slider .slick-arrow.slick-prev {
    padding-right: 2px;
  }

  .houses-slider .slick-arrow svg {
    width: 16px;
  }

  .advantages-section .container {
    display: block;
  }

  .advantages-section .container>.text-container {
    width: 800px;
  }

  .advantages-section>.img-container {
    background: #fff !important;
  }

  .advantages-section .text-container {
    margin: 0 auto;
  }

  .advantages-section .text-container>.h2,
  .advantages-section .text-container h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    font-family: Reg;
  }

  .advantages-section .img-container {
    padding: 35px 0 0;
  }

  .advantages-section .advantages-item {
    width: 100%;
    background-color: transparent;
  }

  .advantages-section .advantages-item.active {
    background-color: rgba(18, 18, 18, 0.8);
  }

  .advantages-section .advantages-item.active .item-descr:after {
    transform: rotate(-90deg);
  }

  .advantages-section .advantages-item .item-descr {
    background-color: rgba(18, 18, 18, 0.8);
    position: relative;
    padding-right: 20px;
  }

  .advantages-section .advantages-item .item-descr:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    transform: rotate(90deg);
    transition: 0.25s;
    background-image: url(../img/arrow-down.svg);
    background-size: 18px;
    background-repeat: no-repeat;
  }

  .advantages-section .advantages-item .slide-content {
    display: none;
    opacity: 1;
    position: static;
    margin-top: 1px;
    top: auto;
    max-height: none;
    overflow: visible;
    transition: auto;
    transform: translateY(0);
  }

  .advantages-section .advantages-item .slide-content .col-6 .text-container {
    width: auto;
  }

  .advantages-section .advantages-item .slide-content .col-6 .text-container .h2,
  .advantages-section .advantages-item .slide-content .col-6 .text-container h2 {
    text-align: left;
  }

  .advantages-modal .append-content .h2,
  .advantages-modal .append-content .h3 {
    font-size: 22px;
  }

  .advantages-modal .append-content .col-6 {
    min-height: 500px;
  }

  .advantages-modal .modal-wrapper {
    width: 800px;
  }

  .about-section .img-container {
    padding: 40px 0 30px;
  }

  .about-section .img-container .col-7 {
    display: flex;
    align-items: center;
  }

  .about-section .title-container .h1,
  .about-section .title-container h1 {
    font-size: 28px;
  }

  .about-section .advantages-item {
    opacity: 1;
    width: 100%;
  }

  .characteristic-section {
    padding: 40px 0 50px;
  }

  .characteristic-section .container-fluid .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .characteristic-section .text-container {
    margin: 0 auto;
    padding-right: 0;
  }

  .characteristic-section .text-container .h2,
  .characteristic-section .text-container h2 {
    text-align: center;
    margin-left: 0;
  }

  .characteristic-section .characteristic-wallpaper {
    display: none;
  }

  .characteristic-section .logo-text {
    display: none;
  }

  .characteristic-section .characteristic-item {
    margin-bottom: 30px;
  }

  .gallery-section .container {
    padding-top: 50px;
  }

  .gallery-section .container .h2 {
    font-size: 32px;
  }

  .gallery-section .gallery-slider .item {
    height: 600px;
  }

  .gallery-section .gallery-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }

  .gallery-section .gallery-slider .slick-arrow svg {
    width: 15px;
  }

  .gallery-section .gallery-slider .slick-arrow.slick-prev {
    padding-right: 3px;
  }

  .gallery-section .gallery-slider .slick-arrow.slick-next {
    padding-left: 2px;
  }

  .documents-section {
    padding: 50px 0 90px;
  }
}

@media (max-width: 991px) {
  .advantages-section .container {
    height: auto;
    display: block;
  }

  .advantages-section .text-container {
    max-width: 500px;
    margin: 0 auto;
  }

  .advantages-section .text-container>.h2,
  .advantages-section .text-container h2 {
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #121212;
    padding: 15px 20px;
    text-align: center;
    position: relative;
  }

  .advantages-section .text-container>.h2 span,
  .advantages-section .text-container h2 span {
    position: relative;
    z-index: 5;
  }

  .advantages-section .text-container>.h2:after,
  .advantages-section .text-container h2:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 90px;
    margin: 0 auto;
    top: calc(50% - 45px);
    background: url(../img/title-logo.svg) no-repeat center;
    background-size: contain;
  }

  .advantages-section .img-container {
    padding: 40px 0 15px;
  }

  .advantages-section .advantages-item {
    width: 100%;
  }

  .advantages-section .advantages-item .slide-content {
    position: relative;
    padding: 50px 20px;
  }

  .advantages-section .advantages-item .slide-content .col-6 {
    position: static;
  }

  .advantages-section .advantages-item .slide-content .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-position: center;
  }

  .advantages-section .advantages-item .slide-content .img-container:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .advantages-section .advantages-item .slide-content .col-6 {
    min-height: auto;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .advantages-section .advantages-item .slide-content .col-6 .text-container {
    position: relative;
    z-index: 5;
  }

  .advantages-section .advantages-item .slide-content .col-6 .text-container .h2,
  .advantages-section .advantages-item .slide-content .col-6 .text-container h2 {
    display: none;
    padding: 0;
    background-color: transparent;
  }

  .video-section>.h2 {
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .advantages-modal .append-content .h2,
  .advantages-modal .append-content .h3 {
    font-size: 22px;
  }

  .advantages-modal .append-content .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: auto;
  }

  .advantages-modal .append-content .col-6:first-child {
    order: 2;
  }

  .advantages-modal .append-content .col-6:last-child {
    order: 1;
  }

  .advantages-modal .append-content .img-container {
    height: 400px;
  }

  .advantages-modal .modal-wrapper {
    width: 500px;
  }

  .about-section .advantages-item {
    padding-left: 50px;
    padding-right: 10px;
  }

  .about-section .advantages-item .item-img {
    left: 10px;
  }

  .characteristic-section .text-container {
    width: 550px;
    margin: 0 auto;
  }

  .characteristic-section .history-row {
    display: block;
  }

  .characteristic-section .characteristic-item:nth-child(odd) {
    margin-left: 0;
  }

  .gallery-section .gallery-slider .item {
    height: 500px;
  }

  .gallery-section .container {
    padding-top: 30px;
  }

  .gallery-section .container .h2 {
    font-size: 28px;
  }

  .documents-section .title-container .h2,
  .documents-section .title-container h2 {
    top: 30%;
    font-size: 28px;
  }

  .documents-section .title-container img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .video-section>.h2 {
    font-size: 22px;
    padding: 30px 15px 30px;
  }

  .video-section .img-container {
    height: 400px;
  }

  .video-section .img-container .video-link {
    left: calc(50% - 25px);
    top: 180px;
  }

  .video-section .img-container img {
    width: 50px;
    height: 50px;
  }

  .about-page .video-section>.h2 {
    padding: 40px 15px;
  }

  .advantages-modal .modal-close {
    right: 0;
    width: 36px;
    height: 36px;
    padding: 10px;
  }

  .advantages-modal .append-content .h2,
  .advantages-modal .append-content .h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
  }

  .advantages-modal .append-content .img-container {
    height: 350px;
    background-position: center bottom;
  }

  .advantages-modal .modal-wrapper {
    width: 500px;
  }

  .about-section .title-container .h1,
  .about-section .title-container h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-section .img-container .col-7,
  .about-section .img-container .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gallery-section .gallery-slider .item {
    height: 400px;
  }

  .gallery-section .gallery-slider .slick-dots {
    bottom: 0;
  }

  .gallery-section .container {
    padding-top: 20px;
  }

  .gallery-section .container .h2 {
    font-size: 24px;
  }

  .characteristic-section .text-container {
    padding: 0 15px;
    width: 100%;
  }

  .characteristic-section .text-container .h2,
  .characteristic-section .text-container h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .documents-section .title-container {
    margin-bottom: 35px;
  }

  .documents-section .title-container .h2,
  .documents-section .title-container h2 {
    top: 30%;
    font-size: 22px;
  }

  .documents-section .title-container img {
    width: 250px;
  }

  .documents-slider .item {
    margin: 0 5px;
    padding: 8px;
  }

  .advantages-section .text-container>.h2,
  .advantages-section .text-container h2 {
    padding: 40px 15px 40px;
    font-size: 22px;
    margin-bottom: 0;
  }

  .advantages-section .text-container>.h2:after,
  .advantages-section .text-container h2:after {
    width: 280px;
    height: 70px;
    top: calc(50% - 35px);
  }

  .advantages-section .img-container {
    padding: 20px 0 0;
  }

  .about-page .footer-section .form-container .h2 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .advantages-modal .modal-wrapper {
    width: 400px;
  }

  .gallery-section .gallery-slider .item {
    height: 350px;
  }

  .documents-section .title-container .h2,
  .documents-section .title-container h2 {
    font-size: 22px;
  }

  .documents-section .title-container img {
    width: 220px;
  }

  .advantages-section .text-container {
    width: 400px;
  }

  .advantages-section .text-container>.h2,
  .advantages-section .text-container>h2 {
    padding: 30px 15px 35px;
  }

  .advantages-section .advantages-item .descr-title {
    padding-left: 52px;
  }

  .advantages-section .advantages-item .item-img {
    top: 18px;
    left: 15px;
  }

  .advantages-section .container>.text-container {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .video-section .img-container {
    height: 300px;
  }

  .video-section .img-container .video-link {
    top: 130px;
  }

  .advantages-modal {
    padding: 0 10px;
  }

  .advantages-modal .modal-wrapper {
    width: 100%;
  }

  .gallery-section .gallery-slider .item {
    height: 300px;
  }

  .advantages-section .text-container {
    width: 100%;
  }
}

.company-about {
  background-color: #48454E;
}

.company-about .btn-link {
  border: 1px solid #121212;
  font-size: 24px;
  background-color: #fff;
  color: #121212;
  transition: all 0.25s ease;
  padding: 8px 0 9px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  width: 200px;
  text-align: center;
}

.company-about .btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.company-about .btn-link:hover {
  color: #fff;
}

.company-about .btn-link:hover:before {
  transform: scaleX(1);
}

.company-about .barcelona-img {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.company-about .barcelona-img img {
  width: 700px;
}

.company-about:after {
  content: '';
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 200px;
  background-image: url(../img/radial-top-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.company-about:before {
  content: '';
  width: 700px;
  height: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/radial-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 800px;
}

.company-about .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.company-about .container p {
  font-size: 28px;
  max-width: 1000px;
  margin-bottom: 20px;
  margin-top: 0;
}

.company-about .about-logo {
  margin-bottom: 50px;
}

.company-about .advantages-row {
  display: flex;
  margin-top: 80px;
}

.company-about .advantages-item {
  flex: 0 0 25%;
}

.company-about .advantages-item .item-num {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Med";
}

.company-about .advantages-item .counter {
  display: inline-block;
}

.company-about .advantages-item .item-text {
  font-size: 20px;
  max-width: 200px;
}

.company-about .logo-text {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -370px;
  z-index: 1;
}

.history-section {
  background-color: #48454E;
}

.history-section .container-fluid {
  height: 100%;
}

.history-section .container-fluid .row {
  height: 100%;
}

.history-section .container-fluid .col-xl-6 {
  display: flex;
  align-items: center;
}

.history-section .text-container {
  padding-left: 50px;
  width: 620px;
}

.history-section .text-container p {
  font-size: 16px;
}

.history-section .company-logo {
  width: 300px;
  display: block;
  margin-bottom: 30px;
}

.history-section .lg-text {
  margin-bottom: 50px;
}

.history-section .lg-text p {
  line-height: 1.3;
  font-size: 24px;
}

.history-section .history-row {
  display: flex;
  flex-wrap: wrap;
}

.history-section .row-item {
  position: relative;
  padding-left: 22px;
  flex: 0 0 50%;
  margin-bottom: 20px;
}

.history-section .row-item p {
  margin: 0 0 10px;
}

.history-section .row-item:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #0ABAB5;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 50%;
}

.company-page .company-wallpaper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.company-page .company-about:after {
  content: '';
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/radial-top-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 2000px) {
  .company-about .barcelona-img img {
    width: 550px;
  }

  .company-about:before {
    width: 500px;
    height: 500px;
    background-size: contain;
  }

  .company-about:after {
    right: 300px;
    width: 800px;
    height: 500px;
  }
}

@media (max-width: 1700px) {
  .company-about .about-logo {
    margin-bottom: 30px;
  }

  .company-about .about-logo img {
    width: 250px;
  }

  .company-about:before {
    width: 400px;
    height: 400px;
    background-size: 400px;
  }

  .company-about .container p {
    font-size: 20px;
  }

  .company-about .advantages-row {
    margin-top: 40px;
  }

  .company-about .advantages-item .item-num {
    font-size: 36px;
  }

  .company-about .advantages-item .item-text {
    font-size: 18px;
  }

  .company-about .logo-text {
    margin-top: -200px;
  }

  .company-about .logo-text img {
    width: 80px;
  }

  .company-about .barcelona-img img {
    width: 400px;
  }

  .history-section .company-logo {
    width: 200px;
    margin-bottom: 20px;
  }

  .history-section .row-item:before {
    top: 5px;
  }

  .history-section .row-item p {
    font-size: 14px;
  }

  .history-section .text-container {
    padding-left: 20px;
    width: 600px;
  }

  .history-section .text-container p {
    font-size: 14px;
  }

  .history-section .text-container .lg-text {
    margin-bottom: 20px;
  }

  .history-section .text-container .lg-text p {
    font-size: 18px;
  }

  .company-page .company-about:after {
    width: 800px;
    height: 400px;
  }
}

@media (max-width: 1440px) {
  .company-about .barcelona-img img {
    width: 350px;
  }
}

@media (max-width: 1199px) {
  .company-about {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .company-about .about-logo {
    margin-bottom: 10px;
  }

  .company-about .container p {
    font-size: 18px;
  }

  .company-about .barcelona-img {
    bottom: -6px;
  }

  .company-about .advantages-row {
    flex-wrap: wrap;
  }

  .company-about .advantages-item {
    padding-right: 15px;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .company-about .advantages-item .item-text {
    font-size: 16px;
  }

  .company-about .advantages-item:last-child {
    padding-right: 0;
  }

  .company-about .logo-text {
    display: none;
  }

  .company-about .btn-link {
    font-size: 20px;
    width: 180px;
  }

  .company-page .company-wallpaper {
    height: 570px;
  }

  .company-page .company-about {
    padding-bottom: 100px;
    padding-top: 150px;
  }

  .company-page .company-about:after {
    width: 600px;
    height: 250px;
  }

  .company-page .company-about:before {
    width: 300px;
    height: 300px;
  }

  .history-section .container-fluid {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }

  .history-section .container-fluid .col-xl-6 {
    max-width: 100%;
    flex: 0 0 100%;
    position: static;
  }

  .history-section .container-fluid .col-xl-6.order-xl-1 {
    display: none;
  }

  .history-section .container-fluid .col-xl-6.order-xl-2 {
    padding: 30px;
    background-image: url(../img/company-wallpaper.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .history-section .container-fluid .text-container {
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .overlay-title {
    font-family: 'Reg';
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .company-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .company-about .barcelona-img img {
    width: 250px;
  }

  .company-about .about-logo img {
    width: 200px;
  }

  .company-about .advantages-row {
    flex-wrap: wrap;
  }

  .company-about .container p {
    font-size: 16px;
  }

  .company-about .advantages-item {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .history-section .container-fluid .text-container {
    width: 100%;
  }

  .history-section .container-fluid .col-xl-6.order-xl-2 {
    padding: 20px;
  }

  .company-page {
    display: block;
  }

  .company-page .company-about {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .overlay-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .company-about {
    padding: 50px 0 50px;
  }

  .company-about .advantages-item {
    flex: 0 0 100%;
  }

  .company-about .btn-link {
    font-size: 18px;
  }

  .company-about .barcelona-img {
    right: -200px;
  }

  .company-about .barcelona-img img {
    width: 550px;
  }
}

@media (max-width: 479px) {
  .company-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company-about .advantages-row {
    flex-wrap: wrap;
  }

  .company-about .advantages-item {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .company-about .barcelona-img {
    right: -250px;
  }

  .history-section .row-item {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .history-section .company-logo {
    width: 150px;
  }

  .history-section .container-fluid .col-xl-6.order-xl-2 {
    padding: 15px;
  }

  .history-section .container-fluid .text-container {
    padding: 15px;
  }

  .history-section .container-fluid .text-container .lg-text p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .company-about {
    padding-bottom: 0;
  }

  .company-about .barcelona-img {
    right: -300px;
  }
}

@media (max-width: 375px) {
  .company-about .barcelona-img {
    right: -200px;
  }

  .company-about .barcelona-img img {
    width: 400px;
  }
}

.contacts-section .container-fluid {
  height: 100%;
  position: relative;
}

.contacts-section .container-fluid .row {
  height: 100%;
}

.contacts-section .container-fluid .col-6 {
  position: static;
}

.contacts-section .footer-wallpaper {
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.contacts-section .text-container {
  width: 630px;
  padding-left: 50px;
  position: relative;
  z-index: 5;
}

.contacts-section .contacts-logo {
  width: 360px;
  display: block;
  margin: 0 auto 50px;
}

.contacts-section .col-lg-6 {
  display: flex;
  align-items: center;
}

.contacts-section .col-lg-6 .col-6 {
  display: block;
}

.contacts-section .order-lg-1 {
  padding-top: 64px;
}

.contacts-section .contact-item {
  margin-bottom: 30px;
  width: 400px;
  margin-left: 140px;
}

.contacts-section .contact-item .h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 15px;
  position: relative;
  font-family: "Bold";
}

.contacts-section .contact-item p {
  margin: 0 0 5px;
  color: #121212;
  font-size: 16px;
  font-family: "Med";
}

.contacts-section .contact-item p span {
  color: #666666;
  font-size: 14px;
}

.contacts-section .contact-item a {
  color: #121212;
  text-decoration: none;
}

.contacts-section .contact-item a:hover {
  text-decoration: underline;
}

.contacts-section .logo-text {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -370px;
  z-index: 1;
}

.contacts-section .call-toggle {
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
  font-family: "Med";
  width: 250px;
  margin: 25px auto 0;
}

.contacts-section .call-toggle:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/message-icon-b.svg) no-repeat center;
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  transition: 0.2s;
}

.contacts-page .contacts-section {
  padding-top: 0;
}

.contacts-page .contacts-section .visible-lg {
  display: none;
  text-align: center;
  font-size: 28px;
  margin: 20px 0 0;
}

.contacts-page .container-fluid>.row {
  height: auto;
}

.contacts-page .container-fluid>.row .col-xl-6 {
  display: flex;
  align-items: center;
  height: calc(100vh - 85px);
}

.contacts-page .contacts-logo {
  flex: 0 0 285px;
}

.contacts-page .order-xl-1 {
  padding-top: 64px;
}

.contacts-page .text-container .call-toggle {
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
  font-family: "Med";
  width: 250px;
  margin: 25px auto 0;
}

.contacts-page .text-container .call-toggle:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/message-icon-b.svg) no-repeat center;
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  transition: 0.2s;
}

.contacts-page .contacts-form-box {
  display: none;
}

#map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1700px) {
  .contacts-section .contacts-logo {
    width: 120px;
    margin-bottom: 50px;
  }

  .contacts-section .text-container {
    width: 560px;
    padding-left: 15px;
  }

  .contacts-section .contact-item .h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .contacts-section .contact-item .h3:before {
    top: 7px;
  }

  .contacts-section .contact-item p {
    font-size: 14px;
  }

  .contacts-section .call-toggle {
    margin-top: 10px;
  }

  .contacts-section .logo-text {
    margin-top: -200px;
  }

  .contacts-section .logo-text img {
    width: 80px;
  }

  .contacts-page .contacts-logo {
    width: 120px;
    margin-bottom: 50px;
  }

  .contacts-page .text-container {
    width: 560px;
    padding-left: 15px;
  }

  .contacts-page .contact-item .h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .contacts-page .contact-item .h3:before {
    top: 7px;
  }

  .contacts-page .contact-item p {
    font-size: 14px;
  }

  .contacts-page .logo-text {
    margin-top: -200px;
  }

  .contacts-page .logo-text img {
    width: 80px;
  }

  .contacts-page .container-fluid>.row .col-xl-6 {
    height: 100vh;
  }

  .contacts-page .container-fluid>.row .order-xl-2 {
    padding-top: 80px;
  }

  .contacts-section .contact-item {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .contacts-section {
    padding-top: 0;
  }

  .contacts-section .text-container {
    width: 100%;
    padding-right: 30px;
  }

  .contacts-section .container-fluid {
    height: 700px;
  }

  .contacts-section .contacts-logo {
    width: 200px;
  }

  .contacts-section .order-lg-1 {
    padding-top: 0;
  }

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

  .contacts-page .contacts-section .contact-item {
    margin: 0 auto 30px;
  }

  .contacts-page .contacts-section .visible-lg {
    display: block;
  }

  .contacts-page .contacts-form-box {
    padding: 70px 0 80px;
    background-color: #fafafa;
    display: block;
  }

  .contacts-page .contacts-form-box .form-container {
    position: relative;
    width: 400px;
    margin: 0 auto;
  }

  .contacts-page .contacts-form-box .form-container:before {
    content: '';
    width: 600px;
    height: 220px;
    position: absolute;
    left: -100px;
    right: -100px;
    margin: 0 auto;
    background: url(../img/gray-logo.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    top: 30px;
  }

  .contacts-page .contacts-form-box .form-container form {
    width: 400px;
    position: relative;
    z-index: 5;
  }

  .contacts-page .contacts-form-box .form-container form .submit-btn {
    background-color: #fafafa;
  }

  .contacts-page .contacts-form-box .h2 {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
  }

  .contacts-page .contacts-form-box .sub-text {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: center;
  }

  .contacts-page .contacts-form-box .form-group {
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative;
  }

  .contacts-page .contacts-form-box .form-group label {
    margin-bottom: 1px;
  }

  .contacts-page .contacts-form-box .form-group .form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #121212;
    font-size: 15px;
    height: 40px;
    outline: 0;
    background-color: transparent;
  }

  .contacts-page .contacts-form-box .form-group .form-control:focus {
    border-bottom: 1px solid #0ABAB5;
  }

  .contacts-page .contacts-form-box .form-group .form-control::placeholder {
    color: #555;
  }

  .contacts-page .contacts-form-box .submit-btn {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #121212;
    background-color: transparent;
    outline: 0;
    font-size: 16px;
    display: block;
    padding: 8px 5px 9px;
    transition: 0.25s;
    color: #121212;
  }

  .contacts-page .contacts-form-box .submit-btn:hover {
    background-color: #121212;
    color: #fff;
  }

  .contacts-page .container-fluid {
    height: auto;
  }

  .contacts-page .container-fluid>.row .col-xl-6 {
    height: auto;
  }

  .contacts-page .container-fluid>.row .order-xl-2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .contacts-page .order-xl-2 {
    padding: 40px 15px 10px 30px;
  }

  .contacts-page .order-xl-1 {
    padding-top: 0;
  }

  .contacts-page #map {
    height: 600px;
  }

  .contacts-page .logo-text {
    margin-top: 0;
    top: -10px;
  }

  .contacts-page .contacts-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .index-page .contacts-section {
    padding-top: 30px;
  }

  .index-page .contacts-section .text-container {
    padding-bottom: 20px;
  }

  .contacts-section .container-fluid {
    height: auto;
  }

  .contacts-section #map {
    height: 600px;
  }

  .contacts-section .logo-text {
    margin-top: 0;
    top: 10px;
  }

  .contacts-section .call-toggle {
    display: none;
  }

  .contacts-page .container-fluid>.row .order-xl-2 {
    padding-top: 0;
  }

  .contacts-page .order-xl-2 {
    padding: 0 15px 0 30px;
  }

  .contacts-page .contacts-section .text-container {
    padding: 30px 15px 10px 30px;
  }

  .contacts-page .contacts-section .logo-text {
    top: -10px;
  }

  .contacts-page .contacts-section .logo-text img {
    width: 70px;
  }

  .contacts-section .contact-item {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .contacts-section .call-toggle {
    display: none;
  }

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

  .contacts-page .contacts-form-box .form-container:before {
    width: 500px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .contacts-section .contact-item {
    width: 100%;
  }

  .contacts-section {
    padding-top: 20px;
  }

  .contacts-section .contact-item .h3 {
    margin-bottom: 5px;
  }

  .contacts-section .logo-text {
    top: 150px;
  }

  .contacts-section .logo-text img {
    width: 60px;
  }

  .contacts-page .contacts-form-box {
    padding: 50px 15px;
  }

  .contacts-page .contacts-form-box .form-container {
    width: 100%;
  }

  .contacts-page .contacts-form-box .form-container form {
    width: 100%;
  }

  .contacts-page .contacts-form-box .form-container:before {
    width: 400px;
  }
}

@media (max-width: 479px) {
  .contacts-section .container-fluid .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts-page .contacts-section .text-container {
    padding: 30px 15px 10px 5px;
  }

  .contacts-page .contacts-section .logo-text {
    top: 10px;
  }

  .contacts-page .contacts-form-box .form-container:before {
    width: 350px;
  }
}

@media (max-width: 400px) {
  .contacts-page .contacts-form-box .form-container:before {
    width: 290px;
  }
}

.progress-page {
  background-color: #F5F5F6;
}

.progress-page .main-content {
  padding: 100px 0 150px;
}

.progress-page .main-content>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.progress-page h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 60px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.progress-page .tabs {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.progress-page .tabs li {
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  color: #888;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}

.progress-page .tabs li.camera-li {
  padding: 0;
}

.progress-page .tabs li.current {
  color: #121212;
  font-family: Med;
}

.progress-page .tab-pane {
  display: none;
}

.progress-page .tab-pane.current {
  display: block;
}

.progress-page .tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.progress-page .tab-pane ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}

.progress-page .tab-pane ul li p {
  margin: 0 0 5px;
}

.progress-page .tab-pane ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}

.progress-page .tab-pane ul li a {
  text-decoration: none;
  color: #121212;
}

.progress-page .tab-pane ul li a:hover {
  text-decoration: underline;
}

.progress-page .online-camera {
  font-size: 20px;
  position: relative;
  z-index: 5;
}

.progress-page .online-camera a {
  cursor: pointer;
  color: #121212;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #121212;
  padding: 4px 10px 3px;
  font-family: Med;
  height: 49px;
}

.progress-page .online-camera a:hover {
  color: #888;
}

.progress-page .online-camera img {
  display: block;
  max-width: 42px;
  margin-right: 10px;
  transition: 0.3s;
}

.progress-page .online-camera span {
  transition: 0.3s;
}

.progress-slider .item {
  outline: 0;
  margin: 0 10px;
  position: relative;
}

.progress-slider .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.progress-slider .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/zoom-icon.svg) no-repeat center;
  background-size: 45px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.progress-slider .item:hover:before,
.progress-slider .item:hover:after {
  opacity: 1;
}

.progress-slider .item a {
  outline: 0;
}

.progress-slider .item img {
  display: block;
  max-width: 100%;
  height: 600px;
}

.progress-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 85px;
  height: 85px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  outline: 0;
}

.progress-slider .slick-arrow:hover {
  background-color: #121212;
}

.progress-slider .slick-arrow svg {
  width: 37px;
  height: 42px;
  fill: #fff;
}

.progress-slider .slick-arrow.slick-next {
  right: 0;
  padding-left: 5px;
}

.progress-slider .slick-arrow.slick-prev {
  left: 0;
  padding-right: 10px;
}

@media (max-width: 2000px) {
  .progress-slider .item img {
    height: 550px;
  }
}

@media (max-width: 1700px) {
  .progress-page h1 {
    font-size: 36px;
  }

  .progress-page .tabs li {
    font-size: 16px;
    margin-right: 10px;
  }

  .progress-slider .item img {
    height: 450px;
  }
}

@media (max-width: 1440px) {
  .progress-page .main-content {
    padding: 80px 0 100px;
  }

  .progress-page .online-camera a {
    font-size: 16px;
  }

  .progress-page .online-camera img {
    max-width: 36px;
  }

  .progress-page h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .progress-page .tabs {
    margin-bottom: 30px;
    align-items: center;
  }

  .progress-page .tabs li {
    font-size: 16px;
    margin-right: 10px;
    padding: 5px 15px;
  }

  .progress-page .online-camera {
    font-size: 18px;
  }

  .progress-slider .item img {
    height: 400px;
  }

  .progress-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }

  .progress-slider .slick-arrow svg {
    width: 15px;
  }

  .progress-slider .slick-arrow.slick-prev {
    padding-right: 3px;
  }

  .progress-slider .slick-arrow.slick-next {
    padding-left: 2px;
  }
}

@media (max-width: 1199px) {
  .progress-page .main-header {
    position: static;
  }

  .progress-page .main-content {
    padding: 30px 0 50px;
  }

  .progress-page .tabs li {
    font-size: 14px;
    padding: 5px 10px;
  }

  .progress-page h1 {
    font-size: 28px;
  }

  .progress-slider .item {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .progress-page .tabs {
    margin-bottom: 20px;
  }

  .progress-slider .item img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .progress-page h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .progress-page .tabs li.camera-li {
    width: 100%;
  }

  .progress-page .online-camera {
    width: 220px;
    margin: 0 auto 10px;
  }

  .progress-page .online-camera a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .progress-page .main-content {
    padding: 30px 0 80px;
  }

  .progress-page .online-camera {
    margin-bottom: 10px;
  }

  .progress-page .tabs li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .progress-slider .item img {
    height: 250px;
  }
}

#fullpage,
.section,
.fp-tableCell,
html {
  height: 100%;
}

.scroll-hide {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

.index-page #wrapper {
  height: 100%;
}

.index-content {
  height: 100%;
}

.index-content .main-container {
  height: 100%;
}

.main-content {
  flex: 1;
}

body.default-page {
  overflow: auto;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#fullpage .section {
  background-color: #fff;
  display: block;
}

.container-fluid {
  padding: 0;
}

#pp-nav li {
  margin-bottom: 16px;
  width: 50px;
}

#pp-nav li a.active span {
  background-color: #121212;
}

#pp-nav li span {
  width: 12px;
  height: 12px;
}

#pp-nav li .pp-tooltip {
  position: absolute;
  left: calc(100% - 25px);
  top: -2px;
  cursor: pointer;
  color: #121212;
}

#pp-nav.pp-white li a span {
  border-color: #fff !important;
}

#pp-nav.pp-white li a.active span {
  background-color: #fff;
}

#pp-nav.pp-white .pp-tooltip {
  color: #fff;
}

#pp-nav.pp-transparent {
  opacity: 0;
  pointer-events: none;
}

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.7);
  z-index: 10;
  display: none;
}

.start-section .img-container {
  height: 100vh;
  background-color: #A091A2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  padding-left: 150px;
}

.start-section .title-container .sup-title {
  font-size: 38px;
  color: #121212;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.start-section .title-container .sub-title {
  font-size: 28px;
  color: #121212;
  margin-bottom: 80px;
}

.start-section .title-container .sub-title a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.start-section .title-container .sub-title a:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
  transition: 0.25s;
}

.start-section .title-container .sub-title a:hover:before {
  width: 100%;
}

.start-section .title-container h1,
.start-section .title-container .h1 {
  font-size: 75px;
  color: #fff;
  font-family: 'Reg';
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.1;
}

.start-section .title-container .btn-link {
  border: 1px solid #121212;
  font-size: 24px;
  color: #121212;
  transition: all 0.25s ease;
  padding: 8px 25px 7px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-family: 'Reg';
  transform: perspective(1px) translateZ(0);
  margin-bottom: 100px;
}

.start-section .title-container .btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.start-section .title-container .btn-link:hover {
  color: #fff;
}

.start-section .title-container .btn-link:hover:before {
  transform: scaleX(1);
}

.start-section .start-logo .visible-xs {
  display: none;
}

.start-section .start-logo img {
  width: 360px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  color: #555;
  border: 1px solid #555;
  text-decoration: none;
  padding: 3px 10px;
  transition: 0.25s;
}

.back-link svg {
  fill: #555;
  width: 6px;
  margin-right: 10px;
  transition: 0.25s;
}

.back-link:hover {
  border: 1px solid #121212;
  background-color: #121212;
  color: #fff;
}

.back-link:hover svg {
  fill: #fff;
}

.widget {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 336px;
  height: 60px;
  background: url(../img/widget.jpg) no-repeat center;
  z-index: 1000;
}

.fancybox-button {
  width: 70px;
  height: 70px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
}

.fancybox-caption__body {
  font-size: 16px;
}

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
}

.modal-wrapper {
  z-index: 9999;
  width: 900px;
  position: relative;
}

.modal-transition {
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
  transition: none;
}

.modal-header {
  position: relative;
  padding: 15px;
}

.modal-content {
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  right: -52px;
  top: 0;
  background-color: #121212;
  width: 52px;
  height: 52px;
  z-index: 1;
  padding: 15px;
  border: 0;
  outline: 0;
}

.modal-close img {
  width: 100%;
  position: relative;
  transform-origin: center;
  transition: 0.25s;
}

.modal-close:hover img {
  transform: rotate(90deg);
}

@media (max-width: 2000px) {
  .start-section .img-container {
    padding-top: 150px;
  }
}

@media (max-width: 1700px) {
  .start-section .img-container {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 50px;
  }

  .start-section .title-container {
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .start-section .title-container h1 {
    font-size: 52px;
    margin-bottom: 10px;
  }

  .start-section .title-container .sup-title {
    font-size: 32px;
  }

  .start-section .title-container .btn-link {
    font-size: 18px;
    margin-bottom: 40px;
    width: 320px;
    text-align: center;
    margin-top: auto;
  }

  .start-section .title-container .sub-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .start-section .title-container .sub-title:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }

  .start-section .start-logo {
    margin-top: auto;
  }

  .start-section .start-logo img {
    width: 200px;
  }

  #pp-nav.left {
    left: 5px;
  }

  #pp-nav li {
    margin-bottom: 10px;
  }

  #pp-nav li span {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1500px) {
  .start-section .title-container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  #fullpage {
    overflow: visible !important;
  }

  #fullpage .section {
    position: relative;
  }

  #fullpage,
  .section,
  .fp-tableCell,
  html {
    height: auto;
  }

  .pp-section {
    position: relative;
    transform: translate3d(0, 0, 0) !important;
  }

  .index-page .planning-section {
    opacity: 1;
  }

  #pp-nav {
    display: none !important;
  }

  .start-section .img-container {
    height: auto;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .start-section .title-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .start-section .title-container h1 {
    font-size: 42px;
  }

  .start-section .title-container .sup-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .start-section .title-container .sub-title {
    font-size: 20px;
  }

  .start-section .title-container .btn-link {
    font-size: 16px;
  }

  .start-section .title-container .start-logo img {
    width: 150px;
  }

  .fancybox-slide {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .visible-sm-title {
    padding: 20px 15px 50px;
  }
}

@media (max-width: 767px) {
  .start-section .container {
    position: relative;
    z-index: 5;
  }

  .start-section .title-container h1 {
    font-size: 28px;
  }

  .start-section .title-container .sup-title {
    font-size: 18px;
  }

  .start-section .title-container .sub-title {
    font-size: 16px;
  }

  .start-section .title-container .btn-link {
    font-size: 14px;
  }

  .start-section .img-container {
    padding-bottom: 120px;
  }

  .visible-sm-title {
    padding: 30px 15px 40px;
  }
}

@media (max-width: 575px) {
  .start-section .img-container {
    padding-top: 80px;
    padding-bottom: 150px;
    min-height: 600px;
  }

  .start-section .img-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
  }

  .start-section .title-container .h1,
  .start-section .title-container h1 {
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: 'Reg';
    color: #121212;
    font-weight: 400;
  }

  .start-section .title-container .sub-title {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: 'Reg';
  }

  .start-section .title-container .sup-title {
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: 'Reg';
  }

  .start-section .title-container .btn-link {
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    z-index: 10;
    margin: 100px auto 0;
    width: 250px;
    display: block;
  }

  .start-section .title-container .start-logo {
    position: absolute;
    bottom: 50px;
    right: 30px;
    z-index: 10;
  }

  .start-section .title-container .start-logo .visible-xs {
    display: block;
  }

  .start-section .title-container .start-logo .visible-lg {
    display: none;
  }
}

@media (max-width: 479px) {
  .start-section .img-container {
    padding-bottom: 180px;
    background-position: left -250px top;
  }
}

.footer-section .container-fluid {
  height: 100%;
  position: relative;
}

.footer-section .container-fluid .row {
  height: 100%;
}

.footer-section .container-fluid .col-6 {
  position: static;
}

.footer-section .footer-wallpaper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footer-section .col-6 {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.footer-section .col-6>.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  width: 615px;
  margin: 0;
  padding: 85px 0 150px;
}

.footer-section .footer-content .container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-section .form-container {
  width: 100%;
  margin-bottom: 120px;
}

.footer-section .form-container form {
  width: 380px;
}

.footer-section .form-container .h2 {
  font-size: 32px;
  margin: 0 0 10px;
  text-align: center;
}

.footer-section .form-container .sub-text {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
}

.footer-section .form-container .form-group {
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}

.footer-section .form-container .form-group label {
  margin-bottom: 1px;
}

.footer-section .form-container .form-group .form-control {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #121212;
  font-size: 15px;
  height: 40px;
  outline: 0;
  background-color: transparent;
}

.footer-section .form-container .form-group .form-control:focus {
  border-bottom: 1px solid #0ABAB5;
}

.footer-section .form-container .form-group .form-control::placeholder {
  color: #555;
}

.footer-section .form-container .submit-btn {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #121212;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  display: block;
  padding: 8px 5px 9px;
  transition: 0.25s;
  color: #121212;
}

.footer-section .form-container .submit-btn:hover {
  background-color: #121212;
  color: #fff;
}

.footer-section .logo-col {
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.footer-section .logo-col img {
  display: block;
  max-width: 220px;
}

.footer-section .logo-col .white-logo {
  display: none;
}

.footer-section .logo-col p {
  font-size: 16px;
  max-width: 450px;
}

.footer-section .social-col {
  flex: 0 0 100%;
  margin-bottom: 30px;
}

.footer-section .social-col .nav-title {
  display: none;
}

.footer-section .social-col .instagram-item {
  background: url(../img/instagram-icon.svg) no-repeat center;
  background-size: 25px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.footer-section .social-col .viber-item {
  background: url(../img/viber-icon.svg) no-repeat center;
  background-size: 26px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.footer-section .social-col .facebook-item {
  background: url(../img/facebook-icon.svg) no-repeat center;
  background-size: 14px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.footer-section .nav-col {
  flex: 0 0 50%;
}

.footer-section .nav-col .nav-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Med";
}

.footer-section .nav-col .nav-item {
  font-size: 16px;
  margin: 0 0 5px;
}

.footer-section .nav-col .nav-item a {
  color: #121212;
  text-decoration: none;
}

.footer-section .nav-col .nav-item a:hover {
  text-decoration: underline;
}

.footer-section .logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -370px;
}

.footer-section .main-footer .footer-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #262626;
  bottom: 0;
  padding: 15px 0;
  color: #fff;
}

.footer-section .main-footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
}

.footer-section .main-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-section .main-footer .footer-bottom a span {
  font-weight: 700;
}

.footer-section .main-footer .footer-bottom a:hover {
  text-decoration: underline;
}

.default-page .main-footer {
  background-color: #363539;
}

.default-page .main-footer a {
  color: #fff;
  text-decoration: none;
}

.default-page .main-footer a:hover {
  text-decoration: underline;
}

.default-page .main-footer .nav-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Med";
}

.default-page .main-footer .footer-content {
  padding: 75px 0;
}

.default-page .main-footer .footer-content .container {
  display: flex;
}

.default-page .main-footer .footer-content .logo-col {
  order: 1;
  flex: 0 0 350px;
  color: #fff;
}

.default-page .main-footer .footer-content .logo-col img {
  display: block;
  width: 220px;
}

.default-page .main-footer .footer-content .logo-col .black-logo {
  display: none;
}

.default-page .main-footer .footer-content .footer-text {
  max-width: 300px;
  margin-top: 20px;
}

.default-page .main-footer .footer-content .social-col {
  order: 4;
  color: #fff;
}

.default-page .main-footer .footer-content .social-col .nav-title {
  margin-bottom: 15px;
}

.default-page .main-footer .footer-content .social-col .instagram-item {
  background: url(../img/instagram-icon-w.svg) no-repeat center;
  background-size: 25px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.default-page .main-footer .footer-content .social-col .viber-item {
  background: url(../img/viber-icon-w.svg) no-repeat center;
  background-size: 26px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.default-page .main-footer .footer-content .social-col .facebook-item {
  background: url(../img/facebook-icon-w.svg) no-repeat center;
  background-size: 14px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.default-page .main-footer .footer-content .nav-col {
  order: 2;
  flex: 0 0 340px;
  color: #fff;
}

.default-page .main-footer .footer-content .nav-col .nav-item {
  font-size: 16px;
  margin: 0 0 5px;
}

.default-page .main-footer .footer-content .nav-col .nav-item a {
  color: #fff;
  text-decoration: none;
}

.default-page .main-footer .footer-content .nav-col .nav-item a:hover {
  text-decoration: underline;
}

.default-page .main-footer .footer-bottom {
  background-color: #0A0300;
  padding: 20px 0;
  color: #fff;
}

.default-page .main-footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
}

.default-page .main-footer .site-developer span {
  font-weight: 700;
}

@media (max-width: 2100px) {
  .footer-section .main-footer .footer-bottom .container {
    padding-right: 200px;
  }

  .default-page .main-footer .footer-bottom .container {
    padding-right: 200px;
  }
}

@media (max-width: 2000px) {
  .footer-section .col-6>.container {
    padding-bottom: 80px;
  }

  .footer-section .form-container {
    margin-bottom: 50px;
  }
}

@media (max-width: 1700px) {
  .footer-section .col-6>.container {
    padding: 0 0 40px 15px;
  }

  .footer-section .form-container {
    margin-bottom: 70px;
  }

  .footer-section .form-container .h2 {
    font-size: 24px;
  }

  .footer-section .form-container .sub-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-section .form-container .form-group .form-control {
    font-size: 13px;
    height: 32px;
  }

  .footer-section .logo-col {
    display: none;
  }

  .footer-section .logo-col img {
    width: 150px;
  }

  .footer-section .logo-col p {
    font-size: 13px;
  }

  .footer-section .nav-col .nav-title {
    font-size: 16px;
    font-weight: 700;
  }

  .footer-section .nav-col .nav-item {
    font-size: 14px;
  }

  .footer-section .main-footer {
    width: 100%;
  }

  .footer-section .main-footer .footer-bottom {
    padding: 5px 0;
  }

  .footer-section .main-footer .footer-bottom .container {
    padding-right: 470px;
  }

  .footer-section .nav-col {
    flex: 0 0 45%;
    padding-top: 10px;
  }

  .footer-section .social-col {
    flex: 0 0 10%;
    margin-bottom: 0;
    order: 5;
  }

  .footer-section .social-col .instagram-item {
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 15px;
  }

  .footer-section .social-col .facebook-item {
    background-size: 10px;
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 15px;
  }

  .footer-section .social-col .viber-item {
    display: block;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
  }

  .footer-section .logo-text {
    margin-top: -200px;
  }

  .footer-section .logo-text img {
    width: 80px;
  }

  .default-page .main-footer .footer-content {
    padding: 50px 0;
  }

  .default-page .main-footer .footer-content .nav-col {
    flex: 0 0 300px;
  }

  .default-page .main-footer .footer-bottom .container {
    padding-right: 500px;
  }
}

@media (max-width: 1439px) {
  .footer-section .main-footer .footer-bottom .container {
    padding-right: 405px;
  }

  .footer-section .logo-text {
    display: none;
  }

  .default-page .main-footer .footer-bottom .container {
    padding-right: 420px;
  }
}

@media (max-width: 1199px) {
  .footer-section {
    background-color: #fafafa !important;
  }

  .footer-section .main-footer {
    background-color: #363539;
    padding-top: 30px;
    position: relative;
  }

  .footer-section .main-footer:before,
  .footer-section .main-footer:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #363539;
  }

  .footer-section .main-footer:before {
    right: 100%;
  }

  .footer-section .main-footer:after {
    left: 100%;
  }

  .footer-section .main-footer .footer-bottom {
    position: relative;
    z-index: 1;
  }

  .footer-section .main-footer .footer-bottom:before,
  .footer-section .main-footer .footer-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #262626;
  }

  .footer-section .main-footer .footer-bottom:before {
    right: 100%;
  }

  .footer-section .main-footer .footer-bottom:after {
    left: 100%;
  }

  .footer-section .main-footer .footer-bottom .container {
    padding-right: 300px;
    padding-left: 15px;
  }

  .footer-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 950px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer-section .col-6 {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-section .col-6 .container {
    height: auto;
    padding: 0;
    width: 100%;
  }

  .footer-section .form-container {
    margin: 50px auto 70px;
    width: 400px;
    position: relative;
  }

  .footer-section .form-container:before {
    content: '';
    width: 600px;
    height: 220px;
    position: absolute;
    left: -100px;
    right: -100px;
    margin: 0 auto;
    background: url(../img/gray-logo.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    top: 30px;
  }

  .footer-section .form-container .submit-btn {
    background-color: #fafafa;
  }

  .footer-section .form-container form {
    width: auto;
    position: relative;
    z-index: 5;
  }

  .footer-section .footer-wallpaper {
    display: none;
  }

  .footer-section .nav-col {
    flex: 0 0 30%;
    margin-bottom: 20px;
    color: #fff;
  }

  .footer-section .nav-col .nav-title {
    margin-bottom: 5px;
  }

  .footer-section .nav-col .nav-item a {
    color: #fff;
  }

  .footer-section .logo-text {
    display: none;
  }

  .footer-section .logo-col {
    display: block;
    color: #fff;
    flex: 0 0 40%;
  }

  .footer-section .logo-col .black-logo {
    display: none;
  }

  .footer-section .logo-col .white-logo {
    display: block;
  }

  .footer-section .social-col {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .footer-section .social-col .nav-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .footer-section .social-col .instagram-item {
    background: url(../img/instagram-icon-w.svg) no-repeat center;
    background-size: 25px;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 20px;
    display: inline-block;
  }

  .footer-section .social-col .viber-item {
    background: url(../img/viber-icon-w.svg) no-repeat center;
    background-size: 26px;
    width: 28px;
    height: 28px;
    vertical-align: top;
    display: inline-block;
  }

  .footer-section .social-col .facebook-item {
    background: url(../img/facebook-icon-w.svg) no-repeat center;
    background-size: 14px;
    width: 28px;
    height: 28px;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
  }

  .default-page .main-footer .footer-content .container {
    flex-wrap: wrap;
  }

  .default-page .main-footer .footer-content .logo-col {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .default-page .main-footer .footer-content .logo-col a {
    display: inline-block;
  }

  .default-page .main-footer .footer-content .logo-col img {
    width: 180px;
  }

  .default-page .main-footer .footer-content .footer-text {
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .footer-section .main-footer .footer-bottom .container {
    padding-right: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-section .main-footer .footer-bottom .site-copyright {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer-section .main-footer .footer-bottom .site-developer {
    width: 100%;
  }

  .footer-section .main-footer .footer-bottom .site-developer a {
    color: #ccc;
  }

  .default-page .main-footer .footer-bottom {
    padding: 10px 0;
  }

  .default-page .main-footer .footer-bottom .container {
    padding-right: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .default-page .main-footer .footer-bottom .container .site-copyright {
    width: 100%;
    margin-bottom: 5px;
  }

  .default-page .main-footer .footer-bottom .container .site-developer {
    width: 100%;
  }

  .default-page .main-footer .footer-bottom .container .site-developer a {
    color: #ccc;
  }
}

@media (max-width: 991px) {
  .footer-section .logo-col {
    flex: 0 0 100%;
  }

  .footer-section .nav-col {
    flex: 0 0 32%;
    padding-top: 0;
  }

  .footer-section .social-col {
    flex: 0 0 32%;
  }

  .footer-section .main-footer .footer-bottom .container {
    padding-left: 0;
  }

  .default-page .main-footer .footer-content {
    padding: 30px 0;
  }

  .default-page .main-footer .footer-content .logo-col img {
    width: 150px;
  }

  .default-page .main-footer .footer-content .logo-col p {
    font-size: 14px;
  }

  .default-page .main-footer .footer-content .nav-col {
    flex: 0 0 32%;
  }

  .default-page .main-footer .footer-content .nav-col .nav-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .default-page .main-footer .footer-content .nav-col .nav-item {
    font-size: 14px;
  }

  .default-page .main-footer .footer-content .social-col {
    flex: 0 0 30%;
  }

  .default-page .main-footer .footer-content .social-col .nav-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .default-page .main-footer .footer-content .footer-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-section .nav-col {
    flex: 0 0 50%;
  }

  .footer-section .social-col {
    flex: 0 0 100%;
  }

  .footer-section .form-container:before {
    width: 500px;
    height: 200px;
  }

  .default-page .main-footer .footer-content .nav-col {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .default-page .main-footer .footer-content .social-col {
    flex: 0 0 100%;
  }
}

@media (max-width: 575px) {
  .footer-section .nav-col {
    flex: 0 0 100%;
  }

  .footer-section .nav-col .nav-title {
    font-size: 14px;
  }

  .footer-section .nav-col .nav-item {
    font-size: 13px;
  }

  .footer-section .form-container {
    width: 100%;
    padding: 0 10px;
  }

  .footer-section .form-container:before {
    width: 400px;
  }

  .footer-section .form-container form {
    width: 100%;
  }

  .footer-section .social-col .nav-title {
    font-size: 14px;
  }

  .footer-section .main-footer .footer-bottom .container {
    padding-left: 15px;
  }

  .default-page .main-footer .footer-content .nav-col {
    flex: 0 0 100%;
  }
}

@media (max-width: 479px) {
  .footer-section .form-container:before {
    width: 350px;
  }
}

@media (max-width: 400px) {
  .footer-section .form-container:before {
    width: 290px;
    top: 50px;
  }
}

.error-page .main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center;
}

.error-page .main-content .lg-nums {
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  color: #0ABAB5;
}

.error-page .main-content .h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
}

.error-page .main-content p {
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto 40px;
  color: #121212;
}

.error-page .main-content .btn-link {
  border: 1px solid #121212;
  font-size: 18px;
  color: #121212;
  transition: all 0.25s ease;
  padding: 8px 45px 9px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
}

.error-page .main-content .btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.error-page .main-content .btn-link:hover {
  color: #fff;
}

.error-page .main-content .btn-link:hover:before {
  transform: scaleX(1);
}

@media (max-width: 1199px) {
  .error-page .main-content .h2 {
    font-size: 28px;
  }
  .flat-choose .right-aside {
  left: 0px !important;
}
}

@media (max-width: 991px) {
  .error-page .main-content .lg-nums {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .error-page .main-content .lg-nums {
    font-size: 80px;
  }

  .error-page .main-content .h2 {
    font-size: 24px;
  }

  .error-page .main-content p {
    font-size: 14px;
  }

  .error-page .main-content .btn-warning {
    font-size: 14px;
    width: 160px;
  }

}

.d-none {
  display: none;
}

.red {
  border: 1px solid red !important;
}

.green {
  border: 1px solid green;
}

.index-page .section:first-child {
    opacity: 1;
}

.index-page .section.pp-section {
 opacity: 1; 
}

.index-page .section {
    opacity: 0;
}

.index-page .section:first-child {
    opacity: 1;
}

.index-page .section.pp-section {
    opacity: 1;
}


@media (max-width: 1199px) {
	#fullpage .section {
	    position: relative;
	    opacity: 1;
	}
}