/*!
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 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: 992px) {
  .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: -webkit-box;
  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;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

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

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap-grid.css.map */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

img {
  max-width: 100%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none; }

textarea {
  overflow: auto;
  resize: none; }

input,
textarea {
  width: 100%; }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1A1A1A; }

h1 {
  line-height: 1.15;
  font-size: 3em; }

h2 {
  line-height: 1.15;
  font-size: 2.1875em; }

h3 {
  line-height: normal;
  font-size: 1.5em; }

h4 {
  line-height: 1.4;
  font-size: 1.125em; }

h5 {
  line-height: normal;
  font-size: 1em; }

svg {
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }
  svg path {
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  svg circle {
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  svg rect {
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }

a {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s; }

input,
textarea {
  font-family: "Roboto", sans-serif;
  outline: none; }

button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  outline: none; }

form button {
  width: 140px;
  height: 50px;
  background: #A0CB47;
  color: #1A1A1A; }
  form button:hover {
    background: #FFDF6B; }
  form button:active {
    background: #A8860D; }

form .button.file {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 50px;
  border: 1px solid #1A1A1A;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }
  form .button.file span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    form .button.file span svg {
      margin-right: 10px; }
  form .button.file input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer; }
  form .button.file:hover {
    background: #F2F2F2; }
  form .button.file:active {
    background: #CCCCCC; }

form .policy-link {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  line-height: normal;
  font-size: 0.75em;
  color: #808080; }
  form .policy-link a {
    text-decoration: underline; }

form .control {
  position: relative; }
  form .control + .control {
    margin-top: 20px; }
  form .control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: normal;
    font-size: 0.75em; }
  form .control-block__under {
    margin-top: 40px; }
    form .control-block__under-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  form .control label > div {
    position: relative; }
    form .control label > div span {
      position: absolute;
      top: 50%;
      right: 8px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  form .control input,
  form .control textarea {
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(77, 77, 77, 0.5);
    background: transparent;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    form .control input::-webkit-input-placeholder, form .control textarea::-webkit-input-placeholder {
      font-family: inherit;
      color: inherit;
      opacity: 0.4; }
    form .control input::-moz-placeholder, form .control textarea::-moz-placeholder {
      font-family: inherit;
      color: inherit;
      opacity: 0.4; }
    form .control input:-ms-input-placeholder, form .control textarea:-ms-input-placeholder {
      font-family: inherit;
      color: inherit;
      opacity: 0.4; }
    form .control input::-ms-input-placeholder, form .control textarea::-ms-input-placeholder {
      font-family: inherit;
      color: inherit;
      opacity: 0.4; }
    form .control input::placeholder,
    form .control textarea::placeholder {
      font-family: inherit;
      color: inherit;
      opacity: 0.4; }
    form .control input:focus,
    form .control textarea:focus {
      border-color: #4D4D4D; }
  form .control textarea {
    height: 80px;
    padding: 10px 15px; }
    form .control textarea.gray {
      height: 80px; }

form.blue .control input,
form.blue .control textarea {
  border: 1px solid #11803F; }
  form.blue .control input::-webkit-input-placeholder, form.blue .control textarea::-webkit-input-placeholder {
    opacity: 0.8; }
  form.blue .control input::-moz-placeholder, form.blue .control textarea::-moz-placeholder {
    opacity: 0.8; }
  form.blue .control input:-ms-input-placeholder, form.blue .control textarea:-ms-input-placeholder {
    opacity: 0.8; }
  form.blue .control input::-ms-input-placeholder, form.blue .control textarea::-ms-input-placeholder {
    opacity: 0.8; }
  form.blue .control input::placeholder,
  form.blue .control textarea::placeholder {
    opacity: 0.8; }

div.white form {
  color: #FFFFFF; }
  div.white form .control input,
  div.white form .control textarea {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    div.white form .control input::-webkit-input-placeholder, div.white form .control textarea::-webkit-input-placeholder {
      opacity: 0.4; }
    div.white form .control input::-moz-placeholder, div.white form .control textarea::-moz-placeholder {
      opacity: 0.4; }
    div.white form .control input:-ms-input-placeholder, div.white form .control textarea:-ms-input-placeholder {
      opacity: 0.4; }
    div.white form .control input::-ms-input-placeholder, div.white form .control textarea::-ms-input-placeholder {
      opacity: 0.4; }
    div.white form .control input::placeholder,
    div.white form .control textarea::placeholder {
      opacity: 0.4; }
  div.white form .control input:not(.error) + span svg path {
    stroke: #A0CB47; }
  div.white form .button.file {
    border-color: #FFFFFF;
    background: transparent; }
    div.white form .button.file svg path {
      fill: #FFFFFF; }
    div.white form .button.file:hover {
      color: #1A1A1A;
      background: #FFFFFF; }
      div.white form .button.file:hover svg path {
        fill: #1A1A1A; }
  div.white form .policy-link {
    color: #FFFFFF;
    opacity: 0.5; }
  div.white form button {
    width: 140px;
    height: 50px;
    background: #FFFFFF;
    color: #1A1A1A; }
    div.white form button:hover {
      background: #F2F2F2; }
    div.white form button:active {
      background: #CCCCCC; }

table {
  border-collapse: collapse; }
  table td,
  table th {
    vertical-align: top;
    border: 1px solid #CCCCCC;
    padding: 15px;
    white-space: nowrap; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
  padding: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.btn-show {
  display: none;
  margin-top: 20px;
  padding: 0;
  font-weight: 700;
  color: #11803F;
  background: transparent; }
  .btn-show svg {
    margin-left: 3px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .btn-show.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-show.show-content svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.slick-slide {
  outline: none !important; }

.yellow {
  color: #A0CB47; }

.link-back {
  display: none; }
  .link-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    color: #11803F;
    font-weight: 400;
    line-height: normal;
    font-size: 1em;
    font-weight: 700; }
    .link-back a svg {
      margin-right: 5px; }

.arrow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.arrow-left, .arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #11803F;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out; }
  .arrow-left svg path, .arrow-right svg path {
    fill: #11803F; }
  .arrow-left:hover, .arrow-right:hover {
    background: #11803F; }
    .arrow-left:hover svg path, .arrow-right:hover svg path {
      fill: #FFFFFF; }
  .arrow-left:active, .arrow-right:active {
    background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
  .arrow-left + div, .arrow-right + div {
    margin-left: 20px; }
  .arrow-left.white, .arrow-right.white {
    border: 1px solid #FFFFFF; }
    .arrow-left.white svg path, .arrow-right.white svg path {
      fill: #FFFFFF; }
    .arrow-left.white:hover, .arrow-right.white:hover {
      background: #FFFFFF; }
      .arrow-left.white:hover svg path, .arrow-right.white:hover svg path {
        fill: #11803F; }
    .arrow-left.white:active, .arrow-right.white:active {
      background: #E5E5E5; }

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 160px;
  width: 100%;
  color: #808080; }
  .arrow-link span {
    display: block; }
  .arrow-link:hover {
    color: #4D4D4D; }
    .arrow-link:hover svg path {
      fill: #4D4D4D; }
  .arrow-link:active {
    color: #1A1A1A; }
    .arrow-link:active svg path {
      fill: #1A1A1A; }

.breadcrumbs {
  padding: 0 0 20px;
  font-weight: 400;
  line-height: normal;
  font-size: 0.75em; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .breadcrumbs svg {
    margin: 0 10px; }

.breadcrumbs + section {
  padding-top: 0; }

.tabs {
  display: inline-block;
  padding: 0 40px;
  background: #F2F2F2; }
  .tabs ul li {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    font-weight: 700;
    color: #808080;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .tabs ul li::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 5px;
      background: #A0CB47;
      opacity: 0;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
    .tabs ul li.active {
      color: #1A1A1A; }
      .tabs ul li.active::before {
        opacity: 1; }
    .tabs ul li + li {
      margin-left: 20px; }
  .tabs-container {
    min-height: 768px;
    background: #F2F2F2;
    opacity: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .tabs-container.hidden {
      display: none;
      opacity: 0; }

.download-link {
  width: 200px;
  height: 40px;
  background: #11803F;
  color: #FFFFFF;
  margin: 40px 0 0;
  font-weight: 400;
  line-height: normal;
  font-size: 0.75em; }
  .download-link:hover {
    background: #1A9D50; }
  .download-link:active {
    background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }

.jGrowl .af-message-success {
  display: none !important; }

.page-catalog .category {
  background: #F2F2F2; }
  .page-catalog .category-container__header {
    padding-bottom: 0;
    border-bottom: unset; }
    .page-catalog .category-container__header-img {
      height: 400px; }
      .page-catalog .category-container__header-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.page-catalog .breadcrumbs, .page-news .breadcrumbs, .page-contacts .breadcrumbs {
  padding-top: 30px;
  background: #F2F2F2; }

.page-news .news-header .title {
  color: #11803F; }

.page-news .news-body__slider-item {
  margin-bottom: 40px; }

.page-news-detail .breadcrumbs {
  padding-top: 30px;
  background: #F2F2F2; }

.main-page .count-section {
  padding-top: 30px; }
  @media (max-width: 991px) {
    .main-page .count-section {
      padding-top: 0; } }

.service-content__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  .service-content__slider-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .service-content__slider-item img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 25vw;
      -o-object-fit: cover;
         object-fit: cover; }

.fancybox-image {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

@media (min-width: 992px) {
  .breadcrumbs + section {
    padding-top: 0 !important; } }

@media (max-width: 991px) {
  .breadcrumbs {
    display: none; }
    .breadcrumbs + .catalog-section {
      padding-top: 50px; }
  .link-back {
    display: block; }
  .arrow-block {
    display: none; }
  .wrapper {
    padding: 50px 0 0 0;
    overflow-x: hidden; }
  .tabs-container {
    min-height: unset; }
  .page-news .news {
    padding-top: 20px; }
    .page-news .news-header {
      margin-bottom: 20px; }
      .page-news .news-header .title {
        color: #1A1A1A; }
  .page-product .category {
    padding: 0 0 50px 0; }
  .page-contacts .link-back {
    background: #F2F2F2; } }

@media (max-width: 767px) {
  h1 {
    font-size: 1.5em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1em; }
  h4 {
    font-size: 0.875em; }
  form .control-block__under {
    margin-top: 30px; }
    form .control-block__under-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      form .control-block__under-buttons .button + .button {
        margin-top: 15px; }
  form .button.file {
    max-width: 100%; }
  form button {
    width: 100% !important; }
  form .policy-link {
    margin-top: 15px;
    text-align: center; }
  .tabs {
    padding: 0 15px; }
  .page-news .news-body__slider-item {
    width: 100%; }
    .page-news .news-body__slider-item__img {
      height: 270px;
      margin-bottom: 20px; }
    .page-news .news-body__slider-item__block-data {
      margin-bottom: 10px; }
    .page-news .news-body__slider-item__block-title {
      font-size: 1.5em; }
  .page-product .category {
    overflow: hidden; }
    .page-product .category .row > div:last-child {
      padding: 0; } }

@media (max-width: 575px) {
  .tabs {
    overflow-x: auto;
    padding: 0 0 0 15px; }
    .tabs-wrap {
      overflow: hidden; }
      .tabs-wrap .container {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .tabs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .tabs ul li {
        white-space: nowrap; }
        .tabs ul li:last-child {
          padding-right: 15px; }
  .page-news .news-body__slider-item {
    padding: 0; }
    .page-news .news-body__slider-item__block {
      padding: 0 15px; } }

.modal {
  position: relative;
  max-width: 515px;
  width: 100%;
  padding: 50px 80px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-y: auto; }
  .modal .title {
    margin-bottom: 30px; }
  .modal-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: start;
        justify-self: start;
    display: none;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
    .modal-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1A1A1A;
      opacity: 0.4; }
    .modal-wrapper.active {
      opacity: 1; }
  .modal-success .modal {
    max-width: 700px; }
  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .modal-close__desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      border: 1px solid #B3B3B3;
      background: transparent;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
      .modal-close__desktop:hover {
        border-color: none;
        background: #E5E5E5; }
      .modal-close__desktop:active {
        background: #B3B3B3; }
    .modal-close .link-back {
      display: none; }
  .modal-alert .title {
    margin-bottom: 20px;
    color: #11803F; }
  .modal-alert .subtitle {
    font-weight: 300;
    font-size: 1.25em; }
  .modal-city .title {
    margin-bottom: 22px;
    color: #11803F; }
  .modal-city .city-result {
    max-height: 300px;
    margin-top: 30px;
    overflow-y: auto; }
    .modal-city .city-result ul li span {
      display: inline-block;
      -webkit-transition: .3s all ease;
      transition: .3s all ease;
      cursor: pointer; }
      .modal-city .city-result ul li span:hover {
        color: #1A9D50; }
      .modal-city .city-result ul li span:active {
        color: #0B6E34; }
    .modal-city .city-result ul li + li {
      margin-top: 15px; }
  .modal-cart .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1005px; }
    .modal-cart .modal.full {
      min-width: 515px;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content; }
    .modal-cart .modal .title.mobile {
      display: none; }
    .modal-cart .modal-left {
      max-width: 355px;
      width: 100%; }
    .modal-cart .modal-right {
      display: none;
      max-width: 405px;
      width: 100%;
      margin-left: 70px;
      padding-right: 35px;
      max-height: 630px;
      overflow-y: auto; }
      .modal-cart .modal-right.active {
        display: block; }
      .modal-cart .modal-right__product {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0; }
        .modal-cart .modal-right__product:first-child {
          padding-top: 0; }
          .modal-cart .modal-right__product:first-child .modal-right__product-close {
            top: 0; }
        .modal-cart .modal-right__product + .modal-right__product {
          border-top: 1px solid #B3B3B3; }
        .modal-cart .modal-right__product-img {
          min-width: 80px;
          min-height: 80px;
          max-width: 80px;
          max-height: 80px;
          margin-right: 20px; }
        .modal-cart .modal-right__product-block__title {
          margin-bottom: 2px; }
        .modal-cart .modal-right__product-block__subtitle {
          display: block; }
        .modal-cart .modal-right__product-block a {
          font-weight: 400;
          line-height: normal;
          font-size: 0.75em;
          color: #808080; }
          .modal-cart .modal-right__product-block a:hover {
            color: #1A1A1A; }
        .modal-cart .modal-right__product-block > div {
          margin-bottom: 10px; }
        .modal-cart .modal-right__product-close {
          position: absolute;
          top: 15px;
          right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: .3s all ease;
          transition: .3s all ease;
          cursor: pointer; }
          .modal-cart .modal-right__product-close:hover {
            background: #F2F2F2; }
          .modal-cart .modal-right__product-close:active {
            background: #E82A2A; }
            .modal-cart .modal-right__product-close:active svg path {
              stroke: #FFFFFF; }
          .modal-cart .modal-right__product-close.mobile {
            display: none;
            color: #E82A2A; }

@media (max-width: 991px) {
  .modal-cart {
    top: unset;
    height: calc(100vh - 50px); }
    .modal-cart .container {
      max-width: 100%;
      padding: 0; }
    .modal-cart .modal {
      max-width: 100%;
      height: calc(100vh - 50px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .modal-cart .modal-right {
        max-width: 100%;
        max-height: unset;
        margin: 0 0 50px 0;
        padding: 0;
        overflow-y: unset; }
        .modal-cart .modal-right__product-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .modal-cart .modal-right__product-block a {
            display: none; }
          .modal-cart .modal-right__product-block .mobile {
            position: static;
            display: block;
            margin: 0; }
            .modal-cart .modal-right__product-block .mobile:hover {
              background: transparent; }
            .modal-cart .modal-right__product-block .mobile:active {
              color: #E82A2A;
              background: transparent; }
          .modal-cart .modal-right__product-block__title {
            font-size: 1.125em; }
          .modal-cart .modal-right__product-block__subtitle {
            font-weight: 400;
            line-height: normal;
            font-size: 0.75em; }
        .modal-cart .modal-right__product-close.desktop {
          display: none; }
      .modal-cart .modal-left {
        max-width: 100%; }
      .modal-cart .modal .title {
        font-size: 1.5em; }
        .modal-cart .modal .title.desktop {
          display: none; }
        .modal-cart .modal .title.mobile {
          display: block; }
      .modal-cart .modal-close {
        position: static; }
        .modal-cart .modal-close__desktop {
          display: none; }
        .modal-cart .modal-close .link-back {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

@media (max-width: 575px) {
  .modal {
    max-width: 100%;
    height: calc(100vh - 50px);
    padding: 0 15px 50px 15px; }
    .modal .title {
      font-size: 1.5em; }
    .modal-wrapper {
      top: unset;
      height: calc(100vh - 50px); }
      .modal-wrapper .container {
        padding: 0; }
    .modal-close {
      position: static; }
      .modal-close__desktop {
        display: none; }
      .modal-close .link-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.header {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 5px 0 30px;
  background: #FFFFFF; }
  .header .desktop {
    display: block; }
    .header .desktop.fixed {
      position: fixed;
      top: -100%;
      left: 0;
      right: 0;
      color: #1A1A1A;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: .6s all ease-in-out;
      transition: .6s all ease-in-out; }
      .header .desktop.fixed .header-top__logo svg path {
        fill: #11803F; }
      .header .desktop.fixed .header-top__logo:hover a svg path {
        fill: #1A9D50; }
      .header .desktop.fixed .header-top__logo:active a svg path {
        fill: #0B6E34; }
      .header .desktop.fixed .header-top__catalog svg path {
        fill: #1A1A1A; }
      .header .desktop.fixed .header-top__menu > ul > li > a:hover svg path {
        fill: #FFDF6B !important; }
      .header .desktop.fixed .header-top__menu > ul > li > a:active svg path {
        fill: #A8860D !important; }
      .header .desktop.fixed .header-bottom {
        display: none; }
    .header .desktop.active {
      top: 0; }
  .header .mobile {
    display: none; }
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-top__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-top__logo {
      padding: 20px 0; }
      .header-top__logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .header-top__logo svg path {
        fill: #11803F; }
      .header-top__logo:hover a svg path {
        fill: #1A9D50; }
      .header-top__logo:active a svg path {
        fill: #0B6E34; }
    .header-top__city {
      padding: 20px 0;
      margin-left: 60px;
      font-weight: 400;
      line-height: normal;
      font-size: 1em;
      font-weight: bold;
      color: #11803F;
      cursor: default; }
    .header-top__menu {
      margin-left: 60px; }
      .header-top__menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-top__menu > ul > li {
          position: relative;
          font-weight: 400;
          line-height: normal;
          font-size: 1em; }
          .header-top__menu > ul > li + li {
            margin-left: 20px; }
          .header-top__menu > ul > li > a {
            padding: 23px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .header-top__menu > ul > li > a:hover {
              color: #1A9D50; }
            .header-top__menu > ul > li > a:active {
              color: #0B6E34; }
            .header-top__menu > ul > li > a svg {
              margin-left: 5px; }
            .header-top__menu > ul > li > a:hover svg path {
              fill: #1A9D50; }
            .header-top__menu > ul > li > a:active svg path {
              fill: #0B6E34; }
      .header-top__menu-under {
        z-index: 5;
        position: absolute;
        top: 65px;
        left: -30px;
        width: 275px;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        display: none; }
        .header-top__menu-under.hidden {
          opacity: 0; }
        .header-top__menu-under ul li {
          border: 1px solid #B3B3B3; }
          .header-top__menu-under ul li + li {
            border-top: none; }
          .header-top__menu-under ul li a {
            display: block;
            padding: 15px 30px;
            background: #FFFFFF; }
            .header-top__menu-under ul li a:hover {
              background: #F2F2F2; }
            .header-top__menu-under ul li a:active {
              background: #11803F;
              color: #FFFFFF; }
    .header-top__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px 0; }
      .header-top__contacts a {
        font-weight: 700; }
        .header-top__contacts a:hover {
          color: #1A9D50; }
        .header-top__contacts a:active {
          color: #0B6E34; }
        .header-top__contacts a + a {
          margin-left: 20px; }
        .header-top__contacts a:last-child {
          color: #11803F; }
  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-bottom__search {
      position: relative;
      width: 100%; }
      .header-bottom__search form {
        position: relative; }
        .header-bottom__search form input {
          height: 30px;
          font-weight: 400;
          line-height: normal;
          font-size: 0.75em; }
        .header-bottom__search form .header-bottom__search-btn {
          z-index: 1;
          position: absolute;
          top: 50%;
          right: 7px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border: none;
          width: 16px;
          height: 16px;
          background: transparent; }
          .header-bottom__search form .header-bottom__search-btn.focus svg path {
            fill: #1A9D50; }
      .header-bottom__search-results {
        z-index: 1;
        position: absolute;
        width: 100%;
        background: #FFFFFF; }
        .header-bottom__search-results.active {
          border: 1px solid #E5E5E5; }
        .header-bottom__search-results__item {
          padding: 0 20px 0 30px;
          -webkit-transition: .3s all ease;
          transition: .3s all ease; }
          .header-bottom__search-results__item + .header-bottom__search-results__item a {
            border-top: 1px solid #CCCCCC; }
          .header-bottom__search-results__item a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 15px 35px 15px 0;
            font-weight: 400;
            line-height: normal;
            font-size: 1em; }
            .header-bottom__search-results__item a svg path {
              -webkit-transition: .3s all ease;
              transition: .3s all ease; }
            .header-bottom__search-results__item a .loupe {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-right: 20px; }
            .header-bottom__search-results__item a .search-arrow {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              position: absolute;
              right: 0;
              -webkit-transition: .3s all ease;
              transition: .3s all ease; }
          .header-bottom__search-results__item:hover {
            background: #F2F2F2; }
            .header-bottom__search-results__item:hover .loupe svg path {
              fill: #4D4D4D; }
            .header-bottom__search-results__item:hover .search-arrow {
              right: 15px; }
    .header-bottom__cart {
      margin-left: 50px;
      width: 130px;
      height: 30px;
      background: #11803F;
      color: #FFFFFF;
      font-weight: 400;
      line-height: normal;
      font-size: 0.75em; }
      .header-bottom__cart:hover {
        background: #1A9D50; }
      .header-bottom__cart:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
      .header-bottom__cart_mobile {
        width: 100%;
        height: 50px;
        background: #11803F;
        color: #FFFFFF; }
        .header-bottom__cart_mobile:hover {
          background: #1A9D50; }
        .header-bottom__cart_mobile:active {
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }

@media (min-width: 992px) {
  .main-page .header {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    color: #FFFFFF;
    background: transparent; }
    .main-page .header-top__logo svg path {
      fill: #FFFFFF; }
    .main-page .header-top__menu-under {
      color: #1A1A1A; }
    .main-page .header-top__catalog a svg path {
      fill: #FFFFFF; }
    .main-page .header-top__catalog a:hover svg path {
      fill: #FFDF6B; }
    .main-page .header-top__catalog a:active svg path {
      fill: #A8860D; }
    .main-page .header-top__city {
      color: white; }
    .main-page .header-top__contacts a:last-child {
      color: white; }
      .main-page .header-top__contacts a:last-child:hover {
        color: #1A9D50; }
      .main-page .header-top__contacts a:last-child:active {
        color: #0B6E34; }
    .main-page .header-bottom form .control input {
      border-color: #FFFFFF;
      color: #FFFFFF; }
    .main-page .header-bottom form .header-bottom__search-btn svg path {
      fill: #FFFFFF; }
    .main-page .header-bottom form .header-bottom__search-btn.focus svg path {
      fill: #A0CB47; }
    .main-page .header-bottom__cart {
      width: 130px;
      height: 30px;
      background: #FFFFFF;
      color: #1A1A1A; }
      .main-page .header-bottom__cart:hover {
        background: #F2F2F2; }
      .main-page .header-bottom__cart:active {
        background: #CCCCCC; }
    .main-page .header-bottom__search-results {
      color: #1A1A1A; }
  .main-page .header .desktop.fixed .header-top__city,
  .main-page .header .desktop.fixed .header-top__contacts a:last-child {
    color: #11803F; }
  .main-page .header .desktop.fixed .header-top__contacts a:last-child:hover {
    color: #1A9D50; }
  .main-page .header .desktop.fixed .header-top__contacts a:last-child:active {
    color: #0B6E34; } }

@media (max-width: 1199px) {
  .header-top__logo {
    width: 140px; }
  .header-top__city {
    margin-left: 20px; }
  .header-top__menu {
    margin-left: 20px; }
  .header-bottom__cart {
    margin-left: 30px; } }

@media (max-width: 991px) {
  .header {
    z-index: 5;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px #E5E5E5;
            box-shadow: 0px 0px 20px #E5E5E5; }
    .header .desktop {
      display: none; }
    .header .mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 50px;
      background: #FFFFFF; }
    .header-top__logo {
      padding: 0;
      opacity: 1;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
      .header-top__logo.hidden {
        opacity: 0; }
    .header-top__city {
      padding: 10px 0;
      margin: 0 15px 10px 15px;
      color: #11803F; }
    .header-top__contacts {
      margin-bottom: 40px;
      padding: 0 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header-top__contacts a {
        display: block;
        padding: 10px 0;
        font-weight: 700; }
        .header-top__contacts a + a {
          margin: 10px 0 0 0; }
        .header-top__contacts a:last-child {
          color: #1A1A1A; }
    .header-bottom__cart, .header-bottom__cart-mobile {
      margin: 0;
      width: 100%;
      height: 50px;
      background: #11803F;
      color: #FFFFFF;
      font-weight: 400;
      line-height: normal;
      font-size: 1em; }
      .header-bottom__cart:hover, .header-bottom__cart-mobile:hover {
        background: #1A9D50; }
      .header-bottom__cart:active, .header-bottom__cart-mobile:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .header-bottom__search-results {
      max-height: 300px;
      padding-right: 15px;
      overflow-y: auto; }
      .header-bottom__search-results__item {
        padding: 0 15px; }
    .header-mobile__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header-mobile__container-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: auto; }
      .header-mobile__container__search {
        z-index: -1;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        -webkit-transition: .3s all ease;
        transition: .3s all ease; }
        .header-mobile__container__search.active {
          top: 50px; }
        .header-mobile__container__search form .control input {
          height: 55px;
          border: none;
          background: #E5E5E5; }
        .header-mobile__container__search-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: .3s all ease;
          transition: .3s all ease; }
          .header-mobile__container__search-btn.hidden {
            opacity: 0; }
      .header-mobile__container__menu {
        z-index: 5;
        position: fixed;
        top: 50px;
        right: -100%;
        height: calc(100vh - 50px);
        max-width: 375px;
        width: 100%;
        padding: 0 15px;
        background: white;
        overflow-y: auto;
        -webkit-transition: .3s all ease;
        transition: .3s all ease; }
        .header-mobile__container__menu.active {
          right: 0; }
        .header-mobile__container__menu-top {
          padding-bottom: 40px;
          border-bottom: 1px solid #B3B3B3; }
          .header-mobile__container__menu-top > ul > li + li {
            margin-top: 10px; }
          .header-mobile__container__menu-top > ul > li a {
            padding: 5px 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: 300;
            font-size: 1.25em; }
        .header-mobile__container__menu-bottom {
          padding: 20px 0 50px; }
        .header-mobile__container__menu-btn {
          width: 26px;
          height: 26px;
          margin-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .header-mobile__container__menu-btn span,
          .header-mobile__container__menu-btn span::before,
          .header-mobile__container__menu-btn span::after {
            display: block;
            width: 26px;
            height: 3px;
            background: #11803F;
            -webkit-transition: .1s;
            transition: .1s; }
          .header-mobile__container__menu-btn span {
            position: relative; }
            .header-mobile__container__menu-btn span::before {
              content: '';
              position: absolute;
              top: -8px; }
            .header-mobile__container__menu-btn span::after {
              content: '';
              position: absolute;
              bottom: -8px; }
          .header-mobile__container__menu-btn.active span {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
            .header-mobile__container__menu-btn.active span::before {
              content: unset; }
            .header-mobile__container__menu-btn.active span::after {
              bottom: 0;
              -webkit-transform-origin: center;
                  -ms-transform-origin: center;
                      transform-origin: center;
              -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                      transform: rotate(-90deg); } }

@media (max-width: 575px) {
  .header-mobile__container__menu {
    max-width: 100%; } }

.footer {
  padding: 60px 0;
  border-top: 1px solid #E5E5E5; }
  .footer > .container > .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer .row > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-menu__container {
    max-width: 272px;
    width: 100%;
    margin: 0 auto; }
    .footer-menu__container ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; }
      .footer-menu__container ul li {
        font-weight: 400;
        line-height: normal;
        font-size: 1em; }
        .footer-menu__container ul li a:hover {
          color: #1A9D50; }
        .footer-menu__container ul li a:active {
          color: #0B6E34; }
  .footer-contacts ul li {
    font-weight: 400;
    line-height: normal;
    font-size: 1em; }
    .footer-contacts ul li a:hover {
      color: #1A9D50; }
    .footer-contacts ul li a:active {
      color: #0B6E34; }
    .footer-contacts ul li + li {
      margin-top: 15px; }
    .footer-contacts ul li ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-contacts ul li ul li + li {
        margin: 0 0 0 15px; }
      .footer-contacts ul li ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .footer-contacts ul li ul li:nth-child(1) a:hover svg circle {
        fill: #1A9D50; }
      .footer-contacts ul li ul li:nth-child(1) a:active svg circle {
        fill: #0B6E34; }
      .footer-contacts ul li ul li:nth-child(2) a:hover svg path {
        fill: #1A9D50; }
      .footer-contacts ul li ul li:nth-child(2) a:active svg path {
        fill: #0B6E34; }
      .footer-contacts ul li ul li:nth-child(3) a:hover svg rect {
        fill: #1A9D50; }
      .footer-contacts ul li ul li:nth-child(3) a:active svg rect {
        fill: #0B6E34; }
  .footer-info ul li {
    font-weight: 400;
    line-height: normal;
    font-size: 0.75em; }
    .footer-info ul li + li {
      margin-top: 15px; }
    .footer-info ul li:last-child a {
      text-decoration: underline; }

@media (max-width: 991px) {
  .footer {
    padding: 40px 0;
    text-align: center; }
    .footer .row > div:nth-child(1) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer .row > div:nth-child(2) {
      display: none; }
    .footer-logo {
      display: inline-block;
      width: 216px;
      margin: 0 0 40px 0; }
      .footer-logo img {
        width: 100%; }
    .footer-contacts {
      display: inline-block;
      margin-bottom: 40px; }
      .footer-contacts ul li {
        font-weight: 300;
        font-size: 1.25em; }
        .footer-contacts ul li + li {
          margin-top: 10px; }
          .footer-contacts ul li + li:last-child {
            margin-top: 40px; }
        .footer-contacts ul li a {
          font-weight: inherit; }
        .footer-contacts ul li ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .footer-contacts ul li ul li + li {
            margin: 0 0 0 30px !important; }
          .footer-contacts ul li ul li a svg {
            width: 40px;
            height: 40px; } }

@media (max-width: 991px) {
  .catalog-new {
    padding: 40px 0 !important; } }

@media (max-width: 991px) {
  .catalog-new .row > div:last-child {
    display: none; } }

@media (max-width: 991px) {
  .catalog-new .category-menu {
    max-width: 100%; } }

.catalog-section {
  padding: 100px 0;
  background: #F2F2F2; }
  .catalog-section .title {
    margin-bottom: 30px; }
  .catalog-section__block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px; }
    .catalog-section__block-item__img {
      position: relative;
      width: 100%;
      height: 320px;
      margin-bottom: 15px; }
      .catalog-section__block-item__img:hover a {
        opacity: 1; }
      .catalog-section__block-item__img:active a::before {
        background: #0B6E34;
        opacity: 0.8; }
      .catalog-section__block-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .catalog-section__block-item__img a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #FFFFFF;
        opacity: 0; }
        .catalog-section__block-item__img a::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #11803F;
          opacity: 0.5;
          -webkit-transition: .3s all ease;
          transition: .3s all ease; }
        .catalog-section__block-item__img a span {
          z-index: 1;
          position: relative; }
    .catalog-section__block-item.catalog-link .catalog-section__block-item__img {
      border: 1px solid #808080; }
      .catalog-section__block-item.catalog-link .catalog-section__block-item__img a {
        color: #1A1A1A;
        opacity: 1; }
        .catalog-section__block-item.catalog-link .catalog-section__block-item__img a::before {
          background: transparent;
          opacity: 1; }
      .catalog-section__block-item.catalog-link .catalog-section__block-item__img:hover a {
        color: #FFFFFF; }
        .catalog-section__block-item.catalog-link .catalog-section__block-item__img:hover a::before {
          background: #11803F; }
      .catalog-section__block-item.catalog-link .catalog-section__block-item__img:active a::before {
        background: #0B6E34; }
    .catalog-section__block-item__title {
      margin-bottom: 5px; }
    .catalog-section__block-item__link:hover {
      color: #1A9D50; }
    .catalog-section__block-item__link:active {
      color: #0B6E34; }
  .catalog-section__btn-link {
    display: none;
    margin-top: 40px;
    width: 100%;
    height: 50px;
    background: #11803F;
    color: #FFFFFF; }
    .catalog-section__btn-link:hover {
      background: #1A9D50; }
    .catalog-section__btn-link:active {
      background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }

.catalog-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .catalog-category__item + .catalog-category__item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #B3B3B3; }

.catalog-category__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }

.catalog-category .catalog-section__block-item[data-class-key="msProduct"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  gap: 30px;
  background: #11803F; }
  .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__img {
    margin: unset; }
  .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__title {
    color: #FFFFFF; }
  .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__subtitle {
    color: #CCCCCC; }
  .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__link {
    margin-top: 30px;
    color: #FFFFFF; }
    .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__link:hover {
      color: #F2F2F2; }
    .catalog-category .catalog-section__block-item[data-class-key="msProduct"] .catalog-section__block-item__link:active {
      color: #CCCCCC; }

@media (max-width: 991px) {
  .catalog-section {
    padding: 50px 0; }
    .catalog-section .title {
      margin-bottom: 25px; }
    .catalog-section__block {
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } }

@media (max-width: 767px) {
  .catalog-section__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
    .catalog-section__block-item__img {
      height: 135px;
      margin-bottom: 10px; }
    .catalog-section__block-item__title {
      margin-bottom: 0; }
    .catalog-section__block-item__link {
      display: none; }
  .catalog-section__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.count-section {
  padding: 100px 0;
  background: #FFFFFF; }
  .count-section__item {
    position: relative;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .count-section__item-num {
      position: absolute;
      top: 0;
      line-height: 1.15;
      font-weight: 700;
      font-size: 5em;
      color: #A0CB47; }
    .count-section__item-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      color: #A0CB47; }
      .count-section__item-img svg {
        width: 100%;
        height: 100%; }
    .count-section__item-block {
      z-index: 1;
      position: relative;
      padding-top: 25px;
      background: #FFFFFF; }

@media (max-width: 991px) {
  .count-section {
    padding: 50px 0; }
    .count-section .row {
      margin: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }

@media (max-width: 767px) {
  .count-section__item-title {
    font-size: 18px; } }

@media (max-width: 575px) {
  .count-section .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.about-section {
  min-height: 650px;
  position: relative; }
  .about-section__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% + 15px); }
    .about-section__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about-section__container {
    padding: 100px 0; }
  .about-section__left .title {
    margin-bottom: 180px;
    color: #FFFFFF; }
  .about-section__left .button {
    margin-left: auto;
    width: 186px;
    height: 50px;
    background: #FFFFFF;
    color: #1A1A1A; }
    .about-section__left .button:hover {
      background: #F2F2F2; }
    .about-section__left .button:active {
      background: #CCCCCC; }
  .about-section__left-img {
    display: none; }
  .about-section__right-title {
    max-width: 320px;
    width: 100%;
    margin-bottom: 30px; }

@media (max-width: 991px) {
  .about-section {
    min-height: unset;
    overflow: hidden; }
    .about-section__img {
      display: none; }
    .about-section__container {
      padding: 0; }
    .about-section__left {
      position: relative;
      padding: 50px 0; }
      .about-section__left-img {
        position: absolute;
        top: 0;
        left: -25%;
        right: -25%;
        bottom: 0;
        display: block; }
        .about-section__left-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .about-section__left .title {
        z-index: 1;
        position: relative;
        margin-bottom: 30px; }
      .about-section__left .button {
        z-index: 1;
        position: relative;
        margin-left: unset; }
    .about-section__right {
      padding: 50px 0; }
      .about-section__right-title {
        max-width: 100%;
        margin-bottom: 10px; } }

.geo-section {
  padding: 100px 0; }
  .geo-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .geo-section__img {
    margin-left: 38px; }
    .geo-section__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .geo-section__block {
    max-width: 380px;
    width: 100%; }
    .geo-section__block .title {
      margin-bottom: 30px; }

@media (max-width: 991px) {
  .geo-section {
    padding: 0 0 50px 0; }
    .geo-section__img {
      display: none; }
    .geo-section__block {
      max-width: 100%; }
      .geo-section__block .title {
        margin-bottom: 10px; } }

.form-section {
  position: relative;
  padding: 100px 0; }
  .form-section__bg-left, .form-section__bg-right {
    position: absolute;
    top: 0;
    bottom: 0; }
  .form-section__bg-left {
    left: 0;
    width: calc(50% - 15px);
    background: linear-gradient(273.71deg, #0B6E34 0.36%, #11803F 98.79%); }
  .form-section__bg-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    width: calc(50% + 15px); }
    .form-section__bg-right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .form-section__right {
    margin-left: calc(16.666667% - 30px);
    margin-top: 50px;
    color: #FFFFFF; }
    .form-section__right .title {
      margin-bottom: 30px; }
    .form-section__right .subtitle {
      display: block;
      font-weight: 400;
      line-height: 1.5;
      font-size: 1em; }

@media (max-width: 991px) {
  .form-section {
    padding: 50px 0; }
    .form-section__bg-left {
      width: 100%; }
    .form-section__bg-right {
      display: none; }
    .form-section .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .form-section__right {
      margin: 0 0 30px 0; } }

@media (max-width: 767px) {
  .form-section__right .title {
    margin-bottom: 10px; } }

.about-form {
  padding: 100px 0;
  background: #F2F2F2; }
  .about-form .container {
    position: relative; }
  .about-form__logo {
    position: absolute;
    left: 0;
    top: 25px; }
    .about-form__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about-form__left {
    margin-top: 150px; }
    .about-form__left .title {
      margin-bottom: 30px;
      color: #11803F; }
  .about-form__right {
    padding: 40px 50px;
    background: #FFFFFF; }

@media (max-width: 991px) {
  .about-form {
    padding: 50px 0 50px; }
    .about-form__logo {
      max-width: 160px; }
    .about-form__left {
      margin-bottom: 30px; }
      .about-form__left .title {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .about-form__logo {
    position: unset;
    max-width: 110px; }
    .about-form__logo img {
      -o-object-fit: contain;
         object-fit: contain; }
  .about-form__left {
    margin-top: 10px; }
  .about-form__right {
    padding: 0;
    background: transparent; } }

.category {
  padding: 100px 0; }
  .category .container {
    position: relative; }
  .category .row > div:first-child {
    position: relative; }
  .category .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 0 0; }
    .category .pagination li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .category .pagination li + li a {
        border-left: none; }
      .category .pagination li a {
        padding: 5px 10px;
        border: 1px solid #E5E5E5;
        line-height: 1.2;
        background: transparent; }
        .category .pagination li a:hover {
          border-color: #CCCCCC;
          background: #CCCCCC; }
      .category .pagination li.active a {
        border-color: #11803F;
        color: #FFFFFF;
        background: #11803F; }
  .category-menu {
    max-width: 255px;
    width: 100%; }
    .category-menu.fixed {
      position: fixed; }
    .category-menu.absolute {
      position: absolute;
      bottom: 0; }
    .category-menu .title {
      margin-bottom: 10px;
      color: #11803F; }
    .category-menu aside ul li {
      border-top: 1px solid #B3B3B3;
      font-weight: 400;
      line-height: normal;
      font-size: 0.75em;
      font-size: 12px; }
      .category-menu aside ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 15px 10px 0; }
        .category-menu aside ul li a svg {
          min-width: 16px;
          max-width: 16px;
          margin-right: 10px; }
        .category-menu aside ul li a svg.active {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .category-menu aside ul li a svg.active path {
          fill: #11803F; }
        .category-menu aside ul li a:hover {
          background: #F2F2F2; }
          .category-menu aside ul li a:hover svg path {
            fill: #1A1A1A; }
        .category-menu aside ul li a:active svg path {
          fill: #11803F; }
      .category-menu aside ul li.active > a > svg path {
        fill: #11803F; }
      .category-menu aside ul li > ul {
        display: none; }
        .category-menu aside ul li > ul > li > a {
          padding-left: 15px; }
        .category-menu aside ul li > ul > li ul {
          display: none; }
          .category-menu aside ul li > ul > li ul li a {
            padding-left: 30px; }
  .category-container__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #B3B3B3; }
    .category-container__header .text {
      max-width: 540px;
      width: 100%; }
  .category-container__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 30px; }
    .category-container__body-item__img {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 255px;
      margin-bottom: 20px;
      border: 1px solid #F2F2F2; }
      .category-container__body-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .category-container__body-item__img a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #FFFFFF;
        opacity: 0; }
        .category-container__body-item__img a span {
          z-index: 1;
          position: relative; }
        .category-container__body-item__img a::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #11803F 98.79%);
          opacity: 0.5;
          -webkit-transition: .3s all ease;
          transition: .3s all ease; }
      .category-container__body-item__img:hover a {
        opacity: 1; }
      .category-container__body-item__img:active a::before {
        opacity: 0.8; }
    .category-container__body-item__title {
      margin-bottom: 10px; }
    .category-container__body-item__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .category-container__body-item__buttons .button:first-child {
        width: 100%;
        height: 40px;
        background: #11803F;
        color: #FFFFFF;
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em; }
        .category-container__body-item__buttons .button:first-child:hover {
          background: #1A9D50; }
        .category-container__body-item__buttons .button:first-child:active {
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
      .category-container__body-item__buttons .button:last-child {
        width: 100%;
        height: 40px;
        border: 1px solid #11803F;
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em;
        background: transparent; }
        .category-container__body-item__buttons .button:last-child:hover {
          border-color: #1A9D50;
          color: #FFFFFF;
          background: #1A9D50; }
        .category-container__body-item__buttons .button:last-child:active {
          border-color: #0B6E34;
          background: #0B6E34; }
      .category-container__body-item__buttons .button + .button {
        margin-left: 15px; }
    .category-container__body.body-add .category-container__body-item__img {
      height: 215px;
      padding: 20px;
      margin-bottom: 0;
      background: #F2F2F2; }
    .category-container__body.body-add .category-container__body-item .button {
      width: 100%;
      height: 40px;
      background: #11803F;
      color: #FFFFFF;
      font-weight: 400;
      line-height: normal;
      font-size: 0.75em; }
      .category-container__body.body-add .category-container__body-item .button:hover {
        background: #1A9D50; }
      .category-container__body.body-add .category-container__body-item .button:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
  .category-container__btn {
    margin-top: 30px;
    margin-left: auto;
    width: 162px;
    height: 50px;
    background: #A0CB47;
    color: #1A1A1A; }
    .category-container__btn:hover {
      background: #FFDF6B; }
    .category-container__btn:active {
      background: #A8860D; }
    .category-container__btn.hidden {
      display: none; }
  .category-add {
    padding: 0 40px 25px 40px;
    background: #F2F2F2; }
    .category-add__header {
      display: inline-block;
      padding: 20px 20px 10px;
      margin-bottom: 5px;
      color: #FFFFFF;
      background: #11803F; }
    .category-add__body > ul > li {
      padding: 15px 0; }
      .category-add__body > ul > li + li {
        border-top: 1px solid #B3B3B3; }
      .category-add__body > ul > li ul {
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 192px 240px 113px 110px;
        grid-template-columns: 192px 240px 113px 110px;
        gap: 30px;
        font-weight: 400;
        line-height: 1.5;
        font-size: 0.75em; }
        .category-add__body > ul > li ul > a {
          top: -107px; }
    .category-add__body-buttons .button:first-child {
      width: 100%;
      height: 26px;
      background: #11803F;
      color: #FFFFFF; }
      .category-add__body-buttons .button:first-child:hover {
        background: #1A9D50; }
      .category-add__body-buttons .button:first-child:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .category-add__body-buttons .button:last-child {
      width: 100%;
      height: 26px;
      background: #A0CB47;
      color: #1A1A1A; }
      .category-add__body-buttons .button:last-child:hover {
        background: #FFDF6B; }
      .category-add__body-buttons .button:last-child:active {
        background: #A8860D; }
    .category-add__body-buttons .button + .button {
      margin-top: 5px; }

@media (max-width: 1199px) {
  .category-container__body-item__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .category-container__body-item__buttons .button + .button {
      margin: 15px 0 0 0; }
  .category-add__body > ul > li {
    padding: 20px 0; }
    .category-add__body > ul > li:first-child {
      display: none; }
    .category-add__body > ul > li + li:nth-child(2) {
      border-top: none; }
    .category-add__body > ul > li ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: unset;
      font-weight: 400;
      line-height: 1.5;
      font-size: 1em; }
      .category-add__body > ul > li ul li:first-child {
        font-weight: 700; }
      .category-add__body > ul > li ul li + li {
        margin-top: 10px; }
        .category-add__body > ul > li ul li + li:nth-child(3) {
          margin-top: 7px; }
        .category-add__body > ul > li ul li + li:last-child {
          margin-top: 15px; }
  .category-add__body-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .category-add__body-buttons .button {
      height: 40px !important; }
      .category-add__body-buttons .button + .button {
        margin: 0 0 0 15px; } }

@media (max-width: 991px) {
  .category {
    padding: 50px 0 30px 0; }
    .category .row > div:first-child {
      display: none; }
    .category-container__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 30px; }
      .category-container__header .title {
        margin-bottom: 10px;
        font-size: 1.5em; }
      .category-container__header .btn-show {
        max-width: 120px;
        margin-right: auto; }
    .category-container__body {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .category-container__body.body-add .category-container__body-item__img {
        height: 180px; }
    .category-add {
      padding: 0;
      background: transparent; }
      .category-add__header {
        padding: 0 0 20px 0;
        margin: 0;
        color: #1A1A1A;
        background: none; }
      .category-add__body > ul > li + li:nth-child(2) {
        border-top: 1px solid #B3B3B3; }
      .category-add__body > ul > li ul > a {
        top: -70px; } }

@media (max-width: 767px) {
  .category-container__body {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px; }
    .category-container__body-item__img {
      margin-bottom: 10px; }
    .category-container__body-item__title {
      margin-bottom: 15px; }
    .category-container__body-item__buttons .button:first-child {
      display: none; }
    .category-container__body-item__buttons .button:last-child {
      width: 100%;
      height: 50px;
      background: #11803F;
      color: #FFFFFF; }
      .category-container__body-item__buttons .button:last-child:hover {
        background: #1A9D50; }
      .category-container__body-item__buttons .button:last-child:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .category-container__body-item__buttons .button + .button {
      margin: 0; }
    .category-container__body.body-add .category-container__body-item__img {
      height: 120px; }
  .category-add__header .title {
    font-size: 1.5em; } }

@media (max-width: 429px) {
  .category-container__body-item__img {
    height: 165px; } }

.main-banner {
  position: relative;
  min-height: 780px;
  padding-top: 170px;
  color: #FFFFFF; }
  .main-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .main-banner__bg::before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -31%;
      width: 1062px;
      background: #11803F;
      -webkit-transform: skewX(-30deg);
          -ms-transform: skewX(-30deg);
              transform: skewX(-30deg);
      mix-blend-mode: darken; }
    .main-banner__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .main-banner__block-title {
    margin-bottom: 40px; }
  .main-banner__block-work {
    margin-bottom: 80px; }
    .main-banner__block-work__wrap {
      padding: 10px 0 10px 20px;
      border-left: 1px solid #11803F; }
      .main-banner__block-work__wrap ul li {
        font-weight: 400;
        line-height: normal;
        font-size: 1em; }
        .main-banner__block-work__wrap ul li + li {
          margin-top: 10px; }
  .main-banner__block-btn button {
    z-index: 1;
    position: relative;
    width: 417px;
    height: 50px;
    padding: 0; }
    .main-banner__block-btn button > span {
      width: 100%;
      display: block;
      padding: 0 15px;
      text-align: center; }
    .main-banner__block-btn button div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 20px;
      height: 100%;
      background: #A0CB47;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
      .main-banner__block-btn button div span {
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        padding: 0;
        background: #FFFFFF;
        -webkit-transition: .3s all ease;
        transition: .3s all ease; }
        .main-banner__block-btn button div span::before, .main-banner__block-btn button div span::after {
          content: '';
          position: absolute;
          right: 0;
          width: 9px;
          height: 2px;
          background: #FFFFFF; }
        .main-banner__block-btn button div span::before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: right center;
              -ms-transform-origin: right center;
                  transform-origin: right center; }
        .main-banner__block-btn button div span::after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: right center;
              -ms-transform-origin: right center;
                  transform-origin: right center; }
    .main-banner__block-btn button:hover {
      background: #A0CB47; }
      .main-banner__block-btn button:hover div span {
        width: 40px; }
    .main-banner__block-btn button:active {
      background: #A8860D; }
      .main-banner__block-btn button:active div {
        background: transparent; }
  .main-banner__product, .main-banner__product-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-banner__product {
    gap: 20px; }
  .main-banner__product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .main-banner__product-block {
    gap: 8px; }
  .main-banner__product-title {
    font-weight: 300;
    font-size: 1.25em;
    font-weight: bold; }
  .main-banner__product-list {
    font-weight: 400;
    line-height: normal;
    font-size: 1em; }
  .main-banner__product-item {
    list-style: disc inside; }
  .main-banner__product-link {
    width: 180px;
    height: 50px;
    background: #11803F;
    color: #FFFFFF; }
    .main-banner__product-link:hover {
      background: #1A9D50; }
    .main-banner__product-link:active {
      background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }

@media (max-width: 1400px) {
  .main-banner__bg::before {
    right: -45%; } }

@media (max-width: 1200px) {
  .main-banner__bg::before {
    right: -70%; } }

@media (max-width: 991px) {
  .main-banner {
    min-height: unset;
    padding: 50px 0; }
    .main-banner__bg::before {
      content: unset; }
    .main-banner__block-title {
      margin-bottom: 20px; }
    .main-banner__block-work {
      margin-bottom: 50px; }
      .main-banner__block-work .row > div + div {
        margin-top: 10px; }
    .main-banner__product-wrap {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

@media (max-width: 767px) {
  .main-banner__block-btn button {
    width: 100%; }
    .main-banner__block-btn button div {
      display: none; } }

.main-desc {
  padding: 100px 0 70px; }
  .main-desc__block {
    position: relative; }
    .main-desc__block-img {
      z-index: 1;
      position: absolute;
      right: 15px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      .main-desc__block-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .main-desc__block-img::before {
        content: '';
        position: absolute;
        left: 22%;
        width: 1062px;
        height: 779px;
        background: #A0CB47;
        mix-blend-mode: soft-light;
        -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
                transform: skewX(-30deg); }
    .main-desc__block .title {
      margin-bottom: 20px;
      color: #11803F; }
    .main-desc__block .text {
      font-weight: 300;
      font-size: 1.25em;
      color: #4D4D4D; }

@media (max-width: 991px) {
  .main-desc {
    padding: 50px 0; }
    .main-desc__block-img {
      display: none; } }

@media (max-width: 767px) {
  .main-desc__block .text {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1em; } }

.main-form {
  padding: 50px 0;
  background: linear-gradient(273.71deg, #0B6E34 0.36%, #11803F 98.79%); }
  .main-form__slider {
    margin-bottom: 20px;
    color: #FFFFFF; }
    .main-form__slider-wrap {
      padding-top: 30px; }
    .main-form__slider-item__title {
      margin-bottom: 10px; }
    .main-form__slider-item__subtitle {
      display: block; }
    .main-form__slider .slick-dots {
      left: 150px;
      bottom: -65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: unset; }
      .main-form__slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0; }
        .main-form__slider .slick-dots li button {
          width: inherit;
          height: inherit; }
          .main-form__slider .slick-dots li button::before {
            content: '';
            position: unset;
            display: block;
            width: 5px;
            height: 5px;
            background: #FFFFFF;
            -webkit-transition: .3s all ease;
            transition: .3s all ease;
            opacity: 0.2; }
        .main-form__slider .slick-dots li.slick-active button::before {
          opacity: 1; }
  .main-form__block {
    max-width: 505px;
    width: 100%;
    margin-right: auto;
    padding: 30px;
    background: #FFFFFF; }
    .main-form__block form {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      row-gap: 20px;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      .main-form__block form .control + .control {
        margin-top: 0; }
      .main-form__block form .button.file {
        max-width: 100%;
        height: 40px;
        margin-top: auto; }
      .main-form__block form button {
        width: 100%;
        margin: 10px 0 0 0; }
      .main-form__block form .policy-link {
        margin: 10px 0 0 0; }

@media (max-width: 991px) {
  .main-form__slider-wrap {
    padding: 0;
    margin-bottom: 30px; }
    .main-form__slider-wrap .arrow-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-form__slider-wrap .arrow-left + div {
      margin-left: 30px; }
  .main-form__slider .slick-dots {
    left: 160px; }
  .main-form__block {
    max-width: 100%; } }

@media (max-width: 767px) {
  .main-form__block form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px; }
    .main-form__block form .button.file {
      margin-top: 15px;
      height: 50px; }
    .main-form__block form button {
      margin-top: 0; }
    .main-form__block form .policy-link {
      margin-top: 0;
      text-align: center; } }

.about-news {
  padding: 50px 0 100px; }
  .about-news #pdopage {
    display: none; }
  @media (max-width: 991px) {
    .about-news {
      padding: 20px 0 50px; }
      .about-news #pdopage {
        display: block; }
      .about-news .desktop-news {
        display: none; }
      .about-news .news-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .about-news .news-body__slider-item {
          max-width: 100%;
          margin-bottom: 40px; }
      .about-news__title {
        margin-bottom: 20px; }
      .about-news .arrow-link {
        display: none; } }
  @media (max-width: 767px) {
    .about-news .news-body__slider-item {
      width: 100%; }
      .about-news .news-body__slider-item__img {
        margin-bottom: 20px; }
      .about-news .news-body__slider-item__block-data {
        margin-bottom: 10px; }
      .about-news .news-body__slider-item__block-title {
        font-size: 24px; }
    .about-news__title {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .about-news .news-body__slider-item__img {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 375px) {
    .about-news .news-body__slider-item__img {
      height: 270px; } }

.news {
  padding: 100px 0;
  background: #F2F2F2; }
  .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .news-header .title_mobile {
      display: none; }
    .news-header__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .news-header__block .button {
        width: 180px;
        height: 50px;
        background: #11803F;
        color: #FFFFFF; }
        .news-header__block .button:hover {
          background: #1A9D50; }
        .news-header__block .button:active {
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
      .news-header__block .arrow-block {
        margin-left: 30px; }
      .news-header__block .arrow-left + div, .news-header__block .arrow-right + div {
        margin-left: 10px; }
  .news-body__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px; }
    .news-body__slider-item {
      width: 100%; }
      .news-body__slider-item__img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 250px;
        margin-bottom: 20px; }
        .news-body__slider-item__img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .news-body__slider-item__img a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #FFFFFF;
          opacity: 0; }
          .news-body__slider-item__img a span {
            z-index: 1;
            position: relative; }
          .news-body__slider-item__img a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(273.71deg, #0B6E34 0.36%, #11803F 98.79%);
            opacity: 0.5;
            -webkit-transition: .3s all ease;
            transition: .3s all ease; }
        .news-body__slider-item__img:hover a {
          opacity: 1; }
        .news-body__slider-item__img:active a::before {
          opacity: 0.7; }
      .news-body__slider-item__block-data {
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em;
        color: #4D4D4D; }
      .news-body__slider-item__block-title {
        margin-bottom: 10px;
        color: #11803F; }
      .news-body__slider-item__block-text {
        display: block;
        margin-bottom: 15px; }
      .news-body__slider-item__block-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 160px;
        width: 100%;
        color: #808080; }
        .news-body__slider-item__block-link span {
          display: block; }
        .news-body__slider-item__block-link:hover {
          color: #4D4D4D; }
          .news-body__slider-item__block-link:hover svg path {
            fill: #4D4D4D; }
        .news-body__slider-item__block-link:active {
          color: #1A1A1A; }
          .news-body__slider-item__block-link:active svg path {
            fill: #1A1A1A; }
  .news-link {
    display: none; }
  .news-yet {
    margin-top: 20px;
    margin-left: auto;
    width: 180px;
    height: 50px;
    background: #A0CB47;
    color: #1A1A1A; }
    .news-yet:hover {
      background: #FFDF6B; }
    .news-yet:active {
      background: #A8860D; }

@media (max-width: 991px) {
  .news {
    padding: 50px 0; }
    .news-header__block .arrow-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 767px) {
  .news {
    overflow: hidden; }
    .news-header__block {
      display: none; }
    .news-header .title {
      display: none; }
      .news-header .title_mobile {
        display: block; }
    .news-body__slider {
      margin-right: -100%; }
      .news-body__slider-item {
        width: 220px; }
        .news-body__slider-item__img {
          height: 157px;
          margin-bottom: 10px; }
        .news-body__slider-item__block-data {
          margin-bottom: 5px; }
        .news-body__slider-item__block-text {
          margin-bottom: 0; }
        .news-body__slider-item__block-link {
          display: none; }
    .news-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px;
      width: 100%;
      height: 50px;
      background: #11803F;
      color: #FFFFFF; }
      .news-link:hover {
        background: #1A9D50; }
      .news-link:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .news-yet {
      margin-top: 0;
      width: 100%; } }

.main-cert {
  padding: 100px 0; }
  .main-cert .row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 230px; }
  .main-cert__block .title {
    margin-bottom: 30px;
    color: #11803F; }
  .main-cert__block .text {
    display: block;
    margin-bottom: 40px; }
  .main-cert__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .main-cert__slider-item {
      padding: 0 15px;
      text-align: center; }
      .main-cert__slider-item__img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 165px;
        width: 100%;
        height: 230px;
        margin: 0 auto;
        margin-bottom: 20px; }
        .main-cert__slider-item__img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .main-cert__slider-item__img span {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #FFFFFF;
          -webkit-transition: .3s all ease;
          transition: .3s all ease;
          opacity: 0; }
        .main-cert__slider-item__img::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #11803F 98.79%);
          -webkit-transition: .3s all ease;
          transition: .3s all ease;
          opacity: 0; }
        .main-cert__slider-item__img:hover span {
          opacity: 1; }
        .main-cert__slider-item__img:hover::before {
          opacity: 0.5; }
        .main-cert__slider-item__img:active::before {
          opacity: 0.8; }
      .main-cert__slider-item__title {
        display: block;
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em; }
  .main-cert__link {
    display: none;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background: #11803F;
    color: #FFFFFF; }
    .main-cert__link:hover {
      background: #1A9D50; }
    .main-cert__link:active {
      background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }

@media (max-width: 1199px) {
  .main-cert__slider-item__img {
    height: 250px; } }

@media (max-width: 991px) {
  .main-cert {
    padding: 50px 0; }
    .main-cert .row > div:last-child {
      display: none; }
    .main-cert__block {
      margin-bottom: 30px; }
    .main-cert__slider-item {
      max-width: 190px; }
      .main-cert__slider-item__img {
        width: 100%;
        height: 230px; } }

@media (max-width: 767px) {
  .main-cert {
    overflow: hidden; }
    .main-cert__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-cert__block .title {
      margin-bottom: 10px;
      color: #1A1A1A; }
    .main-cert__block .text {
      margin: 0; }
    .main-cert__block .arrow-link {
      display: none; }
    .main-cert__slider {
      margin-left: -7px;
      margin-right: -100%; }
      .main-cert__slider-item {
        max-width: 144px;
        width: 100%;
        padding: 0 7px; }
        .main-cert__slider-item__img {
          height: 190px;
          margin-bottom: 10px; } }

.about-humans {
  padding-bottom: 50px;
  background: #F2F2F2; }
  .about-humans__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .about-humans__header .title {
      color: #11803F; }
  .about-humans__body-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about-humans__body-slider__item {
      max-width: 288px; }
      .about-humans__body-slider__item-img {
        height: 350px;
        margin-bottom: 20px; }
        .about-humans__body-slider__item-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .about-humans__body-slider__item-title {
        font-size: 16px;
        margin-bottom: 20px; }
      .about-humans__body-slider__item span {
        display: block;
        font-weight: 400;
        line-height: normal;
        font-size: 1em; }
        .about-humans__body-slider__item span + a {
          display: inline-block;
          margin-top: 10px; }

@media (max-width: 991px) {
  .about-humans__header .arrow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about-humans__body-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .about-humans__body-slider__item {
    max-width: unset; } }

@media (max-width: 767px) {
  .about-humans {
    overflow: hidden; }
    .about-humans__header .arrow-block {
      display: none; }
    .about-humans__body-slider {
      -webkit-column-gap: 14px;
         -moz-column-gap: 14px;
              column-gap: 14px;
      row-gap: 20px; }
      .about-humans__body-slider__item-img {
        height: 208px;
        margin-bottom: 10px; }
      .about-humans__body-slider__item-title {
        margin-bottom: 5px; }
      .about-humans__body-slider__item span {
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em; } }

@media (max-width: 575px) {
  .about-humans__body-slider {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.about-cert {
  padding: 50px 0 100px; }
  .about-cert__block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 30px; }
    .about-cert__block-item__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 365px;
      margin-bottom: 20px; }
      .about-cert__block-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .about-cert__block-item__title {
      display: block;
      text-align: center;
      font-weight: 400;
      line-height: normal;
      font-size: 0.75em; }

@media (max-width: 991px) {
  .about-cert {
    padding: 20px 0 50px; }
    .about-cert__block {
      grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
      gap: 15px; }
      .about-cert__block-item__img {
        height: 235px;
        margin-bottom: 10px; } }

.about-vacancy {
  padding: 20px 0 70px; }
  .about-vacancy__block-item + .about-vacancy__block-item {
    border-top: 1px solid #B3B3B3; }
  .about-vacancy__block-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0; }
    .about-vacancy__block-item__header-block .title {
      margin-bottom: 20px; }
    .about-vacancy__block-item__header-block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-vacancy__block-item__header-block ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 400;
        line-height: normal;
        font-size: 0.75em; }
        .about-vacancy__block-item__header-block ul li + li {
          margin-left: 50px; }
        .about-vacancy__block-item__header-block ul li span + span {
          margin-left: 10px; }
        .about-vacancy__block-item__header-block ul li span:first-child {
          color: #4D4D4D; }
    .about-vacancy__block-item__header-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-vacancy__block-item__header-buttons .show-vacancy {
        width: 140px;
        height: 50px;
        background: #FFFFFF;
        color: #1A1A1A; }
        .about-vacancy__block-item__header-buttons .show-vacancy:hover {
          background: #F2F2F2; }
        .about-vacancy__block-item__header-buttons .show-vacancy:active {
          background: #CCCCCC; }
      .about-vacancy__block-item__header-buttons .btn-feedback {
        width: 165px;
        height: 50px;
        background: #11803F;
        color: #FFFFFF; }
        .about-vacancy__block-item__header-buttons .btn-feedback:hover {
          background: #1A9D50; }
        .about-vacancy__block-item__header-buttons .btn-feedback:active {
          background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
      .about-vacancy__block-item__header-buttons button + button {
        margin-left: 20px; }
      .about-vacancy__block-item__header-buttons.mobile {
        display: none; }
  .about-vacancy__block-item__body {
    display: none; }
    .about-vacancy__block-item__body .row > div {
      margin-bottom: 50px; }
    .about-vacancy__block-item__body-title {
      margin-bottom: 15px; }

@media (max-width: 1199px) {
  .about-vacancy__block-item__header-block ul li + li {
    margin-left: 20px; }
  .about-vacancy__block-item__header-block ul li span + span {
    margin-left: 5px; } }

@media (max-width: 991px) {
  .about-vacancy__block-item__header-block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about-vacancy__block-item__header-block ul li + li {
      margin: 5px 0 0 0; }
    .about-vacancy__block-item__header-block ul li span + span {
      margin-left: 10px; }
  .about-vacancy__block-item__body .row > div {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .about-vacancy__block-item__header-buttons.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-vacancy__block-item__header-buttons.mobile .show-vacancy {
      width: 50%;
      height: 50px;
      background: #FFFFFF;
      color: #1A1A1A; }
      .about-vacancy__block-item__header-buttons.mobile .show-vacancy:hover {
        background: #F2F2F2; }
      .about-vacancy__block-item__header-buttons.mobile .show-vacancy:active {
        background: #CCCCCC; }
    .about-vacancy__block-item__header-buttons.mobile .btn-feedback {
      width: 50%;
      height: 50px;
      background: #11803F;
      color: #FFFFFF; }
      .about-vacancy__block-item__header-buttons.mobile .btn-feedback:hover {
        background: #1A9D50; }
      .about-vacancy__block-item__header-buttons.mobile .btn-feedback:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .about-vacancy__block-item__header-buttons.mobile button + button {
      margin-left: 15px; }
  .about-vacancy__block-item__header-buttons.desktop {
    display: none; } }

.manafacture-info {
  padding: 100px 0; }
  .manafacture-info__container > .row + .row {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .manafacture-info__container > .row:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 991px) {
    .manafacture-info__container > .row:last-child > div:first-child {
      margin-top: 30px; } }
  .manafacture-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .manafacture-info__header .button {
      width: 180px;
      height: 50px;
      background: #11803F;
      color: #FFFFFF; }
      .manafacture-info__header .button:hover {
        background: #1A9D50; }
      .manafacture-info__header .button:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
  .manafacture-info__left {
    max-height: 360px;
    overflow: auto; }
    .manafacture-info__left table {
      width: 100%; }
      @media (max-width: 767px) {
        .manafacture-info__left table {
          min-width: 500px; } }
      .manafacture-info__left table td {
        padding: 3px 15px; }
  .manafacture-info__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .manafacture-info__slider-item {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .manafacture-info__slider-item__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30vw; }
        .manafacture-info__slider-item__img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .manafacture-info__slider-item__title {
        font-size: 1.125em; }

.news-detail {
  padding: 100px 0;
  background: #F2F2F2; }
  .news-detail h1,
  .news-detail h2,
  .news-detail h3,
  .news-detail h4,
  .news-detail h5 {
    margin-bottom: 20px;
    color: #11803F; }
  .news-detail__header {
    margin-bottom: 50px; }
    .news-detail__header-img {
      width: 100%;
      height: 415px;
      padding-right: 30px; }
      .news-detail__header-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .news-detail__header-img .news__slider {
        height: inherit; }
    .news-detail__header-block__data {
      display: block;
      margin-bottom: 10px;
      font-weight: 400;
      line-height: normal;
      font-size: 0.75em; }
    .news-detail__header-block__desc {
      font-weight: 300;
      font-size: 1.25em; }

@media (max-width: 991px) {
  .news-detail {
    padding: 50px 0; }
    .news-detail h1,
    .news-detail h2,
    .news-detail h3,
    .news-detail h4,
    .news-detail h5 {
      color: #1A1A1A; }
    .news-detail__header {
      margin-bottom: 40px; }
      .news-detail__header-img {
        height: 270px;
        margin-bottom: 20px;
        padding: 0; }
      .news-detail__header-block__desc {
        font-weight: 400;
        line-height: 1.5;
        font-size: 1em; }
    .news-detail__body .row > div + div {
      margin-top: 30px; } }

@media (max-width: 575px) {
  .news-detail__header .row > div:first-child {
    padding: 0; } }

.contacts-top {
  padding: 50px 0;
  background: #F2F2F2; }
  .contacts-top .title {
    margin-bottom: 20px;
    color: #11803F; }
  .contacts-top__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contacts-top__block > ul > li + li {
    margin-left: 50px; }
  .contacts-top__block > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts-top__block > ul > li > a > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px; }
    .contacts-top__block > ul > li > a svg {
      margin-right: 10px; }
  .contacts-top__block > ul > li ul li + li {
    margin-left: 15px; }
  .contacts-top__block > ul > li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.contacts-map {
  padding-bottom: 100px;
  background: #F2F2F2; }
  .contacts-map__container {
    padding: 80px 0;
    background: #FFFFFF; }
  .contacts-map__header {
    margin-bottom: 50px; }
    .contacts-map__header .title {
      margin-bottom: 10px; }
    .contacts-map__header > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .contacts-map__header > div ul + ul {
        margin-left: 30px; }
  .contacts-map__body {
    height: 350px;
    border: 1px solid #B3B3B3; }

@media (max-width: 991px) {
  .contacts-top .title {
    color: #1A1A1A; }
  .contacts-top__block > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts-top__block > ul > li + li {
      margin: 20px 0 0 0; }
      .contacts-top__block > ul > li + li:last-child {
        margin: 30px 0 0 0; }
    .contacts-top__block > ul > li ul li + li {
      margin-left: 30px; }
    .contacts-top__block > ul > li ul li a svg {
      width: 40px;
      height: 40px; }
  .contacts-map__container {
    padding: 0;
    background: #F2F2F2; }
  .contacts-map__header {
    margin-bottom: 30px; }
    .contacts-map__header .title {
      margin-bottom: 20px; }
    .contacts-map__header ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contacts-map__header ul li + li {
        margin-top: 10px; } }

@media (max-width: 767px) {
  .contacts-map {
    padding: 0; }
    .contacts-map .row > div {
      padding: 0; }
    .contacts-map .container {
      max-width: 100%; }
    .contacts-map__header {
      max-width: 540px;
      margin: 0 auto;
      padding: 0 15px;
      margin-bottom: 30px; }
      .contacts-map__header > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .contacts-map__header > div ul + ul {
          margin: 30px 0 0 0; } }

@media (max-width: 575px) {
  .contacts-map__header {
    max-width: 100%; } }

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .product-info__img {
    width: 255px;
    height: 255px;
    margin-right: 30px;
    border: 1px solid #F2F2F2; }
    .product-info__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .product-info__block .title {
    margin-bottom: 30px; }
  .product-info__block-advantage {
    border-left: 1px solid #A0CB47;
    padding: 15px 0 15px 20px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: normal;
    font-size: 1em; }
    .product-info__block-advantage ul li + li {
      margin-top: 10px; }
  .product-info__block-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-info__block-buttons .button + .button {
      margin-left: 15px; }
    .product-info__block-buttons .button:first-child {
      width: 180px;
      height: 50px;
      background: #11803F;
      color: #FFFFFF; }
      .product-info__block-buttons .button:first-child:hover {
        background: #1A9D50; }
      .product-info__block-buttons .button:first-child:active {
        background: linear-gradient(273.71deg, #0B6E34 0.36%, #1A9D50 98.79%); }
    .product-info__block-buttons .button:last-child {
      width: 180px;
      height: 50px;
      background: #A0CB47;
      color: #1A1A1A; }
      .product-info__block-buttons .button:last-child:hover {
        background: #FFDF6B; }
      .product-info__block-buttons .button:last-child:active {
        background: #A8860D; }

.product-content .tabs {
  display: block; }
  .product-content .tabs-container {
    min-height: unset; }

.product-content__body {
  padding: 30px 40px;
  background: #F2F2F2; }
  .product-content__body #character {
    overflow-x: auto; }
  .product-content__body-table {
    font-weight: 400;
    line-height: normal;
    font-size: 0.75em; }
    .product-content__body-table table {
      margin-bottom: 15px; }
    .product-content__body-table__images {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 15px;
      max-width: 530px;
      width: 100%; }
      @media (max-width: 767px) {
        .product-content__body-table__images-item {
          height: 200px; } }
      .product-content__body-table__images-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.product-like {
  padding-top: 100px; }
  .product-like__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .product-like__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .product-like__slider .category-container__body-item {
      width: 285px;
      padding: 0 15px; }

.product-complect {
  margin-top: 100px; }
  .product-complect .category-add {
    padding: 0 40px 30px; }

@media (max-width: 991px) {
  .product-like {
    padding-top: 50px; }
    .product-like__header .arrow-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 767px) {
  .product .row > div:last-child {
    padding: 0; }
  .product-info {
    padding: 0 15px;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-info__img {
      width: 100%;
      height: 345px;
      margin: 0 0 20px 0; }
    .product-info__block .title {
      margin-bottom: 15px;
      font-size: 1.5em; }
    .product-info__block-advantage {
      margin-bottom: 30px; }
    .product-info__block-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .product-info__block-buttons .button {
        width: 100% !important; }
        .product-info__block-buttons .button + .button {
          margin: 15px 0 0 0; }
  .product-content {
    padding: 0 15px; }
    .product-content__body {
      padding: 30px 15px; }
  .product-like {
    padding-left: 15px;
    padding-right: 15px; }
    .product-like__header {
      margin-bottom: 20px; }
      .product-like__header .arrow-block {
        display: none; }
    .product-like__slider {
      margin-left: -7px;
      margin-right: -100%; }
      .product-like__slider .category-container__body-item {
        max-width: 224px;
        padding: 0 7px; }
        .product-like__slider .category-container__body-item__img {
          height: 208px; } }

.content-section {
  padding: 100px 0;
  background: #F2F2F2; }
  .content-section .title {
    margin-bottom: 20px; }

@media (max-width: 991px) {
  .content-section {
    padding: 50px 0;
    background: transparent; } }

/*# sourceMappingURL=main.min.css.map */
