@charset "UTF-8";

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: 'Montserrat-normal';
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@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: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

/*
   Animation example, for spinners
*/

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  color: #d9d9d9;
}

input,
button,
textarea {
  outline: none;
}

ul {
  list-style: none;
}

.slick-slide {
  outline: none;
}

.video-play {
  position: relative;
  width: 149px;
  height: 148px;
  display: inline-block;
  cursor: pointer;
}

.video-play:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 108%;
  background: url("../img/ellipse.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
}

.button-var {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 20px 27px;
  -webkit-box-shadow: 0 10px 35px rgba(197, 158, 103, 0.4);
  box-shadow: 0 10px 35px rgba(197, 158, 103, 0.4);
  border-radius: 5px;
  background-color: #d0a45b;
  background-image: -webkit-gradient(linear, left top, right top, from(#ab7a3b), to(#e0b06d));
  background-image: linear-gradient(to right, #ab7a3b 0%, #e0b06d 100%);
  font-size: 14px;
  font-family: 'Montserrat-bold';
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.button-var:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
  width: 46px;
  height: 40px;
  background: url("../img/shape.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: opas 1.5s infinite linear;
  animation: opas 1.5s infinite linear;
}

.button-var img {
  vertical-align: middle;
  margin-right: 1px;
}

.nav-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff21;
  z-index: 22;
}

.nav-line__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
}

.nav-line__item img {
  display: inline-block;
  margin-right: -10px;
}

.nav-line__item-text {
  color: #a19ea8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.title {
  margin-bottom: 30px;
  font-family: 'Montserrat-bold';
  line-height: 54px;
  font-size: 40px;
}

.form-title {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Montserrat-bold';
}

.form-subtitle {
  font-size: 18px;
  margin-bottom: 26px;
}

.form-input {
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  display: block;
  border: none;
  padding: 20px 1px;
  margin-bottom: 20px;
  color: #878390;
  border-bottom: 1px solid #cccccc;
}

.form-label {
  position: relative;
  color: #a19ea8;
  font-size: 14px;
  margin-left: 30px;
}

.form-label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid rgba(204, 204, 204, 0.4);
}

.form-label:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 9px;
  background: url("../img/specialist/check.png") no-repeat center;
  background-size: 100% 100%;
}

.checkbox-wrap {
  text-align: center;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ label:after {
  display: block;
}

.trigger-elem {
  display: inline-block;
  margin-left: 15px;
  color: #c79756;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.price-elem {
  display: inline-block;
  color: #0e111a;
  font-family: 'Montserrat-bold';
}

.date {
  display: inline-block;
}

.action-sm {
  display: none;
}

.action-md {
  display: block;
}

.main {
  padding: 20px 0px 120px 0px;
  position: relative;
  background: url("../img/main/main-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.main-title {
  margin: 0;
  margin-bottom: 43px;
  font-size: 48px;
  line-height: 54px;
  font-family: 'Montserrat-bold';
}

.main-subtitle {
  font-size: 18px;
  margin-bottom: 85px;
}

.main__video-text {
  margin-top: 15px;
  margin-left: -37px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding-left: 85px;
  background: url("../img/main/line-play.png") no-repeat left bottom;
  background-size: 100% 50%;
  height: 65px;
}

.main-video {
  vertical-align: top;
}

.main__video-block {
  margin-bottom: 60px;
}

.header {
  margin-bottom: 150px;
  font-family: 'Montserrat-med';
  color: #fff;
}

.header__logo {
  margin-right: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header__logo:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  opacity: 0.2;
}

.header__text {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}

.header__phone-link {
  margin-bottom: 12px;
  font-size: 24px;
  color: #fff;
  display: block;
}

.header__phone-link_img {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}

.header__mail-link {
  font-size: 16px;
  display: block;
  color: #fff;
}

.header__callback-block {
  padding: 15px 0;
  background: url("../img/main/border-number@2x.png") no-repeat center bottom;
  background-size: 80% 92%;
  text-align: center;
}

.header__callback-block_text {
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: -17px;
}

.header__callback-block_link {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
  color: #fff;
  font-size: 13px;
}

.header__callback-block_link img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.main-slider__advantage {
  padding-top: 140px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
  background: url("../img/main/slide-bg.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #0e111a;
}

.main-slider__title {
  font-family: 'Montserrat-bold';
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.main-slider__img {
  margin-bottom: 12px;
  display: inline-block !important;
}

.main-slider__text {
  font-size: 16px;
  margin-bottom: 42px;
}

.main-slider__number {
  position: relative;
  display: inline-block;
  font-size: 120px;
  vertical-align: top;
  margin-top: -20px;
  z-index: 3;
  font-family: 'Montserrat-bold';
}

.main-slider__number:before {
  content: '';
  position: absolute;
  top: 15%;
  left: 8%;
  width: 90px;
  height: 90px;
  background-color: #c79756;
  border-radius: 50px;
  z-index: -1;
}

.main-slider__number-wrap {
  display: inline-block;
}

.main-slider__number-all {
  position: relative;
  z-index: 3;
  padding: 16px;
  width: 63px;
  height: 63px;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 25px rgba(18, 16, 11, 0.15);
  box-shadow: 0 6px 25px rgba(18, 16, 11, 0.15);
  background-color: #ffffff;
  font-size: 18px;
  color: #a19ea8;
}

.main-slider__properties {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat-bold';
}

.arrow-main {
  position: absolute;
  bottom: 13%;
  width: 33px;
  height: 13px;
  z-index: 33;
  cursor: pointer;
}

.main-next {
  right: 23%;
  background: url("../img/main/arrow-prev.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-next:hover,
.main-next:focus {
  background: url("../img/main/arrow-next-hov.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main-prev {
  left: 23%;
  background: url("../img/main/arrow-prev.png") no-repeat center;
  background-size: 100% 100%;
}

.main-prev:hover,
.main-prev:focus {
  background: url("../img/main/arrow-next-hov.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stock {
  position: relative;
  padding: 99px 0 140px 0;
  color: #0e111a;
  background: #f7f7f7;
  text-align: center;
}

.stock__subtitle {
  font-size: 25px;
  margin-bottom: 77px;
}

.stock__form {
  position: relative;
  padding: 51px 45px 66px 45px;
  background: url("../img/form/border-form.png") no-repeat center;
  background-size: 100% 100%;
}

.stock__form:before {
  content: '';
  position: absolute;
  top: 10%;
  left: -845px;
  width: 872px;
  height: 561px;
  background: url("../img/form/boock.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 12;
}

.stock__form:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -745px;
  width: 735px;
  height: 735px;
  background: url("../img/form/bg-circle.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 11;
  -webkit-animation: rotateCircForm 5s infinite linear;
  animation: rotateCircForm 5s infinite linear;
}

.stock-btn {
  margin-top: 10px;
  padding: 19px 22px;
}

.stock-btn:before {
  background: url("../img/form/arrow.png") no-repeat center;
  background-size: 100% 100%;
  left: -100px;
}

.item-stock {
  position: relative;
  padding: 0;
}

.item-stock img {
  margin-right: 30px;
}

.item-stock:before {
  content: "Предложение дня";
  position: absolute;
  top: 50%;
  left: -53px;
  width: 186px;
  color: #a19ea8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.main-slider-wrap {
  min-height: 570px;
}

@media (max-width: 1670px) {
  .stock__form:before {
    content: '';
    position: absolute;
    top: 10%;
    left: -645px;
    width: 672px;
    background-size: 100% 90%;
  }

  .stock__form:after {
    content: '';
    position: absolute;
    left: -645px;
    width: 635px;
    height: 635px;
  }
}

@media (max-width: 1199px) {
  .stock__form:before {
    left: -460px;
    width: 480px;
    top: 5%;
    background-size: 100% 75%;
  }

  .stock__form:after {
    left: -455px;
    width: 435px;
    height: 435px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .stock__form:before {
    left: 0;
    width: 480px;
    top: -460px;
    background-size: 100% 75%;
  }

  .stock__form:after {
    left: 0;
    width: 435px;
    height: 435px;
    top: -455px;
  }

  .stock__form {
    margin-top: 450px;
  }
}

@media (max-width: 767px) {
  .stock__form:before {
    left: 0;
    width: 380px;
    top: -360px;
    height: 456px;
    background-size: 100% 70%;
  }

  .stock__form:after {
    left: 0;
    width: 335px;
    height: 335px;
    top: -355px;
  }

  .stock__form {
    margin-top: 340px;
  }
}

@media (max-width: 567px) {
  .stock__form:before {
    left: 10%;
    width: 90%;
    top: -330px;
    height: 70%;
    background-size: 100% 70%;
  }

  .stock__form:after {
    left: 20%;
    width: 250px;
    height: 250px;
    top: -320px;
  }

  .stock__form {
    margin-top: 310px;
  }
}

@media (max-width: 412px) {
  .stock__form:before {
    left: 5%;
    width: 100%;
    top: -270px;
    height: 80%;
    background-size: 100% 70%;
  }

  .stock__form:after {
    left: 10%;
    width: 200px;
    height: 200px;
    top: -220px;
  }

  .stock__form {
    margin-top: 210px;
  }
}

.specialists {
  position: relative;
  padding: 100px 0 140px 0;
  background: url("../img/specialist/sp-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.specialists__card {
  position: relative;
  margin-top: 40px;
  padding: 12px 4px 35px 3px;
  min-height: 207px;
  background: url("../img/specialist/card-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.specialists__card-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/specialist/Ellipse-2.png") no-repeat top center;
  background-size: 100% 77%;
}

.specialists__card-circle-wrap {
  position: relative;
  width: 82px;
  height: 82px;
  display: inline-block;
  padding: 30px 15px;
}

.specialists__card-circle-text {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ab7a3b), to(#e0b06d));
  background-image: linear-gradient(to right, #ab7a3b 0%, #e0b06d 100%);
  font-size: 14px;
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
}

.specialists__card-number {
  margin-top: -30px;
  margin-bottom: 15px;
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ab7a3b), to(#e0b06d));
  background-image: linear-gradient(to right, #ab7a3b 0%, #e0b06d 100%);
  font-family: 'Montserrat-bold';
  line-height: 1;
}

.specialists__card-text {
  font-size: 18px;
  min-height: 50px;
}

.specialists__card-wrap {
  margin-bottom: 89px;
}

.specialists__form:before,
.specialists__form:after {
  display: none;
}

.specialists__tab_items {
  text-align: left;
}

.specialists__tab_items-picture {
  margin-bottom: 39px;
  position: relative;
}

.specialists__tab_items-picture:before {
  content: '';
  position: absolute;
  top: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 70%;
  background: url("../img/specialist/ellipse-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.specialists__name {
  margin-bottom: 30px;
  font-family: 'Montserrat-bold';
  font-size: 24px;
  text-transform: uppercase;
}

.specialists__list {
  padding-left: 30px;
}

.specialists__list-item {
  position: relative;
  margin-bottom: 20px;
  color: #b6b4bc;
  font-size: 14px;
}

.specialists__list-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: url("../img/specialist/ellipse-6.png") no-repeat center;
  background-size: 100% 100%;
}

.specialists__list-item:after {
  content: '';
  position: absolute;
  bottom: -100%;
  left: -26px;
  width: 1px;
  height: 17px;
  background-color: #fff;
  opacity: 0.25;
}

.specialists__list-item:last-child {
  margin-bottom: 0;
}

.specialists__list-item:last-child:after {
  display: none;
}

.specialists__wrap-text {
  font-size: 14px;
  position: relative;
  line-height: 25px;
}

.specialists__wrap-text:before {
  content: '';
  position: absolute;
  width: 112px;
  height: 82px;
  top: -10px;
  left: -85px;
  background: url("../img/specialist/elem.png") no-repeat center;
  background-size: 100% 100%;
}

.specialists__text {
  margin-bottom: 30px;
}

.specialists__text:last-child {
  margin-bottom: 75px;
}

.specialists__form-title {
  margin-bottom: 10px;
}

.specialists-btn {
  width: 100%;
  margin-bottom: 50px;
}

.specialists__form {
  padding-bottom: 37px;
}

.specialists__video-wrap {
  padding-top: 122px;
  background: url("../img/specialist/video.png") no-repeat center top;
  background-size: 100% auto;
}

.specialists__video {
  position: relative;
  height: 500px;
  background: url("../img/specialist/video-bg.jpg") no-repeat center;
  background-size: cover;
}

.item-specialists:before {
  content: "о компании";
}

.item-tab {
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-top: -135%;
  opacity: 0.5;
}

.item-tab:before {
  content: "Макаренко Андрей";
  position: absolute;
  bottom: -170%;
  left: 50%;
  width: 186px;
  color: #a19ea8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  line-height: 16px;
  font-family: 'Montserrat-med';
  text-align: right;
}

.item-tab-2:before {
  content: "Ковалев Игорь";
  width: 126px;
  bottom: -130%;
}

.item-tab-3:before {
  content: "видео о компании";
  width: 126px;
  bottom: -140%;
}

.item-tab img {
  margin: 0;
}

.item-tab__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 13px #a0743d;
  box-shadow: 0 3px 13px #a0743d;
}

.tab-video {
  width: 59px;
  height: 59px;
}

.item-tab-3 {
  opacity: 1;
}

.specialists__tab_items-img-wrap {
  width: 60%;
  position: relative;
  z-index: 2;
}

.specialists__tab_items-img-wrap-1:before {
  content: '';
  position: absolute;
  width: 105%;
  height: 90%;
  bottom: 0;
  right: -60%;
  background: url("../img/specialist/a-item.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.specialists__tab_items-img-wrap-2:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  bottom: 0;
  right: -60%;
  background: url("../img/specialist/i-item.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.catalog {
  padding-top: 93px;
  padding-bottom: 193px;
  position: relative;
  color: #fff;
  text-align: center;
  background: url("../img/catalog/catalog-bg.jpg") no-repeat center;
  background-size: cover;
}

.catalog-title {
  margin-bottom: 75px;
}

.catalog__info {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
}

.catalog__info:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -30px;
  width: 9px;
  height: 9px;
  background: url("../img/specialist/ellipse-6.png") no-repeat center;
  background-size: 100% 100%;
}

.catalog__info:after {
  content: '';
  position: absolute;
  top: 40%;
  left: -26px;
  width: 1px;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(197, 149, 85, 0)), to(rgba(197, 149, 85, 0.7)));
  background-image: linear-gradient(to top, rgba(197, 149, 85, 0) 0%, rgba(197, 149, 85, 0.7) 100%);
}

.catalog__info-title {
  margin-bottom: 35px;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.catalog-form:before {
  content: '';
  position: absolute;
  display: block;
  top: 55%;
  left: -162%;
  width: 651px;
  height: 495px;
  background: url("../img/catalog/catalog-boock.png") no-repeat center;
  background-size: 100% 100%;
}

.catalog-item:before {
  content: "Каталог вешалок";
}

@media (max-width: 1470px) {
  .catalog-form:before {
    left: -135%;
    width: 551px;
    height: 405px;
  }
}

@media (max-width: 1199px) {
  .catalog-form:before {
    left: -145%;
    width: 501px;
    height: 380px;
  }
}

@media (max-width: 991px) {
  .catalog-form:before {
    left: 5%;
    top: -60%;
    width: 421px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .catalog-form:before {
    left: 0;
  }
}

@media (max-width: 567px) {
  .catalog-form:before {
    left: 7%;
    width: 321px;
    height: 230px;
    top: -55%;
  }

  .catalog {
    overflow: hidden;
  }
}

@media (max-width: 412px) {
  .catalog-form:before {
    left: 5%;
    width: 100%;
    top: -270px;
    height: 69%;
    background-size: 100% 70%;
  }
}

.delivery {
  position: relative;
  padding-top: 96px;
  padding-bottom: 120px;
  text-align: center;
  background-color: #f7f7f7;
  overflow: hidden;
}

.delivery-title {
  margin-bottom: 90px;
}

.delivery-title1 {
  margin-bottom: 10px;
}

.delivery__info-wrap {
  text-align: left;
}

.delivery__info-block {
  position: relative;
  margin-bottom: 20px;
  padding-top: 17px;
  display: inline-block;
  color: #0e111a;
  font-size: 18px;
}

.delivery__info-block:before {
  content: "01";
  position: absolute;
  top: -25px;
  left: -18px;
  font-family: 'Montserrat-bold';
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 176, 109, 0)), to(rgba(224, 176, 109, 0.5)));
  background-image: linear-gradient(to top, rgba(224, 176, 109, 0) 0%, rgba(224, 176, 109, 0.5) 100%);
  font-size: 70px;
  line-height: 1;
}

.delivery__info-block:nth-child(1) {
  margin-bottom: 49px;
  font-family: 'Montserrat-bold';
}

.delivery__info-block:nth-child(2)::before {
  content: "02";
}

.delivery__info-block:nth-child(3) {
  margin-bottom: 0px;
}

.delivery__info-block:nth-child(3)::before {
  content: "03";
}

.delivery__info-block:nth-child(4) {
  margin-bottom: 15px;
  font-family: 'Montserrat-bold';
}

.delivery__info-block:nth-child(4)::before {
  display: none;
}

.delivery__list-item {
  position: relative;
  margin-bottom: 14px;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
}

.delivery__list-item:before {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: -37px;
  width: 21px;
  height: 16px;
  background: url("../img/delivery/check.png") no-repeat center;
  background-size: 100% 100%;
}

.delivery__list-price {
  padding: 0;
}

.delivery__list-item-price {
  margin-bottom: 14px;
  color: #a19ea8;
}

.delivery__list-item-price:last-child {
  margin-bottom: 0;
}

.delivery-btn {
  z-index: 2;
}

.delivery-btn:before {
  left: -60px;
  top: 20%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.delivery__img-wrap {
  position: relative;
  margin-bottom: -100px;
  z-index: 2;
}

.delivery__img-planet {
  position: absolute;
  width: 100%;
  left: 0;
  top: -45%;
}

.delivery__img-block {
  position: relative;
}

.delivery__img-circle {
  position: absolute;
  width: 120%;
  left: 50%;
  top: -82%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: rotateCircCar 5s infinite linear;
  animation: rotateCircCar 5s infinite linear;
  z-index: 1;
}

.delivery-item:before {
  content: "Информация о доставке";
  width: 300px;
  left: -110px;
}

.second-key {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
  color: #fff;
  background: url("../img/second-key/second-bg.jpg") no-repeat top left;
  background-size: cover;
}

.second-key__title {
  margin-bottom: 70px;
}

.second-key__picture-block {
  padding-top: 30px;
  padding-left: 30px;
  background: url("../img/second-key/key-border.png") no-repeat top left;
  background-size: 94% 94%;
}

.second-key__content {
  position: relative;
  text-align: left;
}

.second-key__content:before {
  content: '';
  position: absolute;
  width: 112px;
  height: 82px;
  top: -10px;
  left: -85px;
  background: url("../img/specialist/elem.png") no-repeat center;
  background-size: 100% 100%;
}

.second-key__subtitle {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 0;
}

.second-key__list {
  margin-bottom: 33px;
}

.second-key__list-item {
  margin-bottom: 15px;
}

.second-key__list-item:after {
  bottom: auto;
  top: 16px;
}

.second-key__list-item:before {
  top: 8px;
}

.second-key__link {
  margin-bottom: 33px;
  display: inline-block;
  font-family: 'Montserrat-bold';
  color: #c79756;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.second-key__link:hover {
  color: #9d7034;
}

.second-key-btn {
  width: 100%;
}

.second-key-line__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-number {
  font-size: 14px;
  font-family: 'Montserrat-med';
  color: #a19ea8;
  margin-bottom: 20px;
}

.slide-open {
  color: #c79756;
}

.slide-open,
.slide-all {
  display: inline-block;
  font-size: 18px;
}

.second-key-line__item {
  margin-left: -50px;
}

.slider-arrow {
  width: 100%;
}

.arrow-prev,
.arrow-next {
  display: inline-block;
  width: 30px;
  height: 10px;
  cursor: pointer;
}

.arrow-prev {
  margin-right: 10px;
  background: url("../img/main/arrow-prev.png") no-repeat center;
  background-size: 100% 100%;
}

.arrow-prev:hover,
.arrow-prev:focus {
  background: url("../img/main/arrow-next-hov.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-next {
  background: url("../img/main/arrow-prev.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-next:hover,
.arrow-next:focus {
  background: url("../img/main/arrow-next-hov.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.second-key-item:before {
  content: "Статьи о компании";
}

@media (max-width: 1670px) {
  .arrow-prev,
  .arrow-next {
    width: 25px;
  }
}

.clients {
  position: relative;
  padding-top: 100px;
  padding-bottom: 99px;
  background-color: #f7f7f7;
  text-align: center;
}

.clients__block {
  min-height: 220px;
  margin-bottom: 30px;
}

.clients__block__img {
  margin-bottom: 10px;
}

.clients__block-title {
  color: #b6b4bc;
  font-size: 14px;
  line-height: 25px;
}

.clients__video-block {
  padding-top: 30px;
  padding-right: 30px;
  background: url("../img/second-key/key-border.png") no-repeat top right;
  background-size: 88% 94%;
  margin-bottom: 50px;
}

.clients__video-block-wrap {
  text-align: left;
}

.clients__video-play {
  position: relative;
  height: 290px;
  background: url("../img/clients/clients-img-video.jpg") no-repeat center center;
  background-size: cover;
}

.clients__video-text {
  color: #0e111a;
  font-size: 18px;
}

.clients-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}

.clients-item:before {
  content: "Нам доверяют";
}

.callback {
  position: relative;
  padding-top: 90px;
  padding-bottom: 130px;
  color: #fff;
  text-align: center;
  background: url("../img/callback/callback-bg.jpg") no-repeat center;
  background-size: cover;
}

.callback__map {
  text-align: left;
}

.callback__content-title {
  margin-bottom: 35px;
  font-family: 'Montserrat-bold';
  font-size: 24px;
  text-transform: uppercase;
}

.callback__content-subtitle {
  margin-bottom: 35px;
  font-size: 18px;
}

.callback__map-wrap {
  padding-top: 30px;
  padding-left: 30px;
  background: url("../img/second-key/key-border.png") no-repeat top left;
  background-size: 94% 94%;
}

.callback__map-block {
  height: 495px;
  background: #aeaeae;
}

.callback__content {
  text-align: left;
}

.callback__content-subtitle_fix {
  margin-bottom: 16px;
}

.callback__phone-img {
  display: inline-block;
  margin-right: 14px;
  vertical-align: top;
}

.callback__phone-link {
  display: inline-block;
  margin-bottom: 24px;
}

.callback__phone-link-num {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat-med';
  line-height: 1;
  color: #fff;
  vertical-align: top;
}

.callback__mail-link {
  font-size: 18px;
  font-family: 'Montserrat-med';
  color: #fff;
  line-height: 1;
}

.callback__mail-block {
  margin-bottom: 12px;
}

.callback__content-text {
  color: #d0cfd4;
  font-size: 14px;
  line-height: 25px;
}

.callback__payment {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.callback__payment:hover {
  opacity: 1;
}

.callback__payment-wrap {
  margin-bottom: 40px;
}

.callback__payment-link {
  color: #c79756;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.callback__payment-link:hover {
  color: #9d7034;
}

.callback-item:before {
  content: "Контакты";
}

.footer {
  padding: 27px 0;
  position: relative;
  background: #f7f7f7;
}

.footer__logo:before {
  background-color: #cccccc;
}

.footer__copy-wrap {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #0e111a;
}

.footer__paradigma {
  line-height: 24px;
  font-size: 14px;
  color: #0e111a;
  text-align: right;
}

.hangers-link {
  color: #c79756;
}

.paradigma-link {
  display: block;
  color: #c79756;
}

.production {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  text-align: center;
  background-color: #fff;
}

.production__nav-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Montserrat-bold';
}

.production__tab {
  text-align: left;
}

.production__wrap {
  padding-left: 30px;
}

.production__wrap-elem {
  position: relative;
  padding: 12px 5px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 5px;
}

.production__wrap-elem:hover {
  color: #c59555;
}

.production__wrap-elem:hover:before {
  background: url("../img/specialist/ellipse-6.png") no-repeat center;
  background-size: 100% 100%;
}

.production__wrap-elem:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  background: url("../img/production/ellipse-grey.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.production__info-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Montserrat-bold';
}

.production__info-list {
  padding: 0;
}

.production__info-list-item {
  font-size: 14px;
  color: #000000;
  line-height: 32px;
}

.production__text {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}

.production__info-list {
  margin-bottom: 9px;
}

.production__actual {
  color: #878390;
  font-size: 14px;
  margin-bottom: 17px;
  font-family: 'Montserrat-bold';
}

.production__btn__wrap {
  text-align: center;
}

.production-title {
  margin-bottom: 70px;
}

.test {
  color: #c79756;
  font-size: 14px;
  font-family: 'Montserrat-bold';
  vertical-align: middle;
}

.test img {
  margin-left: 14px;
  vertical-align: middle;
}

.elem-active {
  color: #0e111a;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(197, 149, 85, 0)), to(rgba(197, 149, 85, 0.3)));
  background-image: linear-gradient(to right, rgba(197, 149, 85, 0) 0%, rgba(197, 149, 85, 0.3) 100%);
}

.elem-active:before {
  background: url("../img/specialist/ellipse-6.png") no-repeat center;
  background-size: 100% 100%;
}

.elem-active:hover {
  color: #0e111a;
}

.action-elem {
  vertical-align: middle;
  color: #ff3333 !important;
}

.action-elem img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.production-item:before {
  content: "Каталог вешалок";
}

.production-elem {
  display: inline-block;
}

.products__slider {
  position: relative;
}

.products__slider-action {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 88;
}

.production__action-tab {
  margin-bottom: 25px;
  margin-top: -55px;
  text-align: left;
  display: none;
}

.production__action-tab_elem {
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: #e9e9ea;
  color: #878390;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.production__action-tab_elem:hover {
  background-color: #be9052;
  color: #ffffff;
}

.action-active {
  background-color: #be9052;
  color: #ffffff;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.overlay-body {
  width: 488px;
  padding: 50px 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}

.overlay-title {
  margin-bottom: 20px;
  color: #0e111a;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.overlay-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -13px;
  top: -13px;
  font-size: 20px;
  line-height: 1;
  width: 43px;
  height: 42px;
  background-color: #ffffff;
  color: #b4b7ba;
  border-radius: 50%;
  font-weight: 100;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.overlay-close:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ab7a3b), to(#e0b06d));
  background-image: linear-gradient(to right, #ab7a3b 0%, #e0b06d 100%);
}

.overlay-subtitle {
  color: #0e111a;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.overlay-subtitle-thanks {
  margin-bottom: 0;
}

.modal-btn {
  width: 100%;
  margin-bottom: 0;
}

.modal-btn:before {
  display: none;
}

.form-input-modal {
  padding-left: 40px;
  color: #0e111a;
}

.form-input-modal:focus {
  border-bottom: 1px solid #be9052;
}

.form-input-modal:nth-of-type(1) {
  background: url("../img/modal/name.png") no-repeat center left;
}

.form-input-modal:nth-of-type(1):focus {
  background: url("../img/modal/name-hov.png") no-repeat center left;
}

.form-input-modal:nth-of-type(2) {
  background: url("../img/modal/modal-phone.png") no-repeat center left;
}

.form-input-modal:nth-of-type(2):focus {
  background: url("../img/modal/modal-phone-hov.png") no-repeat center left;
}

.modal-thanks-btn:nth-of-type(1) {
  margin-bottom: 20px;
}

.overlay-body-video {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 5%;
  bottom: 100px;
  width: 57px;
  height: 57px;
  z-index: 99;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.to-top:before {
  top: 50%;
  width: 160%;
  height: 160%;
  z-index: -1;
}

.video-close {
  z-index: 99;
}

.overlay__doc-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-close-doc {
  top: 30px;
  right: 30px;
}

.main-slider-wrap {
  min-height: 590px;
}

@media (max-width: 1400px) {
  .section-nav {
    padding-left: 80px;
  }

  .nav-line {
    width: 80px;
  }

  .header__callback-block {
    margin-top: 10px;
  }

  .header {
    margin-bottom: 63px;
  }

  .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .btn-main {
    margin-left: 60px;
  }

  .arrow-main {
    bottom: 12.5%;
  }

  .main-slider__title {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .specialists__card-number {
    font-size: 44px;
  }

  .specialists-btn {
    padding: 19px 8px;
    font-size: 13px;
  }

  .specialists__form-title {
    font-size: 20px;
  }

  .callback__map-block {
    height: 405px;
  }

  .production__wrap-elem {
    font-size: 11px;
  }

  .action-elem img {
    max-width: 11%;
    margin-right: 5px;
  }

  .production__info-list-item,
  .production__text {
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .production__action-tab_elem {
    font-size: 12px;
  }

  .title {
    font-size: 34px;
    line-height: 38px;
  }

  .stock__subtitle {
    margin-bottom: 52px;
  }

  .main__logo-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-slider {
    margin-top: 30px;
  }

  .arrow-main {
    bottom: 13%;
  }

  .specialists__form {
    margin: 0 auto;
    width: 60%;
  }

  .catalog-form {
    margin-top: 300px;
  }

  .catalog__info:after {
    height: 17px;
    top: 17px;
  }

  .catalog {
    padding-bottom: 60px;
  }

  .delivery-btn {
    width: auto;
  }

  .second-key__btn-wrap {
    text-align: center;
  }

  .second-key__link {
    text-align: center;
    display: block;
  }

  .clients__video-block-wrap {
    text-align: center;
  }

  .callback__content-title {
    margin-bottom: 13px;
  }

  .callback__phone-link {
    margin-bottom: 4px;
  }

  .callback__content-subtitle_fix {
    margin-bottom: 10px;
  }

  .callback__payment-wrap {
    margin-bottom: 21px;
  }

  .callback__payment-link {
    display: inline-block;
    margin-bottom: 21px;
  }

  .callback__content-subtitle {
    margin-bottom: 19px;
  }

  .footer__text {
    display: none;
  }

  .footer {
    padding: 17px 0;
  }

  .footer__logo:before {
    display: none;
  }

  .header__logo {
    margin-right: 50px;
    margin-left: 25px;
  }

  .production__actual {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .test {
    margin-top: 20px;
    display: inline-block;
  }

  .specialists__video-wrap {
    padding-top: 95px;
  }

  .specialists__video {
    height: 410px;
  }
}

@media (max-width: 767px) {
  .production__action-tab {
    margin-top: 0;
    text-align: center;
  }

  .production__action-tab_elem {
    margin-bottom: 10px;
  }

  .catalog {
    padding-top: 60px;
  }

  .catalog-title {
    margin-bottom: 39px;
  }

  .stock,
  .specialists {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main {
    padding-bottom: 50px;
  }

  .header {
    text-align: center;
  }

  .header__callback-block {
    margin-top: 16px;
  }

  .main-title {
    font-size: 34px;
    line-height: 1.2;
    text-shadow: 0 0 2px #000;
  }

  .main-subtitle {
    text-shadow: 0 0 2px #000;
  }

  .stock {
    overflow: hidden;
  }

  .specialists__form {
    width: 80%;
  }

  .delivery-title {
    margin-bottom: 45px;
  }

  .delivery {
    padding-top: 60px;
  }

  .delivery__img-planet {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .second-key,
  .clients,
  .callback,
  .production {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .second-key__title,
  .second-key__title {
    margin-bottom: 28px;
  }

  .second-key__picture-block {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-top: 20px;
  }

  .second-key-btn {
    line-height: 1;
  }

  .clients__block {
    margin-bottom: 10px;
  }

  .clients__video-block {
    margin-bottom: 28px;
  }

  .callback__phone-link-num {
    font-size: 22px;
  }

  .callback__payment-wrap {
    text-align: center;
    margin-bottom: 10px;
  }

  .callback__payment-wrap img {
    display: inline-block;
  }

  .callback__payment {
    margin-bottom: 10px;
  }

  .callback {
    background: url("../img/callback/callback-bg.jpg") no-repeat center right;
    background-size: cover;
  }

  .footer__paradigma {
    text-align: center;
    margin-top: 10px;
  }

  .production-title {
    margin-bottom: 33px;
  }

  .production__slider-bottom-item img {
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .production__info-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .production__nav-title {
    margin-bottom: 14px;
  }

  .production__info-title {
    font-size: 20px;
  }

  .production__info-list-item {
    font-size: 13px;
  }

  .production__text {
    margin-bottom: 14px;
  }

  .action-sm {
    display: block;
  }

  .action-md {
    display: none;
  }

  .specialists__tab_items-img-wrap-2:before {
    right: -67%;
  }

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

@media (max-width: 567px) {
  .form-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .form-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .video-play {
    width: 110px;
    height: 110px;
  }

  .main__video-text {
    margin-left: -45px;
    font-size: 13px;
    margin-top: 0;
  }

  .button-var {
    font-size: 12px;
  }

  .btn-main {
    margin: 0 auto;
  }

  .btn-main:before {
    display: none;
  }

  .btn-wrap {
    text-align: center;
  }


.btn-wrap1 {
    text-align: center;
     margin-bottom: 20px;
  }

   


  .section-nav {
    padding-left: 55px;
  }

.section-nav1 {
    padding-left: 5px;
  }

  .nav-line {
    width: 55px;
  }

  .stock-btn:before {
    display: none;
  }

  .title {
    font-size: 26px;
    line-height: 1.2;
  }

  .specialists__form {
    width: 100%;
  }

  .specialists__card-text,
  .specialists__card {
    min-height: auto;
  }

  .specialists__card {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .specialists__text {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .specialists__text:last-child {
    margin-bottom: 30px;
  }

  .specialists__card-wrap {
    margin-bottom: 26px;
  }

  .item-tab__img {
    width: 50px;
    height: 50px;
  }

  .tab-video {
    width: 40px;
    height: 40px;
  }

  .item-tab:before {
    bottom: -230%;
  }

  .item-tab-2:before {
    bottom: -170%;
  }

  .item-tab-3:before {
    bottom: -200%;
  }

  .catalog__info-title {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .catalog-form {
    margin-top: 260px;
  }

  .callback__content-title,
  .callback__phone-link-num {
    font-size: 18px;
  }

  .callback__map-wrap {
    padding-top: 10px;
    padding-left: 10px;
    background-size: 97% 97%;
  }

  .specialists__video {
    height: 310px;
  }

  .to-top {
    width: 40px;
    height: 40px;
    bottom: 50px;
  }

  .callback__content {
    text-align: center;
  }

  .main__logo-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 522px) {
  .header__logo {
    margin-right: 25px;
    margin-left: 25px;
  }

  .header__logo:before {
    right: -20px;
  }

  .header__text {
    font-size: 10px;
  }

  .overlay-body {
    width: 90%;
  }

  .overlay-title {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .overlay-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .overlay-subtitle-thanks {
    margin-bottom: 0;
  }

  .item-tab-2 {
    margin-top: -1200%;
  }

  .item-tab-3 {
    margin-top: -2400%;
  }
}

@media (max-width: 412px) {
  .header__callback-block {
    background-size: 100% 82%;
  }

  .header__callback-block_link {
    font-size: 13px;
  }

  .header__text {
    font-size: 11px;
  }

  .header__phone-link {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .header {
    margin-bottom: 20px;
  }

  .main {
    padding-bottom: 0;
  }

  .main-title {
    font-size: 23px;
  }

  .main-subtitle {
    margin-bottom: 28px;
  }

  .main__video-block {
    text-align: center;
  }

  .main__video-text {
    background: transparent;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }

  .main__video-block {
    margin-bottom: 28px;
  }

  .button-var {
    padding: 11px 6px;
  }

  .main-slider__advantage {
    background-size: 120% 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .main-slider__title {
    font-size: 15px;
  }

  .main-slider__text {
    font-size: 14px;
  }

  .main-slider__properties {
    font-size: 12px;
  }

  .arrow-main {
    bottom: 12%;
  }

  .main-prev {
    left: 15%;
  }

  .main-next {
    right: 15%;
  }

  .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .stock__subtitle {
    font-size: 14px;
  }

  .stock__form {
    padding: 32px 15px 32px 15px;
  }

  .form-input {
    padding: 10px 1px;
  }

  .main-slider-wrap {
    min-height: 630px;
  }

  .checkbox-wrap {
    text-align: left;
  }

  .form-label {
    display: inline-block;
    font-size: 13px;
    margin-left: 25px;
    line-height: 1.5;
  }

  .form-label:before {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .form-label:after {
    top: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .checkbox-wrap {
    padding: 0 10px;
  }

  .specialists-btn {
    margin-bottom: 36px;
  }

  .specialists__list-item {
    font-size: 12px;
  }

  .specialists__name {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .catalog-title {
    margin-bottom: 26px;
  }

  .catalog__info-title {
    font-size: 14px;
  }

  .catalog__info {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .delivery__info-block {
    margin-bottom: 5px;
  }

  .delivery__info-block:nth-child(1) {
    margin-bottom: 33px;
  }

  .delivery__list-item-price {
    font-size: 14px;
  }

  .second-key__link {
    margin-bottom: 20px;
  }

  .clients__block-title {
    font-size: 13px;
    line-height: 1.2;
  }

  .clients__block {
    min-height: 170px;
  }

  .clients__video-play {
    height: 180px;
  }

  .clients-video {
    height: 80px;
    width: 80px;
  }

  .clients__video-block {
    padding-top: 11px;
    padding-right: 11px;
    margin-bottom: 20px;
  }

  .clients__video-text {
    font-size: 14px;
  }

  .second-key__title {
    margin-bottom: 20px;
  }

  .callback__map-block {
    height: 320px;
  }

  .callback__content-title,
  .callback__phone-link-num,
  .callback__mail-link {
    font-size: 16px;
  }

  .callback__content-subtitle,
  .callback__content-subtitle {
    margin-bottom: 14px;
  }

  .callback__content-text {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .production__slider-bottom-item img {
    height: 80px;
  }

  .production__info-title {
    font-size: 18px;
  }

  .form-input-modal {
    padding-left: 40px;
  }

  .overlay-body {
    padding: 40px 20px;
  }

  .specialists__video {
    height: 180px;
  }

  .specialists__video-wrap {
    padding-top: 50px;
  }

  .production__action-tab {
    margin-bottom: 10px;
  }

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

  .slide-open,
  .slide-all {
    font-size: 16px;
  }

  .slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-prev,
  .arrow-next {
    width: 17px;
    background-size: 100% 77%;
  }

  .arrow-prev:hover,
  .arrow-next:hover {
    background-size: 100% 77%;
  }

  .arrow-prev:hover {
    margin-top: 4px;
  }

  .arrow-next {
    margin-top: 4px;
  }

  .arrow-next:hover {
    margin-top: 0;
  }

  .header__logo {
    margin-left: 5px;
    width: 80%;
  }
}

.callback__map-block iframe {
  height: 100% !important;
}

.show {
  -webkit-animation: opasTab 1s 1 linear;
  animation: opasTab 1s 1 linear;
  opacity: 1;
}

.show:before {
  color: #c69656;
}

.fancybox-button--share {
  display: none !important;
}

@-webkit-keyframes jamp {
  0% {
    bottom: 2rem;
  }

  60% {
    bottom: 3rem;
  }

  100% {
    bottom: 2rem;
  }
}

@keyframes jamp {
  0% {
    bottom: 2rem;
  }

  60% {
    bottom: 3rem;
  }

  100% {
    bottom: 2rem;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotateCirc1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateCirc1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotateCirc2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateCirc2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes opas {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opas {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircForm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateCircForm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateCircCar {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes rotateCircCar {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(-360deg);
  }
}

@-webkit-keyframes opasTab {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opasTab {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}