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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:not([class]):hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0; }

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-size: 16px; }

hr {
  margin: 2rem 0;
  border: none;
  border-bottom: 1px solid #b7c4bc; }

a:not([class]):hover {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 600; }

small {
  font-size: 85%; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Akrobat", Arial, sans-serif;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.2; }
  h1:first-child,
  .h1:first-child,
  h2:first-child,
  .h2:first-child,
  h3:first-child,
  .h3:first-child,
  h4:first-child,
  .h4:first-child {
    margin-top: 0; }

h1,
.h1 {
  font-size: 2.4rem; }
  @media (max-width: 991px) {
    h1,
    .h1 {
      font-size: 1.8rem; } }

h2,
.h2 {
  font-size: 2rem; }
  @media (max-width: 991px) {
    h2,
    .h2 {
      font-size: 1.6rem; } }

h3,
.h3 {
  font-size: 1.7rem; }
  @media (max-width: 991px) {
    h3,
    .h3 {
      font-size: 1.4rem; } }

h4,
.h4 {
  font-size: 1.4rem; }
  @media (max-width: 991px) {
    h4,
    .h4 {
      font-size: 1.2rem; } }

img {
  display: block;
  max-width: 100%; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin-bottom: 1.5rem; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-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;
  max-width: 100%; }

.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;
    max-width: 100%; }
  .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;
    max-width: 100%; }
  .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;
    max-width: 100%; }
  .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;
    max-width: 100%; }
  .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; } }
.container {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1400px) {
    .container {
      max-width: 1340px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: 540px; } }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.col,
[class*="col-"] {
  padding-left: 16px;
  padding-right: 16px; }

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col-xxl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f3a310;
  border: 1px solid #f3a310;
  text-shadow: none;
  cursor: pointer; }
  .button:hover {
    color: #000;
    background-color: #e49014;
    border-color: #e49014;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--fullwidth {
    width: 100%; }
  .button--light {
    color: #111111;
    background-color: #ffffff;
    border-color: #ffffff; }
    .button--light:hover {
      color: #111111;
      background-color: rgba(255, 255, 255, 0.8);
      border-color: rgba(255, 255, 255, 0.8); }
    .button--light:active {
      color: #111111;
      background-color: #ffffff;
      border-color: #ffffff; }
  .button--dark {
    color: #ffffff;
    background-color: #111111;
    border-color: #111111; }
    .button--dark:hover {
      color: #ffffff;
      background-color: #000000;
      border-color: #000000; }
    .button--dark:active {
      color: #ffffff;
      background-color: #111111;
      border-color: #111111; }
  .button--first, .button--yellow {
    color: #000;
    background-color: #f3a310;
    border-color: #f3a310; }
    .button--first:hover, .button--yellow:hover {
      color: #000;
      background-color: #e49014;
      border-color: #e49014; }
    .button--first:active, .button--yellow:active {
      color: #000;
      background-color: #f3a310;
      border-color: #f3a310; }
  .button--second, .button--green {
    color: #ffffff;
    background-color: #004316;
    border-color: #004316; }
    .button--second:hover, .button--green:hover {
      color: #ffffff;
      background-color: #043a16;
      border-color: #043a16; }
    .button--second:active, .button--green:active {
      color: #ffffff;
      background-color: #004316;
      border-color: #004316; }
  .button--second, .button--lightgreen {
    color: #ffffff;
    background-color: #7e913b;
    border-color: #7e913b; }
    .button--second:hover, .button--lightgreen:hover {
      color: #ffffff;
      background-color: #72852e;
      border-color: #72852e; }
    .button--second:active, .button--lightgreen:active {
      color: #ffffff;
      background-color: #7e913b;
      border-color: #7e913b; }
  .button--outline {
    color: #111111;
    background-color: transparent;
    border-color: #111111; }
    .button--outline:hover {
      color: #ffffff;
      background-color: #e49014;
      border-color: #e49014; }
    .button--outline:active {
      color: #ffffff;
      background-color: #f3a310;
      border-color: #f3a310; }
    .button--outline.button--light {
      color: #ffffff;
      background-color: transparent;
      border-color: #ffffff; }
      .button--outline.button--light:hover {
        color: #ffffff;
        background-color: #e49014;
        border-color: #e49014; }
      .button--outline.button--light:active {
        color: #ffffff;
        background-color: #f3a310;
        border-color: #f3a310; }
    .button--outline.button--dark {
      color: #111111;
      background-color: transparent;
      border-color: #111111; }
      .button--outline.button--dark:hover {
        color: #ffffff;
        background-color: #e49014;
        border-color: #e49014; }
      .button--outline.button--dark:active {
        color: #ffffff;
        background-color: #f3a310;
        border-color: #f3a310; }

.button {
  height: 38px;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  border-radius: 2px; }
  @media (min-width: 992px) {
    .button {
      padding: 0 16px; } }
  .button--small {
    height: 34px;
    padding: 0 12px;
    font-size: 0.9rem;
    line-height: 32px; }
  .button--large {
    height: 48px;
    padding: 0 32px;
    font-size: 1.1rem;
    line-height: 46px; }
    @media (max-width: 991px) {
      .button--large {
        height: 38px;
        padding: 0 16px;
        font-size: 1rem;
        line-height: 36px; } }
  .button .material-icons {
    margin-right: 12px; }

.content {
  line-height: 1.5;
  color: #111111; }
  .content p {
    margin-bottom: 1rem; }
  .content a {
    color: #111111;
    text-decoration: underline;
    -webkit-text-decoration-color: #f3a310;
            text-decoration-color: #f3a310; }
    .content a:hover {
      text-decoration: none; }
  .content strong {
    font-weight: 600; }
  .content ol {
    list-style-type: decimal; }
  .content ul {
    list-style-type: disc; }
  .content ol,
  .content ul {
    margin: 0 0 1.25rem;
    padding: 0 0 0 1rem;
    list-style-position: initial; }
  .content li {
    margin-bottom: 0.75rem; }
    .content li:last-child {
      margin-bottom: 0; }
  .content img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (max-width: 991px) {
      .content img {
        float: none !important; } }
    @media (min-width: 992px) {
      .content img[style*="float: left"] {
        margin-right: 1rem;
        margin-bottom: 1rem; } }
    @media (min-width: 992px) {
      .content img[style*="float: right"] {
        margin-left: 1rem;
        margin-bottom: 1rem; } }
  .content__table {
    max-width: 100%;
    overflow: auto; }
  .content table {
    min-width: 548px;
    height: auto !important;
    border: 1px solid #b7c4bc;
    border-collapse: collapse; }
  .content tr {
    height: auto !important; }
  .content td {
    height: auto !important;
    padding: 8px 16px;
    border-collapse: collapse; }
    .content td p {
      margin-bottom: 0.5rem; }
      .content td p:last-child {
        margin-bottom: 0; }
  .content iframe {
    max-width: 100%;
    max-height: 50vw;
    border: none;
    margin-bottom: 1rem !important; }
    @media (max-width: 1199px) {
      .content iframe {
        float: none !important;
        display: block; } }
    @media (min-width: 1200px) {
      .content iframe[style*="float: left"] {
        margin-right: 1rem; } }
    @media (min-width: 1200px) {
      .content iframe[style*="float: right"] {
        margin-left: 1rem; } }
  .content *:first-child {
    margin-top: 0; }
  .content *:last-child {
    margin-bottom: 0; }

.crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }

.crumbs__point {
  position: relative;
  padding: 0 8px; }
  .crumbs__point:last-child {
    opacity: 0.8; }

.crumbs__link {
  color: inherit;
  border-bottom: 1px solid;
  opacity: 0.8; }
  .crumbs__link:hover {
    color: inherit;
    border-color: transparent;
    opacity: 1; }

.crumbs {
  font-size: 0.75rem; }
  @media (min-width: 576px) {
    .crumbs {
      font-size: 0.85rem; } }
  .crumbs__list {
    margin: 0 -8px; }
  .crumbs__point {
    position: relative;
    padding: 0 8px; }
    .crumbs__point::before {
      content: "/";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
    .crumbs__point:last-child::before {
      display: none; }

.fancybox {
  position: relative;
  display: block;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }
  .fancybox img {
    margin: 0 auto; }

.fancybox::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  height: 42px;
  width: 42px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM5Mi4zODUsNjcuMzIzQzM0OC45NzIsMjMuOTA5LDI5MS4yNSwwLDIyOS44NTQsMEMxNjguNDU3LDAsMTEwLjczNywyMy45MDksNjcuMzIzLDY3LjMyMyAgICBDMjMuOTA5LDExMC43MzYsMCwxNjguNDU3LDAsMjI5Ljg1NGMwLDYxLjM5NiwyMy45MDksMTE5LjExOCw2Ny4zMjMsMTYyLjUzMWM0My40MTMsNDMuNDEyLDEwMS4xMzUsNjcuMzIyLDE2Mi41MzEsNjcuMzIyICAgIHMxMTkuMTE4LTIzLjkwOSwxNjIuNTMxLTY3LjMyMmM0My40MTItNDMuNDEzLDY3LjMyMi0xMDEuMTM1LDY3LjMyMi0xNjIuNTMxQzQ1OS43MDcsMTY4LjQ1Nyw0MzUuNzk5LDExMC43MzYsMzkyLjM4NSw2Ny4zMjN6ICAgICBNMjI5Ljg1NCw0MTguMzQ0Yy0xMDMuOTMzLDAtMTg4LjQ5LTg0LjU1Ni0xODguNDktMTg4LjQ5czg0LjU1Ni0xODguNDksMTg4LjQ5LTE4OC40OXMxODguNDg5LDg0LjU1NiwxODguNDksMTg4LjQ5ICAgIEM0MTguMzQ0LDMzMy43ODgsMzMzLjc4Nyw0MTguMzQ0LDIyOS44NTQsNDE4LjM0NHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik01MDUuOTQzLDQ3Ni42OTNMMzkyLjIwNiwzNjIuOTU3Yy04LjA3Ny04LjA3Ny0yMS4xNzItOC4wNzctMjkuMjQ5LDBjLTguMDc2LDguMDc3LTguMDc2LDIxLjE3MiwwLDI5LjI0OSAgICBsMTEzLjczNywxMTMuNzM3YzQuMDM4LDQuMDM5LDkuMzMyLDYuMDU4LDE0LjYyNSw2LjA1OGM1LjI5MywwLDEwLjU4Ny0yLjAxOSwxNC42MjUtNi4wNTggICAgQzUxNC4wMTksNDk3Ljg2NSw1MTQuMDE5LDQ4NC43Nyw1MDUuOTQzLDQ3Ni42OTN6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjI5Ljg1NCwxMzAuNzMyYy0xMS40MjIsMC0yMC42ODIsOS4yNi0yMC42ODIsMjAuNjgydjE1Ni44NzljMCwxMS40MjMsOS4yNiwyMC42ODIsMjAuNjgyLDIwLjY4MiAgICBzMjAuNjgyLTkuMjYsMjAuNjgyLTIwLjY4MlYxNTEuNDE0QzI1MC41MzYsMTM5Ljk5MiwyNDEuMjc2LDEzMC43MzIsMjI5Ljg1NCwxMzAuNzMyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTMwOC4yOTMsMjA5LjE3MkgxNTEuNDE0Yy0xMS40MjIsMC0yMC42ODIsOS4yNi0yMC42ODIsMjAuNjgyczkuMjYsMjAuNjgyLDIwLjY4MiwyMC42ODJoMTU2Ljg3OSAgICBjMTEuNDIzLDAsMjAuNjgyLTkuMjYsMjAuNjgyLTIwLjY4MlMzMTkuNzE2LDIwOS4xNzIsMzA4LjI5MywyMDkuMTcyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  border-radius: 2px; }
  @media (min-width: 1200px) {
    .fancybox::after {
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      background-size: 42px;
      border-radius: 2px;
      opacity: 0;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; } }

.fancybox:hover::after {
  opacity: 1; }

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.form__label {
  display: block;
  margin-right: auto; }
  .form__label--required {
    position: relative; }
    .form__label--required::after {
      content: "*";
      display: inline-block;
      margin-left: 0.25rem;
      color: #a72727; }

.form__desc {
  display: block; }

.form__comment {
  display: block; }

.form__group {
  padding-bottom: 24px; }

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media (min-width: 768px) {
    .form__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; } }

.form__label {
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.4; }

.form__desc {
  color: #848383;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4; }

.form__comment {
  color: #cdcacb;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 4px;
  font-style: italic; }

.form-messages {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 24px;
  color: #a72727;
  font-size: 1rem;
  background-color: rgba(167, 39, 39, 0.1);
  border: 1px solid #a72727;
  border-radius: 2px;
  text-align: left; }
  .form-messages.success {
    color: #598513;
    background-color: rgba(89, 133, 19, 0.1);
    border-color: transparent;
    margin-bottom: 0; }

.form div.error {
  color: #a72727;
  font-size: 0.8rem;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  border-color: #a72727; }

.input {
  display: block;
  white-space: nowrap;
  background-color: transparent;
  text-shadow: none; }
  .input:focus {
    outline: none; }

.textarea {
  display: block;
  background-color: transparent;
  text-shadow: none;
  resize: vertical; }
  .textarea:focus {
    outline: none; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .checkbox__input {
    opacity: 0; }
  .checkbox__title {
    cursor: pointer; }
  .checkbox__input.focus-visible ~ .checkbox__title::before {
    outline: 5px auto -webkit-focus-ring-color; }
  .checkbox__input:disabled ~ .checkbox__title {
    cursor: default; }

.radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .radio__input {
    opacity: 0; }
  .radio__title {
    cursor: pointer; }
    .radio__title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.1rem;
      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: 0.9rem;
      height: 0.9rem;
      font-size: 0.5rem;
      color: #ffffff;
      background-color: #ffffff;
      background-position: center;
      background-size: 50%;
      background-repeat: no-repeat;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
  .radio__input.focus-visible ~ .radio__title::before {
    outline: 5px auto -webkit-focus-ring-color; }
  .radio__input:disabled ~ .radio__title {
    cursor: default; }

.check-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .check-icon__input {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    opacity: 0; }
  .check-icon__header {
    cursor: pointer; }
  .check-icon__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: pointer; }
  .check-icon__input.focus-visible ~ .check-icon__header {
    outline: 5px auto -webkit-focus-ring-color; }
  .check-icon__input:disabled ~ .check-icon__header,
  .check-icon__input:disabled ~ .check-icon__body {
    cursor: default; }

.input {
  height: 38px;
  padding: 0 12px;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 36px;
  border: 1px solid #b7c4bc;
  border-radius: 2px; }
  @media (min-width: 992px) {
    .input {
      padding: 0 16px; } }
  .input--small {
    height: 34px;
    padding: 0 12px;
    font-size: 0.9rem;
    line-height: 32px; }
  .input--large {
    height: 48px;
    padding: 0 24px;
    font-size: 1.1rem;
    line-height: 46px; }
    @media (max-width: 991px) {
      .input--large {
        height: 38px;
        padding: 0 16px;
        font-size: 1rem;
        line-height: 36px; } }
  .input:focus {
    border-color: #111111; }
  .input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input::placeholder {
    color: rgba(17, 17, 17, 0.5); }

.textarea {
  height: 100%;
  min-height: 176px;
  padding: 12px;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid #b7c4bc;
  border-radius: 2px; }
  @media (min-width: 992px) {
    .textarea {
      padding: 12px 16px; } }
  .textarea:focus {
    border-color: #111111; }
  .textarea::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .textarea:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .textarea::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .textarea::placeholder {
    color: rgba(17, 17, 17, 0.5); }

.checkbox {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25; }
  .checkbox__input {
    position: relative;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    margin-right: 12px;
    margin-top: 0.1rem;
    opacity: 0; }
  .checkbox__title {
    color: #111111; }
    .checkbox__title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.1rem;
      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: 1rem;
      height: 1rem;
      font-size: 0.5rem;
      color: #ffffff;
      background-color: #ffffff;
      background-position: center;
      background-size: 50%;
      background-repeat: no-repeat;
      border: 1px solid #b7c4bc;
      border-radius: 0; }
  .checkbox:hover .checkbox__title::before {
    border-color: #f3a310; }
  .checkbox__input:checked ~ .checkbox__title::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-color: #f3a310;
    border-color: #f3a310; }
  .checkbox__input:disabled ~ .checkbox__title {
    opacity: 0.4; }
    .checkbox__input:disabled ~ .checkbox__title::before {
      color: transparent;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: transparent; }

.radio {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25; }
  .radio__input {
    position: relative;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    margin-right: 12px;
    margin-top: 0.1rem;
    opacity: 0; }
  .radio__title {
    color: #111111; }
    .radio__title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.1rem;
      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: 1rem;
      height: 1rem;
      font-size: 0.5rem;
      color: #ffffff;
      background-color: #ffffff;
      background-position: center;
      background-size: 50%;
      background-repeat: no-repeat;
      border: 1px solid #b7c4bc;
      border-radius: 50%; }
  .radio:hover .radio__title::before {
    border-color: #f3a310; }
  .radio__input:checked ~ .radio__title::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #f3a310;
    border-color: #f3a310; }
  .radio__input:disabled ~ .radio__title {
    opacity: 0.4; }
    .radio__input:disabled ~ .radio__title::before {
      color: transparent;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: transparent; }

.check-icon {
  margin: 0;
  font-size: 0.9rem; }
  .check-icon + .check-icon {
    margin-top: 12px; }
  .check-icon__header {
    width: 64px;
    min-width: 64px;
    padding: 4px;
    border: 1px solid #b7c4bc;
    background-color: #ffffff;
    border-radius: 0; }
  .check-icon__body {
    padding-left: 12px; }
  .check-icon__footer {
    padding-left: 24px; }
  .check-icon__title {
    font-size: 0.9rem;
    color: #111111;
    font-weight: 500; }
  .check-icon__subtitle {
    font-size: 0.7rem;
    color: #848383;
    font-weight: 400; }
    .check-icon__subtitle a {
      color: #f3a310;
      display: inline; }
      .check-icon__subtitle a:hover {
        color: #111111; }
  .check-icon:hover .check-icon__header {
    border-color: #848383; }
  .check-icon__input:checked ~ .check-icon__header {
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #f3a310;
            box-shadow: inset 0 0 0 2px #f3a310; }
  .check-icon__input:disabled ~ .check-icon__header,
  .check-icon__input:disabled ~ .check-icon__body {
    opacity: 0.4; }

.map {
  position: relative;
  height: 400px; }
  .map::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 1px solid #f3a310;
    pointer-events: none; }
  @media (min-width: 992px) {
    .map {
      height: 100%;
      min-height: 400px; } }
  .map__baloon {
    font-family: "Akrobat", Arial, sans-serif; }
    .map__baloon-title {
      line-height: 1.2;
      margin-bottom: 8px;
      padding-bottom: 8px;
      font-weight: 600;
      border-bottom: 1px solid #b7c4bc;
      font-size: 1rem; }
    .map__baloon-address {
      display: block;
      color: #848383;
      font-size: 0.9rem;
      line-height: 1.4; }

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important; } }

@media (max-width: 991px) {
  .mobile-menu {
    position: relative;
    z-index: 4; }
    .mobile-menu__close {
      display: none; }
    .mobile-menu__body {
      position: fixed;
      z-index: 3;
      left: -304px;
      top: 0;
      bottom: 0;
      width: 304px;
      padding: 0;
      background-color: #ffffff;
      overflow: auto;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; } }
    @media (max-width: 991px) and (max-width: 359px) {
      .mobile-menu__body {
        left: -256px;
        width: 256px; } }

@media (max-width: 991px) {
      .mobile-menu__body.opened {
        left: 0; }
    .mobile-menu__title {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1;
      top: 0;
      height: 52px;
      margin-bottom: 16px;
      line-height: 52px;
      font-size: 1.1rem;
      font-weight: 600;
      background: #ffffff;
      border-bottom: 1px solid #b7c4bc; }
    .mobile-menu__close {
      position: fixed;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS45NDMsNi4wNThjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEw2LjA1OCw0NzYuNjkzYy04LjA3Nyw4LjA3Ny04LjA3NywyMS4xNzIsMCwyOS4yNDkgICAgQzEwLjA5Niw1MDkuOTgyLDE1LjM5LDUxMiwyMC42ODMsNTEyYzUuMjkzLDAsMTAuNTg2LTIuMDE5LDE0LjYyNS02LjA1OUw1MDUuOTQzLDM1LjMwNiAgICBDNTE0LjAxOSwyNy4yMyw1MTQuMDE5LDE0LjEzNSw1MDUuOTQzLDYuMDU4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS45NDIsNDc2LjY5NEwzNS4zMDYsNi4wNTljLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMGMtOC4wNzcsOC4wNzYtOC4wNzcsMjEuMTcxLDAsMjkuMjQ4bDQ3MC42MzYsNDcwLjYzNiAgICBjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNC02LjA1N0M1MTQuMDE4LDQ5Ny44NjYsNTE0LjAxOCw0ODQuNzcxLDUwNS45NDIsNDc2LjY5NHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
      background-size: 24px;
      background-position: right 16px top 16px;
      background-repeat: no-repeat;
      border: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .mobile-menu__close::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .mobile-menu__close.visible {
        opacity: 1;
        visibility: visible; }
    .mobile-menu__menu {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .mobile-menu__action {
      padding: 16px; }
      .mobile-menu__action .action__list {
        padding-top: 12px;
        margin: -6px; }
        .mobile-menu__action .action__list-point {
          padding: 6px;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
      .mobile-menu__action .action__item {
        color: #111111;
        font-size: 1rem; }
        .mobile-menu__action .action__item br {
          display: none; } }

.modal {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: auto;
  visibility: hidden; }
  .modal.opened {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
  .modal__background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .modal__close {
    cursor: pointer; }
  .modal__window {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 16px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .modal__window {
        max-width: 528px; } }
    @media (min-width: 992px) {
      .modal__window {
        max-width: 746px; } }
  @media (min-width: 768px) {
    .modal--extra .modal__window {
      max-width: 528px; } }
  @media (min-width: 992px) {
    .modal--extra .modal__window {
      max-width: 746px; } }
  @media (min-width: 1200px) {
    .modal--extra .modal__window {
      max-width: 1084px; } }
  @media (min-width: 768px) {
    .modal--large .modal__window {
      max-width: 528px; } }
  @media (min-width: 992px) {
    .modal--large .modal__window {
      max-width: 746px; } }
  @media (min-width: 1200px) {
    .modal--large .modal__window {
      max-width: 820px; } }
  @media (min-width: 768px) {
    .modal--medium .modal__window {
      max-width: 528px; } }
  @media (min-width: 992px) {
    .modal--medium .modal__window {
      max-width: 746px; } }
  @media (min-width: 768px) {
    .modal--small .modal__window {
      max-width: 528px; } }
  .modal--micro .modal__window {
    max-width: 360px; }
  .modal--animate-zoom .modal__window {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0; }
  .modal--animate-zoom.opened .modal__window {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

.modal__background {
  background: rgba(0, 0, 0, 0.75); }

.modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 12px;
  margin-right: -12px;
  margin-top: -12px;
  color: #111111;
  background-color: transparent;
  border: none;
  opacity: 0.5; }
  @media (min-width: 768px) {
    .modal__close {
      right: 42px;
      top: 42px; } }
  .modal__close:hover {
    opacity: 1; }

.modal__window {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0;
  margin: 8px auto;
  -webkit-box-shadow: 0 0 32px -12px #000000;
          box-shadow: 0 0 32px -12px #000000; }
  @media (min-width: 768px) {
    .modal__window {
      margin: 3rem auto;
      padding: 42px; } }

.modal__title {
  font-size: 1.4rem;
  font-family: "Akrobat", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 42px; }

.modal__desc {
  font-size: 0.9rem;
  padding-top: 16px;
  color: #848383; }

.modal__header {
  margin-bottom: 32px; }

.modal--animate--zoom.opened .modal__window {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.modal--animate--zoom .modal__window {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0; }

.nav-left__point-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 6px; }
  .nav-left__point-title.active.level-1 {
    background-color: rgba(0, 67, 22, 0.08); }
    .nav-left__point-title.active.level-1 > .nav-left__link {
      color: #004316;
      font-weight: 600;
      text-decoration: none; }
  .nav-left__point-title.active.level-2 > .nav-left__link {
    color: #004316;
    font-weight: 600;
    text-decoration: none; }
  .nav-left__point-title.active.level-3 > .nav-left__link {
    color: #111111;
    font-weight: 500; }
    .nav-left__point-title.active.level-3 > .nav-left__link::before {
      content: "\25CF";
      display: inline-block;
      font-weight: 500;
      color: #f3a310; }
  .nav-left__point-title.level-1 {
    background-color: #f5f5f5;
    margin-bottom: 6px; }
  .nav-left__point-title.level-2 {
    padding-left: 0; }
  .nav-left__point-title.level-3 {
    padding: 0; }

.nav-left__link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #111111;
  font-size: 1rem;
  font-weight: 500; }
  .nav-left__link:hover {
    color: #004316;
    text-decoration: underline; }
  .nav-left__link.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 16px; }
  .nav-left__link.level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 2px 0; }
    .nav-left__link.level-2.parent {
      padding-left: 0; }
  .nav-left__link.level-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 4px 0;
    font-size: 0.9rem; }
    .nav-left__link.level-3::before {
      content: "-";
      color: #848383;
      width: 1rem;
      min-width: 1rem; }
  .nav-left__link.parent {
    padding: 6px 12px; }

.nav-left__arrow {
  width: 36px;
  min-width: 36px;
  margin-left: 4px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #848383; }
  .nav-left__arrow:hover {
    color: #111111; }
  .nav-left__arrow.pushed {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .nav-left__arrow .feather {
    width: 20px;
    height: 20px; }

.nav-left__inner {
  padding: 4px 0 12px 16px; }
  .nav-left__inner.level-2 {
    padding: 0 0 12px 6px; }

.nav-mobile {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .nav-mobile__title {
    font-family: "Akrobat", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #004316;
    padding: 12px 16px;
    line-height: 32px;
    color: #ffffff; }
  .nav-mobile__outer {
    padding: 0; }
  .nav-mobile__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400; }
    .nav-mobile__point--title {
      font-size: 1rem;
      font-weight: 500;
      background-color: #004316;
      margin-bottom: 12px; }
      .nav-mobile__point--title .nav-mobile__link {
        line-height: 32px;
        color: #ffffff; }
    .nav-mobile__point.active > .nav-mobile__link {
      font-weight: 500;
      color: #f3a310; }
  .nav-mobile__link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 12px 16px;
    color: #111111; }
  .nav-mobile__next, .nav-mobile__back {
    padding: 0 12px;
    background-color: transparent;
    border: none; }
  .nav-mobile__next {
    color: #848383; }
  .nav-mobile__back {
    color: #ffffff; }
  .nav-mobile__inner {
    position: fixed;
    z-index: 1;
    left: -100%;
    width: 304px;
    top: 0;
    height: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    background-color: #ffffff; }
    @media (max-width: 359px) {
      .nav-mobile__inner {
        width: 256px; } }
    .nav-mobile__inner.opened {
      overflow: auto;
      visibility: visible;
      left: 0; }

.pagination {
  margin: 42px -16px 0;
  text-align: left; }
  .pagination__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 -6px;
    padding: 0 22px;
    background-color: #ffffff; }
    .pagination__list::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 2px;
      right: 16px;
      top: 50%;
      margin-top: -1px;
      height: 2px;
      background-color: #f5f5f5; }
    .pagination__list-point {
      margin: 0 6px; }
  .pagination__item {
    display: block;
    padding: 8px 12px;
    color: #111111;
    line-height: 1;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 2px solid transparent; }
    .pagination__item.active {
      color: #000;
      font-weight: 500;
      background-color: #f3a310; }
    .pagination__item[href]:hover {
      border-color: #f5f5f5;
      background: transparent; }

.phone__code {
  font-size: 100%; }

.phone__number {
  font-size: 135%;
  font-weight: bolder; }

.price .new {
  white-space: nowrap; }

.price .old {
  white-space: nowrap; }
  .price .old span {
    text-decoration: line-through; }

.price .new {
  font-weight: 500;
  color: #f3a310; }
  .price .new span {
    font-size: 120%; }

.price .old {
  font-weight: 400;
  color: #848383;
  font-size: 80%; }
  .price .old span {
    font-size: 120%; }

.price .desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #848383; }

.section--white {
  color: #111111;
  background-color: #ffffff; }

.section--light {
  color: #111111;
  background-color: #f5f5f5;
  background-image: url("/assets/templates/qmedia/images/pattrn-light.jpeg");
  background-attachment: fixed;
  background-size: 380px; }

.section--dark {
  color: #ffffff;
  background-color: #111111;
  background-image: url("/assets/templates/qmedia/images/pattrn-dark.jpg");
  background-attachment: fixed;
  background-size: 380px; }

.section--green {
  color: #ffffff;
  background-color: #111111;
  background-image: url("/assets/templates/qmedia/images/pattrn-green.jpg");
  background-attachment: fixed;
  background-size: 380px; }

.section--lightgreen {
  color: #ffffff;
  background-color: #111111;
  background-image: url("/assets/templates/qmedia/images/pattrn-lightgreen.jpg");
  background-attachment: fixed;
  background-size: 380px; }

.section--yellow {
  color: #000;
  background-color: #111111;
  background-image: url("/assets/templates/qmedia/images/pattrn-yellow.jpg");
  background-attachment: fixed;
  background-size: 380px; }

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  text-align: center; }
  @media (max-width: 991px) {
    .section__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .section__header-title {
    margin: 0;
    max-width: 662px; }
  .section__header-subtitle {
    margin-top: 12px;
    font-size: 1rem;
    max-width: 662px;
    color: #848383; }
    .section__header-subtitle.small {
      font-size: 0.9rem; }
  .section__header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .section__header-links {
        margin-left: auto; } }
    @media (max-width: 991px) {
      .section__header-links {
        margin-top: 12px; } }
    .section__header-links a:not([class]) {
      line-height: 1.1;
      color: #111111;
      border-bottom: 1px solid #004316;
      margin-left: 20px;
      font-weight: 500; }
      .section__header-links a:not([class]):first-child {
        margin-left: 0; }
      .section__header-links a:not([class]):hover {
        border-color: transparent; }
  .section__header.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section__header.center .section__header-links {
    margin-right: auto;
    margin-top: 12px; }
  .section__header.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .section__header.left {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.section__footer {
  margin-top: 32px;
  text-align: center; }
  @media (min-width: 992px) {
    .section__footer.left {
      text-align: left; } }
  .section__footer a:not([class]) {
    color: #111111;
    display: inline;
    border-bottom: 1px solid #848383; }
    .section__footer a:not([class]):hover {
      border-color: transparent; }
  .section__footer button {
    color: #111111;
    display: inline; }
  .section__footer a + a,
  .section__footer button + button {
    margin-left: 12px; }

.separ {
  width: 100%;
  border: none;
  margin: 0; }

.separ {
  height: 42px; }
  @media (min-width: 992px) {
    .separ {
      height: 64px; } }
  .separ.small {
    height: 24px; }
    @media (min-width: 992px) {
      .separ.small {
        height: 42px; } }

.stickers {
  pointer-events: none; }

.sticker {
  position: relative;
  z-index: 1;
  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;
  text-align: center; }
  .sticker:first-child {
    margin-top: 0; }
  .sticker.sale {
    background-color: #991c1c; }
  .sticker.new {
    background-color: #669911; }
  .sticker.hit {
    background-color: #116699; }

.stickers {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.sticker {
  margin-bottom: 4px;
  padding: 2px 6px 5px;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: lowercase;
  border-radius: 0;
  width: 100%; }
  .sticker:last-child {
    margin-bottom: 0; }

.swiper {
  position: relative; }
  .swiper * {
    z-index: auto; }
  .swiper-container {
    position: static; }
  .swiper-button-next, .swiper-button-prev {
    color: #111111; }
    .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
      font-size: 22px; }
    .swiper-button-next::after, .swiper-button-prev::after {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      font-size: 28px; }
      @media (max-width: 767px) {
        .swiper-button-next::after, .swiper-button-prev::after {
          font-size: 22px; } }
  .swiper-button-disabled {
    opacity: 0.2; }
    .swiper-button-disabled::after {
      font-size: 24px; }
  .swiper-pagination {
    color: #111111; }
    .swiper-pagination-bullet {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 1px solid;
      opacity: 1;
      border-radius: 5px; }
      .swiper-pagination-bullet-active {
        background-color: #111111;
        width: 20px; }
  .swiper.white .swiper-button-prev, .swiper.white .swiper-button-next {
    color: #ffffff; }
  .swiper.white .swiper-pagination {
    color: #ffffff; }
    .swiper.white .swiper-pagination-bullet-active {
      background-color: #ffffff; }
  .swiper.carousel {
    padding: 0 42px; }
    .swiper.carousel.paginated {
      margin-bottom: 42px; }
      .swiper.carousel.paginated .swiper-pagination {
        bottom: -42px; }
    .swiper.carousel .swiper-container {
      padding: 8px; }
    .swiper.carousel .swiper-slide {
      height: auto; }
    .swiper.carousel .swiper-button-prev {
      left: 0; }
    .swiper.carousel .swiper-button-next {
      right: 0; }
  .swiper.gallery {
    position: relative; }
    .swiper.gallery .gallery__top {
      position: relative;
      border-radius: 2px;
      overflow: hidden;
      border: 1px solid #ddd; }
    .swiper.gallery .gallery__thumbs {
      margin-top: 15px;
      position: relative;
      padding: 0 30px; }
      .swiper.gallery .gallery__thumbs .swiper-slide {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: relative;
        cursor: pointer;
        padding: 4px;
        border-radius: 2px;
        overflow: hidden;
        border: 1px solid transparent; }
        .swiper.gallery .gallery__thumbs .swiper-slide img {
          opacity: 0.3; }
        .swiper.gallery .gallery__thumbs .swiper-slide:hover img {
          opacity: 1; }
        .swiper.gallery .gallery__thumbs .swiper-slide-thumb-active {
          cursor: default;
          border-color: #ddd; }
          .swiper.gallery .gallery__thumbs .swiper-slide-thumb-active img {
            opacity: 1; }
    .swiper.gallery .swiper-slide {
      height: auto; }
    .swiper.gallery .swiper-button-prev {
      left: 0; }
      .swiper.gallery .swiper-button-prev::after {
        font-size: 18px; }
    .swiper.gallery .swiper-button-next {
      right: 0; }
      .swiper.gallery .swiper-button-next::after {
        font-size: 18px; }

[data-tab].closed {
  display: none; }

[data-tab-open] {
  display: inline;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit; }
  [data-tab-open].active {
    border-bottom: 1px solid #f3a310; }

.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  .template--noscroll {
    overflow: hidden; }
  .template__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .template__body.container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .template__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.template {
  color: #111111;
  background-color: #ffffff;
  font-family: "Akrobat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400; }
  .template__main {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .template__main {
        -ms-flex-preferred-size: calc(100% - 304px);
            flex-basis: calc(100% - 304px);
        max-width: calc(100% - 304px);
        padding-left: 48px; } }
  @media (max-width: 991px) {
    .template__aside {
      display: none; } }
  @media (min-width: 992px) {
    .template__aside {
      -ms-flex-item-align: start;
          align-self: flex-start;
      position: -webkit-sticky;
      position: sticky;
      top: 72px;
      -ms-flex-preferred-size: 304px;
          flex-basis: 304px;
      max-width: 304px; } }
  .template__aside-title {
    margin-bottom: 20px; }
  .template__aside-block + .template__aside-block {
    margin-top: 40px; }
  .template__aside-footer {
    text-align: right;
    margin-top: 20px;
    line-height: 1.2; }
    .template__aside-footer a {
      color: #111111;
      font-weight: 500;
      text-decoration: underline; }
      .template__aside-footer a:hover {
        color: #004316;
        text-decoration: none; }

@media (max-width: 991px) {
  .mobile-left {
    display: block;
    position: relative; } }

.mobile-left__close {
  display: none; }

@media (max-width: 991px) {
  .mobile-left {
    z-index: 4; }
    .mobile-left__open {
      position: fixed;
      z-index: 2;
      left: 16px;
      bottom: 16px; }
      .mobile-left__open::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    .mobile-left__body {
      position: fixed;
      z-index: 3;
      left: -304px;
      top: 0;
      bottom: 0;
      width: 304px;
      padding: 16px;
      background-color: #ffffff;
      overflow: auto;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; } }
    @media (max-width: 991px) and (max-width: 359px) {
      .mobile-left__body {
        left: -256px;
        width: 256px; } }

@media (max-width: 991px) {
      .mobile-left__body--opened {
        left: 0; }
    .mobile-left__close {
      position: fixed;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS45NDMsNi4wNThjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEw2LjA1OCw0NzYuNjkzYy04LjA3Nyw4LjA3Ny04LjA3NywyMS4xNzIsMCwyOS4yNDkgICAgQzEwLjA5Niw1MDkuOTgyLDE1LjM5LDUxMiwyMC42ODMsNTEyYzUuMjkzLDAsMTAuNTg2LTIuMDE5LDE0LjYyNS02LjA1OUw1MDUuOTQzLDM1LjMwNiAgICBDNTE0LjAxOSwyNy4yMyw1MTQuMDE5LDE0LjEzNSw1MDUuOTQzLDYuMDU4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS45NDIsNDc2LjY5NEwzNS4zMDYsNi4wNTljLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMGMtOC4wNzcsOC4wNzYtOC4wNzcsMjEuMTcxLDAsMjkuMjQ4bDQ3MC42MzYsNDcwLjYzNiAgICBjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNC02LjA1N0M1MTQuMDE4LDQ5Ny44NjYsNTE0LjAxOCw0ODQuNzcxLDUwNS45NDIsNDc2LjY5NHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
      background-size: 24px;
      background-position: right 18px top 14px;
      background-repeat: no-repeat;
      border: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .mobile-left__close::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .mobile-left__close--visible {
        opacity: 1;
        visibility: visible; } }

@media (min-width: 992px) {
  .mobile-left__open {
    display: none !important; } }

.header {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4); }
  .header .desktop {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    @media (min-width: 992px) {
      .header .desktop {
        display: block; } }
  @media (min-width: 992px) {
    .header .mobile {
      display: none; } }
  @media (min-width: 992px) {
    .header__top {
      padding: 8px 0;
      background-color: rgba(0, 67, 22, 0.75); }
      .header__top > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header__action {
      margin-left: auto; }
    .header__lang {
      margin-left: 60px; }
    .header__middle {
      padding: 24px 0 12px; }
      .header__middle > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header__phone {
      margin-left: auto; }
      .header__phone .phone__item {
        font-size: 1.4rem; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
      .header__phone .phone__item {
        font-size: 1.1rem; } }
  @media (min-width: 992px) {
    .header__bottom {
      margin-bottom: -1px; }
      .header__bottom > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
    .header__button {
      position: relative;
      padding: 10px;
      background-color: transparent;
      border: none; }
      .header__button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .header__button svg {
        display: block;
        width: 28px;
        height: 28px;
        fill: #fff; }
      .header__button:hover svg {
        fill: #f3a310; }
      .header__button.pushed {
        color: #f3a310; }
        .header__button.pushed svg {
          fill: #f3a310; } }
  @media (max-width: 991px) {
    .header__a11y {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 32px;
      padding: 0;
      border: none;
      font-weight: 500;
      background-color: #f3a310;
      color: #111111; }
    .header__middle {
      padding: 20px 0; }
      .header__middle > .container {
        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: center;
            -ms-flex-align: center;
                align-items: center; }
    .header__social .social__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header__social .social__link {
      margin: 0;
      text-align: center; }
    .header__logo {
      margin: 24px 0; }
    .header__bottom {
      background-color: #004316; }
      .header__bottom > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 4px;
        padding-right: 4px; }
    .header__button {
      position: relative;
      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;
      border: none;
      background-color: transparent;
      padding: 12px;
      color: #fff;
      font-weight: 500; }
      .header__button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .header__button.lines .icon {
        margin-right: 12px;
        color: #f3a310; }
      .header__button.menu {
        margin-left: auto; }
        .header__button.menu .icon {
          color: #f3a310;
          margin-left: 12px; }
      .header__button.pushed {
        color: #f3a310; }
        .header__button.pushed svg {
          fill: #f3a310; } }

.pagetitle {
  padding: 24px 0 32px;
  color: #fff; }
  @media (max-width: 991px) {
    .pagetitle {
      text-align: center; } }
  .pagetitle__title {
    margin: 0;
    color: #f3a310; }
  .pagetitle__crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-top: 12px;
    font-size: 0.9rem; }
    @media (max-width: 991px) {
      .pagetitle__crumbs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .pagetitle__crumbs-point {
      position: relative;
      line-height: 1.2; }
      .pagetitle__crumbs-point::after {
        content: "/";
        margin: 0 4px 0 2px;
        color: #848383;
        font-size: 75%; }
      .pagetitle__crumbs-point:last-child::after {
        display: none; }
    .pagetitle__crumbs-item {
      line-height: 1.2;
      color: inherit;
      text-decoration: underline; }
      .pagetitle__crumbs-item:hover {
        color: inherit;
        text-decoration: none; }

.footer {
  background-image: url("/assets/templates/qmedia/images/back-forest.jpeg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .footer__wrap {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
  .footer__consult {
    padding: 32px 0;
    background-color: rgba(0, 67, 22, 0.75); }
    .footer__consult-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .footer__consult-body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
    .footer__consult-title {
      margin: 0; }
    .footer__consult-button {
      margin: 24px 0 0; }
      @media (min-width: 992px) {
        .footer__consult-button {
          margin: 0 0 0 auto; } }
  .footer__middle {
    padding-bottom: 42px; }
  .footer__block {
    padding-top: 42px; }
    @media (max-width: 991px) {
      .footer__block {
        text-align: center; } }
    .footer__block + .footer__block {
      padding-top: 28px; }
    .footer__block-title {
      margin-bottom: 12px; }
  .footer__logo {
    display: block; }
    @media (max-width: 991px) {
      .footer__logo img {
        margin: 0 auto; } }
  .footer__about {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 24px;
    opacity: 0.75; }
    @media (max-width: 991px) {
      .footer__about {
        text-align: center; } }
  .footer__list-point {
    line-height: 1.2; }
    .footer__list-point + .footer__list-point {
      margin-top: 12px; }
  .footer__link {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: #f3a310;
            text-decoration-color: #f3a310; }
    .footer__link:hover {
      text-decoration: none; }
  .footer__social {
    margin-top: 24px; }
    .footer__social .social__list {
      margin: -4px; }
      @media (max-width: 991px) {
        .footer__social .social__list {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footer__social .social__list {
          margin: -2px; } }
      .footer__social .social__list-point {
        padding: 4px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footer__social .social__list-point {
            padding: 2px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer__social .social__item img {
        width: 22px; } }
  .footer__phone .phone__list {
    margin: -12px; }
    .footer__phone .phone__list-point {
      padding: 12px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  @media (max-width: 991px) {
    .footer__phone .phone__info {
      margin-left: auto;
      margin-right: auto; } }
  .footer__address {
    line-height: 1.4;
    margin-bottom: 8px; }
  .footer__bottom {
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.75); }
    .footer__bottom > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .footer__bottom > .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .footer__portal {
    width: 100%; }
    @media (min-width: 992px) {
      .footer__portal {
        width: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
        max-width: 75%;
        margin-right: auto; } }
    .footer__portal .swiper {
      padding: 0 24px; }
    .footer__portal .swiper-container {
      padding: 0; }
    .footer__portal .swiper-button-next,
    .footer__portal .swiper-button-prev {
      width: 24px; }
      .footer__portal .swiper-button-next::after,
      .footer__portal .swiper-button-prev::after {
        font-size: 18px; }
  @media (max-width: 991px) {
    .footer__qmedia {
      margin-top: 16px; } }
  .footer__sitemap {
    margin-top: 24px; }
    .footer__sitemap-link {
      font-size: 0.9rem;
      color: #fff;
      font-weight: 500;
      text-decoration: underline;
      -webkit-text-decoration-color: #f3a310;
              text-decoration-color: #f3a310; }
      .footer__sitemap-link:hover {
        text-decoration: none; }

.search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.search.opened .search__body {
  opacity: 1;
  visibility: visible;
  height: 64px; }
  @media (max-width: 991px) {
    .search.opened .search__body {
      height: 56px; } }

.search__input {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.search__button {
  margin-left: 8px; }

.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  padding-top: 24px; }
  .search__list-point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 12px; }

.search__result {
  width: 100%;
  max-width: 720px;
  display: block;
  line-height: 1.2;
  color: #111111;
  padding: 12px 16px;
  background-color: #f5f5f5; }
  .search__result-title {
    font-size: 1.1rem;
    font-weight: 600; }
  .search__result-subtitle {
    font-size: 0.9rem;
    font-style: italic;
    color: #848383;
    margin-top: 8px; }
  .search__result-more {
    color: #004316;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 4px;
    text-decoration: underline; }
  .search__result:hover .search__result-more {
    text-decoration: none; }

[data-search] {
  background-color: #111111; }

.promo {
  background-image: url("/assets/templates/qmedia/images/back-forest.jpeg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff; }
  .promo__body {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 42px 0; }
  .promo__header-title {
    font-size: 2.8rem;
    margin: 0;
    color: #f3a310; }
    @media (max-width: 991px) {
      .promo__header-title {
        font-size: 2em; } }
  .promo__header-subtitle {
    margin-top: 8px;
    font-size: 1.5rem; }
    @media (max-width: 991px) {
      .promo__header-subtitle {
        font-size: 1.2rem; } }
  .promo__advantage {
    padding-top: 42px;
    max-width: 700px; }

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px; }
  .social__list-point {
    padding: 5px; }
    .social__list-point.fullwidth {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }

.social__item {
  display: block; }
  .social__item:hover {
    opacity: 0.8; }
  .social__item img {
    display: block;
    width: 24px; }

.social__link {
  display: block;
  line-height: 1.2;
  text-decoration: underline;
  color: #fff;
  margin-left: 10px; }
  .social__link:hover {
    text-decoration: none; }

.action__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px; }
  .action__list-point {
    padding: 12px; }

.action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400; }
  .action__item-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #f3a310; }
  .action__item-title {
    line-height: 1.1;
    text-decoration: underline; }
  .action__item:hover .action__item-title {
    text-decoration: none; }

.lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: -8px; }
  .lang__list-point {
    padding: 8px; }

.lang__item {
  display: block;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .lang__item:hover {
    border-color: rgba(255, 255, 255, 0.6); }
  .lang__item.active {
    font-weight: 600;
    border-color: #f3a310; }

.phone__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px; }
  .phone__list-point {
    padding: 20px; }

.phone__item {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.2; }
  .phone__item-code {
    font-weight: 400;
    font-size: 90%; }
  .phone__item-number {
    font-weight: 600;
    font-size: 125%;
    margin-left: 4px;
    letter-spacing: 1px; }

.phone__info {
  display: block;
  color: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 4px;
  max-width: 200px;
  opacity: 0.75; }
  @media (min-width: 1200px) {
    .phone__info {
      font-size: 0.9rem;
      max-width: 220px; } }

.logo img {
  width: 200px; }
  @media (min-width: 1200px) {
    .logo img {
      width: 256px; } }

.menu__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1199px) {
  .menu__inner {
    display: none; } }

.menu__inner.level-1 {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  padding: 16px;
  background: #ffffff;
  min-width: 320px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-shadow: none; }

.menu__point {
  position: relative;
  margin-bottom: 4px;
  line-height: 1.2; }
  .menu__point:last-child {
    margin-bottom: 0; }
  .menu__point.level-1 {
    margin-bottom: 0;
    padding: 0 16px; }

@media (min-width: 1200px) {
  .menu__point.level-1:hover .menu__inner.level-1 {
    opacity: 1;
    visibility: visible;
    margin-top: 0; } }

.menu__link {
  display: block;
  line-height: 1.2;
  color: #111111;
  font-weight: 500; }
  .menu__link:hover {
    color: #111111; }
  .menu__link.level-1 {
    padding: 20px 0;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .menu__link.level-1 {
        font-size: 1rem; } }
    .menu__link.level-1:hover {
      color: #ffffff;
      -webkit-box-shadow: inset 0 -3px #f3a310;
              box-shadow: inset 0 -3px #f3a310; }
    .menu__link.level-1.active {
      -webkit-box-shadow: inset 0 -3px #f3a310;
              box-shadow: inset 0 -3px #f3a310; }
    @media (min-width: 1200px) {
      .menu__link.level-1.parent {
        position: relative;
        padding-right: 16px; } }
    @media (min-width: 1200px) {
      .menu__link.level-1.parent::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        margin-top: -1px; } }
  .menu__link.level-2 {
    position: relative;
    padding: 8px 12px; }
    .menu__link.level-2:hover {
      text-decoration: underline; }
    .menu__link.level-2.active {
      font-weight: 600;
      color: #004316;
      background-color: rgba(0, 67, 22, 0.08);
      text-decoration: none; }

.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -16px; }
  .advantage__list-point {
    padding: 8px 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .advantage__list-point {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }

.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .advantage__item-icon {
    margin-right: 20px;
    width: 36px;
    min-width: 36px; }
  .advantage__item-title {
    font-size: 1.1rem;
    line-height: 1.2; }

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -8px -16px; }
  @media (min-width: 992px) {
    .news__list {
      margin: -12px -12px -24px; } }
  .news__list-point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 8px 8px 16px; }
    @media (min-width: 992px) {
      .news__list-point {
        padding: 12px 12px 24px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .news__list-point {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .news__list-point {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .news__list-point {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .news__list-point {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%; } }
    @media (min-width: 1400px) {
      .news__list-point {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%; } }

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111; }
  .news__item-header {
    position: relative;
    min-width: 160px; }
  .news__item-body {
    padding: 0 0 0 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news__item-date {
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1;
    font-weight: 400;
    color: #848383; }
  .news__item-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px; }
  .news__item:hover .news__item-title {
    color: #004316;
    text-decoration: underline; }

.other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .other__list-point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 16px; }
    @media (min-width: 992px) {
      .other__list-point {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }

.other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111; }
  @media (max-width: 991px) {
    .other__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .other__item-image {
    width: 200px;
    min-width: 200px; }
    @media (min-width: 1400px) {
      .other__item-image {
        width: 300px;
        min-width: 300px; } }
  .other__item-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 32px; }
    @media (max-width: 991px) {
      .other__item-body {
        padding-left: 0;
        padding-top: 8px; } }
  .other__item-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: underline; }
    @media (max-width: 991px) {
      .other__item-title {
        font-size: 1.4rem; } }
  .other__item:hover .other__item-title {
    color: #004316;
    text-decoration: none; }
  .other__item-subtitle {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #848383;
    line-height: 1.2;
    max-width: 220px; }

.portal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 100%; }
  .portal__item-icon {
    width: 24px;
    min-width: 24px;
    margin-right: 12px; }
    @media (max-width: 991px) {
      .portal__item-icon {
        display: none; } }
  .portal__item-title {
    font-size: 0.8rem;
    line-height: 1.2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 8px;
    max-width: 240px; }
    @media (max-width: 991px) {
      .portal__item-title {
        text-align: center;
        padding: 0;
        margin: 0 auto; } }
  .portal__item:hover .portal__item-title {
    text-decoration: underline; }

@media (max-width: 991px) {
  .article__image {
    margin-bottom: 32px; } }

.article__share {
  margin-top: 24px;
  background-color: #f5f5f5;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    .article__share {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .article__share-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-right: auto; }
    @media (max-width: 575px) {
      .article__share-title {
        text-align: center;
        margin: 0; } }
  @media (max-width: 575px) {
    .article__share-block {
      margin-top: 12px; } }

.contact__block + .contact__block {
  margin-top: 42px; }

.contact__block-title {
  margin-bottom: 20px; }

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px; }
  .contact__list-point {
    padding: 6px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

.contact__item {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact__item-icon {
    color: #7e913b;
    margin-right: 8px;
    margin-top: 2px;
    font-size: 22px; }
  .contact__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #111111; }
    .contact__item-title.link {
      text-decoration: underline; }
      .contact__item-title.link:hover {
        text-decoration: none; }
    .contact__item-title.phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .contact__item-title.phone .phone__info {
        margin: 0 0 0 4px; }

@media (max-width: 991px) {
  .contact__map {
    margin-top: 42px; } }

.diplom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -8px -16px; }
  @media (min-width: 992px) {
    .diplom__list {
      margin: -12px -12px -24px; } }
  .diplom__list-point {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 8px 8px 16px; }
    @media (min-width: 992px) {
      .diplom__list-point {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%;
        padding: 12px 12px 24px; } }

.diplom__item {
  display: block;
  color: #111111;
  margin: 0 auto;
  max-width: 420px; }
  .diplom__item-header {
    position: relative;
    background-color: #000; }
    .diplom__item-header::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 2px solid transparent;
      pointer-events: none;
      z-index: 1; }
    .diplom__item-header img {
      opacity: 0.95; }
  .diplom__item:hover .diplom__item-header::before {
    border-color: #f3a310; }
  .diplom__item-title {
    padding-top: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center; }
  .diplom__item:hover .diplom__item-title {
    color: #004316;
    text-decoration: underline; }

@media (min-width: 992px) {
  .diplom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 991px) {
  .diplom__info {
    margin-top: 32px; } }

@media (min-width: 992px) {
  .diplom__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 72px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .diplom__info {
    padding-left: 64px; } }

.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -8px -16px; }
  @media (min-width: 992px) {
    .partner__list {
      margin: -12px -12px -24px; } }
  .partner__list-point {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 8px 8px 16px; }
    @media (max-width: 359px) {
      .partner__list-point {
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2);
        max-width: calc(100% / 2); } }
    @media (min-width: 992px) {
      .partner__list-point {
        padding: 12px 12px 24px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .partner__list-point {
        -ms-flex-preferred-size: calc(100% / 6);
            flex-basis: calc(100% / 6);
        max-width: calc(100% / 6); } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .partner__list-point {
        -ms-flex-preferred-size: calc(100% / 7);
            flex-basis: calc(100% / 7);
        max-width: calc(100% / 7); } }
    @media (min-width: 1400px) {
      .partner__list-point {
        -ms-flex-preferred-size: calc(100% / 8);
            flex-basis: calc(100% / 8);
        max-width: calc(100% / 8); } }

.partner__item {
  display: block;
  padding: 10px;
  position: relative; }
  .partner__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    mix-blend-mode: darken;
    pointer-events: none; }
  .partner__item-image {
    display: block; }

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -8px -16px; }
  @media (min-width: 992px) {
    .category__list {
      margin: -12px -12px -24px; } }
  .category__list-point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 8px 8px 16px; }
    @media (min-width: 992px) {
      .category__list-point {
        padding: 12px 12px 24px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .category__list-point {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .category__list-point {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .category__list-point {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .category__list-point {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
    @media (min-width: 1400px) {
      .category__list-point {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }

.category__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .category__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 1px solid #ffffff;
    pointer-events: none; }
  .category__item:hover::before {
    border-width: 2px;
    border-color: #f3a310; }
  .category__item-title {
    padding: 12px 24px 18px;
    line-height: 1.2;
    background-color: #004316;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .category__item:hover .category__item-title {
    background-color: #043a16; }

.card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.card__gallery {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .card__gallery {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .card__gallery {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; } }

.card__info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (max-width: 991px) {
    .card__info {
      margin-top: 32px; } }
  @media (min-width: 992px) {
    .card__info {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding-left: 72px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .card__info {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      max-width: 60%;
      padding-left: 64px; } }

.card__action {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #b7c4bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    .card__action {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .card__action-contact {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .card__action-contact .contact {
      margin-bottom: -4px; }
      .card__action-contact .contact__item {
        padding-bottom: 4px; }
  .card__action-title {
    font-family: "Akrobat", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.1rem;
    margin-bottom: 4px; }
  @media (max-width: 575px) {
    .card__action-button {
      margin-top: 16px; } }

.gallery__list {
  margin: -6px; }
  .gallery__list-point {
    padding: 6px; }

.gallery__item {
  position: relative; }
  .gallery__item-count {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: 500;
    display: none; }
  .gallery__item:hover .gallery__item-count {
    background-color: rgba(0, 0, 0, 0.6); }

.gallery__list-point:last-child .gallery__item::after {
  display: block !important; }
