@charset "UTF-8";
/* line 6, _grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, _grid.scss */
    .container {
      max-width: 95%; } }
  @media (min-width: 768px) {
    /* line 6, _grid.scss */
    .container {
      max-width: 95%; } }
  @media (min-width: 992px) {
    /* line 6, _grid.scss */
    .container {
      max-width: 95%; } }
  @media (min-width: 1200px) {
    /* line 6, _grid.scss */
    .container {
      max-width: 95%; } }

/* line 18, _grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, _grid.scss */
.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; }

/* line 34, _grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, _grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 136, _mixins.scss */
.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 160, _mixins.scss */
.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%; }

/* line 170, _mixins.scss */
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.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%; }

/* line 180, _mixins.scss */
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 185, _mixins.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

/* line 187, _mixins.scss */
.order-last {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

/* line 190, _mixins.scss */
.order-0 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

/* line 190, _mixins.scss */
.order-1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

/* line 190, _mixins.scss */
.order-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

/* line 190, _mixins.scss */
.order-3 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

/* line 190, _mixins.scss */
.order-4 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

/* line 190, _mixins.scss */
.order-5 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

/* line 190, _mixins.scss */
.order-6 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

/* line 190, _mixins.scss */
.order-7 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

/* line 190, _mixins.scss */
.order-8 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

/* line 190, _mixins.scss */
.order-9 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

/* line 190, _mixins.scss */
.order-10 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

/* line 190, _mixins.scss */
.order-11 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

/* line 190, _mixins.scss */
.order-12 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

/* line 196, _mixins.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 196, _mixins.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 196, _mixins.scss */
.offset-3 {
  margin-left: 25%; }

/* line 196, _mixins.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 196, _mixins.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 196, _mixins.scss */
.offset-6 {
  margin-left: 50%; }

/* line 196, _mixins.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 196, _mixins.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 196, _mixins.scss */
.offset-9 {
  margin-left: 75%; }

/* line 196, _mixins.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 196, _mixins.scss */
.offset-11 {
  margin-left: 91.66667%; }

/* line 204, _mixins.scss */
.offset-top-1 {
  margin-top: 8.33333%; }

/* line 204, _mixins.scss */
.offset-top-2 {
  margin-top: 16.66667%; }

/* line 204, _mixins.scss */
.offset-top-3 {
  margin-top: 25%; }

/* line 204, _mixins.scss */
.offset-top-4 {
  margin-top: 33.33333%; }

/* line 204, _mixins.scss */
.offset-top-5 {
  margin-top: 41.66667%; }

/* line 204, _mixins.scss */
.offset-top-6 {
  margin-top: 50%; }

/* line 204, _mixins.scss */
.offset-top-7 {
  margin-top: 58.33333%; }

/* line 204, _mixins.scss */
.offset-top-8 {
  margin-top: 66.66667%; }

/* line 204, _mixins.scss */
.offset-top-9 {
  margin-top: 75%; }

/* line 204, _mixins.scss */
.offset-top-10 {
  margin-top: 83.33333%; }

/* line 204, _mixins.scss */
.offset-top-11 {
  margin-top: 91.66667%; }

@media (min-width: 576px) {
  /* line 160, _mixins.scss */
  .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%; }

  /* line 170, _mixins.scss */
  .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: none; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 185, _mixins.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 187, _mixins.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  /* line 190, _mixins.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  /* line 190, _mixins.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  /* line 190, _mixins.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  /* line 190, _mixins.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  /* line 190, _mixins.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  /* line 190, _mixins.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  /* line 190, _mixins.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  /* line 190, _mixins.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  /* line 190, _mixins.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  /* line 190, _mixins.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  /* line 190, _mixins.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  /* line 190, _mixins.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  /* line 190, _mixins.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  /* line 196, _mixins.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 196, _mixins.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }

  /* line 196, _mixins.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }

  /* line 196, _mixins.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 196, _mixins.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }

  /* line 196, _mixins.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }

  /* line 196, _mixins.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 196, _mixins.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }

  /* line 196, _mixins.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }

  /* line 196, _mixins.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 196, _mixins.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }

  /* line 196, _mixins.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-0 {
    margin-top: 0; }

  /* line 204, _mixins.scss */
  .offset-top-sm-1 {
    margin-top: 8.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-2 {
    margin-top: 16.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-3 {
    margin-top: 25%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-4 {
    margin-top: 33.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-5 {
    margin-top: 41.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-6 {
    margin-top: 50%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-7 {
    margin-top: 58.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-8 {
    margin-top: 66.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-9 {
    margin-top: 75%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-10 {
    margin-top: 83.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-sm-11 {
    margin-top: 91.66667%; } }
@media (min-width: 768px) {
  /* line 160, _mixins.scss */
  .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%; }

  /* line 170, _mixins.scss */
  .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: none; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 185, _mixins.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 187, _mixins.scss */
  .order-md-last {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  /* line 190, _mixins.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  /* line 190, _mixins.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  /* line 190, _mixins.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  /* line 190, _mixins.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  /* line 190, _mixins.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  /* line 190, _mixins.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  /* line 190, _mixins.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  /* line 190, _mixins.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  /* line 190, _mixins.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  /* line 190, _mixins.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  /* line 190, _mixins.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  /* line 190, _mixins.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  /* line 190, _mixins.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  /* line 196, _mixins.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 196, _mixins.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }

  /* line 196, _mixins.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }

  /* line 196, _mixins.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 196, _mixins.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }

  /* line 196, _mixins.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }

  /* line 196, _mixins.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 196, _mixins.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }

  /* line 196, _mixins.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }

  /* line 196, _mixins.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 196, _mixins.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }

  /* line 196, _mixins.scss */
  .offset-md-11 {
    margin-left: 91.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-md-0 {
    margin-top: 0; }

  /* line 204, _mixins.scss */
  .offset-top-md-1 {
    margin-top: 8.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-md-2 {
    margin-top: 16.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-md-3 {
    margin-top: 25%; }

  /* line 204, _mixins.scss */
  .offset-top-md-4 {
    margin-top: 33.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-md-5 {
    margin-top: 41.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-md-6 {
    margin-top: 50%; }

  /* line 204, _mixins.scss */
  .offset-top-md-7 {
    margin-top: 58.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-md-8 {
    margin-top: 66.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-md-9 {
    margin-top: 75%; }

  /* line 204, _mixins.scss */
  .offset-top-md-10 {
    margin-top: 83.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-md-11 {
    margin-top: 91.66667%; } }
@media (min-width: 992px) {
  /* line 160, _mixins.scss */
  .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%; }

  /* line 170, _mixins.scss */
  .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: none; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 185, _mixins.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 187, _mixins.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  /* line 190, _mixins.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  /* line 190, _mixins.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  /* line 190, _mixins.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  /* line 190, _mixins.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  /* line 190, _mixins.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  /* line 190, _mixins.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  /* line 190, _mixins.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  /* line 190, _mixins.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  /* line 190, _mixins.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  /* line 190, _mixins.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  /* line 190, _mixins.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  /* line 190, _mixins.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  /* line 190, _mixins.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  /* line 196, _mixins.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 196, _mixins.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }

  /* line 196, _mixins.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }

  /* line 196, _mixins.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 196, _mixins.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }

  /* line 196, _mixins.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }

  /* line 196, _mixins.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 196, _mixins.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }

  /* line 196, _mixins.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }

  /* line 196, _mixins.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 196, _mixins.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }

  /* line 196, _mixins.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-0 {
    margin-top: 0; }

  /* line 204, _mixins.scss */
  .offset-top-lg-1 {
    margin-top: 8.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-2 {
    margin-top: 16.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-3 {
    margin-top: 25%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-4 {
    margin-top: 33.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-5 {
    margin-top: 41.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-6 {
    margin-top: 50%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-7 {
    margin-top: 58.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-8 {
    margin-top: 66.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-9 {
    margin-top: 75%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-10 {
    margin-top: 83.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-lg-11 {
    margin-top: 91.66667%; } }
@media (min-width: 1200px) {
  /* line 160, _mixins.scss */
  .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%; }

  /* line 170, _mixins.scss */
  .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: none; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .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%; }

  /* line 180, _mixins.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 185, _mixins.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 187, _mixins.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  /* line 190, _mixins.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  /* line 190, _mixins.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  /* line 190, _mixins.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  /* line 190, _mixins.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  /* line 190, _mixins.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  /* line 190, _mixins.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  /* line 190, _mixins.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  /* line 190, _mixins.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  /* line 190, _mixins.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  /* line 190, _mixins.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  /* line 190, _mixins.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  /* line 190, _mixins.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  /* line 190, _mixins.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  /* line 196, _mixins.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 196, _mixins.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }

  /* line 196, _mixins.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }

  /* line 196, _mixins.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 196, _mixins.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }

  /* line 196, _mixins.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }

  /* line 196, _mixins.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 196, _mixins.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }

  /* line 196, _mixins.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }

  /* line 196, _mixins.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 196, _mixins.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }

  /* line 196, _mixins.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-0 {
    margin-top: 0; }

  /* line 204, _mixins.scss */
  .offset-top-xl-1 {
    margin-top: 8.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-2 {
    margin-top: 16.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-3 {
    margin-top: 25%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-4 {
    margin-top: 33.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-5 {
    margin-top: 41.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-6 {
    margin-top: 50%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-7 {
    margin-top: 58.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-8 {
    margin-top: 66.66667%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-9 {
    margin-top: 75%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-10 {
    margin-top: 83.33333%; }

  /* line 204, _mixins.scss */
  .offset-top-xl-11 {
    margin-top: 91.66667%; } }
/* line 11, _utilities.scss */
.d-none {
  display: none !important; }

/* line 12, _utilities.scss */
.d-inline {
  display: inline !important; }

/* line 13, _utilities.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 14, _utilities.scss */
.d-block {
  display: block !important; }

/* line 15, _utilities.scss */
.d-table {
  display: table !important; }

/* line 16, _utilities.scss */
.d-table-row {
  display: table-row !important; }

/* line 17, _utilities.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 18, _utilities.scss */
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 19, _utilities.scss */
.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) {
  /* line 11, _utilities.scss */
  .d-sm-none {
    display: none !important; }

  /* line 12, _utilities.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 13, _utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 14, _utilities.scss */
  .d-sm-block {
    display: block !important; }

  /* line 15, _utilities.scss */
  .d-sm-table {
    display: table !important; }

  /* line 16, _utilities.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 17, _utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 18, _utilities.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 19, _utilities.scss */
  .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) {
  /* line 11, _utilities.scss */
  .d-md-none {
    display: none !important; }

  /* line 12, _utilities.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 13, _utilities.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 14, _utilities.scss */
  .d-md-block {
    display: block !important; }

  /* line 15, _utilities.scss */
  .d-md-table {
    display: table !important; }

  /* line 16, _utilities.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 17, _utilities.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 18, _utilities.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 19, _utilities.scss */
  .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) {
  /* line 11, _utilities.scss */
  .d-lg-none {
    display: none !important; }

  /* line 12, _utilities.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 13, _utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 14, _utilities.scss */
  .d-lg-block {
    display: block !important; }

  /* line 15, _utilities.scss */
  .d-lg-table {
    display: table !important; }

  /* line 16, _utilities.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 17, _utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 18, _utilities.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 19, _utilities.scss */
  .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) {
  /* line 11, _utilities.scss */
  .d-xl-none {
    display: none !important; }

  /* line 12, _utilities.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 13, _utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 14, _utilities.scss */
  .d-xl-block {
    display: block !important; }

  /* line 15, _utilities.scss */
  .d-xl-table {
    display: table !important; }

  /* line 16, _utilities.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 17, _utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 18, _utilities.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 19, _utilities.scss */
  .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 {
  /* line 29, _utilities.scss */
  .d-print-none {
    display: none !important; }

  /* line 30, _utilities.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 31, _utilities.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 32, _utilities.scss */
  .d-print-block {
    display: block !important; }

  /* line 33, _utilities.scss */
  .d-print-table {
    display: table !important; }

  /* line 34, _utilities.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 35, _utilities.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 36, _utilities.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 37, _utilities.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 52, _utilities.scss */
.m-0 {
  margin: 0 !important; }

/* line 53, _utilities.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 57, _utilities.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 61, _utilities.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 65, _utilities.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 52, _utilities.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 53, _utilities.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 57, _utilities.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 61, _utilities.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 65, _utilities.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 52, _utilities.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 53, _utilities.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 57, _utilities.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 61, _utilities.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 65, _utilities.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 52, _utilities.scss */
.m-3 {
  margin: 1rem !important; }

/* line 53, _utilities.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 57, _utilities.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 61, _utilities.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 65, _utilities.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 52, _utilities.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 53, _utilities.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 57, _utilities.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 61, _utilities.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 65, _utilities.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 52, _utilities.scss */
.m-5 {
  margin: 3rem !important; }

/* line 53, _utilities.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 57, _utilities.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 61, _utilities.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 65, _utilities.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 52, _utilities.scss */
.p-0 {
  padding: 0 !important; }

/* line 53, _utilities.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 57, _utilities.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 61, _utilities.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 65, _utilities.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 52, _utilities.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 53, _utilities.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 57, _utilities.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 61, _utilities.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 65, _utilities.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 52, _utilities.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 53, _utilities.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 57, _utilities.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 61, _utilities.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 65, _utilities.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 52, _utilities.scss */
.p-3 {
  padding: 1rem !important; }

/* line 53, _utilities.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 57, _utilities.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 61, _utilities.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 65, _utilities.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 52, _utilities.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 53, _utilities.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 57, _utilities.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 61, _utilities.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 65, _utilities.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 52, _utilities.scss */
.p-5 {
  padding: 3rem !important; }

/* line 53, _utilities.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 57, _utilities.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 61, _utilities.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 65, _utilities.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 73, _utilities.scss */
.m-auto {
  margin: auto !important; }

/* line 74, _utilities.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 78, _utilities.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 82, _utilities.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 86, _utilities.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 52, _utilities.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 53, _utilities.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 57, _utilities.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 61, _utilities.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 52, _utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 53, _utilities.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 53, _utilities.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 52, _utilities.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 53, _utilities.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 57, _utilities.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 61, _utilities.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 52, _utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 53, _utilities.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 53, _utilities.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 73, _utilities.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 74, _utilities.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 78, _utilities.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 82, _utilities.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 86, _utilities.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 52, _utilities.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 53, _utilities.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 57, _utilities.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 61, _utilities.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 52, _utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 53, _utilities.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 53, _utilities.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 52, _utilities.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 53, _utilities.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 57, _utilities.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 61, _utilities.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 52, _utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 53, _utilities.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 53, _utilities.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 73, _utilities.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 74, _utilities.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 78, _utilities.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 82, _utilities.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 86, _utilities.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 52, _utilities.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 53, _utilities.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 57, _utilities.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 61, _utilities.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 52, _utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 53, _utilities.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 53, _utilities.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 52, _utilities.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 53, _utilities.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 57, _utilities.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 61, _utilities.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 52, _utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 53, _utilities.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 53, _utilities.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 73, _utilities.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 74, _utilities.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 78, _utilities.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 82, _utilities.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 86, _utilities.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 52, _utilities.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 53, _utilities.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 57, _utilities.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 61, _utilities.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 52, _utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 53, _utilities.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 53, _utilities.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 52, _utilities.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 53, _utilities.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 57, _utilities.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 61, _utilities.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 65, _utilities.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 52, _utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 53, _utilities.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 57, _utilities.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 61, _utilities.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 65, _utilities.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 52, _utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 52, _utilities.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 53, _utilities.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 57, _utilities.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 61, _utilities.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 65, _utilities.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 52, _utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 53, _utilities.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 57, _utilities.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 61, _utilities.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 65, _utilities.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 52, _utilities.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 53, _utilities.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 57, _utilities.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 61, _utilities.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 65, _utilities.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 73, _utilities.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 74, _utilities.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 78, _utilities.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 82, _utilities.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 86, _utilities.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/* line 104, _utilities.scss */
.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; }

/* line 105, _utilities.scss */
.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; }

/* line 106, _utilities.scss */
.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; }

/* line 107, _utilities.scss */
.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; }

/* line 109, _utilities.scss */
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 110, _utilities.scss */
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 111, _utilities.scss */
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 112, _utilities.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 113, _utilities.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 114, _utilities.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 115, _utilities.scss */
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 116, _utilities.scss */
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 118, _utilities.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 119, _utilities.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 120, _utilities.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 121, _utilities.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 122, _utilities.scss */
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 124, _utilities.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 125, _utilities.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 126, _utilities.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 127, _utilities.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 128, _utilities.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 130, _utilities.scss */
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 131, _utilities.scss */
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 132, _utilities.scss */
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 133, _utilities.scss */
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 134, _utilities.scss */
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 135, _utilities.scss */
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 137, _utilities.scss */
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 138, _utilities.scss */
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 139, _utilities.scss */
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 140, _utilities.scss */
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 141, _utilities.scss */
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 142, _utilities.scss */
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 104, _utilities.scss */
  .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; }

  /* line 105, _utilities.scss */
  .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; }

  /* line 106, _utilities.scss */
  .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; }

  /* line 107, _utilities.scss */
  .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; }

  /* line 109, _utilities.scss */
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 110, _utilities.scss */
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 111, _utilities.scss */
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 112, _utilities.scss */
  .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; }

  /* line 113, _utilities.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 114, _utilities.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 115, _utilities.scss */
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 116, _utilities.scss */
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 118, _utilities.scss */
  .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; }

  /* line 119, _utilities.scss */
  .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; }

  /* line 120, _utilities.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 121, _utilities.scss */
  .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; }

  /* line 122, _utilities.scss */
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 124, _utilities.scss */
  .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; }

  /* line 125, _utilities.scss */
  .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; }

  /* line 126, _utilities.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 127, _utilities.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 128, _utilities.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 130, _utilities.scss */
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 131, _utilities.scss */
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 132, _utilities.scss */
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 133, _utilities.scss */
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 134, _utilities.scss */
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 135, _utilities.scss */
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 137, _utilities.scss */
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 138, _utilities.scss */
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 139, _utilities.scss */
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 140, _utilities.scss */
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 141, _utilities.scss */
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 142, _utilities.scss */
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 104, _utilities.scss */
  .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; }

  /* line 105, _utilities.scss */
  .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; }

  /* line 106, _utilities.scss */
  .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; }

  /* line 107, _utilities.scss */
  .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; }

  /* line 109, _utilities.scss */
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 110, _utilities.scss */
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 111, _utilities.scss */
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 112, _utilities.scss */
  .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; }

  /* line 113, _utilities.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 114, _utilities.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 115, _utilities.scss */
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 116, _utilities.scss */
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 118, _utilities.scss */
  .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; }

  /* line 119, _utilities.scss */
  .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; }

  /* line 120, _utilities.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 121, _utilities.scss */
  .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; }

  /* line 122, _utilities.scss */
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 124, _utilities.scss */
  .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; }

  /* line 125, _utilities.scss */
  .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; }

  /* line 126, _utilities.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 127, _utilities.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 128, _utilities.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 130, _utilities.scss */
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 131, _utilities.scss */
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 132, _utilities.scss */
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 133, _utilities.scss */
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 134, _utilities.scss */
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 135, _utilities.scss */
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 137, _utilities.scss */
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 138, _utilities.scss */
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 139, _utilities.scss */
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 140, _utilities.scss */
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 141, _utilities.scss */
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 142, _utilities.scss */
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 104, _utilities.scss */
  .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; }

  /* line 105, _utilities.scss */
  .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; }

  /* line 106, _utilities.scss */
  .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; }

  /* line 107, _utilities.scss */
  .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; }

  /* line 109, _utilities.scss */
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 110, _utilities.scss */
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 111, _utilities.scss */
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 112, _utilities.scss */
  .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; }

  /* line 113, _utilities.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 114, _utilities.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 115, _utilities.scss */
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 116, _utilities.scss */
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 118, _utilities.scss */
  .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; }

  /* line 119, _utilities.scss */
  .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; }

  /* line 120, _utilities.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 121, _utilities.scss */
  .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; }

  /* line 122, _utilities.scss */
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 124, _utilities.scss */
  .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; }

  /* line 125, _utilities.scss */
  .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; }

  /* line 126, _utilities.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 127, _utilities.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 128, _utilities.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 130, _utilities.scss */
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 131, _utilities.scss */
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 132, _utilities.scss */
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 133, _utilities.scss */
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 134, _utilities.scss */
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 135, _utilities.scss */
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 137, _utilities.scss */
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 138, _utilities.scss */
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 139, _utilities.scss */
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 140, _utilities.scss */
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 141, _utilities.scss */
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 142, _utilities.scss */
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 104, _utilities.scss */
  .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; }

  /* line 105, _utilities.scss */
  .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; }

  /* line 106, _utilities.scss */
  .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; }

  /* line 107, _utilities.scss */
  .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; }

  /* line 109, _utilities.scss */
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 110, _utilities.scss */
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 111, _utilities.scss */
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 112, _utilities.scss */
  .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; }

  /* line 113, _utilities.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 114, _utilities.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 115, _utilities.scss */
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 116, _utilities.scss */
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 118, _utilities.scss */
  .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; }

  /* line 119, _utilities.scss */
  .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; }

  /* line 120, _utilities.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 121, _utilities.scss */
  .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; }

  /* line 122, _utilities.scss */
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 124, _utilities.scss */
  .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; }

  /* line 125, _utilities.scss */
  .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; }

  /* line 126, _utilities.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 127, _utilities.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 128, _utilities.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 130, _utilities.scss */
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 131, _utilities.scss */
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 132, _utilities.scss */
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 133, _utilities.scss */
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 134, _utilities.scss */
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 135, _utilities.scss */
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 137, _utilities.scss */
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 138, _utilities.scss */
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 139, _utilities.scss */
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 140, _utilities.scss */
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 141, _utilities.scss */
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 142, _utilities.scss */
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 152, _utilities.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 156, _utilities.scss */
.text-justify {
  text-align: justify !important; }

/* line 157, _utilities.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 158, _utilities.scss */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 166, _utilities.scss */
.text-left {
  text-align: left !important; }

/* line 167, _utilities.scss */
.text-right {
  text-align: right !important; }

/* line 168, _utilities.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 166, _utilities.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 167, _utilities.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 168, _utilities.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 166, _utilities.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 167, _utilities.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 168, _utilities.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 166, _utilities.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 167, _utilities.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 168, _utilities.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 166, _utilities.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 167, _utilities.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 168, _utilities.scss */
  .text-xl-center {
    text-align: center !important; } }
/* line 174, _utilities.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 175, _utilities.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 176, _utilities.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 180, _utilities.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 181, _utilities.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 182, _utilities.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 183, _utilities.scss */
.font-italic {
  font-style: italic !important; }

/* line 187, _utilities.scss */
.text-white {
  color: #fff !important; }

/* line 335, _mixins.scss */
.text-primary {
  color: #007bff !important; }

/* line 297, _mixins.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

/* line 335, _mixins.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 297, _mixins.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

/* line 335, _mixins.scss */
.text-success {
  color: #28a745 !important; }

/* line 297, _mixins.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

/* line 335, _mixins.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 297, _mixins.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

/* line 335, _mixins.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 297, _mixins.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

/* line 335, _mixins.scss */
.text-danger {
  color: #ce0013 !important; }

/* line 297, _mixins.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9b000e !important; }

/* line 335, _mixins.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 297, _mixins.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

/* line 335, _mixins.scss */
.text-dark {
  color: #343a40 !important; }

/* line 297, _mixins.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

/* line 193, _utilities.scss */
.text-body {
  color: #212529 !important; }

/* line 194, _utilities.scss */
.text-muted {
  color: #6c757d !important; }

/* line 196, _utilities.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 197, _utilities.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 201, _utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 21, _reboot.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 28, _reboot.scss */
html {
  line-height: 1.5;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
/* line 46, _reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 58, _reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica", "san francisco", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 74, _reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 84, _reboot.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 101, _reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 111, _reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 123, _reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 132, _reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 138, _reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 145, _reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 152, _reboot.scss */
dt {
  font-weight: 700; }

/* line 156, _reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 161, _reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 165, _reboot.scss */
dfn {
  font-style: italic; }

/* line 170, _reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 176, _reboot.scss */
small {
  font-size: 80%; }

/* line 185, _reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 193, _reboot.scss */
sub {
  bottom: -.25em; }

/* line 194, _reboot.scss */
sup {
  top: -.5em; }

/* line 201, _reboot.scss */
a {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  /* line 293, _mixins.scss */
  a:hover {
    color: #dedede;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 221, _reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 297, _mixins.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 230, _reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 240, _reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 248, _reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 265, _reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 275, _reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 280, _reboot.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 289, _reboot.scss */
table {
  border-collapse: collapse; }

/* line 293, _reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 301, _reboot.scss */
th {
  text-align: inherit; }

/* line 312, _reboot.scss */
label {
  display: inline-block; }

/* line 320, _reboot.scss */
button {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 329, _reboot.scss */
button:focus {
  outline: none; }

/* line 333, _reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 344, _reboot.scss */
button,
input {
  overflow: visible; }

/* line 349, _reboot.scss */
button,
select {
  text-transform: none; }

/* line 357, _reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 365, _reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 373, _reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 381, _reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 393, _reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 399, _reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 414, _reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 426, _reboot.scss */
progress {
  vertical-align: baseline; }

/* line 431, _reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 436, _reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 449, _reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 459, _reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 468, _reboot.scss */
output {
  display: inline-block; }

/* line 472, _reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 477, _reboot.scss */
template {
  display: none; }

/* line 483, _reboot.scss */
[hidden] {
  display: none !important; }

/* line 1, _global.scss */
html {
  font-size: 12px;
  min-height: 100%; }

/* line 6, _global.scss */
.body {
  position: relative; }

/* line 10, _global.scss */
.bx-touch.crm-widget-button-mobile,
.bx-touch.crm-widget-button-mobile body {
  height: inherit !important; }

/* line 15, _global.scss */
html,
body {
  height: inherit !important; }

/* line 20, _global.scss */
.section_role_main {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 90px 0 0; }

/* line 26, _global.scss */
.margin-none {
  margin: 0 !important; }

@media (max-width: 991.98px) {
  /* line 31, _global.scss */
  .body {
    /*adding-bottom: 300px;*/ } }
@media (max-width: 767.98px) {
  /* line 37, _global.scss */
  .body {
    /*padding-bottom: 450px;*/ } }
/* line 42, _global.scss */
.border-right {
  border-right: 1px solid #6B6B6B; }

/* line 46, _global.scss */
.cookies {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -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-height: 40px;
  padding: 0 3% 0 1%;
  background: #fff; }
  /* line 68, _global.scss */
  .cookies__text {
    margin: 0;
    text-align: center; }
  /* line 73, _global.scss */
  .cookies__close.icon {
    position: absolute;
    top: 10px;
    right: 2%;
    cursor: pointer; }
    /* line 79, _global.scss */
    .cookies__close.icon .cookies__close-svg {
      stroke: #999; }
    /* line 83, _global.scss */
    .cookies__close.icon:hover .cookies__close-svg {
      stroke: #000; }

/* line 89, _global.scss */
.scroll-top {
  display: none;
  text-transform: uppercase;
  line-height: 18px;
  position: fixed;
  right: 60px;
  bottom: 120px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  -o-transition: color 0.25s, border-color 0.25s, -o-transform 0.25s;
  -o-transition: color 0.25s, border-color 0.25s, transform 0.25s;
  transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, border-color 0.25s, transform 0.25s;
  transition: color 0.25s, border-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
  cursor: pointer; }
  /* line 124, _global.scss */
  .scroll-top:before {
    content: "";
    background: url("black-plane.png") top center no-repeat;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto 7px auto;
    -webkit-background-size: 24px 24px;
    background-size: 24px; }
  @media (max-width: 770px) {
    /* line 89, _global.scss */
    .scroll-top {
      visibility: hidden; } }

/* line 140, _global.scss */
.sidebarBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 220px;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  width: 220px; }

/* line 148, _global.scss */
.contentBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 220px);
  -ms-flex: 1 1 calc(100% - 220px);
  flex: 1 1 calc(100% - 220px);
  width: calc(100% - 220px); }

/* line 156, _global.scss */
.site_rating {
  margin-bottom: 20px;
  text-transform: uppercase; }
  /* line 160, _global.scss */
  .site_rating .rating {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  /* line 168, _global.scss */
  .site_rating .rating span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
  /* line 175, _global.scss */
  .site_rating .rating svg {
    width: 16px;
    height: 16px; }

/* line 181, _global.scss */
.review-block {
  max-width: 700px; }

/* line 185, _global.scss */
.form-review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 192, _global.scss */
.form-review-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 7px 15px;
  max-width: 100%; }

/* line 203, _global.scss */
.form-review-email {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 7px 15px;
  max-width: 100%;
  margin-left: 15px; }

/* line 215, _global.scss */
.form-review-date {
  margin: 0 15px 20px;
  background: #f2f2f2;
  padding: 8px 20px; }

/* line 221, _global.scss */
.form-review-top .star-rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 0 20px; }

/* line 229, _global.scss */
.form-review textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #000;
  padding: 5px 15px; }

/* line 236, _global.scss */
#review-form .is-error,
.form-review .is-error {
  border-color: #d00; }

/* line 241, _global.scss */
.form-review .need_rating {
  color: #d00; }

/* line 245, _global.scss */
.review_recommends {
  float: left;
  margin-top: 20px; }

/* line 250, _global.scss */
.review_recommends input {
  display: none; }

/* line 254, _global.scss */
.review_recommends label {
  margin-right: 20px;
  cursor: pointer; }

/* line 259, _global.scss */
.review_recommends input + label:before {
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 1px; }

/* line 270, _global.scss */
.review_recommends input:checked + label:before {
  background: #000; }

/* line 274, _global.scss */
.form-review button {
  background: #f2f2f2;
  text-transform: uppercase;
  padding: 10px 20px;
  float: right;
  margin-top: 20px; }

/* line 282, _global.scss */
.form-review button:hover:not(:disabled) {
  color: #fff !important;
  background: #000; }

/* line 288, _global.scss */
.review_item.review_item__product {
  flex-direction: column;
  margin-bottom: 0 !important;
  padding: 30px 0 20px !important; }
  /* line 295, _global.scss */
  .review_item.review_item__product .review_answer_title {
    padding-right: 20px; }
  /* line 299, _global.scss */
  .review_item.review_item__product .review__answer-admin {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0; }
  /* line 306, _global.scss */
  .review_item.review_item__product .rating {
    margin-top: 5px;
    margin-bottom: 16px; }
  /* line 311, _global.scss */
  .review_item.review_item__product .rating__item {
    width: 14px;
    height: 14px; }
  /* line 316, _global.scss */
  .review_item.review_item__product .review_answer_title {
    border-left: none;
    width: 30%; }
  /* line 321, _global.scss */
  .review_item.review_item__product .review__content {
    display: flex;
    align-items: flex-start; }
  /* line 326, _global.scss */
  .review_item.review_item__product .review_date {
    display: flex;
    width: 100%;
    padding: 10px;
    flex-basis: 0 !important;
    flex-grow: 0;
    text-align: center;
    flex-direction: column;
    width: 30%;
    min-width: 150px;
    padding-left: 0;
    padding-right: 20px; }
  /* line 340, _global.scss */
  .review_item.review_item__product .review_text {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 10px 10px !important;
    border: none !important;
    min-height: auto !important;
    border-left: 1px solid #f0f0f0 !important;
    padding-left: 20px !important;
    padding-right: 0 !important; }
  /* line 352, _global.scss */
  .review_item.review_item__product .review_answer_title {
    flex-basis: 0 !important;
    border-top: 0 !important; }
  /* line 357, _global.scss */
  .review_item.review_item__product .review_answer {
    margin: 0 !important;
    padding-left: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  /* line 364, _global.scss */
  .review_item.review_item__product .review_answer:before {
    content: none !important; }
  /* line 368, _global.scss */
  .review_item.review_item__product .rating {
    display: flex; }
  /* line 372, _global.scss */
  .review_item.review_item__product .rating .rating__item {
    margin-right: 4px; }

/* line 378, _global.scss */
.reviews-stat.reviews-stat__product .reviews-stat__star svg {
  width: 14px;
  height: 14px; }

/* line 384, _global.scss */
.reviews-stat {
  display: flex;
  align-items: center;
  margin-left: 10px; }
  /* line 389, _global.scss */
  .reviews-stat .reviews-stat__star {
    display: flex;
    position: relative; }
  /* line 394, _global.scss */
  .reviews-stat .reviews-stat__star-bottom {
    display: flex; }
  /* line 397, _global.scss */
  .reviews-stat .reviews-stat__star-top {
    display: flex;
    overflow: hidden;
    position: absolute; }
  /* line 403, _global.scss */
  .reviews-stat .reviews-stat__star-top-content {
    display: flex; }
  /* line 407, _global.scss */
  .reviews-stat .reviews-stat__star svg {
    display: block;
    margin-right: 3px;
    width: 16px;
    height: 16px; }
  /* line 416, _global.scss */
  .reviews-stat .reviews-stat__comment {
    margin-left: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #E5E5E5; }

/* line 426, _global.scss */
.reviews__new {
  padding-top: 30px; }
  /* line 429, _global.scss */
  .reviews__new .input-images {
    margin-top: 15px; }
  /* line 433, _global.scss */
  .reviews__new .review__new-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0; }
  /* line 440, _global.scss */
  .reviews__new .reviews__new-descr {
    margin: 14px 0; }
  /* line 444, _global.scss */
  .reviews__new .reviews__new-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
    text-transform: uppercase; }
  /* line 454, _global.scss */
  .reviews__new .reviews__new-rating-count {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 4px; }
  /* line 463, _global.scss */
  .reviews__new .reviews__new-rating {
    flex-grow: 1; }
  /* line 467, _global.scss */
  .reviews__new .reviews__new-content.hidden {
    max-height: 0;
    overflow: hidden; }
  /* line 472, _global.scss */
  .reviews__new .reviews__result {
    position: relative;
    padding: 10px 0; }
  /* line 478, _global.scss */
  .reviews__new .reviews__result_error .reviews__result-title,
  .reviews__new .reviews__result_error .reviews__result-text {
    color: red; }
  /* line 483, _global.scss */
  .reviews__new .reviews__result-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #313131; }
  /* line 494, _global.scss */
  .reviews__new .reviews__result-text {
    color: #313131; }
  /* line 498, _global.scss */
  .reviews__new .reviews__new-btn {
    background: #F2F2F2;
    padding: 0 15px;
    border: none;
    height: 34px;
    margin-left: 10px; }
  /* line 506, _global.scss */
  .reviews__new .reviews__new-btn .button__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #000000;
    text-transform: uppercase; }
  /* line 517, _global.scss */
  .reviews__new .reviews__new-btn .tab__toggle-inner {
    position: static !important; }
  /* line 521, _global.scss */
  .reviews__new .reviews__new-coment-field {
    width: 100%;
    height: 97px;
    padding: 5px 15px;
    border: 1px solid #000; }
  /* line 530, _global.scss */
  .reviews__new .reviews__new-rating-item {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: #313131;
    border-radius: 50%;
    background: #eee; }
  /* line 549, _global.scss */
  .reviews__new .reviews__new-rating-count input[name='rating'] {
    display: none; }
  /* line 553, _global.scss */
  .reviews__new .reviews__new-rating-count input[name='rating']:checked + .reviews__new-rating-item {
    background: #dbdbdb; }

/* line 558, _global.scss */
.review_item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px; }
  /* line 578, _global.scss */
  .review_item .rating {
    display: flex; }
  /* line 582, _global.scss */
  .review_item .rating .rating__item {
    margin-right: 4px; }
  /* line 586, _global.scss */
  .review_item .review_date {
    line-height: 25px;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: center; }
  /* line 599, _global.scss */
  .review_item .rating {
    margin-bottom: 12px; }
  /* line 603, _global.scss */
  .review_item .rating__item {
    width: 16px;
    height: 16px; }
  /* line 608, _global.scss */
  .review_item .rating__item svg {
    width: 100%;
    height: 100%; }
  /* line 613, _global.scss */
  .review_item .date {
    background: #fafafa;
    color: #787878; }
  /* line 618, _global.scss */
  .review_item .name {
    background: #fafafa;
    line-height: 25px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  /* line 625, _global.scss */
  .review_item .review_text {
    border-left: 1px solid #f0f0f0;
    margin-left: 25px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: calc(100% - 200px);
    -ms-flex: calc(100% - 200px);
    flex: calc(100% - 200px);
    margin-bottom: 25px;
    min-height: 70px; }
  /* line 637, _global.scss */
  .review_item .review_answer_title {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: center;
    color: #848484;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px; }
  /* line 652, _global.scss */
  .review_item .review_answer {
    border-left: 1px solid #f0f0f0;
    margin-left: 25px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: calc(100% - 200px);
    -ms-flex: calc(100% - 200px);
    flex: calc(100% - 200px);
    position: relative;
    margin-top: 25px; }
    /* line 663, _global.scss */
    .review_item .review_answer:before {
      position: absolute;
      top: -25px;
      left: -65px;
      right: 0;
      border-top: 1px solid #f0f0f0;
      content: ""; }

/* line 674, _global.scss */
.review_more {
  text-align: center; }

/* line 678, _global.scss */
.review_more button {
  background: #f2f2f2;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  cursor: pointer; }

/* line 686, _global.scss */
.review_more button:hover {
  background: #000;
  color: #fff; }

/* line 691, _global.scss */
input.radio_button {
  display: none; }
  /* line 694, _global.scss */
  input.radio_button + span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 1px solid #000; }
  /* line 702, _global.scss */
  input.radio_button:checked + span {
    background-color: #000; }

/* line 708, _global.scss */
.page_qa h1 {
  font-size: 18px;
  border-bottom: 1px solid #ddd; }
/* line 713, _global.scss */
.page_qa dl {
  max-width: 700px;
  margin-bottom: 20px; }
/* line 718, _global.scss */
.page_qa dt {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #ddd; }
  /* line 723, _global.scss */
  .page_qa dt h2 {
    margin-bottom: 0; }
  /* line 727, _global.scss */
  .page_qa dt::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    content: "+"; }
  /* line 734, _global.scss */
  .page_qa dt.open::after {
    content: "-";
    right: 3px; }
/* line 740, _global.scss */
.page_qa dd {
  display: none;
  padding-top: 15px; }

/* line 746, _global.scss */
.co-input--messenger_subscription {
  display: none; }

/* line 750, _global.scss */
.co-input--user-name,
.co-input--user-surname,
.co-input--user-patronymic {
  display: none !important; }

/* line 1, _index.scss */
body {
  padding: 0; }

/* line 5, _index.scss */
.bx-livechat-body {
  background-image: url(chat_bg.jpg) !important; }

/* line 10, _index.scss */
.index__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  /* line 15, _index.scss */
  .index__video .index-video__button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: intrinsic;
    max-width: max-content;
    width: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /* line 39, _index.scss */
  .index__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }
/* line 50, _index.scss */
.index__instagram {
  padding-top: 0; }
  /* line 52, _index.scss */
  .index__instagram > .container {
    max-width: 70%; }
  /* line 56, _index.scss */
  .index__instagram .block-instagram_title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
    font-size: 22px; }
  /* line 63, _index.scss */
  .index__instagram .block-instagram .swiper__title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px; }
/* line 72, _index.scss */
.index__slider > .container {
  max-width: 71%; }
/* line 75, _index.scss */
.index__slider .product-slider {
  padding-top: 0; }
  /* line 78, _index.scss */
  .index__slider .product-slider-heading-wrapper {
    margin: 20px 0 20px 0;
    font-size: 22px; }

/* line 1, _update-account.scss */
.update-account {
  position: relative;
  max-width: 402px; }
  /* line 5, _update-account.scss */
  .update-account__result {
    margin-top: 10px; }
  /* line 9, _update-account.scss */
  .update-account__result-error {
    height: 0;
    color: red; }
    /* line 14, _update-account.scss */
    .update-account__result-error.active {
      height: auto;
      transition: .5s; }
  /* line 21, _update-account.scss */
  .update-account__result-success {
    height: 0;
    color: green; }
    /* line 26, _update-account.scss */
    .update-account__result-success.active {
      height: auto;
      transition: .5s; }
  /* line 33, _update-account.scss */
  .update-account__loader {
    display: none; }
    /* line 36, _update-account.scss */
    .update-account__loader.active {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3); }
  /* line 53, _update-account.scss */
  .update-account__title {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  /* line 62, _update-account.scss */
  .update-account__full-name {
    display: none; }
  /* line 66, _update-account.scss */
  .update-account__btn {
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    height: 30px; }
  /* line 75, _update-account.scss */
  .update-account__checkbox-field_header .co-input-title {
    font-weight: 600;
    text-transform: uppercase; }
  /* line 83, _update-account.scss */
  .update-account__text-field:not(:last-child) {
    margin-bottom: 10px; }
  /* line 87, _update-account.scss */
  .update-account__text-field.disabled {
    pointer-events: none; }
    /* line 90, _update-account.scss */
    .update-account__text-field.disabled.input {
      background-color: #EDEDED;
      border-color: #EDEDED !important;
      opacity: 1; }
  /* line 98, _update-account.scss */
  .update-account__field-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 10px; }
  /* line 105, _update-account.scss */
  .update-account__inputs-wrap {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 0; }
    /* line 114, _update-account.scss */
    .update-account__inputs-wrap.active {
      overflow: inherit;
      height: auto;
      padding: 10px 0; }

/* line 1, _link.scss */
.link {
  text-decoration: none;
  border-bottom: none;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 9, _link.scss */
.link.link_theme_default {
  text-decoration: underline; }

/* line 13, _link.scss */
.link.link_theme_gate {
  color: #000;
  border-bottom: none; }
  /* line 17, _link.scss */
  .link.link_theme_gate_active_yes, .link.link_theme_gate:hover {
    color: #dedede; }

/* line 24, _link.scss */
.sidebar__menu a:hover {
  color: #dedede !important; }

/* line 5, _button.scss */
.co-button,
.button {
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-user-focus: ignore;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none !important;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-transform: uppercase; }
  /* line 30, _button.scss */
  .co-button_size_m .co-button__text,
  .button_size_m .co-button__text, .co-button_size_m
  .button__text,
  .button_size_m
  .button__text {
    line-height: 30px;
    height: 30px;
    margin: 0 15px; }
  /* line 36, _button.scss */
  .co-button_size_s .co-button__text,
  .button_size_s .co-button__text, .co-button_size_s
  .button__text,
  .button_size_s
  .button__text {
    line-height: 24px;
    height: 24px;
    margin: 0 15px; }
  /* line 42, _button.scss */
  .co-button:not(:disabled):active,
  .button:not(:disabled):active {
    color: #000;
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  /* line 49, _button.scss */
  .co-button_width_max,
  .button_width_max {
    width: 100%; }
  /* line 53, _button.scss */
  .co-button:disabled,
  .button:disabled {
    cursor: default;
    color: #7f7f7f;
    border-color: #f2f2f2;
    background: #f2f2f2; }
  /* line 60, _button.scss */
  .co-button_checked,
  .button_checked {
    color: #000; }

/* line 66, _button.scss */
.button_theme_clear .button__text {
  opacity: 0.3; }
/* line 70, _button.scss */
.button_theme_clear.button_checked .button__text, .button_theme_clear:hover .button__text {
  opacity: 1; }

/* line 76, _button.scss */
.button_type_gate {
  line-height: 30px;
  color: #fff;
  background: #212529; }
  /* line 81, _button.scss */
  .button_type_gate:not(:disabled):hover {
    color: #fff;
    background: #000; }

/* line 87, _button.scss */
.button_theme_gate {
  color: #000;
  border: 1px solid #000;
  background: transparent; }
  /* line 92, _button.scss */
  .button_theme_gate:not(:disabled):hover {
    color: #dedede;
    border-color: #dedede; }
  /* line 97, _button.scss */
  .button_theme_gate:not(:disabled):active {
    color: #dedede;
    border-color: #dedede; }

/* line 105, _button.scss */
.button_type_filter.button_action_yes .button__text::after {
  margin-bottom: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }
/* line 114, _button.scss */
.button_type_filter:not(:disabled):hover .button__text {
  color: #dedede; }
/* line 118, _button.scss */
.button_type_filter:not(:disabled):hover .button__text::after {
  border-color: #dedede; }
/* line 124, _button.scss */
.button_type_filter .button__text::after {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  padding: 2px;
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
/* line 137, _button.scss */
.button_type_filter .button__text:hover {
  color: #dedede; }
  /* line 140, _button.scss */
  .button_type_filter .button__text:hover::after {
    border-color: #dedede; }

/* line 147, _button.scss */
button.co-button {
  line-height: 30px;
  color: #fff;
  background: #313131;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  /* line 158, _button.scss */
  button.co-button:not(:disabled):hover {
    color: #fff; }

/* line 165, _button.scss */
.body_view_mobile .button:not(:disabled):hover,
.body_view_mobile .button.button_theme_gate:not(:disabled):hover {
  color: #000;
  border-color: inherit; }

/* line 172, _button.scss */
.button_variant_black {
  color: #fff;
  background: #313131; }
  /* line 177, _button.scss */
  .button_variant_black:hover {
    color: #fff; }

/* line 1, _select.scss */
.select {
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 13, _select.scss */
  .select::after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    padding: 2px;
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* line 1, _checkbox.scss */
.checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  /* line 12, _checkbox.scss */
  .checkbox__control {
    display: none;
    opacity: 0; }
  /* line 17, _checkbox.scss */
  .checkbox__checkmark {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8px;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border: 1px solid #000; }
  /* line 31, _checkbox.scss */
  .checkbox input:checked ~ .checkbox__checkmark {
    border: 1px solid transparent;
    background-color: #dedede; }
  /* line 36, _checkbox.scss */
  .checkbox:hover .checkbox__text {
    color: #dedede; }
  /* line 40, _checkbox.scss */
  .checkbox_size_s .checkbox__checkmark {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }
  /* line 50, _checkbox.scss */
  .checkbox_size_m .checkbox__checkmark {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 15px; }
  /* line 60, _checkbox.scss */
  .checkbox_size_l .checkbox__checkmark {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 15px; }

/* line 71, _checkbox.scss */
.co-input--admitad_uid_order {
  display: none !important; }

/* line 75, _checkbox.scss */
.co-toggable_field-input--checkbox {
  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; }
  /* line 85, _checkbox.scss */
  .co-toggable_field-input--checkbox .co-input-checkbox {
    display: none; }
  /* line 89, _checkbox.scss */
  .co-toggable_field-input--checkbox input:checked ~ span:first-of-type {
    border: 1px solid transparent;
    background-color: #000; }
  /* line 94, _checkbox.scss */
  .co-toggable_field-input--checkbox span:first-of-type {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 1px solid #000; }

/* line 108, _checkbox.scss */
.co-pick_up-map {
  height: 500px; }

/* line 1, _icon.scss */
.icon {
  position: relative;
  display: inline-block; }
  /* line 5, _icon.scss */
  .icon_size_xs {
    width: 8px;
    height: 8px; }
  /* line 10, _icon.scss */
  .icon_size_s {
    width: 12px;
    height: 12px; }
  /* line 15, _icon.scss */
  .icon_size_m {
    width: 16px;
    height: 16px; }
  /* line 22, _icon.scss */
  .icon_size_l {
    width: 24px;
    height: 24px; }
  /* line 27, _icon.scss */
  .icon_size_xl {
    padding: 32px; }
  /* line 31, _icon.scss */
  .icon .icon__svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #000; }

/* line 43, _icon.scss */
.icon_type_cross .icon__svg {
  stroke: #000; }

/*=========================================
  STAR-RATING
=========================================*/
/* line 49, _icon.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 53, _icon.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 59, _icon.scss */
.star-rating {
  display: inline-block;
  *zoom: 1; }

/* line 64, _icon.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 70, _icon.scss */
.star-rating .star-radio {
  display: none; }

/* line 74, _icon.scss */
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 82, _icon.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 89, _icon.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 96, _icon.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

/* line 103, _icon.scss */
.star-rating .star-label:first-child {
  margin-right: 0; }

/* line 107, _icon.scss */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23eee' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 118, _icon.scss */
.star-rating .star-label:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 125, _icon.scss */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 132, _icon.scss */
.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 140, _icon.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

/* line 146, _icon.scss */
.star-rating .star-item:first-child {
  margin-right: 0; }

/* line 150, _icon.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23eee' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 161, _icon.scss */
.star-rating .star-item.active:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 169, _icon.scss */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x32__19_'%3E%3Cg%3E%3Cpolygon points='612,234.167 400.898,201.96 306,0 211.102,201.96 0,234.167 152.713,390.532 116.567,612 306,507.387 495.434,612 459.287,390.532 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 1, _radio.scss */
.radio-group_type_product .not_available_variant .radio__text {
  color: #dedede;
  border-color: #dedede; }

/* line 7, _radio.scss */
.radio-group_type_product .radio {
  margin-right: 10px;
  cursor: pointer; }
  /* line 11, _radio.scss */
  .radio-group_type_product .radio__control {
    display: none; }
  /* line 15, _radio.scss */
  .radio-group_type_product .radio__text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid #000; }
  /* line 25, _radio.scss */
  .radio-group_type_product .radio.is-active .radio__text {
    color: #313131;
    border: 1px solid #dedede;
    background: #dedede; }
  /* line 31, _radio.scss */
  .radio-group_type_product .radio__text:hover {
    color: #dedede;
    border: 1px solid #dedede; }
  /* line 36, _radio.scss */
  .radio-group_type_product .radio_disabled {
    cursor: default;
    border-color: #f2f2f2;
    background: #f2f2f2; }
    /* line 41, _radio.scss */
    .radio-group_type_product .radio_disabled .radio__text {
      color: #7f7f7f;
      border-color: #f2f2f2; }

/* line 1, _paranja.scss */
.paranja {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5); }

/* line 1, _menu.scss */
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  list-style: none; }

/* line 23, _menu.scss */
.menu__content-active a {
  color: red !important; }

/* line 27, _menu.scss */
.menu__item-active {
  color: red !important; }

/* line 31, _menu.scss */
.menu.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 39, _menu.scss */
.menu.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 54, _menu.scss */
.menu.is-drop {
  position: absolute;
  z-index: 1050;
  display: none; }

/* line 60, _menu.scss */
.menu.is-drop.is-hovered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* line 67, _menu.scss */
.menu.is-collapse {
  display: none; }

/* line 71, _menu.scss */
.menu.is-collapse.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* line 78, _menu.scss */
.menu.is-collapse.is-opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* line 85, _menu.scss */
.menu.to-left {
  right: 100%;
  top: 0; }

/* line 90, _menu.scss */
.menu.to-right {
  left: 100%;
  top: 0; }

/* line 95, _menu.scss */
.menu.to-bottom {
  top: 100%;
  left: 0; }

/* line 100, _menu.scss */
.menu.to-bottom-left {
  top: 100%;
  right: 0; }

/* line 105, _menu.scss */
.menu.to-top {
  bottom: 100%;
  left: 0; }

/* line 110, _menu.scss */
.menu.to-top-left {
  bottom: 100%;
  right: 0; }

/* line 115, _menu.scss */
.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative; }
  /* line 130, _menu.scss */
  .menu-item.sidebar__sub-menu-item {
    margin-bottom: 3px; }
  /* line 131, _menu.scss */
  .menu-item_novaya-kollektsiya {
    padding-bottom: 5px; }
  /* line 135, _menu.scss */
  .menu-item_trikotazh {
    padding-bottom: 5px; }
  /* line 139, _menu.scss */
  .menu-item_gift-card {
    padding-bottom: 7px; }
  /* line 144, _menu.scss */
  .menu-item_sale .link.link_theme_gate {
    color: red; }
  /* line 150, _menu.scss */
  .menu-item_samplesale .link.link_theme_gate {
    color: red; }

/* line 156, _menu.scss */
.menu-item-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: inherit; }

/* line 181, _menu.scss */
.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: pointer;
  word-break: break-word;
  white-space: normal; }

/* line 203, _menu.scss */
.menu-icon {
  position: relative;
  color: inherit; }

/* line 208, _menu.scss */
.menu-marker {
  display: block;
  width: 1rem;
  height: 1rem;
  border: none;
  padding: 0;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  color: inherit;
  background-color: transparent;
  cursor: pointer; }

/* line 224, _menu.scss */
.menu-marker:hover, .menu-marker:focus, .menu-marker:active {
  outline: none; }

/* line 228, _menu.scss */
.menu {
  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; }

/* line 1, _tab.scss */
.tab {
  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; }
  /* line 12, _tab.scss */
  .tab__toggle {
    text-align: left; }
  /* line 16, _tab.scss */
  .tab__toggle-inner {
    width: 100%; }

/* line 20, _tab.scss */
.reviews-tabs-head {
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  margin-bottom: 20px; }
  /* line 21, _tab.scss */
  .reviews-tabs-head .item {
    display: inline-block;
    padding: 5px 0;
    margin-right: 15px;
    cursor: pointer; }
    /* line 21, _tab.scss */
    .reviews-tabs-head .item.active {
      font-weight: bold; }

/* line 23, _tab.scss */
.reviews-tabs .review-block {
  display: none; }
  /* line 23, _tab.scss */
  .reviews-tabs .review-block.active {
    display: block; }

/* line 1, _spinner.scss */
.spinner {
  display: none;
  width: 54px; }

/* line 6, _spinner.scss */
.spinner__item {
  background-color: #FFFFFF;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  -moz-animation-name: bounce_circleG;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-border-radius: 15px;
  -webkit-animation-name: bounce_circleG;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-border-radius: 15px;
  -ms-animation-name: bounce_circleG;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-border-radius: 15px;
  -o-animation-name: bounce_circleG;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-border-radius: 15px;
  animation-name: bounce_circleG;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 15px; }

/* line 39, _spinner.scss */
.spinner_1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

/* line 44, _spinner.scss */
.spinner_2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

/* line 49, _spinner.scss */
.spinner_3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #000000; } }
@keyframes bounce_circleG {
  50% {
    background-color: #000000; } }
/* line 1, _list.scss */
.list {
  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;
  width: 100%; }
  /* line 13, _list.scss */
  .list__item {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 60px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 23, _list.scss */
    .list__item:hover {
      opacity: 1; }
  /* line 28, _list.scss */
  .list__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto; }
  /* line 36, _list.scss */
  .list__item-link {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }

/* line 44, _list.scss */
.list_type_cart .list__item {
  min-height: 80px; }

/* line 1, _input.scss */
.co-input-field,
.input {
  position: relative;
  border: 1px solid #999 !important;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  outline: 0 !important;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0 !important; }
  /* line 22, _input.scss */
  .co-input-field:focus,
  .input:focus {
    border: 1px solid #000; }

/* line 27, _input.scss */
body .input:focus {
  border-color: #000 !important;
  box-shadow: none !important; }

/* line 32, _input.scss */
.input[disabled] {
  opacity: .5; }

/* line 36, _input.scss */
.input.input_size_m {
  min-height: 32px;
  padding: 0 10px; }

/* line 41, _input.scss */
.input.input_size_s {
  height: 24px;
  padding: 0 10px; }

/* line 46, _input.scss */
.input.input_size_auto {
  padding: 0 10px; }

/* line 50, _input.scss */
.input.input_theme_gate {
  padding: 0;
  border: none !important;
  border-color: #6B6B6B !important;
  border-bottom: 1px solid !important; }
  /* line 56, _input.scss */
  .input.input_theme_gate:focus {
    border-bottom: 1px solid #000 !important; }

/* line 3, _sidebar.scss */
.body_type_index .sidebar .link.link_theme_gate {
  color: black; }
  /* line 5, _sidebar.scss */
  .body_type_index .sidebar .link.link_theme_gate:hover {
    color: #dedede; }
/* line 10, _sidebar.scss */
.body_type_index .sidebar .sidebar__logo path {
  fill: black; }

/* line 17, _sidebar.scss */
.sidebar {
  position: fixed;
  z-index: 10;
  top: 30px;
  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;
  width: 220px; }
  /* line 32, _sidebar.scss */
  .sidebar_type_index {
    left: 2.5%; }
  /* line 36, _sidebar.scss */
  .sidebar__logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px; }
  /* line 42, _sidebar.scss */
  .sidebar__menu {
    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: 0;
    padding: 0;
    list-style: none; }
  /* line 57, _sidebar.scss */
  .sidebar__menu-item {
    line-height: 1.5; }
  /* line 61, _sidebar.scss */
  .sidebar__sub-menu-link, .sidebar__menu-item-link {
    text-transform: uppercase; }
  /* line 66, _sidebar.scss */
  .sidebar__sub-menu-link.link_active_yes, .sidebar__menu-item-link.link_active_yes {
    font-weight: bold; }
  /* line 71, _sidebar.scss */
  .sidebar__sub-menu {
    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: 3px 0 3px 15px; }

/* line 86, _sidebar.scss */
.sidebar__sub-menu-item [data-menu-link="vybor-nedeli"] {
  color: #ce0013; }
/* line 90, _sidebar.scss */
.sidebar__sub-menu-item > .sidebar__sub-menu {
  display: none; }
/* line 94, _sidebar.scss */
.sidebar__sub-menu-item.is-opened > .sidebar__sub-menu {
  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; }
/* line 106, _sidebar.scss */
.sidebar__sub-menu-item .is-active.sidebar__sub-menu-link {
  font-weight: bold; }

/* line 1, _collection.scss */
.collection {
  overflow-anchor: none; }
  /* line 4, _collection.scss */
  .collection__banner {
    margin-bottom: 30px; }
    /* line 7, _collection.scss */
    .collection__banner-image {
      width: 100%; }
  /* line 12, _collection.scss */
  .collection__products-item {
    margin-bottom: 30px; }
  /* line 16, _collection.scss */
  .collection__products {
    margin-top: 20px; }
  /* line 20, _collection.scss */
  .collection__autoload {
    margin-left: calc(50% - 60px);
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase; }
    /* line 26, _collection.scss */
    .collection__autoload:not(.disabled):hover .collection__autoload-icon {
      border-color: #dedede;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    /* line 33, _collection.scss */
    .collection__autoload:hover {
      color: #dedede;
      border: 1px solid #dedede; }
    /* line 38, _collection.scss */
    .collection__autoload.disabled {
      cursor: pointer; }
      /* line 41, _collection.scss */
      .collection__autoload.disabled .collection__autoload-icon {
        border-color: #adb5bd;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s; }
  /* line 50, _collection.scss */
  .collection__description {
    margin-bottom: 20px; }
  /* line 54, _collection.scss */
  .collection__description-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px; }
  /* line 60, _collection.scss */
  .collection__description-content {
    font-size: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    /* line 66, _collection.scss */
    .collection__description-content > p {
      margin: 0; }
  /* line 71, _collection.scss */
  .collection__pagination {
    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; }
  /* line 86, _collection.scss */
  .collection__autoload-icon {
    display: inline-block;
    padding: 14px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* line 97, _collection.scss */
.catalog-stories {
  border-bottom: 1px solid #adb5bd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }
  /* line 103, _collection.scss */
  .catalog-stories .block-stories .swiper-slide {
    width: 120px !important; }
  /* line 107, _collection.scss */
  .catalog-stories .block-stories .swiper-wrapper {
    margin: 0px auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  /* line 114, _collection.scss */
  .catalog-stories .block-stories .swiper__img {
    display: block;
    height: 120px;
    width: 120px;
    margin: 0 auto; }
  /* line 120, _collection.scss */
  .catalog-stories .block-stories .swiper__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 132, _collection.scss */
  .catalog-stories .block-stories .swiper__title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px; }
  /* line 139, _collection.scss */
  .catalog-stories .block-stories .swiper-button-prev, .catalog-stories .block-stories .swiper-button-next {
    display: none; }
  /* line 142, _collection.scss */
  .catalog-stories .block-stories .swiper-button-prev.swiper-button-disabled, .catalog-stories .block-stories .swiper-button-next.swiper-button-disabled {
    display: none; }

/* line 1, _product-card.scss */
.product-card {
  cursor: pointer; }
  /* line 4, _product-card.scss */
  .product-card__price-old {
    text-decoration: line-through; }
  /* line 9, _product-card.scss */
  .product-card__price-current_sale {
    margin-left: 10px;
    color: #ce0013; }
  /* line 15, _product-card.scss */
  .product-card__badge {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
    color: #000; }
    /* line 24, _product-card.scss */
    .product-card__badge_type_sale {
      color: #ce0013; }
  /* line 29, _product-card.scss */
  .product-card__favorite {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px; }
    /* line 35, _product-card.scss */
    .product-card__favorite svg {
      fill: transparent;
      stroke: #000; }
    /* line 40, _product-card.scss */
    .product-card__favorite_active .icon__svg, .product-card__favorite:hover .icon__svg {
      fill: #dedede;
      stroke: #dedede; }
  /* line 47, _product-card.scss */
  .product-card__photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 133%;
    background: rgba(211, 211, 211, 0.35); }
  /* line 55, _product-card.scss */
  .product-card__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  /* line 64, _product-card.scss */
  .product-card__name, .product-card__price {
    text-align: center;
    text-transform: uppercase; }
  /* line 70, _product-card.scss */
  .product-card__characteristics {
    display: none;
    text-align: center; }
  /* line 75, _product-card.scss */
  .product-card__properties {
    text-transform: uppercase; }
  /* line 79, _product-card.scss */
  .product-card:hover {
    color: #dedede; }

/* line 84, _product-card.scss */
.product-card_type_collection {
  position: relative;
  width: 100%; }
  /* line 88, _product-card.scss */
  .product-card_type_collection:hover {
    color: #dedede; }
    /* line 91, _product-card.scss */
    .product-card_type_collection:hover .product-card__info {
      display: none; }
    /* line 95, _product-card.scss */
    .product-card_type_collection:hover .product-card__characteristics {
      display: block; }

/* line 1, _footer.scss */
.footer {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #adb5bd;
  margin-top: 60px;
  background: #fff;
  z-index: 999; }
  /* line 9, _footer.scss */
  .footer__menu {
    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; }
  /* line 21, _footer.scss */
  .footer__contacts {
    position: absolute;
    top: 50px;
    right: 0; }
  /* line 27, _footer.scss */
  .footer__menu-header {
    font-weight: bold; }
  /* line 31, _footer.scss */
  .footer .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    margin-top: 50px; }

/* line 1, _filters.scss */
.filters {
  position: relative;
  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: 15px;
  border-bottom: 1px solid #adb5bd; }
  /* line 15, _filters.scss */
  .filters__reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px; }
    /* line 26, _filters.scss */
    .filters__reset .button__text::after {
      display: none;
      content: none; }
    /* line 31, _filters.scss */
    .filters__reset .icon {
      margin-left: 5px; }
    /* line 35, _filters.scss */
    .filters__reset:hover .icon .icon__svg {
      stroke: #dedede; }
  /* line 40, _filters.scss */
  .filters__col {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    /* line 54, _filters.scss */
    .filters__col_num_2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  /* line 63, _filters.scss */
  .filters__row {
    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; }
    /* line 74, _filters.scss */
    .filters__row_type_head {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 90, _filters.scss */
  .filters__items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 103, _filters.scss */
  .filters__items-wrapper {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #adb5bd; }
  /* line 109, _filters.scss */
  .filters__item {
    margin: 5px 10px; }
  /* line 113, _filters.scss */
  .filters__item_type_select {
    position: relative;
    padding-right: 10px; }
    /* line 117, _filters.scss */
    .filters__item_type_select select {
      padding-right: 15px;
      margin-right: -10px;
      text-align-last: right; }
    /* line 123, _filters.scss */
    .filters__item_type_select::before {
      position: absolute;
      z-index: -1;
      top: 5px;
      right: 0;
      display: inline-block;
      padding: 2px;
      content: '';
      border: solid #000;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* line 139, _filters.scss */
  .filters__item_name_order {
    margin-right: 0; }
  /* line 143, _filters.scss */
  .filters__item_name_788085 .checkbox {
    width: 20%; }

/* line 148, _filters.scss */
.filters__item .checkbox-group .checkbox {
  margin: 5px 10px; }

/* line 152, _filters.scss */
.filters .radio-group_type_filter .radio {
  cursor: pointer; }
  /* line 156, _filters.scss */
  .filters .radio-group_type_filter .radio:hover .radio__text {
    color: #dedede !important; }
  /* line 161, _filters.scss */
  .filters .radio-group_type_filter .radio .radio__control {
    display: none; }
  /* line 165, _filters.scss */
  .filters .radio-group_type_filter .radio .radio__text {
    color: #adb5bd; }
  /* line 169, _filters.scss */
  .filters .radio-group_type_filter .radio input:checked ~ .radio__text {
    color: #000; }

/* line 1, _pagination.scss */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none; }
  /* line 11, _pagination.scss */
  .pagination__separator {
    margin: 0 3px; }
  /* line 15, _pagination.scss */
  .pagination__link:hover .pagination__icon-arrow-right, .pagination__link:hover .pagination__icon-arrow-left {
    border-color: #dedede;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  /* line 23, _pagination.scss */
  .pagination__icon-arrow-right, .pagination__icon-arrow-left {
    display: inline-block;
    padding: 5px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  /* line 34, _pagination.scss */
  .pagination__icon-arrow-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* line 17, _header.scss */
.body_type_index .header__menu-link.link.link_theme_gate {
  color: black; }
  /* line 19, _header.scss */
  .body_type_index .header__menu-link.link.link_theme_gate:hover {
    color: #dedede; }

/* line 27, _header.scss */
.header {
  position: fixed;
  z-index: 10;
  top: 30px;
  right: calc(2.5% + 15px); }
  /* line 33, _header.scss */
  .header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 41, _header.scss */
  .header__menu-item {
    margin-left: 20px; }
  /* line 45, _header.scss */
  .header__menu-link {
    font-size: 0.9rem;
    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;
    text-transform: uppercase; }
  /* line 58, _header.scss */
  .header .menu-link-counter {
    position: relative;
    left: 3px;
    width: 15px;
    text-align: center; }

/* line 4, _subscription.scss */
.subscription__title {
  font-weight: bold;
  text-align: center; }
/* line 9, _subscription.scss */
.subscription__message {
  display: none;
  margin-top: 12px; }
  /* line 13, _subscription.scss */
  .subscription__message.active {
    display: block; }
/* line 18, _subscription.scss */
.subscription__variant {
  display: flex;
  align-items: center;
  margin-top: 4px; }
/* line 24, _subscription.scss */
.subscription__form {
  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: auto;
  margin-top: 15px; }
  /* line 38, _subscription.scss */
  .subscription__form_type_modal {
    display: flex;
    flex-direction: column !important; }
    /* line 42, _subscription.scss */
    .subscription__form_type_modal .subscription__variants {
      margin: 10px 0;
      display: flex; }
    /* line 47, _subscription.scss */
    .subscription__form_type_modal .subscription__variant {
      margin-right: 20px; }
    /* line 51, _subscription.scss */
    .subscription__form_type_modal .button {
      text-transform: uppercase; }
  /* line 57, _subscription.scss */
  .subscription__form_type_footer .subscription__variants {
    display: flex;
    margin-top: 10px; }
  /* line 61, _subscription.scss */
  .subscription__form_type_footer .subscription__variant {
    margin-right: 20px; }
  /* line 64, _subscription.scss */
  .subscription__form_type_footer .button_theme_gate {
    background: #313131;
    color: #fff; }
    /* line 68, _subscription.scss */
    .subscription__form_type_footer .button_theme_gate:hover {
      color: #fff; }
/* line 76, _subscription.scss */
.subscription .button {
  margin-top: 15px; }
/* line 80, _subscription.scss */
.subscription .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  outline: none; }
/* line 89, _subscription.scss */
.subscription .form__field_name_subscription {
  font-size: 11px;
  margin-top: 15px; }
/* line 94, _subscription.scss */
.subscription .form__field-error {
  text-align: center;
  padding: 8px; }

/* line 100, _subscription.scss */
#subscribe-warning {
  display: none;
  margin-top: 5px; }
  /* line 104, _subscription.scss */
  #subscribe-warning.warning {
    display: block; }

/* line 1, _social-links.scss */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none; }
  /* line 9, _social-links.scss */
  .social-links__item {
    margin-right: 15px; }
  /* line 13, _social-links.scss */
  .social-links__icon-svg:hover {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #dedede; }

/* line 1, _product.scss */
.product {
  margin-top: 20px; }
  /* line 4, _product.scss */
  .product__color-wrap {
    display: flex;
    margin-top: 10px; }
  /* line 10, _product.scss */
  .product__color-item {
    display: block;
    margin-right: 10px;
    margin-bottom: 14px;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede; }
    /* line 21, _product.scss */
    .product__color-item_is-active {
      border-color: #313131;
      order: -1; }
  /* line 28, _product.scss */
  .product__unavailable {
    padding: 6px;
    text-align: center;
    border: 1px solid #999; }
  /* line 34, _product.scss */
  .product__badge {
    position: absolute;
    top: 20px;
    left: 30px; }
    /* line 39, _product.scss */
    .product__badge_type_sale {
      color: #ce0013; }
  /* line 44, _product.scss */
  .product__table-size {
    display: inline-block;
    margin-bottom: 10px; }
  /* line 49, _product.scss */
  .product__price-old {
    margin-right: 10px;
    text-decoration: line-through;
    color: #dee2e6; }
  /* line 55, _product.scss */
  .product__prices {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
  /* line 64, _product.scss */
  .product__price-sale {
    color: #ce0013; }
  /* line 68, _product.scss */
  .product__gallery-wrapper {
    position: relative;
    padding-bottom: 20px; }
  /* line 73, _product.scss */
  .product__favorite {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer; }
    /* line 79, _product.scss */
    .product__favorite .icon__svg {
      fill: transparent;
      stroke: #000; }
    /* line 84, _product.scss */
    .product__favorite:hover .icon__svg {
      fill: #dedede;
      stroke: #dedede; }
  /* line 90, _product.scss */
  .product__favorite_active .icon__svg {
    fill: #dedede;
    stroke: #dedede; }
  /* line 95, _product.scss */
  .product__title {
    font-size: 1.3rem;
    margin-bottom: 5px;
    text-transform: uppercase; }
  /* line 101, _product.scss */
  .product__gallery-item:not(:last-child) {
    margin-bottom: 24px; }
  /* line 104, _product.scss */
  .product__gallery-item:not(:first-child) {
    margin-top: 24px; }
  /* line 108, _product.scss */
  .product__gallery {
    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; }
  /* line 120, _product.scss */
  .product__gallery-image {
    width: 100%; }
  /* line 124, _product.scss */
  .product__gallery-img_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
  /* line 131, _product.scss */
  .product__option-selectors {
    margin: 35px 0; }
  /* line 135, _product.scss */
  .product__control-label {
    font-size: 1rem;
    text-transform: uppercase; }
  /* line 140, _product.scss */
  .product__control {
    margin-bottom: 15px; }
    /* line 143, _product.scss */
    .product__control .option-value {
      margin-bottom: 14px; }
    /* line 147, _product.scss */
    .product__control .radio-group_type_product {
      margin-top: 10px; }
  /* line 152, _product.scss */
  .product__info {
    position: static;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: -5px; }
  /* line 160, _product.scss */
  .product__tel .link:hover .icon__svg {
    fill: #dedede; }

/* line 166, _product.scss */
.product__control__color__label {
  font-size: 1rem;
  text-transform: uppercase; }
/* line 170, _product.scss */
.product__control__color__values {
  margin-top: 10px; }
/* line 173, _product.scss */
.product__control__color__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #ced4da;
  margin: 0 5px 0 0;
  cursor: pointer; }
  /* line 181, _product.scss */
  .product__control__color__item.active {
    border: 1px solid #dedede; }

/* line 187, _product.scss */
.product_size-empty {
  margin-top: -15px;
  color: #b11818;
  display: none;
  height: 0;
  opacity: 0;
  transition: .5s;
  overflow: hidden; }
  /* line 196, _product.scss */
  .product_size-empty_active {
    display: block;
    height: auto;
    opacity: 1;
    transition: .5s; }

/* line 203, _product.scss */
.product__button, .product__button-available {
  text-transform: uppercase; }

/* line 207, _product.scss */
.product__button-available {
  height: 32px; }

/* line 210, _product.scss */
.product__button-available .button__text {
  line-height: 32px; }

/* line 215, _product.scss */
.product__control_type_cvet .radio__text {
  display: none; }
/* line 219, _product.scss */
.product__control_type_cvet .radio__checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #ced4da; }
  /* line 226, _product.scss */
  .product__control_type_cvet .radio__checkmark:hover {
    border: 1px solid #dedede; }
/* line 231, _product.scss */
.product__control_type_cvet input:checked ~ .radio__checkmark {
  border: 1px solid #dedede; }

/* line 236, _product.scss */
.tab.tab_type_product {
  margin: 35px 0; }
  /* line 239, _product.scss */
  .tab.tab_type_product .tab__toggle-inner {
    display: flex;
    line-height: 35px;
    position: absolute;
    height: 100%; }
  /* line 246, _product.scss */
  .tab.tab_type_product .tab__toggle:hover, .tab.tab_type_product .tab__toggle:hover::after {
    color: #dedede; }
  /* line 251, _product.scss */
  .tab.tab_type_product .tab__toggle {
    position: relative;
    font-size: 12px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 35px;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 274, _product.scss */
    .tab.tab_type_product .tab__toggle:active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    /* line 280, _product.scss */
    .tab.tab_type_product .tab__toggle:last-of-type {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 284, _product.scss */
    .tab.tab_type_product .tab__toggle::after {
      position: absolute;
      top: 9px;
      right: 0;
      z-index: -1;
      content: '+'; }
    /* line 292, _product.scss */
    .tab.tab_type_product .tab__toggle.open {
      border-bottom: none; }
      /* line 295, _product.scss */
      .tab.tab_type_product .tab__toggle.open::after {
        content: '-'; }
  /* line 301, _product.scss */
  .tab.tab_type_product .tab__content {
    display: none;
    padding-bottom: 5px; }

/* line 308, _product.scss */
.bundle {
  padding-bottom: 20px;
  padding-top: 10px; }
  /* line 314, _product.scss */
  .bundle-item {
    padding-bottom: 20px; }
  /* line 318, _product.scss */
  .bundle-img img {
    width: 100%; }
  /* line 322, _product.scss */
  .bundle-name {
    padding: 5px 0;
    font-weight: 600; }
  /* line 329, _product.scss */
  .bundle-discount {
    font-weight: 700; }

/* line 335, _product.scss */
#pnn_iframe {
  height: 480px; }

/* Слайдеро товаров */
/* line 340, _product.scss */
.product-slider {
  padding-top: 40px; }
  /* line 343, _product.scss */
  .product-slider-heading-wrapper {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 14px; }
  /* line 352, _product.scss */
  .product-slider.is-product-page {
    padding-top: 20px; }
    /* line 354, _product.scss */
    .product-slider.is-product-page .product-slider-heading-wrapper {
      text-align: left;
      font-size: 12px;
      font-weight: 600; }
    /* line 359, _product.scss */
    .product-slider.is-product-page .swiper-container {
      border-top: 1px solid #adb5bd;
      padding-top: 10px; }

@media (min-width: 1200px) {
  /* line 368, _product.scss */
  .product__gallery-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%; } }
@media (min-width: 1400px) {
  /* line 377, _product.scss */
  .product__gallery-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%; } }
@media (min-width: 1900px) {
  /* line 386, _product.scss */
  .product__gallery-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%; } }
/* line 1, _breadcrumb.scss */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 13, _breadcrumb.scss */
  .breadcrumb__item {
    text-transform: uppercase;
    margin-left: 3px; }
    /* line 17, _breadcrumb.scss */
    .breadcrumb__item:first-child {
      margin-left: 0; }
    /* line 21, _breadcrumb.scss */
    .breadcrumb__item:not(:last-child)::after {
      display: inline-block;
      margin: 0 2px;
      content: '/';
      color: #adb5bd; }
  /* line 29, _breadcrumb.scss */
  .breadcrumb__link {
    color: #adb5bd; }

/* line 3, _favorites.scss */
.favorites .product-card_type_favorites .product-card__favorite {
  top: 15px;
  right: 30px; }
/* line 8, _favorites.scss */
.favorites .product-card_type_favorites .product-card__price, .favorites .product-card_type_favorites .product-card__name {
  font-size: 12px; }
/* line 14, _favorites.scss */
.favorites__button {
  margin-left: 8px;
  /* stylelint-disable-next-line */
  max-width: 556px !important;
  height: 34px;
  line-height: 24px;
  text-transform: uppercase; }
/* line 27, _favorites.scss */
.favorites__message {
  max-width: 630px; }
/* line 31, _favorites.scss */
.favorites__empty {
  max-width: 960px; }
/* line 35, _favorites.scss */
.favorites__slider {
  margin-left: -4px;
  width: 100%; }
  /* line 40, _favorites.scss */
  .favorites__slider .product-slider {
    padding-top: 4px; }
/* line 46, _favorites.scss */
.favorites__empty.hidden {
  height: 0;
  padding: 0;
  overflow: hidden; }
/* line 53, _favorites.scss */
.favorites__list-item {
  margin-bottom: 2rem; }

/* line 58, _favorites.scss */
.favorites-popup__empty-text {
  font-size: 12px; }

/* line 1, _popup.scss */
.popup {
  z-index: 20; }
  /* line 4, _popup.scss */
  .popup__spinner {
    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: 50px 0; }
  /* line 20, _popup.scss */
  .popup .spinner {
    position: relative;
    display: block; }

/* line 26, _popup.scss */
.popup.popup_view_menu {
  width: 300px;
  padding: 20px;
  border: 1px solid #e9ecef;
  background: #fff; }

/* line 33, _popup.scss */
.popup.popup_type_cart {
  z-index: 999;
  width: 360px; }

/* line 40, _popup.scss */
.favorites-popup__row {
  margin: 0 -5px 10px -5px; }
/* line 44, _popup.scss */
.favorites-popup__list-item {
  padding-right: 5px;
  padding-left: 5px; }

/* line 52, _popup.scss */
.cart-popup__button:active {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

/* line 3, _cart.scss */
.section_type_cart {
  padding-bottom: 400px; }
  @media (max-width: 767.98px) {
    /* line 3, _cart.scss */
    .section_type_cart {
      padding-bottom: 180px; } }

/* line 11, _cart.scss */
.js-cart-empty {
  margin-top: 20px; }

/* line 15, _cart.scss */
.cart_continue_shopping_btn {
  display: block;
  background: #313131;
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  max-width: 250px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase; }
  /* line 25, _cart.scss */
  .cart_continue_shopping_btn:hover {
    opacity: 0.8;
    color: #fff; }

/* line 32, _cart.scss */
.cart .discount-wrapper {
  margin-bottom: 15px; }
/* line 36, _cart.scss */
.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px; }
/* line 44, _cart.scss */
.cart .is-count-down, .cart .is-count-up {
  width: 10px; }
/* line 49, _cart.scss */
.cart-item__img {
  width: 100%; }
/* line 53, _cart.scss */
.cart-item__icon-delete {
  width: 12px; }
/* line 57, _cart.scss */
.cart-item-price, .cart-item-caption, .cart-item-image-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px; }
/* line 67, _cart.scss */
.cart-item-price, .cart-item-caption {
  padding-top: 20px; }
/* line 72, _cart.scss */
.cart-item-caption {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 20px;
  padding-top: 20px; }
/* line 81, _cart.scss */
.cart-item-delete {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 20px;
  text-align: center; }
/* line 90, _cart.scss */
.cart-item-counter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  padding-top: 20px; }
  /* line 98, _cart.scss */
  .cart-item-counter .counter-input {
    width: 20px;
    text-align: center;
    border: none;
    outline: none; }
/* line 106, _cart.scss */
.cart__order {
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #dee2e6; }
/* line 113, _cart.scss */
.cart__order-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px 0; }
/* line 121, _cart.scss */
.cart__order-info {
  background: #252525;
  font-family: Helvetica;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  padding: 8px;
  margin-bottom: 15px; }
/* line 133, _cart.scss */
.cart__order-price-title {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }
/* line 140, _cart.scss */
.cart-total {
  text-align: right;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 149, _cart.scss */
.cart-footer {
  border-left: 1px solid #dee2e6; }
/* line 153, _cart.scss */
.cart .is-total-price {
  line-height: 24px; }
/* line 158, _cart.scss */
.cart__discount-wrapper {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #eee; }

/* line 166, _cart.scss */
.cart__list-header {
  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: 15px 0;
  border-bottom: 1px solid #dee2e6; }
/* line 179, _cart.scss */
.cart__list-header-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  /* line 185, _cart.scss */
  .cart__list-header-col:not(:last-child) {
    margin-right: 20px; }
  /* line 189, _cart.scss */
  .cart__list-header-col:nth-child(2) {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }

@media (max-width: 767.98px) {
  /* line 199, _cart.scss */
  .cart {
    font-size: 14px; }
    /* line 202, _cart.scss */
    .cart-footer {
      margin-top: 50px;
      border: none; }
    /* line 208, _cart.scss */
    .cart .item-title {
      font-size: 16px; }
    /* line 212, _cart.scss */
    .cart-item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 30px; }
    /* line 220, _cart.scss */
    .cart-item-caption {
      padding-left: 20px; }
    /* line 224, _cart.scss */
    .cart-item-caption {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 100px);
      -ms-flex: 0 0 calc(100% - 100px);
      flex: 0 0 calc(100% - 100px);
      margin-right: 0;
      padding-top: 0; }
    /* line 233, _cart.scss */
    .cart-item-image-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      margin-right: 0;
      padding-top: 0; }
    /* line 242, _cart.scss */
    .cart-item-price, .cart-item-delete, .cart-item-counter {
      margin: 15px 0 0 0; }
    /* line 253, _cart.scss */
    .cart-item-price:before, .cart-item-delete:before, .cart-item-counter:before, .cart-item-caption:before, .cart-item-image-wrapper:before {
      display: block;
      content: attr(data-title);
      margin-bottom: 15px;
      font-size: 13px;
      color: #555555; }
    /* line 263, _cart.scss */
    .cart-item-counter .counter-input {
      width: calc(100% - 65px);
      color: #000; }
    /* line 269, _cart.scss */
    .cart-item-price {
      text-align: center; }
    /* line 274, _cart.scss */
    .cart__promocod-title {
      display: block;
      margin: 0 0 10px; }
    /* line 279, _cart.scss */
    .cart__discount-wrapper {
      margin-bottom: 0; } }
/* line 286, _cart.scss */
.cart__promocod-title {
  margin-right: 10px; }
/* line 290, _cart.scss */
.cart .discounts-notice {
  margin-top: 10px; }
  /* line 293, _cart.scss */
  .cart .discounts-notice.is-error {
    color: #EB5568; }

/* line 298, _cart.scss */
.cart_nabor {
  border: 2px solid #000;
  margin-bottom: 30px; }
  /* line 299, _cart.scss */
  .cart_nabor_title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0; }
  /* line 300, _cart.scss */
  .cart_nabor img {
    max-height: 100px;
    width: auto; }

/* line 2, _discount-form.scss */
.discount-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 13, _discount-form.scss */
  .discount-row:not(:first-child) {
    margin-bottom: 10px; }
/* line 18, _discount-form.scss */
.discount-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 25, _discount-form.scss */
.discount-description {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }
/* line 32, _discount-form.scss */
.discount-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 39, _discount-form.scss */
.js-clear-discount {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 9;
  cursor: pointer; }

/* line 2, _swiper.scss */
.swiper__image {
  width: 100%;
  height: auto; }
/* line 7, _swiper.scss */
.swiper__image_type_cover {
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 14, _swiper.scss */
.swiper_type_main {
  margin-bottom: 40px; }

/* line 19, _swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

/* line 28, _swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 31, _swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

/* line 55, _swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

/* line 60, _swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 65, _swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 71, _swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

/* line 84, _swiper.scss */
.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
/* line 88, _swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 92, _swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
/* line 104, _swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

/* line 108, _swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 118, _swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 130, _swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

/* line 136, _swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

/* line 142, _swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

/* line 148, _swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
/* line 155, _swiper.scss */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 160, _swiper.scss */
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* line 165, _swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 24px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 180, _swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

/* line 186, _swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDI2TDIgMTRMMTQgMiIgc3Ryb2tlPSIjMzEzMTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
  left: 10px;
  right: auto; }

/* line 192, _swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNCAxNEwyIDI2IiBzdHJva2U9IiMzMTMxMzEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  right: 10px;
  left: auto; }

/* line 198, _swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* line 202, _swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* line 206, _swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* line 210, _swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* line 214, _swiper.scss */
.swiper-button-lock {
  display: none; }

/* line 217, _swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 227, _swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
/* line 231, _swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
/* line 239, _swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 243, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

/* line 249, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 254, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 259, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 264, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 269, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 274, _swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 279, _swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }
  /* line 288, _swiper.scss */
  .swiper-pagination-bullet:first-child:last-child {
    display: none; }

/* line 292, _swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 302, _swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 305, _swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000; }

/* line 309, _swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

/* line 315, _swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

/* line 319, _swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

/* line 326, _swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

/* line 334, _swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

/* line 337, _swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 344, _swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

/* line 351, _swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
/* line 359, _swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 363, _swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

/* line 377, _swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

/* line 382, _swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 389, _swiper.scss */
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 396, _swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

/* line 399, _swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

/* line 402, _swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

/* line 405, _swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

/* line 408, _swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

/* line 411, _swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* line 414, _swiper.scss */
.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
/* line 418, _swiper.scss */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 425, _swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 433, _swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

/* line 451, _swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 454, _swiper.scss */
.swiper-scrollbar-lock {
  display: none; }

/* line 457, _swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

/* line 474, _swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 482, _swiper.scss */
.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
/* line 486, _swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

/* line 501, _swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 512, _swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
/* line 528, _swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 536, _swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 541, _swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

/* line 547, _swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 550, _swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 554, _swiper.scss */
.swiper-container-cube {
  overflow: visible; }

/* line 557, _swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 569, _swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 572, _swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

/* line 577, _swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 581, _swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* line 588, _swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 596, _swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* line 608, _swiper.scss */
.swiper-container-flip {
  overflow: visible; }

/* line 611, _swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 617, _swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 620, _swiper.scss */
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 624, _swiper.scss */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 632, _swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* line 638, _swiper.scss */
.swiper_type_main .swiper__inner-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 656, _swiper.scss */
.swiper_type_main .swiper-button-prev {
  display: none; }

/* line 1, _storygrid.scss */
.storygrid {
  margin: 30px auto;
  padding: 0; }
  /* line 5, _storygrid.scss */
  .storygrid__row {
    margin: 0 0 30px; }
  /* line 9, _storygrid.scss */
  .storygrid__col {
    padding: 0; }
  /* line 13, _storygrid.scss */
  .storygrid__item-img {
    width: 100%;
    height: auto; }
  /* line 18, _storygrid.scss */
  .storygrid__item-title {
    font-size: 14px;
    margin: 0;
    margin-top: 0.5rem; }

/* line 2, _edit-subscriptions.scss */
.edit-subscriptions__form-content {
  display: flex;
  flex-direction: column;
  padding: 10px 0; }
/* line 8, _edit-subscriptions.scss */
.edit-subscriptions__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 10px; }
/* line 16, _edit-subscriptions.scss */
.edit-subscriptions__btn {
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px; }
/* line 23, _edit-subscriptions.scss */
.edit-subscriptions__error.hidden {
  display: none; }
/* line 29, _edit-subscriptions.scss */
.edit-subscriptions__result.hidden {
  display: none; }
/* line 33, _edit-subscriptions.scss */
.edit-subscriptions__result.error {
  color: red; }
/* line 37, _edit-subscriptions.scss */
.edit-subscriptions__result.success {
  color: green; }

/* line 43, _edit-subscriptions.scss */
.page__content_edit-subscription {
  max-width: 480px; }

/* line 48, _edit-subscriptions.scss */
.edit-subscriptions-input:not(:last-child) {
  margin-bottom: 10px; }
/* line 52, _edit-subscriptions.scss */
.edit-subscriptions-input__header {
  padding: 0 !important; }
/* line 56, _edit-subscriptions.scss */
.edit-subscriptions-input__checkbox-title-header {
  text-transform: uppercase; }

/* line 62, _edit-subscriptions.scss */
.edit-subscription-page__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000; }
/* line 69, _edit-subscriptions.scss */
.edit-subscription-page__content {
  max-width: 480px; }
/* line 73, _edit-subscriptions.scss */
.edit-subscription-page__empty {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px; }

/* line 2, _checkbox-input.scss */
.checkbox-input__input {
  display: none; }
  /* line 6, _checkbox-input.scss */
  .checkbox-input__input:checked + .checkbox-input__title:before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    background: #313131; }
/* line 23, _checkbox-input.scss */
.checkbox-input__title {
  position: relative;
  padding-left: 19px; }
  /* line 27, _checkbox-input.scss */
  .checkbox-input__title:after {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    border: 1px solid #313131; }

/* line 4, _input-images.scss */
.input-images__wrap label {
  width: 100%; }
/* line 9, _input-images.scss */
.input-images__button {
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: relative;
  width: 100%;
  height: 34px;
  border: 1px solid #000000; }
  /* line 23, _input-images.scss */
  .input-images__button span {
    margin-right: 6px; }
    /* line 26, _input-images.scss */
    .input-images__button span svg {
      display: block; }
/* line 32, _input-images.scss */
.input-images__images {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto; }
/* line 40, _input-images.scss */
.input-images__button-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #BDBDBD; }
/* line 49, _input-images.scss */
.input-images__images {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
/* line 55, _input-images.scss */
.input-images__img {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-right: 16px; }
  /* line 64, _input-images.scss */
  .input-images__img img {
    display: block;
    width: 21px !important;
    height: 21px !important;
    border: 1px solid #313131; }
/* line 72, _input-images.scss */
.input-images__remove {
  position: absolute;
  top: 0;
  right: 0;
  /* stylelint-disable-next-line */ }
  /* line 78, _input-images.scss */
  .input-images__remove * {
    pointer-events: none; }

/* line 2, _blog.scss */
.blog__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 17, _blog.scss */
.blog__menu-item {
  margin: 0 10px;
  text-transform: uppercase; }
/* line 22, _blog.scss */
.blog__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 28, _blog.scss */
.blog img {
  max-width: 100%;
  height: auto; }
/* line 32, _blog.scss */
.blog iframe {
  max-width: 100%; }

/* line 1, _blog-shooting.scss */
.blog__menu_type_shooting {
  position: fixed;
  z-index: 5;
  top: 30px;
  right: 0;
  left: 0;
  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;
  width: 100%;
  margin-bottom: 20px; }

/* line 20, _blog-shooting.scss */
.blog-shooting__preview-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;
  width: 100%;
  text-align: center; }
/* line 35, _blog-shooting.scss */
.blog-shooting__preview-item-link {
  margin-bottom: 10px; }
/* line 39, _blog-shooting.scss */
.blog-shooting__preview-item-type {
  font-weight: normal;
  margin: 0; }
/* line 44, _blog-shooting.scss */
.blog-shooting__preview-item-title {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase; }
/* line 51, _blog-shooting.scss */
.blog-shooting__preview-item-img {
  width: 100%;
  height: auto; }

/* line 58, _blog-shooting.scss */
.blog-shooting__col:nth-child(4n+3) {
  padding: 50px 100px 0 50px; }
/* line 62, _blog-shooting.scss */
.blog-shooting__col:nth-child(4n+2) {
  padding: 50px 70px 0; }
/* line 66, _blog-shooting.scss */
.blog-shooting__col:nth-child(4n+1) {
  padding: 0 50px 0 0; }
/* line 70, _blog-shooting.scss */
.blog-shooting__col:nth-child(4n) {
  padding: 0 0 0 50px; }
/* line 74, _blog-shooting.scss */
.blog-shooting__col:nth-child(odd) {
  clear: both; }
@media (max-width: 767.98px) {
  /* line 57, _blog-shooting.scss */
  .blog-shooting__col {
    padding: 0 12px !important; } }

/* line 2, _article.scss */
.article img {
  width: 100%;
  height: auto; }
/* line 7, _article.scss */
.article p {
  margin: 1rem 0; }
/* line 11, _article.scss */
.article__col {
  padding-bottom: 30px; }

/* line 2, _blog-jurnal.scss */
.blog-jurnal__col {
  margin-bottom: 30px; }
/* line 6, _blog-jurnal.scss */
.blog-jurnal__preview-item-img {
  width: 70%;
  height: auto; }

/* line 1, _modal.scss */
.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%; }
  /* line 10, _modal.scss */
  .modal_theme_gate {
    background: rgba(249, 249, 249, 0.7); }
  /* line 14, _modal.scss */
  .modal__table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center; }
  /* line 21, _modal.scss */
  .modal__cell {
    display: table-cell;
    vertical-align: middle; }
  /* line 26, _modal.scss */
  .modal__content {
    position: relative;
    display: inline-block;
    margin: 5px;
    text-align: left;
    word-wrap: break-word; }
  /* line 34, _modal.scss */
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

/* line 44, _modal.scss */
.subscription-modal {
  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;
  width: 432px; }
  /* line 56, _modal.scss */
  .subscription-modal .subscription__title {
    display: none; }
  /* line 60, _modal.scss */
  .subscription-modal__image {
    width: 100%;
    height: auto; }
  /* line 65, _modal.scss */
  .subscription-modal__top {
    background: #c5bcbc; }
  /* line 69, _modal.scss */
  .subscription-modal__bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 37px 70px 25px 70px;
    background: #fff; }
  /* line 76, _modal.scss */
  .subscription-modal__title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 21px;
    text-align: center;
    text-transform: uppercase; }
  /* line 84, _modal.scss */
  .subscription-modal__shadow {
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
    color: #9A9494; }
  /* line 91, _modal.scss */
  .subscription-modal__sub-title {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 29px; }
  /* line 98, _modal.scss */
  .subscription-modal .subscription .form__field_name_subscription {
    margin-top: 19px;
    margin-left: 6px;
    font-size: 8px; }
    /* line 103, _modal.scss */
    .subscription-modal .subscription .form__field_name_subscription .checkbox__checkmark {
      margin-right: 7px; }
  /* line 108, _modal.scss */
  .subscription-modal .subscription .form__field-error {
    padding: 0; }
  /* line 112, _modal.scss */
  .subscription-modal .subscription .button {
    margin-top: 18px;
    margin-right: 3px;
    margin-left: 3px; }
  /* line 118, _modal.scss */
  .subscription-modal__lang {
    color: #007bff; }

/* line 123, _modal.scss */
.modal_type_subscribe {
  background: #ffffff;
  bottom: 10px;
  left: 10px;
  position: fixed;
  border: 1px solid #777;
  width: 100%;
  max-width: 500px;
  height: auto;
  top: inherit; }
  /* line 138, _modal.scss */
  .modal_type_subscribe .subscribe-modal {
    max-width: 500px;
    width: 100%;
    padding: 40px;
    background: #fff; }
    /* line 144, _modal.scss */
    .modal_type_subscribe .subscribe-modal .subscription .input {
      border: none;
      border-bottom: 1px solid #5d5d5d; }
    /* line 148, _modal.scss */
    .modal_type_subscribe .subscribe-modal .subscription__title {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      text-align: left;
      line-height: 27px;
      padding-bottom: 40px; }
    /* line 156, _modal.scss */
    .modal_type_subscribe .subscribe-modal .subscription__form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    /* line 166, _modal.scss */
    .modal_type_subscribe .subscribe-modal .subscription .button {
      margin-top: 0;
      background: #000;
      color: #fff; }
      /* line 170, _modal.scss */
      .modal_type_subscribe .subscribe-modal .subscription .button:hover {
        opacity: 0.8;
        outline: none; }
    /* line 175, _modal.scss */
    .modal_type_subscribe .subscribe-modal .subscription .form__field_name_subscription {
      font-size: 9px;
      margin-top: 5px; }

/* line 183, _modal.scss */
.pnn_popup {
  top: 50% !important;
  max-height: 480px;
  height: 90%; }
  /* line 187, _modal.scss */
  .pnn_popup #pnn_iframe {
    height: 100% !important; }

/* line 192, _modal.scss */
.table-size-modal {
  min-width: 500px;
  padding: 20px;
  background: #fff; }
  /* line 197, _modal.scss */
  .table-size-modal table {
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase; }
    /* line 202, _modal.scss */
    .table-size-modal table:last-of-type {
      margin-bottom: 0; }
    /* line 206, _modal.scss */
    .table-size-modal table > thead {
      border: none;
      text-align: center; }
      /* line 210, _modal.scss */
      .table-size-modal table > thead > tr > th {
        width: 50px;
        padding: 5px 0;
        font-size: .85rem;
        font-weight: 600;
        border: 1px solid #d0d0d0;
        line-height: 1.1; }
    /* line 220, _modal.scss */
    .table-size-modal table > tbody > tr > td {
      text-align: center;
      padding: 5px 0;
      font-size: .85rem;
      border: 1px solid #d0d0d0; }

/* line 1, _alertify.scss */
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none; }

/* line 6, _alertify.scss */
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important; }

/* line 15, _alertify.scss */
.ajs-no-selection, .ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 22, _alertify.scss */
.alertify {
  /*  &.ajs-maximized {    .ajs-dialog {      width: 100% !important;      height: 100% !important;      max-width: none !important;      max-height: 100% !important;      margin: 0 auto !important;      top: 0 !important;      left: 0 !important;    }  }  */
  /*  &.ajs-movable {    .ajs-header {      cursor: move;    }  }  */
  /*  &.ajs-no-padding {    .ajs-body {      padding-left: 0;      padding-right: 0;    }  }  */
  /*  &.ajs-no-overflow {    .ajs-body {      overflow: hidden !important;    }  }  */ }

/* line 29, _alertify.scss */
.ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 1; }

/* line 42, _alertify.scss */
.ajs-hidden .ajs-dimmer {
  visibility: hidden;
  opacity: 0; }

/* line 47, _alertify.scss */
.ajs-modeless .ajs-dimmer {
  display: none; }

/* line 51, _alertify.scss */
.ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
  min-width: 320px; }

/* line 63, _alertify.scss */
.ajs-maximized .ajs-modal {
  margin: 0 !important;
  position: fixed !important; }

/* line 68, _alertify.scss */
.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0; }

/* line 73, _alertify.scss */
.ajs-modeless .ajs-modal {
  position: fixed;
  min-height: 100%;
  max-height: none;
  margin: 0; }

/* line 80, _alertify.scss */
.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute; }

/* line 84, _alertify.scss */
.ajs-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 2rem auto;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  outline: 0;
  background-color: #fff; }

@media (max-width: 640px) {
  /* line 104, _alertify.scss */
  .ajs-dialog {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important; } }
/* line 114, _alertify.scss */
.ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1; }

/* line 125, _alertify.scss */
.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important; }

/* line 135, _alertify.scss */
.ajs-panel {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  outline: 0;
  background-color: #fff; }

/* line 153, _alertify.scss */
.ajs-panel.at-left-position {
  width: 270px;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 160, _alertify.scss */
.ajs-panel.at-right-position {
  width: 270px;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 167, _alertify.scss */
.ajs-panel.at-top-position {
  top: 0;
  left: 0;
  right: 0; }

/* line 173, _alertify.scss */
.ajs-panel.at-bottom-position {
  right: 0;
  left: 0;
  bottom: 0; }

/* line 179, _alertify.scss */
.ajs-panel .ajs-body {
  min-height: 0;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-y: auto !important; }

/* line 187, _alertify.scss */
.ajs-panel .ajs-close {
  display: none !important; }

/* line 191, _alertify.scss */
.ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important; }

/* line 199, _alertify.scss */
.ajs-modeless .ajs-reset {
  display: none; }

/* line 203, _alertify.scss */
.ajs-commands {
  position: absolute;
  right: 0;
  z-index: 2; }

/* line 209, _alertify.scss */
.ajs-commands button {
  display: none;
  border: none;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

/* line 220, _alertify.scss */
.ajs-close {
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC\"); }

/* line 224, _alertify.scss */
.ajs-closable .ajs-close {
  display: inline-block; }

/* line 228, _alertify.scss */
.ajs-maximize {
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC\"); }

/* line 232, _alertify.scss */
.ajs-maximizable .ajs-maximize {
  display: inline-block; }

/* line 236, _alertify.scss */
.ajs-maximized .ajs-maximize {
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=\"); }

/* line 240, _alertify.scss */
.ajs-pin {
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC\"); }

/* line 244, _alertify.scss */
.ajs-pinnable .ajs-pin {
  display: inline-block; }

/* line 248, _alertify.scss */
.ajs-unpinned .ajs-pin {
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=\"); }

/* line 252, _alertify.scss */
.ajs-button {
  padding: 0.4rem;
  border: none;
  margin: 0.4rem;
  background-color: transparent;
  cursor: pointer; }

/* line 260, _alertify.scss */
.ajs-primary {
  margin: -0.4rem;
  text-align: right; }

/* line 265, _alertify.scss */
.ajs-auxiliary {
  margin: -0.4rem;
  float: left;
  text-align: left; }

/* line 271, _alertify.scss */
.ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==\");
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize; }

/* line 286, _alertify.scss */
.ajs-resizable .ajs-handle {
  display: block; }

/* line 290, _alertify.scss */
.ajs-header {
  padding: 1rem;
  margin-bottom: 1rem;
  margin-right: 6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 2rem;
  font-size: 1.6rem; }

/* line 302, _alertify.scss */
.ajs-movable .ajs-header {
  cursor: move; }

/* line 306, _alertify.scss */
.ajs-frameless .ajs-header {
  display: none; }

/* line 310, _alertify.scss */
.destroyiOS {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed; }

/* line 317, _alertify.scss */
.ajs-body {
  min-height: 10rem;
  padding: 0 1rem;
  margin: 1rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden; }

/* line 329, _alertify.scss */
.ajs-no-padding .ajs-body {
  padding-left: 0;
  padding-right: 0; }

/* line 334, _alertify.scss */
.ajs-no-overflow .ajs-body {
  overflow: hidden; }

/* line 338, _alertify.scss */
.ajs-frameless .ajs-body {
  margin-top: 2rem; }

/* line 342, _alertify.scss */
.ajs-footer {
  padding: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 350, _alertify.scss */
.ajs-frameless .ajs-footer {
  display: none; }

/* line 354, _alertify.scss */
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982; }

@media (max-width: 480px) {
  /* line 362, _alertify.scss */
  .alertify-notifier {
    width: 100%; } }
/* line 367, _alertify.scss */
.alertify-notifier.ajs-top {
  top: 10px; }

/* line 371, _alertify.scss */
.alertify-notifier.ajs-bottom {
  bottom: 10px; }

/* line 375, _alertify.scss */
.alertify-notifier.ajs-right {
  right: 10px; }

@media (max-width: 480px) {
  /* line 380, _alertify.scss */
  .alertify-notifier.ajs-right {
    right: 0px; } }
/* line 385, _alertify.scss */
.alertify-notifier.ajs-right .ajs-message {
  right: -320px; }

/* line 389, _alertify.scss */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px; }

@media (max-width: 480px) {
  /* line 394, _alertify.scss */
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 10px;
    left: 10px;
    width: calc(100% - 20px); } }
/* line 401, _alertify.scss */
.alertify-notifier.ajs-left {
  left: 10px; }

@media (max-width: 480px) {
  /* line 406, _alertify.scss */
  .alertify-notifier.ajs-left {
    left: 0px; } }
/* line 411, _alertify.scss */
.alertify-notifier.ajs-left .ajs-message {
  left: -300px; }

/* line 415, _alertify.scss */
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0; }

@media (max-width: 480px) {
  /* line 420, _alertify.scss */
  .alertify-notifier.ajs-left .ajs-message.ajs-visible {
    right: 10px;
    left: 10px;
    width: calc(100% - 20px); } }
/* line 427, _alertify.scss */
.ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0; }

/* line 436, _alertify.scss */
.ajs-message.ajs-visible {
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px; }

/* line 443, _alertify.scss */
.ajs-message.ajs-success {
  background: rgba(3, 6, 4, 0.95);
  color: #fff; }

/* line 448, _alertify.scss */
.ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95); }

/* line 452, _alertify.scss */
.ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95); }

/* line 456, _alertify.scss */
.ajs-message.ajs-info {
  background: rgba(91, 189, 114, 0.95); }

/* line 5, _gallery.scss */
.gallery {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fff; }
  /* line 18, _gallery.scss */
  .gallery__image {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  /* line 26, _gallery.scss */
  .gallery__close {
    position: fixed;
    top: 40px;
    right: 40px;
    cursor: pointer; }
  /* line 33, _gallery.scss */
  .gallery__prev {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 49, _gallery.scss */
  .gallery__next {
    position: fixed;
    z-index: 1;
    top: 50%;
    right: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* line 3, _client_account.scss */
.section_type_client_account {
  min-height: 200px; }

/* line 11, _client_account.scss */
.section_type_client_account .co-login,
.section_type_page-miles .co-login,
.section_type_page-account-reviews .co-login,
.section_type_page-edit-subscriptions-account .co-login {
  max-width: 500px;
  margin-top: 20px; }
/* line 16, _client_account.scss */
.section_type_client_account .current-link,
.section_type_page-miles .current-link,
.section_type_page-account-reviews .current-link,
.section_type_page-edit-subscriptions-account .current-link {
  font-weight: 800; }
/* line 20, _client_account.scss */
.section_type_client_account .co-login-form_placeholder,
.section_type_page-miles .co-login-form_placeholder,
.section_type_page-account-reviews .co-login-form_placeholder,
.section_type_page-edit-subscriptions-account .co-login-form_placeholder {
  padding: 0; }
/* line 24, _client_account.scss */
.section_type_client_account .co-input,
.section_type_page-miles .co-input,
.section_type_page-account-reviews .co-input,
.section_type_page-edit-subscriptions-account .co-input {
  margin-bottom: 20px; }
  /* line 27, _client_account.scss */
  .section_type_client_account .co-input .co-input-notice.co-notice--danger,
  .section_type_page-miles .co-input .co-input-notice.co-notice--danger,
  .section_type_page-account-reviews .co-input .co-input-notice.co-notice--danger,
  .section_type_page-edit-subscriptions-account .co-input .co-input-notice.co-notice--danger {
    display: none; }
/* line 32, _client_account.scss */
.section_type_client_account .co-button,
.section_type_page-miles .co-button,
.section_type_page-account-reviews .co-button,
.section_type_page-edit-subscriptions-account .co-button {
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px; }
/* line 38, _client_account.scss */
.section_type_client_account .co-form,
.section_type_page-miles .co-form,
.section_type_page-account-reviews .co-form,
.section_type_page-edit-subscriptions-account .co-form {
  max-width: 500px; }
/* line 42, _client_account.scss */
.section_type_client_account .menu_type_client-account,
.section_type_page-miles .menu_type_client-account,
.section_type_page-account-reviews .menu_type_client-account,
.section_type_page-edit-subscriptions-account .menu_type_client-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000; }
  /* line 56, _client_account.scss */
  .section_type_client_account .menu_type_client-account .menu-item,
  .section_type_page-miles .menu_type_client-account .menu-item,
  .section_type_page-account-reviews .menu_type_client-account .menu-item,
  .section_type_page-edit-subscriptions-account .menu_type_client-account .menu-item {
    font-size: 11px;
    margin-right: 25px;
    text-transform: uppercase; }
/* line 63, _client_account.scss */
.section_type_client_account .co-input-label,
.section_type_page-miles .co-input-label,
.section_type_page-account-reviews .co-input-label,
.section_type_page-edit-subscriptions-account .co-input-label {
  margin-bottom: 5px; }
/* line 67, _client_account.scss */
.section_type_client_account .co-table.co-table--to_card,
.section_type_page-miles .co-table.co-table--to_card,
.section_type_page-account-reviews .co-table.co-table--to_card,
.section_type_page-edit-subscriptions-account .co-table.co-table--to_card {
  width: 100%; }
  /* line 70, _client_account.scss */
  .section_type_client_account .co-table.co-table--to_card .co-table-cell.co-table-cell--head,
  .section_type_page-miles .co-table.co-table--to_card .co-table-cell.co-table-cell--head,
  .section_type_page-account-reviews .co-table.co-table--to_card .co-table-cell.co-table-cell--head,
  .section_type_page-edit-subscriptions-account .co-table.co-table--to_card .co-table-cell.co-table-cell--head {
    padding: 10px 0; }
  /* line 74, _client_account.scss */
  .section_type_client_account .co-table.co-table--to_card .co-table-cell.co-table-cell--foot,
  .section_type_page-miles .co-table.co-table--to_card .co-table-cell.co-table-cell--foot,
  .section_type_page-account-reviews .co-table.co-table--to_card .co-table-cell.co-table-cell--foot,
  .section_type_page-edit-subscriptions-account .co-table.co-table--to_card .co-table-cell.co-table-cell--foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0; }
    /* line 81, _client_account.scss */
    .section_type_client_account .co-table.co-table--to_card .co-table-cell.co-table-cell--foot .co-order_history-total_sum.co-price,
    .section_type_page-miles .co-table.co-table--to_card .co-table-cell.co-table-cell--foot .co-order_history-total_sum.co-price,
    .section_type_page-account-reviews .co-table.co-table--to_card .co-table-cell.co-table-cell--foot .co-order_history-total_sum.co-price,
    .section_type_page-edit-subscriptions-account .co-table.co-table--to_card .co-table-cell.co-table-cell--foot .co-order_history-total_sum.co-price {
      font-weight: bold;
      margin-left: 10px; }
/* line 88, _client_account.scss */
.section_type_client_account .co-title.co-title--h2,
.section_type_page-miles .co-title.co-title--h2,
.section_type_page-account-reviews .co-title.co-title--h2,
.section_type_page-edit-subscriptions-account .co-title.co-title--h2 {
  font-size: 14px;
  font-weight: bold; }
/* line 93, _client_account.scss */
.section_type_client_account .co-order-information,
.section_type_page-miles .co-order-information,
.section_type_page-account-reviews .co-order-information,
.section_type_page-edit-subscriptions-account .co-order-information {
  margin: 20px 0 40px; }
/* line 97, _client_account.scss */
.section_type_client_account .co-order-information_row,
.section_type_page-miles .co-order-information_row,
.section_type_page-account-reviews .co-order-information_row,
.section_type_page-edit-subscriptions-account .co-order-information_row {
  margin-bottom: 20px; }
/* line 101, _client_account.scss */
.section_type_client_account .co-order-information_title,
.section_type_page-miles .co-order-information_title,
.section_type_page-account-reviews .co-order-information_title,
.section_type_page-edit-subscriptions-account .co-order-information_title {
  font-size: 12px;
  margin-bottom: 3px;
  color: #999; }
/* line 107, _client_account.scss */
.section_type_client_account .co-order-state,
.section_type_page-miles .co-order-state,
.section_type_page-account-reviews .co-order-state,
.section_type_page-edit-subscriptions-account .co-order-state {
  margin: 0 10px; }
  /* line 110, _client_account.scss */
  .section_type_client_account .co-order-state--not_paid,
  .section_type_page-miles .co-order-state--not_paid,
  .section_type_page-account-reviews .co-order-state--not_paid,
  .section_type_page-edit-subscriptions-account .co-order-state--not_paid {
    color: #ce0013; }
/* line 115, _client_account.scss */
.section_type_client_account .co-input-field,
.section_type_page-miles .co-input-field,
.section_type_page-account-reviews .co-input-field,
.section_type_page-edit-subscriptions-account .co-input-field {
  line-height: 28px;
  height: 28px;
  padding: 0 10px; }
/* line 121, _client_account.scss */
.section_type_client_account .co-input--checkbox .co-toggable_field,
.section_type_page-miles .co-input--checkbox .co-toggable_field,
.section_type_page-account-reviews .co-input--checkbox .co-toggable_field,
.section_type_page-edit-subscriptions-account .co-input--checkbox .co-toggable_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 129, _client_account.scss */
.section_type_client_account .co-input--full_locality_name,
.section_type_page-miles .co-input--full_locality_name,
.section_type_page-account-reviews .co-input--full_locality_name,
.section_type_page-edit-subscriptions-account .co-input--full_locality_name {
  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; }

/* line 2, _page-stores.scss */
.section_type_page-stores .block-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  /* line 9, _page-stores.scss */
  .section_type_page-stores .block-store__swiper {
    width: 100%; }
  /* line 13, _page-stores.scss */
  .section_type_page-stores .block-store__media {
    position: relative;
    width: 50%; }
  /* line 18, _page-stores.scss */
  .section_type_page-stores .block-store__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%; }
    /* line 28, _page-stores.scss */
    .section_type_page-stores .block-store__map iframe {
      width: 100%;
      height: 100%; }
  /* line 34, _page-stores.scss */
  .section_type_page-stores .block-store__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4%; }
  /* line 43, _page-stores.scss */
  .section_type_page-stores .block-store_map_true .swiper {
    visibility: hidden; }
  /* line 47, _page-stores.scss */
  .section_type_page-stores .block-store_map_true .block-store__map {
    display: block; }

/* line 1, _page-subscribe.scss */
.page-subscribe {
  margin-bottom: 100px; }
  /* line 3, _page-subscribe.scss */
  .page-subscribe_title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 25px; }
  /* line 9, _page-subscribe.scss */
  .page-subscribe_descr {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px; }
  /* line 15, _page-subscribe.scss */
  .page-subscribe .subscription {
    max-width: 500px; }

/* line 1, _slim-banner.scss */
.slim-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  display: block;
  margin: auto;
  padding: 5px 0;
  background-color: #dedede;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }
  /* line 15, _slim-banner.scss */
  .slim-banner__inner {
    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; }
  /* line 26, _slim-banner.scss */
  .slim-banner__text {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    color: black; }
  /* line 36, _slim-banner.scss */
  .slim-banner .icon.icon_type_cross {
    cursor: pointer;
    margin-right: 24px; }
    /* line 40, _slim-banner.scss */
    .slim-banner .icon.icon_type_cross .icon__svg {
      stroke: #fff; }

/* line 1, _client.scss */
.client {
  width: 100%;
  max-width: 370px;
  margin: 0 auto; }
  /* line 6, _client.scss */
  .client__cap {
    padding: 100px 0; }
  /* line 10, _client.scss */
  .client__spinner {
    position: relative;
    display: block;
    margin: 0 auto; }
  /* line 16, _client.scss */
  .client__header {
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  /* line 22, _client.scss */
  .client__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }
    /* line 29, _client.scss */
    .client__social .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 8px; }
  /* line 38, _client.scss */
  .client__social-title {
    margin: 25px 0 12px;
    text-align: center; }
  /* line 43, _client.scss */
  .client .client__form {
    margin-top: 40px; }
  /* line 47, _client.scss */
  .client .form__field {
    margin-bottom: 25px; }
    /* line 50, _client.scss */
    .client .form__field-error {
      margin-top: 5px; }
  /* line 55, _client.scss */
  .client .form__error {
    margin: 20px 0;
    text-align: center; }
  /* line 60, _client.scss */
  .client_type_login .form__field_name_password {
    margin-bottom: 5px; }
  /* line 64, _client.scss */
  .client .form__field_name_password-reset {
    text-align: right; }
  /* line 68, _client.scss */
  .client .form__field_name_reset-email {
    margin-bottom: 5px; }
  /* line 72, _client.scss */
  .client .form__field_name_captch {
    margin-top: 10px; }
  /* line 76, _client.scss */
  .client .form__field_name_login {
    text-align: right; }
  /* line 80, _client.scss */
  .client__reset-password {
    text-align: right;
    color: #6B6B6B; }
  /* line 85, _client.scss */
  .client__login-link {
    text-align: right;
    color: #6B6B6B; }

/* line 91, _client.scss */
.co-login {
  display: none; }

@media (max-width: 767.98px) {
  /* line 96, _client.scss */
  .client_type_registration {
    margin-top: 100px; } }
/* line 2, _form.scss */
.form__error {
  color: #ce0013; }
/* line 6, _form.scss */
.form__field-error {
  color: #ce0013; }

/* line 8, _page-checkout2.scss */
#discounts-block .discount-subtotal-amount {
  color: red; }

/* line 12, _page-checkout2.scss */
#checkout_result_field_13306684 {
  display: none; }

/* line 16, _page-checkout2.scss */
.co-input--dateOfBirth {
  display: none !important; }

/* line 20, _page-checkout2.scss */
.co-input--loyalty-ss {
  display: none !important; }

/* line 24, _page-checkout2.scss */
.co-input--subscribed-to-email,
.co-input--subscribed-to-sms {
  display: none !important; }

/* line 29, _page-checkout2.scss */
.co-modal--hide {
  display: none; }

/* line 33, _page-checkout2.scss */
.container.container_type_checkout {
  max-width: 900px; }

/* line 37, _page-checkout2.scss */
.section_type_checkout {
  background: url("background-checkout.png");
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 43, _page-checkout2.scss */
  .section_type_checkout::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: #fff; }
  /* line 53, _page-checkout2.scss */
  .section_type_checkout .checkout-logo {
    font-weight: bold;
    position: fixed;
    left: 2.5%;
    top: 2.5%;
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px; }
  /* line 63, _page-checkout2.scss */
  .section_type_checkout .checkout-return-store {
    font-weight: bold;
    position: fixed;
    left: 2.5%;
    top: 10.0%; }
  /* line 70, _page-checkout2.scss */
  .section_type_checkout .co-client {
    line-height: 1.6;
    margin-bottom: 50px; }
    /* line 74, _page-checkout2.scss */
    .section_type_checkout .co-client .co-client-name {
      font-weight: bold; }
    /* line 78, _page-checkout2.scss */
    .section_type_checkout .co-client .co-client-info {
      margin-bottom: 15px; }
    /* line 82, _page-checkout2.scss */
    .section_type_checkout .co-client .co-button {
      line-height: 30px;
      height: 30px;
      width: 100%;
      color: #000;
      border: 1px solid #000;
      background: transparent; }
      /* line 90, _page-checkout2.scss */
      .section_type_checkout .co-client .co-button:not(:disabled):hover {
        color: #dedede;
        border-color: #dedede; }
      /* line 95, _page-checkout2.scss */
      .section_type_checkout .co-client .co-button:not(:disabled):active {
        color: #dedede;
        border-color: #dedede; }
  /* line 102, _page-checkout2.scss */
  .section_type_checkout .co-notice--flash {
    max-width: 320px;
    margin-bottom: 50px; }
  /* line 107, _page-checkout2.scss */
  .section_type_checkout .co-input--checkbox .co-toggable_field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  /* line 114, _page-checkout2.scss */
  .section_type_checkout .checkout__title {
    font-size: 18px;
    margin-bottom: 50px; }
  /* line 119, _page-checkout2.scss */
  .section_type_checkout .co-button.co-button--checkout {
    width: 100%; }
  /* line 123, _page-checkout2.scss */
  .section_type_checkout h3.co-title.co-title--h2 {
    display: none; }
  /* line 127, _page-checkout2.scss */
  .section_type_checkout .co-input:not(.co-input--tel) h2.co-input-label.co-title.co-title--h2 {
    display: none; }
  /* line 133, _page-checkout2.scss */
  .section_type_checkout .co-input.co-input--tel .co-input-label.co-title.co-title--h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px; }
  /* line 140, _page-checkout2.scss */
  .section_type_checkout label.co-input-label {
    font-weight: bold;
    margin-bottom: 5px; }
  /* line 145, _page-checkout2.scss */
  .section_type_checkout .co-checkout-order_form {
    width: 100%;
    max-width: 320px; }
  /* line 150, _page-checkout2.scss */
  .section_type_checkout .co-checkout-block {
    margin-bottom: 20px; }
  /* line 154, _page-checkout2.scss */
  .section_type_checkout .co-title--h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px; }
  /* line 160, _page-checkout2.scss */
  .section_type_checkout .co-input--nested {
    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; }
  /* line 172, _page-checkout2.scss */
  .section_type_checkout .co-input {
    margin-bottom: 7px; }
    /* line 174, _page-checkout2.scss */
    .section_type_checkout .co-input.co-input--subscribe {
      margin: 15px 0 0; }
    /* line 176, _page-checkout2.scss */
    .section_type_checkout .co-input .co-input-notice {
      margin-top: 5px; }
    /* line 180, _page-checkout2.scss */
    .section_type_checkout .co-input:not(.co-input--error) .co-input-notice {
      display: none; }
  /* line 185, _page-checkout2.scss */
  .section_type_checkout .co-input-field {
    height: 28px;
    padding: 0 10px; }
  /* line 190, _page-checkout2.scss */
  .section_type_checkout .co-input.co-input--textarea .co-input-field {
    line-height: 1.3;
    height: 60px;
    padding: 5px 10px;
    resize: none; }
  /* line 197, _page-checkout2.scss */
  .section_type_checkout .co-input--password.not-register, .section_type_checkout .co-input--password_confirmation.not-register {
    display: none; }
  /* line 202, _page-checkout2.scss */
  .section_type_checkout .variants.delivery_variants {
    margin-top: 50px; }
    /* line 205, _page-checkout2.scss */
    .section_type_checkout .variants.delivery_variants::before {
      font-weight: bold;
      display: inline-block;
      margin-bottom: 15px;
      content: 'Доставка'; }
  /* line 213, _page-checkout2.scss */
  .section_type_checkout .variants.payment_variants {
    margin-top: 50px; }
    /* line 216, _page-checkout2.scss */
    .section_type_checkout .variants.payment_variants .co-title.co-title--h2.co-input-label {
      font-size: 12px;
      display: block;
      margin-bottom: 15px; }
    /* line 222, _page-checkout2.scss */
    .section_type_checkout .variants.payment_variants .co-payment_method {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      /* line 233, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method.not_available {
        display: none !important; }
      /* line 237, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method p {
        margin: 0; }
      /* line 241, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px; }
      /* line 248, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method-information {
        -webkit-box-flex: 7;
        -webkit-flex: 7;
        -ms-flex: 7;
        flex: 7; }
      /* line 255, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method .co-toggable_field-price {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        text-align: right; }
      /* line 263, _page-checkout2.scss */
      .section_type_checkout .variants.payment_variants .co-payment_method-description {
        font-size: 10px;
        display: block;
        margin-top: 2px;
        color: #bdbdbd; }
  /* line 274, _page-checkout2.scss */
  .section_type_checkout #checkout_buyer_fields {
    margin: 50px 0 20px; }
  /* line 279, _page-checkout2.scss */
  .section_type_checkout .co-social_login-box .co-input-description:nth-child(2) {
    margin-top: 20px; }
  /* line 284, _page-checkout2.scss */
  .section_type_checkout .co-social_login-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px; }
    /* line 292, _page-checkout2.scss */
    .section_type_checkout .co-social_login-list .co-button.co-social_login-button {
      line-height: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 10px;
      border: 1px solid #000; }
      /* line 301, _page-checkout2.scss */
      .section_type_checkout .co-social_login-list .co-button.co-social_login-button:not(:last-child) {
        margin-right: 10px; }
      /* line 305, _page-checkout2.scss */
      .section_type_checkout .co-social_login-list .co-button.co-social_login-button:hover {
        border-color: #dedede; }
    /* line 311, _page-checkout2.scss */
    .section_type_checkout .co-social_login-list .socicon::after {
      content: attr(title); }
  /* line 317, _page-checkout2.scss */
  .section_type_checkout .co-input--messenger_subscription {
    display: none; }

/* line 322, _page-checkout2.scss */
.section_type_checkout .co-tabs-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; }
  /* line 333, _page-checkout2.scss */
  .section_type_checkout .co-tabs-content .co-toggable_field.not_available {
    display: none; }
  /* line 337, _page-checkout2.scss */
  .section_type_checkout .co-tabs-content .co-toggable_field {
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
    /* line 357, _page-checkout2.scss */
    .section_type_checkout .co-tabs-content .co-toggable_field .co-toggable_field-input--radio {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    /* line 364, _page-checkout2.scss */
    .section_type_checkout .co-tabs-content .co-toggable_field .co-toggable_field-information {
      -webkit-box-flex: 8;
      -webkit-flex: 8;
      -ms-flex: 8;
      flex: 8; }
      /* line 370, _page-checkout2.scss */
      .section_type_checkout .co-tabs-content .co-toggable_field .co-toggable_field-information p {
        margin: 0; }
    /* line 375, _page-checkout2.scss */
    .section_type_checkout .co-tabs-content .co-toggable_field .co-toggable_field-price {
      -webkit-box-flex: 1 1 50px;
      -webkit-flex: 1 1 50px;
      -ms-flex: 1 1 50px;
      flex: 1 1 50px;
      text-align: right; }

/* line 386, _page-checkout2.scss */
.co-sidebar-wrapper .co-sidebar-toggler {
  display: none; }

/* line 391, _page-checkout2.scss */
.co-basket {
  max-width: 600px; }
  /* line 394, _page-checkout2.scss */
  .co-basket_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;
    margin-bottom: 20px; }
  /* line 406, _page-checkout2.scss */
  .co-basket_item-image_container {
    -webkit-box-flex: 1 1 100px;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    max-width: 100px; }
  /* line 414, _page-checkout2.scss */
  .co-basket_item-image {
    width: 100%; }
    /* line 417, _page-checkout2.scss */
    .co-basket_item-image img {
      width: 100%;
      height: auto; }
  /* line 423, _page-checkout2.scss */
  .co-basket_subtotal {
    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;
    line-height: 2; }

/* line 436, _page-checkout2.scss */
.co-basket_item-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 180px;
  -webkit-flex: 1 1 180px;
  flex: 1 1 180px;
  padding: 0 1rem;
  word-wrap: break-word;
  word-break: keep-all; }

/* line 446, _page-checkout2.scss */
.co-basket_item-total {
  margin-left: auto;
  text-align: right; }

/* line 451, _page-checkout2.scss */
.co-basket_subtotal-list {
  border-bottom: 1px solid #999;
  padding: 1rem 0;
  margin-bottom: 1rem; }

/* line 457, _page-checkout2.scss */
.co-basket_subtotal-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  -webkit-flex: 1 1 160px;
  flex: 1 1 160px; }

/* line 464, _page-checkout2.scss */
.co-basket_subtotal-price {
  margin-left: auto; }

/* line 468, _page-checkout2.scss */
.co-basket_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/* line 479, _page-checkout2.scss */
.co-basket_total-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  -webkit-flex: 1 1 160px;
  flex: 1 1 160px; }

/* line 486, _page-checkout2.scss */
.co-basket_total-price {
  line-height: 1;
  margin-left: auto; }

/* line 491, _page-checkout2.scss */
.co-notice--danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 496, _page-checkout2.scss */
.co-notice--flash {
  line-height: 1.25;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 1rem 0;
  padding: 1rem; }

/* line 506, _page-checkout2.scss */
.co-input-notice.co-notice--danger {
  padding: 5px; }

/* line 510, _page-checkout2.scss */
.co-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1040; }
  /* line 519, _page-checkout2.scss */
  .co-overlay.co-overlay--show {
    display: block;
    background: rgba(249, 249, 249, 0.7); }

/* line 525, _page-checkout2.scss */
.tt-dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  left: 0;
  right: 0 !important;
  background-color: #fff;
  border: 1px solid #cccccc;
  z-index: 1050;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 543, _page-checkout2.scss */
.tt-dropdown-menu small, .tt-dropdown-menu .empty-message {
  display: inline-block;
  padding: 0.75rem 1rem; }

/* line 548, _page-checkout2.scss */
.tt-suggestion, .tt-footer {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 558, _page-checkout2.scss */
.tt-suggestion:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 100%;
  border-bottom: 1px dotted #cccccc;
  z-index: 1; }

/* line 569, _page-checkout2.scss */
.tt-suggestion {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 575, _page-checkout2.scss */
.tt-suggestion:last-child {
  margin-bottom: 0; }

/* line 579, _page-checkout2.scss */
.tt-suggestion.tt-is-under-cursor, .tt-footer.tt-is-under-cursor {
  color: #fff;
  background-color: #000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 587, _page-checkout2.scss */
.tt-suggestion.tt-is-under-cursor a, .tt-footer.tt-is-under-cursor a {
  color: #fff; }

/* line 591, _page-checkout2.scss */
.tt-suggestion.tt-cursor, .tt-footer.tt-cursor {
  color: #fff;
  background-color: #000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 599, _page-checkout2.scss */
.co-modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
  background-color: #fff; }
  /* line 607, _page-checkout2.scss */
  .co-modal .co-modal-title.co-title.co-title--h2 {
    display: block; }
  /* line 611, _page-checkout2.scss */
  .co-modal--fixed {
    position: fixed;
    top: 49.9%;
    left: 50%;
    min-width: 320px;
    margin-left: 0;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /* line 623, _page-checkout2.scss */
  .co-modal--login {
    width: 500px; }
  /* line 627, _page-checkout2.scss */
  .co-modal .co-modal-wrapper {
    position: relative;
    padding: 20px; }
  /* line 632, _page-checkout2.scss */
  .co-modal .co-modal-close {
    position: absolute;
    top: 2px;
    right: 10px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -moz-user-focus: ignore;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none !important;
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    /* line 657, _page-checkout2.scss */
    .co-modal .co-modal-close.halfling-remove::before {
      content: '×';
      font-size: 20px; }

/* line 664, _page-checkout2.scss */
.co-modal-login_form {
  max-width: 320px; }
  /* line 667, _page-checkout2.scss */
  .co-modal-login_form .co-modal-button {
    width: 150px;
    margin-right: 10px; }

/* line 672, _page-checkout2.scss */
.co-input--tel .co-input-label, .co-social_login-box, .co-input--email .co-input-label, .co-toggable_field-description {
  display: none; }

/* line 673, _page-checkout2.scss */
.co-toggable_field--bonus_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 674, _page-checkout2.scss */
#delivery_variants .co-toggable_field-description {
  display: block; }

/* line 675, _page-checkout2.scss */
.co-basket_total {
  font-weight: bold; }

/* line 676, _page-checkout2.scss */
.section_type_checkout input[type="checkbox"] {
  display: none; }
  /* line 677, _page-checkout2.scss */
  .section_type_checkout input[type="checkbox"] + label:before {
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 1px; }
  /* line 678, _page-checkout2.scss */
  .section_type_checkout input[type="checkbox"]:checked + label:before {
    background: #000; }

/* line 680, _page-checkout2.scss */
#create_order {
  max-width: 600px; }

/* line 681, _page-checkout2.scss */
#order_form #checkout_buyer_fields, #order_form #create_order {
  display: none !important; }

/* line 683, _page-checkout2.scss */
.subscription-method {
  margin-bottom: 15px; }
  /* line 684, _page-checkout2.scss */
  .subscription-method-title {
    margin-bottom: 10px; }
  /* line 685, _page-checkout2.scss */
  .subscription-method label {
    margin: 0 25px 0 0;
    vertical-align: middle; }
  /* line 686, _page-checkout2.scss */
  .subscription-method input[type="checkbox"] {
    display: none; }
    /* line 687, _page-checkout2.scss */
    .subscription-method input[type="checkbox"] + label:before {
      border: 1px solid #000;
      width: 12px;
      height: 12px;
      display: inline-block;
      content: "";
      vertical-align: middle;
      margin-right: 10px;
      margin-bottom: 1px; }
    /* line 688, _page-checkout2.scss */
    .subscription-method input[type="checkbox"]:checked + label:before {
      background: #000; }

/* line 691, _page-checkout2.scss */
.section_type_checkout .variants.payment_variants .co-payment_method-input, .section_type_checkout .co-tabs-content .co-toggable_field .co-toggable_field-input--radio {
  -webkit-flex: 0 0 22px;
  -ms-flex: 0 0 22px;
  -webkit-box-flex: 0;
  flex: 0 0 22px; }

/* hidden input bonuses */
/* line 694, _page-checkout2.scss */
[for='order_use_bonus_points'] {
  /* stylelint-disable-next-line */
  display: none !important; }

/* line 699, _page-checkout2.scss */
.co-input--sale, .co-input--sample-sale {
  display: none !important; }

/* line 1, _checkout-help-block.scss */
.checkout-help-block {
  width: 100%;
  max-width: 300px;
  height: 100px;
  border: 1px solid black;
  margin-bottom: 30px;
  padding: 15px; }

/* line 3, _page-manufacturing.scss */
.section_type_page-manufacturing {
  counter-reset: manufacturing; }
  /* line 6, _page-manufacturing.scss */
  .section_type_page-manufacturing .page__content {
    margin-bottom: 100px; }

/* line 11, _page-manufacturing.scss */
.block-manufacturing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    /* line 11, _page-manufacturing.scss */
    .block-manufacturing {
      margin-bottom: 50px; } }
  /* line 30, _page-manufacturing.scss */
  .block-manufacturing__media {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 767.98px) {
      /* line 30, _page-manufacturing.scss */
      .block-manufacturing__media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important; } }
  /* line 48, _page-manufacturing.scss */
  .block-manufacturing__image {
    width: 100%;
    height: auto; }
  /* line 53, _page-manufacturing.scss */
  .block-manufacturing__content {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  /* line 69, _page-manufacturing.scss */
  .block-manufacturing__title {
    font-weight: bold;
    margin-bottom: 12px; }
  /* line 75, _page-manufacturing.scss */
  .block-manufacturing__media.order-0 + .block-manufacturing__content.align-items-start::before {
    left: 24px; }
  /* line 79, _page-manufacturing.scss */
  .block-manufacturing__media.order-0 + .block-manufacturing__content .block-manufacturing__inner-content {
    margin-top: 0;
    margin-left: 24px; }
    @media (max-width: 991.98px) {
      /* line 79, _page-manufacturing.scss */
      .block-manufacturing__media.order-0 + .block-manufacturing__content .block-manufacturing__inner-content {
        margin-left: 12px; } }
    @media (max-width: 767.98px) {
      /* line 79, _page-manufacturing.scss */
      .block-manufacturing__media.order-0 + .block-manufacturing__content .block-manufacturing__inner-content {
        margin: 0; } }
  /* line 94, _page-manufacturing.scss */
  .block-manufacturing__media.order-1 + .block-manufacturing__content::before {
    right: 24px;
    left: auto; }
  /* line 99, _page-manufacturing.scss */
  .block-manufacturing__media.order-1 + .block-manufacturing__content .block-manufacturing__inner-content {
    margin: 0 24px 0 0;
    text-align: right !important; }
    @media (max-width: 991.98px) {
      /* line 99, _page-manufacturing.scss */
      .block-manufacturing__media.order-1 + .block-manufacturing__content .block-manufacturing__inner-content {
        margin: 0 12px 0 0; } }
    @media (max-width: 767.98px) {
      /* line 99, _page-manufacturing.scss */
      .block-manufacturing__media.order-1 + .block-manufacturing__content .block-manufacturing__inner-content {
        margin: 0; } }

/* line 2, _index-swiper.scss */
.index-swiper__cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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; }
/* line 20, _index-swiper.scss */
.index-swiper__button {
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  /*width: 90%;
  max-width: 400px;*/
  text-align: center;
  border: 1px solid none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s; }
/* line 38, _index-swiper.scss */
.index-swiper .index-slide-1 .index-swiper__button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: intrinsic;
  max-width: max-content;
  width: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: black;
  left: 50%;
  top: 50%;
  background: rgba(234, 234, 234, 0.7);;
  padding: 10px 50px 10px 50px; }
  /* line 56, _index-swiper.scss */
  .index-swiper .index-slide-1 .index-swiper__button:hover {
    color: #202020;
    background: rgba(234, 234, 234, 0.2);; }
/* line 63, _index-swiper.scss */
.index-swiper .index-slide-2 .index-swiper__button {
  position: absolute;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: intrinsic;
  max-width: max-content;
  width: 100%;
  white-space: nowrap;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: black;
  color: black;
  background: black; }
  /* line 81, _index-swiper.scss */
  .index-swiper .index-slide-2 .index-swiper__button:hover {
    color: #a3a3a3;
    background: black; }
/* line 88, _index-swiper.scss */
.index-swiper .index-slide-3 .index-swiper__button {
  position: absolute;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: intrinsic;
  max-width: max-content;
  width: 100%;
  white-space: nowrap;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: black;
  color: black;
  background: black; }
  /* line 106, _index-swiper.scss */
  .index-swiper .index-slide-3 .index-swiper__button:hover {
    color: black;
    background: black; }

/* line 3, _search.scss */
.container_type_search .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }
/* line 10, _search.scss */
.container_type_search .search-form {
  max-width: 23%; }
/* line 15, _search.scss */
.container_type_search .search__list-item {
  margin-bottom: 30px; }
  /* line 18, _search.scss */
  .container_type_search .search__list-item .product-card__favorite {
    display: none; }

/* line 26, _search.scss */
.search-form_type_header .button {
  display: none; }
/* line 29, _search.scss */
.search-form_type_header .search-form__input {
  height: 16px; }

/* line 35, _search.scss */
.autocomplete-suggestions {
  background: #fff;
  min-width: 200px; }
  /* line 38, _search.scss */
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 5px 10px; }

/* line 2, _warehouse.scss */
.warehouse__cities {
  margin: 8px 0; }
/* line 6, _warehouse.scss */
.warehouse__city {
  display: inline-block;
  margin-right: 16px; }
/* line 11, _warehouse.scss */
.warehouse__empty {
  padding: 1rem 0;
  text-align: center; }
/* line 16, _warehouse.scss */
.warehouse__text {
  margin-bottom: 0; }

/* line 21, _warehouse.scss */
.warehouse-table {
  width: 100%; }
  /* line 24, _warehouse.scss */
  .warehouse-table__desc {
    font-size: 10px; }
  /* line 28, _warehouse.scss */
  .warehouse-table__th:first-child {
    width: 200px;
    text-align: left; }
  /* line 33, _warehouse.scss */
  .warehouse-table__th, .warehouse-table__td {
    font-weight: normal;
    padding: 0.75rem 0.75rem 0.75rem 0;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  /* line 42, _warehouse.scss */
  .warehouse-table__head .warehouse-table__th, .warehouse-table__head .warehouse-table__td {
    border-top: none; }
  /* line 47, _warehouse.scss */
  .warehouse-table__td_count_0 {
    color: #adb5bd; }

/* line 1, _page-people-gate.scss */
.page-people-gate {
  margin-bottom: 100px;
  font-family: "Helvetica", sans-serif; }
  /* line 4, _page-people-gate.scss */
  .page-people-gate_title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 25px; }
  /* line 10, _page-people-gate.scss */
  .page-people-gate_descr {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px; }
  /* line 19, _page-people-gate.scss */
  .page-people-gate_item {
    cursor: pointer;
    color: #000;
    width: 25%;
    position: relative; }
    /* line 24, _page-people-gate.scss */
    .page-people-gate_item--width2 {
      width: 50%; }
    /* line 27, _page-people-gate.scss */
    .page-people-gate_item:hover {
      color: #000; }
      /* line 29, _page-people-gate.scss */
      .page-people-gate_item:hover .page-people-gate_item_descr {
        /*    display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;*/ }
    /* line 37, _page-people-gate.scss */
    .page-people-gate_item_image img {
      width: 100%; }
    /* line 41, _page-people-gate.scss */
    .page-people-gate_item_descr {
      display: none;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.65);
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      line-height: 14px; }
      /* line 54, _page-people-gate.scss */
      .page-people-gate_item_descr_descr {
        max-width: 300px;
        margin: 0 auto;
        text-align: center; }
      /* line 59, _page-people-gate.scss */
      .page-people-gate_item_descr_title {
        margin-top: 10px; }
        /* line 61, _page-people-gate.scss */
        .page-people-gate_item_descr_title p {
          margin-bottom: 5px; }
      /* line 65, _page-people-gate.scss */
      .page-people-gate_item_descr-icon {
        background: url(instagram_icon.svg) top center no-repeat;
        width: 21px;
        height: 21px;
        margin: 0 auto; }
  /* line 73, _page-people-gate.scss */
  .page-people-gate_load_more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    cursor: pointer; }
    /* line 79, _page-people-gate.scss */
    .page-people-gate_load_more__autoload-icon {
      display: inline-block;
      padding: 14px;
      border: solid #000;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 88, _page-people-gate.scss */
    .page-people-gate_load_more:hover {
      color: #007bff; }
      /* line 90, _page-people-gate.scss */
      .page-people-gate_load_more:hover .load_more__autoload-icon {
        border-color: #007bff;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s; }
  @media screen and (max-width: 1050px) {
    /* line 99, _page-people-gate.scss */
    .page-people-gate_item {
      width: 50%; }
      /* line 101, _page-people-gate.scss */
      .page-people-gate_item--width2 {
        width: 50%; } }

@media (max-width: 992px) {
  /* line 2, _responsice.scss */
  .index-swiper__cover {
    max-height: 700px; } }
@media (max-width: 768px) {
  /* line 8, _responsice.scss */
  .index-swiper__cover {
    max-height: 400px; }

  /* line 13, _responsice.scss */
  .container_type_checkout > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* line 20, _responsice.scss */
  .container_type_checkout .co-sidebar-wrapper {
    margin-bottom: 20px; }
  /* line 23, _responsice.scss */
  .container_type_checkout .checkout__title {
    margin-bottom: 10px; }
  /* line 26, _responsice.scss */
  .container_type_checkout #order_form {
    max-width: 100%; } }
/* stylelint-disable */
/* line 3, _available-form.scss */
#email_request {
  font: var(--primary-h3) !important;
  padding: 30px 15px !important; }
  /* line 8, _available-form.scss */
  #email_request input {
    position: relative;
    z-index: 3;
    border: 1px solid #999 !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
    vertical-align: top;
    font-size: 11px !important;
    color: #006;
    background: 0 0;
    border-radius: 0 !important;
    min-height: 32px;
    flex: 1;
    padding: 0 10px !important;
    outline: none !important; }
  /* line 29, _available-form.scss */
  #email_request img {
    filter: grayscale(1);
    height: 32px; }
  /* line 35, _available-form.scss */
  #email_request #send {
    display: inline-block !important;
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer !important;
    text-decoration: none;
    outline: none !important;
    touch-action: manipulation;
    border: 1px solid #000 !important;
    width: 100% !important;
    color: #fff !important;
    background: #313131 !important;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important; }

/* line 2, _radio-button.scss */
.radio-button__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0; }
  /* line 9, _radio-button.scss */
  .radio-button__header-left {
    display: flex;
    align-items: center; }
/* line 15, _radio-button.scss */
.radio-button__input {
  opacity: 0; }
  /* line 19, _radio-button.scss */
  .radio-button__input:checked + .radio-button__title:after {
    position: absolute;
    left: -13px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #313131;
    border-radius: 50%;
    content: ''; }
/* line 36, _radio-button.scss */
.radio-button__title {
  position: relative;
  padding-left: 6px;
  color: #313131; }
  /* line 44, _radio-button.scss */
  .radio-button__title:before {
    position: absolute;
    top: 3px;
    left: -13px;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    content: '';
    box-sizing: border-box;
    border: 1px solid #313131;
    border-radius: 50%; }

/* line 1, _cart-loyalty.scss */
[loyalty-form] {
  display: none; }

/* line 5, _cart-loyalty.scss */
[data-loyalty-wrap] {
  overflow: hidden;
  max-height: 0; }

/* line 11, _cart-loyalty.scss */
[data-loyalty-wrap].active {
  overflow: auto;
  max-height: fit-content;
  transition: .5s; }

/* line 20, _cart-loyalty.scss */
.loyalty-btn.hidden {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  padding: 0; }

/* line 28, _cart-loyalty.scss */
.cart-loyalty {
  margin-bottom: 20px; }
  /* line 31, _cart-loyalty.scss */
  .cart-loyalty__empty {
    font-size: 12px;
    line-height: normal;
    display: block;
    margin-bottom: 15px; }
    /* line 38, _cart-loyalty.scss */
    .cart-loyalty__empty a {
      font-weight: 600; }
  /* line 43, _cart-loyalty.scss */
  .cart-loyalty__content {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    transition: .5s; }
    /* line 51, _cart-loyalty.scss */
    .cart-loyalty__content_hidden {
      max-height: 0;
      overflow: hidden;
      padding: 0;
      transition: .5s; }

/* line 60, _cart-loyalty.scss */
.co-input--loyalty2 {
  display: none !important; }

/* line 63, _cart-loyalty.scss */
#checkout_result_field_20876981 {
  display: none; }

/* line 66, _cart-loyalty.scss */
#checkout_result_field_24463859,
#checkout_result_field_24463863 {
  display: none !important; }

/* line 1, _accordion.scss */
.accordion {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #000000; }
  /* line 8, _accordion.scss */
  .accordion__header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0; }
  /* line 16, _accordion.scss */
  .accordion__body {
    max-height: 0;
    transition: .5s;
    overflow: hidden; }
  /* line 24, _accordion.scss */
  .accordion.active .accordion__body {
    height: auto;
    padding: 11px 0;
    max-height: 500px; }

/* line 1, _account-miles.scss */
.account-miles {
  max-width: 498px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000; }
  /* line 9, _account-miles.scss */
  .account-miles__header-title {
    font-size: 12px; }
  /* line 13, _account-miles.scss */
  .account-miles__header-value {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
  /* line 20, _account-miles.scss */
  .account-miles__body-item-value {
    font-weight: 600; }
  /* line 24, _account-miles.scss */
  .account-miles__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  /* line 31, _account-miles.scss */
  .account-miles__header-icon {
    width: 10px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 39, _account-miles.scss */
  .account-miles__body-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px; }
  /* line 46, _account-miles.scss */
  .account-miles__accordion {
    margin-top: 11px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px; }

/* line 2, _create-account.scss */
.create-account__wrapper {
  max-width: 372px;
  width: 100%;
  margin-left: 100px;
  margin-top: 1px; }
/* line 9, _create-account.scss */
.create-account__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000; }
/* line 18, _create-account.scss */
.create-account__form {
  margin-top: 42px; }
/* line 22, _create-account.scss */
.create-account__field-wrap {
  margin-bottom: 22px; }
/* line 26, _create-account.scss */
.create-account__input {
  border: none;
  border-bottom: 1px solid #000;
  height: 32px;
  width: 100%;
  outline: none; }
  /* line 33, _create-account.scss */
  .create-account__input::placeholder {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #7F7F7F; }
/* line 44, _create-account.scss */
.create-account__fields-wrapper {
  display: flex;
  justify-content: space-between; }
/* line 50, _create-account.scss */
.create-account__fields-wrapper .create-account__field-wrap {
  width: calc(50% - 2px); }
/* line 55, _create-account.scss */
.create-account__subscription-method-variants {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s; }
  /* line 64, _create-account.scss */
  .create-account__subscription-method-variants_active {
    height: auto;
    padding: 17px 0;
    transition: .5s; }
/* line 73, _create-account.scss */
.create-account__field-error {
  margin-top: 3px;
  height: 0px;
  color: #E94730;
  overflow: hidden; }
  /* line 83, _create-account.scss */
  .create-account__field-error_active {
    height: auto;
    transition: .5s; }
/* line 90, _create-account.scss */
.create-account__result-confirm {
  height: 0;
  overflow: hidden;
  transition: .5s; }
  /* line 97, _create-account.scss */
  .create-account__result-confirm_active {
    height: auto;
    transition: .5s; }
/* line 104, _create-account.scss */
.create-account__result-error {
  height: 0;
  overflow: hidden;
  transition: .5s; }
  /* line 111, _create-account.scss */
  .create-account__result-error_active {
    height: auto;
    transition: .5s; }
/* line 118, _create-account.scss */
.create-account input[type='checkbox'] {
  display: none; }
  /* line 123, _create-account.scss */
  .create-account input[type='checkbox']:checked + span:before {
    background: #000; }
  /* line 129, _create-account.scss */
  .create-account input[type='checkbox'] + span {
    position: relative;
    display: block;
    padding-left: 20px; }
    /* line 135, _create-account.scss */
    .create-account input[type='checkbox'] + span:before {
      content: '';
      width: 12px;
      height: 12px;
      border: 1px solid #000;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
