@charset "UTF-8";
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 1025px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1025px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'MuseoSansCyrl';
  /* Имя шрифта */
  src: url(../fonts/MuseoSansCyrl-300.woff);
  /* Путь к файлу со шрифтом */
  font-weight: 300; }

@font-face {
  font-family: 'MuseoSansCyrl';
  /* Имя шрифта */
  src: url(../fonts/MuseoSansCyrl-500.woff);
  /* Путь к файлу со шрифтом */
  font-weight: 500; }

@font-face {
  font-family: 'MuseoSansCyrl';
  /* Имя шрифта */
  src: url(../fonts/MuseoSansCyrl-700.woff);
  /* Путь к файлу со шрифтом */
  font-weight: 700; }

@font-face {
  font-family: 'PH';
  /* Имя шрифта */
  src: url(../fonts/PH-600.otf);
  /* Путь к файлу со шрифтом */
  font-weight: 600; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

button:focus {
  outline: none; }

body {
  font-family: 'MuseoSansCyrl', sans-serif;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

input:focus {
  outline: none; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eeffe1;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #b56dba; }

::-webkit-scrollbar {
  width: 5px; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #b56dba; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eeffe1;
  border-radius: 10px; }

.main {
  padding-top: 50px;
  -ms-flex: 1;
      flex: 1; }

.top {
  background: #fff;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 990;
  border-bottom: 1px solid #dddddd;
  top: 0; }

.navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  display: -ms-flexbox;
  display: flex; }

.navbar li:nth-child(1):after, .navbar li:nth-child(2):after, .navbar li:nth-child(3):after, .navbar li:nth-child(4):after, .navbar li:nth-child(5):after {
  margin-left: 15px;
  font-size: 8px;
  content: "|"; }

.top-nav {
  height: 50px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.navbar li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin-right: 15px; }

.navbar li a {
  color: #000000;
  display: inline-block;
  padding-left: 19px;
  text-decoration: none;
  height: 20px;
  font-size: 14px; }

.navbar li a:hover {
  text-decoration: underline; }

.navbar li:nth-child(1) {
  background: url(../img/home.png) no-repeat 0px 2px;
  margin-left: -2px; }

.navbar li:nth-child(2) {
  background: url(../img/shop.png) no-repeat 1px 2px; }

.navbar li:nth-child(3) {
  background: url(../img/dost.png) no-repeat 2px 2px; }

.navbar li:nth-child(4) {
  background: url(../img/opla.png) no-repeat 2px 2px; }

.navbar li:nth-child(5) {
  background: url(../img/cont.png) no-repeat 2px 2px; }

.navbar li:nth-child(6) {
  background: url(../img/priu.png) no-repeat 2px 2px; }

.lc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }

.autor {
  padding-left: 15px;
  margin-left: 12px;
  background: url(../img/profile.png) no-repeat;
  background-position: 0px; }

.in {
  padding-left: 15px;
  background: url(../img/in.png) no-repeat;
  background-position: 0px;
  margin-left: 12px; }

.lc li {
  display: inline;
  font-size: 14px; }

.lc a {
  color: #000000;
  display: inline-block;
  line-height: 14px;
  text-decoration: none;
  border-bottom: 1px solid #000000; }

.header {
  position: relative;
  height: 90px;
  margin: 27px 0 10px 0; }

.logo {
  height: 100%;
  margin-right: 25px;
  float: left; }

.logo p {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 700; }

.search {
  height: 100%;
  margin-left: 12px;
  float: left; }

.search2 {
  width: 256px;
  border-radius: 5px;
  box-shadow: 0 0 7px #AFAFAF;
  height: 34px; }

.search a {
  font-weight: 600; }

.search p {
  font-size: 14px;
  margin-top: 16px;
  margin-left: 21px; }

.search2 input[type="search"] {
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  width: 197px;
  margin: 6px 0 0 15px;
  font-size: 13px;
  padding: 3px 0; }

.search2 input[type="search"]::-webkit-input-placeholder {
  opacity: 0.5;
  font-family: 'MuseoSansCyrl', sans-serif; }

.search2 input[type="search"]:-ms-input-placeholder {
  opacity: 0.5;
  font-family: 'MuseoSansCyrl', sans-serif; }

.search2 input[type="search"]::-ms-input-placeholder {
  opacity: 0.5;
  font-family: 'MuseoSansCyrl', sans-serif; }

.search2 input[type="search"]::placeholder {
  opacity: 0.5;
  font-family: 'MuseoSansCyrl', sans-serif; }

.search2 input[type="submit"] {
  margin-top: 6px;
  width: 27px;
  height: 22px;
  border: none;
  background: url(../img/search.png) no-repeat; }

.phone {
  height: 100%;
  margin-left: 10px;
  margin-top: 3px;
  width: 320px;
  float: left;
  background: url(../img/str.png) no-repeat 242px 47px;
  font-size: 13px; }

.number {
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 42px;
  background: url(../img/phone.png) no-repeat 10px 40%;
  float: left;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px; }

.number:nth-child(2) {
  letter-spacing: 0.4px; }

.number:hover {
  text-decoration: none; }

.number2 {
  margin-top: -20px;
  padding-left: 18px;
  float: left;
  font-size: 10px; }

a.callme {
  float: left;
  position: relative;
  top: 1px;
  left: 45px;
  color: #4c93af;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #4c93af;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 21px;
  border-radius: 30px;
  outline: none; }

.header__right {
  float: left;
  display: -ms-flexbox;
  display: flex; }

.header__right__wrap {
  display: -ms-flexbox;
  display: flex; }

.header__right__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
  margin-left: 15px; }

.header__right__item span {
  height: 23px;
  position: absolute;
  right: -10px;
  top: -5px;
  text-align: center;
  width: 26px;
  display: block;
  border-radius: 100%;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-size: 14px; }

.header__right__item img {
  margin-bottom: 5px;
  height: 25px;
  transition: 0.3s all; }

.header__right__item:hover img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.header__right__item div {
  font-size: 14px;
  font-weight: 600; }

.header__right.fix-menu {
  width: 1170px;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  z-index: 10;
  top: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%; }

.header__right.fix-menu .header__right__wrap {
  top: 156px;
  position: fixed;
  right: -4px; }

.header__right.fix-menu .header__right__item {
  margin: 0 10px; }

.header__right.fix-menu .header__right__wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px; }

@media (max-width: 1199px) {
  .header__right.fix-menu {
    width: 960px; }
  .header__right.fix-menu .header__right__wrap {
    right: 0;
    top: 150px; } }

.navigation {
  margin-top: 18px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  list-style-type: none;
  margin-bottom: -66px; }

.navigation.fix-menu {
  position: fixed;
  top: 0;
  width: 1170px;
  margin-top: 0;
  z-index: 1000; }

@media (max-width: 1199px) {
  .navigation.fix-menu {
    width: 960px; } }

.navigation > li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0px;
  font-weight: 600;
  -ms-flex: 1;
      flex: 1; }

.navigationdown {
  font-weight: bold;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0;
  left: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  width: 1170px;
  height: 68px;
  z-index: 1;
  display: none; }

.navigation > li a {
  color: #fff;
  display: inline-block;
  padding: 15px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 17px; }

.navigation > li > a {
  white-space: nowrap; }

.navigation .sail {
  border-left: 1px solid #6bb434;
  border-right: 1px solid #7fca46;
  background: #77c23e url(../img/rasp.png) no-repeat 15px 17px;
  padding-left: 45px; }

.navigation .fish {
  border-left: 1px solid #6bb434;
  border-right: 24px solid #77c23e;
  background: #77c23e url(../img/fish.png) no-repeat 15px 16px;
  padding-left: 65px; }

.navigation .akc {
  border-left: 1px solid #6bb434;
  border-right: 24px solid #77c23e;
  background: #77c23e url(../img/akc.png) no-repeat 25px 16px;
  border-radius: 0 5px 5px 0;
  padding-left: 60px; }

.navigation .dog {
  background: #b56dba url(../img/dog3.png) no-repeat 25px 12px;
  border-right: 1px solid #ffa53d;
  border-radius: 5px 0 0 5px;
  padding-left: 60px; }

.navigation .cat {
  border-left: 1px solid #db7a0a;
  border-right: 1px solid #7fca46;
  background: #f9921c url(../img/cat2.png) no-repeat 20px 12px;
  padding-left: 70px; }

.navigation .rat {
  border-left: 1px solid #6bb434;
  border-right: 1px solid #7fca46;
  background: #77c23e url(../img/rat.png) no-repeat 10px 19px;
  padding-left: 50px; }

.navigation .bird {
  border-left: 1px solid #6bb434;
  border-right: 1px solid #7fca46;
  background: #77c23e url(../img/bird.png) no-repeat 15px 17px;
  padding-left: 60px; }

.navigation > li:hover .navigationdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.navigationdown > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*margin-left: 5px;*/
  /*background: url(../img/vv.png) no-repeat 5px 50%;*/
  position: relative; }

.navigationdown > li a {
  font-weight: 600;
  padding: 12px 20px 12px 25px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-decoration: none; }

.navigationdown > li > a {
  background: url(../img/vv.png) no-repeat 10px 50%; }

.navigationdown > li:hover {
  border-radius: 5px 5px 0 0;
  /*-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);*/
  text-decoration: none; }

.navigationdown > li:hover > a {
  background: url(../img/vv.png) no-repeat 10px 50%, linear-gradient(90deg, white 0%, white 10%, #e4e4e4 100%);
  box-shadow: 0 -7px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
  position: relative;
  z-index: 10;
  color: #7a2580; }

/*.navigationdown > li:hover > a:before{
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(to right, #fff, #f2f2f270);
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 10;
}*/
.nvgshn {
  display: none;
  position: absolute;
  width: 380px;
  background: #fff;
  left: 0;
  padding: 0;
  top: 100%;
  z-index: 9;
  overflow: hidden;
  border-radius: 0 0 5px 5px; }

.mnu1 {
  float: left;
  width: 140px;
  background: linear-gradient(90deg, white 0%, white 10%, #e4e4e4 100%);
  padding-top: 15px; }

.mnu2 {
  float: left;
  padding-top: 15px;
  width: 235px;
  border-left: 1px solid #e5e5e5; }

.nvgshn h4 {
  color: #77c23e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px; }

.navigationdown > li:hover .nvgshn {
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.3); }

.navigation > li:hover::before {
  content: "";
  background: url(../img/navigationdown.png) no-repeat;
  position: absolute;
  border-left: 8px solid transparent;
  border-top: 5px solid #77c23e;
  border-right: 8px solid transparent;
  z-index: 99;
  margin: 50px 0 0 78px; }

.navigation > li:nth-child(1):hover::before {
  border-top: 5px solid #b56dba; }

.navigation > li:nth-child(2):hover::before {
  border-top: 5px solid #f9921c; }

.navigationdown {
  font-weight: 600;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0;
  left: 0;
  padding: 0 0 0 0;
  position: absolute;
  list-style-type: none;
  width: 100%;
  height: 63px;
  z-index: 1; }

.nvgshn li {
  list-style: none; }

.nvgshn li a {
  text-align: left;
  list-style: none;
  padding: 5px 0 !important;
  margin: 0;
  font-size: 14px;
  color: #000; }

.navigationdown > li a:hover {
  color: #b56dba; }

.navigationdown > li ul a:hover {
  color: #f9921c; }

.nvgshn ul {
  padding-left: 25px; }

.nvgshn ul > a {
  text-decoration: underline;
  color: #858585;
  font-size: 12px;
  padding: 0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px; }

.navigationdown li:last-child .nvgshn {
  right: 0;
  left: auto; }

.slider {
  height: 458px;
  width: 1350px;
  display: inline-block;
  margin-left: -100px;
  background: url(../img/slider.png) no-repeat;
  margin-top: 0px; }

.flexslider {
  margin: 0 auto;
  width: 1170px;
  position: relative;
  height: 100%; }

.slides {
  margin: 0 0 0 0;
  position: relative;
  height: 100%; }

.slider-image {
  background-size: contain;
  height: 100%;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 0 !important; }

.slides div {
  height: 100%; }

.slides .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.slides .slick-prev {
  left: 2px; }

.slides .slick-next {
  right: 2px; }

.slides .slick-prev {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background: #fff url(../img/prevnext.png) no-repeat 46% -31px;
  border: 4px solid #b56dba;
  border-radius: 50%;
  font-size: 0; }

.slides .slick-next {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background: #fff url(../img/prevnext.png) no-repeat 57% 10px;
  border: 4px solid #b56dba;
  border-radius: 50%;
  font-size: 0; }

.slides div:focus {
  outline: none; }

.slides .slick-dots {
  position: absolute;
  right: 2px;
  bottom: 45px;
  display: -ms-flexbox;
  display: flex; }

.slides .slick-dots li {
  list-style: none;
  cursor: pointer; }

.slides .slick-dots button {
  width: 20px;
  padding: 2px 0;
  border-radius: 50%;
  text-decoration: none;
  display: block;
  background: #fff;
  color: #000;
  font-size: 13px;
  text-align: center;
  margin: 0 0 0 8px;
  font-weight: 300;
  border: 0;
  cursor: pointer;
  line-height: 1.2; }

.slides .slick-dots li.slick-active button {
  background-color: #f9921c;
  color: #fff; }

.slider-image .slider-link {
  display: block;
  height: 100%;
  text-decoration: none; }

.slider-image .slider-link .slider-btn {
  display: block;
  width: 250px;
  height: 50px;
  padding-top: 340px;
  margin-left: auto;
  margin-right: 165px; }

.slider-image .slider-link .slider-btn span {
  font-size: 21px;
  font-weight: bold;
  background: #f9921c;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  border-radius: 24px;
  display: block;
  text-align: center;
  cursor: pointer; }

@media (max-width: 1199px) {
  .logo img {
    width: 170px; }
  .number {
    padding-left: 42px; }
  .number2 {
    display: none; }
  .phone {
    background: url(../img/str.png) no-repeat 196px 60px; }
  .slider {
    height: 345px;
    width: 1000px;
    display: inline-block;
    margin-left: -35px;
    background: url(../img/slider.png) no-repeat;
    background-size: contain;
    margin-top: 10px; }
  .flexslider {
    width: 800px; }
  .navigation > li a {
    font-size: 12px; }
  .navigationdown > li a {
    padding: 15px;
    padding-left: 20px; }
  .navigation > li {
    margin-right: 0px; }
  .navigation > li:hover::before {
    margin: 48px 0 0 78px; }
  .navigation .dog {
    background: #b56dba url(../img/dog3.png) no-repeat 25px 12px; }
  .navigation .cat {
    background: #F9921D url(../img/cat2.png) no-repeat 15px 8px; }
  .slider-image .slider-link .slider-btn {
    padding-top: 240px;
    margin-right: 75px;
    font-size: 16px;
    height: 30px;
    width: 220px; }
  .slides .slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10px;
    padding-left: 0; }
  .slider-image .slider-link .slider-btn span {
    font-size: 16px; }
  .logo p {
    font-size: 11px; } }

.mobile_menu {
  display: none; }

#menu {
  display: none; }

@media (max-width: 1024px) {
  .top {
    display: none; }
  .header {
    display: none; }
  .navigation {
    display: none; }
  .slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 361px; }
  .flexslider {
    width: 100%; }
  .menu-link {
    width: 40px !important;
    height: 40px !important;
    background: #77c23e;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0; }
  .menu-link .drawer-hamburger-icon {
    margin: 18px auto 0 !important;
    background: #fff; }
  .menu-link .drawer-hamburger-icon, .menu-link .drawer-hamburger-icon:before, .menu-link .drawer-hamburger-icon:after {
    width: 22px;
    height: 4px;
    display: block; }
  .menu-link .drawer-hamburger-icon:before, .menu-link .drawer-hamburger-icon:after {
    position: relative;
    top: -8px;
    left: 0;
    content: ' '; }
  .mobile_menu {
    display: block;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 63px;
    right: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4); }
  .main {
    padding-top: 63px; }
  .menu-link .drawer-hamburger-icon:after {
    top: 4px; }
  .menu-link .drawer-hamburger-icon, .menu-link .drawer-hamburger-icon:before, .menu-link .drawer-hamburger-icon:after {
    width: 22px;
    height: 4px;
    display: block;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff; }
  .mobile_menu a {
    width: 40px;
    position: relative;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0; }
  .favor2 {
    background: #f9dc1c url(../img/izb.png) no-repeat 50%; }
  .mobile_menu a.logo_mob {
    background: url(../img/logo2.png) no-repeat;
    background-size: cover;
    width: 135px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin: 23px 0; }
  .search_mob {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0; }
  .search_mob {
    background: #f9921c url(../img/search2.png) no-repeat 50%; }
  .search_mob .sear {
    position: absolute;
    top: 63px;
    left: 0;
    display: none;
    background: #fff;
    padding: 25px 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px 0px rgba(50, 50, 50, 0.3); }
  .search_mob .sear .search2 {
    margin: 0 auto; }
  .search2 input[type="search"] {
    vertical-align: top;
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 197px;
    margin: 5px 0 0 20px;
    font-size: 13px;
    padding: 3px 0; }
  .search2 input[type="submit"] {
    margin-top: 6px;
    width: 27px;
    height: 22px;
    border: none;
    background: url(../img/search.png) no-repeat; }
  .basket {
    background: #b56dba url(../img/korz.png) no-repeat 50%; }
  .navigation .dog {
    border-radius: 0; }
  .search_mob .sear {
    position: absolute;
    top: 63px;
    left: 0;
    display: none;
    background: #fff;
    padding: 25px 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px 0px rgba(50, 50, 50, 0.3); }
  .slides .slick-arrow {
    zoom: 0.6; }
  .slides {
    margin: 0; }
  .flexslider {
    padding: 0;
    margin: 0; }
  .slider {
    height: auto!important; 
  }
  .slider-image .slider-link .slider-btn {
    display: none; }
  .slider-image {
    padding: 9%; }
  .slides .slick-dots {
    bottom: 10px; }
  #menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: -15.625em;
    width: 15.625em;
    transition: left 300ms ease 0s;
    background: #fff;
    display: block;
    overflow-y: scroll;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3); }
  #menu.active {
    left: 0; }
  #menu .navigation {
    display: block; }
  .lc {
    float: initial;
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-right: 10px; }
  .navigation > li {
    width: 100%; }
  #menu .navigation > li a {
    font-size: 16px;
    text-align: left;
    padding-left: 65px; }
  .navigation .akc {
    background: #77c23e url(../img/akc.png) no-repeat 15px 16px; }
  .navigation .dog {
    background: #b56dba url(../img/dog3.png) no-repeat 20px 12px; }
  .number {
    margin-top: 30px;
    font-size: 20px;
    float: none;
    display: block; }
  #menu .favorite {
    height: auto;
    padding-left: 36px;
    background: url(../img/clock.png) no-repeat 0 18px;
    margin: 0;
    display: block;
    float: none;
    width: 186px;
    margin-left: 9px;
    margin-bottom: 10px; }
  .mobile_menu .menu-link.active {
    position: absolute;
    left: 16em;
    z-index: 99999; }
  .active .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 0 !important; }
  .active .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    top: -4px !important; }
  .active .drawer-hamburger-icon {
    background: transparent !important; } }

@media (max-width: 559px) {
  .slider {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    background: #e9ecef;
    margin-top: 0;
    padding-top: 15px; }
  .slider-image {
    padding: 3%; } }

.prepre {
  margin-top: 25px;
  margin-bottom: 25px; }

.pre li {
  display: inline;
  font-size: 10pt;
  margin-right: 25px;
  background: url(../img/strelka.png) no-repeat 100% 50%; }

.pre li a {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  color: #000;
  display: inline-block;
  padding: 0px 35px 15px 75px;
  text-decoration: none; }

.pre li a:hover {
  text-decoration: underline; }

.pre li a.pre1 {
  background: url(../img/pre1.png) no-repeat; }

.pre li a.pre2 {
  background: url(../img/pre2.png) no-repeat;
  padding-left: 55px; }

.pre li a.pre3 {
  background: url(../img/pre3.png) no-repeat;
  padding-left: 53px; }

.pre li a.pre4 {
  background: url(../img/pre4.png) no-repeat;
  padding-left: 48px; }

.pre li a.pre5 {
  background: url(../img/pre5.png) no-repeat;
  padding-left: 50px; }

.pre li a.pre6 {
  background: url(../img/pre6.png) no-repeat;
  padding-left: 47px; }

.pre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

@media (max-width: 1199px) {
  .pre li {
    margin-right: 15px;
    background: none; }
  .pre li a {
    padding: 0px 2px 15px 71px; } }

@media (max-width: 1024px) {
  .prepre {
    display: none; } }

.sidebar.sidebar222 {
  width: 234px; }

.sidebar1 {
  margin-top: 8px; }

.sidebar1, .sidebar2 {
  width: 239px;
  box-shadow: 0 0 7px #AFAFAF;
  padding: 10px 10px 30px 10px;
  margin: 17px 0 30px 0; }

.sidebar1 .title {
  margin-top: 9px;
  margin-left: 8px;
  color: #77c23e;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 10px 45px;
  background: url(../img/dog.png) no-repeat 5px 6px; }

.sidebarnav {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px; }

a.alltov {
  font-size: 14px;
  margin-left: 12px;
  color: #f54b4b;
  font-weight: 500; }

.sidebarnav li {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 1px dotted #dcdcdc; }

.sidebarnav li a {
  color: #858585;
  display: inline-block;
  margin-top: 5px;
  padding-top: 7px;
  padding-left: 12px;
  text-decoration: none;
  height: 20px;
  width: 100%;
  background: url(../img/link.png) no-repeat 200px 6px; }

.sidebarnav li a:hover {
  text-decoration: underline; }

.menu1 {
  position: absolute;
  margin-top: -85px;
  margin-left: 215px;
  width: 250px;
  min-height: 450px;
  border: 1px solid #b56dba;
  border-radius: 5px;
  border-right: none;
  background: white;
  background: linear-gradient(90deg, white 0%, white 57%, #e4e4e4 100%);
  /*background: url(../img/menu.png);*/
  z-index: 99;
  display: none; }

.menu1 div, .menu2 div {
  color: #75c23e;
  padding-left: 36px;
  padding-top: 42px;
  background-color: #fff;
  border-radius: 5px; }

.menu1 div {
  background: linear-gradient(90deg, white 0%, white 57%, #e4e4e4 100%); }

.sidebar1.sidebar11 .menu2, .sidebar2.sidebar22 .menu2 {
  width: 245px; }

.menu2 {
  position: absolute;
  margin-left: 460px;
  margin-top: -85px;
  width: 200px;
  min-height: 450px;
  background-color: #fff;
  /*background: url(../img/menu2-02.png);*/
  background-repeat: no-repeat;
  border: 1px solid #b56dba;
  border-radius: 5px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-left: none;
  z-index: 999;
  display: none; }

.menu1:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 54px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  border: 1px solid #b56dba;
  z-index: -1; }

.menu1:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 70px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  border-right: 2px solid #b56dba;
  border-bottom: 2px solid #b56dba; }

@media (min-width: 1025px) {
  .sidebarnav li:hover .menu1 {
    display: block; } }

.sidebarnav li:hover .menu2 {
  display: block; }

.menu1 ul {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #fff;
  z-index: 99;
  border-radius: 5px;
  background: white;
  background: linear-gradient(90deg, white 0%, white 57%, #e4e4e4 100%); }

.menu1 ul li {
  border-bottom: none;
  list-style: none;
  height: 30px;
  padding-bottom: 5px; }

.sidebar1.sidebar11 .link_without_arrow, .sidebar2.sidebar22 .link_without_arrow {
  background: none; }

.menu2 ul {
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 25px; }

.menu2 ul li {
  border-bottom: none;
  list-style: none;
  height: 25px; }

.menu1 ul li {
  border-bottom: none;
  list-style: none;
  height: 30px;
  padding-bottom: 5px; }

.sidebar1.sidebar11 .link_without_arrow, .sidebar2.sidebar22 .link_without_arrow {
  background: none; }

.sidebarnav ul > a {
  color: #353535 !important;
  background: none !important;
  text-decoration: underline !important; }

.sidebar2 .title {
  margin-top: 9px;
  margin-left: 8px;
  color: #77c23e;
  font-size: 16px;
  padding: 10px 0 10px 45px;
  background: url(../img/cat.png) no-repeat 5px 6px;
  font-weight: 700; }

.sidebar2 {
  margin-top: 20px; }

.sidebar1 {
  margin-top: 0; }

.main-catalog {
  display: -ms-flexbox;
  display: flex; }

.tovars {
  -ms-flex: 1;
      flex: 1;
  padding-left: 35px; }

.tovars h2 {
  font-size: 25px;
  color: #f9921c;
  position: relative; }

.tovars h2:after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 8px; }

.tovar2 {
  padding: 15px;
  width: calc(100% / 4 - 26px);
  margin: 13px;
  float: left;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.tovar__bot {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.like {
  position: absolute;
  float: right;
  z-index: 2;
  display: block;
  padding: 0 !important;
  background: url(../img/heart2.png) no-repeat;
  width: 26px;
  top: 7px;
  height: 23px;
  right: 8px;
  cursor: pointer; }

.like.wish_added {
  background: url(../img/like2.png) no-repeat !important; }

.like:hover {
  background: url(../img/hearthover.png) no-repeat; }

.tovar2 p {
  color: #8f8f8f;
  text-align: center;
  padding: 0 4px 0 8px; }

.tovar2 .product-img {
  height: 175px; }

.tovar2 .product-img img {
  height: 160px;
  max-width: 100%;
  margin: 0 auto; }

.tovar2 .product-link {
  display: block;
  height: 40px;
  padding: 5px 0 0 0;
  overflow: hidden;
  margin-bottom: 10px; }

.tovar2 .product-link h3 {
  padding: 0 5px;
  margin: 0;
  line-height: 1.2;
  font-size: 15px; }

.tovar2 h3 {
  text-align: center;
  padding: 0 5px 0 10px; }

.tovar2 .product-ptext {
  height: 63px;
  font-size: 13px;
  color: #8f8f8f;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.tovar2:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.full-stars-example-two {
  margin-top: 10px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */ }
  .full-stars-example-two .rating-group {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .full-stars-example-two .rating__icon {
    pointer-events: none; }
  .full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important; }
  .full-stars-example-two .rating__input--none {
    display: none; }
  .full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 12px; }
  .full-stars-example-two .rating__icon--star {
    color: orange; }
  .full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd; }
  .full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange; }
  .full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd; }

.fasovka__title {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin-left: 2px;
  margin-bottom: 5px; }

.fasovka {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px; }

.fasovka__item {
  width: calc(100% / 3 - 4px);
  font-weight: 600;
  border: 2px solid #d8d8d8;
  margin: 0 2px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 4px; }

.fasovka__item.active {
  border: 2px solid #7fc649; }

.tovars__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px; }

.price {
  margin-top: 5px;
  margin-bottom: 5px; }

.price span {
  font-size: 22px;
  font-weight: 600; }

.price span.old__price {
  color: #ff0000;
  text-decoration: line-through;
  margin-right: 5px; }

.buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.buy span.netvnal {
  font-size: 17px;
  width: 100%;
  display: block;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.buy__left input {
  width: 33px;
  height: 100%;
  border: 0;
  text-align: center;
  border-right: 1px solid #b9b9b9;
  background-color: #f4ffeb; }

.buy__left {
  width: 54px;
  height: 41px;
  border: 1px solid #b9b9b9;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #f4ffeb;
  overflow: hidden; }

.buy__left div {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.buy__left div button {
  margin: 2px;
  padding: 1px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  width: 14px;
  height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.plus {
  background-color: #ef8c1b;
  color: #fff;
  border-radius: 100%;
  border: 0;
  position: relative; }

.plus:after {
  content: "";
  display: block;
  border-bottom: 1px solid #b9b9b9;
  position: absolute;
  bottom: -4px;
  width: 30px;
  left: -2px;
  right: 0; }

.minus {
  background-color: #535353;
  color: #fff;
  border-radius: 100%;
  border: 0; }

.buy__right {
  -ms-flex: 1;
      flex: 1;
  margin-left: 6px; }

.buy__right a {
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px; }

.buy__right a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.tovar-label {
  position: absolute;
  left: 0;
  right: 0;
  display: block; }

@media (max-width: 1199px) {
  .tovar2 {
    width: calc(100% / 3 - 26px); } }

@media (max-width: 1024px) {
  .main-catalog {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 25px; }
  .sidebarnav {
    display: none; }
  .sidebar1, .sidebar2 {
    margin: 0;
    padding: 0; }
  a.alltov {
    display: none; }
  .sidebar.sidebar222 {
    margin-bottom: 35px; }
  .tovars {
    padding-left: 0; }
  .sidebar1, .sidebar2 {
    background-image: url("../img/strl.png");
    background-position: right 5px top 12px;
    background-size: 10px;
    background-repeat: no-repeat; } }

@media (max-width: 767px) {
  .tovar2 {
    width: calc(100% / 2 - 26px); } }

@media (max-width: 559px) {
  .tovar2 {
    width: calc(100% / 2 - 10px);
    margin: 5px; }
  .tovars__wrap {
    margin: 0 -5px; }
  .buy__right svg {
    zoom: 0.9; }
  .buy__right a {
    font-size: 13px; } }

@media (max-width: 424px) {
  .tovar2 {
    width: calc(100% - 10px);
    margin: 5px; }
  .buy__right svg {
    zoom: 1; }
  .buy__right a {
    font-size: 14px; }
  .sidebarnav li:hover .menu1 {
    display: none; }
  .sidebarnav li:hover .menu2 {
    display: none; } }

.priut {
  width: 100%;
  margin-top: 50px; }

.priut h2 {
  font-size: 25px; }

.priut h2::after {
  width: 108px;
  height: 2px;
  background: #e9e9e9;
  content: "";
  display: block;
  margin: 9px 0 0 0; }

.priut .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background-size: cover;
  background-color: transparent;
  cursor: pointer; }

.priut .slick-prev {
  left: 0;
  z-index: 1;
  background-image: url(../img/arrow2.png); }

.priut .slick-next {
  right: 0;
  background-image: url(../img/arrow2.png);
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%); }

.priut div:focus {
  outline: none; }

.priut a:focus {
  outline: none; }

.priut p {
  padding: 15px 30px; }

.priut p a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto; }

.priut p a img {
  max-width: 100%; }

.slider_priyt .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (max-width: 767px) {
  .priut .slick-list {
    padding: 0; }
  .priut .slick-slide img {
    width: 100%;
    margin: 0 auto;
    object-fit: contain; }
  .slider_priyt {
    margin-top: 20px; }
  .priut h2 {
    margin-bottom: 25px; } }

.ads {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 50px; }

.ads h2::after {
  width: 108px;
  height: 2px;
  background: #e9e9e9;
  content: "";
  display: block;
  margin: 9px 0 0 0; }

.podatob {
  float: right;
  margin-top: -30px; }

a.ostob {
  color: #fff;
  margin-left: 20px;
  background: #77c23e url(../img/tochka.png) no-repeat 15px 16px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 25px 10px 45px;
  border-radius: 5px;
  outline: none; }

.ads__wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px; }

.news-item {
  width: calc(100% / 3);
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px; }

.news-item a {
  font-weight: 700;
  font-size: 18px; }

.news-item p {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news-item span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  font-weight: 700; }

.news-item span svg {
  margin-right: 8px;
  margin-top: -1px; }

.news-item div {
  padding-left: 20px; }

@media (max-width: 1024px) {
  .ads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .ads h2 {
    margin-bottom: 25px; }
  .podatob {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    float: none; }
  .ads__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .news-item {
    width: 50%;
    margin-bottom: 25px; }
  .podatob a:first-child {
    display: inline-block;
    width: 190px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #f9921c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 5px 0 5px;
    border-radius: 5px;
    outline: none; }
  a.ostob {
    display: inline-block;
    background-image: none;
    width: 190px;
    padding: 10px 0;
    text-align: center;
    margin: 10px 5px 0 5px; } }

@media (max-width: 767px) {
  .news-item {
    width: 100%; } }

.info {
  margin-bottom: 50px; }

.ads.news-block .news-item {
  width: 50%; }

.ads.news-block .news-item a {
  text-decoration: none;
  color: #ff8a00; }

@media (max-width: 767px) {
  .ads.news-block .news-item {
    width: 100%; } }

.footer {
  background: url(../img/footer.png) no-repeat;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: 100% 100%; }

.foot {
  margin: 25px 0 0 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-block {
  float: left;
  margin-right: 10px;
  text-align: left; }

.footer-block h3 {
  margin: 10px 0;
  font-size: 20px; }

.footer-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.footer-block li {
  font-size: 12pt;
  height: 25px; }

.footer-block li a {
  color: #b56dba;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0;
  text-decoration: none;
  width: 210px;
  font-size: 14px; }

.footer-block li a:hover {
  text-decoration: underline; }

.footer-block2 {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  margin-top: 15px; }

p.footer-logo {
  padding-right: 10px; }

a.numberfot {
  padding-left: 30px;
  background: url(../img/phone.png) no-repeat;
  font-size: 20pt;
  text-decoration: none; }

a.numberfot2 {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(../img/phone.png) no-repeat;
  font-size: 20pt; }

a.callmefot {
  font-weight: 700;
  color: #4c93af;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #4c93af;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 15px;
  outline: none; }

.vk {
  background: url(../img/vk.png) no-repeat; }

.facebook {
  background: url(../img/facebook.png) no-repeat; }

.odnoklassniki {
  background: url(../img/odnoklassniki.png) no-repeat; }

.smile {
  background: url(../img/smile.png) no-repeat; }

.viber {
  background: url(../img/viber.png) no-repeat; }

.whatsapp {
  background: url(../img/whatsapp.png) no-repeat; }

.footer__logo__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px; }

.social-links {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 1024px) {
  .social-links {
    margin-right: 30px; } }

.social-links li {
  width: 20px;
  list-style: none;
  margin: 0 2px; }

.social-links li a {
  display: block;
  height: 100%; }

.foot__wraper2 {
  display: -ms-flexbox;
  display: flex; }

.numer__wrap {
  -ms-flex: 0 0 272px;
      flex: 0 0 272px; }

.zvonok__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  text-align: center; }

.zvonok__wrap span {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 8px; }

a.callmefot {
  text-align: center;
  transition: 0.3s all; }

a.callmefot:hover {
  opacity: 0.8; }

.pay_wrap {
  width: 100%;
  margin-top: 15px; }

.pay_wrap img {
  width: 100%; }

.footer-block2 input[type="text"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  height: 35px;
  width: calc(100% - 100px);
  padding-left: 36px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 7px #afafaf;
  background: #fff url(../img/mail.png) no-repeat 13px 50%; }

.footer-block2 input[type="submit"] {
  margin-left: -5px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  width: 100px;
  color: #fff;
  padding: 9px 5px 10px 5px;
  background: #f9921c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.subscribe-form {
  margin-top: 5px; }

.footer__bot {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 25px; }

@media (max-width: 1400px) {
  .footer {
    max-width: 1350px;
    width: 100%; } }

@media (max-width: 1199px) {
  .footer-block2 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-top: 50px;
    margin-bottom: 25px; }
  .footer-block {
    width: calc(100% / 3);
    margin: 0; } }

@media (max-width: 1024px) {
  .footer {
    background-size: cover;
    background-position: center; }
  .footer-block2 {
    -ms-flex: 0 0 450px;
        flex: 0 0 450px; } }

@media (max-width: 767px) {
  .footer-block {
    width: 100%;
    margin: 3px 0 0 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    float: none; }
  .footer-block h3 {
    padding-left: 20px;
    position: relative; }
  .footer-block h3::before {
    content: "";
    width: 16px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
    background: #858585;
    right: 20px;
    top: 11px; }
  .footer-block h3::after {
    content: "";
    width: 4px;
    height: 16px;
    position: absolute;
    border-radius: 2px;
    background: #858585;
    right: 26px;
    top: 5px; }
  .footer-block h3.active::after {
    display: none; }
  .footer-block h3 + ul {
    display: none;
    padding-bottom: 20px; }
  .footer-block li a {
    padding-left: 20px; }
  .footer-block h3.active + ul {
    display: block; }
  .footer-block2 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .zvonok__wrap {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
  .foot__wraper2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 20px; }
  .pay_wrap {
    width: 280px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px; } }

@media (max-width: 559px) {
  .foot__wraper2 {
    -ms-flex-direction: column;
        flex-direction: column; }
  .numer__wrap {
    -ms-flex: auto;
        flex: auto;
    margin-bottom: 25px; }
  .zvonok__wrap {
    -ms-flex: auto;
        flex: auto;
    -ms-flex-align: center;
        align-items: center; }
  a.callmefot {
    width: 250px; }
  .footer__logo__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .social-links li {
    height: 20px; }
  .footer-logo {
    margin-bottom: 35px; }
  .social-links {
    width: 100%; } }

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99999; }

.modal__wrap__back {
  width: 370px;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 35px 45px;
  text-align: center; }

.modal__wrap__back h2 {
  font-size: 20px;
  margin-bottom: 20px; }

.modal__wrap__back input {
  width: 100%;
  height: 40px;
  margin-bottom: 13px;
  border: 1px solid #a5a5a5;
  border-radius: 2px;
  text-align: center;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px; }

.modal__wrap__back input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #474747; }

.modal__wrap__back input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #474747; }

.modal__wrap__back input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #474747; }

.modal__wrap__back input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #474747; }

.modal__wrap__back button {
  background-color: #77c23e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px; }

.modal__wrap__back p {
  color: #474747;
  font-size: 10px;
  text-align: center; }

.politica {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  padding: 35px;
  text-align: left; }

.modal__wrap__back .politica p {
  text-align: left;
  font-weight: 500; }

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #e4e4e4;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s all; }

.modal-close:hover {
  color: #9c9c9c; }

.modal-submite {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  padding: 35px;
  text-align: left; }

.modal-submite_wrap {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }

.modal-submite_wrap span {
  text-align: center;
  color: #79c23f;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.modal-submite_wrap div {
  text-align: center;
  font-size: 20px; }

.modal-submite_wrap i {
  font-size: 22px;
  margin-bottom: 4px; }

@media (max-width: 374px) {
  .modal__wrap__back {
    zoom: 0.8; } }

.buytovar__wrap {
  width: 550px;
  height: 240px;
  position: absolute;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.buytovar-flex {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px; }

.buytovar-flex i {
  font-size: 22px;
  color: #79c23f;
  margin-right: 15px; }

.buytovar__btn {
  display: -ms-flexbox;
  display: flex; }

.buytovar__btn a {
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 230px;
  height: 40px;
  background-color: #f9921c;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all; }

.buytovar-btn.addtocart svg {
  display: none; }

.buytovar-btn.addtocart {
  background-color: #f9921c !important;
  text-decoration: underline; }

.buytovar__btn .close-btn {
  background-color: #77c23e; }

.buytovar__btn a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

@media (max-width: 767px) {
  .buytovar__wrap {
    width: 100%; }
  .buytovar__btn a {
    margin-bottom: 10px; }
  .buytovar__btn {
    -ms-flex-direction: column;
        flex-direction: column; }
  .buytovar-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 18px; }
  .buytovar-flex i {
    margin-bottom: 15px; }
  .buytovar__wrap {
    height: 275px; } }

.slider.no-slider {
  height: 153px;
  background: url("../img/slider/slider2.png");
  background-size: 100% 100%; }

.slider.no-slider .navigation {
  margin-bottom: 85px; }

@media (max-width: 559px) {
  .slider.no-slider {
    padding-top: 0; } }

.contact .text-content {
  padding-left: 0; }

.news-item div {
  overflow: hidden;
}

.news-item p {
  word-wrap: break-word;
}