@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;
  }
}

/*! 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: 'FuturaPT';
  font-display: swap;
  src: local(""), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  font-display: swap;
  src: local(""), url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  font-display: swap;
  src: local(""), url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  font-display: swap;
  src: local(""), url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  font-display: swap;
  src: local(""), url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

::selection {
  background-color: #ec407a;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #787484;
  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;
  /*padding-top: 91px;*/
  padding-top: 179px;
}

.page-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 35px;
}

img {
  width: 100%;
  height: auto;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-object-fit-cover] {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
  height: 100%;
}

[data-object-fit-contain] {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  width: 100%;
  height: 100%;
}

a {
  color: #787484;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.accent {
  color: #ede7f6;
}

.violet-bg {
  background-color: #faf7ff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "FuturaPT", sans-serif !important;
}

.found-cheaper{font-size: 20px; margin-top: 7px;}

.article p {
  margin-bottom: 10px;
}

.article a {
  color: #9575cd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article a:hover {
  color: #ec407a;
}

.article img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.article img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}

.article img.alignright {
  max-width: 50%;
  float: right;
  margin: 0 0 20px 20px;
}

.article img.aligncenter {
  margin: 0 auto;
}

.article ul,
.article ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.article ul li,
.article ol li {
  margin-bottom: 13px;
  padding-left: 10px;
  -webkit-transform: translateX(1.5em);
      -ms-transform: translateX(1.5em);
          transform: translateX(1.5em);
  position: relative;
}

.article ul li:last-of-type,
.article ol li:last-of-type {
  margin-bottom: 0;
}

.article ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/svg/check.svg") no-repeat center center;
  background-size: contain;
}

.article ol {
  counter-reset: myCounter;
}

.article ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  font-weight: 500;
  font-size: 22px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EC407A), to(#C40135));
  background-image: -o-linear-gradient(bottom, #EC407A, #C40135);
  background-image: linear-gradient(0deg, #EC407A, #C40135);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.article h2, .article h3, .article h4 {
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.article h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
}

.article h3 {
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #787484;
}

.article h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #787484;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.your-file {
  display: block;
  text-align: center;
}

.your-file input {
  display: none;
}

.your-file label {
  display: inline-block;
  padding: 4px 0 0 27px;
  font-size: 14px;
  font-weight: 500;
  background: transparent url("../img/svg/clip.svg") no-repeat left 4px;
  background-size: 16px 17px;
  outline: none;
  cursor: pointer;
}

.your-file span {
  font-size: 16px;
  color: #DE2A62;
  text-transform: none;
}

.your-file span::before, .your-file span::after {
  background-color: #DE2A62;
}

#content .form-group textarea {
  height: 70px;
  padding-top: 15px;
}

.form__btns .xbtn--grad,
.form__btns input[type="submit"].xbtn--grad {
  text-transform: none;
  min-width: 190px;
}

.page-title {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.page-socials {
  position: fixed;
  top: 158px;
  right: 0;
  -webkit-transform: translateX(130px);
      -ms-transform: translateX(130px);
          transform: translateX(130px);
  z-index: 300;
}

.page-socials-item {
  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: 180px;
  height: 50px;
  padding-right: 15px;
  margin-bottom: 5px;
  /*-webkit-transform: translateX(130px);
      -ms-transform: translateX(130px);
          transform: translateX(130px);*/
  background-color: #ede7f6;
  border-radius: 8px 0px 0px 8px;
  padding-left: 14px;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  /*color: #433f4f;*/
  color: #fff !important;
  -webkit-box-shadow: 0 0 10px rgba(67, 63, 79, 0.1);
          box-shadow: 0 0 10px rgba(67, 63, 79, 0.1);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.page-socials-item span {
  display: block;
}

.page-socials-item:nth-of-type(4n + 1) {
  background-color: #ff5c14;
}

.page-socials-item:nth-of-type(4n + 2) {
  background-color: #33ce62;
}

.page-socials-item:nth-of-type(4n + 3) {
  background-color: #7360f2;
}

.page-socials-item:nth-of-type(4n) {
  background-color: #5bcff1;
}

.page-socials-item:hover {
  /*-webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: #9575cd;
  color: #fff;*/  
  -webkit-transform: translateX(-130px);
      -ms-transform: translateX(-130px);
          transform: translateX(-130px);
}
/*
.page-socials-item:hover .icon {
  fill: #fff;
}
*/
.page-socials-item .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  width: 24px;
  height: 23px;
  margin-right: 15px;
  fill: #fff;
}

.icon {
  max-width: 100%;
  max-height: 100%;
  fill: #433f4f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn__wrap {
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn__wrap--grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec407a), to(#c40135));
  background-image: -o-linear-gradient(top, #ec407a 0%, #c40135 100%);
  background-image: linear-gradient(180deg, #ec407a 0%, #c40135 100%);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
}

.btn__wrap--grad:hover {
  -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 5px 10px 0px rgba(196, 1, 53, 0.43);
          box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 5px 10px 0px rgba(196, 1, 53, 0.43);
}

.btn__wrap--violet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdb2fc), to(#9575cd));
  background-image: -o-linear-gradient(top, #cdb2fc 0%, #9575cd 100%);
  background-image: linear-gradient(180deg, #cdb2fc 0%, #9575cd 100%);
  -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 7px 15px 0px rgba(149, 117, 205, 0.43);
          box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 7px 15px 0px rgba(149, 117, 205, 0.43);
  border-radius: 6px;
}

.btn__wrap--violet:hover {
  -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 7px 15px 0px rgba(149, 117, 205, 0.63);
          box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4), 0px 7px 15px 0px rgba(149, 117, 205, 0.63);
}

.xbtn,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: 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;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.xbtn--grad,
input[type="submit"].xbtn--grad {
  height: 35px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.xbtn--violet:hover,
input[type="submit"].xbtn--violet:hover,
.xbtn--grad:hover,
input[type="submit"].xbtn--grad:hover {
  color: #ffffff;
}

.xbtn--violet,
input[type="submit"].xbtn--violet {
  height: 44px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

input[type="submit"][disabled] {
  cursor: no-drop;
  background: #5e5e5e;
}

.burger {
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
}

.burger__wrap {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  display: block;
}

.burger.active .burger__wrap .line {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active .burger__wrap .line:before, .burger.active .burger__wrap .line:after {
  -webkit-transform: translateX(0) rotate(-90deg);
      -ms-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}

.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: rgba(149, 117, 205, 0.8);
  -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);
}

.burger:hover .line, .burger:hover .line::after, .burger:hover .line::before {
  background-color: #ec407a;
}

.to-top {
  position: fixed;
  right: 45px;
  bottom: 20px;
  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: 37px;
  background: rgba(236, 64, 122, 0.8);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(236, 64, 122, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(236, 64, 122, 0.3);
  cursor: pointer;
  -webkit-transition: opacity 0.5s, height 0s 0.3s, -webkit-box-shadow 0.5s;
  transition: opacity 0.5s, height 0s 0.3s, -webkit-box-shadow 0.5s;
  -o-transition: opacity 0.5s, box-shadow 0.5s, height 0s 0.3s;
  transition: opacity 0.5s, box-shadow 0.5s, height 0s 0.3s;
  transition: opacity 0.5s, box-shadow 0.5s, height 0s 0.3s, -webkit-box-shadow 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 250;
}

.to-top .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.to-top.fixed {
  opacity: 0.9;
  height: 37px;
  -webkit-transition: opacity 0.5s, -webkit-box-shadow 0.5s;
  transition: opacity 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: opacity 0.5s, box-shadow 0.5s;
  transition: opacity 0.5s, box-shadow 0.5s;
  transition: opacity 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.to-top.fixed:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(236, 64, 122, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(236, 64, 122, 0.7);
}

.xlink,
.footer__top .menu > li > a,
.header__menu > .menu > li > a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.xlink::after,
.footer__top .menu > li > a::after,
.header__menu > .menu > li > a::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -7px;
  display: block;
  width: 0;
  height: calc(100% + 6px);
  background: #ec407a;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: width 0.3s, -webkit-transform 0.2s 0.3s;
  transition: width 0.3s, -webkit-transform 0.2s 0.3s;
  -o-transition: width 0.3s, transform 0.2s 0.3s;
  transition: width 0.3s, transform 0.2s 0.3s;
  transition: width 0.3s, transform 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
}

.xlink:hover,
.footer__top .menu > li > a:hover,
.header__menu > .menu > li > a:hover {
  color: #fff;
}

.xlink:hover::after,
.footer__top .menu > li > a:hover::after,
.header__menu > .menu > li > a:hover::after {
  width: calc(100% + 14px);
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transition: width 0.5s ease-in-out, -webkit-transform 0.3s 0.4s;
  transition: width 0.5s ease-in-out, -webkit-transform 0.3s 0.4s;
  -o-transition: width 0.5s ease-in-out, transform 0.3s 0.4s;
  transition: width 0.5s ease-in-out, transform 0.3s 0.4s;
  transition: width 0.5s ease-in-out, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
}

.link-underlined {
  position: relative;
  text-decoration: none;
  outline: none;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #433f4f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link-underlined::before, .link-underlined::after {
  content: '';
  position: absolute;
  bottom: -1px;
  display: block;
  width: 50%;
  height: 1px;
  border-radius: 1.5px;
  opacity: 1;
  background-color: #433f4f;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.1s;
  transition: opacity 0.9s, -webkit-transform 0.1s;
  -o-transition: opacity 0.9s, transform 0.1s;
  transition: opacity 0.9s, transform 0.1s;
  transition: opacity 0.9s, transform 0.1s, -webkit-transform 0.1s;
}

.link-underlined::before {
  left: 0;
}

.link-underlined::after {
  right: 0;
}

.link-underlined:hover {
  color: #ec407a;
}

.link-underlined:hover::before {
  background-color: #ec407a;
}

.link-underlined:hover::before, .link-underlined:hover::after {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link-underlined:hover::before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.link-underlined:hover::after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.link-watch {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  background-color: #cdb2fc;
  z-index: 1;
}

.link-watch::before, .link-watch::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
}

.link-watch::before {
  width: 100%;
  height: 100%;
  background: rgba(236, 64, 122, 0.3);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.link-watch::after {
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: transparent url("../img/svg/search.svg") no-repeat center center;
  background-size: contain;
}

.link-watch img {
  display: block;
  height: 100%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-watch:hover::before {
  opacity: 1;
}

.link-watch:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-watch:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-watch--link::after {
  background-image: url("../img/svg/link.svg");
}

.quantity {
  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;
  max-width: 92px;
  height: 35px;
  border: 1.0px solid #e4e4e4;
  border-radius: 6.0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quantity:hover {
  border-color: #ec407a;
}

.quantity input {
  border: none;
  outline: none;
  background: none;
  display: block;
  width: 33px;
  height: 100%;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  font-size: 16px;
  color: #433f4f;
  text-align: center;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity-arrow {
  position: relative;
  background: none;
  outline: none;
  border: 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;
  text-align: center;
  width: 33px;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  font-size: 16px;
  color: #433f4f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quantity-arrow:hover {
  color: #ec407a;
}

.tabs-nav {
  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;
  margin: -5px 0;
}

.tabs-nav > li {
  margin-right: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tabs-nav > li:last-of-type {
  margin-right: 0;
}

.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;
  text-decoration: none;
  outline: none;
  min-width: 188px;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #d1c4e9;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tabs-nav > li > a:hover {
  background-color: #ede7f6;
}

.tabs-nav > li.current > a {
  background-color: #ede7f6;
}

.decor-wrap {
  padding: 27px 35px 35px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.map__pin {
  display: block;
  min-width: 160px;
  padding: 9px 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  text-align: left;
}

.map__pin span {
  display: block;
}

.map__pin span:nth-of-type(n + 2) {
  color: #9E98AA;
}

/* Переопределение стилей yandex map */
[class$='-controls-pane'],
[class$='-copyrights-pane'] {
  display: none;
}

[class$='-image-with-content-content'] {
  left: -82px !important;
  top: -91px !important;
}

[class$='-balloon__content'] {
  padding: 0 !important;
  background: none !important;
  margin-right: 0 !important;
}

/* Переопределение стилей nice-select */
.nice-select {
  min-width: 291px;
  display: flex;
  align-items: center;
  height: 45px;
  padding-left: 18px;
  border: 1px solid #EDE7F6;
  border-radius: 0px 8px 8px 0px;
  font-size: 14px;
  color: #433F4F;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.nice-select:hover {
  border-color: #ec407a;
}

.nice-select .list {
  width: 100%;
}

/* Переопределение стилей swiper */
.swiper-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide {
  height: auto;
}

.swiper-dots {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 34px;
  z-index: 1;
}

.swiper-pagination-bullet {
  outline: none;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #9575cd;
  margin: 0 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
  background-color: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  display: block;
  width: 9px;
  height: 15px;
  fill: #85828c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev:hover .icon,
.swiper-button-next:hover .icon {
  fill: #9575cd;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: 0;
}

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

.swiper-button-disabled {
  display: none;
}

/* Переопределение bootstrap */
@media (min-width: 1200px) {
  .container {
    max-width: 1411px;
  }
}

/* media */
@media screen and (max-width: 1580px) {
  .container {
    max-width: 1451px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .page-socials {
    -webkit-transform: translate(110px);
        -ms-transform: translate(110px);
            transform: translate(110px);
  }
  .page-socials-item {
    width: 150px;
    height: 40px;
    /*-webkit-transform: translate(110px);
        -ms-transform: translate(110px);
            transform: translate(110px);*/
    padding-right: 5px;
    padding-left: 12px;
    font-size: 13px;
  }
  .page-socials-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .page-socials-item:hover {
    -webkit-transform: translate(-110px);
        -ms-transform: translate(-110px);
            transform: translate(-110px);
  }
}

@media screen and (max-width: 1250px) {
  .nice-select {
    min-width: 181px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .tabs-nav > li {
    margin-right: 7px;
  }
  .tabs-nav > li > a {
    min-width: 148px;
    height: 43px;
    font-size: 18px;
  }
  .page-title {
    font-size: 27px;
  }
  .decor-wrap {
    padding: 27px 25px 25px;
  }
}

@media screen and (max-width: 1070px) {
  .nice-select {
    min-width: 141px;
    height: 40px;
    padding-left: 8px;
    font-size: 13px;
  }
  .nice-select .list {
    font-size: 13px;
  }
  .nice-select .option {
    padding-left: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .page_wr {
    padding-top: 91px;
  }
  .tabs-nav > li {
    margin-right: 5px;
  }
  .tabs-nav > li > a {
    min-width: 128px;
    height: 38px;
    font-size: 17px;
  }
  .to-top {
    right: 22px;
    bottom: 68px;
  }
  .article {
    font-size: 14px;
  }
  .article h2 {
    font-size: 22px;
  }
  .article h3 {
    font-size: 20px;
  }
  .article h4 {
    font-size: 18px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-socials {
    top: 15%;
    -webkit-transform: translate(105px);
        -ms-transform: translate(105px);
            transform: translate(105px);
  }
  .page-socials-item {
    width: 140px;
    height: 37px;
    /*-webkit-transform: translate(110px);
        -ms-transform: translate(110px);
            transform: translate(110px);*/
    padding-left: 8px;
    font-size: 12px;
  }
  /*.page-socials-item .icon {
    width: 15px;
    height: 15px;
  }*/
  .page-socials-item .icon {
    width: 19px;
    height: 19px;
  }
  .page-socials-item:hover {
    -webkit-transform: translate(-105px);
        -ms-transform: translate(-105px);
            transform: translate(-105px);
  }
}

@media screen and (max-width: 767px) {
	.swiper-dots{
		display:none !important;
	}
  .page-title {
    font-size: 24px;
  }
  .page-socials {
    top: 50px;
  }
  .page-df {
    display: block;
    padding-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .quantity {
    max-width: 82px;
    height: 31px;
  }
  .quantity-arrow {
    width: 23px;
  }
  .quantity input {
    width: 30px;
  }
  .tabs-nav > li {
    width: calc((100% - 8px) / 3);
    margin-right: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .tabs-nav > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .tabs-nav > li > a {
    min-width: 0;
    height: 34px;
    font-size: 15px;
    line-height: 1;
  }
}

@media screen and (max-width: 500px) {
	.swiper-dots{
		display:none !important;
	}
  .page-title {
    font-size: 21px;
  }
  .decor-wrap {
    padding: 15px;
  }
  .article img.alignleft {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article img.alignright {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article ul,
  .article ol {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .article ul li,
  .article ol li {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .article ul li::before {
    top: 5px;
    left: -13px;
    width: 15px;
    height: 14px;
  }
  .article ol li::before {
    top: 5px;
    left: -13px;
    font-size: 18px;
  }
  .article h2 {
    font-size: 20px;
  }
  .article h3 {
    font-size: 18px;
  }
  .article h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
	.swiper-dots{
		display:none !important;
	}
  .tabs-nav > li > a {
    font-size: 14px;
  }
}

/* Переопределение стилей 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: 34px;
  height: 34px;
  background-color: #ec407a !important;
  border-radius: 50%;
  opacity: 0.7;
  -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: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5px;
  -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: 1;
}

.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(237, 231, 246, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(237, 231, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(237, 231, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(237, 231, 246, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(237, 231, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(237, 231, 246, 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);
  }
}

.form {
  position: relative;
  z-index: 30;
  width: 100%;
}

.form input, .form textarea {
  font-family: "FuturaPT", sans-serif;
}

.form .text-input {
  display: block;
  width: 100%;
}

.form .text-input label {
  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;
  color: #433F4F;
}

.form .text-input label input, .form .text-input label textarea {
  margin-top: 5px;
}

.form .text-input input, .form .text-input textarea {
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none;
  height: 47px;
  padding-left: 14px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #433f4f;
}

.form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
  color: #433f4f;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
  color: #433f4f;
  font-size: 15px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
  color: #433f4f;
  font-size: 15px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input:focus::-webkit-input-placeholder, .form .text-input textarea:focus::-webkit-input-placeholder {
  color: transparent;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input:focus::-moz-placeholder, .form .text-input textarea:focus::-moz-placeholder {
  color: transparent;
  font-size: 16px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input:focus:-ms-input-placeholder, .form .text-input textarea:focus:-ms-input-placeholder {
  color: transparent;
  font-size: 16px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "FuturaPT", sans-serif;
}

.form .text-input input:hover, .form .text-input textarea:hover {
  background-color: #fbfafd;
}

.form .text-input textarea {
  padding-top: 12px;
}

.form__sort {
  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;
}

.form__sort > span {
  display: block;
  width: 150px;
  margin-right: 10px;
  color: #433F4F;
}

.form__sort .nice-select {
  min-width: 0;
  height: 40px;
  background: #EDE7F6;
  border-radius: 8px;
  font-weight: 500;
}

.form__sort .nice-select .list {
  max-height: 120px;
  width:auto;
  overflow: auto;
}

.form__wrap {
  position: relative;
  padding-right: 153px;
}

.form__wrap .text-input input {
  width: 269px;
  padding-right: 60px;
}

.form__wrap .btn__wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.form__wrap .btn__wrap .xbtn {
  width: 206px;
  height: 47px;
}

.accept {
  display: block;
  margin-top: 40px;
}

.accept label {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
}

.accept label > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.accept label .accept__icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 5px;
  background: transparent url("../img/svg/tick.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.accept label:hover {
  color: #ec407a;
}

.accept input {
  display: none;
}

.accept input:checked + span .accept__icon::before {
  opacity: 1;
}

.form--general .form__item {
  margin-bottom: 16px;
}

.form--general .form__item--submit {
  margin-top: 34px;
  margin-bottom: 0;
}

.form--general .form__item .btn__wrap {
  width: 100%;
}

.form--general .form__item .btn__wrap .xbtn {
  width: 100%;
  height: 40px;
}

.form--general .text-input input,
.form--general .text-input textarea {
  border: 1px solid #E4E4E4;
}

@media screen and (max-width: 991px) {
  .form__wrap .btn__wrap .xbtn {
    width: 166px;
  }
}

@media screen and (max-width: 430px) {
  .form__wrap {
    padding-right: 0;
  }
  .form__wrap .btn__wrap {
    position: static;
    margin-top: 20px;
    margin-left: 0;
  }
  .form__wrap .btn__wrap .xbtn {
    width: 166px;
  }
}

/* form */
.pager {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 50px;
}

.pager ul {
  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;
}

.pager ul > li {
  position: relative;
  margin-right: 10px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li:last-of-type {
  margin-right: 0;
}

.pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
  text-decoration: none;
  outline: 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: 45px;
  height: 40px;
  border: 1px solid #EDE7F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #433F4F;
}

.pager ul > li .page-numbers:hover, .pager ul > li .prev:hover, .pager ul > li .next:hover {
  background: #EDE7F6;
}

.pager ul > li .page-numbers:not(.prev):not(.next).current {
  background: #EDE7F6;
}

.pager ul > li .prev .icon,
.pager ul > li .next .icon {
  display: block;
  width: 12px;
  height: 9px;
}

.pager ul > li .prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .pager {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pager ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .pager ul > li {
    margin-right: 5px;
  }
  .pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
    width: 37px;
    height: 35px;
    font-size: 13px;
  }
}

@media screen and (max-width: 430px) {
	.swiper-dots{
		display:none !important;
	}
  .pager {
    padding-top: 10px;
  }
}

/* paginator */
.breadcrumbs {
  position: relative;
  margin-top: -2px;
  padding-bottom: 16px;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs ol li {
  position: relative;
  display: inline-block;
}

.breadcrumbs ol li a,
.breadcrumbs ol li span span {
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #787484;
}

.breadcrumbs ol li a[href],
.breadcrumbs ol li span span[href] {
  color: #433f4f;
}

.breadcrumbs ol li a[href]:hover,
.breadcrumbs ol li span span[href]:hover {
  color: #ec407a;
}

.breadcrumbs ol li:not(:last-of-type)::after {
  content: '/';
  margin: 2px 4px;
}

.breadcrumbs--delivery {
  padding-top: 9px;
  padding-bottom: 11px;
  margin-top: 0;
  border-bottom: 1px solid #EDE7F6;
}

.breadcrumbs--delivery ol li a,
.breadcrumbs--delivery ol li span span {
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  .breadcrumbs ol li a,
  .breadcrumbs ol li span span {
    font-size: 14px;
  }
  .breadcrumbs ol:not(:last-of-type) {
    margin: 2px 2px;
  }
}

/* breadcrumbs */
.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: -50;
  opacity: 0;
  overflow: hidden;
}

.modal2 {
  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: 301;
  opacity: 0;
  overflow: hidden;
}

.modal3 {
  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: 300;
  opacity: 0;
  overflow: hidden;
}
.fade.in {height:100%}
.modal-backdrop.in {z-index:300}
.imcallask-form-container{z-index:301}
.imcallask-btn-mini {bottom: 170px; right: 15px;}
.mfp-preloader{top:50%;left:50% !important; width: 65px !important;}
.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 110px; right: 20px; width: 40px;}

@media (min-width: 1369px) and (max-width: 10000px) {
	.chat_tawk{display:none;}
	.imcallask-btn-mini {bottom: 100px; right: 28px;}
	.to-top {right:90px;}
}
@media (min-width: 916px) and (max-width: 1368px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 66px; right: 44px; width: 40px;}
	.imcallask-btn-mini {bottom: 130px; right: 38px;}
}
@media (min-width: 912px) and (max-width: 915px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 115px; right: 20px; width: 40px;}
	.imcallask-btn-mini {bottom: 180px; right: 15px;}
}
@media (min-width: 820px) and (max-width: 911px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 66px; right: 64px; width: 40px;}
	.imcallask-btn-mini {bottom: 130px; right: 38px;}
}
@media (min-width: 741px) and (max-width: 820px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 115px; right: 20px; width: 40px;}
	.imcallask-btn-mini {bottom: 170px; right: 15px;}
}
@media (min-width: 720px) and (max-width: 740px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 66px; right: 65px; width: 40px;}
	.imcallask-btn-mini {bottom: 110px; right: 28px;}
}
@media (min-width: 653px) and (max-width: 719px) {
	.chat_tawk{display:block; position: fixed; z-index: 1000; bottom: 66px; right: 65px; width: 40px;}
	.imcallask-btn-mini {bottom: 110px; right: 28px;}
}


.modal.active {
  display: block;
  opacity: 1;
  min-height: 100vh;
  z-index: 1000;
}

.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: 922px;
  max-width: 95%;
  background: #FFFFFF;
  border: 1px solid #EDE7F6;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.modal__content.visible {
  opacity: 1;
}

.modal__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

.modal__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 397px;
  margin-right: 30px;
}

.modal__left .prod-item__img {
  height: 296px;
}

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

.modal__right .prod-item__title {
  font-size: 31px;
}

.modal__total {
  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-top: 30px;
}

.modal__total .prod-item__quant {
  -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;
}

.modal__total .prod-item__price--new {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  text-align: right;
  font-size: 18px;
}

.modal__total .prod-item__price--new b {
  font-weight: 30;
  font-weight: 700;
}

.modal .form {
  width: 100%;
  z-index: 0;
}

.modal .close {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -17px;
  right: -17px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #D1C4E9;
}

.modal .close::before, .modal .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 3px;
  background-color: #433F4F;
  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 {
  background-color: #ec407a;
}

.modal .close:hover::before, .modal .close:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .modal__df {
    padding: 29px;
  }
  .modal__left {
    width: 347px;
    margin-right: 20px;
  }
  .modal__right .prod-item__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .modal__left {
    width: 100%;
    max-width: 150px;
  }
  .modal__left .prod-item__img {
    height: 150px;
  }
  .modal__left .prod-item__quant {
    -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;
  }
  .modal__left .prod-item__price {
    margin-left: 0;
    margin-top: 15px;
  }
  .modal__total .prod-item__price--new {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .modal__right .prod-item__title {
    font-size: 20px;
  }
  .modal__df {
    display: block;
    padding: 19px;
  }
  .modal__left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .modal__left .prod-item__img {
    width: 150px;
    height: 150px;
    margin-right: 15px;
  }
  .modal__total .prod-item__price--new {
    font-size: 15px;
  }
  .modal__total .prod-item__price--new b {
    font-size: 18px;
  }
}

/* modal */
.header {
  /*position: fixed;*/
  position: absolute;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ede7f6;
  z-index: 300;
}

/*.header.fixed {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
          box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
}

.header.fixed .header__top {
  display: none;
}
*/
.header__logo {
  display: none;
}

.header__top {
  background-color: #601497;
  background-image: url("../img/svg/decor.svg");
  background-size: 256px 249px;
}

.header__df {
  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;
  height: 50px;
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.header__info img {
  display: block;
  width: 76px;
  height: 44px;
  margin-right: 9px;
}

.header__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  z-index: 1;
}

.header__title strong {
  font-weight: 700;
  text-transform: uppercase;
}

.header__title span {
  position: relative;
  display: inline-block;
  margin-left: 11px;
  margin-right: 9px;
}

.header__title span::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -7px;
  bottom: -3px;
  left: -4px;
  display: block;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background-color: #ec407a;
  border-radius: 3px;
  z-index: -1;
}

.header__btns .xbtn {
  height: 31px;
  text-transform: none;
}

.header__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;
  height: 41px;
}

.header .burger {
  display: none;
}

.header__menu {
  margin-right: 15px;
}

.header__menu > .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 > li {
  margin-right: 48px;
}

.header__menu > .menu > li:last-of-type {
  margin-right: 0;
}

.header__menu > .menu > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  line-height: 1.2;
  color: #433f4f;
}

.header .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__login {
  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: 5px 0 5px 34px;
  background: transparent url("../img/svg/user.svg") no-repeat left center;
  background-size: 22px 22px;
}

.header__login span {
  display: block;
  margin-left: 5px;
  margin-right: 2px;
}

.header__login a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  color: #433f4f;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__login a:hover {
  color: #ec407a;
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.fixed {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
            box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
  }

  .header.fixed .header__top {
    display: none;
  }

  .header .burger {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    width: 350px;
    margin-right: 0;
    padding: 20px 20px 100px;
    overflow: auto;
    background: #fbfafd;
    -webkit-box-shadow: 0 5px 15px rgba(67, 63, 79, 0.2);
            box-shadow: 0 5px 15px rgba(67, 63, 79, 0.2);
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 30;
  }
  .header__menu-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;
  }
  .header__menu .burger {
    margin-top: 5px;
    margin-right: 0;
  }
  .header__menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  .header .menu {
    display: block;
    height: auto;
  }
  .header .menu > li {
    width: 100%;
    margin-right: 0;
  }
  .header .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
  }
  .header .menu > li > a::after {
    content: none;
  }
  .header .menu > li > a:hover {
    color: #433f4f;
  }
  .header__bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__login {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__logo {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
        -ms-flex-order: -3;
            order: -3;
    display: block;
    width: 60px;
  }
  .header__title {
    font-size: 14px;
    width: 270px;
    max-width: 100%;
  }
  .header__title::before {
    top: -2px;
    bottom: -2px;
  }
  /*.header .scr1__menu {
    width: 100%;
    margin-right: 0;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 50;
  }
  .header .scr1__menu .menu > li > a {
    padding-left: 0;
    padding-right: 8px;
  }*/
  .header__menu {
    display: flex; 
    flex-direction: column;
  }
  .header__menu > .menu {
    order: 2;
  }
  .header .scr1__menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .header .scr1__menu .sub-menu-wrap {
    display: none;
  }
  .header .scr1__menu .sub-menu > li > a {
    display: block;
    text-decoration: none;
    outline: none;
    padding: 3px 0 3px 10px;
  }
}

@media screen and (max-width: 575px) {
  .header__btns {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header__login {
    margin-left: auto;
  }
}

@media screen and (max-width: 400px) {
  .header__info img {
    width: 56px;
  }
}

/* .header */
.scr1 {
  position: relative;
  z-index: 10;
}
.scr1__catalog-btn {
  display: none;
  align-items: center;
  height: 42px;
  padding-left: 12px;
  padding-right: 20px;
  border-radius: 6px;
  background-color: #EC407A;
  border: 1px solid #EC407A;
  cursor: pointer;
  color: #fff;
  transition: 0.4s;
}
.scr1__catalog-btn:hover {
  color: #EC407A;
  background-color: #fff;
}
.scr1__catalog-btn .burger {
  margin-right: 20px;
}
.scr1__catalog-btn .burger .line,
.scr1__catalog-btn .burger .line:before,
.scr1__catalog-btn .burger .line:after {  
  width: 18px;
  height: 3px;
  background-color: #fff;
}
.scr1__catalog-btn .burger .line::after {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.scr1__catalog-btn .burger .line::before {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.scr1__catalog-btn:hover .burger .line,
.scr1__catalog-btn:hover .burger .line:before,
.scr1__catalog-btn:hover .burger .line:after {
  background-color: #EC407A;
}

.scr1__catalog-text {
  display: block;
}
.scr1__top-wrap {
  position: fixed;  
  top: 91px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
}
.scr1__top-wrap.fixed {
  top: 0;
  -webkit-box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
          box-shadow: 0 5px 15px rgba(96, 20, 151, 0.1);
}
.scr1__top-wrap.fixed .scr1__catalog-btn {
  display: flex;
  margin-right: 100px;
}

.scr1__top-wrap.fixed .scr1__item--address {
  display: none;
}
.scr1__top-wrap.fixed .scr1__logo2-text {
  display: none;
}

.scr1__top {
  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-top: 13px;
  padding-bottom: 14px;
  z-index: 2;
}

.scr1__logo1 {
  width: 73px;
  margin-right: 16px;
}

.scr1__logo1 img {
  display: block;
}

.scr1__logo2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 56px;
}

.scr1__logo2 img {
  display: block;
  width: 61px;
  margin-right: 18px;
}

.scr1__logo2-text {
  font-size: 12px;
  line-height: 1.2;
  color: #433f4f;
}

.scr1__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 58px;
  font-weight: 500;
}
/*
.scr1__menu--hidden {
  display: none;
}*/
.scr1__menu-wrap {
  display: none;  
  position: fixed;
  max-height: calc(100% - 88px);
  top: 88px;
  /*left: 0;  */
  overflow: auto;
}
.scr1__menu-wrap.active {
  display: block;
}
.scr1__menu-wrap.opened {  
  width: 560px;
}
.scr1__item-btn {
  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: 20px;
  height: 24px;
  margin-top: 2px;
  margin-left: 4px;
  cursor: pointer;
}

.scr1__item-btn .icon {
  display: block;
  width: 5px;
  height: 8px;
  fill: #9575cd;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.scr1__item-btn:hover .icon {
  fill: #ec407a;
}

.scr1__item .footer__msgs {
  padding-top: 0;
}

.scr1__item .footer__msg {
  width: 19px;
  height: 19px;
}

.scr1__item .footer__msg--wa .icon {
  fill: #33ce62;
}

.scr1__item .footer__msg--viber .icon {
  fill: #7360f2;
}

.scr1__item .footer__msg--tg .icon {
  fill: #5bcff1;
}

.scr1__hidden {
  display: none;
  position: absolute;
  left: 81px;
  top: calc(100% + 7px);
  -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;
  width: 174px;
  padding: 17px 10px 21px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  z-index: 2;
}

.scr1__hidden-cont {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: calc(100% + 7px);
  z-index: -1;
}

.scr1__hidden-phone {
  text-decoration: none;
  outline: none;
  font-weight: 500;
  color: #433f4f;
}

.scr1__phone {
  text-decoration: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #433f4f;
}

.scr1__search {
  width: 244px;
  margin-left: auto;
  margin-right: 31px;
}

.scr1__search .form__item {
  position: relative;
}

.scr1__search .form .text-input input {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.scr1__search .open-search {
  position: absolute;
  top: calc(50% - 10px);
  right: 14px;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.scr1__search .open-search .icon {
  fill: #433f4f;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__search .open-search:hover .icon {
  fill: #ec407a;
}

.scr1__btns {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 161px;
  padding-right: 19px;
}

.scr1__btns .scr1__hidden {
  left: 0;
  top: calc(100% + 14px);
  width: 190px;
}

.scr1__btns .scr1__hidden-cont {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.scr1__btn {
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.scr1__btn .icon {
  fill: #433f4f;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__btn:hover .icon {
  fill: #ec407a;
}

.scr1__btn-search {
  display: none;
}

.scr1__btn-num {
  position: absolute;
  top: -10px;
  right: -16px;
  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;
  min-width: 24px;
  height: 24px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  background-color: #ec407a;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}

.scr1__cart-total {
  font-size: 14px;
  color: #433f4f;
}

.scr1__cart-total b {
  font-size: 16px;
  font-weight: 500;
}

.scr1__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scr1__menu {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 315px;
  margin-right: 32px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

.scr1__menu-title {
  display: none;
}

.scr1__menu--hidden {
  margin-right: 0;
}
.scr1__menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scr1__menu .menu > li {
  position: relative;
}

.scr1__menu .menu > li > a {
  text-decoration: none;
  outline: 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;
  padding: 13px 14px 11px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__menu .menu > li > a.active, .scr1__menu .menu > li > a:hover {
  background-color: #ede7f6;
}

.scr1__menu .menu > li > a:hover .menu-item__btn {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.scr1__menu .menu > li:last-of-type > a {
  border-bottom: none;
}

.scr1__menu .menu-item__icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 26px;
}

.scr1__menu .menu-item__icon img {
  display: block;
}

.scr1__menu .menu-item__icon .icon {
  display: block;
}

.scr1__menu .menu-item__text {
  display: block;
  margin-right: 10px;
  font-weight: 500;
  color: #433f4f;
}

.scr1__menu .menu-item__btn {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: auto;
  background: transparent url("../img/svg/arrow.svg") no-repeat center center;
  background-size: 5px 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__slider {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.scr1__slider-item {
  display: block;
  text-decoration: none;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__slider-item img {
  display: block;
}

.scr1__slider-item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(236, 64, 122, 0.2);
          box-shadow: 0 5px 15px rgba(236, 64, 122, 0.2);
}

.scr1__slider-wrap {
  position: relative;
  margin-bottom: 30px;
}

.scr1__slider-btns .swiper-dots {
  position: absolute;
  bottom: 32px;
}

.scr1__right {
  width: calc(100% - 347px);
}

.scr1__register {
  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: 28px;
  padding-right: 28px;
  background: #ffcdce url("../img/scr1-img.jpg") no-repeat left center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.scr1__register-title {
  width: 33.33333%;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 26px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #433f4f;
}

.scr1__register-title span {
  display: block;
  margin-top: 10px;
  font-size: 35px;
  text-transform: uppercase;
}

.scr1__register-title span strong {
  font-size: 49px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.scr1__register-btns {
  width: 33.33333%;
  text-align: center;
}

.scr1__register-btns .xbtn {
  height: 47px;
  padding-left: 30px;
  padding-right: 30px;
}

.scr1--inner {
  border-bottom: 1px solid #ede7f6;
}

.scr1 .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  overflow: hidden;
}

.scr1 .sub-menu > li > a {
  text-decoration: none;
  outline: 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;
  padding: 13px 10px 13px 26px;
  border-bottom: 1px solid #E4E4E4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #433F4F;
  font-weight: 500;
  line-height: 1.3125;
}

.scr1 .sub-menu > li > a:hover {
  background: #FCFAFF;
  color: #9575CD;
}

.scr1 .sub-menu > li:last-of-type > a {
  border-bottom: none;
}

.scr1 .sub-menu-wrap {
  position: absolute;
  left: 100%;
  top: 0;
  width: 223px;
  padding-left: 2px;
  z-index: 50;
}

@media screen and (max-width: 1500px) {
  .scr1__logo2 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 1400px) {
  .scr1__menu .menu > li > a {
    padding: 11px 14px 9px;
  }
  .scr1__slider-wrap {
    margin-bottom: 20px;
  }
  .scr1__register-title {
    width: 53.33333%;
    padding-bottom: 16px;
    font-size: 22px;
  }
  .scr1__register-title span {
    margin-top: 7px;
    font-size: 32px;
  }
  .scr1__register-title span strong {
    font-size: 45px;
  }
  .scr1__btns {
    width: 151px;
  }
  .scr1__btns .scr1__hidden {
    width: 160px;
  }
  .scr1__search {
    width: 224px;
    margin-right: 21px;
  }
  .scr1__phone {
    font-size: 16px;
  }
  .scr1__item {
    margin-right: 48px;
    font-size: 14px;
  }
  .scr1__logo1 {
    width: 63px;
  }
  .scr1__logo2 img {
    width: 51px;
  }
  .scr1__logo2-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 1270px) {
  .scr1__menu {
    width: 305px;
    margin-right: 22px;
  }
  .scr1__menu .menu > li > a {
    padding: 9px 14px 7px;
  }
  .scr1__menu .menu-item__icon {
    width: 22px;
    margin-right: 16px;
  }
  .scr1__item--address {
    display: none;
  }
  .scr1__right {
    width: calc(100% - 327px);
  }
}

@media screen and (max-width: 991px) {
  .scr1 {
    padding-top: 30px;
  }
  .scr1__menu-wrap {
    display: block;  
    position: relative;
    top: 0;
    width: 100%;
    max-height: 10000px;    
  }
  .scr1__logo2 {
    display: none;
  }
  .scr1__logo1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 53px;
  }
  .scr1__df {
    display: block;
  }
  /*.scr1__df .scr1__menu {
    display: none;
  }*/
  .scr1__menu {
    width: 100%;
    margin-right: 0;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 50;
  }
  .scr1__menu .menu > li > a {
    padding-left: 0;
    padding-right: 8px;
  }

  .scr1:not(.scr1--inner) .scr1__menu {
    width: 100%;
    margin-right: 0;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 50;
  }
  .scr1:not(.scr1--inner) .scr1__menu-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #433f4f;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    max-width: calc(100% + 30px);
    padding: 0 40px 17px 15px;
    overflow: auto;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu > li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 106px;
    max-width: 140px;
    padding-right: 6px;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu > li .sub-menu {
    display: none !important;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu > li > a {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu > li > a.active, .scr1:not(.scr1--inner) .scr1__menu .menu > li > a:hover {
    background-color: transparent;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu-item__btn {
    display: none;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu-item__icon {
    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;
    width: 83px;
    height: 83px;
    margin-bottom: 9px;
    background-color: #601497;
    border-radius: 50%;
    margin-right: 0;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu-item__icon::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    border: 1px solid rgba(209, 196, 233, 0.53);
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu-item__icon .icon {
    width: 36px;
    height: 36px;
    fill: #fff;
  }
  .scr1:not(.scr1--inner) .scr1__menu .menu-item__text {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    color: #433f4f;
  }
  .scr1__item {
    margin-left: auto;
  }
  .scr1__top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #cdb2fc;
    padding: 15px 20px;
  }
  .scr1__btns {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .scr1__btns .scr1__hidden {
    display: none !important;
  }
  .scr1__btn .icon {
    fill: #fff;
  }
  .scr1__btn-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .scr1__search {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50px;
    margin-right: 0;
    display: none;
  }
  .scr1__search .text-input input {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  }
  .scr1__right {
    width: 100%;
  }
  .scr1--inner {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .scr1__btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .scr1__register-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .scr1__register-btns {
    width: auto;
  }
  .scr1__search {
    left: 20px;
  }
}

@media screen and (max-width: 630px) {
  .scr1 {
    padding-top: 10px;
  }
  .scr1__register {
    padding-left: 15px;
    padding-right: 15px;
  }
  .scr1__register-title {
    font-size: 19px;
  }
  .scr1__register-title span {
    font-size: 25px;
  }
  .scr1__register-title span strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 530px) {
  .scr1__register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    background-position: 70% center;
  }
  .scr1__register-title {
    width: 100%;
    margin-right: 0;
  }
  .scr1__register-btns {
    width: 100%;
    text-align: left;
  }
  .scr1__slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .scr1__slider-item img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .scr1__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .scr1__item {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .scr1__register {
    background-position: 63% center;
  }
}

/* scr1 */
.prod {
  position: relative;
  padding-top: 40px;
  padding-bottom: 36px;
}

.prod__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod__wrap {
  position: relative;
  margin-top: 29px;
}

.prod__slider {
  overflow: hidden;
  margin: -20px -10px;
  padding: 20px 10px;
}

.prod__slider-btns .swiper-dots {
  display: none;
}

.prod__slider-btns .swiper-button-prev {
  left: -30px;
}

.prod__slider-btns .swiper-button-next {
  right: -30px;
}

.prod__item {
	overflow:hidden;
  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: 100%;
  position: relative;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.prod__item:hover::before {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 5px 15px 0px rgba(149, 117, 205, 0.34);
}

.prod__item:hover .prod__bottom-buy {
  opacity: 1;
}

.prod__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: -1;
}

.prod--top .prod__item::before {
  height: calc(100% - 68px);
}

.prod--top .prod__item:hover::before {
  height: 100%;
}

.prod--sale {
  padding-top: 28px;
  padding-bottom: 42px;
  background: #faf7ff url("../img/svg/decor.svg") repeat center center;
  background-size: 256px 249px;
}

.prod--brand {
  background: #faf7ff url("../img/svg/decor.svg") repeat center center;
  background-size: 256px 249px;
}

.prod__top {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod__label {
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.prod__label--action {
  background-color: #ff7e15;
}

.prod__label--new {
  background-color: #7ccd48;
}

.prod__label--hit {
  background-color: #ec407a;
}

.prod__btns {
  margin-left: auto;
  padding-right: 13px;
}

.prod__btn {
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  cursor: pointer;
}

.prod__btn:hover .icon {
  fill: #ec407a;
}

.prod__btn .icon {
  fill: #433f4f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.prod__btn:last-of-type {
  margin-bottom: 0;
}

.prod__img {
  display: block;
  text-decoration: none;
  outline: none;
  padding: 15px 30px 10px;
  height: 250px;
   overflow:hidden;
}
.prod__img:hover {
   transform: scale(1.6);
   overflow:hidden;
}
.prod__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 17px 29px;
}

.prod__content a {
  display: block;
  text-decoration: none;
  outline: none;
}

.prod__content a:hover .prod__title {
  color: #ec407a;
}

.prod__title {
  min-height: 46px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__bottom-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;
  padding: 0 31px 22px 29px;
}

.prod__bottom-df .btn__wrap {
  margin-left: 7px;
}

.prod__bottom-buy {
  opacity: 0;
  padding-top: 2px;
  padding-bottom: 22px;
  text-align: center;
}

.prod__brand {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #b8b4c5;
}

.prod__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.prod__price--old {
  display: block;
  margin-right: 10px;
  color: #b8b4c5;
  text-decoration: line-through;
}

.prod__price--new {
  display: block;
  margin-right: 10px;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  color: #433f4f;
}

.prod__price--sum {
  display: block;
  color: #ec407a;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-left: auto;
}

.prod__price--sum b {
  font-size: 26px;
  font-weight: 500;
}

.prod--prod-item {
  padding-top: 28px;
  padding-bottom: 0;
  background: #faf7ff url("../img/svg/decor.svg") repeat center center;
  background-size: 256px 249px;
}

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

.prod__list > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-bottom: 30px;
}

.prod__list > li:nth-of-type(3n) {
  margin-right: 0;
}

.prod__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 315px;
  margin-right: 32px;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}

.prod__nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scr1__menu .menu > li,
.prod__nav .menu > li {
  position: relative;
}

.prod__nav .menu > li > a {
  text-decoration: none;
  outline: 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;
  padding: 13px 10px 13px 26px;
  border-bottom: 1px solid #E4E4E4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #433F4F;
  font-weight: 500;
  line-height: 1.3125;
}

.prod__nav .menu > li > a .arrow {
  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: 20px;
  height: 20px;
}

.prod__nav .menu > li > a .arrow .icon {
  display: block;
  width: 14px;
  height: 10px;
}

.prod__nav .menu > li > a.active, .prod__nav .menu > li > a:hover {
  background: #FCFAFF;
  color: #9575CD;
}

.prod__nav .menu > li:last-of-type > a {
  border-bottom: none;
}

.scr1__menu .sub-menu,
.prod__nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  overflow: hidden;
}

.scr1__menu .sub-menu > li > a,
.prod__nav .sub-menu > li > a {
  text-decoration: none;
  outline: 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;
  padding: 13px 10px 13px 26px;
  border-bottom: 1px solid #E4E4E4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #433F4F;
  font-weight: 500;
  line-height: 1.3125;
}

.scr1__menu 
.scr1__menu  .sub-menu > li > a:hover , .sub-menu > li > a:hover ,
.prod__nav .sub-menu > li > a:hover {
  background: #FCFAFF;
  color: #9575CD;
}

.scr1__menu  .sub-menu > li:last-of-type > a,
.prod__nav .sub-menu > li:last-of-type > a {
  border-bottom: none;
}

.scr1__menu  .sub-menu-wrap ,
.prod__nav .sub-menu-wrap {
  position: absolute;
  left: 100%;
  top: 0;
  width: 223px;
  padding-left: 2px;
  z-index: 50;
}

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

.prod--page {
  padding-top: 0;
  padding-bottom: 45px;
}

.prod--page .page-title {
  margin-bottom: 25px;
  padding-top: 35px;
}

.prod__more {
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  margin-right: 21px;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #9575CD;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__more::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: -21px;
  display: block;
  width: 14px;
  height: 10px;
  background: transparent url("../img/svg/arrow2.svg") no-repeat right center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.prod__more:hover {
  color: #ec407a;
}

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

.prod__add {
  padding-top: 46px;
  border-top: 1px solid #EDE7F6;
}

.prod__add .prod__main {
  margin-left: 347px;
}

.prod__text {
  color: #787484;
}

.prod__text p {
  margin-bottom: 11px;
}

.prod__text p:last-of-type {
  margin-bottom: 0;
}

.prod__text b {
  font-weight: 500;
}

.prod__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.prod__sort-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  border: 1px solid #EDE7F6;
  border-radius: 8px;
  overflow: hidden;
}

.prod__sort-btn {
  background: none;
  border: none;
  outline: 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: 50px;
  height: 45px;
  border-right: 1px solid #EDE7F6;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__sort-btn:last-of-type {
  border-right: none;
}

.prod__sort-btn .icon {
  display: block;
  width: 18px;
  height: 18px;
}

.prod__sort-btn .icon .prod-sort-g {
  fill: #DED8E8;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__sort-btn:hover, .prod__sort-btn.active {
  background: #EDE7F6;
}

.prod__sort-btn:hover .icon .prod-sort-g, .prod__sort-btn.active .icon .prod-sort-g {
  fill: #433F4F;
}

.prod__sort-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
}

.prod__sort-select:last-of-type {
  margin-right: 0;
}

.prod__sort-select--count .nice-select {
  min-width: 73px;
}

.prod__sort-title {
  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: 0 15px;
  height: 45px;
  background: #EDE7F6;
  border-radius: 8px 0px 0px 8px;
  font-weight: 600;
  font-size: 14px;
  color: #433F4F;
}

.prod__show {
  display: none;
}

.prod__categories {
  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;
  padding-bottom: 10px;
}

.prod__categories > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-bottom: 30px;
}

.prod__categories > li:nth-of-type(5n + 3), .prod__categories > li:nth-of-type(5n) {
  margin-right: 0;
}

.prod__categories > li:nth-of-type(5n + 4), .prod__categories > li:nth-of-type(5n) {
  width: calc((100% - 30px) / 2);
}

.prod__categories-item {
  text-decoration: none;
  outline: none;
  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;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 500;
  font-size: 22px;
  color: #433F4F;
  text-align: center;
  z-index: 1;
}

.prod__categories-item::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: block;
  background: rgba(252, 251, 251, 0.83);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.prod__categories-item:hover::before {
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  background: #fcfbfb;
}

@media screen and (max-width: 1450px) {
  .prod__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .prod__slider-btns .swiper-dots .swiper-pagination-bullet-active {
    background-color: rgba(149, 117, 205, 0.2);
  }
  .prod__slider-btns .swiper-button-prev,
  .prod__slider-btns .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .prod__img {
    height: 220px;
  }
  .prod__nav {
    width: 285px;
    margin-right: 20px;
  }
  .prod__add {
    padding-top: 36px;
  }
  .prod__add .prod__main {
    margin-left: 305px;
  }
  .prod__list > li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding-bottom: 20px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1250px) {
  .prod__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prod__more {
    margin-top: 30px;
  }
  .prod__sort-select {
    margin-right: 15px;
  }
  .prod__sort-btns {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .prod__title {
    min-height: 42px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .prod__title br {
    display: none;
  }
  .prod__price--old {
    font-size: 14px;
    margin-right: 18px;
  }
  .prod__price--new {
    font-size: 21px;
  }
}

@media screen and (max-width: 1070px) {
  .prod__add .prod__main {
    margin-left: 0;
  }
  .prod__sort-btn {
    width: 40px;
    height: 40px;
  }
  .prod__sort-btn .icon {
    width: 16px;
    height: 16px;
  }
  .prod__sort-title {
    padding: 0 5px;
    height: 40px;
    font-size: 12px;
  }
  .prod__sort-select--count .nice-select {
    min-width: 63px;
  }
}

@media screen and (max-width: 991px) {
  .prod__nav {
    margin-left: -305px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .prod__nav.active {
    margin-left: 0;
  }
  .prod__main {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .prod__main.active {
    margin-right: -305px;
  }
  .prod__show {
    display: inline-block;
    padding-top: 15px;
    text-decoration: underline;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .prod__show:hover {
    color: #ec407a;
  }
  .prod--page .page-title {
    padding-top: 15px;
  }
  .prod__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .prod__categories > li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding-bottom: 15px;
  }
  .prod__categories > li:nth-of-type(5n + 3), .prod__categories > li:nth-of-type(5n) {
    margin-right: 0;
  }
  .prod__categories > li:nth-of-type(5n + 4), .prod__categories > li:nth-of-type(5n) {
    width: calc((100% - 15px) / 2);
  }
  .prod__categories-item {
    height: 80px;
    padding: 13px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .prod--top .prod__item::before {
    height: 100%;
  }
  .prod__bottom-df {
    padding: 0 15px 17px 19px;
  }
  .prod__bottom-buy {
    display: none;
  }
  .prod__content {
    padding: 0 10px 10px;
  }
  .prod__brand {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .prod__img {
    height: 170px;
    padding: 7px 20px;
  }
  .prod__title {
    min-height: 32px;
    margin-bottom: 9px;
    font-size: 16px;
  }
  .prod__price--old {
    font-size: 13px;
    margin-right: 14px;
  }
  .prod__price--new {
    font-size: 18px;
  }
  .prod__bottom-df .btn__wrap {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .prod__bottom-df .xbtn--grad {
    font-size: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: transparent url("../img/svg/cart-white.svg") no-repeat center center;
    background-size: 15px 15px;
    background-color: #ec407a;
    -webkit-box-shadow: 0 5px 15px rgba(236, 64, 122, 0.4);
            box-shadow: 0 5px 15px rgba(236, 64, 122, 0.4);
  }
  .prod__label {
    padding: 6px 5px;
    font-size: 10px;
  }
  .prod__top {
    top: 3px;
  }
  .prod__btns {
    padding-right: 3px;
  }
  .prod__btn {
    width: 27px;
    height: 27px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 610px) {
  .prod__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prod__add {
    padding-top: 26px;
  }
  .prod--page {
    padding-bottom: 25px;
  }
  .prod__sort-btns {
    border: none;
    padding-top: 21px;
  }
  .prod__sort-btn {
    background: none;
    border: none;
    width: auto;
    height: auto;
    margin-right: 8px;
    padding: 0;
  }
  .prod__sort-btn:last-of-type {
    margin-right: 0;
  }
  .prod__sort-btn.active, .prod__sort-btn:hover {
    background: none;
  }
  .prod__sort-select {
    display: block;
  }
  .prod__sort-title {
    margin-bottom: 4px;
    height: auto;
    background: none;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .prod {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prod__img {
    height: 140px;
  }
  .prod__bottom-df {
    padding: 0 10px 12px;
  }
  .prod__item::before {
    border: none;
  }
  .prod--page {
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .prod__prices {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .prod__price--sum {
    width: 100%;
    margin-top: 5px;
    text-align: right;
    font-size: 16px;
  }
  .prod__price--sum b {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  .prod__categories > li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    padding-bottom: 8px;
  }
  .prod__categories > li:nth-of-type(5n + 3), .prod__categories > li:nth-of-type(5n) {
    margin-right: 8px;
  }
  .prod__categories > li:nth-of-type(5n + 4), .prod__categories > li:nth-of-type(5n) {
    width: calc((100% - 8px) / 2);
  }
  .prod__categories > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prod__categories-item {
    height: 50px;
    padding: 8px;
    font-size: 17px;
    line-height: 1.2;
  }
  .prod__categories-item::before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .prod__categories-item:hover::before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
}

@media screen and (max-width: 350px) {
  .prod__sort {
    -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;
  }
  .prod__sort-select {
    margin-top: 10px;
  }
}

/* prod */
.dayprod {
  position: relative;
  padding-top: 28px;
  padding-bottom: 49px;
  background: #faf7ff url("../img/svg/decor.svg") repeat center center;
  background-size: 256px 249px;
}

.dayprod__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dayprod__img {
  position: relative;
  -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;
  text-decoration: none;
  outline: none;
  width: 510px;
  height: 437px;
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

.dayprod__img:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 5px 15px 0px rgba(149, 117, 205, 0.34);
}

.dayprod__content {
  margin-left: -38px;
  padding: 34px 66px 20px 94px;
  background-color: #ede7f6;
  border-radius: 8px;
}

.dayprod__content-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dayprod__article {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dayprod__article b {
  font-weight: 500;
}

.dayprod__title {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.dayprod__text {
  margin-bottom: 50px;
}

.dayprod__prices {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -3px;
}

.dayprod__clock {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 339px;
  max-width: 100%;
  margin-right: 65px;
  padding: 11px 26px 37px;
  background-color: #9575cd;
  border-radius: 8px;
}

.dayprod__clock p {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}

.dayprod__clock .countDiv {
  display: none;
}

.dayprod__clock .countSeconds {
  display: none;
}

.dayprod__clock .countdownHolder {
  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;
  width: 100%;
}

.dayprod__clock .countDays,
.dayprod__clock .countHours,
.dayprod__clock .countMinutes {
  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;
  width: 30%;
}

.dayprod__clock .position {
  width: 48%;
  height: 56px;
}

.dayprod__clock .digit {
  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%;
  height: 56px;
  background: #ffffff;
  border-radius: 3.0px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #433f4f;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "FuturaPT", sans-serif;
}

.dayprod__clock .countText {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
  font-family: "FuturaPT", sans-serif;
}

.dayprod__price--old {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  text-decoration: line-through;
}

.dayprod__price--new {
  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;
  margin-bottom: 6px;
  margin-left: -3px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #433f4f;
}

.dayprod__price--sale {
  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: 52px;
  height: 24px;
  margin-left: 25px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: transparent url("../img/svg/sale.svg") no-repeat center center;
  background-size: contain;
}

.dayprod__price--economy {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 1270px) {
  .dayprod__content {
    padding: 24px 26px 20px 74px;
  }
  .dayprod__article {
    font-size: 13px;
  }
  .dayprod__title {
    margin-bottom: 18px;
    font-size: 21px;
  }
  .dayprod__text {
    margin-bottom: 30px;
  }
  .dayprod__img {
    width: 430px;
    height: 377px;
  }
  .dayprod__clock {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1170px) {
  .dayprod__price--economy {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .dayprod__price--sale {
    width: 42px;
    height: 22px;
    margin-left: 10px;
    font-size: 13px;
  }
  .dayprod__price--old {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .dayprod__price--new {
    margin-bottom: 6px;
    margin-left: -3px;
    font-size: 23px;
  }
  .dayprod__clock {
    width: 299px;
    padding: 11px 16px 37px;
  }
  .dayprod__clock .digit {
    height: 53px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .dayprod__img {
    width: 230px;
    height: 345px;
    padding: 30px;
  }
  .dayprod__content {
    padding: 14px 15px 20px 64px;
  }
  .dayprod__article {
    font-size: 12px;
  }
  .dayprod__title {
    margin-bottom: 9px;
    font-size: 19px;
  }
  .dayprod__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .dayprod__df {
    display: block;
  }
  .dayprod__img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .dayprod__img img {
    height: auto;
  }
  .dayprod__content {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .dayprod__content-df {
    display: block;
  }
  .dayprod__clock {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

/* dayprod */
.brands {
  position: relative;
  padding-top: 32px;
  padding-bottom: 74px;
}

.brands .page-title {
  text-align: center;
}

.brands__wrap {
  position: relative;
  margin-top: 58px;
}

.brands__slider {
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}

.brands__slider-btns .swiper-dots {
  display: none;
}

.brands__img {
  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: 99px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.65;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brands__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.brands__img:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .brands {
    position: relative;
  }
  .brands::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: block;
    height: 1px;
    background-color: rgba(133, 130, 140, 0.3);
  }
  .brands__img {
    height: 80px;
  }
}

@media screen and (max-width: 575px) {
  .brands {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brands__wrap {
    margin-top: 28px;
  }
}

@media screen and (max-width: 500px) {
  .brands__img {
    padding: 15px;
  }
  .brands__slider {
    margin-left: 0;
    margin-right: 0;
  }
  .brands__slider-btns .swiper-button-prev,
  .brands__slider-btns .swiper-button-next {
    display: none;
  }
  .brands__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brands__slider-btns .swiper-dots .swiper-pagination-bullet-active {
    background-color: rgba(149, 117, 205, 0.2);
  }
}

/* brands */
.blog {
  position: relative;
  padding-top: 26px;
  padding-bottom: 57px;
}

.blog__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 27px;
}

.blog__top .page-title {
  margin-right: 15px;
  margin-bottom: 0;
}

.blog__top a {
  font-size: 14px;
}

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

.blog__col {
  width: calc((100% - 36px * 2) / 3);
  margin-right: 36px;
}

.blog__col:nth-of-type(2) .blog__item {
  /*min-height: calc(50% - 12px);*/
  height: auto;
  margin-bottom: 24px;
  padding-bottom: 30px;
  background-color: #d1c4e9;
}

.blog__col:nth-of-type(2) .blog__item:last-of-type {
  margin-bottom: 0;
  background-color: #f9e2df;
}

.blog__col:nth-of-type(2) .blog__item .blog__content {
  padding: 22px 26px 18px;
}

.blog__col:nth-of-type(2) .blog__item .blog__links {
  padding-left: 26px;
}

.blog__col:nth-of-type(3n) {
  margin-right: 0;
}

.blog__item {
  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: 100%;
  padding-bottom: 27px;
  background-color: #ffffff;
  border-radius: 8px;
}

.blog__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 249px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.blog__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 10px 15px 19px;
}

.blog__content time {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.blog__content a {
  display: block;
  text-decoration: none;
  outline: none;
}

.blog__content a:hover h2, .blog__content a:hover h3 {
  color: #ec407a;
}

.blog__content h2, .blog__content h3 {
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog__links {
  padding-left: 19px;
}

.blog__links .link-underlined {
  font-size: 12px;
}

.blog--page {
  padding-top: 0;
  padding-bottom: 0;
}

.blog--page .blog__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
  padding: 18px 30px 27px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
}

.blog--page .blog__item:last-of-type {
  margin-bottom: 0;
}

.blog--page .blog__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 400px;
  height: 208px;
  margin-right: 30px;
  margin-top: 5px;
}

.blog--page .blog__content {
  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: 0;
}

.blog--page .blog__content h2, .blog--page .blog__content h3 {
  padding-right: 75px;
}

.blog--page .blog__content time {
  margin-top: auto;
  margin-bottom: 0;
}

.blog--page .blog__top {
  padding-top: 35px;
}

.blog--post {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 31.85185185185185%;
  margin-left: 30px;
}

.blog--post .blog__img {
  width: 100%;
  height: 168px;
}

.blog--post .blog__item {
  display: block;
  margin-bottom: 30px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 20px;
  overflow: hidden;
}

.blog--post .blog__item:last-of-type {
  margin-bottom: 0;
}

.blog--post .blog__content {
  padding-top: 16px;
}

.blog--post .blog__content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.blog--post .blog__content h2, .blog--post .blog__content h3 {
  padding-right: 0;
}

.blog--post .blog__content time {
  margin-right: 20px;
  text-transform: none;
  font-size: 14px;
  line-height: 28px;
  color: #9E98AA;
}

.blog--post .blog__links {
  padding-top: 10px;
  padding-left: 0;
}

.blog--post .blog__links a {
  text-transform: none;
  color: #9575CD;
  font-size: 16px;
}

.blog--post .blog__links a::before, .blog--post .blog__links a::after {
  background-color: #9575CD;
}

.blog__view {
  display: block;
  padding-left: 19px;
  background: transparent url("../img/svg/view.svg") no-repeat left center;
  background-size: 15px 15px;
}

@media screen and (max-width: 1400px) {
  .blog__col {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
  }
  .blog__col:nth-of-type(2) .blog__item {
    /*min-height: calc(50% - 7px);*/
    margin-bottom: 14px;
    padding-bottom: 20px;
  }
  .blog__img {
    height: 205px;
  }
  .blog__content h2, .blog__content h3 {
    min-height: 40px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1170px) {
  .blog__content h2 br, .blog__content h3 br {
    display: none;
  }
  .blog--page .blog__top {
    padding-top: 20px;
  }
  .blog--post {
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .blog:not(.blog--page) {
    display: none;
  }
  .blog--page .blog__img {
    width: 270px;
  }
  .blog--page .blog__item {
    margin-bottom: 20px;
    padding: 18px 15px 23px;
  }
  .blog--page .blog__content h2, .blog--page .blog__content h3 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog--post {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .blog--post .blog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog--post .blog__item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 11px 15px 23px;
  }
  .blog--post .blog__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog--post .blog__img {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .blog--page .blog__img {
    width: 210px;
  }
  .blog--post .blog__item {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    padding: 8px 10px 15px;
  }
  .blog--post .blog__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog--post .blog__img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .blog--page .blog__item {
    display: block;
  }
  .blog--page .blog__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog__content h2, .blog__content h3 {
    min-height: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .blog__text {
    font-size: 14px;
  }
  .blog--post .blog__list {
    display: block;
  }
  .blog--post .blog__item {
    width: 100%;
    margin-right: 0;
  }
  .blog--post .blog__img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {
  .blog .pager {
    padding-top: 30px;
  }
}

/* blog */
.insta {
  position: relative;
  padding-top: 42px;
  padding-bottom: 64px;
}

.insta .page-title {
  margin-bottom: 8px;
}

.insta__wrap {
  margin-top: 32px;
}

.insta__slider-btns {
  display: none;
}

.insta__item {
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .insta {
    padding-top: 30px;
    padding-bottom: 49px;
  }
  .insta__item {
    height: 240px;
  }
}

@media screen and (max-width: 1170px) {
  .insta__slider-btns {
    display: block;
  }
  .insta__slider-btns .swiper-dots .swiper-pagination-bullet-active {
    background-color: rgba(149, 117, 205, 0.2);
  }
}

@media screen and (max-width: 991px) {
  .insta {
    text-align: center;
  }
  .insta__item {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .insta {
    padding-bottom: 30px;
  }
  .insta__wrap {
    margin-top: 20px;
  }
}

/* insta */
.secrets {
  position: relative;
  padding-top: 28px;
}

.secrets__wrap {
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(133, 130, 140, 0.3);
}

.secrets__slider {
  overflow: hidden;
}

.secrets__slider-btns {
  display: none;
}

.secrets__item {
  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: 100%;
}

.secrets__video {
  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: 249px;
  background-color: #cdb2fc;
  border-radius: 8px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.secrets__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(236, 64, 122, 0.2);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.secrets__video-circle {
  width: 81px;
  height: 81px;
  background: #9575cd url("../img/svg/play.svg") no-repeat center center;
  background-size: 17px 23px;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.secrets__video-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.secrets__video-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.secrets__video:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.secrets__video:hover::before {
  opacity: 1;
}

.secrets__video:hover .secrets__video-circle {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.secrets__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 22px 32px 20px 0;
}

.secrets__content h2, .secrets__content h3 {
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.secrets__links a {
  font-size: 12px;
}

.secrets--page {
  padding-top: 0;
}

.secrets__cont {
  padding-top: 25px;
}

@media screen and (max-width: 1400px) {
  .secrets__video {
    height: 219px;
  }
  .secrets__content {
    padding: 22px 15px 20px 0;
  }
  .secrets__content h2, .secrets__content h3 {
    min-height: 44px;
    margin-bottom: 9px;
    font-size: 19px;
  }
  .secrets__content h2 br, .secrets__content h3 br {
    display: none;
  }
}

@media screen and (max-width: 1170px) {
  .secrets__text {
    font-size: 13px;
  }
  .secrets__video {
    height: 189px;
  }
  .secrets__video-circle {
    width: 71px;
    height: 71px;
    background-size: 14px 19px;
  }
}

@media screen and (max-width: 767px) {
  .secrets__content {
    padding: 16px 15px 10px 0;
  }
}

@media screen and (max-width: 630px) {
  .secrets__wrap {
    padding-bottom: 30px;
  }
  .secrets__slider {
    overflow: visible;
  }
  .secrets__slider-btns {
    display: block;
  }
  .secrets__slider-btns .swiper-dots .swiper-pagination-bullet-active {
    background-color: rgba(149, 117, 205, 0.2);
  }
  .secrets__content h2, .secrets__content h3 {
    min-height: 37px;
    font-size: 16px;
  }
  .secrets__video {
    height: 169px;
  }
  .secrets__video-circle {
    width: 55px;
    height: 55px;
    background-size: 12px 15px;
  }
}

/* secrets */
.lead {
  position: relative;
}

.lead__df {
  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;
  padding: 42px 77px 39px 51px;
  background: transparent url("../img/lead-bg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.lead__content {
  position: relative;
}

.lead__title {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #433f4f;
}

.lead__desc {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.lead__img {
  position: absolute;
  top: -53px;
  left: 472px;
  width: 370px;
  height: 180px;
}

.lead__form {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1170px) {
  .lead__df {
    padding: 32px 20px 29px 20px;
  }
  .lead__img {
    top: -33px;
    left: 482px;
    width: 310px;
    height: 150px;
  }
  .lead__title {
    font-size: 38px;
  }
  .lead__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .lead__form {
    width: 350px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lead {
    text-align: center;
  }
  .lead__img {
    display: none;
  }
  .lead__form {
    margin-left: 0;
    margin-top: 25px;
  }
  .lead__df {
    -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;
  }
  .lead__title {
    font-size: 32px;
  }
  .lead__desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .lead__title {
    font-size: 25px;
  }
  .lead__desc {
    font-size: 16px;
  }
}

/* lead */
.action {
  position: relative;
}

.action__wrap {
  padding-top: 46px;
  padding-bottom: 35px;
  text-align: center;
  color: #ffffff;
  background: transparent url("../img/action-bg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.action__title {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.action__desc {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .action__wrap {
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .action__title {
    font-size: 40px;
  }
  .action__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .action__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .action__title {
    font-size: 30px;
  }
  .action__desc {
    font-size: 17px;
  }
}

@media screen and (max-width: 400px) {
  .action__title {
    font-size: 25px;
  }
  .action__desc {
    font-size: 15px;
  }
}

/* action */
.prod-item {
  position: relative;
  padding-top: 41px;
  padding-bottom: 34px;
}

.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;
  margin-bottom: 50px;
}

.prod-item__gallery {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 510px;
  margin-right: 30px;
}

.prod-item__wrap {
  position: relative;
  margin-bottom: 14px;
}

.prod-item__imgs {
  overflow: hidden;
  margin: 0 0 -15px;
  padding: 0 0 15px;
}

.prod-item__imgs-btns .swiper-dots {
  position: absolute;
  bottom: 30px;
}

.prod-item__imgs-btns .swiper-pagination-bullet {
  border: 1px solid #9575cd;
}

.prod-item__imgs-btns .swiper-pagination-bullet-active {
  background-color: #fff;
}

.prod-item__img {
  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: 299px;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px 0px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
}

.prod-item__img img {
  display: block;
}

.prod-item__img:hover .prod-item__icon {
  opacity: 1;
}

.prod-item__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url("../img/svg/expand.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod-item__thumbs {
  overflow: hidden;
}

.prod-item__thumbs .swiper-slide-thumb-active .prod-item__thumb {
  border-color: #e4e4e4;
}

.prod-item__thumbs-wrap {
  position: relative;
  padding-left: 92px;
  padding-right: 92px;
}

.prod-item__thumbs-btns .swiper-button-prev {
  left: 30px;
}

.prod-item__thumbs-btns .swiper-button-next {
  right: 30px;
}

.prod-item__thumb {
  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: 100px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.prod-item__thumb img {
  display: block;
}

.prod-item__thumb:hover {
  border-color: #e4e4e4;
}

.prod-item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 815px;
}

.prod-item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.prod-item__label {
  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-right: 15px;
  height: 30px;
  padding: 0 12px;
  background-color: #ec407a;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.prod-item__is {
  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: 30px;
  padding: 0 14px;
  background-color: #fcfaff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
}

.prod-item__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  color: #433f4f;
}

.prod-item__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.prod-item__status-item {
  display: block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.2;
  color: #b8b4c5;
}

.prod-item__status-item[href] {
  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;
}

.prod-item__status-item[href]:hover {
  color: #ec407a;
}

.prod-item__status-item b {
  font-weight: 500;
}

.prod-item__status-item:last-child {
  margin-right: 0;
}

.prod-item__status-item--star {
  margin-right: 14px;
  padding-left: 20px;
  background: transparent url("../img/like-icon.png") no-repeat left center;
  background-size: 15px 14px;
}

.prod-item__status-item--reviews {
  padding-left: 21px;
  background: transparent url("../img/reviews-icon.png") no-repeat left center;
  background-size: 14px 13px;
}

.prod-item__desc {
  margin-bottom: 24px;
  padding-right: 50px;
}

.prod-item__quant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.prod-item__price {
  margin-left: 38px;
  font-size: 28px;
  font-weight: 600;
  color: #433f4f;
}

.prod-item__price--new {
  margin-left: 30px;
  color: #ec407a;
  font-weight: 500;
  line-height: 1;
}

.prod-item__price--new b {
  font-size: 20px;
  font-weight: 500;
}

.prod-item__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod-item__bottom .btn__wrap--violet {
  margin-left: auto;
}

.prod-item__bottom .btn__wrap--violet .xbtn {
  height: 55px;
  padding-left: 46px;
  padding-right: 46px;
}

.prod-item__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod-item__btns .xbtn--grad {
  height: 45px;
}

.prod-item__btns .prod__btn {
  margin-left: 14px;
  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: 50px;
  height: 46px;
  background-color: #ede7f6;
  border-radius: 8px;
}

.prod-item__btns .prod__btn .icon {
  width: 20px;
  height: 20px;
}

.prod-item__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod-item__tab:not(#prod-item__tab-0) {
  display: none;
}

@media screen and (max-width: 1170px) {
  .prod-item__df {
    margin-bottom: 30px;
  }
  .prod-item__desc {
    padding-right: 0;
  }
  .prod-item__bottom .btn__wrap--violet .xbtn {
    height: 41px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .prod-item__btns .xbtn--grad {
    height: 41px;
  }
  .prod-item__btns .prod__btn {
    width: 42px;
    height: 41px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .prod-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prod-item__gallery {
    width: 410px;
  }
  .prod-item__thumbs-wrap {
    padding-left: 52px;
    padding-right: 52px;
  }
  .prod-item__thumbs-btns .swiper-button-prev {
    left: 10px;
  }
  .prod-item__thumbs-btns .swiper-button-next {
    right: 10px;
  }
  .prod-item__top {
    margin-bottom: 12px;
  }
  .prod-item__title {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .prod-item__status {
    margin-bottom: 10px;
  }
  .prod-item__price {
    margin-left: 28px;
    font-size: 26px;
  }
  .prod-item__desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 870px) {
  .prod-item__gallery {
    width: 310px;
  }
  .prod-item__img {
    height: 239px;
  }
}

@media screen and (max-width: 767px) {
  .prod-item {
    padding-top: 15px;
  }
  .prod-item__df {
    -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;
  }
  .prod-item__gallery {
    width: 450px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 450px) {
  .prod-item__bottom .btn__wrap--violet .xbtn {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .prod-item__btns .btn__wrap {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .prod-item__btns .xbtn--grad {
    font-size: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: transparent url("../img/svg/cart-white.svg") no-repeat center center;
    background-size: 15px 15px;
    background-color: #ec407a;
    -webkit-box-shadow: 0 5px 15px rgba(236, 64, 122, 0.4);
            box-shadow: 0 5px 15px rgba(236, 64, 122, 0.4);
  }
  .prod-item__btns .prod__btn {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
  .prod-item__btns .prod__btn .icon {
    width: 17px;
    height: 17px;
  }
  .prod-item__thumbs-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .prod-item__thumbs-btns .swiper-button-prev {
    left: -10px;
  }
  .prod-item__thumbs-btns .swiper-button-next {
    right: -10px;
  }
  .prod-item__quant {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .prod-item__price--new {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    text-align: right;
  }
}

/* prod-item */
.delivery {
  position: relative;
  padding-bottom: 36px;
}

.delivery .page-title {
  margin-bottom: 30px;
  padding-top: 35px;
}

.delivery__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.delivery__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 312px;
  margin-right: 32px;
}

.delivery__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  border-radius: 8px;
  overflow: hidden;
}

.delivery__nav ul > li > a {
  text-decoration: none;
  outline: none;
  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;
  padding: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  color: #433F4F;
  border: 1px solid #D2C4E8;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.delivery__nav ul > li > a span {
  display: block;
  color: #9E98AA;
}

.delivery__nav ul > li > a b {
  display: block;
  font-weight: 500;
}

.delivery__nav ul > li > a:hover {
  background: #EEE7F7;
}

.delivery__nav ul > li.current > a {
  background: #EEE7F7;
}

.delivery__nav ul > li:last-of-type {
  border-bottom: none;
}

.delivery__tabs {
 /* -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% - 344px);
}

.delivery:not(.delivery--shops) .delivery__tab:not(:first-of-type) {
  display: none;
}

.delivery__text {
  color: #787484;
  line-height: 1.875;
}

.delivery__text span {
  color: #9E98AA;
  line-height: 1.5;
}

.delivery__text a {
  outline: none;
  text-decoration: none;
  line-height: 1.875;
  color: #9575CD;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.delivery__text a:hover {
  color: #ec407a;
}

.delivery__icon {
  max-width: 200px;
  margin-bottom: 15px;
}

.delivery__icon img {
  display: block;
  width: auto;
}

.delivery__wrap {
  margin-bottom: 36px;
}

.delivery__wrap h3 {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #787484;
  font-weight: 500;
}

.delivery__map {
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
}

.delivery__bottom {
  padding-left: 34px;
  padding-right: 34px;
}

.delivery__bottom b {
  font-weight: 500;
}

.delivery__show {
  display: none;
}

.delivery--2 .delivery__df {
  padding-bottom: 50px;
}

.delivery--2 .delivery__bottom {
  border-top: 1px solid #EDE7F6;
}

.delivery--2 .delivery__bottom .delivery__text {
  width: calc(100% - 312px - 32px);
  margin-left: auto;
  padding-right: 48px;
  padding-left: 35px;
  padding-top: 36px;
}

.delivery--2 .delivery__nav ul > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 17px 10px 17px 20px;
}

.delivery--2 .delivery__nav-img {
  width: 97px;
  margin-right: 22px;
}

.delivery--2 .delivery__nav-img img {
  display: block;
  width: auto;
  max-width: 100%;
}

.delivery--2 .delivery__nav-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #433F4F;
}

.delivery--2 .delivery__nav-right span {
  color: #9E98AA;
  font-weight: 400;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.delivery--shops .delivery__nav ul > li > a {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
}

.delivery--shops .delivery__nav ul > li > a::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 21px;
  display: block;
  width: 5px;
  height: 9px;
  background: transparent url("../img/svg/arrow.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.delivery--shops .delivery__nav ul > li.current > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.delivery__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #787484;
}

.delivery__address::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 16px;
  margin-right: 5px;
  background: transparent url("../img/svg/pin-2.svg") no-repeat center center;
  background-size: contain;
}

.delivery .shops__map {
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.delivery .shops__slider {
  overflow: hidden;
  margin: -15px;
  padding: 15px;
}

.delivery .shops__slider-wrap {
  position: relative;
}

.delivery .shops__slider-title {
  margin-bottom: 16px;
  font-weight: 500;
  color: #787484;
}

.delivery .shops__img {
  display: block;
  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;
  height: 176px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1170px) {
  .delivery__nav {
    width: 232px;
    margin-right: 22px;
  }
  .delivery__nav ul > li > a {
    padding: 6px;
    font-size: 15px;
  }
  .delivery__tabs {
    width: calc(100% - 254px);
  }
  .delivery__bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .delivery__text {
    line-height: 1.775;
    font-size: 14px;
  }
  .delivery__wrap {
    margin-bottom: 26px;
  }
  .delivery__map {
    height: 260px;
  }
  .delivery--2 .delivery__nav ul > li > a {
    padding: 17px 10px 17px 10px;
  }
  .delivery--2 .delivery__nav-img {
    width: 67px;
    margin-right: 12px;
  }
  .delivery--2 .delivery__nav-right span {
    font-size: 16px;
  }
  .delivery--2 .delivery__bottom .delivery__text {
    width: 100%;
    padding-top: 26px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .delivery__nav {
    width: 172px;
    margin-right: 12px;
    margin-left: -187px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .delivery__nav.active {
    margin-left: 0;
  }
  .delivery__tabs {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .delivery__tabs.active {
    margin-right: -187px;
  }
  .delivery__show {
    display: inline-block;
    padding-top: 15px;
    text-decoration: underline;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .delivery__show:hover {
    color: #ec407a;
  }
  .delivery .page-title {
    padding-top: 15px;
  }
  .delivery--2 .delivery__nav ul > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }
  .delivery--2 .delivery__nav-img {
    display: none;
  }
  .delivery--2 .delivery__nav-right span {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
  }
  .delivery--2 .delivery__df {
    padding-bottom: 20px;
  }
  .delivery--shops .decor-wrap {
    padding: 17px;
  }
}

@media screen and (max-width: 575px) {
  .delivery .shops__img {
    height: 126px;
  }
  .delivery .shops__map {
    height: 200px;
  }
}

@media screen and (max-width: 450px) {
  .delivery__wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .delivery__wrap.active {
    margin-right: -197px;
  }
  .delivery__nav {
    width: 172px;
    margin-right: 22px;
    margin-left: -197px;
  }
}

/* delivery */
.post {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post__img {
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}

.post__title {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 400;
  color: #433F4F;
}

.post__content {
  padding-top: 15px;
}

.post__content time {
  display: block;
  font-size: 14px;
  color: #9E98AA;
}

@media screen and (max-width: 1170px) {
  .post__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .post__img {
    height: 270px;
  }
}

@media screen and (max-width: 500px) {
  .post__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .post__img {
    height: 240px;
  }
}

/* post */
.jobs {
  position: relative;
  padding-bottom: 15px;
}

.jobs .page-title {
  padding-top: 35px;
}

.jobs__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jobs__col {
  width: calc((100% - 28px) / 2);
  margin-right: 28px;
}

.jobs__col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1240px) {
  .jobs__col {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
  }
  .jobs__col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .jobs__df {
    display: block;
  }
  .jobs__col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .jobs .page-title {
    padding-top: 23px;
  }
}

/* jobs */
.faq {
  position: relative;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__item {
  position: relative;
  margin-bottom: 35px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.faq__item:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.3);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.3);
}

.faq__item .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: 31px 35px;
  cursor: pointer;
}

.faq__item .top h2 {
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #433F4F;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item .hidden {
  display: none;
  margin-top: -10px;
  padding: 0 75px 35px 35px;
}

.faq__item p:last-of-type {
  margin-bottom: 0;
}

.faq__item a {
  color: #787484;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item a[href^=mailto] {
  text-decoration: underline;
}

.faq__item a:hover {
  color: #ede7f6;
  text-decoration: none;
}

.faq__item .open {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.faq__item .open svg {
  display: block;
}

.faq__item .open svg rect {
  fill: #ec407a;
}

.faq__item .open svg circle {
  stroke: #ec407a;
}

.faq__item .open.active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__bottom {
  padding-top: 26px;
}

.faq__bottom form {
  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;
}

.faq__bottom .btn__wrap {
  margin-right: 67px;
}

.faq__bottom .btn__wrap .xbtn {
  height: 46px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
}

@media screen and (max-width: 1240px) {
  .faq__item .top {
    padding: 25px;
  }
  .faq__item .top h2 {
    font-size: 20px;
  }
  .faq__item .hidden {
    padding: 0 35px 25px 25px;
  }
  .faq__bottom .btn__wrap {
    margin-right: 30px;
  }
  .faq__item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1070px) {
  .faq__bottom form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__bottom .btn__wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 900px) {
  .faq__item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .faq__item .top {
    padding: 20px 15px;
  }
  .faq__item .top h2 {
    font-size: 18px;
  }
  .faq__item .hidden {
    padding: 0 25px 20px 15px;
  }
}

/* faq */

.partners {
  position: relative;
}

.partners__wrap {
  max-width: 775px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 20px;
}

.partners__tab:not(#partners__tab-0) {
  display: none;
}

.partners__tab .article ul,
.partners__tab .article ol {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media screen and (max-width: 575px) {
  .partners__wrap {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .partners__tabs {
    padding-top: 0;
  }
  .partners .tabs-nav > li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
  }
  .partners .tabs-nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* partners */
.brand {
  position: relative;
}

.brand__top {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 45px;
  color: #FFFFFF;
  z-index: 1;
}

.brand__top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #601497;
  opacity: 0.25;
  z-index: -1;
}

.brand__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.brand__logo {
  width: 231px;
  margin-left: auto;
  margin-right: auto;
}

.brand__logo img {
  display: block;
}

.brand__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.28;
}

.brand__desc {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.125;
}

.brand__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 55px;
}

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

.brand__content-title {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26667;
  color: #433F4F;
}

.brand__content .article h2 {
  color: #787484;
}

.brand__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 430px;
  margin-left: 30px;
}

.brand__left-title {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

.brand__feat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand__feat > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 22px 20px 15px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brand__feat > li:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
}

.brand__feat > li:last-of-type {
  margin-bottom: 0;
}

.brand__feat-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 62px;
  margin-right: 15px;
}

.brand__feat-img img {
  display: block;
}

.brand__feat-content {
  margin-top: -5px;
}

.brand__feat-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 500;
  color: #787484;
}

.brand__feat-text {
  font-size: 16px;
  line-height: 1.6875;
  color: #787484;
}

.brand__videos {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #FCFAFF;
}

.brand__slider {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.brand__slider-btns {
  display: none;
}

.brand__slider-btn {
  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;
  padding-top: 35px;
}

.brand__slider-btn .xbtn {
  height: 46px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
}

.brand__video {
  position: relative;
  display: block;
  text-decoration: none;
  outline: 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;
  height: 260px;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.brand__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #601497;
  opacity: 0.25;
  z-index: -1;
}

.brand__video .secrets__video-circle {
  background-color: #EC407A;
  -webkit-box-shadow: 0px 7px 20px 2px #FFABC7, inset 0px 0px 10px 1px rgba(255, 171, 199, 0.5);
          box-shadow: 0px 7px 20px 2px #FFABC7, inset 0px 0px 10px 1px rgba(255, 171, 199, 0.5);
}

.brand__video:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
}

.brand__text {
  padding-top: 25px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

@media screen and (max-width: 1400px) {
  .brand__logo {
    width: 201px;
  }
  .brand__title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 44px;
  }
  .brand__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 1170px) {
  .brand__videos {
    padding-bottom: 30px;
  }
  .brand__video {
    height: 210px;
  }
  .brand__text {
    padding-top: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .brand__left {
    width: 380px;
  }
  .brand__feat > li {
    margin-bottom: 15px;
    padding: 16px 14px 15px;
  }
  .brand__feat-img {
    width: 42px;
  }
  .brand__feat-title {
    font-size: 21px;
  }
  .brand__feat-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .brand__content-title {
    font-size: 26px;
  }
  .brand__left-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 830px) {
  .brand__df {
    padding-bottom: 35px;
  }
  .brand__slider-btns {
    display: block;
  }
  .brand__slider-btns .swiper-pagination-bullet-active {
    background-color: #ec407a;
  }
}

@media screen and (max-width: 767px) {
  .brand__top {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .brand__title {
    font-size: 38px;
  }
  .brand__desc {
    font-size: 16px;
  }
  .brand__logo {
    width: 151px;
  }
  .brand__df {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brand__left {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .brand__text {
    padding-top: 10px;
    font-size: 16px;
  }
  .brand__video {
    height: 170px;
  }
}

/* brand */

.about {
  position: relative;
}

.about__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about__tab {
  padding-top: 31px;
}

.about__tab:not(#about__tab-0) {
  display: none;
}

.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about__list > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.about__list > li:nth-of-type(3n) {
  margin-right: 0;
}

.about__item {
  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;
  height: 100%;
  padding: 29px 25px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.about__item:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
}

.about__img {
  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;
  width: 95%;
  max-width: 169px;
  height: 55px;
  margin-bottom: 14px;
}

.about__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.about__title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

.about__text {
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .about__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .about__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .about__item {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1170px) {
  .about__img {
    height: 45px;
    margin-bottom: 10px;
  }
  .about__title {
    margin-bottom: 9px;
    font-size: 21px;
  }
  .about__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .about__list {
    display: block;
  }
  .about__list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about__list > li:nth-of-type(3n) {
    margin-bottom: 0;
  }
}

/* about */
.certs {
  position: relative;
}

.certs__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.certs__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.certs__tab {
  padding-top: 30px;
}

.certs__tab:not(#certs__tab-0) {
  display: none;
}

.certs__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.certs__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 20px;
}

.certs__content p {
  margin-bottom: 10px;
}

.certs__content h2, .certs__content h3, .certs__content h4, .certs__content h5, .certs__content h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  color: #433F4F;
}

.certs__content h2, .certs__content h3 {
  font-size: 24px;
}

.certs__content h4 {
  font-size: 20px;
}

.certs__content h5, .certs__content h6 {
  font-size: 16px;
}

.certs__content b {
  font-weight: 500;
}

.certs__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.certs__cards {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 31.87546330615271%;
  margin-left: 30px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
}

.certs__cards-item {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}

.certs__cards-item img {
  display: block;
}

.certs__cards-item:last-of-type {
  margin-bottom: 0;
}

.certs__title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

.certs__bottom {
  margin-top: -20px;
}

.certs__item {
  height: 100%;
  padding: 25px;
  background: #FFFFFF;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.certs__item:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.34);
}

.certs__item-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

.certs__item-text {
  font-weight: 500;
}

.certs__img {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.certs__img img {
  display: block;
}

.certs__cont {
  position: relative;
}

.certs__slider {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.certs__slider-btns {
  display: none;
}

@media screen and (max-width: 991px) {
  .certs__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .certs__df {
    display: block;
  }
  .certs__cards {
    float: right;
    margin-bottom: 20px;
    width: 250px;
    max-width: 100%;
    padding: 20px;
  }
  .certs__item {
    padding: 15px;
  }
  .certs__item-content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  .certs__slider {
    overflow: visible;
  }
  .certs__slider-btns {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .certs__df {
    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;
    margin-bottom: 30px;
  }
  .certs__cards {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .certs__content h2, .certs__content h3 {
    font-size: 20px;
  }
  .certs__content h4 {
    font-size: 18px;
  }
  .certs__content h5, .certs__content h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .certs .tabs-nav {
    display: block;
  }
  .certs .tabs-nav > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.company {
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}

.company__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.company__main .article b {
  font-weight: 500;
}

.company__feat {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 430px;
  margin-left: 30px;
}

.company__feat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company__feat ul > li {
  margin-bottom: 20px;
  padding: 18px 10px 18px 52px;
  border: 1px solid #D2C4E8;
  -webkit-box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
          box-shadow: 0px 7px 10px rgba(149, 117, 205, 0.14);
  border-radius: 8px;
  background: #FFFFFF url("../img/svg/check.svg") no-repeat 20px center;
  background-size: 20px 18px;
  color: #787484;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.company__feat ul > li:last-of-type {
  margin-bottom: 0;
}

.company__feat ul > li:hover {
  -webkit-box-shadow: 0px 7px 15px rgba(149, 117, 205, 0.34);
          box-shadow: 0px 7px 15px rgba(149, 117, 205, 0.34);
}

.company__title {
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 24px;
  color: #433F4F;
}

@media screen and (max-width: 1170px) {
  .company__feat {
    width: 380px;
  }
  .company__feat ul > li {
    margin-bottom: 15px;
    padding: 16px 10px 16px 42px;
    font-size: 14px;
    -webkit-box-shadow: 0px 7px 9px rgba(149, 117, 205, 0.14);
            box-shadow: 0px 7px 9px rgba(149, 117, 205, 0.14);
    background-position: 15px center;
    background-size: 15px 14px;
  }
}

@media screen and (max-width: 900px) {
  .company__title {
    font-size: 19px;
  }
  .company__feat {
    width: 320px;
    margin-left: 20px;
  }
  .company__feat ul > li {
    margin-bottom: 12px;
    padding: 13px 10px 13px 36px;
    font-size: 13px;
    background-position: 12px center;
    background-size: 13px 12px;
  }
}

@media screen and (max-width: 650px) {
  .company {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .company__df {
    display: block;
  }
  .company__feat {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

/* company */
.footer {
  position: relative;
  background-color: #433f4f;
}

.footer .container {
  max-width: 1170px;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 50px);
  padding-top: 29px;
  padding-bottom: 15px;
}

.footer__col:nth-of-type(1) {
  width: 20.58823529411765%;
}

.footer__col:nth-of-type(2) {
  width: 23.86554621848739%;
}

.footer__col:nth-of-type(3) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__col:last-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 400px;
}

.footer__col-item {
  margin-bottom: 20px;
}

.footer__col-item:last-of-type {
  margin-bottom: 0;
}

.footer__title {
  text-decoration: none;
  outline: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #ede7f6;
  text-transform: uppercase;
}

.footer__title--payment {
  margin-top: 24px;
}

.footer a.footer__title {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .menu > li {
  margin-bottom: 11px;
}

.footer .menu > li:last-of-type {
  margin-bottom: 0;
}

.footer .menu > li > a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}

.footer__address {
  font-size: 14px;
  color: #ffffff;
}

.footer__phone {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
}

.footer__msgs {
  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: 14px 0;
}

.footer__msg {
  display: block;
  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;
  width: 16px;
  height: 18px;
  margin-right: 16px;
}

.footer__msg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__msg:last-of-type {
  margin-right: 0;
}

.footer__msg .icon {
  fill: #ffffff;
}

.footer__deliver {
  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: 300px;
  max-width: 100%;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.footer__deliver > li {
  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: 33.3%;
  height: 56px;
  padding: 5px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.footer__deliver > li:nth-of-type(-n + 3) {
  border-top: none;
}

.footer__deliver > li:nth-of-type(3n) {
  border-right: none;
}

.footer__deliver > li img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer__deliver > li:hover img {
  opacity: 1;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom-df {
  height: 52px;
  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;
}

.footer__bottom .text {
  font-size: 14px;
  color: #ffffff;
}

.footer__bottom a.text {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom a.text:hover {
  color: #ec407a;
}

.footer__politics {
  margin-right: 20px;
}

.footer__copyright {
  margin-right: 20px;
}

.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;
  height: 100%;
  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__pay {
  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;
}

.footer__pay > li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  padding-bottom: 10px;
}

.footer__pay > li:nth-of-type(2n) {
  margin-right: 0;
}

.footer__pay > li img {
  max-width: 100%;
  width: auto;
  opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer__pay > li:hover img {
  opacity: 1;
}

.footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts-left {
  width: 50%;
  padding-right: 10px;
}

.footer__contacts-right {
  width: 50%;
}

.footer__contacts-right .footer__item {
  margin-bottom: 30px;
}

.footer__contacts-right .footer__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .footer__top {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__top {
    display: block;
  }
  .footer__col {
    width: 100% !important;
  }
  .footer__col:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .footer__col-item:last-of-type {
    margin-bottom: 20px;
  }
  .footer .js-footer__title {
    position: relative;
    padding-right: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .footer .js-footer__title::before, .footer .js-footer__title::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 1.5px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .footer .js-footer__title::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer .js-footer__title:hover {
    color: #ec407a;
  }
  .footer .js-footer__title.active::before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .footer__to-hide {
    display: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom .footer__politics {
    margin-right: 30px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 30px;
  }
}

@media screen and (max-width: 650px) {
  .footer__bottom-df {
    -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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .footer__bottom .footer__politics {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer__bottom {
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .footer__contacts {
    display: block;
  }
  .footer__contacts-left {
    width: 100%;
    padding-right: 0;
  }
  .footer__contacts-right {
    width: 100%;
  }
}

/* footer */

/*.footer {
  position: relative;
  background-color: #433f4f;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  padding-bottom: 47px;
}

.footer__col:nth-of-type(1) {
  width: 25.19913106444605%;
}

.footer__col:nth-of-type(2) {
  width: 25.92324402606807%;
}

.footer__col:nth-of-type(3) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__col:last-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 217px;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #ede7f6;
  text-transform: uppercase;
}

.footer__title--payment {
  margin-top: 24px;
}

.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .menu > li {
  margin-bottom: 11px;
}

.footer .menu > li:last-of-type {
  margin-bottom: 0;
}

.footer .menu > li > a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}

.footer__address {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
}

.footer__phone {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
}

.footer__msgs {
  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: 14px 0;
}

.footer__msg {
  display: block;
  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;
  width: 16px;
  height: 18px;
  margin-right: 16px;
}

.footer__msg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__msg:last-of-type {
  margin-right: 0;
}

.footer__msg .icon {
  fill: #ffffff;
}

.footer__deliver {
  margin-bottom: 14px;
}

.footer__deliver img, .footer__payment img {
  display: block;
  width: auto;
  max-width: 100%;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom-df {
  height: 52px;
  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__bottom .text {
  font-size: 14px;
  color: #ffffff;
}

.footer__bottom a.text {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom a.text:hover {
  color: #ec407a;
}

.footer__politics {
  margin-right: 123px;
}

.footer__copyright {
  margin-right: 161px;
}

.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;
  height: 100%;
  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);
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__top {
    display: block;
  }
  .footer__col {
    width: 100% !important;
  }
  .footer__col:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .footer .js-footer__title {
    position: relative;
    padding-right: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .footer .js-footer__title::before, .footer .js-footer__title::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 1.5px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .footer .js-footer__title::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer .js-footer__title:hover {
    color: #ec407a;
  }
  .footer .js-footer__title.active::before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .footer__to-hide {
    display: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom .footer__politics {
    margin-right: 30px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 30px;
  }
}

@media screen and (max-width: 650px) {
  .footer__bottom-df {
    -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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .footer__bottom .footer__politics {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer__bottom {
    height: auto;
  }
}*/

/* footer */



.container.breadcrumbs ol {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container.breadcrumbs .well {
  background-color: #ede7f6;
}
.container.breadcrumbs .well h2 {
  margin-top: 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  background-color: #ede7f6;
}
.form-group a {
  padding-top: 2px;
  text-decoration: underline;
  font-size: 14px;
}
.container.breadcrumbs .pull-right {
  float: none !important;
}
.container.breadcrumbs .btn-default {
  padding: 0;
  background: none;
  border: none;
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  height: 35px;
  background: #D1C4E9;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #433F4F;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.container.breadcrumbs .btn-default:hover {
  color: #ec407a;
}
.container.breadcrumbs .xbtn--violet, input[type="submit"].xbtn--violet {
  height: 35px;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
}
.table-bordered img {
  width: auto;
  max-width: 100%;
}
.table-bordered s {
  font-size: 12px;
}
.panel-default>.panel-heading {
  background-color: #ede7f6;
}
.account-account #content {
  display: flex;
  max-width: 100%;
  flex-grow: 1;
}
.account-account #column-right {
  display: none;
}
.account-account .content-wrap {
  margin-right: 90px;
}
.account-account .content-wrap h2 {
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent url('../img/svg/user.svg') no-repeat center left;
  background-size: 22px 22px;
  font-size: 20px;
}
.account-account .content-wrap--orders h2 {
  background-image: url('../img/svg/orig/cart2.svg');
}
.account-account .content-wrap--sbscr h2 {
  background-image: url('../img/svg/orig/mail.svg');
}
.account-account .content-wrap:last-of-type {
  margin-right: 0;
}
.account-account .content-wrap .list-unstyled > li {
  margin-bottom: 10px;
}
.account-account .content-wrap .list-unstyled > li > a {
  text-decoration-line: underline;
  color: #9575CD;
  transition: 0.3s;
}
.account-account .content-wrap .list-unstyled > li > a:hover {
  color: #ec407a;
}
.account-account .content-wrap .list-unstyled > li:last-of-type {
  margin-bottom: 0;
}
.form-group {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
.form-group div {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.form-horizontal .control-label {
  max-width: 100%;
  margin-bottom: 7px;
  text-align: left;
  font-size: 16px;
  color: #433F4F;
  padding-left: 0;
}
#content textarea.form-control,
#content input.form-control {
  height: 45px;
  font-size: 15px;
  color: #9C97AA;
}
#content .nice-select {
  height: 40px;
  background: #EDE7F6;
  border-radius: 8px;
  padding-left: 17px;
  font-weight: 500;
  width: 100%;
}
.form-df {
  display: flex;
}
.form-col {
  width: 405px;
  max-width: calc(50% - 50px);
  margin-right: 100px;
}
.form-col:last-of-type {
  margin-right: 0;
}
#content .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pull-right {
    display: block;
}
#content .pull-right {
  text-align: right;
}
#content .pull-left {
  float: none !important;
}
#content .buttons .xbtn--grad, #content .buttons input[type="submit"].xbtn--grad {
  text-transform: none;
}
#content .buttons .pull-left,
#content .buttons .pull-right {
  width: calc(50% - 12px);
}
#content .buttons .pull-left {
  order: 2;
}
#content .buttons .btn__wrap,
#content .buttons .xbtn {
  width: 100%;
  max-width: 190px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.account-password form,
.account-edit form {
  max-width: 450px;
}

@media screen and (max-width: 1070px) {
  .container.breadcrumbs .well h2 {
    font-size: 24px;
  }
  .container.breadcrumbs .well p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .form-col {
    max-width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container.breadcrumbs h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .account-account #content {
    display: block;
  }
  .account-account .content-wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .form-df {
    display: block;
  }
  .form-col {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}


.partners__form .form-horizontal .control-label {
  width: 100%;
}
.partners__form .form-horizontal fieldset {
  padding-left: 0;
  padding-right: 0;
}

.input-group-btn .btn__wrap {
  margin-left: 10px;
}
.input-group-btn .xbtn {  
  padding-left: 13px;
  padding-right: 13px;
}
#collapse-coupon .input-group {
  width: 320px;
  max-width: 100%;
}
#d_quickcheckout .panel-default > .panel-heading {
  background-color: #ede7f6;
}
#d_quickcheckout .fa {  
  color: #433f4f;
}
#d_quickcheckout .carousel-inner > .item > a > img, #d_quickcheckout .carousel-inner > .item > img, #d_quickcheckout .img-responsive, #d_quickcheckout .thumbnail a > img, #d_quickcheckout .thumbnail > img {
  margin-left: auto; 
  margin-right: auto;
}
#d_quickcheckout a {
  color: #433f4f;
  transition: 0.3s;
}
#d_quickcheckout a:hover {
  color: #ec407a;
}
#d_quickcheckout .qc-coupon input {
  height: 35px;
}
#d_quickcheckout .qc-coupon .xbtn .fa,
#d_quickcheckout .qc-quantity .xbtn .fa {
  color: #fff;
}
#d_quickcheckout .qc-quantity .btn__wrap {
  margin-left: 0;
}
#d_quickcheckout .qc-quantity .input-group .qc-product-qantity.form-control {
  height: 35px;
  border-radius: 6px;
}
.confirm_view__btns {
  text-align: right;
}
#d_quickcheckout .confirm_view__btns .xbtn {
  color: #fff;
}
.account-wishlist #content .pull-right,
.product-compare #content .pull-right {
  width: 100%;
  text-align: center; 
}
.account-wishlist table .xbtn--violet {
  height: 35px;
  padding-left: 13px;
  padding-right: 13px;
}
.product-compare table .btn__wrap {
  margin: 4px 10px 4px 0;
}
.account-register .accept label .accept__icon {
  top: -12px;
}
.account-register .accept {
  margin-bottom: 15px;
  margin-top: 10px;
}
.account-register .accept label {
  text-align: left;
}
.account-register #content .pull-right {
  width: 100%;
  padding-left: 15px;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .product-compare .compare__table,
  #d_quickcheckout .qc-checkout-product .qc-checkout-table {
    max-width: 100%;
    overflow: auto;
  }
  .product-compare table,
  #d_quickcheckout .qc-checkout-product table {
    width: 650px;
  }
}
@media screen and (max-width: 400px) {
  #collapse-voucher .input-group,
  #collapse-coupon .input-group {
    display: block;
  }
  #collapse-voucher .input-group-btn,
  #collapse-coupon .input-group-btn {
    padding-top: 10px;
  }
  #collapse-voucher .input-group-btn .btn__wrap,
  #collapse-coupon .input-group-btn .btn__wrap {
    margin-left: 0;
  }
}