.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: 'Montserrat','Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  min-width: 320px;
  letter-spacing: 0.3px;
  height: 100%; }
  body.fixed {
    overflow: hidden !important; }

.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: 1280px; } }

.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%; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0; }

@media (min-width: 1024px) {
  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 100px; } }

.menu-item {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid rgba(163, 148, 125, 0.2); }

@media (min-width: 1024px) {
  .menu-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 20px;
    border: 0; } }

.language-btn, .language-link, .menu-link {
  background: none;
  outline: 0;
  padding: 18px 0 19px;
  border: none;
  border-radius: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: color .1s;
  transition: color .1s; }

.menu-link {
  position: relative; 
text-transform: uppercase;
}
  .menu-link.active {
    pointer-events: none; }
    .menu-link.active:after {
      width: 100%;
      background-color: #ccc; }
  .menu-link:hover:after {
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff; }
  .menu-link:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    width: 0;
    height: 1px;
    background-color: transparent;
    bottom: -5px;
    transition: 0.25s; }

.language-btn {
  position: relative;
  padding-right: 15px !important; }
  .language-btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: calc(50% - 2px);
    right: 0; }

.header .social {
  margin-left: auto; }

@media (min-width: 1024px) {
  .language-btn, .language-link, .menu-link {
    max-width: 100px;
    font-size: 11px;
    padding: 0;
    text-align: center; }
  .language {
    position: relative; } }

@media (min-width: 1400px) {
  .menu-item {
    margin-left: 30px; }
  .language-btn, .language-link, .menu-link {
    max-width: 120px;
    font-size: 13px; } }

@media (min-width: 1800px) {
  .menu-item {
    margin-left: 60px; }
  .language-btn, .language-link, .menu-link {
    max-width: 135px;
    font-size: 22px; } }

.language-btn:focus, .language-btn:hover, .language-link:focus, .language-link:hover, .menu-link:focus, .menu-link:hover {
  color: #fff; }

.active.language-btn, .active.language-link, .menu-link.active {
  color: gray;
  pointer-events: none; }

.menu-link:hover {
  color: gray; }

.language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0; }

@media (min-width: 1024px) {
  .language-list {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    background-color: #1F5140;
    margin-top: 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform .5s .3s;
    transition: transform .5s .3s;
    transition: transform .5s .3s,-webkit-transform .5s .3s; }
  .language-list-open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .language-list-open .language-item {
    -webkit-animation: 1s both fadeIn;
    animation: 1s both fadeIn; }
  .language-list-open .language-item:nth-child(1) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  .language-list-open .language-item:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .language-list-close .language-item {
    -webkit-animation: .15s both fadeOut;
    animation: .15s both fadeOut; }
  .language-list-close .language-item:nth-last-child(1) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  .language-list-close .language-item:nth-last-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; } }

@media (min-width: 1024px) and (min-height: 810px) {
  .language-list {
    margin-top: 42px; } }

@media (min-width: 1400px) {
  .language-list {
    margin-top: 22px; } }

@media (min-width: 1400px) and (min-height: 810px) {
  .language-list {
    margin-top: 40px; }
  .language-btn {
    font-size: 20px; }
    .language-btn:after {
      top: 12px; } }

.language-item {
  margin-left: 20px; }

@media (min-width: 1024px) {
  .language-item {
    margin-left: 0; }
  .language-link {
    padding: 20px 25px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%; }

@media (max-width: 1023px) {
  .language-link {
    position: relative; }
  .language-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px; }
  .nav-main {
    position: absolute;
    width: 250px;
    top: 100%;
    right: 0;
    z-index: 400;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #1F5140;
    padding: 10px 30px 30px;
    text-align: right;
    overflow-y: auto;
    max-height: calc(100vh - 70px); }
  .nav-main .language {
    border-top: 1px solid rgba(163, 148, 125, 0.2);
    margin-top: 5px; }
  .nav-main .social {
    margin-top: 20px;
    text-align: inherit; }
  .nav-main .language, .nav-main .menu, .nav-main .social {
    width: 100%; }
  .nav-main .logo {
    display: none; }
  .menu-link:after {
    display: none; }
  .nav-main-open .social {
    margin-top: 10px; } }

@media (max-width: 1023px) and (min-width: 480px) {
  .nav-main {
    max-height: calc(100vh - 115px); } }

@media (max-width: 1023px) and (min-width: 768px) and (min-height: 810px) {
  .nav-main {
    max-height: calc(100vh - 140px); } }

@media (min-width: 1024px) {
  .nav-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav-main .language {
    margin-left: 20px; } }

@media (min-width: 1024px) and (min-width: 1400px) {
  .nav-main .language {
    margin-left: 30px; } }

@media (min-width: 1024px) and (min-width: 1800px) {
  .nav-main .language {
    margin-left: 40px; } }

@media (max-width: 1023px) {
  .nav-main {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .5s .3s;
    transition: transform .5s .3s;
    transition: transform .5s .3s,-webkit-transform .5s .3s; }
  .nav-main-open {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  .nav-main-open .language {
    -webkit-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) fadeInLeft;
    animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .nav-main-open .menu-item {
    -webkit-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s fadeInLeft;
    animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .nav-main-open .menu-item:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .nav-main-open .menu-item:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .nav-main-open .menu-item:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .nav-main-open .menu-item:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .nav-main-open .menu-item:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  .nav-main-open .menu-item:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .nav-main-open .menu-item:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  .nav-main-open .social {
    -webkit-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.9s fadeInLeft;
    animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.9s fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .nav-main-open .language {
    -webkit-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.1s fadeInLeft;
    animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.1s fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  .nav-main--close .language {
    -webkit-animation: .25s .3s both fadeOut;
    animation: .25s .3s both fadeOut; }
  .nav-main--close .menu-item {
    -webkit-animation: .2s both fadeOut;
    animation: .2s both fadeOut; }
  .nav-main--close .menu-item:nth-last-child(1) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s; }
  .nav-main--close .menu-item:nth-last-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s; }
  .nav-main--close .menu-item:nth-last-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  .nav-main--close .menu-item:nth-last-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .nav-main--close .menu-item:nth-last-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s; }
  .nav-main--close .menu-item:nth-last-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .nav-main--close .menu-item:nth-last-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s; }
  @keyframes fadeOut {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  .nav-main--close .social {
    -webkit-animation: .25s both fadeOut;
    animation: .25s both fadeOut; } }

.nav-main-btn {
  background: 0 0;
  outline: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .11em;
  -webkit-transition: color .1s;
  transition: color .1s;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center; }

.nav-main-btn:hover {
  color: #a3a3a3; }

.nav-main-btn:focus {
  color: #e3e3e3; }

.nav-main-btn:active {
  color: #fff; }

.nav-main-btn-title {
  display: inline-block; }

.nav-main-btn-title + .nav-main-btn-icon {
  margin-left: 2px; }

.nav-main-btn-icon {
  display: inline-block; }

@media (min-width: 480px) {
  .nav-main-btn {
    font-size: 14px; }
  .nav-main-btn-title + .nav-main-btn-icon {
    margin-left: 5px; }
  .nav-main-btn-icon {
    vertical-align: text-top; } }

.nav-main-btn-icon path {
  fill: currentColor; }

.nav-main-btn-icon + .nav-main-btn-title {
  margin-left: 2px; }

.nav-main-btn:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: -1;
  background-color: #262424;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .8s .3s;
  transition: transform .8s .3s;
  transition: transform .8s .3s,-webkit-transform .8s .3s;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  pointer-events: none; }

@media (min-width: 480px) {
  .nav-main-btn-icon + .nav-main-btn-title {
    margin-left: 5px; }
  .nav-main-btn:after {
    bottom: -25px; } }

.nav-main-btn[aria-expanded=true]:after {
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: none;
  transform: none; }

.header {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #121216;
  height: 50px;
  border-bottom: 2px solid #B60E15; }

@media (min-width: 480px) {
  .header {
    height: 90px; } }

@media (min-width: 768px) and (min-height: 810px) {
  .nav-main-btn:after {
    bottom: -32px; }
  .header {
    height: 80px; } }

@media (min-width: 1024px) and (min-height: 810px) {
  .header {
    height: 100px; } }

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  line-height: 0;
  margin-right: auto; }

.logo img {
  max-width: 100%;
  height: auto; }

@media (min-width: 480px) {
  .logo {
    width: 120px; } }

@media (min-width: 768px) {
  .logo {
    width: 150px; } }

@media (min-width: 1024px) {
  .logo {
    width: 150px;
    margin-right: auto; }
  .language-btn, .language-link, .menu-link {
    font-size: 16px; }
  .menu {
    margin-right: 0; } }

@media (min-width: 1400px) {
  .logo {
    width: 200px; } }

@media (min-width: 1800px) {
  .logo {
    width: 300px; }
  .header {
    height: 110px;
    border-bottom: 3px solid #B60E15; } }

@media (min-width: 1900px) {
  .logo {
    width: 380px;
    margin-right: auto; }
  .header {
    height: 145px;
    border-bottom: 3px solid #B60E15; }
  .language-btn, .language-link, .menu-link {
    font-size: 22px; } }

.index-page .text-section {
  padding: 180px 0; }
  .index-page .text-section .container {
    position: relative; }
  .index-page .text-section h2 {
    font-size: 32px;
    margin: 0 0 20px;
    position: relative;
    z-index: 10; }
  .index-page .text-section h3, .index-page .text-section ul {
    position: relative;
    z-index: 10; }
  .index-page .text-section p {
    font-size: 16px;
    position: relative;
    z-index: 10; }
  .index-page .text-section .object-9 {
    position: absolute !important;
    left: -100px !important;
    top: -50px !important;
    z-index: 1; }

.index-page .main-nav a:first-child {
  display: none; }

.index-page .main-footer .footer-bottom {
  background-color: #04070b; }

.index-page .leave-request {
  margin-top: 0; }

.index-jumbotron {
  height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .index-jumbotron .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .index-jumbotron h1 {
    margin: 25px 0;
    line-height: 1;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase; }
  .index-jumbotron .sup-title {
    font-size: 18px;
    font-weight: 500;
    color: #F1D558; }
  .index-jumbotron p {
    font-size: 18px;
    max-width: 450px;
    margin: 0 0 35px; }
  .index-jumbotron .btn-primary {
    width: 220px;
    padding: 12px 10px; }

.index-avantages {
  padding: 100px 0 190px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative; }
  .index-avantages:after {
    content: '';
    height: 190px;
    background: #0B203A;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .index-avantages .container {
    position: relative;
    z-index: 5; }
  .index-avantages .title-container {
    margin-bottom: 300px; }
  .index-avantages .object-3 {
    position: absolute !important;
    left: -50px !important;
    right: -50px !important;
    top: -1% !important;
    z-index: 10; }
    .index-avantages .object-3 img {
      width: 100%; }
  .index-avantages .object-4 {
    position: absolute !important;
    left: auto !important;
    right: -50% !important;
    top: -150px !important; }

.avantagess-slider {
  width: 1600px;
  margin-right: -200px;
  align-self: flex-end;
  z-index: 5; }
  .avantagess-slider:before {
    content: '';
    height: 245px;
    width: 1400px;
    background: linear-gradient(to left, #255FA9, 50%, #0B203A 100%);
    position: absolute;
    top: -100px;
    left: 200px; }
  .avantagess-slider .item {
    background-color: #F5FAFF;
    padding: 30px;
    border-radius: 12px;
    float: none;
    height: auto;
    outline: 0;
    min-height: 260px;
    margin-right: 30px;
    color: #121212;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .avantagess-slider .item img {
      display: block !important; }
  .avantagess-slider .slick-list {
    border-radius: 12px; }
  .avantagess-slider .slick-track {
    display: flex; }
  .avantagess-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #255FA9;
    transition: 0.25s; }
    .avantagess-slider .slick-arrow img {
      display: block; }
    .avantagess-slider .slick-arrow.slick-prev {
      padding-right: 1px;
      display: none !important; }
    .avantagess-slider .slick-arrow.slick-next {
      left: -70px;
      padding-right: 2px; }
      .avantagess-slider .slick-arrow.slick-next img {
        transform: rotate(180deg); }
    .avantagess-slider .slick-arrow:hover {
      background-color: #2171d7; }
  .avantagess-slider .item-img {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center; }
    .avantagess-slider .item-img img {
      display: block;
      max-width: 45px; }
  .avantagess-slider .item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%; }
  .avantagess-slider .item-text {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto; }
  .avantagess-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 30px;
    bottom: -50px;
    text-align: center; }
    .avantagess-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
      .avantagess-slider .slick-dots li button {
        font-size: 0;
        border: 0;
        background-color: transparent;
        border: 1px solid #F5FAFF;
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 50%;
        padding: 0; }
      .avantagess-slider .slick-dots li.slick-active button {
        background-color: #F5FAFF; }

.index-steps {
  padding: 120px 0 100px;
  position: relative;
  z-index: 5;
  background-color: #0B203A; }
  .index-steps .title-container {
    margin-bottom: 130px; }
  .index-steps iframe {
    width: 954px !important;
    margin: 0 auto;
    display: block;
    height: 480px !important;
    border-radius: 4px; }
  .index-steps .step-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px; }
    .index-steps .step-row .step-item {
      width: 200px;
      flex: 0 0 200px;
      text-align: center;
      position: relative; }
      .index-steps .step-row .step-item:after {
        content: '';
        position: absolute;
        left: calc(100% + 10px);
        top: 5px;
        width: 50px;
        height: 30px;
        background: url(../img/icons/step-arrow.svg) no-repeat center;
        background-size: 45px 8px; }
      .index-steps .step-row .step-item:last-child:after {
        display: none; }
    .index-steps .step-row .item-img {
      height: 40px;
      margin-bottom: 5px; }
      .index-steps .step-row .item-img img {
        display: block;
        max-width: 40px;
        max-height: 40px;
        margin: 0 auto; }
    .index-steps .step-row .item-title {
      font-size: 20px;
      margin-bottom: 3px; }
    .index-steps .step-row .item-text {
      font-size: 14px; }
  .index-steps .object-5 {
    position: absolute !important;
    left: auto !important;
    right: -300px !important;
    top: 30% !important;
    opacity: 0.4; }
    .index-steps .object-5 img {
      width: 500px; }
  .index-steps .object-6 {
    position: absolute !important;
    left: 1% !important;
    top: auto !important;
    bottom: -12% !important; }

@media (max-width: 2000px) {
  .index-jumbotron {
    height: 750px; }
  .index-avantages .object-4 {
    right: -70% !important; } }

@media (max-width: 1936px) {
  .index-steps .object-5 {
    right: -200px !important; }
    .index-steps .object-5 img {
      width: 350px; } }

@media (max-width: 1700px) {
  .index-jumbotron {
    height: 650px; }
    .index-jumbotron h1 {
      font-size: 48px; }
  .index-avantages .title-container {
    margin-bottom: 200px;
    margin-top: 50px; }
  .index-avantages .object-4 {
    right: -40% !important; }
    .index-avantages .object-4 img {
      width: 1000px; }
  .avantagess-slider {
    width: 1500px;
    margin-right: -300px; }
  .index-steps .object-5 {
    right: -150px !important; }
    .index-steps .object-5 img {
      width: 250px; }
  .index-steps .object-6 img {
    width: 150px; } }

@media (max-width: 1536px) {
  .index-page .title-container h1, .index-page .title-container h2, .index-page .title-container .h1, .index-page .title-container .h2 {
    font-size: 36px; }
  .index-jumbotron {
    height: 600px; }
    .index-jumbotron h1 {
      font-size: 42px; } }

@media (max-width: 1439px) {
  .index-page .text-section {
    padding: 120px 0; }
    .index-page .text-section h2 {
      font-size: 28px; }
    .index-page .text-section p {
      font-size: 14px; }
    .index-page .text-section .object-9 img {
      width: 150px; }
  .index-page .title-container h1, .index-page .title-container h2, .index-page .title-container .h1, .index-page .title-container .h2 {
    font-size: 32px; }
    .index-page .title-container h1:after, .index-page .title-container h2:after, .index-page .title-container .h1:after, .index-page .title-container .h2:after {
      width: 120px;
      height: 70px;
      left: calc(100% - 40px);
      top: calc(50% - 35px); }
  .index-jumbotron {
    height: 550px; }
  .avantagess-slider {
    width: 1100px;
    margin-right: -200px; }
  .index-steps iframe {
    width: 800px !important; }
  .index-steps .step-row .step-item {
    width: 20%;
    flex: 0 0 20%; }
    .index-steps .step-row .step-item:after {
      display: none; }
  .index-steps .step-row .item-title {
    font-size: 16px; }
  .index-steps .step-row .step-text {
    font-size: 12px; } }

@media (max-width: 1199px) {
  .index-jumbotron {
    height: 500px;
    padding-bottom: 30px; }
    .index-jumbotron .sup-title {
      font-size: 16px; }
    .index-jumbotron h1 {
      font-size: 36px;
      margin: 15px 0; }
    .index-jumbotron p {
      font-size: 16px; }
    .index-jumbotron .btn-primary {
      font-size: 16px; }
  .avantagess-slider {
    width: 800px;
    margin-right: -50px; }
  .index-avantages .title-container {
    margin-bottom: 150px; } }

@media (max-width: 991px) {
  .index-jumbotron {
    height: 400px;
    padding-bottom: 30px;
    background-position: left center; }
    .index-jumbotron .sup-title {
      font-size: 14px; }
    .index-jumbotron h1 {
      font-size: 32px;
      margin: 15px 0; }
    .index-jumbotron p {
      font-size: 14px; }
    .index-jumbotron .btn-primary {
      font-size: 14px; }
  .index-page .text-section {
    padding: 100px 0; }
    .index-page .text-section h2 {
      font-size: 20px; }
  .index-page .title-container h1, .index-page .title-container h2, .index-page .title-container .h1, .index-page .title-container .h2 {
    font-size: 28px; }
    .index-page .title-container h1:after, .index-page .title-container h2:after, .index-page .title-container .h1:after, .index-page .title-container .h2:after {
      width: 100px;
      height: 50px;
      left: calc(100% - 40px);
      top: calc(50% - 25px); }
  .index-avantages .object-4 {
    display: none !important; }
  .index-avantages .object-3 {
    top: 12% !important; }
  .avantagess-slider {
    padding-left: 50px;
    width: 800px;
    margin-right: -50px; }
    .avantagess-slider .slick-arrow.slick-next {
      left: 0; }
  .index-steps iframe {
    width: 100% !important;
    height: 400px !important; }
  .index-steps .step-row {
    flex-wrap: wrap;
    justify-content: center; }
    .index-steps .step-row .step-item {
      width: 33.33%;
      flex: 0 0 33.33%;
      margin-bottom: 40px; }
      .index-steps .step-row .step-item:after {
        display: none; }
    .index-steps .step-row .item-title {
      font-size: 16px; }
    .index-steps .step-row .step-text {
      font-size: 12px; }
  .index-steps .object-6 {
    bottom: -7% !important; } }

@media (max-width: 767px) {
  .index-jumbotron {
    height: 350px;
    padding-bottom: 15px; }
    .index-jumbotron .sup-title {
      font-size: 13px; }
    .index-jumbotron h1 {
      font-size: 28px;
      margin: 15px 0; }
    .index-jumbotron p {
      font-size: 14px;
      margin-bottom: 20px; }
    .index-jumbotron .btn-primary {
      width: 180px;
      font-size: 13px;
      padding: 10px 0; }
  .index-page .title-container h1, .index-page .title-container h2, .index-page .title-container .h1, .index-page .title-container .h2 {
    font-size: 24px; }
    .index-page .title-container h1:after, .index-page .title-container h2:after, .index-page .title-container .h1:after, .index-page .title-container .h2:after {
      width: 100px;
      height: 50px;
      left: calc(100% - 40px);
      top: calc(50% - 25px); }
  .index-avantages {
    display: block;
    padding-top: 30px;
    padding-bottom: 100px; }
    .index-avantages:after {
      display: none; }
    .index-avantages .object-3 {
      display: none !important; }
    .index-avantages .title-container {
      margin-top: 0;
      margin-bottom: 50px; }
  .avantagess-slider {
    padding-left: 0;
    width: 100%;
    margin-right: 0; }
    .avantagess-slider:before {
      display: none; }
    .avantagess-slider .item {
      margin: 0 10px; }
    .avantagess-slider .slick-list {
      padding: 0 100px !important;
      border-radius: 0; }
    .avantagess-slider .slick-arrow {
      display: none !important; }
  .index-steps iframe {
    width: 100% !important;
    height: 300px !important; }
  .index-steps .title-container {
    margin-bottom: 80px; }
  .index-steps .step-row {
    margin-bottom: 30px; }
    .index-steps .step-row .step-item {
      width: 100%;
      flex: 0 0 100%; }
    .index-steps .step-row .item-title {
      font-size: 16px; }
    .index-steps .step-row .step-text {
      font-size: 12px; }
  .index-steps .object-6 {
    display: none !important; } }

@media (max-width: 575px) {
  .index-jumbotron {
    height: 300px; }
    .index-jumbotron h1 {
      font-size: 24px; }
    .index-jumbotron p {
      font-size: 12px; }
  .index-page .text-section {
    padding: 80px 0; }
    .index-page .text-section h2 {
      font-size: 18px; }
  .index-page .title-container h1, .index-page .title-container h2, .index-page .title-container .h1, .index-page .title-container .h2 {
    font-size: 20px; }
    .index-page .title-container h1:after, .index-page .title-container h2:after, .index-page .title-container .h1:after, .index-page .title-container .h2:after {
      width: 100px;
      height: 50px;
      left: calc(100% - 40px);
      top: calc(50% - 25px); }
  .avantagess-slider .item {
    margin: 0 5px;
    padding: 20px 15px; }
  .avantagess-slider .item-text {
    max-width: none; }
  .avantagess-slider .slick-list {
    padding: 0 30px !important; } }

@media (max-width: 479px) {
  .index-steps iframe {
    height: 250px !important; }
  .avantagess-slider .slick-list {
    padding: 0 50px !important; } }

@media (max-width: 390px) {
  .index-steps iframe {
    height: 220px !important; } }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent; }

b, strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

ul {
  list-style: none; }

*, :after, :before, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  cursor: pointer; }

html {
  color: #121212;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  overflow: visible !important;
  height: 100%; }

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #121216; }

.wrapper .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 1px; }

.main {
  position: relative; }

.main .social {
  position: absolute;
  top: 50.5%;
  left: 0;
  z-index: 11;
  width: 7.03%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.main .sections-nav {
  display: none; }

@media (min-width: 1024px) {
  .main .sections-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    display: block;
    width: 7.03%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

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

@media (max-width: 319px) {
  .visible-xs {
    display: none !important; } }

@media (max-width: 479px) {
  .visible-tb {
    display: none !important; } }

@media (max-width: 767px) {
  .visible-lp {
    display: none !important; } }

@media (max-width: 1023px) {
  .visible-lg {
    display: none !important; } }

@media (max-width: 1399px) {
  .visible-mlg {
    display: none !important; } }

@media (min-width: 320px) {
  .hidden-xs {
    display: none !important; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.h1, h1 {
  font-size: 1.875em;
  line-height: 1.2; }

@media (min-width: 480px) {
  .hidden-tb {
    display: none !important; }
  .h1, h1 {
    font-size: 2.125em; } }

@media (min-width: 768px) {
  .hidden-lp {
    display: none !important; }
  .h1, h1 {
    font-size: 2.5em; } }

@media (min-width: 1400px) {
  .hidden-mlg {
    display: none !important; }
  .h1, h1 {
    font-size: 3.125em; } }

.h2, h2 {
  font-size: 1.875em;
  line-height: 1.334; }

@media (min-width: 1024px) and (min-height: 811px) {
  .h2, h2 {
    font-size: 3.125em;
    line-height: 1.2; } }

.h3, h3 {
  font-size: 1.5625em; }

@media (min-width: 1024px) {
  .container {
    padding-left: 5%;
    padding-right: 5%; }
  .hidden-lg {
    display: none !important; }
  .h3, h3 {
    font-size: 2.5em; } }

.h4, h4 {
  font-size: 1.25em; }

@media (min-width: 1024px) {
  .h4, h4 {
    font-size: 1.875em; } }

.h5, h5 {
  font-size: 1.125em; }

.h6, h6 {
  font-size: 1em; }

a {
  color: inherit;
  text-decoration: none; }

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

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

.text-block h2 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 600; }

.text-block h3 {
  font-size: 20px;
  margin: 15px 0 5px;
  font-weight: 600; }

.text-block p {
  margin: .6em 0; }

.text-block ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }

.text-block li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 16px; }

.text-block li:before {
  content: '';
  position: absolute;
  top: 11px;
  width: 6px;
  height: 6px;
  left: 0px;
  background-color: #fff;
  border-radius: 50%; }

.text-block img {
  width: 100%;
  max-width: 100%; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #a3947d;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.section {
  height: 100%;
  position: relative; }

.section-content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-height: 100%;
  align-items: center; }

.section-multimedia {
  position: relative;
  overflow: hidden; }

.section-multimedia img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.section-title {
  margin-bottom: 25px; }

.section-descr {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: -.01em; }

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 35px; }
  .section-descr {
    font-size: 1.125em; } }

@media (min-width: 1024px) and (min-height: 811px) {
  .section-descr {
    font-size: 1.25em; } }

.section__btn {
  margin-top: 25px; }

@media (min-width: 768px) {
  .section__btn {
    margin-top: 52px; } }

.social {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #a3947d; }

.social-item {
  display: inline-block;
  margin: 0 0 0 5px; }

.social-link {
  display: inline-block;
  padding: 10px;
  -webkit-transition: color .3s;
  transition: color .3s;
  line-height: 0; }

.social-link:hover {
  color: #999; }

.social-link svg {
  width: 15px;
  height: 15px;
  fill: #fff; }

.social-box .social-item {
  display: block;
  margin: 35px 0 0; }

.social-box .social-item:first-child {
  margin-top: 0; }

@media (min-width: 1024px) {
  .section-content::-webkit-scrollbar {
    width: 5px; }
  .section-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .section-content::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: #708090 solid 1px; }
  .social-item {
    margin-left: 20px; }
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  .main .social-item .social-link {
    -webkit-animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft;
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .main .social-item:nth-of-type(1) .social-link {
    -webkit-animation-delay: .12s;
    animation-delay: .12s; }
  .main .social-item:nth-of-type(2) .social-link {
    -webkit-animation-delay: .24s;
    animation-delay: .24s; }
  .main .social-item:nth-of-type(3) .social-link {
    -webkit-animation-delay: .36s;
    animation-delay: .36s; } }

.section-main {
  display: grid;
  grid-template-areas: "a";
  background-color: #121216; }
  .section-main > .container {
    position: absolute;
    bottom: 60px;
    left: 0; }

.section-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#121216), to(transparent));
  background-image: linear-gradient(to right, #121216, transparent); 
  }

.section-main .section-content {
  grid-area: a;
  -ms-flex-item-align: center;
  align-self: center; }

.section-main .section-multimedia {
  grid-area: a; }

.section-main .section-multimedia img {
  -o-object-position: 10% 100%;
  object-position: 10% 100%; }

.section-main-box {
  display: inline-block;
  color: #fff; }
  .section-main-box .h3 {
    font-size: 28px;
    margin-bottom: 35px;
    font-weight: 400;
    -webkit-animation: 1s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft;
    animation: 1s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft; }

.section-main-logo {
  max-width: 110px;
  margin-bottom: 10%;
  -webkit-animation: 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s fadeInRight;
  animation: 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s fadeInRight;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

@media (min-width: 480px) {
  .section-main::after {
    right: 40%; }
  .section-main-logo {
    max-width: 130px; } }

@media (min-width: 768px) {
  .section-main .section-multimedia img {
    -o-object-position: 0 100%;
    object-position: 0 100%; } }

@media (min-width: 1024px) {
  .section-main::after {
    right: 50%; }
  .section-main-logo {
    max-width: 380px; } }

@supports not (display: grid) {
  .section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-main .section-multimedia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-pagination-lock {
  display: none; }

.sections-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.sections-slider--scroll-area:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.sections-slider--scroll-area .sections-slider-wrapper {
  position: relative;
  z-index: 11; }

.sections-slider .section {
  overflow: hidden; }

.sections-nav {
  text-align: center; }

.sections-nav__bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 30px auto 0;
  border: 1px solid;
  opacity: .5;
  border-radius: 50%;
  cursor: pointer;
  position: relative; }

.sections-nav__bullet:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px; }

.sections-nav__bullet:first-child {
  margin-top: 0; }

.sections-nav__bullet:first-child:last-child {
  display: none; }

.sections-nav__bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #a3947d;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s; }

.sections-nav__bullet--active:before, .sections-nav__bullet:hover:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.sections-nav--clickable .sections-nav__bullet {
  cursor: pointer; }

.sections-nav--hidden {
  opacity: 0; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@media (min-width: 768px) {
  .section-article {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 100%; } }

@media (min-width: 1024px) {
  .section-article {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 767px) {
  .section-article .section-content {
    color: #000; }
  .section-article .section-multimedia {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3; } }

@supports not (display: grid) {
  .section-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-article .section-content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; }
  .section-article .section-multimedia {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  @media (min-width: 1024px) {
    .section-article .section-content, .section-article .section-multimedia {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } } }

.input {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 42px;
  min-height: 32px;
  max-height: 200px;
  padding: 12px 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-transition: background-position .2s,color .5s;
  transition: background-position .2s,color .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 2px solid #fff; }

.input[disabled] {
  opacity: .1; }

textarea.input {
  min-height: 72px; }

.label {
  display: inline-block;
  color: #ddd;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase; }

.frm-group {
  position: relative;
  z-index: 5;
  max-width: 100%;
  padding-top: 12px;
  line-height: 0; }

.frm-group-label {
  position: absolute;
  top: 27px;
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

.frm-group-input, .frm-group__select {
  position: relative; }

.frm-group.is-completed .frm-group-label,
.frm-group.is-active .frm-group-label {
  -webkit-transform: translateY(-28px) scale(0.7);
  transform: translateY(-28px) scale(0.7); }

.section-contact-col {
  color: #222; }

@media (min-width: 1024px) {
  textarea.input::-webkit-scrollbar {
    width: 10px; }
  textarea.input::-webkit-scrollbar-thumb {
    background-color: rgba(138, 125, 106, 0.2); }
  .section-contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .section-contact-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 100px; }
    .section-contact-col .btn-bg {
      width: 100%; }
  .section-contact .section-title {
    margin-bottom: 50px; } }

.section-contact .contact-form {
  margin-top: 40px;
  margin-bottom: 15px; }

@media (min-width: 1024px) {
  .section-contact .contact-form {
    margin-top: 64px;
    margin-bottom: 0;
    max-width: 390px;
    margin-left: 30px; } }

.contact-list {
  margin: 0;
  padding: 0; }

.contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.contact-list__item:not(:last-child) {
  margin-bottom: 28px; }

@media (min-width: 1024px) {
  .contact-list__item:not(:last-child) {
    margin-bottom: 39px; } }

.contact-list__title {
  color: #222;
  font-size: .75em;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px; }

@media (min-width: 1024px) {
  .contact-list__title {
    font-size: .8125em;
    margin-bottom: 10px; } }

@media (min-width: 1024px) and (max-height: 810px) {
  .contact-list__item:not(:last-child) {
    margin-bottom: 32px; }
  .contact-list__title {
    margin-bottom: 4px;
    font-size: .6875em; } }

.contact-list__value {
  font-size: .875em;
  line-height: 1.5; }

@media (min-width: 1024px) {
  .contact-list__value {
    font-size: 1.25em;
    line-height: 1.3; } }

.contact-list__value:not(:last-child) {
  margin-bottom: .75em; }

@media (max-height: 810px) {
  .contact-list__value:not(:last-child) {
    margin-bottom: .25em; } }

.contact-list__value[href] {
  white-space: nowrap;
  color: #222;
  background-position: right 100% bottom 0;
  background-size: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s; }

.contact-list__value[href]:hover {
  background-size: 100% .4em; }

.contact-list__value[href^="tel:"] {
  font-size: 1.25em;
  line-height: 1; 
}


@media (min-width: 1024px) and (max-height: 810px) {
  .contact-list__value {
    font-size: 1.125em; }
  .contact-list__value[href^="tel:"] {
    font-size: 1.6875em; } }

.contact-form-heading {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .contact-form-heading {
    margin-bottom: 20px; } }

@media (min-width: 1024px) {
  .contact-form-heading {
    margin-bottom: 30px; } }

.contact-form-btn {
  margin-top: 40px; }

.contact-form .frm-group {
  margin-bottom: 13px; }

.document-caption {
  top: -1px;
  z-index: 1;
  padding: 5px 0;
  margin-bottom: 20px;
  color: #eee;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #1F5140; }

.section-content .section-title {
  color: #222; }



.document-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0 0 50px;
  padding: 0; }

@media (min-width: 480px) {
  .document-list {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 1024px) {
  .document-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 50px;
    margin-bottom: 100px; } }

@supports not (display: grid) {
  .document-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .document-list .document-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px; }
  @media (min-width: 480px) {
    .document-list .document-item {
      margin-bottom: 30px;
      padding-right: 50px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (min-width: 1024px) {
    .document-list .document-item {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } } }

.document-item .document-box {
  width: 100%;
  height: 100%; }

.document-item .document-box2 {
  width: 100%;
  height: 100%; }

.document-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  background-color: #1F5140;
  padding: 10px 15px 10px 30px;
  color: #fff;
  font-size: 1em;
  letter-spacing: .01em; }

.document-box2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  background-color: #1F5140;
  padding: 10px 15px 10px 30px;
  color: #fff;
  font-size: 1em;
  letter-spacing: .01em; }

@media (min-width: 768px) {
  .document-box {
    padding-right: 25px;
    padding-left: 40px; }
    .document-box2 {
    padding-right: 25px;
    padding-left: 40px; }  
     }

.document-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0d1b15;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  will-change: transform; }
  
.document-box2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0d1b15;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  will-change: transform; }  
  

.document-box-title {
  position: relative;
  z-index: 10; }



.document-box::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 482 482" fill="#fff"><path d="M142 310c0-8-6-13-15-13l-8 1v26h6c11 0 17-5 17-14zM203 298h-9v57l7 1c17 0 29-10 29-31 0-18-10-27-27-27z"/><path d="M315 0H122C94 0 70 23 70 51v190h-5c-11 0-20 9-20 21v125c0 12 9 21 20 21h5v23c0 28 24 51 52 51h264c28 0 51-23 51-51V121L315 0zM99 284l27-1c12 0 20 2 26 7 6 4 10 11 10 20 0 8-3 15-8 20-7 7-17 9-29 9h-6v31H99v-86zm287 167H122c-11 0-20-9-20-20v-23h246c12 0 21-9 21-21V262c0-12-9-21-21-21H102V51c0-11 9-20 20-20h182v68c0 19 16 35 35 35h66l1 297c0 11-9 20-20 20zm-212-81v-86l27-1c16 0 27 3 35 9 9 7 15 17 15 33s-6 28-14 35c-10 7-24 11-41 11l-22-1zm141-51v16h-31v35h-20v-87h53v16h-33v20h31z"/></svg>');
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  line-height: 0; }
  
  
  .document-box2::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 482 482" fill="#fff"><path d="M142 310c0-8-6-13-15-13l-8 1v26h6c11 0 17-5 17-14zM203 298h-9v57l7 1c17 0 29-10 29-31 0-18-10-27-27-27z"/><path d="M315 0H122C94 0 70 23 70 51v190h-5c-11 0-20 9-20 21v125c0 12 9 21 20 21h5v23c0 28 24 51 52 51h264c28 0 51-23 51-51V121L315 0zM99 284l27-1c12 0 20 2 26 7 6 4 10 11 10 20 0 8-3 15-8 20-7 7-17 9-29 9h-6v31H99v-86zm287 167H122c-11 0-20-9-20-20v-23h246c12 0 21-9 21-21V262c0-12-9-21-21-21H102V51c0-11 9-20 20-20h182v68c0 19 16 35 35 35h66l1 297c0 11-9 20-20 20zm-212-81v-86l27-1c16 0 27 3 35 9 9 7 15 17 15 33s-6 28-14 35c-10 7-24 11-41 11l-22-1zm141-51v16h-31v35h-20v-87h53v16h-33v20h31z"/></svg>');
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  line-height: 0; }

.document-box:focus::before, .document-box:hover::before {
  -webkit-transform: none;
  transform: none; }

.document-box:focus::after, .document-box:hover::after {
  -webkit-animation: .6s swing;
  animation: .6s swing; }
  
  
.document-box2:focus::before, .document-box2:hover::before {
  -webkit-transform: none;
  transform: none; }

.document-box2:focus::after, .document-box2:hover::after {
  -webkit-animation: .6s swing;
  animation: .6s swing; }  
  

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.section-map__map {
  height: 100%;
  width: 100%; }

.section-map iframe {
  width: 100% !important;
  height: 100% !important; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.wrapper {
  background-color: #1F5140; }

.section-main {
  background-color: #1F5140; }

.header {
  background-color: #1F5140;
  color: #fff; }
  .header .menu a {
    color: #fff; }
  .header .language-btn, .header .language-link, .header .menu-link {
    color: #fff; }

.footer {
  background-color: #1F5140;
  color: #fff; }
  .footer .btn-decor {
    color: #fff; }

.section-main:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(45deg, #1f5140 20%, rgba(31, 81, 64, 0.1) 50%); }

.section-content {
  position: relative;
  z-index: 5; }

.heading-descr .descr-item {
  color: #fff;
  letter-spacing: 0.6px; }
  .heading-descr .descr-item:nth-child(1), .heading-descr .descr-item:nth-child(2) {
    border-bottom: 1px solid #1F5140; }

.main-btn {
  border: 1px solid transparent;
  width: 280px;
  text-align: center;
  display: block;
  font-size: 20px;
  padding: 10px 5px;
  background-color: #fff;
  color: #1F5140;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  -webkit-animation: 4s cubic-bezier(0.4, 0, 0.2, 1) fadeIn;
  animation: 4s cubic-bezier(0.4, 0, 0.2, 1) fadeIn; }

.main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1F5140;
  -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; }

.main-btn:hover {
  color: #fff;
  border: 1px solid #fff; }

.main-btn:hover:before {
  transform: scaleX(1); }

.scroll-container {
  overflow: auto;
  scrollbar-width: none; }
  .scroll-container .section-contact,
  .scroll-container .section-map {
    height: calc(100vh - 188px); }
  .scroll-container .section-contact {
    display: flex;
    align-items: center; }

.scroll-container::-webkit-scrollbar {
  width: 0;
  height: 0; }

.section-documents .section-content {
  padding-top: 30px;
  padding-bottom: 50px;
  max-height: none; }

.services-page .main {
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .services-page .main:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(31, 81, 64, 0.9); }

.services-page .services-col {
  display: flex;
  position: relative;
  z-index: 10; }

.services-page .section-multimedia {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%; }
  .services-page .section-multimedia:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 81, 64, 0.4); }

.services-page .inner-col {
  width: 80%;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto; }

.error-page .main {
  display: flex;
  position: relative;
  align-items: center; }

.error-page .content-box {
  text-align: center;
  width: 100%; }

.error-page .lg-nums {
  font-size: 160px;
  font-weight: 700;
  line-height: 1.2; }

.error-page .btn-primary {
  font-size: 18px;
  color: #1F5140;
  background-color: #fff;
  padding: 8px 30px;
  display: block;
  width: 180px;
  margin: 20px auto 0;
  transition: 0.25s; }
  .error-page .btn-primary:hover {
    background-color: #142d22;
    color: #fff; }

.about-page .main {
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .about-page .main:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    #@# background-color: rgba(31, 81, 64, 0.9); 
    }

.about-page .services-col {
  display: flex;
  position: relative;
  z-index: 10; }

.about-page .section-multimedia {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%; }
  .about-page .section-multimedia:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 81, 64, 0.4); }

.about-page .inner-col {
  width: 100%;
  #padding-left: 50%;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto; }

.section-main-heading {
  font-weight: 400;
  margin-bottom: 0;
  -webkit-animation: 0.8s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft;
  animation: 0.8s cubic-bezier(0.4, 0, 0.2, 1) fadeInLeft;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 1px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 5;
  line-height: 1.2; }


  .documents-page .wrapper {
    background: transparent; }
  .documents-page .main {
    background: transparent !important; }

.documents-page .main {
  background-color: #fff; }

@media (min-width: 480px) {
  .section-main-heading {
    font-size: 20px; } }

@media (min-width: 768px) {
  .section-main-heading {
    font-size: 30px; } }

@media (min-width: 992px) {
  .section-main-heading {
    font-size: 40px; }
  .section-documents .section-content {
    padding-top: 100px; } }

@media (min-width: 1800px) {
  .section-main-heading {
    font-size: 50px; } }

@media (min-width: 1900px) {
  .section-main-heading {
    font-size: 60px; } }

@media (max-width: 1199px) {
  .about-page .inner-col,
  .services-page .inner-col {
    width: 100%; }
  .error-page .lg-nums {
    font-size: 100px; } }

@media (max-width: 1023px) {
  .about-page .section-multimedia,
  .services-page .section-multimedia {
    width: 100%; }
  .about-page .section-multimedia {
    position: relative;
    width: 100%; }
  .text-block p,
  .text-block li {
    font-size: 14px !important; }


    .text-block li:before {
    	top: 9px;
    }

  .about-page .main {
    display: flex;
    flex-wrap: wrap; }
    .about-page .main .services-col:first-child {
      order: 2; }
    .about-page .main .services-col:last-child {
      order: 1; }
  .about-page .services-col {
    width: 100%; }
  .about-page .services-col .container {
    position: static; }
  .about-page .section-multimedia {
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%;
    width: auto; }
  .inner-col {
    position: relative;
    z-index: 10;
    width: 100% !important;
    padding-right: 0 !important;
    padding-top: 20px !important; }
  .services-page .section-multimedia:after {
    background-color: rgba(31, 81, 64, 0.8); }
  .text-block h2 {
    font-size: 20px !important; }
  .text-block h3 {
    font-size: 18px !important; } }

.contacts-page {
  overflow: hidden; }
  .contacts-page .main {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-color: #fff;
    background-position: right bottom;
    background-size: contain; }
  .contacts-page .btn-primary {
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 18px;
    background-color: #1F5140;
    color: #fff; }
  .contacts-page .input,
  .contacts-page .frm-group-label {
    color: #222; }
  .contacts-page .input {
    border-bottom: 2px solid #222; }

@media (max-width: 1800px) {
  .scroll-container .section-contact,
  .scroll-container .section-map {
    height: calc(100vh - 120px); } }

@media (max-width: 1200px) {
  .contacts-page .main {
    background: #fff; }
  .section-contact-col {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 50px; }
    .section-contact-col .section__title {
      font-size: 32px; }
  .scroll-container .section-contact {
    height: auto; }
  .scroll-container .section-map {
    height: calc(100vh - 120px); } }

@media (max-width: 1023px) {
  .scroll-container .section-contact {
    display: block; }
  .section-contact-col {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 10px; }
  .scroll-container .section-map {
    margin-top: 30px; } }

@media (max-width: 575px) {
  .section-contact-col {
    width: 100%; } }

.text-page .page-jumbotron {
  margin-bottom: 85px; }

.text-page #page-scene .container {
  padding-left: 180px;
  padding-right: 180px; }

.text-page #page-scene h2, .text-page #page-scene .h2 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #F1D558;
  font-weight: 500; }

.text-page #page-scene h3 {
  font-size: 20px;
  margin: 30px 0 5px; }

.text-page #page-scene ul {
  padding-left: 15px;
  margin: 10px 0 25px; }
  .text-page #page-scene ul li {
    margin-bottom: 5px; }

.text-page .faq-toggle {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  padding-left: 42px; }

.text-page .faq-dropdown {
  position: relative;
  padding-left: 42px; }
  .text-page .faq-dropdown p {
    margin: 0 0 15px;
    font-size: 14px; }

.text-page .faq-box {
  margin-bottom: 60px; }

.text-page .faq-item {
  padding: 15px 0 0;
  border-bottom: 1px solid #c1c1c1; }
  .text-page .faq-item:last-child {
    border-bottom: 0; }

.text-page .question-sign,
.text-page .answer-sign {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #255FA9;
  font-size: 18px;
  border-radius: 3px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  font-weight: 500;
  text-align: center; }

.text-page .object-3 {
  position: absolute !important;
  top: calc(50% - 220px) !important;
  left: 10% !important; }

.text-page .object-4 {
  position: absolute !important;
  top: 90% !important;
  left: auto !important;
  right: -100px !important; }

.text-page .leave-request {
  margin-top: 150px; }

.footer {
  text-align: center;
  font-size: 11px;
  border-top: 3px solid #B60E15;
  padding: 5px 0;
  position: relative;
  z-index: 100; }

@media (min-width: 480px) {
  .footer {
    height: 50px; } }

@media (min-width: 768px) and (min-height: 810px) {
  .footer {
    text-align: left;
    height: 60px; } }

@media (min-width: 1024px) and (min-height: 810px) {
  .footer {
    height: 80px; } }

.footer__box {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

@media (min-width: 480px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.footer__copyrights {
  position: relative;
  z-index: 11;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px; }

@media (min-width: 768px) {
  .footer__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__copyrights {
    margin-right: 50px;
    margin-bottom: 0; } }

.footer__dev {
  position: relative;
  z-index: 11;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ddd;
  font-size: 10px; }

.footer__dev .btn-decor {
  padding: 0;
  font-size: 11px; }

@media (max-width: 1900px) {
  .footer {
    border-top: 2px solid #B60E15; } }

.error-page .main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0 180px;
  background-color: #071425; }
  .error-page .main-content .container {
    position: relative; }
  .error-page .main-content .content-box {
    margin-left: 600px; }
  .error-page .main-content .lg-nums {
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
    color: #255FA9; }
  .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 0 40px; }
  .error-page .main-content .track-img {
    position: absolute;
    left: 200px;
    width: 400px;
    bottom: -120px; }

.error-page .main-footer {
  background-color: #071425; }

.section-text {
  color: #222 !important; }

.about-page  .section-descr.text-block {
	max-width: 50%;
	position: relative;
	z-index: 1;
	padding: 50px 0;
}

@media(max-width: 767px) {
	.about-page .section-descr.text-block {
		max-width: 100%;
	}
}


.modal .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  height: 42px;
  font-size: 16px;
  border: 0;
  background-color: #B60E15;
  transition: all 0.2s ease;
  letter-spacing: 1px;
}

.modal .submit:hover {
  background-color: #940c12;
}

.modal .checkbox-holder {
  /*display: flex;*/
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}

.modal .checkbox-holder input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.modal .checkbox-holder label {
  position: relative;
  padding-left: 28px;
  font-size: 11.5px;
  display: block;
  cursor: pointer;
  line-height: 1.6;
  text-align: left;
  padding-top: 1px;
  letter-spacing: 0.8px;
  color: #c0b5b5;
}

.modal .checkbox-holder label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
}

.modal .checkbox-holder label a {
  color: #fff;
  text-decoration: underline;
}

.modal .checkbox-holder label a:hover {
  text-decoration: none;
  color: #ddd;
}

.modal .checkbox-holder label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #B60E15 url(../img/check-icon-sm.svg) no-repeat center / 14px;
  display: none;
}

.modal .checkbox-holder input:checked ~ label:after {
    display: block;
}

@media(max-width: 1023px) {
  .modal .section-contact-col {
    width: 100%;
  }
}

