/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 */

 @-ms-viewport {
  width: device-width
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
::after,
::before {
  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: -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;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }
  .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }
  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }
  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }
  .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }
  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }
  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }
  .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }
  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }
  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  .order-sm-first {
      -ms-flex-order: -1;
      order: -1
  }
  .order-sm-last {
      -ms-flex-order: 13;
      order: 13
  }
  .order-sm-0 {
      -ms-flex-order: 0;
      order: 0
  }
  .order-sm-1 {
      -ms-flex-order: 1;
      order: 1
  }
  .order-sm-2 {
      -ms-flex-order: 2;
      order: 2
  }
  .order-sm-3 {
      -ms-flex-order: 3;
      order: 3
  }
  .order-sm-4 {
      -ms-flex-order: 4;
      order: 4
  }
  .order-sm-5 {
      -ms-flex-order: 5;
      order: 5
  }
  .order-sm-6 {
      -ms-flex-order: 6;
      order: 6
  }
  .order-sm-7 {
      -ms-flex-order: 7;
      order: 7
  }
  .order-sm-8 {
      -ms-flex-order: 8;
      order: 8
  }
  .order-sm-9 {
      -ms-flex-order: 9;
      order: 9
  }
  .order-sm-10 {
      -ms-flex-order: 10;
      order: 10
  }
  .order-sm-11 {
      -ms-flex-order: 11;
      order: 11
  }
  .order-sm-12 {
      -ms-flex-order: 12;
      order: 12
  }
  .offset-sm-0 {
      margin-left: 0
  }
  .offset-sm-1 {
      margin-left: 8.333333%
  }
  .offset-sm-2 {
      margin-left: 16.666667%
  }
  .offset-sm-3 {
      margin-left: 25%
  }
  .offset-sm-4 {
      margin-left: 33.333333%
  }
  .offset-sm-5 {
      margin-left: 41.666667%
  }
  .offset-sm-6 {
      margin-left: 50%
  }
  .offset-sm-7 {
      margin-left: 58.333333%
  }
  .offset-sm-8 {
      margin-left: 66.666667%
  }
  .offset-sm-9 {
      margin-left: 75%
  }
  .offset-sm-10 {
      margin-left: 83.333333%
  }
  .offset-sm-11 {
      margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }
  .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }
  .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }
  .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }
  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
  .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }
  .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }
  .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }
  .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }
  .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }
  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  .order-md-first {
      -ms-flex-order: -1;
      order: -1
  }
  .order-md-last {
      -ms-flex-order: 13;
      order: 13
  }
  .order-md-0 {
      -ms-flex-order: 0;
      order: 0
  }
  .order-md-1 {
      -ms-flex-order: 1;
      order: 1
  }
  .order-md-2 {
      -ms-flex-order: 2;
      order: 2
  }
  .order-md-3 {
      -ms-flex-order: 3;
      order: 3
  }
  .order-md-4 {
      -ms-flex-order: 4;
      order: 4
  }
  .order-md-5 {
      -ms-flex-order: 5;
      order: 5
  }
  .order-md-6 {
      -ms-flex-order: 6;
      order: 6
  }
  .order-md-7 {
      -ms-flex-order: 7;
      order: 7
  }
  .order-md-8 {
      -ms-flex-order: 8;
      order: 8
  }
  .order-md-9 {
      -ms-flex-order: 9;
      order: 9
  }
  .order-md-10 {
      -ms-flex-order: 10;
      order: 10
  }
  .order-md-11 {
      -ms-flex-order: 11;
      order: 11
  }
  .order-md-12 {
      -ms-flex-order: 12;
      order: 12
  }
  .offset-md-0 {
      margin-left: 0
  }
  .offset-md-1 {
      margin-left: 8.333333%
  }
  .offset-md-2 {
      margin-left: 16.666667%
  }
  .offset-md-3 {
      margin-left: 25%
  }
  .offset-md-4 {
      margin-left: 33.333333%
  }
  .offset-md-5 {
      margin-left: 41.666667%
  }
  .offset-md-6 {
      margin-left: 50%
  }
  .offset-md-7 {
      margin-left: 58.333333%
  }
  .offset-md-8 {
      margin-left: 66.666667%
  }
  .offset-md-9 {
      margin-left: 75%
  }
  .offset-md-10 {
      margin-left: 83.333333%
  }
  .offset-md-11 {
      margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }
  .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }
  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }
  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }
  .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }
  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }
  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }
  .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }
  .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }
  .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }
  .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  .order-lg-first {
      -ms-flex-order: -1;
      order: -1
  }
  .order-lg-last {
      -ms-flex-order: 13;
      order: 13
  }
  .order-lg-0 {
      -ms-flex-order: 0;
      order: 0
  }
  .order-lg-1 {
      -ms-flex-order: 1;
      order: 1
  }
  .order-lg-2 {
      -ms-flex-order: 2;
      order: 2
  }
  .order-lg-3 {
      -ms-flex-order: 3;
      order: 3
  }
  .order-lg-4 {
      -ms-flex-order: 4;
      order: 4
  }
  .order-lg-5 {
      -ms-flex-order: 5;
      order: 5
  }
  .order-lg-6 {
      -ms-flex-order: 6;
      order: 6
  }
  .order-lg-7 {
      -ms-flex-order: 7;
      order: 7
  }
  .order-lg-8 {
      -ms-flex-order: 8;
      order: 8
  }
  .order-lg-9 {
      -ms-flex-order: 9;
      order: 9
  }
  .order-lg-10 {
      -ms-flex-order: 10;
      order: 10
  }
  .order-lg-11 {
      -ms-flex-order: 11;
      order: 11
  }
  .order-lg-12 {
      -ms-flex-order: 12;
      order: 12
  }
  .offset-lg-0 {
      margin-left: 0
  }
  .offset-lg-1 {
      margin-left: 8.333333%
  }
  .offset-lg-2 {
      margin-left: 16.666667%
  }
  .offset-lg-3 {
      margin-left: 25%
  }
  .offset-lg-4 {
      margin-left: 33.333333%
  }
  .offset-lg-5 {
      margin-left: 41.666667%
  }
  .offset-lg-6 {
      margin-left: 50%
  }
  .offset-lg-7 {
      margin-left: 58.333333%
  }
  .offset-lg-8 {
      margin-left: 66.666667%
  }
  .offset-lg-9 {
      margin-left: 75%
  }
  .offset-lg-10 {
      margin-left: 83.333333%
  }
  .offset-lg-11 {
      margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }
  .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }
  .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }
  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }
  .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
  .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
  .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }
  .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
  .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }
  .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }
  .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }
  .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }
  .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }
  .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  .order-xl-first {
      -ms-flex-order: -1;
      order: -1
  }
  .order-xl-last {
      -ms-flex-order: 13;
      order: 13
  }
  .order-xl-0 {
      -ms-flex-order: 0;
      order: 0
  }
  .order-xl-1 {
      -ms-flex-order: 1;
      order: 1
  }
  .order-xl-2 {
      -ms-flex-order: 2;
      order: 2
  }
  .order-xl-3 {
      -ms-flex-order: 3;
      order: 3
  }
  .order-xl-4 {
      -ms-flex-order: 4;
      order: 4
  }
  .order-xl-5 {
      -ms-flex-order: 5;
      order: 5
  }
  .order-xl-6 {
      -ms-flex-order: 6;
      order: 6
  }
  .order-xl-7 {
      -ms-flex-order: 7;
      order: 7
  }
  .order-xl-8 {
      -ms-flex-order: 8;
      order: 8
  }
  .order-xl-9 {
      -ms-flex-order: 9;
      order: 9
  }
  .order-xl-10 {
      -ms-flex-order: 10;
      order: 10
  }
  .order-xl-11 {
      -ms-flex-order: 11;
      order: 11
  }
  .order-xl-12 {
      -ms-flex-order: 12;
      order: 12
  }
  .offset-xl-0 {
      margin-left: 0
  }
  .offset-xl-1 {
      margin-left: 8.333333%
  }
  .offset-xl-2 {
      margin-left: 16.666667%
  }
  .offset-xl-3 {
      margin-left: 25%
  }
  .offset-xl-4 {
      margin-left: 33.333333%
  }
  .offset-xl-5 {
      margin-left: 41.666667%
  }
  .offset-xl-6 {
      margin-left: 50%
  }
  .offset-xl-7 {
      margin-left: 58.333333%
  }
  .offset-xl-8 {
      margin-left: 66.666667%
  }
  .offset-xl-9 {
      margin-left: 75%
  }
  .offset-xl-10 {
      margin-left: 83.333333%
  }
  .offset-xl-11 {
      margin-left: 91.666667%
  }
  
  /* Video responsive for 1200px */
  .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;  
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height:auto;
  width:auto;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  padding-bottom: 10px;
}
  /* Tabs width for 1200px */
.tabs--word {
	display: block;
	width: 70%
}
}

.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: -ms-flexbox!important;
  display: flex!important
}

.d-inline-flex {
  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: -ms-flexbox!important;
      display: flex!important
  }
  .d-sm-inline-flex {
      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: -ms-flexbox!important;
      display: flex!important
  }
  .d-md-inline-flex {
      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: -ms-flexbox!important;
      display: flex!important
  }
  .d-lg-inline-flex {
      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: -ms-flexbox!important;
      display: flex!important
  }
  .d-xl-inline-flex {
      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: -ms-flexbox!important;
      display: flex!important
  }
  .d-print-inline-flex {
      display: -ms-inline-flexbox!important;
      display: inline-flex!important
  }
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  -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
}

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important
}

.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important
}

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important
}

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important
}

.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -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 {
      -ms-flex-direction: row!important;
      flex-direction: row!important
  }
  .flex-sm-column {
      -ms-flex-direction: column!important;
      flex-direction: column!important
  }
  .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse!important;
      flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
      -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
  }
  .flex-sm-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important
  }
  .flex-sm-grow-0 {
      -ms-flex-positive: 0!important;
      flex-grow: 0!important
  }
  .flex-sm-grow-1 {
      -ms-flex-positive: 1!important;
      flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
      -ms-flex-negative: 0!important;
      flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
      -ms-flex-negative: 1!important;
      flex-shrink: 1!important
  }
  .justify-content-sm-start {
      -ms-flex-pack: start!important;
      justify-content: flex-start!important
  }
  .justify-content-sm-end {
      -ms-flex-pack: end!important;
      justify-content: flex-end!important
  }
  .justify-content-sm-center {
      -ms-flex-pack: center!important;
      justify-content: center!important
  }
  .justify-content-sm-between {
      -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 {
      -ms-flex-align: start!important;
      align-items: flex-start!important
  }
  .align-items-sm-end {
      -ms-flex-align: end!important;
      align-items: flex-end!important
  }
  .align-items-sm-center {
      -ms-flex-align: center!important;
      align-items: center!important
  }
  .align-items-sm-baseline {
      -ms-flex-align: baseline!important;
      align-items: baseline!important
  }
  .align-items-sm-stretch {
      -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 {
      -ms-flex-direction: row!important;
      flex-direction: row!important
  }
  .flex-md-column {
      -ms-flex-direction: column!important;
      flex-direction: column!important
  }
  .flex-md-row-reverse {
      -ms-flex-direction: row-reverse!important;
      flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
      -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
  }
  .flex-md-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important
  }
  .flex-md-grow-0 {
      -ms-flex-positive: 0!important;
      flex-grow: 0!important
  }
  .flex-md-grow-1 {
      -ms-flex-positive: 1!important;
      flex-grow: 1!important
  }
  .flex-md-shrink-0 {
      -ms-flex-negative: 0!important;
      flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
      -ms-flex-negative: 1!important;
      flex-shrink: 1!important
  }
  .justify-content-md-start {
      -ms-flex-pack: start!important;
      justify-content: flex-start!important
  }
  .justify-content-md-end {
      -ms-flex-pack: end!important;
      justify-content: flex-end!important
  }
  .justify-content-md-center {
      -ms-flex-pack: center!important;
      justify-content: center!important
  }
  .justify-content-md-between {
      -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 {
      -ms-flex-align: start!important;
      align-items: flex-start!important
  }
  .align-items-md-end {
      -ms-flex-align: end!important;
      align-items: flex-end!important
  }
  .align-items-md-center {
      -ms-flex-align: center!important;
      align-items: center!important
  }
  .align-items-md-baseline {
      -ms-flex-align: baseline!important;
      align-items: baseline!important
  }
  .align-items-md-stretch {
      -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 {
      -ms-flex-direction: row!important;
      flex-direction: row!important
  }
  .flex-lg-column {
      -ms-flex-direction: column!important;
      flex-direction: column!important
  }
  .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse!important;
      flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
      -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
  }
  .flex-lg-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important
  }
  .flex-lg-grow-0 {
      -ms-flex-positive: 0!important;
      flex-grow: 0!important
  }
  .flex-lg-grow-1 {
      -ms-flex-positive: 1!important;
      flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
      -ms-flex-negative: 0!important;
      flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
      -ms-flex-negative: 1!important;
      flex-shrink: 1!important
  }
  .justify-content-lg-start {
      -ms-flex-pack: start!important;
      justify-content: flex-start!important
  }
  .justify-content-lg-end {
      -ms-flex-pack: end!important;
      justify-content: flex-end!important
  }
  .justify-content-lg-center {
      -ms-flex-pack: center!important;
      justify-content: center!important
  }
  .justify-content-lg-between {
      -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 {
      -ms-flex-align: start!important;
      align-items: flex-start!important
  }
  .align-items-lg-end {
      -ms-flex-align: end!important;
      align-items: flex-end!important
  }
  .align-items-lg-center {
      -ms-flex-align: center!important;
      align-items: center!important
  }
  .align-items-lg-baseline {
      -ms-flex-align: baseline!important;
      align-items: baseline!important
  }
  .align-items-lg-stretch {
      -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 {
      -ms-flex-direction: row!important;
      flex-direction: row!important
  }
  .flex-xl-column {
      -ms-flex-direction: column!important;
      flex-direction: column!important
  }
  .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse!important;
      flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
      -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
  }
  .flex-xl-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important
  }
  .flex-xl-grow-0 {
      -ms-flex-positive: 0!important;
      flex-grow: 0!important
  }
  .flex-xl-grow-1 {
      -ms-flex-positive: 1!important;
      flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
      -ms-flex-negative: 0!important;
      flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
      -ms-flex-negative: 1!important;
      flex-shrink: 1!important
  }
  .justify-content-xl-start {
      -ms-flex-pack: start!important;
      justify-content: flex-start!important
  }
  .justify-content-xl-end {
      -ms-flex-pack: end!important;
      justify-content: flex-end!important
  }
  .justify-content-xl-center {
      -ms-flex-pack: center!important;
      justify-content: center!important
  }
  .justify-content-xl-between {
      -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 {
      -ms-flex-align: start!important;
      align-items: flex-start!important
  }
  .align-items-xl-end {
      -ms-flex-align: end!important;
      align-items: flex-end!important
  }
  .align-items-xl-center {
      -ms-flex-align: center!important;
      align-items: center!important
  }
  .align-items-xl-baseline {
      -ms-flex-align: baseline!important;
      align-items: baseline!important
  }
  .align-items-xl-stretch {
      -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
  }
}


/*!
* Bootstrap Reboot v4.1.3 (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)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  outline: 0;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../libs/slick/fonts/slick.eot);
  src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 50;
  top: 50%;
  display: block;
  width: 51px;
  height: 51px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .13);
  background-color: rgba(104, 104, 104, .48);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: .5s ease all;
  cursor: pointer;
  border: none;
  outline: 0;
  border-radius: 50px
}

.slick-next:active,
.slick-next:hover,
.slick-prev:active,
.slick-prev:hover {
  outline: 0;
  background-color: #d1bd7e
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff
}

.slick-next:before {
  left: 20px;
  top: -9px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg)
}

.slick-next:after {
  left: 20px;
  top: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg)
}

.slick-prev:before {
  right: 20px;
  top: -9px;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg)
}

.slick-prev:after {
  right: 20px;
  top: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg)
}

.slick-next2,
.slick-prev2 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 51px;
  height: 51px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: .5s ease all;
  background: 0 0;
  cursor: pointer;
  border: none;
  outline: 0;
  border-radius: 50px
}

.slick-next2:active,
.slick-next2:hover,
.slick-prev2:active,
.slick-prev2:hover {
  outline: 0;
  background-color: #d1bd7e
}

.slick-next2:active:after,
.slick-next2:active:before,
.slick-next2:hover:after,
.slick-next2:hover:before,
.slick-prev2:active:after,
.slick-prev2:active:before,
.slick-prev2:hover:after,
.slick-prev2:hover:before {
  transition: .5s ease all;
  background: #fff
}

.slick-next2:after,
.slick-next2:before,
.slick-prev2:after,
.slick-prev2:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  transition: .5s ease all;
  background: #707070
}

.slick-next2:before {
  left: 20px;
  top: -9px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg)
}

.slick-next2:after {
  left: 20px;
  top: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg)
}

.slick-prev2:before {
  right: 20px;
  top: -9px;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg)
}

.slick-prev2:after {
  right: 20px;
  top: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg)
}

.slick-prev {
  left: 0
}

.slick-next {
  right: 0
}

.slick-prev2 {
  left: -100px
}

.slick-next2 {
  right: -100px
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -65px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  transition: .5s ease all;
  cursor: pointer;
  outline: 0;
  position: relative
}

.slick-dots li button:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  transition: .5s ease all
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
  border: 1px solid #d1bd7e
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  background-color: #d1bd7e
}

.slick-dots li.slick-active button {
  border: 1px solid #d1bd7e
}

.slick-dots li.slick-active button:before {
  background-color: #d1bd7e
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}
a.dot {
    text-decoration: none;
    border-bottom: 1px dashed #bebebe;
	  font-family: Proxima Nova
   }
a.dot:hover {
    color: #000
   }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}
/*! IMG Responsive */
img {
  border-style: none;
  max-width: 100%; 
  height: auto;
  display: block
}
/*! Video Responsive */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;  
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding-bottom: 10px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

:invalid {
  box-shadow: none
}

:-moz-submit-invalid {
  box-shadow: none
}

:-moz-ui-invalid {
  box-shadow: none
}

.ic-ascendant-bars-graphic,
.ic-career,
.ic-close,
.ic-contract,
.ic-done,
.ic-employment,
.ic-gift,
.ic-graduation-student-black-cap,
.ic-hand,
.ic-icons8-sent-filled-50,
.ic-light-bulb,
.ic-like,
.ic-megaphone,
.ic-pair-of-bills,
.ic-pay,
.ic-phone-receiver,
.ic-phone-receiver-hov,
.ic-play-button,
.ic-savings,
.ic-search,
.ic-shield,
.ic-speedometer,
.ic-star-gold,
.ic-star-gray,
.ic-success,
.ic-superhero,
.ic-three-buildings,
.ic-web-log-in {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left
}

.ic-play-button {
  background-position: 0 0;
  width: 69px;
  height: 69px
}

.ic-career {
  background-position: 0 -69px;
  width: 38px;
  height: 42px
}

.ic-savings {
  background-position: 0 -111px;
  width: 38px;
  height: 38px
}

.ic-success {
  background-position: 0 -149px;
  width: 38px;
  height: 38px
}

.ic-like {
  background-position: 0 -187px;
  width: 37px;
  height: 42px
}

.ic-graduation-student-black-cap {
  background-position: 0 -229px;
  width: 36px;
  height: 22px
}

.ic-done {
  background-position: 0 -251px;
  width: 35px;
  height: 35px
}

.ic-contract {
  background-position: -36px -229px;
  width: 33px;
  height: 28px
}

.ic-employment {
  background-position: -35px -257px;
  width: 33px;
  height: 24px
}

.ic-three-buildings {
  background-position: -35px -281px;
  width: 33px;
  height: 26px
}

.ic-ascendant-bars-graphic {
  background-position: -37px -187px;
  width: 32px;
  height: 32px
}

.ic-hand {
  background-position: 0 -286px;
  width: 32px;
  height: 30px
}

.ic-light-bulb {
  background-position: -32px -307px;
  width: 32px;
  height: 37px
}

.ic-megaphone {
  background-position: 0 -316px;
  width: 32px;
  height: 37px
}

.ic-pair-of-bills {
  background-position: -32px -344px;
  width: 32px;
  height: 31px
}

.ic-speedometer {
  background-position: 0 -353px;
  width: 32px;
  height: 32px
}

.ic-superhero {
  background-position: -32px -375px;
  width: 32px;
  height: 42px
}

.ic-icons8-sent-filled-50 {
  background-position: -38px -69px;
  width: 22px;
  height: 22px
}

.ic-star-gold {
  background-position: -38px -91px;
  width: 18px;
  height: 17px
}

.ic-star-gray {
  background-position: -38px -108px;
  width: 18px;
  height: 17px
}

.ic-gift {
  background-position: -38px -125px;
  width: 17px;
  height: 19px
}

.ic-pay {
  background-position: -38px -144px;
  width: 17px;
  height: 23px
}

.ic-shield {
  background-position: 0 -385px;
  width: 17px;
  height: 21px
}

.ic-phone-receiver {
  background-position: -38px -167px;
  width: 16px;
  height: 16px
}

.ic-search {
  background-position: 0 -406px;
  width: 16px;
  height: 16px
}

.ic-web-log-in {
  background-position: -16px -406px;
  width: 16px;
  height: 15px
}

.ic-phone-receiver-hov {
  background-position: -54px -167px;
  width: 15px;
  height: 15px
}

.ic-close {
  background-position: -56px -91px;
  width: 13px;
  height: 13px
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNova/ProximaNova-Regular.eot);
  src: url(../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype")
}

@font-face {
  font-family: "Proxima Nova Bold";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNova/ProximaNova-Bold.eot);
  src: url(../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype")
}

@font-face {
  font-family: "Proxima Nova Semibold";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNova/ProximaNova-Semibold.eot);
  src: url(../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Semibold.ttf) format("truetype")
}

::-webkit-input-placeholder {
  color: #777;
  opacity: 1
}

:-moz-placeholder {
  color: #777;
  opacity: 1
}

::-moz-placeholder {
  color: #777;
  opacity: 1
}

:-ms-input-placeholder {
  color: #777;
  opacity: 1
}

body,
html {
  height: 100%
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: "Proxima Nova";
  opacity: 1;
  color: #777;
  background: #fff
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
  padding-left: 0
}

.button {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: Proxima Nova Semibold;
  background-color: #d1bd7e;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
  outline: 0
}

.button:hover {
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
  background-color: #eed380
}

.button:active {
  background-color: #9b8d60;
  -webkit-box-shadow: none;
  box-shadow: none
}

.link {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  position: relative;
  text-decoration: none
}

.link:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.link:hover {
  color: #000
}

.link:hover:after {
  opacity: 1;
  bottom: -2px
}

.link:active {
  color: #777
}

.link:active:after {
  opacity: 0;
  bottom: -7px
}

.group {
  position: relative;
  width: 255px
}

.group input {
  font-size: 16px;
  padding: 5px 0;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #000;
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  border-bottom: 1px solid #777
}

.group input:focus {
  outline: 0
}

.group label {
  color: #d6d6d6;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.group label:hover {
  color: #777
}

.group:hover input {
  border-bottom: 1px solid #777
}

.group:hover label {
  color: #777
}

.group .wpcf7-form-control-wrap:focus-within~label,
.group input:focus~label,
.group input:valid~label {
  top: -9px;
  font-size: 12px;
  color: #777
}

.group .bar {
  position: relative;
  display: block
}

.group .bar:after,
.group .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #d1bd7e;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.group .bar:before {
  left: 50%
}

.group .bar:after {
  right: 50%
}

.group .wpcf7-form-control-wrap:focus-within~.bar:after,
.group input:focus~.bar:after,
.group input:focus~.bar:before {
  width: 50%
}

.header__top {
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  padding: 18px 0 10px
}

.header__top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.header__bottom {
  padding: 26px 0
}

.header__bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header__bottom-right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.header__bottom-right a:hover {
  color: #000
}

.header__bottom-right a i {
  margin-right: 10px
}

.header__bottom-center {
  max-width: 500px;
  width: 100%
}

.header__phone {
  color: #000
}

.header-hide {
  display: none;
  padding: 26px 0
}

.logo {
  margin-right: 33px;
  display: inline-block;
  margin-top: -2px
}

.members-list li {
  display: inline-block;
  margin-right: 25px;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

.members-list li:last-child {
  margin-right: 0
}

.members-list li a {
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.members-list li a:hover {
  color: #000
}

.members-list li span {
  color: #000
}

.search__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -4px;
  position: relative
}

.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 170px;
  width: 100%;
  position: relative
}

.search__input {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px)
}

.search__input label {
  color: #000
}

.search__button {
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  width: 35px;
  height: 35px;
  position: relative
}

.search__button i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.search__icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.search__icon .search__hide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.search__close {
  width: 25px;
  height: 25px;
  background: 0 0;
  border: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 5px;
  outline: 0;
  top: 5px;
  cursor: pointer
}

.search__close:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 6px;
  width: 15px;
  height: 2px;
  background: #777;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.search__close:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 6px;
  width: 15px;
  height: 2px;
  background: #777;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.search__box.active .search__hide {
  visibility: hidden;
  opacity: 0
}

.search__box.active .search__close {
  visibility: visible;
  opacity: 1
}

.search__box.active .search__form {
  visibility: visible;
  opacity: 1;
  width: 170px
}

.header__phone {
  margin-left: 30px;
  position: relative;
  padding-left: 30px
}

.header__phone i {
  position: absolute;
  top: 5px;
  left: 0
}

.header__phone ul {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0
}

.header__phone ul li:last-child {
  font-size: 14px
}

.menu {
  margin-bottom: 0
}

header .menu-item,
.menu__item {
  display: inline-block;
  margin-right: 20px;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

header .menu-item a,
.menu__item a {
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

header .menu-item a:hover,
.menu__item a:hover {
  color: #000
}

.dropdown {
  position: relative
}

header .menu-item-has-children > a,
.dropdown__link {
  position: relative;
  padding-right: 20px
}

header .menu-item-has-children > a:after,
.dropdown__link:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 1px;
  background: #000
}

header .menu-item-has-children > a:before,
.dropdown__link:before {
  position: absolute;
  content: '';
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 1px;
  background: #000
}

.dropdown__list {
  list-style-image: url(data:0)
}

.dropdown__box {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 100%;
  padding: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fafafa;
  opacity: 0;
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8
}

.dropdown__box:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.menu__item--dropdown:hover .dropdown__box {
  display: block;
  opacity: 1
}

.side-menu {
  background: #fff;
  position: fixed;
  max-width: 375px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  z-index: 150;
  left: -375px
}

.side-menu__top {
  padding: 30px 35px 7px;
  position: relative
}

.side-menu__top a {
  padding-left: 25px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.side-menu__top a:hover {
  color: #000
}

.side-menu__top a i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.side-menu__close {
  padding: 5px;
  position: absolute;
  top: 27px;
  right: 30px;
  cursor: pointer
}

.side-menu__body {
  padding: 30px 0 80px;
  text-align: center
}

.side-menu__phone {
  position: relative;
  padding-left: 24px;
  color: #000
}

.side-menu__phone i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.side-menu__phone-text {
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #000
}

.side-menu__nav {
  text-align: left;
  padding: 25px 25px;
  border-top: 1px solid rgba(112, 112, 112, .34);
  display: inline-block;
  max-width: 190px;
  width: 100%
}

.side-menu__nav li {
  margin-bottom: 16px
}

.side-menu__nav li a {
  font-family: Proxima Nova Semibold
}

.side-menu__nav li a:hover {
  color: #000
}

.side-menu__nav li span {
  font-family: Proxima Nova Semibold
}

.side-menu__nav-accordion {
  max-height: 0;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
  overflow: hidden;
  padding-left: 10px;
  margin: 10px 0 0 10px;
  border-left: 1px solid #777
}

.side-menu__nav-accordion li {
  line-height: 14px;
  margin-bottom: 19px
}

.side-menu__nav-accordion li:last-child {
  margin-bottom: 0
}

.side-menu__nav-accordion li a {
  font-size: 14px;
  line-height: 14px;
  font-family: Proxima Nova
}

.side-menu__nav-accordion li a:hover {
  color: #000
}

.side-menu__nav-accordion-open {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.side-menu__nav-accordion-open span {
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -41px;
  margin: auto;
  border: 1px solid #707070;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: visible
}

.side-menu__nav-accordion-open span:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 1px;
  background: #707070;
  overflow: visible
}

.side-menu__nav-accordion-open span:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  overflow: visible;
  height: 7px;
  width: 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #707070
}

.side-menu__nav-accordion-open.active span:after {
  overflow: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.members-list--side {
  max-width: 190px;
  width: 100%;
  text-align: left;
  padding: 20px 25px 0;
  border-top: 1px solid rgba(112, 112, 112, .34);
  display: inline-block;
  margin-bottom: 7px
}

.members-list--side li {
  font-family: Proxima Nova Semibold;
  margin-bottom: 15px
}

.members-list--side li a:hover {
  color: #000
}

.members-list--side li span {
  color: #000;
  font-family: Proxima Nova Semibold;
  display: inline-block;
  margin-bottom: 10px
}

.hero {
  padding: 38px 0 41px;
  background-color: #eaf0fd
}

.hero--beige {
  background-color: #fbeee6
}

.hero__img {
  margin-left: -27px
}

.hero__info {
  margin-top: -31px
}

.hero__info a {
  text-decoration: underline
}

.hero__info .social {
  margin-bottom: 25px
}

.hero__title {
  font-size: 24px;
  font-family: Proxima Nova Bold;
  color: #000;
  letter-spacing: 2.4px;
  margin-bottom: 14px
}

.hero__text {
  margin-bottom: 37px
}

.hero__text a {
  text-decoration: underline
}

.checklist .group {
  margin-bottom: 20px
}

.checklist .group label {
  color: #777
}

.hero__info-slug {
  color: #000;
  margin-bottom: 10px;
  margin-top: 3%
}

.hero__info-text {
  font-family: Proxima Nova Semibold
}

.hero__info-text span {
  color: #d1bd7e
}

.hero__left img {
  max-width: 100%;
  height: auto;
}

.social {
  display: inline-block
}

.social__item {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 12px
}

.social__item .cls-1 {
  fill: #d1bd7e;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.social__item a:hover .cls-1 {
  fill: #eed380;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1))
}

.social__item a:active .cls-1 {
  fill: #9b8d60
}

.side-menu__open {
  cursor: pointer;
  position: relative;
  height: 14px;
  width: 30px;
  padding: 0 5px;
  margin: 7px 0 0 27px;
  display: none
}

.side-menu__open span {
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 6px
}

.side-menu__open:before {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  width: 20px;
  height: 2px;
  background-color: #000
}

.side-menu__open:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 5px;
  width: 20px;
  height: 2px;
  background-color: #000
}

.speak--beige .speak__bottom {
  background-color: #fbeee6
}

.speak__top {
  padding: 70px 0 88px
}

.speak__top .col-4 img {
  max-width: 100%
}

.speak .section-title {
  margin-bottom: 70px;
  font-family: Proxima Nova Semibold;
  letter-spacing: 2.4px
}

.speak__bottom {
  background-color: #eaf0fd;
  padding: 65px 0 56px
}

.speak__col {
  padding: 15px 0;
  border-right: 1px solid rgba(119, 119, 119, .41)
}

.speak__col--empty {
  padding: 15px 0;
  border-right: 0
}

.speak__point {
  font-family: Proxima Nova Semibold
}

.speak__text {
  color: #000;
  font-family: Proxima Nova Semibold
}

.section-title {
  color: #000;
  font-size: 24px;
  font-family: Proxima Nova Bold;
  letter-spacing: 2.4px
}

.goal {
  padding-top: 70px
}

.goal .section-title {
  margin-bottom: 80px;
  font-family: Proxima Nova Semibold;
  letter-spacing: 2.4px
}

.goal .tabs__caption {
  margin-bottom: 50px
}

.tabs__caption {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .11);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .11);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 730px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  height: 53px
}

.tabs__caption li {
  line-height: 20px;
  height: 100%;
  line-height: 53px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border-right: 1px solid rgba(112, 112, 112, .27);
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tabs__caption li:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  right: 0;
  background-color: #d1bd7e;
  height: 6px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tabs__caption li:hover {
  color: #d1bd7e
}

.tabs__caption li:hover:after {
  bottom: 0
}

.tabs__caption li:active {
  color: #fff;
  background-color: #d1bd7e
}

.tabs__caption li:last-child {
  border-right: none
}

.tabs__content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s
}

.tabs__content.active {
  display: block
}
.tabs__caption li.active {
  color: #d1bd7e
}

.tabs__caption li.active:after {
  bottom: 0
}

.tabs__caption li.active:hover {
  color: #fff;
  background-color: #d1bd7e
}

@-webkit-keyframes fadeEffect {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

@keyframes fadeEffect {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

.banner {
  position: relative
}

.banner__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0
}

.banner__img {
  max-width: 100%;
  width: 100%
}

.banner__title {
  color: #fff;
  font-family: Proxima Nova Bold;
  letter-spacing: 2.9px;
  text-transform: uppercase;
}

.banner__text blockquote,
.banner__blockquote {
  color: #fff;
  font-size: 20px;
  font-family: Proxima Nova Semibold;
  line-height: 24px;
  padding-left: 10px;
  border-left: 3px solid #fff
}

.banner__text {
  color: #fff;
  font-size: 20px;
  font-family: Proxima Nova Semibold
}

.banner1 .banner__title {
  font-size: 45px;
  letter-spacing: 3.78px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 21px 32px;
  margin-bottom: 30px
}

.banner2 .banner__title {
  font-size: 81px;
  letter-spacing: 8.1px;
  line-height: 81px;
  margin-bottom: 10px
}

.banner2 .banner__text {
  color: #f5f5f5;
  max-width: 420px;
  width: 100%;
  line-height: 24px
}

.banner2 .banner__line {
  border-left: 8px solid #fff;
  padding-left: 25px
}

.banner3 .banner__title {
  font-size: 74px;
  line-height: 74px;
  margin-bottom: 30px;
  letter-spacing: 1px
}

.banner3 .banner__text {
  color: #fff;
  line-height: 24px
}

.banner3 .banner__content {
  top: 38%;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%)
}

.banner4 .banner__title {
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 6.2px;
  margin-bottom: 30px
}

.banner4 .banner__text {
  color: #fff;
  line-height: 24px
}

.banner4 .banner__content {
  top: 18%;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%)
}

.practice {
  background-color: #eaf0fd;
  padding: 125px 0 119px
}

.practice--beige {
  background-color: #fbeee6
}

.practice-box {
  -webkit-box-shadow: 0 13px 33px rgba(104, 104, 104, .08);
  box-shadow: 0 13px 33px rgba(104, 104, 104, .08);
  background-color: #fff;
  max-width: 255px;
  width: 100%;
  padding: 30px 20px;
  margin: auto
}

.practice-box i {
  margin-bottom: 20px
}

.practice-box__title {
  color: #000;
  font-size: 20px;
  font-family: Proxima Nova Bold;
  line-height: 25px;
  margin-bottom: 20px
}

.practice-box__text a {
  text-decoration: underline
}

.practice-blockquote {
  padding-left: 25px;
  border-left: 4px solid #d1bd7e
}

.practice-blockquote__title {
  color: #000;
  font-size: 24px;
  font-family: Proxima Nova Bold;
  letter-spacing: 2.4px;
  line-height: 24px;
  margin-bottom: 30px
}

.practice-blockquote__text {
  color: #000;
  line-height: 24px
}

.practice-blockquote__text a {
  text-decoration: underline
}

.reviews {
  padding: 100px 0 80px
}

.reviews .section-title {
  margin-bottom: 40px
}

.reviews__slider {
  max-width: 730px;
  width: 100%;
  margin: auto
}

.reviews__slider-item {
  position: relative
}

.reviews__video {
  max-width: 100%;
  width: 100%;
  max-height: 350px;
  height: 100%
}

.reviews__video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #1e1e1e
}

.reviews__video-play_title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px
}

.reviews__video-play_time {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  font-size: 14px
}

.reviews__video-play_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer
}

.program {
  padding: 54px 0 31px
}

.program .section-title {
  margin-bottom: 40px
}

.program__center {
  margin-bottom: 44px
}

.program-card__body {
  padding: 20px 15px 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
  border: 1px solid #f6f6f6;
  background-color: #fff
}

.program-card__img {
  max-width: 100%;
  height: auto;
}

.program-card__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-family: Proxima Nova Semibold;
  line-height: 20px
}

.program-card__title span {
  color: #d1bd7e;
  font-size: 24px;
  font-family: Proxima Nova Bold
}

.program-card__box {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease
}

.program-card__box-open {
  padding: 15px 0;
  display: block;
  cursor: pointer;
  position: relative
}

.program-card__box-open:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: -webkit-calc(50% - 9px);
  left: calc(50% - 9px);
  width: 12px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.program-card__box-open:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.program-card__box ul,
.program-card__list {
  display: inline-block;
  text-align: left
}

.program-card__box ul li,
.program-card__list li {
  position: relative;
  color: #000;
  font-size: 20px;
  margin-top: 40px;
  padding-left: 20px
}

.program-card__box ul li:after,
.program-card__list li:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d1bd7e;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.program-card__box ul li:before,
.program-card__list li:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 4px;
  width: 1px;
  height: 30px;
  background: #777
}

.program__text {
  color: #000;
  font-family: Proxima Nova Semibold;
  line-height: 19px
}

.program-card__box-open.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.program-card__box-open.active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.experts {
  background-color: #eaf0fd;
  padding: 50px 0 90px
}

.experts--beige {
  background-color: #fbeee6
}

.experts .section-title {
  margin-bottom: 50px
}

.experts--mini .section-title {
  margin-bottom: 80px
}

.experts__slider {
  padding-bottom: 50px
}

.expert__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.expert__img {
  max-width: 100%
}

.expert__name {
  color: #000;
  font-size: 20px;
  font-family: Proxima Nova Semibold;
  line-height: 19px;
  margin-bottom: 0
}

.expert__position {
  color: #d1bd7e;
  margin-bottom: 20px;
  font-family: Proxima Nova Semibold
}

.expert__info {
  line-height: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.expert__info a {
  text-decoration: underline
}

.expert__video {
  cursor: pointer;
  max-width: 350px;
  width: 100%;
  height: 180px;
  position: relative;
  background-color: #212121
}

.expert__video img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 57px;
  height: 57px
}

.expert--mini {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .09);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .09);
  background-color: #fff;
  text-align: center;
  max-width: 350px;
  margin: auto;
  position: relative;
  padding: 70px 25px 30px;
  -webkit-border-radius: 7px;
  border-radius: 7px
}

.expert--mini .expert__round {
  position: absolute;
  left: 0;
  right: 0;
  width: 130px;
  margin: auto;
  border: 15px solid #eaf0fd;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  top: -65px
}

.expert--mini .expert__round .expert__img {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px
}

.expert--mini .expert__video {
  margin: auto;
  width: 194px;
  height: 101px
}

.expert--mini .expert__video img {
  width: 48px
}

.experts--beige .expert__round {
  position: absolute;
  left: 0;
  right: 0;
  width: 130px;
  margin: auto;
  border: 15px solid #fbeee6;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  top: -65px
}
/*! popup experts */
.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(53, 36, 22, 0.95);
  text-align: center;
  z-index: 100;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}
.popup-overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}
.popup-content {

  display: inline-block;
  position: relative;
  width: 800px;
  height: auto;
  max-width: 80%;
  max-height: 600px;
  padding: 20px;
  border: 1px solid black;
  background-color: #fff;
  vertical-align: middle;
}

.popup-close {
  width: 25px;
  height: 25px;
  background: 0 0;
  border: none;
  position: absolute;
  right: 5px;
  outline: 0;
  top: 5px;
  cursor: pointer
}

.popup-close:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 6px;
  width: 15px;
  height: 2px;
  background: #777;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-close:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 6px;
  width: 15px;
  height: 2px;
  background: #777;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-video {
  width: 100%
}

.popup-overlay.active {
  visibility: visible;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1
}

.popup-content.active {
  visibility: visible;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1
}

.answers {
  padding: 50px 0 70px
}

.answers .section-title {
  margin-bottom: 130px
}

.accordion__item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.accordion__item>a {
  padding: 10px 25px 10px 0;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-family: Proxima Nova Semibold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  overflow: hidden
}

.accordion__item>a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 2px;
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.accordion__item>a:before {
  position: absolute;
  content: '';
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 2px;
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.accordion__item>a.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.accordion__item>a.active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.accordion__content {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6
}

.accordion__content p {
  line-height: 22px;
  max-width: 53%;
  font-size: 18px;

}

.accordion__content a {
  text-decoration: underline
}

.advateges {
  background-color: #eaf0fd;
  padding: 50px 0 54px
}

.advateges--beige {
  background-color: #fbeee6
}

.advateges .section-title {
  margin-bottom: 51px
}

.advateges__text {
  font-family: Proxima Nova Semibold
}

.advateges__text a {
  text-decoration: underline
}

.advateges .section-title {
  margin-bottom: 70px
}

.advateges .col-xl-3 i {
  margin-bottom: 10px
}

.advateges__margin {
  margin-bottom: 75px
}

.gift {
  padding: 79px 0 120px
}

.gift__img {
  max-width: 100%
}

.gift-col-padding {
  padding-top: 20px
}

.gift__top {
  margin-bottom: 150px
}

.gift .col-xl-4 i {
  margin-bottom: 10px
}

.gift .section-title {
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 2.4px
}

.gift h3 {
  color: #000;
  font-size: 20px;
  font-family: Proxima Nova Bold;
  margin-bottom: 25px
}

.gift li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.gift li:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #d1bd7e;
  -webkit-border-radius: 50px;
  border-radius: 50px
}

.gift li a {
  text-decoration: underline
}

.gift__text {
  font-family: Proxima Nova Semibold;
  line-height: 19px;
  color: #000
}

.gift__text a {
  text-decoration: underline
}

.pros {
  padding: 65px 0 40px;
  background-color: #eaf0fd
}

.pros--beige {
  background-color: #fbeee6
}
.white {
  background-color: #ffffff
}
.pros i {
  margin-left: 70px;
  margin-bottom: 10px
}

.pros__slug {
  color: #000;
  font-family: Proxima Nova Semibold;
  margin-bottom: 20px
}

.pros__text {
  line-height: 24px;
  text-align: left;
  max-width: 260px
}

.pros__text a {
  text-decoration: underline
}

.reserve {
  padding: 95px 0 120px
}

.reserve--beige .reserve__right {
  background-color: #fbeee6
}

.reserve__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.reserve__left {
  padding: 50px 20px 21px 90px;
  border: 1px solid #d6d6d6;
  border-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0
}

.reserve__right {
  background-color: #eaf0fd;
  padding: 40px 45px;
  width: 445px;
  text-align: center
}

.reserve__title {
  color: #000;
  font-family: Proxima Nova Bold;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 70px
}

.reserve__price {
  font-family: Proxima Nova Semibold;
  margin: 42px 0 7px
}

.reserve__price .new-price {
  margin: 0 17px 0 9px
}

.reserve__deadline {
  color: #d1bd7e;
  font-size: 16px;
  margin-bottom: 22px
}

.reserve__pros li {
  color: #000;
  font-family: Proxima Nova Semibold;
  line-height: 46px;
  position: relative;
  padding-left: 30px
}

.reserve__pros li a {
  text-decoration: underline
}

.reserve__pros li i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.reserve__slug {
  color: #000;
  font-family: Proxima Nova Semibold;
  line-height: 19px;
  font-size: 20px;
  margin-bottom: 24px
}

.reserve__wait {
  color: #000;
  margin-bottom: 26px
}

.reserve__wait a {
  color: #d1bd7e;
  text-decoration: underline
}

.reserve__phone {
  margin-bottom: 12px;
  display: block
}

.reserve__text {
  color: #000;
  font-family: Proxima Nova Bold
}

.reserve .newsletter__pros {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 9px;
  margin-bottom: 25px
}

.reserve .newsletter__pros li {
  font-family: Proxima Nova Semibold
}

.reserve .group {
  width: 100%;
  margin-bottom: 12px
}

.reserve .group label {
  color: #777
}

.reserve .button {
  font-weight: 400;
  margin: 20px 0
}

.new-price {
  color: #d1bd7e;
  font-size: 25px;
  font-family: Proxima Nova Bold;
  line-height: 19px
}

.old-price {
  font-family: Proxima Nova Semibold;
  position: relative
}

.old-price:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  margin: auto;
  background: #000
}

.radio {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: Proxima Nova Semibold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.radio-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #777;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden
}

.radio-icon:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.radio input:checked~.radio-icon:after {
  background-color: #777
}

.be-hero {
  background-color: #eaf0fd;
  padding: 50px 0 82px
}

.be-hero--beige {
  background-color: #fbeee6
}

.be-hero .section-title {
  margin-bottom: 30px
}

.hero-card {
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 393px
}

.hero-card__img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px
}

.hero-card__title {
  color: #000;
  font-size: 14px;
  font-family: Proxima Nova Bold;
  line-height: 20px
}

.hero-card__text {
  font-size: 14px;
  line-height: 20px
}

.hero-card__text a {
  text-decoration: underline
}

.newsletter {
  padding: 160px 0 50px
}

.newsletter__top {
  margin-bottom: 45px
}

.newsletter__slug {
  color: #000;
  font-family: Proxima Nova Bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 20px;
  margin-bottom: 22px
}

.newsletter__form {
  position: relative;
  max-width: 445px;
  width: 100%;
  height: 45px;
  margin-bottom: 20px
}

.newsletter__form-input {
  border: 1px solid #d6d6d6;
  border-right: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 186px 0 20px;
  outline: 0;
  color: #000;
  height: 100%;
  line-height: 45px
}

.newsletter__form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-weight: 400;
  line-height: 45px
}

.newsletter__pros {
  max-width: 445px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.newsletter__pros li {
  position: relative;
  padding-left: 20px
}

.newsletter__pros li:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #d1bd7e;
  -webkit-border-radius: 50px;
  border-radius: 50px
}

.newsletter__bottom {
  color: #000;
  margin-bottom: 20px
}

.seo {
  padding: 50px 0
}

.seo__title {
  color: #bebebe;
  font-family: Proxima Nova Bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 24px;
  margin-bottom: 28px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.seo--accordion .seo__content {
  max-width: 730px;
  width: 100%;
  margin: auto;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease
}

.seo__content {
  max-width: 730px;
  width: 100%;
  margin: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease
}

.seo__text {
  color: #c9c9c9
}

.seo__heading {
  font-family: Proxima Nova Bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 24px;
  margin-bottom: 28px;
  color: #bebebe
}

.tabs--word .tabs__caption {
  max-width: none;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 46px;
  margin-bottom: 70px
}

.tabs--word .tabs__caption li {
  display: inline-block;
  margin-left: -5px;
  font-family: Proxima Nova Semibold;
  line-height: 46px;
  width: auto;
  padding: 0 50px;
  border: 0
}

.tabs--word .tabs__caption li:first-child {
  margin-left: 0
}

.tabs--word .tabs__content {
  padding: 0 20px
}

.video-box {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto
}

.image {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

.tabs--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.tabs__caption--vertical {
  width: 270px;
  padding-right: 30px;
  border-right: 1px solid #d6d6d6
}
.tabs__caption--vertical li {
  line-height: 20px;
  cursor: pointer;
  font-family: Proxima Nova Semibold;
  border-bottom: 2px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tabs__caption--vertical li:hover {
  color: #d1bd7e;
  border-bottom: 2px solid #d1bd7e
}

.tabs__caption--vertical li:active {
  color: #d1bd7e;
  border-bottom: 2px solid #d1bd7e
}

.tabs__content--vertical {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0 30px 0 78px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s
}

.tabs__content--vertical.active {
  display: block
}

.tabs__caption--vertical .active {
  color: #d1bd7e;
  border-bottom: 2px solid #d1bd7e
}

hr {
  background: #d6d6d6;
  height: 1px;
  border: 0
}
/*! Added H2-6, Lists, OL LI, P, Blockquote in Word */
.word {
  padding: 50px 0;
	font-size: 120%
	}
.word p {
	  color: #212529
	}
.word h2 {
  font-size:30px;
  font-family: "Proxima Nova Semibold";
  color: #323232;
}
.word h3, .tabs__content h4, .tabs__content h5, .tabs__content h6 {
  font-size:25px;
  font-family: "Proxima Nova Semibold";
  color: #323232;
}
.tabs__content ul, .section ul  {
  line-height: 20px;
	font-size:17px;
  color: #323232;
      list-style: none;
}
.tabs__content ul li, .section ul li {
  padding-left: 30px;
  max-width: 80%;
  width: 100%;
  margin: 18px 0;
    list-style: none;
}
.tabs__content ul li:before, .section ul li:before {
	content: "•";
  width: 7px;
  height: 7px;
  color: #d1bd7e;
  display: inline-block;
  margin-right: 15px;
  font-weight: 900;
  font-family: Verdana, Tahoma, Segoe;

}
.tabs__content ol, .section ol {
  list-style: none;
  list-style-counter-reset: my-awesome-counter;
  padding-left: 30px
}

.tabs__content ol li, .section ol li {
  counter-increment: my-awesome-counter;
  color: #090909
}

.tabs__content ol li:before, .section ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #d1bd7e;
  margin-right: 10px;
  font-weight: 700
}

/*! End of Added Lists, OL LI Blockquote in Word */
blockquote,
.blockquote {
  color: #b1b1b1;
  font-size:18px;
  line-height: 20px;
  padding-left: 5px;
  margin-left: 20px;
  border-left: 2px solid #d1bd7e
}

.text {
  font-size: 20px;
  color: #000;
max-width: 730px;
}
/*! Start Longread */
.text-longread {
  font-size: 20px;
	  color: #000;
	max-width: 730px;
}
.text-longread p {
	margin-bottom: 30px;
	line-height: 1.58;
}
.text-longread a {
text-decoration: underline;
color:#977200
}
.longread_h1 {
	font-size: 60px;
	font-weight: 600;
	color: #000;
	  font-family: "sans-serif", "Georgia";
}
/*! End Longread */
.text a {  text-decoration: underline;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}
.text a:hover {
  color: #000;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}
/*! Start of Old Lists, OL LI Blockquote in Word */
.text-point {
  font-size: 15px;
  line-height: 20px;
  color: #090909
}

.text-point span {
  width: 7px;
  height: 7px;
  background-color: #d1bd7e;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px
}

.point-list {
  padding-left: 30px;
  max-width: 80%;
  width: 100%;
  margin: 18px 0
}

.point-list .text-point {
  color: #090909
}

.number-list {
  list-style: none;
  list-style-counter-reset: my-awesome-counter;
  padding-left: 30px
}

.number-list li {
  counter-increment: my-awesome-counter;
  color: #090909
}

.number-list li:before {
  content: counter(my-awesome-counter) ". ";
  color: #d1bd7e;
  font-weight: 700
}
/*! End of Old Lists, OL LI Blockquote in Word */
/*! A style hover */
.tabs__content a, .seo__text a, .text a {
  text-decoration: underline;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}
.row a:hover {
  color: #000;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}
code {
  display: block;
  max-width: 80%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  box-shadow-background-color: #fff;
  padding: 30px;
  margin: 15px;
  font-family: "Proxima Nova";
  font-size: 18px;
}

.footer {
  background-color: #fbfbfb;
  padding-top: 28px
}

.footer__top {
  margin-bottom: 20px
}

.footer__title {
  color: #000;
  font-family: Proxima Nova Semibold;
  font-size: 20px;
  margin-bottom: 5px
}

.footer__small {
  color: #000;
  font-family: Proxima Nova Semibold
}

.footer__call {
  color: #000
}

.footer__call a {
  margin-left: 20px
}

.footer__call a i {
  vertical-align: middle
}

.footer__nav li a {
  line-height: 24px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all
}

.footer__nav li a:hover {
  color: #000
}

.footer .social {
  margin-bottom: 0;
  margin-right: 5px
}

.footer .social li {
  width: 22px;
  height: 22px;
  margin: 0 0 0 15px
}

.footer .social li:first-child {
  margin-left: 0
}

.newsletter__form--footer {
  height: 40px;
  max-width: 350px;
  width: 350px;
  margin: 0 5px 20px 44px
}

.newsletter__form--footer .newsletter__form-input {
  line-height: 40px;
  color: #000
}

.newsletter__form--footer .newsletter__form-button {
  line-height: 40px;
  font-family: Proxima Nova;
  padding: 0 33px
}

.done {
  position: fixed;
  max-width: 320px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding: 30px 0;
  visibility: hidden;
  opacity: 0
}

.done__text {
  font-size: 20px;
  font-family: Proxima Nova Bold;
  color: #000
}

.done.active {
  visibility: visible;
  opacity: 1
}

.intro {
  background: #eaf0fd;
  padding: 38px 0 41px
}

.intro--beige {
  background-color: #fbeee6
}

.course {
  padding: 70px 0 80px
}

.course .col-lg-3 {
  margin-bottom: 25px
}

.section {
  padding: 70px 0 80px
}

@media (max-width:1199px) {
  .header__phone {
      display: none
  }
  .header-hide .menu .menu-item:first-child,
  .header-hide .menu .menu-item:last-child,
  .header__bottom-left .menu .menu-item:last-child,
  .header__bottom-left .menu .menu__item:last-child {
      display: none
  }
  .header__bottom-left .menu .menu-item:nth-child(2),
  .header__bottom-left .menu .menu__item:nth-child(2) {
      display: none
  }
  .side-menu__open {
      display: inline-block
  }
  .banner .banner__title {
      font-size: 24px
  }
  .banner__text blockquote,
  .banner .banner__blockquote,
  .banner .banner__text {
      font-size: 16px;
      font-family: Proxima Nova
  }
  .banner__img {
      height: 450px;
      max-width: none;
      width: auto
  }
  .tabs__content {
      overflow: hidden
  }
  .expert__img {
      margin: auto
  }
  .expert__col {
      text-align: center
  }
  .expert__info {
      margin-bottom: 30px
  }
  .expert__name {
      margin-top: 15px
  }
  .expert__video {
      margin: auto
  }
  .answers .section-title {
      margin-bottom: 40px
  }
  .reserve__left {
      padding: 50px 20px 21px 37px
  }
  .newsletter .col-xl-6 {
      text-align: center
  }
  .newsletter__form,
  .newsletter__pros {
      margin: 0 auto 40px
  }
}

@media (max-width:991px) {
  .header__top-left__col {
      display: none
  }
  .header__bottom-center .menu .menu-item:last-child,
  .header__bottom-center .menu .menu__item:last-child {
      display: none
  }
  .header__bottom-center .menu .menu__item--dropdown:last-child {
      display: block
  }
  .header__bottom-center {
      max-width: none;
      width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0;
      -ms-flex: 1 0;
      flex: 1 0
  }
  .hero__left {
      display: none
  }
  .hero__info {
      margin-top: 40px
  }
  .hero__right {
      text-align: center
  }
  .hero__right .group {
      margin: 0 auto 20px
  }
  .hero {
      padding: 38px 0 80px
  }
  .speak__col {
      border-right: none;
      border-bottom: 1px solid rgba(119, 119, 119, .41)
  }
  .banner1 .banner__title {
      margin: 0 auto 30px;
      text-align: center;
      border: none;
      display: block
  }
  .banner3 .banner__title,
  .banner4 .banner__title {
      text-align: center;
      margin-bottom: 0
  }
  .practice {
      padding: 60px 0
  }
  .practice-box {
      margin-top: 50px
  }
  .practice-blockquote__title {
      text-align: center
  }
  .practice-blockquote__text {
      color: #777
  }
  .practice-blockquote {
      padding-left: 0;
      border-left: none;
      text-align: center
  }
  .slick-prev2 {
      z-index: 5;
      left: 0;
      background: 0 0
  }
  .slick-next2 {
      z-index: 5;
      right: 0;
      background: 0 0
  }
  .program-card {
      max-width: 300px;
      width: 100%;
      margin: 0 auto 60px
  }
  .expert--mini {
      margin: 50px auto
  }
  .advateges__margin {
      margin-bottom: 0
  }
  .advateges {
      padding: 50px 0 0
  }
  .advateges .col-lg-3 {
      margin-bottom: 60px
  }
  .advateges .section-title {
      margin-bottom: 30px
  }
  .gift .col-lg-4 {
      margin-bottom: 60px
  }
  .gift__top {
      margin-bottom: 75px
  }
  .gift__img {
      margin: 0 auto 30px;
      display: block
  }
  .pros .col-lg-4 {
      text-align: center;
      margin: 25px 0
  }
  .pros .col-lg-4 i {
      margin-left: 0
  }
  .pros__text {
      max-width: none;
      text-align: center
  }
  .reserve__form {
      display: block
  }
  .reserve__left {
      width: 100%;
      border: none;
      padding: 50px 0 20px
  }
  .reserve__deadline,
  .reserve__price,
  .reserve__title {
      text-align: center
  }
  .reserve__right {
      width: 100%;
      padding: 40px 30px
  }
  .reserve .newsletter__pros {
      max-width: 100%
  }
  .tabs--word .tabs__caption {
      display: block;
      height: auto
  }
  .tabs--word .tabs__caption li {
      display: block
  }
  .tabs--vertical {
      display: block
  }
  .tabs__caption--vertical {
      border-right: none;
      width: 100%;
      border-bottom: 1px solid #d6d6d6
  }
  .tabs__content--vertical {
      padding: 0
  }
  .tabs--word .tabs__content {
      padding: 0
  }
  .newsletter__form--footer {
      width: 100%;
      margin: 0 0 20px 0
  }
  .gift .col-lg-3 {
      margin-bottom: 60px
  }
}

@media (max-width:767px) {
  .accordion__content p {
      max-width: 100%
  }
  .header__top {
      border: none
  }
  .header__phone {
      display: none
  }
  .header__bottom-right {
      display: none
  }
  .header__bottom-center {
      max-width: 100%
  }
  .header__bottom-center .menu li:nth-child(3) {
      margin-right: 0
  }
  .speak__top .col-4 {
      margin: 20px 0
  }
  .tabs__caption {
      display: block;
      height: auto
  }
  .tabs__caption li {
      border-right: none
  }
  .reserve .newsletter__pros {
      display: block
  }
  .reserve__price .new-price {
      display: block;
      margin: 20px 0 5px
  }
  .footer .col-12 {
      text-align: center
  }
  .newsletter__form--footer {
      max-width: 100%
  }
  .footer .social {
      margin: 0
  }
  .footer .social li {
      margin: 0 7px
  }
  .footer .social li:first-child {
      margin: 0 7px
  }
  .newsletter__form-input {
      font-size: 14px
  }
  .footer .text-right {
      padding: 0
  }
}

@media (max-width:575px) {
  .menu li {
      margin-right: 0
  }
  .hero__title {
      font-size: 18px
  }
  .be-hero .container {
      margin: 0;
      padding: 0 15px;
      max-width: none
  }
  .newsletter .newsletter__form {
      height: 120px
  }
  .newsletter .newsletter__form-input {
      width: 100%;
      height: 45px;
      padding: 0 20px;
      border-right: 1px solid #d6d6d6
  }
  .newsletter .newsletter__form-button {
      left: 0;
      height: 45px;
      right: 0;
      bottom: 0;
      width: 170px;
      margin: 0 auto;
      padding: 0 15px;
      top: auto
  }
  .newsletter__form--footer .newsletter__form-button {
      padding: 0 15px
  }
  .newsletter__pros {
      display: inline-block;
      width: auto;
      text-align: left
  }
  .container {
      padding-right: 35px;
      padding-left: 35px
  }
  .social__item {
      margin: 0 10px
  }
  .reserve .social__item {
      margin: 0 9px
  }
  .reviews__video-play_icon {
      width: 43px;
      height: 43px
  }
  .header-hide {
      display: block
  }
  .header__bottom {
      display: none
  }
  .tabs-padding {
      padding: 0 30px
  }
  .banner1 .banner__title {
      padding: 0;
      font-size: 20px
  }
  .slick-prev {
      width: 38px;
      height: 38px
  }
  .slick-prev:before {
      right: 16px;
      top: -7px;
      width: 11px
  }
  .slick-prev:after {
      right: 16px;
      top: 8px;
      width: 11px
  }
  .slick-next {
      width: 38px;
      height: 38px
  }
  .slick-next:before {
      left: 16px;
      width: 11px;
      top: -7px
  }
  .slick-next:after {
      left: 16px;
      width: 11px;
      top: 8px
  }
  .slick-prev2 {
      width: 38px;
      height: 38px
  }
  .slick-prev2:before {
      right: 16px;
      width: 11px;
      top: -7px
  }
  .slick-prev2:after {
      right: 16px;
      width: 11px;
      top: 8px
  }
  .slick-next2 {
      width: 38px;
      height: 38px
  }
  .slick-next2:before {
      left: 16px;
      width: 11px;
      top: -7px
  }
  .slick-next2:after {
      left: 16px;
      width: 11px;
      top: 8px
  }
  .search__box.active .search__form {
      position: absolute;
      top: 35px;
      right: 0
  }
  .search__icon {
      position: absolute;
      right: 0
  }
  .search__box.active {
      max-width: 164px;
      height: 35px
  }
  .search__box.active .search__form {
      visibility: visible;
      opacity: 1;
      width: 170px
  }
  .side-menu__open {
      margin: 7px 0 0 16px
  }
  .header__top-right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
    /*! ContactForm7 ширина поля "мнение" */
.wpcf7 textarea {
	width: auto;
	max-width: 65%
}
.wpcf7-text {
	width: auto;
	max-width: 65%
}
}