@charset "UTF-8";
/*!
 * Bootstrap Grid v4.2.1 (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)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1500px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
	font-display:swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-icq:before {
  content: "\f069"}

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  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; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@font-face {
  font-family: 'HelveticaNeueCyr';
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
;}

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

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

@font-face {
  font-family: 'HelveticaNeueCyr';
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Black.woff") format("woff"), url("../fonts/HelveticaNeue-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

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

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

@font-face {
  font-family: 'Akrobat';
  font-display: swap;
  src: url("../fonts/Akrobat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Black.woff") format("woff"), url("../fonts/Akrobat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: local("Gotham Pro"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Миксин замены цвета placeholder у input. Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000, 14px) */
::-moz-selection {
  background-color: #432928;
  color: #fff; }
::selection {
  background-color: #432928;
  color: #fff; }

* {
  margin: 0;
  padding: 0; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5e4948;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  body.disabled {
    overflow: hidden;
    max-height: 100vh; }

.page_wr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

img {
  width: 100%;
  height: auto;
  border: none; }

[data-object-fit] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top'; }

[data-object-fit2],
.certs__slider [data-object-fit] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center'; }

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px); }

.accent {
  color: #432928; }

.title {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #432928; }

.title2 {
  padding-top: 50px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700; }

.icon {
  fill: #8b0a0e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.general .left {
  padding-top: 5px; }
  .general .left .article p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666666; }
    .general .left .article p:last-of-type {
      margin-bottom: 0; }

.general .right {
  padding: 50px;
  -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
          box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
  background-color: #ffffff; }
  .general .right p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #666666; }

.link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .link:hover {
    color: #8b0a0e; }
  .link--strong {
    font-family: "Akrobat", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #8b0a0e; }
    .link--strong:hover {
      color: #e99c02; }

.features-news__wrap {
  position: relative;
  padding: 40px 0;
  z-index: 3; }

.btn,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none; }
  .btn.btn--black,
  input[type="submit"].btn--black {
    display: block;
    width: 136px;
    height: 47px;
    background-color: #5e4948;
    border-radius: 23.5px;
    font-family: "Akrobat",
    sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #eeeeee;
    text-align: center;
    line-height: 45px;
    z-index: 1;
  }
  .btn.btn--black::before,
  input[type="submit"].btn--black::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border-radius: 23.5px;
    z-index: -1;
  }
  .btn.btn--black:hover,
  input[type="submit"].btn--brown:hover {
    color: #5e4948;
  }

  .btn.btn--black:hover::before,
  input[type="submit"].btn--brown:hover::before {
    opacity: 1;
  }
  .btn.btn--brown,
  input[type="submit"].btn--brown {
    display: block;
    width: 136px;
    height: 47px;
    background-color: #8b0a0e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#60090b), to(rgba(96, 9, 11, 0)));
    background-image: -o-linear-gradient(top, #60090b 0%, rgba(96, 9, 11, 0) 100%);
    background-image: linear-gradient(180deg, #60090b 0%, rgba(96, 9, 11, 0) 100%);
    border-radius: 23.5px;
    font-family: "Akrobat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #eeeeee;
    text-align: center;
    line-height: 45px;
    z-index: 1; }
    .btn.btn--brown::before,
    input[type="submit"].btn--brown::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      display: block;
      width: -webkit-calc(100% - 4px);
      width: calc(100% - 4px);
      height: -webkit-calc(100% - 4px);
      height: calc(100% - 4px);
      background: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      border-radius: 23.5px;
      z-index: -1; }
    .btn.btn--brown:hover,
    input[type="submit"].btn--brown:hover {
      color: #60090b; }
      .btn.btn--brown:hover::before,
      input[type="submit"].btn--brown:hover::before {
        opacity: 1; }
  .btn.btn--grad,
  input[type="submit"].btn--grad {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 264px;
    height: 65px;
    background-image: url("../img/bg-btn.png"), -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
    background-image: url("../img/bg-btn.png"), -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
    background-image: url("../img/bg-btn.png"), linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
    background-position: top center, center center;
    background-repeat: no-repeat, no-repeat;
    border-radius: 32.5px;
    -webkit-box-shadow: 5px 10px 15px 0px rgba(247, 165, 0, 0.34), 0 7px 0 0 #e99c02, inset 0 0 0 1px rgba(255, 231, 153, 0.52);
            box-shadow: 5px 10px 15px 0px rgba(247, 165, 0, 0.34), 0 7px 0 0 #e99c02, inset 0 0 0 1px rgba(255, 231, 153, 0.52);
    font-family: 'Akrobat',sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #5d0a0c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn.btn--grad:hover,
    input[type="submit"].btn--grad:hover {
      -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
              transform: translateY(3px);
      -webkit-box-shadow: 5px 10px 15px 0px rgba(247, 165, 0, 0.34), 0 4px 0 0 #e99c02;
              box-shadow: 5px 10px 15px 0px rgba(247, 165, 0, 0.34), 0 4px 0 0 #e99c02; }
    .btn.btn--grad:active,
    input[type="submit"].btn--grad:active {
      opacity: 0.7; }
  .btn.btn--icon .text,
  input[type="submit"].btn--icon .text {
    margin-right: 20px; }
  .btn.btn--icon .icon,
  input[type="submit"].btn--icon .icon {
    width: 22px;
    height: 22px;
    fill: #5d0a0c; }

input[type="submit"][disabled] {
  cursor: no-drop;
  background: #5e5e5e; }

input[type="submit"].btn--grad {
  display: inline-block;
  vertical-align: middle; }

.burger {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #432928;
  border-radius: 4.0px; }
  .burger__wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    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; }
    .burger__wrap .text {
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      margin-right: 5px;
		margin-left: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .burger__wrap.active .burger {
      opacity: 1;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .burger__wrap.active .burger .line {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
        .burger__wrap.active .burger .line:before, .burger__wrap.active .burger .line:after {
          -webkit-transform: translateX(0) rotate(-90deg);
              -ms-transform: translateX(0) rotate(-90deg);
                  transform: translateX(0) rotate(-90deg); }
    .burger__wrap.active:hover .burger {
      -webkit-transform: rotate(90deg) scale(1.1);
          -ms-transform: rotate(90deg) scale(1.1);
              transform: rotate(90deg) scale(1.1); }
    .burger__wrap:hover .text {
      color: #e99c02; }
    .burger__wrap:hover .burger {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .burger .line {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .burger .line, .burger .line::after, .burger .line::before {
      position: absolute;
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .burger .line::after, .burger .line::before {
      content: '';
      left: 0; }
    .burger .line::before {
      -webkit-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
              transform: translateY(-7px); }
    .burger .line::after {
      -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
              transform: translateY(7px); }

.scr_map_inner {
  width: 100%;
  height: 551px; }

.white {
  padding: 36px 38px 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
          box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
  background-color: #ffffff; }
  .white a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .white a:hover {
      color: #8b0a0e; }
  .white strong {
    color: #432928;
    font-weight: 700; }
    .white strong a {
      color: #432928; }

/* Переопределение стилей yandex map */
[class$='-controls-pane'] {
  display: none; }

/* Переопределение стилей slick */
.slick-slide {
  -webkit-backface-visibility: hidden;
  outline: none; }

.slider1 {
  position: relative; }
  .slider1 .slick-arrow {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%; }
    .slider1 .slick-arrow::after {
      content: '';
      position: absolute;
      top: 43%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 25px;
      height: 25px;
      border-bottom: 2px solid #5e4948;
      border-left: 2px solid #5e4948;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .slider1 .slick-arrow:hover::after {
      border-color: #e99c02; }
  .slider1 .slick-prev {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: -25px; }
    .slider1 .slick-prev::after {
      left: 60%; }
  .slider1 .slick-next {
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    right: -25px; }
    .slider1 .slick-next::after {
      left: 60%; }
  .slider1__slide {
    outline: none; }
  .slider1__dots {
    position: absolute;
    z-index: 100; }
    .slider1__dots .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .slider1__dots .slick-dots li {
        margin-right: 10px;
        margin-bottom: 10px; }
        .slider1__dots .slick-dots li:last-of-type {
          margin-right: 0; }
        .slider1__dots .slick-dots li button {
          background: none;
          border: none;
          outline: none;
          display: block;
          width: 10px;
          height: 10px;
          background-color: #999999;
          border-radius: 50%;
          font-size: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .slider1__dots .slick-dots li.slick-active button {
          background-color: #ffc011;
          }
        .slider1__dots .slick-dots li:not(.slick-active) button {
          cursor: pointer; }
          .slider1__dots .slick-dots li:not(.slick-active) button:hover {
            background: #b6d9ec;
            }

/* Переопределение стилей fancybox */
.fancybox-lock {
  max-width: 100%;
  overflow: hidden !important; }

.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.5); }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../libs/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  background: none;
  top: 5px;
  right: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #432928;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .fancybox-close::before, .fancybox-close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .fancybox-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .fancybox-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .fancybox-close:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 10px rgba(67, 41, 40, 0.3);
            box-shadow: 0 0 10px rgba(67, 41, 40, 0.3); }
    .fancybox-close:hover::before, .fancybox-close:hover::after {
      background: #fff; }

.fancybox-nav {
  background: transparent url(../libs/fancybox/blank.gif); }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none; }

.fancybox-next, .fancybox-prev {
  width: 25%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.fancybox-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(67, 41, 40, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(67, 41, 40, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(67, 41, 40, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }

.fancybox-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(67, 41, 40, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(67, 41, 40, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(67, 41, 40, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: none; }
  #fancybox-loading div {
    background-image: url(../libs/fancybox/fancybox_loading@2x.gif); } }

/* Переопределение bootstrap */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

/* media */
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%; } }

@media screen and (max-width: 1024px) {
  /* max-width 1024px */ }

@media screen and (max-width: 992px) {
  .general .right {
    padding: 25px; } }

@media screen and (max-width: 900px) {
  .general .left .article p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px; }
  .general .right p {
    font-size: 16px;
    line-height: 24px; }
    .general .right p br {
      display: none; } }

@media screen and (max-width: 800px) {
  .white {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    background: none;
    font-size: 15px;
    line-height: 24px; } }

@media screen and (max-width: 768px) {
  .scr_map_inner {
    height: 400px; } }

@media screen and (max-width: 650px) {
  .general .right {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .general .right p {
      font-size: 14px;
      line-height: 20px; } }

@media screen and (max-width: 576px) {
  .general .right {
    margin-top: 40px; } }

@media screen and (max-width: 500px) {
  .slider1__dots .slick-dots li {
    margin-right: 5px;
    margin-bottom: 5px; }
    .slider1__dots .slick-dots li:last-of-type {
      margin-right: 0; }
    .slider1__dots .slick-dots li button {
      width: 7px;
      height: 7px; } }

@media screen and (max-width: 400px) {
  .scr_map_inner {
    height: 300px; }
  .general .right {
    margin-top: 20px; }
  .title2 {
    padding-top: 25px;
    font-size: 20px; }
  .features-news__wrap {
    padding: 30px 0; }
  .btn.btn--grad,
  input[type="submit"].btn--grad {
    width: 100%;
    height: 50px; }
  .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px; }
  .white {
    font-size: 13px;
    line-height: 20px; } }

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .socials__link {
    display: flex;;
    width: 40px;
    height: 40px;
    margin-right: 23px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    background-color: #5e4948;
    -webkit-transition: 0.3s  ease-in-out;
    -o-transition: 0.3s  ease-in-out;
    transition: 0.3s  ease-in-out; }
    .socials__link:last-of-type {
      margin-right: 0; }
    .socials__link .fa {
      color: #fff;
      font-weight: 400;
      font-size: 17px;
    margin: auto; }
    .socials__link:hover {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      background: rgba(255, 255, 255, 0.3); }

/* socials */
.form {
  position: relative;
  z-index: 30;
  width: 100%;
  padding: 37px 50px 27px;
  -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
          box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
  background: #f5f5f5 url("../img/bg-form.png") repeat center center;
  border-radius: 6.0px;
  /* media */ }
  .form__item {
    text-align: center; }
  .form__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #432928;
    text-align: center; }
  .form__desc {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.2;
    color: #5e4948;
    text-align: center; }
  .form input, .form textarea {
    font-family: "HelveticaNeueCyr", sans-serif; }
  .form .text-input {
    display: block;
    width: 100%;
    margin-bottom: 33px; }
    .form .text-input input, .form .text-input textarea {
      background: none;
      border: none;
      outline: none;
      width: 100%;
      height: 68px;
      background-color: #ffffff;
      border: 1.0px solid #f5f5f5;
      border-radius: 6.0px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      color: #432928;
      text-align: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      resize: none; }
      .form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
        color: #999999;
        font-size: 18px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-family: "HelveticaNeueCyr", sans-serif; }
      .form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
        color: #999999;
        font-size: 18px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-family: "HelveticaNeueCyr", sans-serif; }
      .form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
        color: #999999;
        font-size: 18px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-family: "HelveticaNeueCyr", sans-serif; }
      .form .text-input input:focus, .form .text-input textarea:focus {
        -webkit-box-shadow: 0 0 20px rgba(67, 41, 40, 0.3);
                box-shadow: 0 0 20px rgba(67, 41, 40, 0.3); }
        .form .text-input input:focus::-webkit-input-placeholder, .form .text-input textarea:focus::-webkit-input-placeholder {
          color: #fff;
          font-size: 18px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .form .text-input input:focus::-moz-placeholder, .form .text-input textarea:focus::-moz-placeholder {
          color: #fff;
          font-size: 18px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .form .text-input input:focus:-ms-input-placeholder, .form .text-input textarea:focus:-ms-input-placeholder {
          color: #fff;
          font-size: 18px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
    .form .text-input textarea {
      height: 136px; }
  .form .accept label {
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center; }
    .form .accept label > span {
      position: relative;
      display: inline-block;
      padding-left: 38px;
      font-size: 13px;
      line-height: 1.2;
      color: #5e4948;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .form .accept label > span .accept__icon {
        position: absolute;
        top: 50%;
        left: 3px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 20px;
        height: 20px;
        border: 1.0px solid #5e4948; }
        .form .accept label > span .accept__icon::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          display: block;
          background-color: #8b0a0e;
          width: 0;
          height: 0; }
    .form .accept label:hover span {
      color: #e99c02; }
  .form .accept input {
    display: none; }
  .form .accept input:checked + span .accept__icon::before {
    width: 9px;
    height: 9px; }
  .form input[type="submit"] {
    margin: 0 auto;
    margin-bottom: 39px; }
  @media screen and (max-width: 1170px) {
    .form {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .form {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 500px) {
    .form {
      padding-left: 20px;
      padding-right: 20px; }
      .form__title {
        margin-bottom: 12px;
        font-size: 24px; }
        .form__title br {
          display: none;
          visibility: hidden; }
      .form__desc {
        font-size: 14px;
        margin-bottom: 26px; }
        .form__desc br {
          display: none; } }
  @media screen and (max-width: 500px) {
    .form {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px; }
      .form .text-input {
        margin-bottom: 22px; }
        .form .text-input input, .form .text-input textarea {
          font-size: 16px; }
          .form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
            font-size: 16px; }
          .form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
            font-size: 16px; }
          .form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
            font-size: 16px; }
        .form .text-input input {
          height: 60px; } }
  @media screen and (max-width: 400px) {
    .form__title {
      font-size: 21px;
      line-height: 1.4;
      margin-bottom: 20px; }
    .form .text-input textarea {
      height: 106px; }
    .form .text-input {
      margin-bottom: 20px; }
      .form .text-input input {
        height: 50px; } }

/* form */
.subscribe-form .text-input input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 48px;
  padding-left: 18px;
  background-color: #ffffff;
  border-radius: 6.0px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #432928;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none; }
  .subscribe-form .text-input input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "HelveticaNeueCyr", sans-serif; }
  .subscribe-form .text-input input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "HelveticaNeueCyr", sans-serif; }
  .subscribe-form .text-input input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "HelveticaNeueCyr", sans-serif; }
  .subscribe-form .text-input input:focus {
    -webkit-box-shadow: 0 0 20px rgba(67, 41, 40, 0.3);
            box-shadow: 0 0 20px rgba(67, 41, 40, 0.3); }
    .subscribe-form .text-input input:focus::-webkit-input-placeholder {
      color: #fff;
      font-size: 14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-family: "HelveticaNeueCyr", sans-serif; }
    .subscribe-form .text-input input:focus::-moz-placeholder {
      color: #fff;
      font-size: 14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-family: "HelveticaNeueCyr", sans-serif; }
    .subscribe-form .text-input input:focus:-ms-input-placeholder {
      color: #fff;
      font-size: 14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-family: "HelveticaNeueCyr", sans-serif; }

.paginator {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* media */ }
  .paginator .page-numbers {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-decoration: none;
    font-family: "Akrobat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #432928;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%; }
    .paginator .page-numbers:hover {
      color: #e99c02; }
  .paginator .next, .paginator .prev {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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; }
    .paginator .next .arrow, .paginator .prev .arrow {
      position: relative;
      display: block;
      width: 40px;
      height: 40px; }
      .paginator .next .arrow::after, .paginator .prev .arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 1px solid #8b0a0e;
        border-left: 1px solid #8b0a0e;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .paginator .next:hover .arrow::after, .paginator .prev:hover .arrow::after {
      border-color: #e99c02; }
  .paginator .next {
    margin-left: 15px; }
    .paginator .next .arrow::after {
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          -ms-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
  .paginator .prev {
    margin-right: 15px; }
    .paginator .prev .arrow::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .paginator li.current .page-numbers {
    text-decoration: underline;
    color: #8b0a0e; }
  @media screen and (max-width: 400px) {
    .paginator .page-numbers {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin: 0 3px;
      font-size: 13px; }
    .paginator .next .arrow, .paginator .prev .arrow {
      width: 30px;
      height: 30px; }
      .paginator .next .arrow::after, .paginator .prev .arrow::after {
        width: 10px;
        height: 10px; } }

/* paginator */
.breadcrumbs {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ol li {
      position: relative;
      display: inline-block;
      font-family: "Akrobat", sans-serif;
      font-size: 16px;
      color: #432928; }
      .breadcrumbs ol li a {
        color: #432928;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .breadcrumbs ol li a[href]:hover {
          color: #8b0a0e; }
      .breadcrumbs ol li:not(:last-of-type)::after {
        content: '/';
        font-family: "Akrobat", sans-serif;
        font-size: 16px;
        color: #432928;
        margin: 0 4px; }
  @media screen and (max-width: 500px) {
    .breadcrumbs {
      padding-top: 14px !important;
      padding-bottom: 14px !important; }
      .breadcrumbs ol li {
        font-size: 14px; } }
  @media screen and (max-width: 400px) {
    .breadcrumbs {
      padding-top: 0px !important;
      padding-bottom: 10px !important; } }

/* breadcrumbs */
.prod-item-page {
  /* breadcrumbs */ }
  .prod-item-page .breadcrumbs {
    padding-top: 14px;
    padding-bottom: 0; }
    .prod-item-page .breadcrumbs ol li {
      font-size: 15px; }
      .prod-item-page .breadcrumbs ol li:not(:last-of-type)::after {
        font-size: 15px; }
    @media screen and (max-width: 500px) {
      .prod-item-page .breadcrumbs ol li {
        font-size: 14px; } }

.prod-item-wrap{
  display: flex;
  justify-content: space-between;
}
.prod-item-wrap__content{
  width: 45%;
}
.prod-item-wrap__info {
  width: 53%;
}
@media screen and (max-width: 991px){
  .prod-item-wrap {
    flex-direction: column;
  }
  .prod-item-wrap__info {
    width: 100%;
    order: 1;
  }
  .prod-item-wrap__content {
    width: 100%;
    order: 0;
  }
}

/* prod-item-page */
.modal {
  position: relative;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  /* media */ }
  .modal.active {
    display: block;
    opacity: 1;
    min-height: 100vh; }
  .modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 540px;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
    .modal__content.visible {
      opacity: 1; }
  .modal .form {
    max-height: 100vh;
    overflow: auto;
    width: 99%;
    z-index: 0; }
  .modal .close {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .modal .close::before, .modal .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 20px;
      height: 3px;
      background-color: #8b0a0e;
      border-radius: 1.5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .modal .close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .modal .close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .modal .close:hover::before, .modal .close:hover::after {
      background-color: #e99c02; }
  .modal .form {
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px; }
    .modal .form__title {
      margin-bottom: 40px; }
    .modal .form input[type="submit"] {
      font-size: 18px; }
    .modal .form .text-input {
      margin-bottom: 24px; }
      .modal .form .text-input input, .modal .form .text-input textarea {
        text-align: left;
        padding-left: 22px; }
        .modal .form .text-input input::-webkit-input-placeholder, .modal .form .text-input textarea::-webkit-input-placeholder {
          color: #999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .modal .form .text-input input::-moz-placeholder, .modal .form .text-input textarea::-moz-placeholder {
          color: #999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .modal .form .text-input input:-ms-input-placeholder, .modal .form .text-input textarea:-ms-input-placeholder {
          color: #999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .modal .form .text-input input:focus::-webkit-input-placeholder, .modal .form .text-input textarea:focus::-webkit-input-placeholder {
          color: #fff;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .modal .form .text-input input:focus::-moz-placeholder, .modal .form .text-input textarea:focus::-moz-placeholder {
          color: #fff;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .modal .form .text-input input:focus:-ms-input-placeholder, .modal .form .text-input textarea:focus:-ms-input-placeholder {
          color: #fff;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
      .modal .form .text-input input {
        height: 58px;
        line-height: 58px; }
      .modal .form .text-input textarea {
        padding-top: 20px; }
    .modal .form .form__item--submit {
      margin-top: 30px; }
  .modal__map {
    width: 100%; }
    .modal__map .modal__content {
      width: 100%;
      height: 546px; }
    .modal__map .map {
      width: 100%;
      height: 100%; }
      .modal__map .map ymaps[class*="-controls-pane"] {
        display: none; }
      .modal__map .map ymaps[class*="-map"] {
        width: 100% !important;
        height: 100% !important; }
  @media screen and (max-width: 600px) {
    .modal__map .modal__content {
      height: 400px; } }
  @media screen and (max-width: 560px) {
    .modal__content {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .modal__content {
      top: 20px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .modal .form {
      margin-left: 0; } }
  @media screen and (max-width: 400px) {
    .modal__content {
      min-height: 0; }
    .modal .form {
      padding-left: 30px;
      padding-right: 30px; }
    .modal__map .modal__content {
      height: 300px; } }

/* modal */
.header {
  position: relative;
  /* media */ }
  .header.margined {
    margin-bottom: 60px; }
  .header__top {
    padding-top: 16px;
    padding-bottom: 18px; }
    .header__top .container {
      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;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .header .logo {
    display: block;
    width: 164px;
    /* height: 75px; */
    margin-right: 30px; }
    .header .logo__wrap {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      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;
      width: 390px; }
    .header .logo__title {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      text-transform: uppercase;
      color: #432928; }
  .header__info {
    position: relative;
    width: 300px;
    padding-left: 14px; 
  }
  /* .dropdown-city{
    position: absolute;
    z-index: 1;
    background: #eee;
    padding: 25px 60px;
    left: 0;
    top: 100%;
    width: 270px;
    text-align: center;
    margin-top: 10px;
  }
  .dropdown-city::after {
    position: absolute;
    display: block;
    content: " ";
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    bottom: 100%;
    right: 55px;
    border-bottom: 10px #eee solid;
  } */
  .dropdown-city__title{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .dropdown-city .btn{
    margin: 0 auto 20px;
  }
  .close-dropdown{
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;
    right: 10px;
    top: 5px;
  }
  .close-dropdown:after{
    content: 'x';
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
  }
  .dropdown-link{
    font-size: 14px;
    color: #8b0a0e;
  }
  .header__basket{
    position: relative;
    margin-left: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(144, 13, 16);
    background: linear-gradient(214deg, rgba(195, 34, 37, 1) 0%, rgba(144, 13, 16, 1) 100%);
    box-shadow: -2px 7px 10px 3px rgba(144, 13, 16, 0.17);
  }
  .header__basket:before{
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 16px;
    transform: translate(-50%, -50%);
    background: transparent url("../img/noun-cart.png") no-repeat center center;
    background-size: cover;
  }
  .header__basket a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__basket .icon-info {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #8b0a0e;
    color: #fff;
    text-align: center;
    line-height: 23px;
    right: -8px;
    top: 0px;
    font-size: 14px;
    font-style: normal;
    z-index: 1;
  }
  .header__basket .icon-info span{
    display: inline-block;
    margin-left: 1px;
  }
  .header__basket .svg-inline--fa {
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 14px;
    font-size: 24px;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
  }
    .header_contacts{
      width: 155px;
      padding-left: 14px;
      text-align: right;
    }
    .header_contacts a{
      display: block;
    }
    .header_contacts a.phones__link {
      font-weight: bold;
      font-size: 16px;
    }
    .header_contacts .open-modal {
      font-size: 14px;
      color: #8b0a0e;
    }

  .header .phones {
    width: 262px;
    padding-left: 14px; }
    .header .phones__list {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header .phones__item {
      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; }
    .header .phones__link {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #432928;
      text-decoration: none; }
      .header .phones__link strong {
        font-size: 16px;
        font-weight: 700; }
      .header .phones__link:hover {
        color: #8b0a0e; }
  .header__info-sity {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #432928; 
    cursor: pointer;
  }
  .header__info-sity:before{
    content: '';
    position: absolute;
    top: -webkit-calc(47% - 4px);
    top: calc(47% - 4px);
    right: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__info-adress {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #432928;;
  }
  .header__price{
    width: 130px;
    margin-top: -10px;	 
  }
  .header__price  .btn{
    width: 100%;
    height: 44px;
  }
  .header__nav {
    width: 100%;
    height: 60px;
    background-color: #432928; }
    .header__nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 500;
      -webkit-box-shadow: 0 0 20px rgba(67, 41, 40, 0.6);
              box-shadow: 0 0 20px rgba(67, 41, 40, 0.6); }
  .header .container {
    height: 100%; }
  .header .main-menu {
    height: 100%; }
    .header .main-menu .burger__wrap {
      display: none; }
  .header .menu {
    padding: 0;
    margin: 0;
	  
    list-style: none;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .header .menu .menu-item-has-children > a {
      position: relative; }
      .header .menu .menu-item-has-children > a::before {
        content: '';
        position: absolute;
        top: -webkit-calc(47% - 4px);
        top: calc(47% - 5px);
        right: -15px;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
        display: block;
        width: 9px;
        height: 9px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .header .menu .menu-item-has-children.active > a::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header .menu > li {
      position: relative;
      height: 100%;
      margin-right: 10px; }
      .header .menu > li:last-of-type {
        margin-right: 0; }
    .header .menu > li > a {
      position: relative;
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      font-size: 14px;
      margin-top: 2px;
      line-height: 1.2;
      font-weight: 500;
      text-transform: uppercase;
      color: #eeeeee;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header .menu > li > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .header .menu > li > a:hover {
        color: #fff; }
        .header .menu > li > a:hover::after {
          opacity: 1; }
    .header .menu > li.current-menu-item a {
      cursor: default;
      color: #e99c02; }
      .header .menu > li.current-menu-item a::after {
        content: none; }
  .header .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 240px;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.25);
    z-index: 20;
    display: none; }
    .header .sub-menu > li > a {
      position: relative;
      display: block;
      padding: 13px 22px;
      padding-right: 10px;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.2;
      color: #432928;
      background: #fff;
      border-bottom: 1px solid #eeeeee;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header .sub-menu > li > a:hover {
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
        z-index: 2; }
    .header .sub-menu > li.current-menu-item a {
      background: #ededed; }
      .header .sub-menu > li.current-menu-item a:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .header #scr1-burger,
  .header #catalog-burger {
    display: none;
    margin-left: 5px; }
    .header #scr1-burger .text,
    .header #catalog-burger .text {
      margin-left: 10px; }
  @media screen and (max-width: 1060px){
    .header__price {
      display: none;
    }
  }
  .menu_catalog.menu{
    display: none;
  }
  @media screen and (max-width: 992px) {
    .menu_catalog.menu{
      display: flex;
    }
    .header .logo__wrap {
      width: 340px; }
    .header__info{
      width: 250px;
    }
    .header {
      box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
      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; }
      .header__nav {
        position: relative;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; }
      .header .main-menu {
        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;
        justify-content: space-between;}
        .header .main-menu #header-burger {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
	  .header .main-menu #scr1-burger {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; 
	  margin-left: auto;}
      .header .menu {
        position: absolute;
		  background: #fff;
        top: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        -webkit-box-shadow: 0 3px 10px rgba(67, 41, 40, 0.3);
                box-shadow: 0 3px 10px rgba(67, 41, 40, 0.3);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 110; }
        .header .menu .menu-item-has-children > a::before {
          right: 20px;
          border-color: #432928;
          z-index: 5; }
        .header .menu .menu-item-has-children > a:hover::before {
          border-color: #fff; }
        .header .menu > li {
          width: 100%;
          margin-right: 0; }
        .header .menu > li > a {
          width: 100%;
          background: #f9f9f9;
          padding-left: 70px;
          padding-right: 70px;
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 14px;
          color: #432928;
          text-align: center; }
          .header .menu > li > a::after {
            content: none; }
          .header .menu > li > a:hover {
            background-color: rgba(67, 41, 40, 0.9); }
        .header .menu > li.current-menu-item a {
          color: #432928;
          background: #efefef; }
          .header .menu > li.current-menu-item a:hover {
            background: #efefef; }
        .header .menu.active {
          max-height: 2000px;
          opacity: 1;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
      .header .sub-menu {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%;
        background: #f9f9f9; }
        .header .sub-menu > li > a {
          border: none; }
        .header .sub-menu > li.current-menu-item a {
          color: #999999;
          background: #fff; }
          .header .sub-menu > li.current-menu-item a:hover {
            -webkit-box-shadow: none;
                    box-shadow: none; }
      .header #catalog-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media screen and (max-width: 950px) {
    .header__basket {
       } }
  @media screen and (max-width: 860px) {
    .header__info {
      display: none; } }
  @media screen and (max-width: 710px) {
    .header_contacts {
       display: none;
    }
    .header .phones {
      position: absolute;
      right: 15px;
      top: 4px;
      z-index: 10; }
      .header .phones h4 {
        color: #fff; }
      .header .phones .link {
        color: #fff; }
        .header .phones .link:hover {
          color: #e99c02; } }
  @media screen and (max-width: 500px) {
    .header .phones {
      width: auto; }
      .header .phones h4 {
        font-size: 12px;
        margin-right: 5px; }
      .header .phones .link {
        font-size: 13px; }
        .header .phones .link strong {
          font-size: 14px; }
    .header .burger {
      background: none;
      width: 28px;
      height: 28px; }
    .header .logo {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 124px;
      height: 55px;
      margin-right: 20px; }
      .header .logo__wrap {
        width: 300px; }
      .header .logo__title {
        font-size: 13px;
        line-height: 20px; } }
  @media screen and (max-width: 400px) {
    .header .logo__wrap {
      width: 230px;
    }
    .header__basket{
      margin-left: 7px;
    }
    .header .phones h4 {
      display: none; }
    .header .logo {
      width: 90px;
      height: 45px;
      margin-right: 10px; }
      .header .logo__title {
        font-size: 10px;
        line-height: 18px; }
    .header__top {
      padding-top: 12px;
      padding-bottom: 13px; } }

/* header */
.main-page {
  /* header */ }
  @media screen and (max-width: 700px) {
    .main-page .header #scr1-burger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
     } }

/* main-page */
.prod-item-page {
  /* header */ }
  @media screen and (max-width: 830px) {
    .prod-item-page .header #scr1-burger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

/* main-page */
.production-page {
  /* header */ }
  @media screen and (max-width: 900px) {
    .production-page .header #scr1-burger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

/* main-page */
.scr1 {
  position: relative;
  /* media */ }
  .scr1__wrap{
    position: relative;
    max-width: 670px;
    height: 100%;
    padding: 70px 0 130px;
  }
  
  .scr1__wrap h1.title1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #432928;
    font-family: "Akrobat", sans-serif;
  }
  .scr1__wrap .title1 span {
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    text-transform: none;
    color: #8c0b0e;
    font-family: "Akrobat", sans-serif;
  }
  .scr1__wrap-content{
    /* position: relative; */
    display: flex;
    justify-content: space-between;
  }
  .scr1__block-button{
    position: relative;
    padding-left: 122px;
    text-align: center;
  }
  .scr1__block-button img{
    position: absolute;
    width: 226px;
    left: 0;
    top: 0;
  }
  .scr1__block-button_text{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    max-width: 210px;
    margin-bottom: 10px;
  }
  .scr1 .desc1:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../img/vertical-line.png") no-repeat center center;
    background-size: cover;
  }
  .scr1 .desc1:after {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url("../img/vertical-line.png") no-repeat center center;
    background-size: cover;
  }
  .scr1 .desc1 {
    font-size: 36px;
    line-height: 42px;
    font-family: "Akrobat", sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding: 0 50px;
    position: relative;
  }
  .scr1 .desc1 span{
    display: block;
    font-size: 130px;
    line-height: 120px;
    font-family: "Akrobat", sans-serif;
    font-weight: 900;
    color: #ffffff;
  }
  @media screen and (max-width: 1400px) {
  }
  @media screen and (max-width: 1200px) {
    .scr1__wrap {
      padding: 60px 0 110px;
    }
    .scr1__wrap h1.title1 {
      font-size: 46px;
      line-height: 51px;
    }
    .scr1__wrap .title1 span {
      font-size: 46px;
      line-height: 51px;
    }
    .scr1 .desc1 {
      font-size: 32px;
      line-height: 36px;
      padding: 0 40px;
    }
    .scr1__wrap-content {
      justify-content: flex-start;
    }
    .scr1 .desc1 span {
      font-size: 110px;
      line-height: 100px;
    }
    .scr1__block-button {
      padding-left: 100px;
      margin-left: 40px;
    }
    .scr1__block-button img {
      width: 200px;
      left: 0;
      top: 0;
    }
  }
  @media screen and (max-width: 991px) {
    .scr1__wrap {
      padding: 60px 0 100px;
    }
    .scr1__wrap h1.title1 {
      font-size: 42px;
      line-height: 46px;
    }
    .scr1__wrap .title1 span {
      font-size: 42px;
      line-height: 46px;
    }
    .scr1 .desc1 {
      font-size: 32px;
      line-height: 36px;
      padding: 0 30px;
    }
    .scr1__wrap-content {
      justify-content: flex-start;
    }
    .scr1 .desc1 span {
      font-size: 90px;
      line-height: 80px;
    }
    .scr1__block-button {
      padding-left: 100px;
      margin-left: 30px;
    }
    .scr1__block-button .btn.btn--grad {
      width: auto;
      height: 50px;
    }
    .scr1__block-button img {
      width: 200px;
      left: 0;
      top: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .scr1__wrap {
      padding: 60px 0 90px;
      max-width: 550px;
    }
    .scr1__wrap h1.title1 {
      font-size: 36px;
      line-height: 41px;
    }
    .scr1__wrap .title1 span {
      font-size: 36px;
      line-height: 41px;
    }
    .scr1 .desc1 {
      font-size: 28px;
      line-height: 32px;
      padding: 0 20px;
    }
    .scr1__wrap-content {
      justify-content: flex-start;
    }
    .scr1 .desc1 span {
      font-size: 70px;
      line-height: 60px;
    }
    .scr1__block-button {
      padding-left: 70px;
      margin-left: 20px;
    }
    .scr1__block-button img {
      width: 150px;
    }
    .scr1__block-button_text {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .scr1__wrap {
      padding: 60px 0 80px;
      max-width: 550px;
    }
    .scr1__wrap h1.title1 {
      font-size: 32px;
      line-height: 36px;
    }
    .scr1__wrap .title1 span {
      font-size: 32px;
      line-height: 36px;
    }
    .scr1 .desc1 {
      font-size: 24px;
      line-height: 28px;
      padding: 0 20px;
    }
    .scr1__wrap-content {
      justify-content: flex-start;
    }
    .scr1 .desc1 span {
      font-size: 60px;
      line-height: 50px;
    }
    .scr1__block-button {
      padding-left: 50px;
      margin-left: 20px;
    }
    .scr1__block-button .btn.btn--grad {
      width: auto;
      height: 40px;
      font-size: 12px;
    }
    .scr1__block-button img {
      width: 120px;
      left: 0;
      top: 0;
    }
    .scr1__block-button_text {
      font-size: 17px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 430px) {
    .scr1__wrap {
      padding: 60px 0 230px;
      max-height: 580px;
      height: 580px;
      width: 100%;
    }
    .scr1__wrap h1.title1 {
      font-size: 28px;
      line-height: 32px;
    }
    .scr1__wrap .title1 span {
      font-size: 25px;
      line-height: 32px;
      display: block;
    }
    .scr1 .desc1 {
      font-size: 24px;
      line-height: 28px;
      padding: 0 20px;
      margin-bottom: 30px;
    }
    .scr1__wrap-content {
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .scr1 .desc1 span {
      font-size: 60px;
      line-height: 50px;
    }
    .scr1__block-button {
      padding-left: 0;
      margin-left:0;
      position: inherit;
    }
    .scr1__block-button .btn.btn--grad {
      width: 264px;
      font-size: 16px;
      line-height: 1.2;
      height: 65px;
      position: absolute;
      bottom: -120px;
      left: -90px;
    }
    .scr1__block-button img {
      display: none;
    }
    .scr1__block-button_text {
      font-size: 17px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 0px;
    }
  }
  .scr1__slider {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%; }
    .scr1__slider .slick-list, .scr1__slider .slick-track {
      height: 100%; }
  .scr1__slides {
    width: 100%;
    height: 100%; }
  .scr1__slide {
    width: 100%;
    height: 100%; }
  .scr1__right {
    padding-left: 83px;
    /*padding-top: 88px;*/
	padding-top: 50px;
    padding-bottom: 20px;
    margin-left: 263px; }
  .scr1 .title1 {
    /*margin-bottom: 57px;*/
	margin-bottom: 40px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
     }
    .scr1 .title1 strong {
      text-transform: uppercase;
      font-weight: 700; }
  
  .scr1 .slick-dots__wrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto; }
  .scr1__dots {
    position: relative;
     }
    .scr1__dots .slick-dots li button {
      width: 15px;
      height: 15px; }
  .scr1__menu-wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    width: 263px;
    overflow: hidden;
    z-index: 10; }
    .scr1__menu-wrap .decor-line {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 5px;
      height: 57px;
      background-color: #8b0a0e;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 2;
      opacity: 0; }
    .scr1__menu-wrap .menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      .scr1__menu-wrap .menu > li > 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;
        width: 100%;
        height: 57px;
        padding-left: 13px;
        padding-right: 5px;
        background-color: #eeeeee;
        text-decoration: none;
        border-bottom: 1px solid rgba(67, 41, 40, 0.1); }
        .scr1__menu-wrap .menu > li > a .icon {
          width: 27px;
          height: 25px;
          margin-right: 14px;
          fill: #432928;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .scr1__menu-wrap .menu > li > a .text {
          font-size: 15px;
          line-height: 1.5;
          font-weight: 400;
          text-transform: uppercase;
          color: #432928;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .scr1__menu-wrap .menu > li > a:hover .icon {
          fill: #8b0a0e; }
        .scr1__menu-wrap .menu > li > a:hover .text {
          color: #8b0a0e; }
      .scr1__menu-wrap .menu > li:last-of-type > a {
        border-bottom: none; }
    .scr1__menu-wrap .sub-menu {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none;
      background: #fff; }

      .menu-item.menu-item-has-children.active .sub-menu {
      	display: block;
      }
      .scr1__menu-wrap .sub-menu > li > a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 31px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
        color: #5e4948;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .scr1__menu-wrap .sub-menu > li > a:hover {
          background-color: #eee; }
  @media screen and (max-width: 1024px) {
    .scr1 .title1 {
      margin-bottom: 40px;
      font-size: 34px; }
    .scr1 .desc1 {
      font-size: 27px; } }
  @media screen and (max-width: 768px) {
    .scr1__right {
      padding-left: 30px;
      padding-top: 68px; } }
  @media screen and (max-width: 700px) {
    .scr1 {
      background: none; }
      .scr1 .df {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .scr1__menu-wrap {
        width: 100%;
        display: none; }
     .scr1__menu-wrap.fixed {
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 1000;
        max-height: -webkit-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow: auto; }   
      .scr1__right {
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding-bottom: 50px; }
      .scr1__slider {
        position: relative; }
      .scr1__slide .container {
        height: 100%; } }
  @media screen and (max-width: 600px) {
    .scr1__slide {
      position: relative;
      z-index: 1; }
      /* .scr1__slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(67, 41, 40, 0.4);
        z-index: -1; } */
    .scr1 .title1 {
      margin-bottom: 30px;
      font-size: 26px;
      font-size: 24px; }
      .scr1 .title1 br {
        display: none; }
    .scr1 .desc1 {
      margin-bottom: 10px;
      font-size: 18px; }
      .scr1 .desc1 br {
        display: none; }
    .scr1 .slick-dots__wrap {
      bottom: 10px;
      }
    .scr1__dots {
      margin-left: 0; }
      .scr1__dots .slick-dots li {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px; }
        .scr1__dots .slick-dots li button {
          width: 10px;
          height: 10px; } }
  @media screen and (max-width: 430px){
    .scr1__slide{
      background-position: 50% 0 !important;
    }
  }
  @media screen and (max-width: 400px) {
    .scr1__right {
      padding-top: 40px;
      padding-left: 0; } }
  @media screen and (max-width: 350px) {
    .scr1 .desc1 {
      font-size: 17px; }
    .scr1 .title1 {
      font-size: 18px; }
    .scr1 .btn {
      height: 55px; } }

/* scr1 */
.catalog .scr1__menu-wrap {
  display: none; }

.products {
  position: relative;
  padding-top: 60px;
  padding-bottom: 46px;
  /* media */ }
  .products__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px; }
    .products__nav li {
      margin-right: 45px; }
      .products__nav li:last-of-type {
        margin-right: 0; }
      .products__nav li.current a {
        -webkit-box-shadow: 5px 10px 15px 0px rgba(67, 41, 39, 0.23);
                box-shadow: 5px 10px 15px 0px rgba(67, 41, 39, 0.23);
        background-color: #5e4948;
        color: #fff; }
    .products__nav a {
      display: block;
      width: 195px;
      height: 50px;
      line-height: 50px;
      border: 1.0px solid #5e4948;
      border-radius: 25.0px;
      font-family: "Akrobat", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #432928;
      text-align: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .products__nav a:hover {
        -webkit-box-shadow: 5px 10px 15px 0px rgba(67, 41, 39, 0.23);
                box-shadow: 5px 10px 15px 0px rgba(67, 41, 39, 0.23);
        color: #fff;
        background: #5e4948; }
  .products__tab:not(#products-tab0) {
    display: none; }
  .products__item {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
            box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
    background-color: #ffffff;
    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;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 20px;
    padding-bottom: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .products__item:hover {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03);
      -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.4);
              box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.4); }
    .products__item .label {
      position: absolute;
      left: 2px;
      top: 18px;
      width: 120px;
      height: 35px;
      font-family: "Akrobat", sans-serif;
      font-size: 16px;
      line-height: 35px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      text-align: center;
      z-index: 1; }
      .products__item .label::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 35px;
        border-radius: 6.0px;
        -webkit-transform: skewX(-15deg);
            -ms-transform: skewX(-15deg);
                transform: skewX(-15deg);
        z-index: -1; }
      .products__item .label--hit::before {
        background-color: #e59040; }
      .products__item .label--action::before {
        background-color: #ac3538; }
  .products__img {
    display: block;
    width: 100%;
    height: 133px;
    overflow: hidden; }
    .products__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .products__info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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;
    padding-left: 13px;
    padding-right: 13px; }
  .products__title {
    padding-top: 11px;
    padding-bottom: 21px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #432928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .products__title-wrap {
      display: block;
      text-decoration: none; }
      .products__title-wrap:hover .products__title {
        color: #e99c02; }
  .products__price {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px; }
    .products__price span {
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #432928; 
      margin-right: 10px;}
    .products__price b {
      display: block;
      font-size: 21px;
      line-height: 18px;
      margin-top: 3px;
      font-weight: 700;
      color: #60090b; }
  .products__bottom {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    margin-top: auto; }
    .products__bottom .btn {
      display: block; }
    .products__bottom .link {
      display: block; }
  @media screen and (max-width: 500px) {
    .products {
      padding-top: 44px;
      padding-bottom: 30px; }
      .products__nav {
        margin-bottom: 26px; }
        .products__nav .btn {
          width: 155px; } }
  @media screen and (max-width: 400px) {
    .products {
      padding-top: 30px;
      padding-bottom: 10px; }
      .products__nav .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 15px; }
      .products__nav li {
        margin-right: 10px; }
        .products__nav li:last-of-type {
          margin-right: 0; } }

/* products */
.production-page {
  /* products */ }
  .production-page .products {
    padding-top: 0;
    padding-bottom: 10px; }
    .production-page .products h2.title {
      font-weight: 700;
      text-align: center;
      padding-top: 23px;
      padding-bottom: 23px; }
    .production-page .products__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
    .production-page .products__item {
      width: -webkit-calc((100% - 60px) / 3);
      width: calc((100% - 60px) / 3);
      margin-right: 30px; 
      height: auto;}
      .production-page .products__item:nth-of-type(3n) {
        margin-right: 0; }
    @media screen and (max-width: 1170px) {
      .production-page .products__item {
        width: -webkit-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2); }
        .production-page .products__item:nth-of-type(3n) {
          margin-right: 30px; }
        .production-page .products__item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 900px) {
      .production-page .products__item {
        width: -webkit-calc((100% - 39px) / 3);
        width: calc((100% - 39px) / 3);
        margin-right: 13px; }
        .production-page .products__item:nth-of-type(3n) {
          margin-right: 0; }
        .production-page .products__item:nth-of-type(2n) {
          margin-right: 13px; } }
    @media screen and (max-width: 830px) {
      .production-page .products__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .production-page .products__bottom .link {
          margin-bottom: 10px; }
      .production-page .products__title {
        font-size: 15px;
        line-height: 20px; }
      .production-page .products__price span {
        font-size: 14px; }
      .production-page .products__price b {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .production-page .products__item {
        width: -webkit-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
        margin-right: 30px; }
        .production-page .products__item:nth-of-type(3n) {
          margin-right: 30px; }
        .production-page .products__item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 540px) {
      .production-page .products__item {
        width: -webkit-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        margin-right: 10px; }
        .production-page .products__item:nth-of-type(3n) {
          margin-right: 10px; }
        .production-page .products__item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .production-page .products__item {
        width: 100%;
        margin-right: 0; }
        .production-page .products__item:nth-of-type(3n) {
          margin-right: 0; }
      .production-page .products__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .production-page .products__bottom .link {
          margin-bottom: 0; } }


/* portfolio-page */

.portfolio-page {
  position: relative;
  background: #f5f5f5;
  padding: 40px 0;
}
.portfolio-page__item{
  margin-bottom: 30px;
}
.portfolio-page__item:last-child{
  margin-bottom: 0;
}
.portfolio-page__title{
  margin-bottom: 30px;
}
.portfolio-page__wrap{
  margin-bottom: 30px;
}

          /* example */

.example{
  background: transparent url("../img/example_bg.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.example-slider {
  padding: 0 5px;
}
.example__top .btn {
  display: block;
  width: 195px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #5e4948;
  background: #5e4948;
  border-radius: 25px;
  font-family: "Akrobat",
  sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.example .btn:hover{
  background: #fff;
  color: #432928;
}
.example__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
.portfolio-card{
  position: relative;
  background: #fff;
  color: #333;
}
.portfolio-card__wrap{
  display: flex;
}
.portfolio-card__slider{
  width: 520px;
}
.portfolio-card__slider .slider-for .slick-slider-item img {
  width: 100%;
	vertical-align: top;
}
.portfolio-card__slider .slider-nav {
  position: relative;
  margin: 24px 0 0 !important;
}
.portfolio-card__slider .slider-nav .slick-list {
  padding: 0 !important;
  /* max-width: 100%; */
  margin: 0 auto;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.portfolio-card__slider .slider-nav .slick-slide {
  outline: none !important;
  padding: 0 5px;
  /* margin: 0 24px 0 0 !important;
  max-width: 138px !important; */
}
.portfolio-card__slider .slider-nav .slick-slider-item {
  position: relative;
  cursor: pointer;
  outline: none !important;
}
.portfolio-card__slider .slider-nav .slick-slider-item img {
  width: 100%;
  vertical-align: top;
}
.portfolio-card__slider .slider-nav .slick-slider-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
}
.portfolio-card__slider .slider-nav .slick-current:before {
  background: transparent !important;
  display: none !important;
}

.portfolio-card__content{
  width: 650px;
  padding: 25px 60px 20px 35px;
}
.portfolio-card__title{
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #60090b;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 16px;
}
.portfolio-card__info{
  position: relative;
  margin-bottom: 25px;
}
.portfolio-card__info__item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 21px;
}
.portfolio-card__info__item span{
  font-weight: 700;
}
.portfolio-card__info__item:last-child{
  margin: 0;
}
.portfolio-card__name{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.portfolio-card__text{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0 0;
  color: #666;
  margin-bottom: 25px;
}
.portfolio-card__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-card__price span{
  font-size: 24px;
  font-weight: 700;
  color: #60090b;
}
@media screen and (max-width: 1200px){
  .portfolio-card__slider {
    width: 45%;
  }
  .portfolio-card__content {
    width: 55%;
    padding: 20px 40px 20px 25px;
  }
  .portfolio-card__info__item {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 18px;
  }
  .portfolio-card__name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .portfolio-card__text {
    padding: 15px 0 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px){
  .portfolio-card__slider {
    width: 45%;
  }
  .portfolio-card__content {
    width: 55%;
    padding: 15px 15px 15px 20px;
  }
  .portfolio-card__info__item {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .portfolio-card__name {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .portfolio-card__text {
    padding: 15px 0 0;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .portfolio-card__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .portfolio-card__info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px){
  .portfolio-card{
    padding: 0 0 10px;
  }
  .portfolio-card__wrap {
    flex-direction: column;
  }
  .portfolio-card__slider {
    width: 100%;
    order: 1;
  }
  .portfolio-card__content {
    width: 100%;
    padding: 15px 10px 15px 10px;
    order: 0;
    margin-bottom: 0px;
  }
  .portfolio-card__info__item {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .portfolio-card__name {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .portfolio-card__text {
    padding: 15px 0 0;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .portfolio-card__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .portfolio-card__info {
    margin-bottom: 15px;
  }
}

/* production-page */
.lead {
  position: relative;
  padding: 48px 0;
  background: transparent url("../img/bg-lead1.jpg") no-repeat center center;
  background-size: cover;
  /* media */ }
  .lead__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    color: #432928; }
    .lead__title strong {
      font-weight: 700;
      text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .lead .form {
      margin-top: 30px; } }
  @media screen and (max-width: 500px) {
    .lead__title {
      font-size: 28px; } }
  @media screen and (max-width: 400px) {
    .lead__title {
      font-size: 22px; } }

/* lead */
.advantages {
  position: relative;
  /* media */ }
  .advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 42px; }
  .advantages__item {
    position: relative;
    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;
    padding-left: 60px;
    margin-bottom: 26px;
    z-index: 1; }
    .advantages__item:last-of-type {
      margin-bottom: 0; }
    .advantages__item:hover .advantages__icon {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-box-shadow: 0 0 30px rgba(67, 41, 40, 0.3);
              box-shadow: 0 0 30px rgba(67, 41, 40, 0.3); }
  .advantages__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 80px;
    z-index: -1; }
    .advantages__img img {
      width: 100%;
      height: 100%; }
  .advantages__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 107px;
    height: 107px;
    margin-right: 27px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .advantages__icon .icon {
      width: 40px;
      height: 46px; }
  .advantages__text p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #432928; }
    .advantages__text p strong {
      font-weight: 700; }
  @media screen and (max-width: 450px) {
    .advantages__list {
      margin-top: 22px; }
    .advantages__item {
      padding-left: 40px;
      margin-bottom: 20px; }
      .advantages__item:last-of-type {
        margin-bottom: 0; }
    .advantages__text p {
      font-size: 15px; }
    .advantages__icon {
      width: 67px;
      height: 67px;
      margin-right: 15px; }
      .advantages__icon .icon {
        width: 25px;
        height: 30px; }
    .advantages__img {
      width: 100px;
      height: 60px; } }

/* lead */
.news {
  position: relative;
  border: 1.0px solid #f1f1f1;
  /* media */ }
  .news__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400; }
  .news__top {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 39px;
    padding-top: 22px;
    padding-right: 35px;
    padding-bottom: 30px;
    margin-bottom: 2px;
    background-color: rgba(238, 238, 238, 0.6); }
  .news__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .news__item {
    padding-left: 39px;
    padding-top: 22px;
    padding-right: 35px;
    padding-bottom: 19px;
    border-bottom: 1px solid #f5f5f5; }
  .news .article time {
    display: block;
    margin-bottom: 18px;
    font-family: "Akrobat", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #432928; }
  .news .article a {
    color: #5e4948;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .news .article a:hover {
      color: #e99c02; }
  .news .article h2, .news .article h3 {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700; }
  .news .article p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #666666; }
  .news .link__wrap {
    text-align: right; }
  @media screen and (max-width: 768px) {
    .news {
      margin-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .news__title {
      font-size: 27px; }
    .news__top {
      padding-top: 20px;
      padding-left: 25px;
      padding-bottom: 22px;
      padding-right: 25px; }
    .news__item {
      padding-left: 25px;
      padding-right: 25px; }
    .news .article time {
      margin-bottom: 10px;
      font-size: 14px; }
    .news .article a {
      color: #5e4948;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .news .article a:hover {
        color: #e99c02; }
    .news .article h3 {
      margin-bottom: 18px;
      font-size: 16px; }
    .news .article p {
      margin-bottom: 14px;
      font-size: 13px; } }

/* news */
.news-page {
  /* news */ }
  .news-page .news {
    padding-bottom: 35px;
    border: none; }
    .news-page .news__item {
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin-bottom: 30px;
      padding-bottom: 24px;
      padding-right: 33px;
      border-bottom: 1px solid #f5f5f5;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .news-page .news__item .img__wrap {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 195px;
        height: 195px;
        margin-right: 37px; }
        .news-page .news__item .img__wrap img {
          width: 100%;
          height: 100%; }
      .news-page .news__item:hover {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px); }
        .news-page .news__item:hover .article h2 {
          color: #e99c02;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .news-page .news__item:hover .news__link {
          color: #e99c02; }
    .news-page .news__right {
      padding-top: 4px; }
    .news-page .news__link {
      text-decoration: underline; }
    .news-page .news .article h2 {
      color: #5e4948; }
    @media screen and (max-width: 950px) {
      .news-page .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 30px; }
        .news-page .news__item .img__wrap {
          margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .news-page .news {
        margin-bottom: 0; } }
    @media screen and (max-width: 576px) {
      .news-page .news__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-left: 0; }
        .news-page .news__item .img__wrap {
          margin-bottom: 0; } }
    @media screen and (max-width: 500px) {
      .news-page .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 0; }
        .news-page .news__item .img__wrap {
          width: 100%;
          margin-bottom: 20px; } }
    @media screen and (max-width: 400px) {
      .news-page .news {
        padding-bottom: 20px; }
        .news-page .news__item {
          margin-bottom: 20px;
          padding-bottom: 17px; }
          .news-page .news__item .img__wrap {
            height: 165px;
            margin-bottom: 10px; }
        .news-page .news .article h2 {
          margin-bottom: 12px; } }

/* news-page */
.news-item {
  position: relative;
  padding-bottom: 36px;
  /* media */ }
  .news-item__img {
    width: 50%;
margin:0px auto 0px auto;
    margin-bottom: 40px; }
    .news-item__img img {
      width: 100%;
      height: 100%; }
  .news-item h1, .news-item h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #432928;
    text-transform: uppercase; }
  .news-item h1 {
    margin-bottom: 45px; }
  .news-item .article p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666666; }
  .news-item .article h2 {
    margin-bottom: 30px;
    padding-top: 30px; }
  .news-item .article ul {
    margin: 0;
    padding: 0;
    padding-left: 15px; }
  .news-item .article ol {
    margin: 0;
    padding: 0;
    padding-left: 15px; }
    .news-item .article ul li {
      position: relative;
      margin-bottom: 22px;
      font-size: 14px;
      line-height: 20px;
      color: #666666; }
  @media screen and (max-width: 700px) {
    .news-item {
      padding-bottom: 15px; }
      .news-item__img {
        margin-bottom: 15px; }
      .news-item h1, .news-item h2 {
        font-size: 24px; }
        .news-item h1 br, .news-item h2 br {
          display: none; }
      .news-item h1 {
        margin-bottom: 15px; }
      .news-item .article h2 {
        margin-bottom: 15px;
        padding-top: 15px; }
      .news-item .article ul li {
        margin-bottom: 15px; } }
  @media screen and (max-width: 500px) {
    .news-item h1, .news-item h2 {
      font-size: 20px; }
    .news-item .article p {
      font-size: 13px; }
    .news-item .article ul li {
      font-size: 13px; } }
  @media screen and (max-width: 400px) {
    .news-item h1, .news-item h2 {
      font-size: 16px; } }

/* news-item */
.features {
  position: relative;
  padding-top: 50px;
  padding-left: 83px;
  padding-bottom: 20px;
  height: 100%; }
  .features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1140px;
    height: 100%;
    background: transparent url("../img/bg-features.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; }
  .features__decor {
    position: absolute;
    left: 74%;
    bottom: -140px;
    width: 579px;
    height: 596px;
    z-index: 1; }
    .features__decor img {
      width: 100%;
      height: 100%; }
  .features__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    color: #432928; }
    .features__title strong {
      font-weight: 900;
      font-size: 48px; }
    .features__title b {
      font-weight: 700; }
    .features__title sup {
      font-size: 20px; }
  .features__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 62px;
    width: 100%;
    z-index: 2; }
  .features__item {
    margin-bottom: 59px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .features__item:nth-of-type(odd) {
      width: 56.22188905547226%; }
    .features__item:nth-of-type(2n) {
      width: 39%;
      padding-left: 24px; }
    .features__item:hover {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
      .features__item:hover .features__icon .icon {
        fill: #432928; }
  .features__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 19px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .features__icon .icon {
      width: 50px;
      height: 50px; }
  .features__text p {
    font-size: 18px; }
    .features__text p strong {
      font-weight: 700; }
  @media screen and (max-width: 1170px) {
    .features {
      padding-left: 40px; } }
  @media screen and (max-width: 1070px) {
    .features__item:nth-of-type(2n) {
      padding-left: 0; } }
  @media screen and (max-width: 992px) {
    .features__title {
      font-size: 30px; }
      .features__title strong {
        font-size: 43px; }
    .features__item {
      margin-bottom: 40px; }
      .features__item:nth-of-type(odd) {
        width: 49%; }
      .features__item:nth-of-type(2n) {
        width: 49%; }
    .features__text p {
      font-size: 16px; }
      .features__text p br {
        display: none; } }
  @media screen and (max-width: 820px) {
    .features__title {
      font-size: 24px; }
      .features__title strong {
        font-size: 36px; }
    .features__list {
      margin-top: 42px; }
    .features__item {
      margin-bottom: 30px; }
    .features__text p {
      font-size: 14px; } }
  @media screen and (max-width: 500px) {
    .features {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 40px;
      padding-bottom: 0;
      height: auto; }
      .features::before {
        width: 100%;
        height: 100%;
        background-image: url("../img/bg-features--mobile.jpg"); }
      .features__decor {
        display: none; } }
  @media screen and (max-width: 400px) {
    .features {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px;
      padding-top: 20px; }
      .features__title {
        font-size: 20px; }
        .features__title strong {
          font-size: 30px; }
      .features__list {
        margin-top: 30px; }
      .features__icon {
        margin-bottom: 13px; }
      .features__text p {
        font-size: 13px;
        line-height: 1.4; } }

/* features */
.partners {
  position: relative;
  padding-top: 59px;
  padding-bottom: 96px;
  background-color: rgba(238, 238, 238, 0.6);
  /* media */ }
  .partners__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    color: #432928;
    text-align: center; }
  .partners__slider {
    margin-top: 32px; }
  .partners__slide {
    padding: 15px; }
    .partners__slide .img__wrap {
      -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
              box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
      width: 100%;
      height: 112px;
      background-color: #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-align: center; }
      .partners__slide .img__wrap::before {
        display: inline-block;
        content: '';
        height: 100%;
        vertical-align: middle; }
      .partners__slide .img__wrap img {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 73%;
        max-height: 73%;
        vertical-align: middle; }
    .partners__slide:hover .img__wrap {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
  .partners__dots {
    position: static;
    width: 100%; }
    .partners__dots .slick-dots {
      padding-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  @media screen and (max-width: 768px) {
    .partners__slider .img__wrap img {
      max-width: 80%;
      max-height: 80%; } }
  @media screen and (max-width: 500px) {
    .partners {
      padding-top: 39px;
      padding-bottom: 36px; }
      .partners__title {
        font-size: 27px; }
      .partners__slider {
        margin-top: 20px; }
        .partners__slider__dots .slick-dots {
          padding-top: 15px; } }
  @media screen and (max-width: 400px) {
    .partners {
      padding-top: 40px;
      padding-bottom: 40px; }
      .partners__slider {
        margin-top: 30px; }
        .partners__slider__dots .slick-dots {
          padding-top: 20px; } }

/* partners */
.partnership-page {
  /* partners */ }
  .partnership-page .partners {
    background: none;
    padding-top: 9px;
    padding-bottom: 36px; }

/* partnership-page */
.cta {
  position: relative;
  /* background: #5e4948; */
  /* media */ }
  .cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../img/bg-cta-new.jpg") no-repeat center center;
    background-size: cover;
    /* opacity: 0.1;  */
  }
  .cta__left {
    padding-left: 68px;
    padding-bottom: 20px; }
  .cta__title {
    margin-bottom: 34px;
    padding-top: 80px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #f5f5f5; }
  .cta__desc p {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 24px;
    color: #f5f5f5; }
    .cta__desc p:last-of-type {
      margin-bottom: 0; }
  .cta .form {
    margin-top: -16px;
    margin-bottom: -16px;
    padding-top: 66px;
    padding-bottom: 44px; }
  @media screen and (max-width: 992px) {
    .cta__left {
      padding-left: 0; } }
  @media screen and (max-width: 800px) {
    .cta__title {
      margin-bottom: 24px;
      padding-top: 50px;
      font-size: 30px; }
    .cta__desc p {
      margin-bottom: 20px;
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .cta__left {
      margin-bottom: 20px; }
    .cta__title {
      text-align: center; }
      .cta__title br {
        display: none; }
    .cta__desc {
      text-align: center; } }
  @media screen and (max-width: 500px) {
	  .cta__left{
		  position: relative;
		  z-index: 5;
	  }
	  .cta__title{
		  color: #432928;
	  }
	  .cta__desc p{
		  color: #432928;
	  }
    .cta::before {
      background-image: url("../img/bg-cta--mobile.jpg"); }
	  
	.cta::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .7)
	  }
	}
  @media screen and (max-width: 400px) {
    .cta__title {
      margin-bottom: 20px;
      padding-top: 40px;
      font-size: 26px; }
    .cta__desc p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 1.5; }
      .cta__desc p br {
        display: none; } }

/* cta */
.reviews {
  position: relative;
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 78px;
  /* media */ }
  .reviews .title {
    padding-bottom: 35px; }
  .reviews__slider-wrap {
    width: 750px;
    margin: 0 auto; }
  .reviews__slider .slick-list {
    overflow: visible; }
  .reviews__slider .slick-arrow {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
    background-image: -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
    background-image: linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
    border-radius: 50%;
    font-size: 0;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: transform 0.3s, box-shadow 0.3s, opacity 0.1s;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.1s;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.1s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    z-index: 10;
    cursor: pointer; }
    .reviews__slider .slick-arrow::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #5e4948;
      border-left: 2px solid #5e4948; }
    .reviews__slider .slick-arrow:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-box-shadow: 0 0 10px rgba(67, 41, 40, 0.4);
              box-shadow: 0 0 10px rgba(67, 41, 40, 0.4); }
  .reviews__slider .slick-prev {
    left: 17px; }
    .reviews__slider .slick-prev::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .reviews__slider .slick-next {
    right: 17px; }
    .reviews__slider .slick-next::before {
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          -ms-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
  .reviews__slide {
    position: relative;
    width: 100%;
    height: 346px;
    margin: 0 30px;
    padding: 9px;
    background: #f5f5f5 url("../img/bg-form.png") repeat center center;
    outline: none;
    -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
            box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .reviews__slide:not(.slick-current) {
      opacity: 0.6; }
  .reviews__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
    height: -webkit-calc(100% - 18px);
    height: calc(100% - 18px);
    z-index: -1; }
    .reviews__wrap svg {
      width: 100%;
      height: 100%;
      -webkit-filter: drop-shadow(2px 4px 20px rgba(67, 41, 39, 0.2));
              filter: drop-shadow(2px 4px 20px rgba(67, 41, 39, 0.2)); }
  .reviews__dots {
    margin-top: 69px;
    margin-bottom: 55px; }
    .reviews__dots .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .reviews__dots .slick-dots li {
        margin-right: 31px; }
        .reviews__dots .slick-dots li:last-of-type {
          margin-right: 0; }
        .reviews__dots .slick-dots li button {
          background: none;
          border: none;
          outline: none;
          display: block;
          width: 15px;
          height: 15px;
          background-color: #cccccc;
          font-size: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          border-radius: 50%;
          cursor: pointer; }
        .reviews__dots .slick-dots li:hover button {
          background-color: #432928; }
        .reviews__dots .slick-dots li.slick-active button {
          background: #8b0a0e; }
  .reviews .btn__wrap .btn {
    margin: 0 auto;
    font-size: 18px; }
  .reviews__content {
    padding-left: 58px;
    padding-right: 58px;
    padding-top: 31px;
    padding-bottom: 10px;
    max-height: 328px;
    overflow: auto; }
    .reviews__content-top {
      margin-bottom: 16px;
      padding-left: 4px; }
    .reviews__content time, .reviews__content .town {
      display: inline-block;
      font-family: "Akrobat", sans-serif;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 400;
      color: #432928; }
    .reviews__content .article h2 {
      padding-left: 4px;
      margin-bottom: 38px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 700; }
    .reviews__content .article p {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      text-indent: 23px; }
      .reviews__content .article p:not(:last-of-type) {
        margin-bottom: 10px; }
  @media screen and (max-width: 780px) {
    .reviews {
      padding-top: 45px;
      padding-bottom: 58px; }
      .reviews__slider-wrap {
        width: 100%; }
      .reviews__wrap {
        display: none; }
      .reviews__content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 31px;
        padding-bottom: 30px;
        overflow: auto;
        background: #fff;
        -webkit-box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2);
                box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2);
        max-height: 2000px; }
      .reviews__slide {
        height: auto; }
      .reviews__dots {
        margin-top: 19px;
        margin-bottom: 25px; } }
  @media screen and (max-width: 576px) {
    .reviews__slide {
      margin: 0 10px; } }
  @media screen and (max-width: 500px) {
    .reviews__content {
      padding: 15px 15px 20px; }
    .reviews__slide {
      margin: 0 10px; }
    .reviews__dots {
      margin-top: 29px;
      margin-bottom: 25px; }
      .reviews__dots .slick-dots li:not(:last-of-type) {
        margin-right: 5px; }
      .reviews__dots .slick-dots li button {
        width: 7px;
        height: 7px; }
    .reviews .article h2 {
      margin-bottom: 8px;
      font-size: 16px; }
    .reviews .article p {
      font-size: 13px;
      line-height: 18px; }
    .reviews .article p:not(:last-of-type) {
      margin-bottom: 5px; }
    .reviews .btn__wrap .btn {
      height: 50px;
      font-size: 16px; } }
  @media screen and (max-width: 400px) {
    .reviews {
      padding-top: 0;
      padding-bottom: 58px; }
      .reviews .title {
        padding-bottom: 25px; }
      .reviews__slider-wrap {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; }
      .reviews__slide {
        margin: 0 5px; }
      .reviews__content {
        padding: 21px 20px 30px; }
        .reviews__content .article h2 {
          margin-bottom: 18px;
          font-size: 17px; }
        .reviews__content .article p {
          font-size: 13px;
          line-height: 20px; } }

/* reviews */
.certs {
  position: relative;
  background: #f5f5f5 url("../img/bg-cert.png") no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 58px;
  /* media */ }
  .certs__slider {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px; }
    .certs__slider .slick-list {
      overflow: visible; }
  .certs__slide {
    height: 503px;
    margin: 15px;
    padding: 11px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .certs__slide.slick-active {
      -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
              box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33); }
    .certs__slide:not(.slick-active) {
      opacity: 0; }
    .certs__slide a {
      display: block;
      height: 100%; }
      .certs__slide a img {
        width: 100%;
        height: 100%; }
      .certs__slide a [data-object-fit] {
        -o-object-position: center;
           object-position: center;
        font-family: "object-fit: cover object-position: center"; }
  .certs__dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px; }
    .certs__dots .slick-dots li button {
      background: #e99c02;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .certs__dots .slick-dots li button:hover {
        background: #8b0a0e; }
  @media screen and (max-width: 700px) {
    .certs__slide {
      height: 380px; } }
  @media screen and (max-width: 400px) {
    .certs {
      padding-bottom: 38px; }
      .certs__slide {
        height: 290px; }
      .certs__dots {
        bottom: -20px; } }

/* certs */
.services {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 90px;
  /* media */ }
  .services .title {
    padding-bottom: 0; }
  .services .title2 {
    margin-bottom: 34px; }
  .services-features {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    margin-top: 95px;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .services-features li {
      position: relative;
      -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
              box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
      width: 360px;
      height: 362px;
      padding: 12px;
      background: #ffffff url("../img/bg-form.png") repeat center center;
      z-index: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .services-features li:nth-of-type(odd):hover {
        -webkit-transform: rotateY(-20deg);
                transform: rotateY(-20deg); }
      .services-features li:nth-of-type(2n):hover {
        -webkit-transform: rotateY(20deg);
                transform: rotateY(20deg); }
      .services-features li h3 {
        margin-bottom: 26px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center; }
      .services-features li p {
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        text-align: center; }
    .services-features__wrap {
      position: absolute;
      top: 12px;
      left: 12px;
      width: -webkit-calc(100% - 24px);
      width: calc(100% - 24px);
      height: -webkit-calc(100% - 24px);
      height: calc(100% - 24px);
      z-index: -1; }
      .services-features__wrap svg {
        width: 100%;
        height: 100%;
        -webkit-filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2));
                filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2)); }
    .services-features__content {
      padding-top: 90px;
      padding-left: 23px;
      padding-right: 23px; }
    .services-features__icon {
      position: absolute;
      top: -27px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 72px;
      height: 72px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
      background-image: -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
      background-image: linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
      border-radius: 50%; }
      .services-features__icon svg {
        width: 39px;
        height: 39px;
        fill: #432928; }
  @media screen and (max-width: 1150px) {
    .services-features {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .services-features li {
        margin-right: 30px;
        margin-bottom: 40px; }
        .services-features li:nth-of-type(2n) {
          margin-right: 0; }
        .services-features li:last-of-type {
          margin-right: 0; } }
  @media screen and (max-width: 830px) {
    .services-features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .services-features li {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .services {
      padding-bottom: 10px; }
      .services-features {
        margin-top: 50px; }
        .services-features li {
          height: auto; }
          .services-features li h3 {
            margin-bottom: 21px;
            font-size: 21px; }
          .services-features li p {
            font-size: 14px;
            line-height: 20px; }
        .services-features__wrap {
          display: none; }
        .services-features__content {
          width: 100%;
          height: 100%;
          padding-top: 50px;
          padding-bottom: 30px;
          background: #fff;
          -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
                  box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2); } }
  @media screen and (max-width: 400px) {
    .services-features li {
      width: 100%; }
      .services-features li h3 {
        margin-bottom: 18px;
        font-size: 19px; }
      .services-features li p {
        font-size: 13px;
        line-height: 18px; }
    .services .title2 {
      margin-bottom: 12px; } }

/* services */
.pay {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 68px;
  /* media */ }
  .pay .title {
    padding-bottom: 0; }
  .pay .title2 {
    padding-top: 40px; }
  .pay__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 54px;
    margin-bottom: 48px; }
  .pay__item--main {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .pay__item--main .pay__icon {
      position: relative;
      margin-bottom: 25px;
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 107px;
      height: 107px;
      -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
              box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
      background-color: #ffffff;
      border-radius: 50%; }
      .pay__item--main .pay__icon::after{
        content: '';
        display: block;
        position: absolute;
        right: -50px;
        top: 50%;
		    transform: translate(0, -50%);
        width: 19px;
        height: 35px;
        background: transparent url("../img/arrow-pay.png") no-repeat center center;
        background-size: cover;
      }
      .pay__item--main:last-child .pay__icon::after{
        display: none;
      }
      .pay__item--main .pay__icon .icon {
        width: 50px;
        height: 50px; }
    .pay__item--main h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #432928;
      text-align: center; }
    .pay__item--main:hover {
      -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
              transform: translateY(-4px); }
  .pay__item--arrow {
    display: block;
    margin-top: 40px;
    margin-right: 17px;
    width: 25px;
    height: 25px;
    border-right: 2px solid #8b0a0e;
    border-bottom: 2px solid #8b0a0e;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .pay__bottom .left {
    padding-top: 89px;
    padding-bottom: 84px; }
    .pay__bottom .left p {
      font-size: 24px;
      line-height: 34px;
      font-weight: 500;
      color: #432928; }
  .pay__bottom .pay__bg {
    position: absolute;
    top: 0;
    left: -45px;
    display: block;
    width: 767px;
    height: 309px;
    background: transparent url("../img/bg-pay.png") no-repeat center center;
    background-size: contain; }
    .pay__bottom .pay__bg__wrap {
      position: relative; }

  .pay-content{
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }
  .pay-content p {
    margin-bottom: 20px;
  }
  .pay-content p:last-child {
    margin-bottom: 0px;
  }
  .pay-content__title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .pay-content__wrap{
    max-width: 490px;
    margin-bottom: 30px;
  }
  .pay-content__list dt {
    font-size: 18px;
    font-weight: bold;
  }
  .pay-content__list dd {
    position: relative;
    padding-left: 16px;
  }
  .pay-content__list dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
  }
  .pay-content__attention{
    padding: 30px 15px 30px 30px;
    background: #fff;
    margin-bottom: 30px;
  }
  .pay-content__attention .pay-content__attention-title {
    color: #8b0a0e;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .pay-content__attention p {
    font-size: 18px;
    font-weight: bold;
  }
  .pay-content__adress span b{
    font-size: 18px;
  }
  .pay-content__adress span{
    margin-bottom: 5px;
    display: block;
  }
  .pay-content__image{
    position: relative;
    background: transparent url("../img/car001.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    padding-bottom: 43.5%;
    margin-bottom: 30px;
  }
  .pay-content__image p{
    position: absolute;
    font-size: 18px;
    color: #8b0a0e;
    max-width: 250px;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 1200px){
    .pay__list{
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .pay__item--main{
      padding-right: 50px;
    }
    .pay__item--main:last-child{
      padding-right: 0px;
    }
     .pay__item--main .pay__icon::after{
       right: -35px;
     }
    /* .pay__item--main .pay__icon::after{
      display: none;
    } */
  }
  @media screen and (max-width: 950px){
    .pay-content .row [class*='col-']{
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 950px) {
    .pay__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .pay__item--main .pay__icon{
      width: 76px;
      height: 76px;
      margin: 0 auto 15px;
    }
    .pay__item--main h3{
      font-size: 15px;
      line-height: 21px;
    }
    .pay__item--arrow {
      display: none; }
    .pay__item--main .pay__icon::after{
       right: -25px;
       width: 15px;
       height: 27px;
     }
     .pay__item--main .pay__icon .icon{
       width: 40px;
       height: 40px;
     }
    .pay__item--main {
      padding-right: 0px;
      margin-bottom: 20px;
      margin-right: 20px;
      width: 95px;
     } }
  @media screen and (max-width: 900px) {
    .pay__bottom .left p {
      font-size: 19px;
      line-height: 27px; } }
  @media screen and (max-width: 576px) {
    .pay {
      padding-bottom: 38px; }
      .pay__bottom .left {
        padding: 0; }
        .pay__bottom .left p {
          font-size: 16px;
          line-height: 25px; }
      .pay__bg-wrap {
        display: none; } }
    .pay-content__image{
      margin-top: 60px;
    }
    .pay-content__image p {
      position: absolute;
      max-width: 250px;
      left: 0;
      top: -40px;
    }
    .pay-content__attention {
      padding: 20px 15px 20px 20px;
      background: #fff;
      margin-bottom: 30px;
    }
  @media screen and (max-width: 400px) {
    .pay__item--main {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      margin-right: 0;
      margin-left: 5px;
      margin-right: 5px;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .pay__item--main .pay__icon {
        width: 87px;
        height: 87px; }
        .pay__item--main .pay__icon .icon {
          width: 40px;
          height: 40px; }
      .pay__item--main h3 {
        font-size: 16px;
        line-height: 21px; }
    .pay__list {
      margin-top: 20px;
      margin-bottom: 15px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

/* pay */
.about {
  position: relative;
  background: #f5f5f5;
  /* media */ }
  .about .title {
    padding-bottom: 0; }
  .about .title2 {
    margin-bottom: 32px; }
  .about .article .desc {
    margin-bottom: 46px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
  .about .article p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666; }
    .about .article p strong {
      display: block;
      margin-bottom: 70px;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #432928; }
  .about .article blockquote {
    padding-left: 46px;
    padding-right: 58px;
    padding-top: 48px;
    padding-bottom: 50px;
    background-color: #ffffff; }
    .about .article blockquote p {
      margin-bottom: 23px; }
      .about .article blockquote p:last-of-type {
        margin-bottom: 0; }
  .about .article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 52px;
    padding-top: 38px;
    padding-right: 50px;
    padding-bottom: 36px;
    background: #fff; }
    .about .article ul li {
      position: relative;
      margin-bottom: 27px;
      font-size: 16px;
      line-height: 24px;
      color: #666666; }
      .about .article ul li:last-of-type {
        margin-bottom: 0; }
      .about .article ul li::before {
        content: '';
        position: absolute;
        top: 6px;
        left: -18px;
        display: block;
        width: 8px;
        height: 8px;
        background-color: #8b0a0e;
        border-radius: 50%; }
  .about figcaption {
    padding-left: 16px;
    margin-top: 56px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #432928; }
  .about__top .right {
    padding-top: 58px;
    padding-left: 27px; }
  .about .video {
    position: relative;
    display: block;
    height: 350px;
    padding: 17px;
    -webkit-box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2);
            box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2);
    background-color: #ffffff; }
    .about .video:hover .bg-img {
      opacity: 0.9; }
      .about .video:hover .bg-img::before {
        opacity: 1; }
    .about .video:hover .play {
      -webkit-box-shadow: 0 0 20px rgba(67, 41, 40, 0.4);
              box-shadow: 0 0 20px rgba(67, 41, 40, 0.4); }
    .about .video .bg-img {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .about .video .bg-img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        z-index: -1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .about .video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 74px;
      height: 74px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
      background-image: -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
      background-image: linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
      border-radius: 50%;
      z-index: 2;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .about .video .play::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-left: 15px solid #432928;
        border-bottom: 11px solid transparent; }
  .about__middle .left {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 68px; }
  .about__bottom {
    padding-top: 59px;
    padding-bottom: 77px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #432928;
    text-align: center; }
  @media screen and (max-width: 900px) {
    .about .article blockquote {
      padding: 28px 28px 40px 26px; }
    .about .article ul {
      padding: 28px 30px 26px 32px; } }
  @media screen and (max-width: 768px) {
    .about figcaption {
      margin-top: 36px; }
    .about__top .right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 28px; }
    .about__top .left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 400px) {
    .about__top .right {
      padding-top: 28px;
      padding-left: 15px;
      padding-right: 15px; }
    .about .video {
      height: 280px;
      padding: 12px; }
    .about figcaption {
      padding-left: 10px;
      margin-top: 36px;
      font-size: 16px; }
    .about .article .desc {
      margin-bottom: 25px;
      font-size: 14px; }
    .about .article p {
      font-size: 14px; }
      .about .article p strong {
        margin-bottom: 30px;
        font-size: 16px; }
      .about .article p br {
        display: none; }
    .about .article blockquote p {
      margin-bottom: 20px; }
      .about .article blockquote p:last-of-type {
        margin-bottom: 0; }
    .about .article ul li {
      margin-bottom: 17px;
      font-size: 14px;
      line-height: 23px; }
    .about__middle .left {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; }
    .about__bottom {
      padding-top: 29px;
      padding-bottom: 37px;
      font-size: 18px;
      line-height: 23px; } }

/* about */
.contacts {
  position: relative;
  padding-bottom: 40px;
  /* media */ }
  .contacts a.open-modal {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    color: #8b0a0e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .contacts a.open-modal:hover {
      color: #e99c02; }
  .contacts h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #432928; }
  .contacts__text {
    margin-bottom: 27px; }
    .contacts__text p, .contacts__text a {
      display: block;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #432928;
      text-decoration: none; }
    .contacts__text h4 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #432928; }
      .contacts__text h4.with-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .contacts__text h4.with-icon .icon__wrap {
          width: 21px;
          height: 21px; }
        .contacts__text h4.with-icon span {
          display: block;
          margin-right: 16px; }
    .contacts__text a {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .contacts__text a:hover {
        color: #e99c02; }
  .contacts__wrap:nth-of-type(1) .contacts__item {
    padding-left: 34px; }
  .contacts__wrap:nth-of-type(3) .contacts__item {
    padding-left: 68px; }
  .contacts__bottom {
    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;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(238, 238, 238, 0.6); }
    .contacts__bottom .contacts__text {
      margin-bottom: 0; }
      .contacts__bottom .contacts__text h4 {
        margin-bottom: 14px; }
  .contacts__hours {
    width: 40.17543859649123%;
    padding-left: 34px;
    padding-top: 19px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(67, 41, 40, 0.3); }
  .contacts__insta {
    width: 19.73684210526316%;
    padding-left: 30px;
    padding-top: 19px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(67, 41, 40, 0.3); }
  .contacts__subscribe {
    width: 40.17543859649123%;
    padding-left: 39px;
    padding-top: 20px;
    padding-right: 26px;
    padding-bottom: 22px; }
    .contacts__subscribe .contacts__text h4 {
      margin-bottom: 10px; }
    .contacts__subscribe .subscribe__wrap {
      position: relative; }
    .contacts__subscribe .text-input {
      display: block;
      width: 287px; }
    .contacts__subscribe .btn {
      position: absolute;
      right: 0;
      top: 0; }
  @media screen and (max-width: 1100px) {
    .contacts__bottom {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .contacts__hours {
      width: 60%;
      padding-right: 10px; }
    .contacts__insta {
      width: 40%;
      border-right: none; }
    .contacts__subscribe {
      width: 100%; }
      .contacts__subscribe .subscribe__wrap {
        width: 395px; } }
  @media screen and (max-width: 992px) {
    .contacts__wrap:nth-of-type(1) .contacts__item {
      padding-left: 0; }
    .contacts__wrap:nth-of-type(3) .contacts__item {
      padding-left: 0; }
    .contacts__text {
      margin-bottom: 20px; }
      .contacts__text p, .contacts__text a {
        font-size: 16px; }
      .contacts__text h4 {
        font-size: 16px; } }
  @media screen and (max-width: 820px) {
    .contacts__bottom {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px;
      padding-left: 15px;
      padding-right: 15px; }
    .contacts__hours {
      padding-left: 0; }
    .contacts__subscribe {
      padding-left: 0; } }
  @media screen and (max-width: 650px) {
    .contacts a.open-modal {
      margin-bottom: 18px; }
    .contacts h2 {
      margin-bottom: 10px;
      font-size: 16px; }
/*
    .contacts__text {
      margin-bottom: 15px; }
*/
      .contacts__text p, .contacts__text a {
        font-size: 14px; }
      .contacts__text h4 {
        font-size: 14px; } }
  @media screen and (max-width: 500px) {
    .contacts__hours {
      width: 100%;
      padding-bottom: 0;
      border-right: none; }
    .contacts__insta {
      width: 100%;
      padding-bottom: 0;
      padding-left: 0; } }
  @media screen and (max-width: 440px) {
    .contacts__subscribe {
      padding-right: 0; }
      .contacts__subscribe .subscribe__wrap {
        width: 100%; } }
  @media screen and (max-width: 400px) {
    .contacts__wrap {
      margin-bottom: 20px; }
    .contacts h2 {
      font-size: 14px;
      margin-bottom: 0; }
    .contacts a.open-modal {
      margin-bottom: 10px;
      line-height: 18px; }
/*
    .contacts__text {
      margin-bottom: 5px; }
*/
      .contacts__text h4, .contacts__text p, .contacts__text a {
        font-size: 13px;
        line-height: 17px; } }
  @media screen and (max-width: 350px) {
    .contacts__subscribe .subscribe__wrap .text-input {
      width: 100%; }
    .contacts__subscribe .subscribe__wrap .btn {
      position: relative;
      width: 100%;
      margin-top: 20px; } }

/* contacts */
.callback {
  position: relative;
  padding-top: 44px;
  padding-bottom: 65px;
  /* media */ }
  .callback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #999999 url("../img/bg-form3.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.1; }
  .callback .form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 49px; }
    .callback .form::before {
      content: '';
      position: absolute;
      top: -80px;
      left: -388px;
      display: block;
      width: 607px;
      height: 615px;
      background: transparent url("../img/img-form3.png") no-repeat center center;
      background-size: contain; }
    .callback .form .text-input {
      margin-bottom: 20px; }
      .callback .form .text-input input, .callback .form .text-input textarea {
        border: none;
        border-radius: 6.0px;
        text-align: left; }
        .callback .form .text-input input::-webkit-input-placeholder, .callback .form .text-input textarea::-webkit-input-placeholder {
          color: #999999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .callback .form .text-input input::-moz-placeholder, .callback .form .text-input textarea::-moz-placeholder {
          color: #999999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
        .callback .form .text-input input:-ms-input-placeholder, .callback .form .text-input textarea:-ms-input-placeholder {
          color: #999999;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-family: "HelveticaNeueCyr", sans-serif; }
      .callback .form .text-input input {
        height: 58px;
        padding-left: 20px; }
      .callback .form .text-input textarea {
        padding-left: 25px;
        padding-top: 24px;
        padding-bottom: 10px;
        padding-right: 20px; }
  .callback__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #432928; }
  .callback__desc {
    font-size: 18px;
    line-height: 1.2; }
  .callback__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .callback__left {
    width: 31.14035087719298%;
    padding-left: 45px;
    padding-right: 10px; }
  .callback__middle {
    width: 31.14035087719298%;
    margin-right: 23px; }
  .callback__right {
    width: 31.14035087719298%; }
  .callback__bottom {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 350px;
    padding-right: 54px; }
    .callback__bottom input[type="submit"] {
      margin-bottom: 0;
      font-size: 18px; }
  @media screen and (max-width: 1110px) {
    .callback .form {
      padding-left: 45px; }
      .callback .form::before {
        content: none;
        background: none; }
    .callback__top {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .callback__left {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; }
    .callback__middle {
      width: 350px; }
    .callback__right {
      width: 350px; }
    .callback__bottom {
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .callback__bottom input[type="submit"] {
        margin-top: 20px; } }
  @media screen and (max-width: 850px) {
    .callback__middle {
      width: 45%; }
    .callback__right {
      width: 45%; } }
  @media screen and (max-width: 550px) {
    .callback .form {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px;
      padding-left: 15px;
      padding-right: 15px; }
    .callback__middle {
      width: -webkit-calc((100% - 23px) / 2);
      width: calc((100% - 23px) / 2); }
    .callback__right {
      width: -webkit-calc((100% - 23px) / 2);
      width: calc((100% - 23px) / 2); } }
  @media screen and (max-width: 500px) {
    .callback__middle {
      width: 100%;
      margin-right: 0; }
    .callback__right {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    .callback__title {
      font-size: 21px;
      line-height: 20px; }
    .callback__desc {
      font-size: 14px; }
      .callback__desc br {
        display: none; }
    .callback__bottom {
      padding-right: 0; }
      .callback__bottom .form__item {
        width: 100%; }
      .callback__bottom input[type="submit"] {
        font-size: 16px;
        height: 50px;
        margin-top: 10px; }
    .callback .form {
      padding-top: 30px;
      padding-bottom: 40px; }
      .callback .form .text-input {
        margin-bottom: 15px; }
        .callback .form .text-input input {
          height: 48px; } }

/* callback */
.partnership {
  position: relative;
  padding-bottom: 74px;
  /* media */ }
  .partnership .title {
    padding-bottom: 0; }
  .partnership__wrap {
    background: #f5f5f5; }
  .partnership .general {
    padding-top: 53px; }
    .partnership .general .left {
      padding-top: 34px; }
  .partnership .brown {
    height: 120px;
    line-height: 120px;
    background-color: #432928;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
  .partnership-features {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    margin-top: 82px;
    padding-bottom: 82px;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .partnership-features > li {
      position: relative;
      -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
              box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
      width: 360px;
      height: 420px;
      padding: 13px;
      background: #ffffff url("../img/bg-form.png") repeat center center;
      z-index: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .partnership-features > li:nth-of-type(odd):hover {
        -webkit-transform: rotateY(-20deg);
                transform: rotateY(-20deg); }
      .partnership-features > li:nth-of-type(2n):hover {
        -webkit-transform: rotateY(20deg);
                transform: rotateY(20deg); }
      .partnership-features > li h3 {
        margin-bottom: 26px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center; }
      .partnership-features > li ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .partnership-features > li p, .partnership-features > li li {
        font-size: 16px;
        line-height: 24px;
        color: #666666; }
      .partnership-features > li p {
        text-align: center; }
      .partnership-features > li li {
        position: relative;
        margin-bottom: 5px; }
        .partnership-features > li li::before {
          content: '';
          position: absolute;
          top: 5px;
          left: -16px;
          display: block;
          width: 8px;
          height: 8px;
          background-color: #8b0a0e;
          border-radius: 50%; }
    .partnership-features__wrap {
      position: absolute;
      top: 12px;
      left: 12px;
      width: -webkit-calc(100% - 24px);
      width: calc(100% - 24px);
      height: -webkit-calc(100% - 24px);
      height: calc(100% - 24px);
      z-index: -1; }
      .partnership-features__wrap svg {
        width: 100%;
        height: 100%;
        -webkit-filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2));
                filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2)); }
    .partnership-features__content {
      padding-top: 90px;
      padding-left: 25px;
      padding-right: 10px; }
      .partnership-features__content .text {
        max-height: 290px;
        overflow: auto; }
    .partnership-features__icon {
      position: absolute;
      top: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 72px;
      height: 72px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
      background-image: -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
      background-image: linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
      border-radius: 50%; }
      .partnership-features__icon span {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700; }
  .partnership__price {
    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;
    padding-left: 66px;
    padding-top: 54px;
    padding-right: 73px;
    padding-bottom: 100px;
    background-color: #432928; }
    .partnership__price .left {
      width: 58.24561403508772%; }
      .partnership__price .left p {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff; }
        .partnership__price .left p:last-of-type {
          margin-bottom: 0; }
    .partnership__price .right {
      padding-top: 24px; }
  .partnership .white {
    width: 615px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -41px; }
  @media screen and (max-width: 1150px) {
    .partnership-features {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 52px;
      padding-bottom: 12px; }
      .partnership-features > li {
        margin-right: 30px;
        margin-bottom: 40px; }
        .partnership-features > li:nth-of-type(2n) {
          margin-right: 0; }
        .partnership-features > li:last-of-type {
          margin-right: 0; }
        .partnership-features > li:nth-of-type(odd):hover {
          -webkit-transform: translateY(-5px);
              -ms-transform: translateY(-5px);
                  transform: translateY(-5px); }
        .partnership-features > li:nth-of-type(2n):hover {
          -webkit-transform: translateY(-5px);
              -ms-transform: translateY(-5px);
                  transform: translateY(-5px); } }
  @media screen and (max-width: 992px) {
    .partnership .brown {
      height: 90px;
      line-height: 90px;
      font-size: 26px; } }
  @media screen and (max-width: 850px) {
    .partnership__price {
      padding: 34px 43px 60px 36px; } }
  @media screen and (max-width: 830px) {
    .partnership-features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .partnership-features > li {
        margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .partnership {
      padding-bottom: 50px; }
      .partnership__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .partnership__price .left {
          width: 100%; }
          .partnership__price .left p {
            font-size: 14px;
            margin-bottom: 20px; }
            .partnership__price .left p:last-of-type {
              margin-bottom: 0; }
      .partnership .white {
        margin-top: 0; } }
  @media screen and (max-width: 730px) {
    .partnership .brown {
      height: 60px;
      line-height: 60px;
      font-size: 18px; } }
  @media screen and (max-width: 576px) {
    .partnership .general {
      padding-top: 0; } }
  @media screen and (max-width: 530px) {
    .partnership .brown {
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 1.2; } }
  @media screen and (max-width: 500px) {
    .partnership-features {
      margin-top: 50px;
      padding-bottom: 0; }
      .partnership-features > li {
        height: auto; }
        .partnership-features > li h3 {
          margin-bottom: 21px;
          font-size: 21px; }
        .partnership-features > li p {
          font-size: 14px;
          line-height: 20px; }
      .partnership-features__wrap {
        display: none; }
      .partnership-features__content {
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
        background: #fff;
        -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
                box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2); }
      .partnership-features__icon {
        width: 57px;
        height: 57px; }
        .partnership-features__icon span {
          font-size: 22px; } }
  @media screen and (max-width: 400px) {
    .partnership {
      padding-bottom: 30px; }
      .partnership .general .left {
        padding-top: 24px; }
      .partnership-features > li {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px); }
        .partnership-features > li h3 {
          margin-bottom: 18px;
          font-size: 19px; }
        .partnership-features > li li {
          font-size: 13px;
          line-height: 18px; }
      .partnership__price {
        padding: 24px 20px 30px 20px; }
        .partnership__price .left p {
          font-size: 13px;
          margin-bottom: 18px;
          line-height: 20px; }
      .partnership .brown {
        font-size: 14px;
        height: 50px; } }

/* partnership */
.prod-item {
  position: relative;
  padding-bottom: 35px;
  background: #f5f5f5;
  /* media */ }
  .prod-item h1 {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #432928; }
    .prod-item h1.mobile {
      display: none; }
  .prod-item .df {
    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; }
  .prod-item__left {
    width: 263px; }
  .prod-item__right {
    width: -webkit-calc(100% - 263px - 30px);
    width: calc(100% - 263px - 30px); }
    .prod-item__right .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .prod-item .gallery {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    margin-right: 30px; }
    .prod-item .gallery .fotorama__thumb-border {
      border-color: #432928; }
    .prod-item .gallery .fotorama__nav-wrap {
      margin-top: 3Fotoramapx; }
    .prod-item .gallery .fotorama__thumb.fotorama__loaded.fotorama__loaded--img {
      -webkit-box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2);
              box-shadow: 2px 4px 20px 0px rgba(67, 41, 39, 0.2); }
    .prod-item .gallery .fotorama {
      max-width: 100%; }
  .prod-item .table__wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 30px; }
  .prod-item .table h2 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8b0a0e; }
  .prod-item .table .btn {
    width: 159px;
    margin-top: 29px; }
  .prod-item .table__item {
    position: relative;
    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;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #666666; }
    /*.prod-item .table__item::after {
      content: '........................................................................................................';
      position: absolute;
      left: 10px;
      right: 10px;
      z-index: -1;
      overflow: hidden; }*/
    .prod-item .table__item .left {
      display: block;
      background: #f5f5f5;
      padding-right: 2px; }
    .prod-item .table__item .right {
      display: block;
      background: #f5f5f5;
      padding-left: 2px; }
  .prod-item .price__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px; }
    .prod-item .price__wrap span {
      display: block; }
    .prod-item .price__wrap .text {
      margin-right: 33px;
      font-size: 16px;
      line-height: 24px;
      color: #432928; }
    .prod-item .price__wrap .price {
      font-size: 26px;
      line-height: 24px;
      font-weight: 700;
      color: #60090b; }
  .prod-item .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px; }
    .prod-item .tabs-nav li{
      width: 33.3%;
    }
    .prod-item .tabs-nav li 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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 46px;
      background-color: #eee;
      font-size: 16px;
      line-height: 24px;
      color: #432928;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .prod-item .tabs-nav li a:hover {
        background-color: #fff; }
    .prod-item .tabs-nav li.current a {
      background-color: #fff; }
  .prod-item .tabs {
    padding: 0;
    margin: 0;
    list-style: none; }
    .prod-item .tabs .tab {
      padding-left: 40px;
      padding-top: 35px;
      padding-bottom: 40px;
      padding-right: 40px;
      background-color: #fff;
      color: #666666;
      font-size: 16px; }
      .prod-item .tabs .tab p {
        text-indent: 5px; }
      .prod-item .tabs .tab:not(#tabs-1) {
        display: none; }
  @media screen and (max-width: 1024px) {
    .prod-item__right .top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .prod-item__right .gallery {
      width: 100%; }
    .prod-item__right .table {
      width: 100%; }
    .prod-item h1 {
      margin-bottom: 0;
      padding-top: 20px; }
      .prod-item h1.mobile {
        display: block; }
      .prod-item h1.desktop {
        display: none; } }
  @media screen and (max-width: 992px) {
    .prod-item .tabs .tab {
      padding: 15px 10px 20px; } }
  @media screen and (max-width: 830px) {
    .prod-item .scr1__menu-wrap {
      display: none; }
    .prod-item .df {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .prod-item__right {
      width: 100%; }
    .prod-item__left {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .prod-item .tabs .img__wrap {
      overflow-x: auto; }
      .prod-item .tabs .img__wrap img {
        width: 768px; } }
  @media screen and (max-width: 500px) {
    .prod-item .tabs .tab {
      font-size: 13px;
      line-height: 1.4; }
    .prod-item h1 {
      padding-top: 5px;
      font-size: 22px; }
    .prod-item .gallery {
      padding-top: 23px; } }
  @media screen and (max-width: 400px) {
    .prod-item {
      padding-top: 10px; }
      .prod-item .tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .prod-item .tabs-nav li {
          width: 100%; }
          .prod-item .tabs-nav li a {
            width: 100%; }
      .prod-item h1 {
        font-size: 20px; }
        .prod-item h1 br {
          display: none; }
      .prod-item .table__item {
        font-size: 13px; }
      .prod-item .price__wrap {
        margin-top: 25px; }
        .prod-item .price__wrap .text {
          margin-right: 23px;
          font-size: 14px; }
        .prod-item .price__wrap .price {
          font-size: 25px; }
      .prod-item .table .btn {
        margin-top: 19px; } }

/* prod-item */
.production {
  position: relative;
  background: #f5f5f5;
  /* media */ }
  .production .df {
    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; }
  .production .burger__wrap {
    display: none; }
    .production .burger__wrap .text {
      color: #432928;
      margin-right: 0;
      margin-left: 15px; }
  .production__left {
    width: 263px; }
  .production__right {
    width: -webkit-calc(100% - 263px - 30px);
    width: calc(100% - 263px - 30px); }
  .production .article {
    padding-bottom: 20px;
	  list-style-position: inside;
  }
  .production .article h2, .production .article h3, .production .article h4, .production .article h5, .production .article h6 {
    margin-top: 20px;
    margin-bottom: 30px; }
  .production .article p {
    margin-bottom: 10px;
    text-indent: 14px; }
  .production .article img {
    margin-top: 10px;
    margin-bottom: 30px; }  
  @media screen and (max-width: 900px) {
    .production {
      padding-top: 20px; }
      .production .burger__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; }
      .production .scr1__menu-wrap {
        display: none; }
      .production .df {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .production__right {
        width: 100%; }
      .production__left {
        width: 100%; } }
  @media screen and (max-width: 400px) {
    .production__left {
      width: 100%; } }

/* production */
.capacity {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 12px;
  /* media */ }
  .capacity .title {
    padding-bottom: 0; }
  .capacity .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px; }
    .capacity .top .article h2 {
      padding-bottom: 46px; }
    .capacity .top .left {
      width: 52%; }
    .capacity .top .right {
      position: relative;
      width: 48%; }
  .capacity .img-bg {
    position: absolute;
    top: -43px;
    left: 29px;
    width: 688px;
    height: 475px; }
  .capacity .article h2 {
    padding-top: 60px;
    padding-bottom: 38px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #5e4948; }
  .capacity .article p {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 24px;
    color: #666666; }
    .capacity .article p b {
      font-weight: 500; }
    .capacity .article p strong {
      font-size: 18px;
      font-weight: 700; }
    .capacity .article p:last-of-type {
      margin-bottom: 0; }
  .capacity__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .capacity__row--left-img {
      margin-bottom: 58px; }
      .capacity__row--left-img .left {
        width: 42.80701754385965%; }
      .capacity__row--left-img .right {
        width: 57.19298245614035%;
        padding-left: 67px; }
      .capacity__row--left-img .img__wrap {
        height: 364px; }
    .capacity__row--right-img {
      margin-bottom: 27px; }
      .capacity__row--right-img .left {
        width: 51.31578947368421%;
        padding-right: 30px; }
        .capacity__row--right-img .left h2 {
          padding-top: 12px; }
      .capacity__row--right-img .right {
        width: 48.68421052631579%; }
      .capacity__row--right-img .img__wrap {
        height: 419px; }
  .capacity .img__wrap {
    width: 100%;
    -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
            box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
    background-color: #ffffff;
    overflow: hidden;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .capacity .img__wrap img {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
    .capacity .img__wrap:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media screen and (max-width: 900px) {
    .capacity__row--left-img .left {
      width: 52.807018%; }
    .capacity__row--left-img .right {
      padding-left: 20px; }
      .capacity__row--left-img .right h2 {
        padding-top: 12px;
        padding-bottom: 18px; }
    .capacity__row--right-img .left h2 {
      padding-top: 12px;
      padding-bottom: 18px; }
    .capacity .article h2 {
      font-size: 20px; }
    .capacity .article p {
      font-size: 14px;
      line-height: 20px; }
      .capacity .article p strong {
        font-size: 16px; } }
  @media screen and (max-width: 800px) {
    .capacity .top .left {
      width: 70%; }
    .capacity .top .right {
      width: 30%; } }
  @media screen and (max-width: 750px) {
    .capacity__row--left-img .left {
      width: 40%;
      padding-top: 30px; }
      .capacity__row--left-img .left .img__wrap {
        height: 240px; }
    .capacity__row--left-img .right h2 {
      padding-top: 0; }
    .capacity__row--right-img {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .capacity__row--right-img .left {
        width: 60%; }
        .capacity__row--right-img .left h2 {
          padding-top: 0; }
      .capacity__row--right-img .right {
        width: 40%;
        padding-top: 30px; }
        .capacity__row--right-img .right .img__wrap {
          height: 240px; } }
  @media screen and (max-width: 576px) {
    .capacity .article h2 {
      padding-top: 30px; }
    .capacity .top .left {
      width: 100%; }
    .capacity .top .right {
      display: none; }
      .capacity .top .right .img-bg {
        background: none; }
    .capacity__row--left-img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 27px; }
      .capacity__row--left-img .left {
        width: 100%;
        padding-top: 0; }
        .capacity__row--left-img .left .img__wrap {
          height: 240px; }
      .capacity__row--left-img .right {
        padding-top: 20px;
        width: 100%; }
        .capacity__row--left-img .right h2 {
          padding-top: 0; }
    .capacity__row--right-img {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .capacity__row--right-img .left {
        padding-right: 0;
        padding-left: 20px;
        width: 100%;
        padding-top: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .capacity__row--right-img .right {
        width: 100%;
        padding-top: 0; }
    .capacity .top {
      margin-bottom: 40px; } }
  @media screen and (max-width: 500px) {
    .capacity .article h2 {
      padding-top: 40px;
      padding-bottom: 20px; }
    .capacity .article p {
      margin-bottom: 19px; }
      .capacity .article p:last-of-type {
        margin-bottom: 0; } }
  @media screen and (max-width: 400px) {
    .capacity__row--left-img {
      margin-bottom: 20px; }
      .capacity__row--left-img .right {
        padding-top: 0;
        padding-left: 0; }
    .capacity__row--right-img .left {
      padding-left: 0;
      padding-top: 0; }
    .capacity .article h2 {
      padding-top: 20px;
      padding-bottom: 15px;
      font-size: 18px; }
    .capacity .article p {
      margin-bottom: 9px;
      font-size: 13px;
      line-height: 19px; }
      .capacity .article p strong {
        font-size: 14px; }
      .capacity .article p:last-of-type {
        margin-bottom: 0; } }

/* capacity */
.job {
  position: relative;
  background: #f5f5f5;
  padding-top: 69px;
  padding-bottom: 49px;
  /* media */ }
  .job h1 {
    margin-top: -40px;
    margin-bottom: 42px;
    color: #5e4948;
    font-size: 24px;
    font-weight: 700; }
  .job__top {
    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; }
    .job__top p {
      margin-bottom: 24px;
      color: #666666;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px; }
      .job__top p:last-of-type {
        margin-bottom: 0; }
      .job__top p.strong {
        margin-top: 45px;
        margin-bottom: 30px;
        font-weight: 700; }
    .job__top .left {
      padding-top: 10px;
      width: 50%;
      margin-right: 10px; }
    .job__top .right {
      width: 459px; }
  .job__list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 700px;
    max-width: 100%; }
  .job__item {
    margin-bottom: 47px; }
    .job__item h2 {
      margin-bottom: 30px;
      color: #666666;
      font-size: 24px;
      font-weight: 500;
      line-height: 24px; }
  .job__info {
    margin-bottom: 40px; }
    .job__info:last-of-type {
      margin-bottom: 0; }
    .job__info h3 {
      margin-bottom: 8px;
      color: #666666;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
    .job__info ul {
      margin: 0;
      padding: 0;
      list-style: disc;
      padding-left: 16px; }
      .job__info ul li {
        color: #666666;
        font-size: 16px;
        line-height: 24px; }
  .job-offer__outer {
    position: relative;
    -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
            box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
    width: 457px;
    height: 461px;
    padding: 16px;
    background: #ffffff url("../img/bg-form.png") repeat center center;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .job-offer__wrap {
    position: absolute;
    top: 16px;
    left: 16px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
    z-index: -1; }
    .job-offer__wrap svg {
      width: 100%;
      height: 100%;
      -webkit-filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2));
              filter: drop-shadow(2px 4px 15px rgba(67, 41, 39, 0.2)); }
  .job-offer__content {
    padding-top: 88px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 410px;
    overflow: auto; }
    .job-offer__content h2 {
      margin-bottom: 26px;
      color: #5e4948;
      font-size: 24px;
      font-weight: 700;
      text-align: center; }
    .job-offer__content ul li {
      margin-bottom: 20px;
      color: #666666;
      font-size: 16px;
      line-height: 24px; }
      .job-offer__content ul li:last-of-type {
        margin-bottom: 0; }
  .job-offer__icon {
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85px;
    height: 85px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbd09), to(#ffe799));
    background-image: -o-linear-gradient(bottom, #ffbd09 0%, #ffe799 100%);
    background-image: linear-gradient(0deg, #ffbd09 0%, #ffe799 100%);
    border-radius: 50%; }
    .job-offer__icon svg {
      width: 46px;
      height: 46px;
      fill: #432928; }


.slimilar_prod {
  padding: 15px;
  box-shadow: none;
}

.delivery_cooperation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
}
.delivery_cooperation > div {
  margin-bottom: 40px;
}
.delivery_cooperation a {
  color: #432928;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #432928;
  padding: .5em;
  transition: .5s;
}

.delivery_cooperation a:hover {
  background: #432928;
  color: #fff;
}
.similar-bot {
    width: 90%;
    max-width: 1140px;
    margin: 30px auto;
}
.portfolio {
    width: 90%;
    max-width: 1140px;
    margin: 30px auto;
}
.title-portfolio {
    text-align: center;
    padding: 20px;
}
.portfolio .slide-item {
  padding: 0 10px;
}

.portfolio .slide-item img {
  margin: 0 auto;
}

.title-similar {
  text-align: center;
  padding: 20px 0;
}

.table .order {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #8b0a0e;
  padding-top: 15px;

}
.table .order:hover {
		color:#FF0000;
}

ul#menu-alternativa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul#menu-alternativa li {
  display: block;
  margin: 10px;
}

ul#menu-alternativa li a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #432928;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #432928;
  padding: .5em;
}

ul#menu-alternativa li a:hover,
ul#menu-alternativa li.current-menu-item a {
  background: #432928;
  color: #fff;
}


body.tax-product-alternative .scr1__menu-wrap .child-1 {
  border-right: 5px solid #8b0a0e;
}
body.tax-product-alternative .scr1__menu-wrap .child-1 p {
    color: #8b0a0e !important;
}
  @media screen and (max-width: 930px) {
    .job {
      padding-top: 50px; }
      .job__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .job__top .left {
          width: 100%; }
        .job__top .right {
          margin: 0 auto;
          margin-top: 20px; }
        .job__top p {
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 14px; }
          .job__top p br {
            display: none; }
          .job__top p.strong {
            margin-top: 25px; }
      .job h1 {
        margin-top: 30px; } }
  @media screen and (max-width: 500px) {
    .job {
      padding-top: 30px; }
      .job .white {
        padding-top: 0; }
      .job__top .right {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; }
      .job-offer {
        width: 100%; }
        .job-offer__wrap {
          background: #fff; }
          .job-offer__wrap svg {
            display: none; }
        .job-offer__outer {
          width: 100%;
          height: auto; }
        .job-offer__content {
          padding-top: 48px;
          padding-bottom: 30px;
          padding-left: 30px;
          padding-right: 30px;
          max-height: 2000px; }
          .job-offer__content h2 {
            font-size: 22px;
            margin-bottom: 15px; }
          .job-offer__content ul li {
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 10px; } }
  @media screen and (max-width: 400px) {
    .delivery_cooperation {
      display: block;
    }
    .job {
      padding-bottom: 35px; }
      .job-offer__content {
        padding: 38px 25px 20px; }
        .job-offer__content h2 {
          font-size: 20px; }
        .job-offer__content ul li {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 8px; }
      .job h1 {
        margin-bottom: 22px; }
      .job__item {
        margin-bottom: 37px; }
        .job__item h2 {
          margin-bottom: 20px;
          font-size: 18px; }
      .job__info {
        margin-bottom: 20px; }
        .job__info h3 {
          font-size: 16px;
          margin-bottom: 4px; }
        .job__info ul li {
          font-size: 14px;
          line-height: 20px; } }
  @media screen and (max-width: 350px) {
    .job-offer__content ul li {
      font-size: 13px; } }

/* job */
.footer {
  position: relative;
  background-color: #432928;
  /* media */ }
  .footer__top {
    padding-top: 26px;
    padding-bottom: 15px; }
  .footer .logo {
    display: block;
    width: 164px;
    height: 75px;
    margin-right: 30px; }
    .footer .logo__wrap {
      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; }
    .footer .logo svg {
      width: 100%;
      height: 100%;
      fill: #fff; }
    .footer .logo__title {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      text-transform: uppercase;
      color: #ffffff; }
  .footer__middle {
    padding-bottom: 16px; }
    .footer__middle .df {
      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; }
    .footer__middle h4 {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      color: #f5f5f5; }
  .footer__middle ul li{
    list-style-type: none;
  }
  .footer__middle ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
  }
  .footer__middle ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-menu--strong .btn{
    text-decoration: none;
    width: auto !important;
    margin-top: 20px;
    height: 57px !important;
    max-width: 165px;
  }
  .footer-menu--strong :hover {
    color: #fff;
    text-decoration: underline;
  }
  ul.menu--strong li a{
    font-size: 18px;
    font-weight: 500;
    color: #e99c02;
  }
  ul.menu--strong li {
    margin-bottom: 10px;
  }
  .footer__info {
    width: 46%; }
    .footer__info .city_name_ {
        font-weight: 500;
        font-size: 16px;
    }
    .footer__info .city_adress_ {
      color: #fff;
      font-size: 15px;
      margin-bottom: 15px;
      display: inline-block;
    }
    .footer__info p {
      font-size: 13px;
      line-height: 24px;
      color: #f5f5f5; }
    .footer__info .address {
      margin-bottom: 16px; }
    .footer__info .schedule {
      margin-top: 27px; }
    .footer__info .socials {
      margin-top: 29px; }
  .footer-item-wrap{
    padding-left: 20px;
  }
  .footer .phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
    .footer .phones .item_ {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer .phones .item_:last-child {
      margin-top: -46px;
    }
    .footer .phones .left {
      margin-right: 53px; }
    .footer .phones__link {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #f5f5f5;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footer .phones__link:hover {
        color: #e99c02; }
  .schedule{
    padding-top: 20px;
  }
  .schedule p {
    color: #fff;
    max-width: 176px;
  }
  .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%; }
    .footer-menu .menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-menu .menu > li > a {
        position: relative;
        font-size: 14px;
        line-height: 30px;
        color: #f5f5f5;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .footer-menu .menu > li > a span {
          position: relative; }
          .footer-menu .menu > li > a span::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #f5f5f5;
            opacity: 0;
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .footer-menu .menu > li > a:hover {
          color: #e99c02; }
          .footer-menu .menu > li > a:hover span::after {
            opacity: 1;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            background-color: #e99c02; }
      .footer-menu .menu--strong > li {
        margin-bottom: 2px; }
      .footer-menu .menu--strong > li > a {
        font-size: 18px;
        line-height: 36px;
        font-weight: 500;
        color: #f5f5f5; }

        .footer-menu .footer-menu__item--strong a {
        font-size: 18px;
        line-height: 36px;
        font-weight: 500;
        color: #f5f5f5;
        text-decoration: none; }

        .footer-menu .footer-menu__item--strong a.open-modal {
          border: 1px solid #fff;
          padding: .5em;
          transition: .5s;
        }

        .footer-menu .footer-menu__item--strong a.open-modal:hover {
          background: #fff;
          color: #432928;
        }

        .header_modal a.open-modal {
          border: 1px solid #432928;
          padding: .5em;
          color: #432928;
          font-size: 18px;
          line-height: 36px;
          font-weight: 500;
          text-decoration: none;
          transition: .5s;
        }

        .header_modal a.open-modal:hover {
          background: #432928;
          color: #fff;
        }

        .footer-menu .menu--strong > li > a::after {
          height: 2px; }
    .footer-menu__item {
      padding-right: 15px; }
      .footer-menu__item:nth-of-type(1) {
        width: 40.70278184480234%; }
      .footer-menu__item:nth-of-type(2) {
        width: 33.23572474377745%; }
      .footer-menu__item:nth-of-type(3) {
        width: 25.91508052708638%;
        padding-right: 0; }
  .footer__bottom {
    height: 53px;
    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;
    border-top: 1px solid #5e4948; }
    .footer__bottom .text {
      font-family: 'Gotham Pro';
      font-size: 13px;
      line-height: 16px;
      color: #ffffff; }
  .footer .copyright {
    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;
    height: 100%; }
  .footer .made {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    text-decoration: none; }
    .footer .made .icon {
      width: 60px;
      height: 22px;
      margin-left: 13px;
      fill: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer .made:hover .icon {
      fill: rgba(255, 255, 255, 0.7); }
  .footer .to-top {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 100;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
            box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.9; }
    .footer .to-top .fa {
      color: #432928;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-size: 20px;
      font-weight: 800; }
    .footer .to-top:hover {
      opacity: 1; }
      .footer .to-top:hover .fa {
        color: #432928; }
  @media screen and (max-width: 1200px) {
    .footer-item-wrap{
      padding: 0;
    }
    .footer-menu--strong{
      text-align: center;
    }
    .footer-menu--strong .btn{
      margin: 20px auto 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .footer .phones .left {
      margin-right: 20px; }
      .footer .phones .item_ {
          width: 50%;
          padding-bottom: 10px;
      }
      }
  @media screen and (max-width: 991px) {
    .footer-menu--strong {
      text-align: left;
    }
    .footer-menu--strong .btn {
      margin: 20px 0 0;
    }
  }
  @media screen and (max-width: 900px) {
    .footer__middle .df {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .footer__info {
      width: 49%; }
    .footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 49%; }
      .footer-menu h4 {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .footer-menu h4::after {
          content: '';
          position: absolute;
          top: 16px;
          right: 7px;
          display: block;
          width: 10px;
          height: 10px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
        .footer-menu h4.active::after {
          -webkit-transform: rotate(315deg);
              -ms-transform: rotate(315deg);
                  transform: rotate(315deg); }
      .footer-menu__item {
        width: 100% !important;
        margin-bottom: 0; }
        .footer-menu__item:not(.footer-menu__item--strong) {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          border-bottom: 1px solid #5e4948; }
          .footer-menu__item:not(.footer-menu__item--strong):hover {
            border-color: #fff; }
      .footer-menu .menu:not(.menu--strong) {
        display: none;
        padding-left: 10px;
        padding-bottom: 10px; }
      .footer-menu .menu--strong {
        padding-top: 15px; }
      .footer-menu .menu > li > a {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 830px) {
    .header__nav {
      height: 80px;
    }
    .header__top .header_modal {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .footer__top {
      padding-top: 46px;
      padding-bottom: 25px; } }
    .footer__middle .row [class*='col-']{
      margin-bottom: 30px;
    }
    .footer-menu--strong a {
      padding-left: 0px;
    }
  @media screen and (max-width: 670px) {
    .footer__middle .df {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__info {
      width: 100%;
      margin-top: 20px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .footer__menu {
      margin-top: 20px;
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 576px) {
    .footer__bottom {
      height: 70px; }
      .footer__bottom .copyright .text {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px; } 
      .footer .phones {
        justify-content: flex-start;
      }
      .footer .phones .item_ {
        width: auto;
        padding-bottom: 10px;
        margin-right: 30px;
      }
      .footer .phones .item_:last-child {
        margin-right: 0px;
      }
    }
  @media screen and (max-width: 550px) {
    .footer .logo {
      margin-right: 0;
      margin-bottom: 20px; }
      .footer .logo__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
    .footer .to-top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 470px) {
    .footer .phones .item_{
      width: 100%;
    }
    .footer .phones .item_:last-child {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 400px) {
    .footer .to-top {
      right: 10px; }

    }

/* footer */
.palitra-color-title {
  color: #728ba5;
  text-align: center;
}

.img-slider.slider1 .slick-arrow::after {
    content: '';
    position: absolute;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.img-slider.slider1 .slick-prev::after {
    left: 100%;
}

.img-slider.slider1 .slick-next::after {
    left: 100%;
}
* {
  outline: none;
}
.list-profnastil a {
  text-decoration: unset;
}

.list-profnastil a.link--strong {
  text-align: center;
  padding-top: 15px;
  text-decoration: underline;
}

.scr_products.products .title-cat {
	font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    color: #432928;
    padding-bottom: 10px;
}
.under_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 10px;
}

.thead {
  background: #5e797e59;
}

.table__td {
  padding: 0 0px 0 10px;
  border: solid 1px;
}

.product-inform {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.product-inform-item {
  display: flex;
  flex: 0 0 48%;
  border: 1px solid #d0bfbf;
  background: #fff;
  margin: 0 0 30px 0;
}

.product-inform-item a {
  color: #000;
  text-decoration: none;
}

.product-inform__foto img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.product-inform-right {
  flex: 0 0 33%;
}

.product-inform__foto {
  height: 100%;
}

.product-inform-left {
  display: flex;
  flex-direction: column;
}

.product-inform__title {
  margin: 10px 0 10px 15px;
}

.product-inform__descr {
  margin: 0 0 0 15px;
}

.product-inform__subtitle {
  align-self: flex-start;
  background: #f2f52eab;
  padding: 0 10px 0;
}

.product-inform-popap {
  position: fixed;
  background: #fff;
  z-index: 100;
  left: 29%;
  min-height: 400px;
  top: 10%;
  display: none;
}

.popap {
  display: flex;
  position: relative;
}

.slider-wrap {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 0 0 14px;
}

.slider-wrap__item {
  margin: 10px 3px 0px 4px;
}

/* .opacity-slider {
  opacity: 0;
} */

.popap-prev {
  position: absolute;
  width: 16px;
}

.popap-prev--left {
  left: 0;
  top: 50%;
}

.popap-prev--right {
  left: 40%;
  top: 50%;
}

.product-inform-popap.show {
  display: block;
}

.popap-specificat__wrap {
  display: grid;
  grid: auto-flow 35px / repeat(2, 153px);
}

.popap-right {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 50px;
}

.popap__title {
  margin: 20px 0;
}

.popap-specificat__title {
  margin: 20px 0;
}

.slider-wrap__item img {
  object-fit: contain;
}


.single-delivery__wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 0 0 10px;
}

.single-delivery {
  margin: 11px 0 0;
}

.single-delivery__item {
  position: relative;
  margin: 4px 0 0;
  color: #8b0a0e;
}

.single-delivery__item::before {
  position: absolute;
  content: '';
  left: -13px;
  top: 41%;
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
}

.popap-specificat__left {
  line-height: 14px;
}

@media (max-width: 950px) {

  .product-inform-item {
    flex: 0 0 90%;
    width: 100%;
  }

  .product-inform {
    flex-direction: column;
  }

  .single-delivery {
    display: none;
  }
}
.pallitra-wr {
  display: flex;
  flex-wrap: wrap;  
}
.pallitra-wr .pallitra {
  margin-bottom: 20px;
}
.pallitra-wr .pallitra img {
  width: 100%;
  height: 100px;
}

.products__bottom .btn.btn--brown {
  width: 130px;
}

.zagolovki_footer {
	  color: #fefefe;
    margin-bottom: 15px;
	 margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #e99c02;
}
.products__item .products__img_ {
  width: 100%;
  height: 133px;
  display: block;
}
.products__item .products__img_ img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* .gallery .fotorama__stage {
  height: 300px !important;
} */

.gallery .fotorama__stage img {
	left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  object-fit: contain !important;
}


/* quantity-block */
.quantity-block{
  margin: auto;
  width: 150px;
  height: 46px;
	position: relative;
	display: flex;
	align-items: center;
}
.quantity-block__num{
  font-size: 16px;
  line-height: 24px;
  padding: 1px;
  outline: none;
  max-width: 50px;
  height: 46px;
  text-align: center;
  border: none;
  background: #f5f5f5;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.quantity-block__minus,
.quantity-block__plus{
  cursor: pointer;
  position: relative;
  font-size: 16px;
  width: 45px;
  height: 46px;
  box-sizing: border-box;
  outline: none;
  background: #f5f5f5;
  border: none;
}
.quantity-block__minus:hover,
.quantity-block__plus:hover{
  background: #e6e4e4;
}
.quantity-block__minus::before,
.quantity-block__plus::before{
  color: #fff;
  content: '';
  position: absolute;
  font-size: 22px;
  line-height: 0;
  color: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quantity-block__minus::before{
  content: '-';
  margin-top: -3px;
}
.quantity-block__plus::before{
  content: '+';
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			margin: 0;
    }

	/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
  }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  }

input[type="number"] {
  -moz-appearance: textfield;
  }

  /* card-info */
.card-info{
  position: relative;
  font-size: 14px;
  line-height: 36px;
  color: #666
;
}
.card-info__item{
  display: flex;
  justify-content: space-between;
  align-items: center
}


/* card-product */
.card-product{
  width: 100%;
  background: #fff;
  padding: 20px 25px;
  margin: 20px 0;
}
.card-product h1{
  margin-bottom: 15px;
}
.card-product__price{
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #60090b;
  margin-bottom: 20px;
}
.card-product__wrap-price{
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .card-product__wrap-price {
    flex-direction: column;
  }
  .card-product__price {
    margin-bottom: 5px !important;
  }
}
.card-product__availability{
  margin-bottom: 20px;
}
.card-product__availability p{
  font-size: 16px;
  font-weight: bold;
}
.card-product__availability span{
  font-weight: normal;
}
.card-product__buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 10px;
}
.card-product__buttons .btn{
  margin-right: 20px;
  width: auto;
  padding: 0 10px;
}
.card-product__buttons .btn:last-child{
  margin: 0;
}

/* calculator */

.calculator{
  position: relative;
  margin-bottom: 20px;
}
.calculator__wrap{
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-end; */
  align-items: baseline;
}
.calculator__item p{
  font-size: 13px;
  line-height: 24px;
 /* margin-bottom: 5px;*/
}
.calculator__item{
  position: relative;
}
.calculator__item::before{
  display: block;
  position: absolute;
  font-size: 24px;
  top: 45px;
}
.calculator__slider .range-wrap{
  margin-top: 15px;
}
.calculator__slider{
  /* width: 250px; */
  width: 220px;
  padding-right: 40px;
}
.calculator__quantity {
  width: 170px;
  padding-right: 20px;
}
.calculator__slider::before{
  content: 'x';
  right: 25px;
}
.calculator__quantity::before {
  content: '=';
  right: 5px;
}
.calculator__value p.price-wr {
  font-size: 28px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 35px;
  color: #60090b;
  padding-left: 5px;
}
.calculator__slider-value{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 16px;
  margin-top: 15px;
}
.calculator__item-wrap{
  padding-top: 10px;
  height: 46px;
  width: calc(100% - 14px);
}


/* .ui-slider */

.ui-slider-horizontal {
    height: 5px !important;
}
.ui-slider-horizontal .ui-slider-range {
  background: #000 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default{
  border-radius: 50% !important;
  background: #f6b926 !important;
  border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
}

/* tabs-menu */
.tabs-menu{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tabs-menu__item{
  width: 170px;
}
.tabs-menu__item  a{
  position: relative;
  display: block;
  background: #f5f5f5;
  line-height: 45px;
  text-decoration: none;
  color: #000;
  padding: 0 15px;
}
.tabs-menu__item a i{
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  background: transparent url("../img/arrow-black.png") no-repeat center center;
  background-size: cover;
  transition: .3s;
}
.tabs-menu__item a.active i{
  transform: rotate(180deg);
}
.tabs-menu__item a:hover{
  background: rgb(233, 231, 231);
}
.tabs-content-wrap .tabs-content{
  padding: 20px;
  background: #fff;
}
.tabs-content {
  width: 100%;
  position: relative;
  display: none;
}
.tabs-content .row [class*='col-'] {
    margin: 0 0 10px;
}
.tabs-content#tabs-menu1 {
  /* display: block; */
}
.product-select{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666666;
}
.product-select .color{
  width: 40px;
  height: 26px;
  margin-right: 15px;
}

@media (max-width: 1130px){
  .calculator__item p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .calculator__slider {
    width: 230px;
    padding-right: 40px;
  }
  .calculator__value p.price-wr {
    margin-top: 19px;
  }
  .calculator__value p {
    font-size: 21px;
    line-height: 24px;
    
  }
}
@media (max-width: 568px){
  .tabs-menu{
    flex-direction: column;
  }
  .tabs-menu__item{
    width: 100%;
    margin-bottom: 20px;
  }
  .card-info {
    position: relative;
    font-size: 14px;
    line-height: 28px;
  }
  .card-product {
    width: 100%;
    background: #fff;
    padding: 15px 15px 20px;
    margin: 20px 0;
  }
  .card-product h1{
    padding: 0;
    margin-bottom: 5px;
  }
  .card-product__price {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .calculator__wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .calculator__slider {
    width: 100%;
    /* padding-right: 50px; */
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .calculator__value p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
  }
  .calculator__value p.price-wr {
    margin-top: 12px;
  }
  .prod-item {
    padding-bottom: 10px;
  }
}

@media (max-width: 400px){
  .product-select .color {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    font-size: 12px;
  }
  .product-select span {
    font-size: 12px;
  }
}

/* calc */
.calc h1{
  padding: 20px 0;
}

.scr_calc {
  position: relative;
  padding: 20px 0 89px;
}

.scr_calc__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.scr_calc__title span {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #5e4948;
  background: #fbd66e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.scr_calc__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.scr_calc__nav>li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
  -webkit-box-shadow: 0px 3px 30px -5px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 30px -5px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 30px -5px rgba(34, 60, 80, 0.2);
}

.scr_calc__nav>li:last-of-type {
  margin-right: 0;
}

.scr_calc__nav>li>label input {
  display: none;
}

.scr_calc__nav>li>label>a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 185px;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
}

.scr_calc__nav>li>label>a img {
  display: block;
  width: 86px;
  margin-bottom: 21px;
}

.scr_calc__nav>li>label>a:hover {
  background-color: #fff;
  border-color: #263238;
}

.scr_calc__nav>li.current>label>a {
  background-color: #fff;
  border-color: #263238;
}
.scr_calc__nav2>li.current>label>a {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px -5px #fff;
  -moz-box-shadow: 0px 3px 30px -5px #fff;
  box-shadow: 0px 3px 30px -5px #fff;
  border: 1px solid #263238
}

.scr_calc__nav2 {
  padding-bottom: 49px;
}

.scr_calc__nav2>li {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.scr_calc__nav2>li>label>a {
  min-width: 260px;
  height: 70px;
}

.scr_calc__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}

.scr_calc__tab:not(:first-of-type) {
  display: none;
}

.scr_calc__desc {
  display: block;
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.scr_calc__rows {
  margin-bottom: 16px;
}

.scr_calc__row {
  position: relative;
  width: 292px;
  margin-bottom: 28px;
}

.scr_calc__row label {
  position: absolute;
  left: 17px;
  top: 20px;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_calc__row input {
  width: 100%;
  height: 60px;
  padding-left: 17px;
  background-color: #ffffff;
  border: 1px solid #b0a6a5;
  border-radius: 6px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_calc__row input:hover,
.scr_calc__row input:focus {
  outline: none;
  border-color: #f5161f;
}

.scr_calc__row-icon {
  position: absolute;
  top: 5px;
  right: 7px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #fcbb12;
  border-radius: 50%;
  font-size: 20px;
  line-height: 54px;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.scr_calc__row--active .scr_calc__row-icon {
  background-color: #432928;
  color: #ffffff;
}

.scr_calc__row--filled label {
  top: 2px;
  font-size: 11px;
}

.scr_calc__row--focused label {
  top: 2px;
  font-size: 11px;
}

.scr_calc__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scr_calc__info {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 476px;
}

.scr_calc__text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #666;
  margin-bottom: 70px;
}
.text-bottom{
  margin-bottom: 20px;
  text-align: center;
}

.scr_calc__text p {
  margin-bottom: 24px;
}

.scr_calc__text p:last-of-type {
  margin-bottom: 0;
}

.scr_calc__text b {
  font-weight: 600;
}

.scr_calc__img img {
  display: block;
  width: auto;
  max-width: 100%;
}

.scr_calc__bottom {
  margin-top: 46px;
  padding-top: 32px;
  border-top: 1px solid #263238;
  text-align: center;
}

.scr_calc__bottom input[type="submit"].xbtn--grad {
  min-width: 240px;
  height: 54px;
  text-transform: uppercase;
}

.scr_calc__button{
  margin-bottom: 40px;
}
.scr_calc__wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.scr_calc__img{
  position: relative;
  width: 480px;
}
.scr_calc__img img {
  position: absolute;
  right: 0;
  top: -100px;
}

@media screen and (max-width: 1170px) {
  .scr_calc__nav>li {
    margin-right: 5px;
  }

  .scr_calc__nav>li>label>a {
    height: 155px;
    font-size: 14px;
  }

  .scr_calc__nav>li>label>a img {
    width: 76px;
  }

  .scr_calc__nav2>li>label>a {
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .scr_calc__nav2>li>label>a {
    min-width: 190px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .scr_calc__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
  }
  .scr_calc__nav li {
    max-width: 33.33%;
    margin: 5px;

  }

  .scr_calc__nav>li>label>a {
    min-width: 200px;
  }

  .scr_calc__nav2 {
    padding-bottom: 30px;
    justify-content: flex-start;
  }

  .scr_calc__text {
    font-size: 14px;
  }

  .scr_calc__text p {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 700px) {
  .scr_calc {
    padding-bottom: 30px;
  }

  .scr_calc__wrap {
    display: block;
  }

  .scr_calc__info {
    width: 100%;
  }

  .scr_calc__img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .scr_calc__img img{
    position: relative;
    right: auto;
    top: auto;
  }
  .scr_calc__nav li {
    max-width: 200px;
    margin: 5px;
  }
  
}

@media screen and (max-width: 575px) {
  .card-product__buttons {
    display: block;
  }
  .card-product__buttons > .btn {
    margin-bottom: 20px;
  }
  .scr_calc__text br {
    display: none;
  }
  .scr_calc__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 455px) {
  .scr_calc__nav li {
    max-width: 48%;
    width: 48%;
    margin: 1%;
    flex-shrink: 0;
  }
  .scr_calc__nav>li>label>a{
    min-width: 100%;
  }
  .scr_calc__text {
    margin-bottom: 30px;
  }
}


.line-form {
  width: 580px;
  position: relative;
  margin: 0 auto;
  }

.line-form .btn {
    width: 40%;
    position: absolute;
    border-radius: 40px;
    top: -3px;
    right: 26px;
    min-width: 100px;
  }

.line-form__query {
    position: relative;
    display: block;
    max-height: 67px;
    background: transparent;
    border-radius: 40px;
    }

.line-form input {
      width: 60%;
      background: #fff;
      font-size: 14px;
      line-height: 67px;
      padding: 0px 40px 0px 40px;
      border-radius: 6px 0 0 6px;
      border: 1px solid #C9D9E2;
      outline: none;
    }

.line-form input.error {
      border: 1px solid red;
    }

.line-form label.error {
    font-size: 14px;
    display: block;
    color: red;
    font-weight: normal;
    position: absolute;
    left: 20px;
    bottom: -24px;
  }

@media screen and (max-width: 700px){
  .line-form {
    width: 440px;
  }
}
@media screen and (max-width: 450px){
  .line-form {
    width: 300px;
  }
  .line-form .btn {
    width: 40%;
    position: absolute;
    border-radius: 40px;
    top: -3px;
    right: 26px;
    min-width: 100px;
    height: 47px;
    font-size: 12px;
  }

  .line-form__query {
    max-height: 47px;
    border-radius: 40px;
  }
  .line-form input {
    width: 60%;
    font-size: 14px;
    line-height: 47px;
    padding: 0px 30px 0px 10px;
  }
}

/***/
body{
	position: relative;
}

.fv_header__city{
	/* display: none; */
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999999999999;
	background-color: #ccc;
}

.header__modal-city .FVH2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
}


.header__modal {
  position: absolute;
  top: -200px;
  left: -130px;
  transform: translateX(-50%);
  width: 268px;
  padding: 20px 41px 26px;
  background-color: #ccc;
  border-radius: 6px;
  display: none;
}

.header__modal::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f2fa;
}

.header__close {
  position: absolute;
  top: 9px;
  right: 9px;
  display: block;
  width: 14px;
  height: 14px;
  /* background: transparent url('../imgs/seo2/circle-x.svg') no-repeat center center; */
  /* background-size: contain; */
  /* transform: rotate(45deg); */
}

.header__modal-title {
  line-height: 1.5;
  color: #082244;
  text-align: center;
}

.header__modal-title strong {
  font-size: 18px;
  font-weight: 500;
}

.header__modal-btns {
  margin-bottom: 21px;
  text-align: center;
}

.header .header__modal-btns .btn_wr .btn {
  width: auto;
  min-width: 185px;
  font-size: 16px;
  background: #ffd244 !important;
  font-weight: 700;
  cursor: pointer;
}

.header .header__modal-btns .btn_wr .btn:hover {
  font-weight: 700 !important;
  background: transparent !important;
}

.header__modal-links {
  text-align: center;
}

.header .header__modal .header__modal-link {
  display: inline-block;
  outline: none;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #082244;
  transition: 0.3s;
}

.header .header__modal .header__modal-link:hover {
  color: #ffd244;
}

.header__modal-city {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  background-color: #05213e;
  z-index: 500;
}

.header__modal-city h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
}

.header__modal-top {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ffd244;
}

.header__modal-top a {
  display: block;
  text-decoration: none;
  outline: none;
  margin-right: 15px;
  font-family: 'Panton';
  font-size: 24px;
  font-weight: 900;
  color: #ffd244;
  transition: 0.3s;
}

.header__modal-top a:hover {
  color: #fff;
}

.header__modal-city .modal__content {
  top: 0;
  display: block;
  max-width: 100%;
  padding: 30px 15px;
}

.header__modal-city .modal__close {
  position: absolute;
  top: 43px;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  /* background: transparent url('../imgs/seo2/circle-x2.svg') no-repeat center center; */
  /* background-size: contain; */
  /* transform: rotate(45deg); */
  cursor: pointer;
  color: #fff;
}

.header__modal-city .fv_modal__close {
  position: absolute;
  top: 43px;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  /* background: transparent url('../imgs/seo2/circle-x2.svg') no-repeat center center; */
  /* background-size: contain; */
  /* transform: rotate(45deg); */
  cursor: pointer;
  color: #fff;
}

.header__modal-wrap {
  columns: 6;
}

.header__modal-block span {
  display: block;
  margin-bottom: 20px;
  font-family: 'Panton';
  font-size: 24px;
  font-weight: 900;
  color: #ffd244;
}

.header__modal-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__modal-block {
  margin-bottom: 30px;
}

.header__modal-block ul>li {
  margin-bottom: 15px;
}

.header__modal-block ul>li>a {
  display: block;
  text-decoration: none;
  outline: none;
  font-family: 'Panton';
  font-size: 14px;
  font-weight: 600;
  color: #f9fafa;
  transition: 0.3s;
}

.header__modal-block ul>li>a:hover {
  color: #ffd244;
}

.search-sity {
  margin-top: 26px;
  position: relative;
}

.icon-search {
  width: 55px;
  height: 48px;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #000;
}

.search-sity input {
  height: 48px;
  padding: 0 55px;
  background-color: #ffffff;
  box-shadow: inset 0px 3px 3px 0px rgb(200 201 204 / 34%);
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #373c3d;
  font-family: 'Proxima Nova';
  width: 100%;
}

.clear-search {
  height: 48px;
  width: 48px;
  font-size: 16px;
  color: #373c3d;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
}

.link-page {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #176a74;
  display: inline-block;
  border-bottom: 1px solid #176a74;
  transition: all 0.3s;
}

.dropdown-city .link-page {
  color: #373c3d;
  cursor: pointer;
  border-bottom: 1px solid #373c3d;
}

.select-city__value i {
	font-size: 10px;
	margin-left: 10px;
	    color: #176a74;
}
.select-city__value span {
	color: #373c3d;
	border-bottom: 1px solid #cdcdcd;
	transition: all 0.3s;
}
.select-city__value {
	cursor: pointer;
}
.dropdown-city__title {
	font-weight: 700;
	text-align: center;
}
.dropdown-city__title span {
	font-size: 18px;
	display: block;
	text-align: center;
}
.dropdown-city {
	background-color: rgb(238,238,238);
border-radius: 6px;
width: 100%;
padding: 25px;
padding-bottom: 30px;
max-width: 268px;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	text-align: center;
	display: none;
	z-index: 90;
	right: 0;
}
.dropdown-city::after {
	position: absolute;
	display: block;
	content: " ";
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	bottom: 100%;
	right: 55px;
	border-bottom: 10px #e9f1f2 solid;
}
.header-top__wrap {
	position: relative;
}
.btn-main_page {
	background-color: #a5cc3d;
border-radius: 28px;
box-shadow: none;
cursor: pointer;
}
.dropdown-city .btn-main {
	margin: 25px auto;
}
.dropdown-city .link-page {
	color: #373c3d;
	cursor: pointer;
	border-bottom: 1px solid #373c3d;
}
.dropdown-city .link-page:hover {
	border-color: transparent;
}
.close-dropdown {
	top: 9px;
	right: 9px;
	font-size: 16px;
	color: #8c0b0e;
	position: absolute;
	cursor: pointer;
}
.title-modal {
	font-size: 20px;
line-height: 24px;
font-weight: 700;
}
.modal-city {
	padding: 22px 30px;
	padding-bottom: 38px;
	top: 100%;
	right: 0;
	width: 100%;
	margin-top: 20px;
	background-color: #e9f1f2;
box-shadow: 0px 10px 30px 0px rgba(29,117,128,0.38);
border-radius: 6px;
display: none;
z-index: 90;
position: absolute;
}
.list-cities {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  list-style: none;
}
.list-cities a {
	height: 50px;
	padding: 0 20px;
	min-width: 240px;
	font-size: 18px;
line-height: 1.2;
font-weight: 700;
color: #8c0b0e;
margin-right: 13px;
margin-top: 13px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
background-color: rgba(29,117,128,0.0);
border: 1px solid #8c0b0e !important;
border-radius: 8px;
transition: all 0.3s;
}
.list-cities li:last-child a {
	margin-right: 0;
}
.list-cities a:hover,
.list-cities .active a {
	background-color: #8c0b0e;
	color: #fff;
}
.search-sity {
	margin-top: 26px;
	position: relative;
}
.search-sity input {
	height: 48px;
	padding: 0 55px;
background-color: #ffffff;
box-shadow: inset 0px 3px 3px 0px rgba(200,201,204,0.34);
border-radius: 8px;
border: none;
font-size: 14px;
line-height: 21px;
font-weight: 400;
color: #373c3d;
font-family: 'Proxima Nova';
	width: 100%;
}
.clear-search {
	height: 48px;
	width: 48px;
	font-size: 16px;
	color: #373c3d;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
}
.icon-search {
	width: 55px;
	height: 48px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	color: #000;
}

.select-city.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .select-city {
    display: none;
  }
  .select-city.mobile {
    display: block;
  }
}
.select-city.mobile .select-city__value span {
  color: #fff;
}
.header__basket .svg-inline--fa { 
  color: #5e4948;
}
/****WOOCOMMERCE***/
.product-thumbnail,
.product-name,
.product-quantity,
.product-price,
.product-subtotal,
.product-remove,
.product-total,
.table-basket td:last-child {
  font-size: 16px;
  color: #343e52 !important;
  font-weight: 600;
}
.quantity {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.quantity input,
.quantity-button {
  height: 35px;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  background-color: #fff;
  /* font-family: "Roboto"; */
}
.quantity-button {
  font-weight: 400;
  width: 33px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  text-align: center;
}
.quantity input {
  width: 38px;
  border-left: none;
  border-right: none;
}
.quantity-button:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.quantity-button:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.line-card .quantity input,
.line-card .quantity-button {
  height: 42px;
}
.line-card .quantity-button {
  width: 40px;
}
.line-card .quantity input {
  width: 50px;
}
/*
.range{
  position: relative;
  padding-top: 5px;
}
.range-slider #range {
  width: 100%;
  position: relative;
}*/
.range-slider .range-ticks,
.calculator__slider::before {
  display: none;
}
.range-slider .data-range{
  position: absolute;
  right: 0;
  top: -10px;
  left: auto !important;
  width: 100%;
  text-align: right;
  background: #f5f5f5;
  line-height: 35px;
  padding-right: 10px;
}
.range-slider .data-range::after{
  content: ' см';
  
}

.variations .value {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.variations .value > div {
  margin-bottom: 20px;
}
.variations .value > div > input {
  display: none;
}
.variations .value > div > label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  margin: 0px 18px 0px 0px;
  width: auto;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
  padding: 0 10px;
}

.variations .value > div > input:checked + label {
  border: 2px solid #343E52;
}
.reset_variations,
.variations_form .attribute-pa_pokrytie td.label,
.variations_form .attribute-pa_tolschina td.label,
.variations_form .single_variation_wrap {
  display: none !important;
}

.item-form_min input[name="_custom_text"] {
  /* border-radius: 8px; */
  border: none;
  /* padding: 10px; */
  font-size: 16px;
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.product-select.color-select {
  cursor: pointer;
}

/* .tabs-content.variation_tab .attribute-pa_tolschina {
  display: none;
} */
.variation_tab_tolshina .attribute-pa_pokrytie {
  display: none;
}

.breadcumbs {
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 500;
    flex-wrap: wrap;
}
.breadcumbs li {
  margin: 0 !important;
  list-style: none;
}
.breadcumbs li span {
  margin: 0 8px;
}
.breadcumbs li a span{
  margin-right: 15px;
}
.breadcumbs li a {
  border-bottom: 1px transparent solid;
  display: inline-block;
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
}
.breadcumbs li a:hover{
  color: red;
}
.breadcumbs span:first-child span {
  margin-left: 0px;
}
.breadcumbs li a::after {
  content: '/';
  border-bottom: none;
}
@media (max-width: 991px){
  .breadcumbs{
    display: flex;
    visibility: visible;
    flex-flow: nowrap row;
    overflow-x: auto;
    padding-bottom: 10px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 20px 15px 20px 15px;
    gap: 10px;
  }
  .breadcumbs li{
    display: flex;
    list-style-type: none;
    border-radius: 50px;
    padding: 6px 12px;
    background: #f5f8fa;
    box-shadow: 0 1px 2px rgb(0 0 0 / 26%);
    color: #0a0a0a;
    white-space: nowrap;
    font-size: 12px;
    height: 30px;
  }
  .breadcumbs li a{
    margin: auto;
    line-height: 24px;
    color: #0a0a0a;
  }
  .breadcumbs li a::after {
    display: none;
  }
  .breadcumbs li span {
    margin: 0;
    line-height: 24px;
  }
  .breadcumbs li a span{
    margin-right: 0px;
  }

}
form.woocommerce-cart-form .actions {
  display: none;
}
.checkout .title-section, .basket .title-section {
  text-align: center;
  padding-top: 25px;
  font-size: 18px;
}

#customer_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_radio_basket {
  padding-left: 60px;
}
#customer_details > div {
  width: calc(50% - 20px);
}
.woocommerce-billing-fields h3 {
  font-size: 16px;
  margin: 0px 0px 20px 0px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  display: block;
  width: 136px;
  height: 47px;
  background-color: #8b0a0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#60090b), to(rgba(96, 9, 11, 0)));
  background-image: -o-linear-gradient(top, #60090b 0%, rgba(96, 9, 11, 0) 100%);
  background-image: linear-gradient(
180deg, #60090b 0%, rgba(96, 9, 11, 0) 100%);
  border-radius: 23.5px;
  font-family: "Akrobat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #eeeeee;
  text-align: center;
  line-height: 45px;
  z-index: 1;
  padding: 0;
}
.woocommerce #respond input#submit.alt::before, 
.woocommerce a.button.alt::before, 
.woocommerce button.button.alt::before, 
.woocommerce input.button.alt::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 23.5px;
  z-index: -1;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
  color: #60090b;
}
.woocommerce #respond input#submit.alt:hover::before, 
.woocommerce a.button.alt:hover::before, 
.woocommerce button.button.alt:hover::before, 
.woocommerce input.button.alt:hover::before {
  opacity: 1;
}

.paginators  ul.page-numbers {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important; 
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
}

.paginators ul.page-numbers li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-decoration: none;
  font-family: "Akrobat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #432928;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.paginators .next, .paginators .prev {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
  font-family: "Akrobat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #8b0a0e;
}

.paginators .next .arrow::after, .paginators .prev .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #8b0a0e;
  border-left: 1px solid #8b0a0e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.paginators .next .arrow, .paginators .prev .arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none !important; 
   padding: unset !important; 
  margin: unset !important; 
   float: unset !important; 
   display: flex !important;
   justify-content: center !important;
   overflow: unset !important;
   min-width: 40px;
   width: max-content;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
 /* margin: unset !important; */
  text-decoration: unset !important;
  padding: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
  padding: unset !important;
   min-width: unset !important;
  display: flex !important;
  background: transparent !important;
  color: unset !important;
}
.paginators .page-numbers:hover {
  color: #e99c02;
}

.paginators .next .arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(
-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(
-135deg);
}

.paginators .prev .arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(
45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(
45deg);
}

.paginators .next {
  margin-left: 15px !important;
}
.paginators .prev {
  margin-right: 15px !important;
}
#customer_details .form-row span.woocommerce-input-wrapper input {
  font-size: 14px;
  padding: 0 20px;
  color: #000;
  height: 52px;
  /* font-family: "Roboto"; */
  background-color: #ffffff;
  border: 1px solid rgba(153,153,153,0.98);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 15px;
}
#customer_details .form-row span.woocommerce-input-wrapper input {
    font-size: 14px;
    padding: 0 20px;
    color: #000;
    height: 52px;
    /* font-family: "Roboto"; */
    background-color: #ffffff;
    border: 1px solid rgba(153,153,153,0.98);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
}
.woocommerce form .form-row-first,
 .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
   .woocommerce-page form .form-row-last {
  width: 100% !important;
  /* overflow: visible; */
}
#order_comments_field .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 100px;
  padding-top: 16px;
  resize: none;
  font-size: 14px;
  padding: 10px 20px 0px;
  color: #000;
  /* font-family: "Roboto"; */
  background-color: #ffffff;
  border: 1px solid rgba(153,153,153,0.98);
  border-radius: 6px;
}
.checkout #order_review table, .checkout #order_review table th, .checkout #order_review table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
}
#order_review table th, #order_review table tr {
  width: 50%;
}
#order_review table thead {
  text-align: center;
}


@media (max-width: 720px) {
  #customer_details {
      display: block !important;
  }
  #customer_details > div {
    width: 100%;
  }
  #customer_details .col_radio_basket {
    padding: 0px 0px 0px 0px;
  }
}

form.woocommerce-shipping-calculator {
  display:none;
}
.single-portfolio .example {
  padding: 5px 0 50px;
}

#range_val {
    width: 100%;
    text-align: right;
    background: #f5f5f5;
    line-height: 35px;
    padding-right: 10px;
    border: none;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5e4948;
}
.range-slider .data-range {
  display: none;
}



input[type=range] {width: 100%; -webkit-appearance: none; margin: 5.8px 0; background-color: transparent !important; }

input[type=range]:focus {outline: none;}

input[type=range]::-webkit-slider-runnable-track {cursor: pointer; background: #60090b; border-radius: 21.6px; border: 1px solid rgba(96, 9, 11, 0.2);}

input[type=range]::-webkit-slider-thumb {border-radius: 28px; background: #fcbb12; cursor: pointer; -webkit-appearance: none; margin-top: -5.8px;}

input[type=range]:focus::-webkit-slider-runnable-track {background: #60090b;}

input[type=range]::-moz-range-track {width: 100%; cursor: pointer; background: #60090b; border-radius: 21.6px; border: 1px solid rgba(96, 9, 11, 0.2);}

input[type=range]::-moz-range-thumb {border-radius: 28px; background: #fcbb12; cursor: pointer;}

input[type=range]::-ms-track {width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent;}

input[type=range]::-ms-fill-lower {background: #60090b; border: 1px solid rgba(96, 9, 11, 0.2); border-radius: 43.2px; }

input[type=range]::-ms-fill-upper {background: #60090b; border: 1px solid rgba(96, 9, 11, 0.2); border-radius: 43.2px; }

input[type=range]::-ms-thumb {border-radius: 28px; background: #fcbb12; cursor: pointer;}

input[type=range]:focus::-ms-fill-lower {background: #60090b;}

input[type=range]:focus::-ms-fill-upper {background: #60090b;}

/* Track */
input[type=range]::-webkit-slider-runnable-track {height: 5px;}
input[type=range]::-moz-range-track {height: 5px;}
input[type=range]::-ms-track {height: 5px;}

/* Thumb */
input[type=range]::-webkit-slider-thumb {height: 15px; width: 15px;}
input[type=range]::-moz-range-thumb {height: 15px; width: 15px;}

.prod-item-wrap__info {
  background: #fff;
}
.prod-item-wrap__info .tabs-menu {
  padding: 0 10px;
}

.gallery .fotorama__stage {
  height: 300px !important;
}

.variations .value > div > input:disabled + label {
  background: #f5f5f5;
  color: rgb(67 41 40 / 30%);
  cursor: unset;
}
.portfolio-card__slider .slider-for {
  height: 350px;
  overflow: hidden;
}

.woocommerce-shipping-fields .shipping_address {
  display: block !important;
}
#ship-to-different-address {
  display: none !important;
}

.woocommerce-shipping-totals a.button.alt {
  min-width: 0;
  white-space: normal;
  width: 100%;
}
.fotorama__img{
	left:0px !important;
}

  .partnership-features-opt {
    margin: 0;
    padding: 0;
    list-style: none;
    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-around;
    margin-top: 82px;
    padding-bottom: 82px;
    -webkit-perspective: 1000px;
            perspective: 1000px; 
	flex-wrap: wrap; }
    .partnership-features-opt > li {
      position: relative;
      -webkit-box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
              box-shadow: 5px 9px 30px 0px rgba(67, 41, 39, 0.33);
      width: 360px;
      height: 420px;
      padding: 13px;
      background: #ffffff url("../img/bg-form.png") repeat center center;
      z-index: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .partnership-features-opt > li:nth-of-type(odd):hover {
        -webkit-transform: rotateY(-20deg);
                transform: rotateY(-20deg); }
      .partnership-features-opt > li:nth-of-type(2n):hover {
        -webkit-transform: rotateY(20deg);
                transform: rotateY(20deg); }
      .partnership-features-opt > li h3 {
        margin-bottom: 26px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center; }
      .partnership-features > li ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .partnership-features-opt > li p, .partnership-features-opt > li li {
        font-size: 16px;
        line-height: 24px;
        color: #666666; }
      .partnership-features-opt > li p {
        text-align: center; }
      .partnership-features-opt > li li {
        position: relative;
        margin-bottom: 5px; }
        .partnership-features-opt > li li::before {
          content: '';
          position: absolute;
          top: 5px;
          left: -16px;
          display: block;
          width: 8px;
          height: 8px;
          background-color: #8b0a0e;
          border-radius: 50%; }
.pay-content__wrap-opt {
	margin-bottom: 30px;
    margin-top: 45px;
}
/* #order_review .wc_payment_methods {
  display: none !important;
} */

/* .pokr-txt {
  margin-top: -50px;
  font-size: 14px;
  color: green;
  margin-bottom: 10px;
  padding-left: 15px;
} */

 .partners__slide .img__wrap_1 {
      -webkit-box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
              box-shadow: 2px 4px 15px 0px rgba(67, 41, 39, 0.2);
      width: 100%;
      height: auto;
      background-color: #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-align: center; }
      .partners__slide .img__wrap_1::before {
        display: inline-block;
        content: '';
        height: 100%;
        vertical-align: middle; }
      .partners__slide .img__wrap_1 img {
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 73%;
        vertical-align: middle; }
    .partners__slide:hover .img__wrap_1 {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }